Class 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.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • MarketImpactChargeTerm

      public MarketImpactChargeTerm​(java.lang.String name, double[] initialHoldingsArray, TransactionChargeMarketImpact[] marketImpactTransactionChargeArray) throws java.lang.Exception
      MarketImpactChargeTerm Conastructor
      Parameters:
      name - Name of the Objective Term
      initialHoldingsArray - Initial Holdings
      marketImpactTransactionChargeArray - Array of Asset Market Impact Transaction Charge Instances
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details