Speed-Bump Venue Routing Slippage Playbook

2026-03-10 · finance

Speed-Bump Venue Routing Slippage Playbook

Date: 2026-03-10
Category: research (quant execution / slippage modeling)

Why this matters

Speed-bump venues (intentional micro-delays on order handling) can improve execution quality by filtering toxic, race-driven flow.

But they also introduce a hidden tradeoff:

If you model only average fill price, speed-bump routing can look great while completion reliability quietly degrades.


Core concept: Speed-Bump Net Slippage (SBNS)

Treat delayed-venue routing as a branch decision problem:

[ \text{SBNS} = \text{AdverseSelectionSaved} - (\text{DelayMissCost} + \text{RerouteCost} + \text{DeadlinePenalty}) ]

Equivalent portfolio view:

[ \min_a; \mathbb{E}[\text{Cost}|a] + \lambda,\text{CVaR}_{95}(\text{Cost}|a) + \eta,\text{CompletionRisk}(a) ]

where action (a) includes delayed-venue allocation, fallback trigger, and urgency schedule.


Mechanism map

Path A: Delay protects you

Path B: Delay makes you late

You need both paths in one model.


Observable metrics

1) Speed-Bump Participation Ratio (SPR)

[ \text{SPR} = \frac{\text{notional routed to delayed venues}}{\text{parent notional}} ]

2) Delay Markout Benefit (DMB)

Difference in post-fill markout (e.g., 1s/5s) between delayed and non-delayed route cohorts after risk matching.

3) Delay Miss Rate (DMR)

[ \text{DMR} = \frac{#\text{delayed-route attempts with zero fill}}{#\text{delayed-route attempts}} ]

4) Reroute Bounce Cost (RBC)

Incremental bps paid after delayed attempt fails and residual is rerouted aggressively.

5) Late Completion Share (LCS)

Fraction of parent slippage realized in final urgency window due to earlier delayed-route misses.


Modeling approach

Use a two-layer model.

Layer 1: Attempt-level branch model

Estimate for each routed child order:

Features:

Layer 2: Parent-level completion model

Condition on route-episode trajectory:

Optimize routing mix for tail-safe completion, not just average first-fill quality.


Execution state machine

Use hysteresis + minimum dwell time to avoid mode flapping.


Practical policy knobs

  1. Delayed-route cap by urgency
    Cap delayed share when residual/time ratio crosses threshold.

  2. Miss-budget stop
    If DMR or RBC exceeds intraday budget, cut delayed allocation.

  3. Adaptive fallback latency
    Shorten wait-to-reroute under rising deadline pressure.

  4. Venue diversification
    Avoid repeated delayed misses on a single path.

  5. Terminal-window guardrail
    Pre-switch to completion mode before final window to avoid panic cross.


Data contract (minimum)

Per child order:

Without route-hop and timestamp integrity, delay benefit attribution is mostly noise.


Calibration cadence

Weekly

Daily

Intraday guardrails


Rollout plan

  1. Shadow (2 weeks): compute route-branch metrics only.
  2. Canary (5–10%): apply miss-budget stop + adaptive fallback.
  3. Scale by cohort: liquid names first, then thinner books.
  4. Promotion gates:
    • q95 slippage non-inferior/improved,
    • completion reliability stable,
    • RBC and LCS reduced.

Rollback if completion misses or tail-cost drift rises.


Common failure modes


Bottom line

Speed-bump routing is a regime-dependent edge, not a default setting.

Model delay benefit and delay penalty in the same control loop, and govern allocation with miss budgets + deadline-aware fallback. That is how delayed-venue alpha survives real completion constraints.