This repository showcases industry-style projects for model development and validation in credit risk, market risk, and stress testing.
notebooks/β Exploratory analysis & step-by-step model developmentsrc/β Reusable production-style code (data prep, modeling, validation)reports/β Governance-style validation reports (PDF/Markdown)docs/β Methodology notes, regulatory references (SR 11-7, Basel, CECL)
- Objective: Build and validate a Probability of Default (PD) model
- Data: Open LendingClub loan dataset
- Champion Model: Logistic Regression
- Challenger Model: Random Forest
- Validation Tests:
- AUC, KS statistic
- Calibration plot
- Population Stability Index (PSI)
- Deliverables:
- Add market risk project (VaR backtesting with Kupiec & Christoffersen tests)
- Add stress testing framework (link macro scenarios β portfolio losses)
- Expand validation toolkit (benchmarking, challenger-vs-champion)