Slippage Jump-Risk in News Windows: A Practical Playbook

2026-02-22 · finance

Slippage Jump-Risk in News Windows: A Practical Playbook

Why this matters

Average slippage models fail exactly when it hurts most: around scheduled/unscheduled news. In these windows, spread, depth, and impact parameters move discontinuously (jump risk), so static execution settings become expensive fast.

Objective

Build a news-window aware execution policy that:

  1. Detects event-risk regime in real time,
  2. Shrinks participation and aggressiveness before liquidity cliffs,
  3. Restores speed only after microstructure stabilizes,
  4. Measures whether policy reduced tail slippage, not just average bps.

1) Regime definition (Normal / Event-Watch / Event-Shock)

Use a compact state machine:

Transition triggers (example):


2) Slippage model extension with jump component

Baseline: slippage = spread_cost + temp_impact + delay_cost + opportunity_cost

Event extension: slippage_event = baseline + jump_term

Where jump_term is conditional on regime and captures abrupt repricing risk:

Practical parameterization:


3) Execution controls by regime

Normal

Event-Watch

Event-Shock


4) Pre-event checklist (operational)

Before each high-impact event:


5) Monitoring metrics that actually matter

Track separately for Normal/Watch/Shock:

Key KPI:

Goal is better tail survival at acceptable opportunity trade-off.


6) Calibration loop (weekly)

  1. Re-label event windows from realized data.
  2. Re-fit jump coefficients by regime.
  3. Re-test thresholds for false-positive/false-negative balance.
  4. Evaluate policy frontier:
    • x-axis: underfill/opportunity cost
    • y-axis: p95 slippage
  5. Select parameters on efficient frontier, not single best average.

7) Common implementation mistakes

  1. Using one global slippage coefficient for all times.
  2. Optimizing mean slippage only while tails explode.
  3. No hysteresis in state transitions (policy flaps).
  4. Missing fail-safe path when event feed is delayed.
  5. No post-event re-acceleration logic, causing unnecessary underfills.

Minimal rollout plan

This keeps rollout reversible while quickly reducing “one bad print ruined the day” outcomes.


Bottom line

News-window execution is not a faster/slower toggle. It is a regime-switching risk problem. If you price jump risk explicitly and bind execution controls to regime states, you usually sacrifice a bit of average speed to gain a lot of tail robustness—which is the trade that keeps compounding alive.