Added to-do
This commit is contained in:
parent
6bbdac35ec
commit
ce5540e26b
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
|
* 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
|
Loading…
Reference in New Issue
Block a user