Class FixedChargeBuyTerm


public class FixedChargeBuyTerm
extends TransactionChargeTerm
FixedChargeBuyTerm implements the Objective Term that optimizes the Charges incurred by the Buy Trades in the Target Portfolio under a Fixed Charge from the Starting Allocation.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • FixedChargeBuyTerm

      public FixedChargeBuyTerm​(java.lang.String name, double[] initialHoldingsArray, TransactionChargeFixed[] fixedTransactionChargeArray) throws java.lang.Exception
      FixedChargeBuyTerm Conastructor
      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