Okama 1.0.0
Several important updates in Portfolio and AssetList classes:
- Portfolio is an asset (like stocks, ETF or commodities) and can be included in the AssetList
- Portfolio has a symbol (.PF namespace)
- Rebalancing period is an attribute of Portfolio
- Asset has
.close
and.adj_close
properties (close time series) - Dividend time series are adjusted to the base currency in Portfolio and AssetList
.dividend_yield
for Portfolio is a weighted sum of the assets dividend yields (adjusted to the base currency)- Portfolio has
.dividends
method (dividends history time series) - New notebook in examples for investment portfolios (examples/03 investment portfolios.ipynb)