Stress Scenario Design
objective
Execute stress scenario design work with reproducible research, explicit controls, and deployable outputs.
workflow
- •define risk appetite, limit hierarchy, and escalation rules.
- •aggregate exposures across products, venues, and legal entities.
- •measure pnl, tail risk, and scenario outcomes with daily replay.
- •investigate breaches with root-cause attribution and remediation plans.
- •approve production only with auditable controls and rollback procedures.
required diagnostics
- •limit-breach frequency and concentration by strategy and desk.
- •tail-risk evolution across volatility and liquidity regimes.
- •scenario-loss decomposition by factor and instrument class.
- •control effectiveness and incident-response latency.
risk controls
- •enforce hard and soft limits with automated blocking paths.
- •enforce intraday breach escalation and documented owner actions.
- •enforce independent model and control validation cadences.
outputs
- •run
python scripts/stress_scenario_design_diagnostics.py input.csv --output diagnostics.jsonand keep the json artifact. - •write an implementation memo using
references/stress-scenario-design-playbook.mdwith assumptions, tests, limits, and rollout plan.
resources
- •use
scripts/stress_scenario_design_diagnostics.pyfor deterministic diagnostics. - •use
references/stress-scenario-design-playbook.mdfor the domain-specific checklist and delivery structure.