Volume-Tier Cliff Routing Distortion Slippage Playbook

2026-03-11 · finance

Volume-Tier Cliff Routing Distortion Slippage Playbook

Why this matters

In fee/rebate venues with monthly volume tiers, the marginal value of the next executed share is not linear.
Near a tier threshold, one fill can improve economics on all remaining month volume (or all eligible volume bucket), which can silently override best-execution logic.

Result in production:

This is a hidden execution tax because standard TCA often books fee/rebate linearly per fill and misses the threshold optionality.


Core intuition: tier optionality = embedded nonlinear payoff

Let:

Then expected marginal “tier option” value of routing one extra qualifying share now:

[ V_{tier,t} \approx P(\text{cross }\Theta \mid Q_t+1) \cdot \Delta r \cdot R_t ]

Near threshold, (P(\cdot)) jumps; (V_{tier,t}) can dominate spread-level edge and distort routing.


Execution-cost decomposition (tier-aware)

For candidate child order (i) on venue (v):

[ EC_{i,v} = \underbrace{S_{i,v}}{spread/impact} + \underbrace{M{i,v}}{markout~toxicity} + \underbrace{D{i,v}}{deadline~risk} + \underbrace{F{i,v}}{explicit~fees} - \underbrace{V{tier,i,v}}_{tieroptionvalue} ]

Naive routers optimize (S+F).
Tier-aware router must optimize full (EC) with robust caps on (M,D).


Data contract (must-have)

Per fill / attempt:

Without route alternatives, you cannot separate true tier benefit from routing-selection bias.


Tier pressure features

1) Tier Distance Ratio (TDR)

[ TDR_t = \frac{\Theta - Q_t}{\max(R_t,1)} ] Low TDR means threshold likely reachable; cliff pressure rises.

2) Tier Optionality Intensity (TOI)

[ TOI_t = \Delta r \cdot R_t \cdot \hat p_t ] where (\hat p_t = P(\text{cross threshold before month-end})).

3) Distortion Gap (DG)

Difference between tier-incentivized route score and pure microstructure route score:

[ DG_t = Score_{tier-aware} - Score_{microstructure-only} ] High DG = economic incentive dominating execution quality.

4) Tier-End Convexity Risk (TCR)

Observed acceleration of toxic markout while tier pressure rises:

[ TCR_t = \frac{\partial \mathbb E[M \mid TOI]}{\partial TOI} ] Positive and rising TCR is a red flag for “rebate illusion”.


Modeling stack

1) Tier crossing probability model

Binary horizon model for crossing (\Theta) before month-end:

2) Conditional markout model

Estimate (\mathbb E[M_{i,v}\mid x, TOI]) and upper quantiles (q90/q95):

3) Completion-risk model

Predict residual completion delay and forced-aggression probability:


Control policy (state machine)

NORMAL

TIER_PRESSURE

DISTORTION_RISK

SAFE

Triggered by any:

Actions:


Practical safeguards

  1. Tier Value Haircut

    • Use (V_{tier}^{eff} = h \cdot V_{tier}), (h \in [0,1]) dynamic by toxicity regime.
  2. Venue Concentration Cap

    • Max share of parent flow per venue while in TIER_PRESSURE.
  3. End-of-Month Anti-Cliff Guard

    • Last-N sessions: stricter markout gates and lower allowed DG.
  4. Dual Ledger TCA

    • Track both:
      • Gross fee/rebate gain from tier,
      • Net execution outcome after markout+completion penalty.
  5. Counterfactual Shadow Router

    • Run microstructure-only shadow policy for attribution of tier-induced drift.

Backtest / replay evaluation

Use month-level replay slices because tier incentives are path-dependent.

Required comparisons:

Report:

Promotion rule: do not promote if fee gains are positive but q95 net IS degrades beyond tolerance.


Failure modes to explicitly test


Implementation checklist


References


One-line takeaway

Volume-tier economics are an embedded option, not a linear fee term; if you don’t model the option and cap distortion, “rebate alpha” can become tail slippage debt.