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 Summary

    Constructors
    Constructor Description
    ExpectedReturnsTerm​(java.lang.String name, double[] initialHoldingsArray, double[] alphaArray, double[] benchmarkConstrictedHoldingsArray)
    ExpectedReturnsTerm Constructor
  • Method Summary

    Modifier and Type Method Description
    RdToR1 rdtoR1()
    The Rd To R1 Formulation Term

    Methods inherited from class org.drip.portfolioconstruction.objective.ReturnsTerm

    alphaArray, benchmarkConstrictedHoldingsArray

    Methods inherited from class org.drip.portfolioconstruction.optimizer.ObjectiveTerm

    initialHoldingsArray

    Methods inherited from class org.drip.portfolioconstruction.optimizer.FormulationTerm

    category

    Methods inherited from class org.drip.portfolioconstruction.core.Block

    description, hashCode, id, name, Standard, timeStamp

    Methods inherited from class java.lang.Object

    equals, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpectedReturnsTerm

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