Class ShortSellChargeTerm


public class ShortSellChargeTerm
extends TransactionChargeTerm
ShortSellChargeTerm implements the Objective Term that optimizes the Charge incurred by Short Sell Trades in the Target Portfolio from the Starting Allocation.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • ShortSellChargeTerm

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