From fa1a433331ce019a1e38a2cd2a2f13e83e994418 Mon Sep 17 00:00:00 2001 From: Frank Milthaler Date: Sun, 23 Jul 2023 21:49:22 +0200 Subject: [PATCH] Updating README files (#110) --- README.md | 2 +- README.tex.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bff962f1..e6232e3e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ pypi - pypi + pypi GitHub Actions diff --git a/README.tex.md b/README.tex.md index c4c956a5..f7fba6be 100644 --- a/README.tex.md +++ b/README.tex.md @@ -7,7 +7,7 @@ pypi - pypi + pypi GitHub Actions @@ -249,7 +249,8 @@ look at the examples provided in `./example`. `./example/Example-Analysis.py`: This example shows how to use an instance of `finquant.portfolio.Portfolio`, get the portfolio's quantities, such as - Expected Returns, - Volatility, - - Sharpe Ratio. + - Sharpe Ratio, + - Value at Risk. It also shows how to extract individual stocks from the given portfolio. Moreover it shows how to compute and visualise: - the different Returns provided by the module `finquant.returns`,