REQUIRES Python 3.9 or above
portfolio_risk calculates and presents portfolio level risk measures such as:
- portfolio VaR
- portfolio greeks
- portfolio correlations
- git clone https://github.com/bgithub1/portfolio_risk.git
- cd ./portfolio_risk
- pip install -r requirements.txt
You should now have a project folder called portfolio_risk
, and a package within that project also called portfolio_risk