Class LimitTaxTermGrossGains


public class LimitTaxTermGrossGains
extends LimitTaxTerm
LimitTaxTermGrossGains holds the Details of a Limit Gross Tax Gains Constraint Term.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • LimitTaxTermGrossGains

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