Class CustomNetTaxGainsTerm


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



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • CustomNetTaxGainsTerm

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