Class LinearChargeSellTerm


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



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • LinearChargeSellTerm

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