From ce5540e26b01d29f22bb75760e572bdeee082886 Mon Sep 17 00:00:00 2001 From: Gourav Kumar Date: Sat, 12 Mar 2022 10:23:22 +0530 Subject: [PATCH] Added to-do --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) 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