EigenLedger
portfolio_analysis
(my_portfolio, rf=0.0, confidence_value=0.95)
my_portfolio
: the portfolio you define through Engine.rf
: risk-free rateconfidence_value
: confidence proportion for the value-at-risk.report
: Boolean that determines if you want a PDF report,True
orFalse
Last updated