Added to-do

This commit is contained in:
Gourav Kumar 2022-03-12 10:23:22 +05:30
parent 6bbdac35ec
commit ce5540e26b

View File

@ -12,4 +12,23 @@ Fincal aims to simplify things by allowing you to:
* Easy way to work around missing dates by taking the closest data points * Easy way to work around missing dates by taking the closest data points
* Completing series with missing data points using forward fill and backward fill * Completing series with missing data points using forward fill and backward fill
## Examples ## Examples
## To-do
### Core features
- [ ] Add __setitem__
- [ ] Create emtpy TimeSeries object
- [ ] Read from CSV
- [ ] Write to CSV
- [ ] Convert to dict
- [ ] Convert to list of dicts
### Fincal features
- [ ] Sync two TimeSeries
- [ ] Average rolling return
- [ ] Sharpe ratio
- [ ] Jensen's Alpha
- [ ] Beta
- [ ] Max drawdown