Class LimitTaxTermNetLoss
java.lang.Object
org.drip.portfolioconstruction.core.Block
org.drip.portfolioconstruction.optimizer.FormulationTerm
org.drip.portfolioconstruction.optimizer.ConstraintTerm
org.drip.portfolioconstruction.constraint.LimitTaxTerm
org.drip.portfolioconstruction.constraint.LimitTaxTermNetLoss
public class LimitTaxTermNetLoss extends LimitTaxTerm
LimitTaxTermNetLoss holds the Details of a Limit Net Tax Loss Constraint Term.
- Module = Portfolio Core Module
- Library = Asset Allocation Analytics
- Project = Portfolio Construction under Allocation Constraints
- Package = Portfolio Construction Constraint Term Suite
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description LimitTaxTermNetLoss(java.lang.String name, Scope scope, Unit unit, double minimum, double maximum, TaxationScheme taxationScheme, double[] initialHoldingsArray)
LimitTaxTermNetLoss Constructor -
Method Summary
Methods inherited from class org.drip.portfolioconstruction.constraint.LimitTaxTerm
initialHoldingsArray, taxationScheme
Methods inherited from class org.drip.portfolioconstruction.optimizer.ConstraintTerm
isEquality, maximum, minimum, scope, setSoftConstraint, softContraint, unit
Methods inherited from class org.drip.portfolioconstruction.optimizer.FormulationTerm
objectiveCategory
Methods inherited from class org.drip.portfolioconstruction.core.Block
category, description, hashCode, id, name, Standard, timeStamp
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LimitTaxTermNetLoss
public LimitTaxTermNetLoss(java.lang.String name, Scope scope, Unit unit, double minimum, double maximum, TaxationScheme taxationScheme, double[] initialHoldingsArray) throws java.lang.ExceptionLimitTaxTermNetLoss Constructor- Parameters:
name
- Name of the LimitTaxTermNetLoss Constraintscope
- Scope of the LimitTaxTermNetLoss Constraintunit
- Unit of the LimitTaxTermNetLoss Constraintminimum
- Minimum Value of the LimitTaxTermNetLoss Constraintmaximum
- Maximum Value of the LimitTaxTermNetLoss ConstrainttaxationScheme
- Taxation SchemeinitialHoldingsArray
- Array of the Initial Holdings- Throws:
java.lang.Exception
- Thrown if the Inputs are Invalid
-
-
Method Details
-
rdtoR1
Description copied from class:FormulationTerm
The Rd To R1 Formulation Term- Specified by:
rdtoR1
in classFormulationTerm
- Returns:
- The Rd To R1 Formulation Term
-