Class MarketImpactChargeTerm
java.lang.Object
org.drip.portfolioconstruction.core.Block
org.drip.portfolioconstruction.optimizer.FormulationTerm
org.drip.portfolioconstruction.optimizer.ObjectiveTerm
org.drip.portfolioconstruction.objective.TransactionChargeTerm
org.drip.portfolioconstruction.objective.MarketImpactChargeTerm
public class MarketImpactChargeTerm extends TransactionChargeTerm
MarketImpactChargeTerm implements the Objective Term that optimizes the Charge incurred by the
Buy/Sell Trades in the Target Portfolio under a specified Market Impact Charge from the Starting
Allocation.
- Module = Portfolio Core Module
- Library = Asset Allocation Analytics
- Project = Portfolio Construction under Allocation Constraints
- Package = Portfolio Construction Objective Term Suite
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description MarketImpactChargeTerm(java.lang.String name, Holdings initialHoldings, TransactionChargeMarketImpact[] marketImpactTransactionChargeArray)
MarketImpactChargeTerm Constructor -
Method Summary
Methods inherited from class org.drip.portfolioconstruction.objective.TransactionChargeTerm
transactionChargeArray
Methods inherited from class org.drip.portfolioconstruction.optimizer.ObjectiveTerm
initialHoldings
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
-
MarketImpactChargeTerm
public MarketImpactChargeTerm(java.lang.String name, Holdings initialHoldings, TransactionChargeMarketImpact[] marketImpactTransactionChargeArray) throws java.lang.ExceptionMarketImpactChargeTerm Constructor- Parameters:
name
- Name of the Objective TerminitialHoldings
- The Initial HoldingsmarketImpactTransactionChargeArray
- Array of Asset Market Impact Transaction Charge Instances- Throws:
java.lang.Exception
- Thrown if the Inputs are Invalid
-
-
Method Details
-
rdtoR1
Description copied from class:FormulationTerm
The Rd To R1 Formulation Term- Overrides:
rdtoR1
in classTransactionChargeTerm
- Returns:
- The Rd To R1 Formulation Term
-