mbk-dev/okama-dash

Add Transition Map option to Efficient Frontier page

Closed this issue · 1 comments

Transition Map should be constructed with okama EfficientFrontier method:

ls = ['SPY.US', 'GLD.US', 'BND.US']
map = ok.EfficientFrontier(ls, ccy='USD').plot_transition_map(cagr=False)

Probably it should be one more chart below the Efficient Frontier or replace it in case of slow calculations.