Class NetTaxGainsTerm


public class NetTaxGainsTerm
extends TaxTerm
NetTaxGainsTerm holds the Details of the Portfolio Net Tax Gain Objective Term.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • NetTaxGainsTerm

      public NetTaxGainsTerm​(java.lang.String name, Holdings initialHoldings, TaxationScheme taxationScheme) throws java.lang.Exception
      NetTaxGainsTerm Constructor
      Parameters:
      name - Name of the Objective Function
      initialHoldings - The Initial Holdings
      taxationScheme - The Taxation Scheme
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details