Class CustomNetTaxGainsTerm


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



Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    CustomNetTaxGainsTerm​(java.lang.String name, double[] initialHoldingsArray, TaxationScheme taxationScheme)
    CustomNetTaxGainsTerm Constructor
  • Method Summary

    Modifier and Type Method Description
    RdToR1 rdtoR1()
    The Rd To R1 Formulation Term

    Methods inherited from class org.drip.portfolioconstruction.objective.TaxTerm

    taxationScheme

    Methods inherited from class org.drip.portfolioconstruction.optimizer.ObjectiveTerm

    initialHoldingsArray

    Methods inherited from class org.drip.portfolioconstruction.optimizer.FormulationTerm

    category

    Methods inherited from class org.drip.portfolioconstruction.core.Block

    description, hashCode, id, name, Standard, timeStamp

    Methods inherited from class java.lang.Object

    equals, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CustomNetTaxGainsTerm

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