Uses of Interface
org.drip.portfolioconstruction.objective.TaxationScheme
| Package | Description |
|---|---|
| org.drip.portfolioconstruction.constraint |
Portfolio Construction Constraint Term Suite
|
| org.drip.portfolioconstruction.objective |
Portfolio Construction Objective Term Suite
|
-
Uses of TaxationScheme in org.drip.portfolioconstruction.constraint
Methods in org.drip.portfolioconstruction.constraint that return TaxationScheme Modifier and Type Method Description TaxationSchemeLimitTaxTerm. taxationScheme()Retrieve the Taxation SchemeConstructors in org.drip.portfolioconstruction.constraint with parameters of type TaxationScheme Constructor Description LimitTaxTermGrossGains(java.lang.String name, Scope scope, Unit unit, double minimum, double maximum, TaxationScheme taxationScheme, double[] initialHoldingsArray)LimitTaxTermGrossGains ConstructorLimitTaxTermGrossLoss(java.lang.String name, Scope scope, Unit unit, double minimum, double maximum, TaxationScheme taxationScheme, double[] initialHoldingsArray)LimitTaxTermGrossLoss ConstructorLimitTaxTermLiability(java.lang.String name, Scope scope, Unit unit, double minimum, double maximum, TaxationScheme taxationScheme, double[] initialHoldingsArray)LimitTaxTermLiability ConstructorLimitTaxTermLongGains(java.lang.String name, Scope scope, Unit unit, double minimum, double maximum, TaxationScheme taxationScheme, double[] initialHoldingsArray)LimitTaxTermLongGains ConstructorLimitTaxTermNetGains(java.lang.String name, Scope scope, Unit unit, double minimum, double maximum, TaxationScheme taxationScheme, double[] initialHoldingsArray)LimitTaxTermNetGains ConstructorLimitTaxTermNetLoss(java.lang.String name, Scope scope, Unit unit, double minimum, double maximum, TaxationScheme taxationScheme, double[] initialHoldingsArray)LimitTaxTermNetLoss Constructor -
Uses of TaxationScheme in org.drip.portfolioconstruction.objective
Methods in org.drip.portfolioconstruction.objective that return TaxationScheme Modifier and Type Method Description TaxationSchemeTaxTerm. taxationScheme()Retrieve the Taxation SchemeConstructors in org.drip.portfolioconstruction.objective with parameters of type TaxationScheme Constructor Description CustomNetTaxGainsTerm(java.lang.String name, Holdings initialHoldings, TaxationScheme taxationScheme)CustomNetTaxGainsTerm ConstructorNetTaxGainsTerm(java.lang.String name, Holdings initialHoldings, TaxationScheme taxationScheme)NetTaxGainsTerm ConstructorTaxLiabilityTerm(java.lang.String name, Holdings initialHoldings, TaxationScheme taxationScheme)TaxLiabilityTerm Constructor