Credit Risk
objective
Measure and control credit loss risk across obligors, sectors, and portfolios with calibrated pd/lgd/ead models.
workflow
- •define obligor universe, default definitions, and risk horizon conventions.
- •estimate pd, lgd, and ead with segment-aware calibration.
- •aggregate expected and stressed losses to portfolio and desk levels.
- •validate calibration, discrimination, and tail-loss behavior.
- •deploy only when risk metrics and controls are stable and explainable.
required validation
- •expected-loss decomposition consistency across pd, lgd, and ead.
- •calibration drift by rating band and sector.
- •default-event capture and false-alarm behavior.
- •stressed loss sensitivity under macro and spread shocks.
- •concentration risk by counterparty and sector cluster.
risk controls
- •enforce obligor and sector concentration limits.
- •enforce threshold alerts for pd and expected-loss jumps.
- •enforce model fallback when calibration quality degrades.
outputs
- •run
python scripts/credit_risk_validation.py input.csv --output validation.jsonand keep the json artifact. - •write an implementation memo using
references/credit-risk-playbook.mdwith assumptions, tests, limits, and rollout plan.
resources
- •use
scripts/credit_risk_validation.pyfor deterministic validation. - •use
references/credit-risk-playbook.mdfor the domain checklist and delivery structure.