Ms > Ms Assembly Interfaces > IMsValueAtRiskBacktestingResult
Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsValueAtRiskBacktestingResult interface contains properties that return backtesting results.
IMsValueAtRiskBacktestingResult
The results can be obtained only after Value-At-Risk model calculation. The results are returned by the IMsValueAtRiskBacktesting.Result property.
Property name | Brief description | |
![]() |
The ActualConfidenceLevel property returns confidence level. | |
![]() |
The AverageUncoveredRisk property returns average uncovered risk. | |
![]() |
The AverageUnusedRisk property returns average unused risk. | |
![]() |
The BinaryLossFunction property returns value of binary loss function. | |
![]() |
The CoveringFactor property returns value of multiple to obtain coverage. | |
![]() |
The QuadraticLossFunction property returns value of quadratic loss function. | |
![]() |
The TrafficLight property returns "traffic lights". | |
![]() |
The VaRLossCorrelation property returns correlation between the Value-At-Risk model and actual losses. |
See also: