Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug filling most recent sessions for funds
Fixes bug where `base.fill_reindexed_daily` was forward filling prices for the most recent sessions of a fund even if those sessions would not be expected to have prices available given long delays in publishing price data (which for some funds can stretch to various days). With fix, `base.fill_reindexed_daily` now looks at sesions prior to the most recent whenever the most recent (or prior) session would not be expected to have price data yet available.
- Loading branch information