Class LimitTaxTermGrossLoss


public class LimitTaxTermGrossLoss
extends LimitTaxTerm
LimitTaxTermGrossLoss holds the Details of a Limit Gross Tax Loss Constraint Term.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • LimitTaxTermGrossLoss

      public LimitTaxTermGrossLoss​(java.lang.String name, Scope scope, Unit unit, double minimum, double maximum, TaxationScheme taxationScheme, double[] initialHoldingsArray) throws java.lang.Exception
      LimitTaxTermGrossLoss Constructor
      Parameters:
      name - Name of the LimitTaxTermGrossLoss Constraint
      scope - Scope of the LimitTaxTermGrossLoss Constraint
      unit - Unit of the LimitTaxTermGrossLoss Constraint
      minimum - Minimum Value of the LimitTaxTermGrossLoss Constraint
      maximum - Maximum Value of the LimitTaxTermGrossLoss Constraint
      taxationScheme - Taxation Scheme
      initialHoldingsArray - Array of the Initial Holdings
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details