Skip to content

Commit 0bd14bf

Browse files
authored
Update README.md
1 parent 59fbaf5 commit 0bd14bf

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Integrated Risk App (Python)
22

3+
Interactive Streamlit app for **market and credit risk**:
4+
5+
![App Screenshot](docs/screenshot.png)
6+
37
Interactive 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:
1519
python -m venv .venv && source .venv/bin/activate
1620
pip install -r requirements.txt
1721
streamlit 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+

0 commit comments

Comments
 (0)