Class FixedChargeTerm


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



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • FixedChargeTerm

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