Class ExpectedReturnsTerm


public class ExpectedReturnsTerm
extends ReturnsTerm
ExpectedReturnsTerm holds the Details of the Portfolio Expected Returns Based Objective Terms. Expected Returns can be Absolute or in relation to a Benchmark.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • ExpectedReturnsTerm

      public ExpectedReturnsTerm​(java.lang.String name, Holdings initialHoldings, double[] alphaArray, double[] benchmarkConstrictedHoldingsArray) throws java.lang.Exception
      ExpectedReturnsTerm Constructor
      Parameters:
      name - Name of the Expected Returns Objective Term
      initialHoldings - Initial Holdings
      alphaArray - Asset Alpha Aray
      benchmarkConstrictedHoldingsArray - Benchmark Constricted Holdings Array
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details