Inferensys

Glossary

Market Impact Model

A mathematical function that estimates the adverse price movement caused by the execution of a trade, typically decomposed into temporary and permanent components.
ML engineer managing model versions on laptop, version history visible, technical Git-like workflow.
EXECUTION COST ESTIMATION

What is a Market Impact Model?

A quantitative framework for predicting the adverse price movement caused by a trade's execution.

A Market Impact Model is a mathematical function that estimates the adverse price movement caused by the execution of a trade, typically decomposed into temporary impact (transient liquidity drain) and permanent impact (information leakage). It quantifies how a parent order's size, participation rate, and aggressiveness shift the equilibrium price away from the trader.

These models are integral to optimal execution algorithms like VWAP and Implementation Shortfall, enabling pre-trade cost estimation and real-time tactic adjustment. The square-root law, formalized by Almgren and Chriss, posits that impact scales non-linearly with order size, a principle validated across asset classes for calibrating realistic slippage models in backtesting engines.

MARKET MICROSTRUCTURE

Core Characteristics of Market Impact Models

Market impact models decompose the price erosion caused by trading activity into distinct mathematical components. Understanding these characteristics is essential for calibrating realistic backtesting simulations and designing optimal execution algorithms.

01

Temporary vs. Permanent Impact

Market impact is decomposed into two fundamental components:

  • Temporary Impact: The transient liquidity cost caused by demanding immediacy. This component reflects the premium paid to attract counterparties and typically decays rapidly after the trade completes, representing the bid-ask bounce and inventory effects.
  • Permanent Impact: The lasting price shift caused by the information content of the trade. The market interprets aggressive buying as a potential signal of positive private information, resulting in a permanent price adjustment that does not revert.

The total implementation shortfall of any execution algorithm is the sum of these two components.

~60%
Temporary Component Share
~40%
Permanent Component Share
02

Square-Root Power Law

The empirically observed relationship between trade size and market impact follows a concave power law with an exponent of approximately 0.5. This means:

  • Impact scales with the square root of order size, not linearly
  • A trade 4x larger generates only ~2x the impact
  • This property holds across asset classes, time periods, and venues

The square-root model, formalized by Almgren et al. (2005), implies that splitting large orders reduces total impact, as the sum of square roots is less than the square root of the sum. This mathematical property underpins all TWAP and VWAP execution strategies.

0.4–0.7
Typical Power Law Exponent
03

Participation Rate Dependency

Market impact is a function of the participation rate—the fraction of total market volume consumed by the executing order:

  • Low participation (<5%): Impact is approximately linear with participation rate
  • Moderate participation (5-30%): Impact follows the square-root relationship
  • High participation (>30%): Impact becomes super-linear as the order exhausts available liquidity and triggers liquidity crises

Calibrating this relationship requires tick-level data to measure the volume-synchronized probability of adverse selection at each participation level.

< 5%
Linear Impact Zone
> 30%
Super-Linear Zone
04

Decay and Resilience Functions

After a trade executes, the order book does not instantly recover. The resilience of the limit order book determines how quickly liquidity replenishes:

  • Exponential decay models: Assume impact decays as I(t) = I₀ × e^(-ρt), where ρ is the resilience parameter
  • Power-law decay: Observed in empirical studies, with slower long-term decay than exponential models
  • Hawkes process models: Capture the self-exciting nature of order flow, where trades beget more trades

Accurate decay modeling is critical for determining the optimal time between child orders in a sliced execution schedule.

1–10 min
Typical Resilience Half-Life
05

Cross-Asset Impact Spillover

Trading in one instrument can generate price pressure in correlated assets. This cross-impact phenomenon is modeled through a matrix of coefficients:

  • Diagonal terms: Direct impact of an asset on itself
  • Off-diagonal terms: Spillover impact between correlated pairs (e.g., SPY options affecting SPY shares)
  • Lead-lag relationships: Impact propagates with measurable delays across the correlation network

Portfolio-level execution algorithms must optimize across the full cross-impact matrix to minimize total implementation shortfall when trading baskets of correlated instruments.

10–30%
Additional Impact from Cross Effects
06

Spread Capture and Adverse Selection

Market impact models must distinguish between earned spread and adverse selection costs:

  • Spread capture: When using limit orders, a trader earns the bid-ask spread by providing liquidity. This offsets impact costs.
  • Adverse selection: Limit orders are vulnerable to being picked off by informed traders. The probability of adverse selection increases with order duration and market volatility.
  • Fill probability models: Calibrate the trade-off between spread capture and execution certainty, determining the optimal mix of limit and market orders in an execution schedule.
0.5–2 bps
Typical Spread Capture per Fill
MARKET IMPACT MODEL FAQ

Frequently Asked Questions

Clear, technical answers to the most common questions about market impact models, their mathematical foundations, and their role in algorithmic trading execution.

A market impact model is a mathematical function that estimates the adverse price movement caused by the execution of a trade, decomposed into temporary impact (transient liquidity pressure that reverts) and permanent impact (information leakage that shifts the equilibrium price). The model quantifies how a parent order of size Q, executed over a participation rate or time horizon, moves the market against the trader. The canonical framework, derived from the Almgren-Chriss model, expresses impact as a power-law function of trade size relative to volume: ΔP ∝ σ * (Q/V)^α, where σ is volatility, V is market volume, and α is typically between 0.5 and 0.8. The model works by feeding order characteristics—size, urgency, and execution schedule—into a cost function that the execution algorithm minimizes to find the optimal trading trajectory, balancing market impact costs against timing risk.

TRANSACTION COST TAXONOMY

Market Impact Model vs. Related Cost Concepts

Distinguishing the market impact model from adjacent execution cost components within the implementation shortfall framework

FeatureMarket Impact ModelCommissions & FeesBid-Ask Spread Cost

Cost type classification

Implicit cost

Explicit cost

Implicit cost

Predictability pre-trade

Decomposed into temporary and permanent

Scales non-linearly with order size

Captured in implementation shortfall

Varies with execution urgency

Incurred on every trade

Typical magnitude for liquid equities

0.1–0.5%

0.01–0.05%

0.01–0.10%

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.