Alexandre Catarino
2b0fd2e607
Updates SPY Market Data ( #5493 )
...
* Fixes Double to Decimal Cast in GetAnnualPerformance
`GetAnnualPerformance` raises an exception if the `AnnualPerformance` calculation returns a double that cannot be cast to decimal (smaller than `decimal.MinValue` or bigger than `decimal.MaxValue`).
See `ProbabilisticSharpeRatio` where the same solution was applied.
* Updates SPY Market Data
SPY is a key asset since it is the default benchmark, and any change can lead to different `Alpha` and `Beta`
* Updates Unit Tests to Reflect Data Update
* Updates Regression Tests to Reflect Data Update I
Most of the regression tests change because of updated data (market and factors) of SPY (default benchmark) while the total trade remain the same.
* Updates Regression Tests to Reflect Data Update II
The following regression tests were changed to adapt to adjusted prices and keep the total trades:
- `BacktestingBrokerageRegressionAlgorithm`
- `LimitIfTouchedRegressionAlgorithm`
- `PortfolioRebalanceOnCustomFuncRegressionAlgorithm`
- `SetAccountCurrencySecurityMarginModelRegressionAlgorithm`
- `StopLossOnOrderEventRegressionAlgorithm`
- `TimeInForceAlgorithm`
The following regression tests have more trades since adjusted prices allowed more 1-2 shares trades that were rounded down to zero before:
- `FreePortfolioValueRegressionAlgorithm` 2 -> 3
- `PortfolioRebalanceOnDateRulesRegressionAlgorithm` 291 -> 298
- `TrailingStopRiskFrameworkAlgorithm` 5 -> 7
Especial cases:
- `AutoRegressiveIntegratedMovingAverageRegressionAlgorithm` 65 -> 52
- ARIMA model sensibility
- `BlackLittermanPortfolioOptimizationFrameworkAlgorithm` 18 -> 19
- BLM model sensibility
- `ExtendedMarketHoursHistoryRegressionAlgorithm` 20 -> 18
- Less minute bars before market opens
* Addresses Peer-Review
Fix `BacktestingBrokerageRegressionAlgorithm` to use `CalculateOrderQuantity` and round down `quantity` to an even number to pass a value assertion and update the expected value from 50 to 52.
The quantity calculated by `CalculateOrderQuantity` has changed from 50 to 53 because of factor file update.
2021-04-19 13:31:01 -03:00
..
2021-01-27 09:56:03 -03:00
2020-11-13 20:07:17 -03:00
2021-04-07 13:39:49 -03:00
2021-03-02 18:46:31 -03:00
2021-02-18 17:13:11 -03:00
2019-07-19 20:13:13 +01:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-03-02 18:46:31 -03:00
2021-03-02 18:46:31 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-03-16 16:30:49 -07:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2019-05-16 09:25:27 -07:00
2021-03-02 18:46:31 -03:00
2021-04-19 13:31:01 -03:00
2019-11-22 11:39:03 -03:00
2021-03-02 18:46:31 -03:00
2019-04-03 21:55:44 -03:00
2021-04-19 13:31:01 -03:00
2017-09-20 15:44:51 -04:00
2017-09-20 08:29:56 -04:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2020-04-28 16:29:15 -03:00
2021-04-19 13:31:01 -03:00
2021-03-02 18:46:31 -03:00
2021-04-19 13:31:01 -03:00
2021-03-12 20:46:23 -03:00
2018-12-14 15:29:46 -03:00
2018-01-15 18:55:06 -05:00
2020-02-12 22:28:45 +00:00
2021-03-16 16:30:49 -07:00
2021-03-02 18:46:31 -03:00
2021-03-02 18:46:31 -03:00
2020-02-12 22:28:45 +00:00
2021-03-16 16:30:49 -07:00
2020-02-12 22:28:45 +00:00
2021-04-19 13:31:01 -03:00
2019-09-12 15:30:45 -04:00
2017-09-26 10:47:54 -04:00
2017-09-20 15:44:51 -04:00
2021-03-02 18:46:31 -03:00
2019-04-09 17:59:46 +01:00
2021-04-19 13:31:01 -03:00
2021-03-02 18:46:31 -03:00
2017-09-20 15:44:51 -04:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-03-02 18:46:31 -03:00
2021-04-19 13:31:01 -03:00
2020-06-15 20:05:12 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2019-11-20 16:58:43 -03:00
2019-11-20 19:47:19 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-03-16 16:30:49 -07:00
2019-09-12 15:30:45 -04:00
2021-04-19 13:31:01 -03:00
2021-04-07 13:39:49 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-03-30 14:48:59 -07:00
2018-03-16 09:43:55 -04:00
2021-04-07 13:39:49 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2019-09-12 15:30:45 -04:00
2021-04-19 13:31:01 -03:00
2019-04-03 21:55:44 -03:00
2021-04-19 13:31:01 -03:00
2020-04-13 18:50:03 +01:00
2018-09-17 18:28:59 +01:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2017-09-20 15:44:51 -04:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2018-12-24 17:32:39 -03:00
2020-02-17 11:28:34 -03:00
2021-03-02 18:46:31 -03:00
2021-03-02 18:46:31 -03:00
2021-04-19 13:31:01 -03:00
2021-03-02 18:46:31 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2019-09-12 15:30:45 -04:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2019-09-30 19:06:21 -04:00
2020-06-04 18:04:43 -07:00
2018-06-01 12:19:06 +02:00
2019-04-03 21:55:44 -03:00
2021-03-02 18:46:31 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2019-09-27 14:28:47 -04:00
2019-09-12 15:30:45 -04:00
2019-04-03 22:00:27 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-03-16 16:30:49 -07:00
2021-03-16 16:30:49 -07:00
2021-03-02 18:46:31 -03:00
2017-09-20 17:14:44 -04:00
2017-10-26 18:22:11 +02:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-03-16 16:30:49 -07:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-03-02 18:46:31 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 11:10:47 -03:00
2021-04-19 13:31:01 -03:00
2021-04-07 13:39:49 -03:00
2021-04-02 11:20:01 -07:00
2019-04-25 21:47:32 +02:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-03-02 18:46:31 -03:00
2021-03-16 16:30:49 -07:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2018-06-28 11:56:23 -04:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2019-11-07 22:26:46 +00:00
2019-09-12 15:30:45 -04:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2019-09-12 15:30:45 -04:00
2021-04-19 13:31:01 -03:00
2017-09-20 17:14:44 -04:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2017-09-22 14:33:11 -04:00
2021-04-07 13:39:49 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2020-04-21 23:14:21 +01:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-07 13:39:49 -03:00
2021-04-19 13:31:01 -03:00
2021-03-16 16:30:49 -07:00
2021-03-16 16:30:49 -07:00
2021-04-19 13:31:01 -03:00
2021-03-02 18:46:31 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2018-05-25 22:06:28 +02:00
2021-03-02 18:46:31 -03:00
2021-03-02 18:46:31 -03:00
2019-01-23 21:29:07 +01:00
2021-03-02 18:46:31 -03:00
2021-03-16 16:30:49 -07:00
2021-04-19 11:10:47 -03:00
2021-03-16 16:30:49 -07:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2019-09-12 15:30:45 -04:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2019-09-12 15:30:45 -04:00
2019-08-20 16:21:35 -07:00
2021-03-22 11:08:48 -07:00
2018-05-10 15:47:51 +01:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-07 13:39:49 -03:00
2021-04-19 13:31:01 -03:00
2020-01-16 14:03:55 -08:00
2018-07-06 05:28:17 -04:00
2021-04-19 13:31:01 -03:00
2019-02-26 22:28:43 +00:00
2021-04-19 13:31:01 -03:00
2020-09-04 18:13:46 -03:00
2021-04-19 13:31:01 -03:00
2019-11-04 20:38:26 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-03-16 16:30:49 -07:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2019-04-18 23:29:51 +01:00
2019-10-21 18:03:13 -03:00
2021-04-19 13:31:01 -03:00
2021-03-02 18:46:31 -03:00
2021-04-19 13:31:01 -03:00
2020-09-14 15:12:17 -03:00
2017-09-20 17:14:44 -04:00
2021-04-19 13:31:01 -03:00
2021-03-02 18:46:31 -03:00
2017-09-20 17:14:44 -04:00
2019-10-02 13:11:31 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2019-06-20 10:35:56 +01:00
2021-04-19 13:31:01 -03:00
2019-10-28 17:49:53 +00:00
2019-10-28 18:13:59 +00:00
2017-09-20 17:14:44 -04:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2017-09-20 17:14:44 -04:00
2021-04-19 13:31:01 -03:00
2019-11-04 20:38:26 -03:00
2017-09-20 17:14:44 -04:00
2019-11-04 20:38:26 -03:00
2021-04-19 13:31:01 -03:00
2021-03-02 18:46:31 -03:00
2017-09-20 17:14:44 -04:00
2021-03-02 18:46:31 -03:00
2019-09-12 15:30:45 -04:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00
2021-04-19 13:31:01 -03:00