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, double[] initialHoldingsArray, TransactionChargeFixed[] fixedTransactionChargeArray) throws java.lang.Exception
      FixedChargeSellTerm Conastructor
      Parameters:
      name - Name of the Objective Term
      initialHoldingsArray - Array of Initial Holdings
      fixedTransactionChargeArray - Array of Asset Transaction Charge Instances
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details