Class LimitTaxTermNetLoss


public class LimitTaxTermNetLoss
extends LimitTaxTerm
LimitTaxTermNetLoss holds the Details of a Limit Net Tax Loss Constraint Term.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • LimitTaxTermNetLoss

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