Class LimitBudgetTermNet
java.lang.Object
org.drip.portfolioconstruction.core.Block
org.drip.portfolioconstruction.optimizer.FormulationTerm
org.drip.portfolioconstruction.optimizer.ConstraintTerm
org.drip.portfolioconstruction.constraint.LimitBudgetTerm
org.drip.portfolioconstruction.constraint.LimitBudgetTermNet
public class LimitBudgetTermNet extends LimitBudgetTerm
LimitBudgetTermNet holds the Details of a Limit Net Budget 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 LimitBudgetTermNet(java.lang.String name, Scope scope, Unit unit, double budget, double[] priceArray)
LimitBudgetTermNet Constructor -
Method Summary
Methods inherited from class org.drip.portfolioconstruction.constraint.LimitBudgetTerm
priceArray
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
-
LimitBudgetTermNet
public LimitBudgetTermNet(java.lang.String name, Scope scope, Unit unit, double budget, double[] priceArray) throws java.lang.ExceptionLimitBudgetTermNet Constructor- Parameters:
name
- Name of the Constraintscope
- Scope of the Constraint - ACCOUNT/ASSET/SETunit
- Unit of the Constraintbudget
- Budget Value of the ConstraintpriceArray
- Array of Asset Prices- 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
-