Class LinearChargeBuyTerm


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



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • LinearChargeBuyTerm

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