mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-18 12:20:12 +08:00
Start making the equity adjustments calculations for the history loader conform to the same method signature as `load_adjustments` provided by `SQLiteAdjustmentReader, so that an `AdjustmentReader` interface can begin to take form. This prepares for creating a `DispatchAdjustmentReader` which will route adjustment calculations for equities to the `HistoryCompatibleUSEquityAdjustmentReader` and continuous futures to a not yet implemented adjustment reader. All of these readers will share the `load_adjustments` method.