The type of calculation this result represents.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public enum RiskAssessmentCalculationType
Visual Basic (Declaration)
Public Enumeration RiskAssessmentCalculationType
Visual C++
public enum class RiskAssessmentCalculationType

Members

Member nameDescription
LongAndShort
Result for the calculation based on both long and short positions in the portfolio.
LongOnly
Result for the calculation based on only the long positions in the portfolio.
ShortOnly
Result for the calculation based on only the short positions in the portfolio.
BuyAndHold
Result for the calculation based on only the buy and hold side positions in the portfolio.

Remarks

The results returned from a risk assessment plugin are grouped by the RiskAssessmentCalculationType enumeration.

See Also