Class StandardDeviationTerm


public class StandardDeviationTerm
extends RiskTerm
StandardDeviationTerm holds the Details of the Portfolio Risk (Standard Deviation) Objective Term. Standard Deviation can be Absolute or in relation to a Benchmark.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • StandardDeviationTerm

      public StandardDeviationTerm​(java.lang.String name, Holdings initialHoldings, double[][] assetCovarianceMatrix, double[] benchmarkConstrictedHoldingsArray) throws java.lang.Exception
      StandardDeviationTerm Constructor
      Parameters:
      name - Name of the Objective Function
      initialHoldings - Initial Holdings
      assetCovarianceMatrix - The Asset Covariance Matrix
      benchmarkConstrictedHoldingsArray - The Constricted Benchmark Holdings Array
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details