-
Broken Regressions Fixes (#5421)
发布于
2021-03-29 20:35:03 +00:00 | 2463 次提交 在此版本后已推送到 master-
Remove regression references to non-existant Python versions
-
Adjust regressions estimated capacity not adjusted by #5389
-
Adjusts regression algorithms so that they pass (Index/Index Options)
-
Changes start/end date on BasicTemplateIndexAlgorithm
-
Changes option pricing model to BlackScholes in
IndexOptionCallITMGreeksExpiryRegressionAlgorithm- The root cause of why there are no greeks at times for these
options was identified. It is most likely due to the underlying's
VolatilityModel not having had enough data to be "warmed up",
which means it will return a standard deviation of zero to the
option pricing model, rendering most metrics as NaN.
- The root cause of why there are no greeks at times for these
-
-
Adds missing index/index options regression algorithms
- Regression algorithms are now 1-1 between C# and Python for
Indexes/Index options. All regression tests are now passing
- Regression algorithms are now 1-1 between C# and Python for
-
Fixes broken BasicTemplateIndex regression algorithm
- Previously traded SPY, but because we have no SPY data in Lean
master, I instead opted for index options, since data for those
dates is already included
- Previously traded SPY, but because we have no SPY data in Lean
-
Deal with weekend for breaking test case
-
Adjust DefaultEndDate test to always pass
-
Check todays date for open
Co-authored-by: Gerardo Salazar gsalaz9800@gmail.com
下载附件
-