Realtime Risk Engine
objective
Execute realtime risk engine 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.
- •limit-breach clustering by desk and strategy
- •scenario-loss tail behavior under correlated shocks
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/realtime_risk_engine_diagnostics.py input.csv --output diagnostics.jsonand keep the json artifact. - •write an implementation memo using
references/realtime-risk-engine-playbook.mdwith assumptions, tests, limits, and rollout plan.
resources
- •use
scripts/realtime_risk_engine_diagnostics.pyfor deterministic diagnostics. - •use
references/realtime-risk-engine-playbook.mdfor the domain-specific checklist and delivery structure.