Skip to content

Commit 517094c

Browse files
committed
chore: update README.md
1 parent cafc3fa commit 517094c

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ _okama_ goes with **free** «end of day» historical stock markets data and macr
3535

3636
- Investment portfolio constrained Markowitz Mean-Variance Analysis (MVA) and optimization
3737
- Rebalanced portfolio optimization with constraints (multi-period Efficient Frontier)
38+
- Investment portfolios with contributions / withdrawals cash flows (DCF)
3839
- Monte Carlo Simulations for financial assets and investment portfolios
3940
- Popular risk metrics: VAR, CVaR, semi-deviation, variance and drawdowns
40-
- Different financial ratios: Sharpe ratio, Sortino ratio, Diversification ratio
41+
- Different financial ratios: CAPE10, Sharpe ratio, Sortino ratio, Diversification ratio
4142
- Forecasting models according to normal, lognormal and other popular distributions
4243
- Testing distribution on historical data
4344
- Dividend yield and other dividend indicators for stocks
@@ -62,7 +63,7 @@ _okama_ goes with **free** «end of day» historical stock markets data and macr
6263
- Central bank exchange rates
6364

6465
### Macroeconomic indicators
65-
For many countries (USA, United Kingdom, European Union, Russia, Israel etc.):
66+
For many countries (China, USA, United Kingdom, European Union, Russia, Israel etc.):
6667

6768
- Inflation
6869
- Central bank rates
@@ -78,8 +79,9 @@ For many countries (USA, United Kingdom, European Union, Russia, Israel etc.):
7879
`pip install okama`
7980

8081
The latest development version can be installed directly from GitHub:
82+
`git clone https://github.com/mbk-dev/okama@dev`
8183

82-
`pip install git+https://github.com/mbk-dev/okama@dev`
84+
`poetry install`
8385

8486

8587
## Getting started
@@ -175,11 +177,12 @@ build with _okama_ package and [Dash (plotly)](https://github.com/plotly/dash) f
175177
The plan for _okama_ is to add more functions that will be useful to investors and asset managers.
176178

177179
- Add Omega ratio to EfficientFrontier, EfficientFrontierReb and Portfolio classes.
178-
- Add withdrawals as an attribute of Portfolio class.
180+
- Make complex withdrawals / contributions strategies in Portfolio class.
181+
- Make complex portfolio rebalancing strategies.
179182
- Add Black-Litterman asset allocation
180183
- Accelerate optimization for multi-period Efficient Frontier: minimize_risk and maximize_risk methods of EfficientFrontierReb class.
181184
- Make a single EfficientFrontier class for all optimizations: single-period or multu-period with rebalancing period as a parameter.
182-
- Add different utility functions for optimizers: semi-deviation, VaR, CVaR, drawdowns etc.
185+
- Add different utility functions for optimizers: IRR, portfolio survival period, semi-deviation, VaR, CVaR, drawdowns etc.
183186
- Add more functions based on suggestion of users.
184187

185188
## Contributing to okama

0 commit comments

Comments
 (0)