BSIC / VaR

Simple VaR calculation in Python, both for single value and VaR series in time. Supported formulas at the moment include: Parametric Normal, Parametric EWMA, Historical Simulation and Filtered Historical Simulation with EWMA.
GNU General Public License v3.0
39 stars 18 forks source link

Issue #2

Open reespanau opened 6 years ago

reespanau commented 6 years ago

Hello !

First, thanks for sharing your work, it's great. i've been trying to employ your code in my returns analysis, i've an issue using the VaR function the plot shows me a negative X axis value. besides, when im trying to use VaR Compare function i get the following error: KeyError: -1

captura2

captura

Could you please help me?