File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 7
7
<img src="https://img.shields.io/github/stars/fmilthaler/FinQuant.svg?style=social&label=Star" alt='pypi'>
8
8
</a >
9
9
<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'>
11
11
</a >
12
12
<a href =" https://github.com/fmilthaler/FinQuant " >
13
13
<img src="https://github.com/fmilthaler/finquant/actions/workflows/pytest.yml/badge.svg?branch=master" alt='GitHub Actions'>
Original file line number Diff line number Diff line change 7
7
<img src="https://img.shields.io/github/stars/fmilthaler/FinQuant.svg?style=social&label=Star" alt='pypi'>
8
8
</a >
9
9
<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'>
11
11
</a >
12
12
<a href =" https://github.com/fmilthaler/FinQuant " >
13
13
<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`.
249
249
` ./example/Example-Analysis.py ` : This example shows how to use an instance of ` finquant.portfolio.Portfolio ` , get the portfolio's quantities, such as
250
250
- Expected Returns,
251
251
- Volatility,
252
- - Sharpe Ratio.
252
+ - Sharpe Ratio,
253
+ - Value at Risk.
253
254
254
255
It also shows how to extract individual stocks from the given portfolio. Moreover it shows how to compute and visualise:
255
256
- the different Returns provided by the module ` finquant.returns ` ,
You can’t perform that action at this time.
0 commit comments