Class LimitHoldingsTermAbsolute


public class LimitHoldingsTermAbsolute
extends LimitHoldingsTerm
LimitHoldingsTermAbsolute holds the Details of a Limit Absolute Holdings Constraint Term.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • LimitHoldingsTermAbsolute

      public LimitHoldingsTermAbsolute​(java.lang.String name, Scope scope, Unit unit, double minimum, double maximum, int size) throws java.lang.Exception
      LimitHoldingsTermAbsolute Constructor
      Parameters:
      name - Name of the Constraint
      scope - Scope of the Constraint - ACCOUNT/ASSET/SET
      unit - Unit of the Constraint
      minimum - Minimum Value of the Constraint
      maximum - Maximum Value of the Constraint
      size - Size of the Holdings
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details