Inferensys

Glossary

Square Root Impact Law

An empirical market microstructure model stating that the expected price impact of a trade is proportional to the square root of the trade size relative to volume.
MLOps engineer reviewing model serving infrastructure on laptop, container orchestration visible, technical workspace.
MARKET MICROSTRUCTURE

What is Square Root Impact Law?

The Square Root Impact Law is a fundamental empirical model in market microstructure stating that the expected price impact of a trade is proportional to the square root of the trade size relative to volume.

The Square Root Impact Law is an empirical market microstructure model stating that the expected price impact of a trade is proportional to the square root of the trade size relative to volume. This relationship, formalized as ΔP ∝ √(Q/V), reveals that doubling a trade's size increases its impact by a factor of approximately 1.4 rather than 2.0, demonstrating a concave impact function that is universal across equity, futures, and foreign exchange markets.

This law emerges from the statistical properties of the order book and the power-law distribution of hidden liquidity. Unlike linear models such as Kyle's Lambda, the square root form accounts for the latent reserve orders and the fractal nature of supply and demand. It serves as a cornerstone for optimal execution algorithms like the Almgren-Chriss model, enabling traders to minimize implementation shortfall by accurately forecasting temporary impact costs before slicing a parent order into child orders.

THE SQUARE ROOT MODEL

Core Characteristics

The foundational empirical law governing how trade size translates to price impact in modern electronic markets.

01

The Core Formula

The expected price impact ΔP is proportional to the square root of the trade size relative to volume:

ΔP ∝ σ * √(Q / V)

  • σ = daily volatility
  • Q = order size (shares)
  • V = average daily volume

This non-linear relationship means doubling your order size increases impact by only ~41% (√2), not 100%.

02

Concave Impact Function

Unlike linear models, the square root law exhibits concavity — each additional share traded has a smaller marginal impact than the last.

  • Small orders: Face proportionally higher impact per share due to fixed spread-crossing costs
  • Large orders: Benefit from the square root dampening, making block trading economically viable
  • Implication: Slicing a parent order into many small child orders is optimal, as total impact scales sub-linearly with aggregate size
03

Empirical Origins

First documented in a 2001 study by Torre and Ferrari, later formalized by Almgren, Thum, Hauptmann, and Li (2005) using a massive proprietary dataset from Citigroup.

Key findings:

  • The 3/5 power law (earlier models) was rejected in favor of the square root exponent
  • The relationship holds across equities, futures, and FX markets
  • Universality suggests a deep structural origin in order book dynamics rather than asset-specific factors
04

Theoretical Justification

The square root exponent emerges from the latent liquidity hypothesis:

  • Order books are not static; hidden and iceberg orders replenish at rates proportional to volatility
  • Large trades trigger a liquidity mobilization effect where new limit orders arrive to absorb the imbalance
  • This dynamic replenishment creates the sub-linear scaling observed empirically
  • Mathematically, it arises from the interplay between diffusive price dynamics and strategic order placement
05

Practical Application in Execution Algorithms

The square root law is embedded directly into optimal execution schedules:

  • Almgren-Chriss extensions: Replace linear temporary impact with square root temporary impact for more realistic trajectories
  • Pre-trade cost estimation: Used by TCA platforms to forecast implementation shortfall before routing
  • VWAP and TWAP algorithms: Adjust participation rates based on the non-linear impact curve to minimize slippage
  • Liquidity-seeking algos: Dynamically switch between dark and lit venues when predicted impact exceeds thresholds
06

Limitations and Extensions

The basic square root model has known boundary conditions:

  • Very small orders: Impact becomes linear as fixed costs (spread, fees) dominate
  • Extreme participation rates: Above ~30% of daily volume, the square root relationship breaks down as the order becomes the market
  • Illiquid securities: Thinly traded assets exhibit steeper exponents due to sparse latent liquidity
  • Modern extensions: Incorporate intraday volume profiles, spread cross-effects, and order book resilience parameters for improved accuracy
MARKET MICROSTRUCTURE

Frequently Asked Questions

Explore the core mechanics of the Square Root Impact Law, a foundational empirical model for predicting trade costs in modern electronic markets.

The Square Root Impact Law is an empirical market microstructure model stating that the expected price impact of a trade is proportional to the square root of the trade size relative to volume. Mathematically, it is expressed as ΔP ∝ σ * (Q / V)^(1/2), where ΔP is the price change, σ is volatility, Q is the order size, and V is the average daily volume. Unlike linear models, it captures the concavity observed in real markets: doubling the trade size does not double the impact. This non-linear relationship arises from the fractal nature of order books and the strategic behavior of liquidity providers who adapt to order flow imbalances. The law is a cornerstone of modern optimal execution algorithms, allowing traders to forecast costs without revealing their full intention to the market.

MARKET IMPACT MODEL COMPARISON

Square Root Law vs. Linear Impact Models

A structural comparison of the Square Root Impact Law against traditional linear and fixed-percentage models for predicting the price effect of trade execution.

FeatureSquare Root LawLinear Impact ModelFixed Percentage Model

Impact Function Form

ΔP ∝ √(Q/V)

ΔP ∝ (Q/V)

ΔP = c · Q

Concavity

Diminishing Marginal Impact

Calibration Parameters

1-2 (σ, η)

1 (λ)

1 (c)

Empirical Support (Equities)

Handles Large Block Trades

Captures Liquidity Resilience

Computational Complexity

Moderate

Low

Low

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.