Browse Source

Added to-do

switch-to-decimal
Gourav Kumar 2 years ago
parent
commit
ce5540e26b
  1. 21
      README.md

21
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
## 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
Loading…
Cancel
Save