Class FixedChargeSellTerm


public class FixedChargeSellTerm
extends TransactionChargeTerm
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.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • FixedChargeSellTerm

      public FixedChargeSellTerm​(java.lang.String name, Holdings initialHoldings, TransactionChargeFixed[] fixedTransactionChargeArray) throws java.lang.Exception
      FixedChargeSellTerm Constructor
      Parameters:
      name - Name of the Objective Term
      initialHoldings - The Initial Holdings
      fixedTransactionChargeArray - Array of Asset Transaction Charge Instances
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details