mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-10 01:22:03 +08:00
da0a5bbc3f
The intraday_risk_metrics is being removed since the values are not used; cumulative risk metrics with the last value updated to the latest close has been used for some time. Before the removal of intraday_risk_metrics, the position trackers passing of benchmark returns to the cumulative risk metrics needs to no longer depend on the calculations done by the intraday stats. So instead use the all_benchmark_returns stored in the tracker directly.