Skip to content

Commit fa1a433

Browse files
authored
Updating README files (fmilthaler#110)
1 parent 0b496a6 commit fa1a433

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<img src="https://img.shields.io/github/stars/fmilthaler/FinQuant.svg?style=social&label=Star" alt='pypi'>
88
</a>
99
<a href="https://pypi.org/project/FinQuant">
10-
<img src="https://img.shields.io/badge/pypi-v0.3.2-brightgreen.svg?style=popout" alt='pypi'>
10+
<img src="https://img.shields.io/badge/pypi-v0.4.0-brightgreen.svg?style=popout" alt='pypi'>
1111
</a>
1212
<a href="https://github.com/fmilthaler/FinQuant">
1313
<img src="https://github.com/fmilthaler/finquant/actions/workflows/pytest.yml/badge.svg?branch=master" alt='GitHub Actions'>

README.tex.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<img src="https://img.shields.io/github/stars/fmilthaler/FinQuant.svg?style=social&label=Star" alt='pypi'>
88
</a>
99
<a href="https://pypi.org/project/FinQuant">
10-
<img src="https://img.shields.io/badge/pypi-v0.3.2-brightgreen.svg?style=popout" alt='pypi'>
10+
<img src="https://img.shields.io/badge/pypi-v0.4.0-brightgreen.svg?style=popout" alt='pypi'>
1111
</a>
1212
<a href="https://github.com/fmilthaler/FinQuant">
1313
<img src="https://github.com/fmilthaler/finquant/actions/workflows/pytest.yml/badge.svg?branch=master" alt='GitHub Actions'>
@@ -249,7 +249,8 @@ look at the examples provided in `./example`.
249249
`./example/Example-Analysis.py`: This example shows how to use an instance of `finquant.portfolio.Portfolio`, get the portfolio's quantities, such as
250250
- Expected Returns,
251251
- Volatility,
252-
- Sharpe Ratio.
252+
- Sharpe Ratio,
253+
- Value at Risk.
253254

254255
It also shows how to extract individual stocks from the given portfolio. Moreover it shows how to compute and visualise:
255256
- the different Returns provided by the module `finquant.returns`,

0 commit comments

Comments
 (0)