Inferensys

Glossary

Market Impact Model

A quantitative model that predicts the expected price movement caused by the execution of a trade, decomposed into temporary impact and permanent information leakage.
ML engineer managing model versions on laptop, version history visible, technical Git-like workflow.
EXECUTION COST PREDICTION

What is a Market Impact Model?

A quantitative framework for estimating the expected adverse price movement caused by executing a trade, decomposing the effect into transient liquidity pressure and permanent information leakage.

A market impact model is a mathematical framework that predicts the expected price movement caused by the execution of a trade, decomposing the total effect into temporary impact—the transient cost of demanding liquidity that reverts after execution—and permanent impact, the lasting price shift reflecting information leakage about the order's underlying intention. These models are essential inputs to optimal execution algorithms, enabling traders to balance urgency against cost.

The canonical formulation, derived from the Almgren-Chriss framework, models impact as a concave function of participation rate and order size, typically scaling with the square root of volume. Modern implementations incorporate order flow toxicity metrics, venue-specific liquidity profiles, and real-time spread dynamics to dynamically recalibrate cost estimates, directly feeding into smart order routers to minimize implementation shortfall across fragmented markets.

DECOMPOSING PRICE MOVEMENT

Core Components of Market Impact Models

A market impact model quantifies the expected adverse price movement caused by executing a trade. It decomposes this cost into distinct components to optimize execution schedules and minimize implementation shortfall.

01

Permanent Impact (Information Leakage)

The irreversible price change caused by the market inferring private information from a trade. This component reflects the adverse selection cost and scales linearly with the total traded volume.

  • Mechanism: The market updates its fundamental valuation based on the belief that a large buyer possesses positive alpha.
  • Modeling: Often modeled as a linear function of signed volume: ΔP_permanent = λ * Q.
  • Key Insight: This cost cannot be recovered by waiting; it represents a permanent adjustment to the equilibrium price.
~30-40%
Typical share of total impact
02

Temporary Impact (Liquidity Demand)

The transient price concession required to attract immediate liquidity. This cost reflects the premium paid to market makers for bearing inventory risk and decays rapidly after execution ceases.

  • Mechanism: Aggressive orders consume resting limit orders, walking the order book and temporarily pushing the price away from the mid.
  • Modeling: Typically scales with a power-law function of the participation rate: ΔP_temp ∝ (v/V)^β, where β ≈ 0.5–0.8.
  • Key Insight: This cost can be minimized by spreading execution over time, but doing so increases timing risk.
β ≈ 0.5–0.8
Concavity exponent
03

The Square-Root Law

A robust empirical regularity stating that market impact scales proportionally to the square root of trade size relative to average daily volume.

  • Formula: Cost = σ * sqrt(Q / V) where σ is daily volatility, Q is order size, and V is average daily volume.
  • Universality: This relationship holds across equities, futures, and FX markets, suggesting a deep structural origin in market microstructure.
  • Implication: Doubling the order size increases impact by only ~41%, incentivizing larger but less frequent trades.
∝ √(Q/V)
Scaling relationship
04

Decay and Resilience

The rate at which temporary impact dissipates after execution stops, reflecting the market's resilience and the replenishment of the limit order book.

  • Exponential Decay: Impact often decays as e^(-ρ*t), where ρ is the resilience parameter.
  • Liquidity Regeneration: High-frequency market makers rapidly repost quotes, absorbing the price dislocation.
  • Strategic Use: Execution algorithms exploit decay by pausing between child orders, allowing impact to partially heal before resuming.
< 1 min
Typical decay half-life
05

Proprietary vs. Public Data Calibration

The distinction between calibrating impact models on public market data versus proprietary execution data.

  • Public Data: Uses trades and quotes (TAQ) to infer impact, but lacks parent order context and suffers from selection bias.
  • Proprietary Data: Leverages a firm's own execution history, including parent order size, participation rate, and venue selection, yielding more accurate predictions.
  • Challenge: Proprietary models suffer from survivorship bias—only executed orders are observed, not cancelled intentions.
15-25%
Error reduction with proprietary data
06

Cross-Asset Impact and Contagion

The spillover of price pressure from one asset to correlated instruments, critical for portfolio trading and basket execution.

  • Lead-Lag Effects: Impact in a highly liquid ETF can propagate to its underlying constituents, and vice versa.
  • Correlation Drag: Simultaneously executing correlated assets compounds impact non-linearly, violating independence assumptions.
  • Modeling Approach: Extends single-asset models with a cross-impact matrix capturing pairwise price pressure coefficients.
10-20%
Additional impact from cross-effects
MARKET IMPACT MODEL

Frequently Asked Questions

Clear, technically precise answers to the most common questions about market impact modeling, temporary and permanent price effects, and their role in optimal execution.

A market impact model is a quantitative framework that predicts the expected price movement caused by the execution of a trade, decomposing the total effect into a temporary impact (transient liquidity demand) and a permanent impact (information leakage). The model estimates how much the price will move against the trader as a function of order size, participation rate, volatility, and venue liquidity. The canonical formulation expresses impact as a power-law function: ΔP = σ * (Q / V)^γ, where σ is volatility, Q is order size, V is market volume, and γ is the impact exponent (typically 0.5 for the square-root model). These models are essential inputs to optimal execution algorithms like VWAP, Implementation Shortfall, and TWAP, enabling the decomposition of execution costs into explicit commissions and implicit market impact.

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.