-
Fixes Double to Decimal Cast in GetAnnualPerformance (#5492)
发布于
2021-04-19 13:43:47 +00:00 | 2433 次提交 在此版本后已推送到 masterGetAnnualPerformanceraises an exception if theAnnualPerformancecalculation returns a double that cannot be cast to decimal (smaller thandecimal.MinValueor bigger thandecimal.MaxValue).
SeeProbabilisticSharpeRatiowhere the same solution was applied.下载附件