Class LimitTaxTermNetGains


public class LimitTaxTermNetGains
extends LimitTaxTerm
LimitTaxTermNetGains holds the Details of a Limit Net Tax Gains Constraint Term.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • LimitTaxTermNetGains

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