Click or drag to resize

Portfolio Class

Represents a portfolio in the efficient frontier.
Inheritance Hierarchy
SystemObject
  Austra.Library.MVOPortfolio
    Austra.Library.MVOInterpolatedPortfolio

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

The Portfolio type exposes the following members.

Constructors
 NameDescription
Public methodPortfolioRepresents a portfolio in the efficient frontier.
Top
Properties
 NameDescription
Public propertyLambdaRisk tolerance.
Public propertyMeanExpected return.
Public propertyStdDevStandard deviation.
Public propertyVarianceExpected volatility.
Public propertyWeightsAsset weights.
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.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToLongStringGets a textual representation of the portfolio.
Public methodToStringGets a textual representation of the portfolio.
(Overrides ObjectToString)
Top
See Also