Class TransactionChargeTerm
java.lang.Object
org.drip.portfolioconstruction.core.Block
org.drip.portfolioconstruction.optimizer.FormulationTerm
org.drip.portfolioconstruction.optimizer.ObjectiveTerm
org.drip.portfolioconstruction.objective.TransactionChargeTerm
- Direct Known Subclasses:
FixedChargeBuyTerm,FixedChargeSellTerm,FixedChargeTerm,GoldmanSachsShortfallTerm,LinearChargeBuyTerm,LinearChargeSellTerm,LinearChargeTerm,MarketImpactChargeTerm,ShortSellChargeTerm
public abstract class TransactionChargeTerm extends ObjectiveTerm
TransactionChargeTerm implements the Objective Term that models the Charge associated with a
Portfolio Transaction.
- Module = Portfolio Core Module
- Library = Asset Allocation Analytics
- Project = Portfolio Construction under Allocation Constraints
- Package = Portfolio Construction Objective Term Suite
- Author:
- Lakshmi Krishnamurthy
-
Method Summary
Modifier and Type Method Description RdToR1rdtoR1()The Rd To R1 Formulation TermTransactionCharge[]transactionChargeArray()Retrieve the Array of Transaction ChargesMethods inherited from class org.drip.portfolioconstruction.optimizer.ObjectiveTerm
initialHoldingsMethods inherited from class org.drip.portfolioconstruction.optimizer.FormulationTerm
objectiveCategoryMethods inherited from class org.drip.portfolioconstruction.core.Block
category, description, hashCode, id, name, Standard, timeStampMethods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
transactionChargeArray
Retrieve the Array of Transaction Charges- Returns:
- The Transaction Charge Array
-
rdtoR1
Description copied from class:FormulationTermThe Rd To R1 Formulation Term- Specified by:
rdtoR1in classFormulationTerm- Returns:
- The Rd To R1 Formulation Term
-