Class LinearChargeTerm


public class LinearChargeTerm
extends TransactionChargeTerm
LinearChargeTerm implements the Objective Term that optimizes the Charge of the Buy/Sell Trades in the Target Portfolio under a Linear Transaction Charge from the Starting Allocation.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • LinearChargeTerm

      public LinearChargeTerm​(java.lang.String name, double[] initialHoldingsArray, TransactionChargeLinear[] linearTransactionChargeArray) throws java.lang.Exception
      LinearChargeTerm 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