diff --git a/README.md b/README.md index a2d8afa..ae655aa 100644 --- a/README.md +++ b/README.md @@ -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 * Completing series with missing data points using forward fill and backward fill -## Examples \ No newline at end of file +## 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 \ No newline at end of file