Uses of Class
org.drip.portfolioconstruction.objective.TransactionChargeTerm
Package | Description |
---|---|
org.drip.portfolioconstruction.objective |
Portfolio Construction Objective Term Suite
|
-
Uses of TransactionChargeTerm in org.drip.portfolioconstruction.objective
Subclasses of TransactionChargeTerm in org.drip.portfolioconstruction.objective Modifier and Type Class Description class
FixedChargeBuyTerm
FixedChargeBuyTerm implements the Objective Term that optimizes the Charges incurred by the Buy Trades in the Target Portfolio under a Fixed Charge from the Starting Allocation.class
FixedChargeSellTerm
FixedChargeSellTerm implements the Objective Term that optimizes the Charge incurred by the Sell Trades in the Target Portfolio under a Fixed Charge from the Starting Allocation.class
FixedChargeTerm
FixedChargeTerm implements the Objective Term that optimizes the Charge incurred by the Buy/Sell Trades in the Target Portfolio under a Fixed Charge from the Starting Allocation.class
GoldmanSachsShortfallTerm
GoldmanSachsShortfallTerm implements the Objective Term that optimizes the Charge incurred by the Buy/Sell Trades in the Target Portfolio using the Goldman Sachs Shortfall Model from the Starting Allocation.class
LinearChargeBuyTerm
LinearChargeBuyTerm implements the Objective Term that optimizes the Charge incurred by the Buy Trades in the Target Portfolio under a Linear Transaction Charge from the Starting Allocation.class
LinearChargeSellTerm
LinearChargeSellTerm implements the Objective Term that optimizes the Charge incurred by the Sell Trades in the Target Portfolio under a Linear Transaction Charge from the Starting Allocation.class
LinearChargeTerm
LinearChargeTerm implements the Objective Term that optimizes the Charge of the Buy/Sell Trades in the Target Portfolio under a Linear Transaction Charge from the Starting Allocation.class
MarketImpactChargeTerm
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.class
ShortSellChargeTerm
ShortSellChargeTerm implements the Objective Term that optimizes the Charge incurred by Short Sell Trades in the Target Portfolio from the Starting Allocation.