File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Integrated Risk App (Python)
22
3+ Interactive Streamlit app for ** market and credit risk** :
4+
5+ ![ App Screenshot] ( docs/screenshot.png )
6+
37Interactive Streamlit app for market & credit risk:
48- VaR/ES: Historical, Parametric (Normal), Monte Carlo, GARCH-lite (Filtered Historical)
59- Backtesting: rolling VaR with Kupiec POF test + multi-alpha calibration
@@ -15,4 +19,23 @@ Interactive Streamlit app for market & credit risk:
1519python -m venv .venv && source .venv/bin/activate
1620pip install -r requirements.txt
1721streamlit run app/app.py
18-
22+ ```
23+ Demo CSVs are included in data/ so you can click around immediately.
24+
25+ ## 📊 How it works
26+
27+ VaR = loss threshold at confidence level α.
28+
29+ ES = average loss beyond VaR.
30+
31+ Kupiec test = checks if exceedances match expectation.
32+
33+ FHS (GARCH-lite) = filters volatility for better tail calibration.
34+
35+ ERC weights = equalize each asset’s risk contribution.
36+
37+ ## ⚠️ Disclaimer
38+ For educational use only. Not investment advice.
39+
40+
41+
You can’t perform that action at this time.
0 commit comments