Click or drag to resize

InterpolatedPortfolio Class

Represents a portfolio interpolated from two turning points.
Inheritance Hierarchy
SystemObject
  Austra.Library.MVOPortfolio
    Austra.Library.MVOInterpolatedPortfolio

Namespace: Austra.Library.MVO
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+6baf2f2fa1d256420275372aea03344dd79bdd55
Syntax
C#
public sealed class InterpolatedPortfolio : Portfolio

The InterpolatedPortfolio type exposes the following members.

Constructors
 NameDescription
Public methodInterpolatedPortfolio(Portfolio, Int32)Creates an interpolated portfolio from a single source.
Public methodInterpolatedPortfolio(Double, Double, Double, Int32, Int32)Creates an interpolated portfolio from two turning points.
Top
Properties
 NameDescription
Public propertyLambdaRisk tolerance.
(Inherited from Portfolio)
Public propertyMeanExpected return.
(Inherited from Portfolio)
Public propertySourceIndex1First index in the efficient frontier.
Public propertySourceIndex2Second index in the efficient frontier.
Public propertyStdDevStandard deviation.
(Inherited from Portfolio)
Public propertyVarianceExpected volatility.
(Inherited from Portfolio)
Public propertyWeightsAsset weights.
(Inherited from Portfolio)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetSharpeRatioCalculates the Sharpe ratio of this portfolio.
(Inherited from Portfolio)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToLongStringGets a textual representation of the portfolio.
(Inherited from Portfolio)
Public methodToStringGets a textual representation of the portfolio.
(Inherited from Portfolio)
Top
See Also