Class GoldmanSachsShortfallTerm


public class GoldmanSachsShortfallTerm
extends TransactionChargeTerm
GoldmanSachsShortfallTerm implements the Objective Term that optimizes the Charge incurred by the Buy/Sell Trades in the Target Portfolio using the Goldman Sachs Shortfall Model from the Starting Allocation.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • GoldmanSachsShortfallTerm

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