Market Impact¶
Market impact refers to the price movement caused by executing trades. It is a key component of transaction costs and liquidity risk, particularly for large positions.
Types of Market Impact¶
Temporary Impact¶
Short-lived price pressure during execution: - Prices move against the trade during execution - Prices partially revert after execution completes - Duration: minutes to hours
Permanent Impact¶
Lasting price change due to information revelation: - Market infers information from the trade - Price adjusts to incorporate new information - Persists indefinitely
Total Impact¶
The Square-Root Law¶
Empirical Observation¶
Market impact scales approximately as the square root of trade size:
where: - \(\Delta P\) = price impact (as return) - \(\sigma\) = daily volatility - \(Q\) = order size (shares) - \(V\) = daily volume (shares)
Interpretation¶
Participation rate: \(Q/V\) measures trade size relative to market.
Square-root scaling: Doubling trade size increases impact by \(\sqrt{2} \approx 1.41\), not 2×.
Volatility scaling: More volatile assets have larger impact.
Refined Formula¶
Including a constant term:
where \(\eta\) captures fixed costs (bid-ask spread) and \(\gamma\) is a market-specific constant.
Almgren-Chriss Model¶
Setup¶
Liquidate \(X\) shares over time horizon \(T\) with strategy \(x(t)\):
Price Dynamics¶
where: - \(v_t = -\dot{x}(t)\) is the trading rate - \(g(v)\) = permanent impact function - \(h(v)\) = temporary impact function - \(\sigma W_t\) = price volatility
Linear Impact Model¶
Common specification:
where \(\gamma\) is permanent impact coefficient and \(\eta\) is temporary impact coefficient.
Cost Functional¶
Total cost of execution:
The first term is permanent impact (unavoidable), the second is temporary impact (depends on speed).
Optimal Execution¶
Mean-Variance Objective¶
Minimize expected cost plus risk penalty:
where \(\lambda\) is risk aversion.
Optimal Strategy (Linear Impact)¶
The optimal trading trajectory is:
where \(\kappa = \sqrt{\lambda \sigma^2 / \eta}\) depends on risk aversion and market parameters.
Limiting Cases¶
Risk-neutral (\(\lambda = 0\)): Trade at constant rate (TWAP)
Highly risk-averse (\(\lambda \to \infty\)): Trade immediately
Implementation Shortfall¶
Expected cost of the optimal strategy:
Decomposed into permanent impact and temporary impact terms.
Market Impact Models¶
Linear Models¶
Simple but unrealistic for large trades.
Square-Root Models¶
Empirically supported; widely used.
Power-Law Models¶
where \(\delta \approx 0.5\) empirically.
Kyle Lambda¶
From Kyle (1985) model:
where \(\lambda\) is the market depth parameter, related to:
(ratio of informed trading volatility to noise trading volatility).
Determinants of Market Impact¶
Trade Characteristics¶
| Factor | Effect on Impact |
|---|---|
| Order size | Larger → More impact |
| Execution speed | Faster → More impact |
| Order type | Market > Limit |
| Timing | Open/close → More impact |
Market Characteristics¶
| Factor | Effect on Impact |
|---|---|
| Volatility | Higher → More impact |
| Volume | Higher → Less impact |
| Spread | Wider → More impact |
| Depth | Deeper → Less impact |
Information Content¶
Trades perceived as informed have larger permanent impact.
Measuring Market Impact¶
Event Study Approach¶
Compare execution price to benchmark:
Benchmarks: - Arrival price (decision time) - VWAP (volume-weighted average) - TWAP (time-weighted average) - Close price
Regression Approach¶
Estimate impact function from execution data:
where \(\beta\) estimates price sensitivity to order flow.
Transaction Cost Analysis (TCA)¶
Comprehensive analysis decomposing costs: - Market impact - Timing cost - Opportunity cost - Commission/fees
Risk Management Implications¶
Liquidation Risk¶
Ignoring market impact understates liquidation losses:
Liquidity-Adjusted VaR (LVaR)¶
where liquidation cost depends on position size and impact model.
Stressed Impact¶
During crises, impact increases: - Wider spreads - Lower depth - Higher volatility - Fewer counterparties
Stress multiplier: Impact may be 2-5× normal during severe stress.
Hedging with Market Impact¶
Impact-Adjusted Delta¶
Optimal hedge with impact costs:
Under-hedge when impact is costly.
Rebalancing Frequency¶
Trade-off between: - Tracking error (favor frequent rebalancing) - Impact costs (favor infrequent rebalancing)
Optimal frequency balances these costs.
Practical Applications¶
Algorithmic Trading¶
Execution algorithms designed to minimize impact: - TWAP: Time-weighted average price - VWAP: Volume-weighted average price - Implementation Shortfall: Minimize expected cost - Adaptive: Adjust to real-time conditions
Pre-Trade Analysis¶
Before large trades: 1. Estimate expected impact 2. Choose execution horizon 3. Select algorithm 4. Set participation rate limits
Post-Trade Analysis¶
After execution: 1. Compare to benchmark 2. Decompose costs 3. Assess algorithm performance 4. Refine future estimates
Key Takeaways¶
- Market impact is the price movement caused by trading
- Impact has temporary and permanent components
- The square-root law: impact scales as \(\sqrt{Q/V}\)
- Almgren-Chriss provides optimal execution framework
- Optimal execution trades off impact cost against timing risk
- Market impact must be included in risk measures (LVaR)
- Impact increases during stress—liquidation risk is underestimated
Further Reading¶
- Almgren, R. & Chriss, N. (2001), "Optimal Execution of Portfolio Transactions"
- Kyle, A. (1985), "Continuous Auctions and Insider Trading"
- Bouchaud, J.-P., Farmer, J.D., & Lillo, F. (2009), "How Markets Slowly Digest Changes in Supply and Demand"
- Gatheral, J. (2010), "No-Dynamic-Arbitrage and Market Impact"
- Cartea, Á., Jaimungal, S., & Penalva, J. (2015), Algorithmic and High-Frequency Trading
Exercises¶
Exercise 1. A trader executes a market order to buy 100,000 shares of a stock with average daily volume of 1,000,000 shares and a bid-ask spread of $0.05. Estimate the immediate (temporary) market impact using the "square-root law": \(\Delta P \approx \sigma \cdot \sqrt{Q/V}\), where \(\sigma\) is the daily volatility (2%), \(Q = 100{,}000\), and \(V = 1{,}000{,}000\).
Solution to Exercise 1
Estimating temporary market impact using the square-root law.
The square-root law states:
Substituting the given values:
- Daily volatility: \(\sigma = 2\% = 0.02\)
- Order size: \(Q = 100{,}000\) shares
- Daily volume: \(V = 1{,}000{,}000\) shares
This is a return of approximately 0.632%, or 63.2 basis points.
To express this in dollar terms, if the stock price is (say) $50:
The total market impact cost for the full order is:
Comparison with the bid-ask spread cost:
The half-spread cost (crossing the spread) is:
The market impact cost ($31,600) is roughly 12.6 times the half-spread cost ($2,500), illustrating that for large orders, market impact dominates the bid-ask spread as a component of transaction costs.
Note: The participation rate is \(Q/V = 10\%\), which is considered significant. At this participation level, the square-root law estimate is reasonable but actual impact could vary depending on execution strategy, market conditions, and the information content of the order.
Exercise 2. Distinguish between temporary and permanent market impact. A trade of size \(Q\) causes a temporary impact of \(\eta\,Q\) (which decays) and a permanent impact of \(\gamma\,Q\) (which persists). If \(\eta = 0.001\) $/share and \(\gamma = 0.0003\) $/share for a 50,000-share order, compute each component and the total execution cost.
Solution to Exercise 2
Temporary versus permanent market impact.
Definitions:
-
Temporary impact (\(\eta Q\)): The price concession required to execute the trade. This reflects the cost of demanding immediacy from the market. It decays after execution as the order book replenishes and liquidity returns to normal.
-
Permanent impact (\(\gamma Q\)): The lasting shift in the equilibrium price caused by the trade. This reflects the market's inference that the trade contains information about the asset's fundamental value. It does not decay.
Computation for a 50,000-share order:
With \(\eta = 0.001\) $/share and \(\gamma = 0.0003\) $/share:
Temporary impact:
Permanent impact:
Total execution cost:
The execution cost depends on how the impacts affect the average execution price. The permanent impact accumulates linearly as the order executes, so the average permanent impact paid is half the full amount. The temporary impact applies to each unit traded:
For the temporary impact cost in the simplest (single-trade) case:
However, if we interpret the linear model in per-share terms, the average cost per share is:
- Temporary: $50 per share \(\times\) 50,000 shares = $2,500,000 (for immediate execution)
- Permanent: $15 per share \(\times\) 50,000 shares \(\times\) \(\frac{1}{2}\) = $375,000 (average over the execution)
Total execution cost:
The temporary impact dominates because \(\eta \gg \gamma\). This is typical: temporary impact is the larger but controllable component (it can be reduced by slowing execution), while permanent impact is smaller but unavoidable (it does not depend on execution speed).
Exercise 3. Explain why market impact is nonlinear: doubling the trade size more than doubles the impact. The empirical square-root law states impact \(\propto \sigma \sqrt{Q/V}\). Provide an intuitive explanation based on order book structure and adverse selection.
Solution to Exercise 3
Why market impact is nonlinear (concave) in order size.
The empirical square-root law states:
Doubling the trade size from \(Q\) to \(2Q\) increases impact by a factor of \(\sqrt{2} \approx 1.41\), not 2. This concavity is surprising at first glance but has deep microstructural explanations:
Explanation 1 -- Order book structure:
The limit order book has a characteristic shape: there are many limit orders near the best bid/ask (high density) and progressively fewer at more distant prices (lower density). For a small buy order, only the nearby ask-side liquidity is consumed, and the price moves little. For a larger order, the trader must "walk up the book," consuming increasingly sparse liquidity at progressively worse prices.
However, the order book is not static. As the trader's order walks through the book, new limit orders are submitted by other participants who observe the activity. This replenishment effect means that the effective depth encountered by a large order is greater than the instantaneous snapshot of the book would suggest. The replenishment rate scales with time and participation, leading to a sub-linear relationship between order size and impact.
Explanation 2 -- Adverse selection and information:
In the Kyle (1985) framework, market makers adjust prices based on their inference about the trader's information. A key insight is that informed traders optimally split their orders over time to minimize their impact. As a result, the information revealed by an order of size \(Q\) is not proportional to \(Q\) -- a large order from a single trader may reflect the same information as a smaller one.
The market maker's optimal pricing rule leads to impact that scales as:
Since the informed trader submits orders proportional to their signal (which has finite variance), the aggregate impact inherits a square-root scaling.
Explanation 3 -- Dimensional analysis and universality:
Consider the natural scales of the problem. The only dimensionless ratio involving order size is \(Q/V\) (participation rate). The impact must scale with \(\sigma\) (volatility, the natural price scale). The simplest functional form consistent with concavity is:
Empirically, \(f(x) \sim \sqrt{x}\) is remarkably universal across markets, asset classes, and time periods (Bouchaud et al., 2009). This universality suggests that the square-root law arises from fundamental properties of how markets aggregate information and supply liquidity, rather than from the specific institutional details of any particular market.
Implication for execution: The concavity of impact is good news for large traders: splitting an order reduces total impact. If impact were linear, splitting would not help (total impact would be the same). The square-root law implies that patient, gradual execution achieves meaningfully lower costs than aggressive execution.
Exercise 4. A fund manager needs to liquidate a $500M equity position. The stock has average daily volume of $50M and daily volatility of 1.5%. Estimate the market impact cost if the position is liquidated over (a) 1 day, (b) 5 days, and (c) 10 days. Discuss the trade-off between impact cost and timing risk.
Solution to Exercise 4
Estimating market impact for different liquidation horizons.
Given parameters:
- Position value: $500M
- Average daily volume (ADV): $50M per day
- Daily volatility: \(\sigma = 1.5\%\)
- Position as a fraction of daily volume: \(Q/V_{\text{day}} = 500/50 = 10\) days of volume
Using the square-root impact law for a multi-day execution of \(T_{\text{liq}}\) days, the participation rate per day is \(Q/(V \cdot T_{\text{liq}})\), and the impact per day's trading is approximately:
The total impact cost (in dollar terms) is the impact per share times total shares sold. Using the aggregated square-root law for the full meta-order:
where \(Q/(V \cdot T_{\text{liq}})\) is the daily participation rate.
(a) Liquidation over 1 day (\(T_{\text{liq}} = 1\)):
Daily participation rate: \(500/50 = 10\) (i.e., 1000% of daily volume -- effectively impossible in a single day, but computing for illustration):
This is enormous and practically infeasible. A single-day liquidation would destroy roughly $24M in value.
(b) Liquidation over 5 days (\(T_{\text{liq}} = 5\)):
Daily participation rate: \(500/(50 \times 5) = 2\) (200% per day -- still very aggressive):
(c) Liquidation over 10 days (\(T_{\text{liq}} = 10\)):
Daily participation rate: \(500/(50 \times 10) = 1\) (100% per day -- still significant):
Summary table:
| Liquidation Period | Daily Participation | Impact (%) | Impact Cost |
|---|---|---|---|
| 1 day | 1000% | 4.74% | $23.7M |
| 5 days | 200% | 2.12% | $10.6M |
| 10 days | 100% | 1.50% | $7.5M |
Trade-off between impact cost and timing risk:
Slower execution reduces impact cost (as shown above) but increases timing risk: the risk that the stock price moves adversely during the liquidation period. The timing risk over \(T_{\text{liq}}\) days is:
For \(T_{\text{liq}} = 10\) days with average position \(\approx \$250\text{M}\) (half the starting position):
The fund manager must balance: faster execution minimizes timing risk but maximizes impact cost, while slower execution minimizes impact cost but exposes the position to adverse market movements. The Almgren-Chriss framework provides the optimal balance through the urgency parameter \(\kappa\).
Exercise 5. In the Almgren-Chriss framework, market impact has a permanent component \(g(v) = \gamma\,v\) and a temporary component \(h(v) = \eta\,v + \epsilon\,\text{sgn}(v)\), where \(v\) is the trading rate. Explain the economic interpretation of each parameter. Why is the bid-ask spread captured by \(\epsilon\)?
Solution to Exercise 5
Economic interpretation of Almgren-Chriss impact parameters.
In the Almgren-Chriss model, the price dynamics during execution are:
where \(v(t) = -\dot{x}(t)\) is the trading rate.
Parameter \(\gamma\) (permanent impact coefficient):
- Units: $/share per (share/time)
- Interpretation: Each unit traded permanently shifts the equilibrium price by \(\gamma\) dollars. This reflects the information content of the trade. The market infers that a seller may have negative private information and permanently adjusts the price downward.
- Key property: The permanent impact \(\gamma \int_0^t v(s)\,ds = \gamma(X - x(t))\) depends only on the cumulative quantity traded, not on the speed of execution. It is therefore unavoidable -- no matter how cleverly the trader executes, the total permanent impact is \(\gamma X\).
Parameter \(\eta\) (temporary impact coefficient):
- Units: $/share per (share/time)
- Interpretation: Trading at rate \(v\) causes an additional temporary price concession of \(\eta v\) per share. This reflects the liquidity cost of demanding immediacy: trading faster requires walking further up the order book, paying higher prices. Temporary impact decays immediately -- it only affects the instantaneous execution price.
- Key property: Temporary impact depends on trading speed, not cumulative quantity. It can be reduced by slowing down execution. The total temporary impact cost is \(\eta \int_0^T v(t)^2\,dt\), which is minimized by trading at a constant rate (TWAP).
Parameter \(\epsilon\) (fixed transaction cost / half-spread):
- Units: $/share
- Interpretation: This is the half bid-ask spread -- the minimum cost of executing any trade, regardless of size or speed. It captures the fixed per-share cost of crossing the spread.
-
Why the bid-ask spread is captured by \(\epsilon\): When a trader submits a market buy order, they pay the ask price; when selling, they receive the bid price. The cost per share is the half-spread:
\[ \text{Cost per share} = \frac{P^{\text{ask}} - P^{\text{bid}}}{2} = \epsilon \]The \(\text{sgn}(v)\) term ensures this cost is always incurred in the adverse direction: buyers pay above mid-price, sellers receive below mid-price. The total spread cost is \(\epsilon \cdot X\) (independent of execution strategy), making it an unavoidable fixed cost like permanent impact.
Complete cost decomposition:
Only the temporary impact term is controllable through the execution strategy. The spread and permanent impact are fixed costs, and timing risk is a zero-mean random variable.
Exercise 6. How does market impact affect derivative hedging? A delta-hedging strategy requires frequent rebalancing. If each rebalance incurs market impact costs, describe how the total hedging cost depends on rebalancing frequency. What is the optimal trade-off between hedging accuracy and transaction costs?
Solution to Exercise 6
Market impact and derivative hedging.
Setup: Delta hedging with market impact.
A delta-hedging strategy for an option position requires rebalancing the hedge portfolio to maintain \(\Delta_t\) shares of the underlying at each time step. If the option's delta changes by \(\Delta_{t+1} - \Delta_t\) between rebalancing times, the hedger must trade:
where \(\Gamma\) is the option's gamma and \(\delta S\) is the price change. Each rebalance incurs market impact costs.
Total hedging cost as a function of rebalancing frequency:
Suppose the hedger rebalances every \(\delta t\) time units, for a total of \(N = T/\delta t\) rebalancing events.
Impact cost per rebalance: Each rebalance trades \(|Q_k| \approx |\Gamma| \cdot |\delta S_k|\) shares. Using the square-root impact model:
The expected total impact cost over \(N\) rebalances scales as:
Since \(|\delta S_k| \approx \sigma \sqrt{\delta t}\) and \(N = T/\delta t\):
For a linear impact model (\(f(x) = \eta x\)):
This is independent of \(\delta t\)! However, for the more realistic square-root model:
which increases as \(\delta t \to 0\) (more frequent rebalancing).
Hedging error (tracking error):
The discrete hedging error arises from gamma exposure between rebalancing times:
The variance of the total hedging error over \(T\) scales as:
This decreases as \(\delta t \to 0\) (more frequent rebalancing reduces tracking error).
Optimal trade-off:
The total cost of hedging combines impact costs and hedging error risk:
where \(A\) and \(B\) are constants depending on \(\Gamma\), \(\sigma\), \(T\), and market parameters, and \(\lambda\) is risk aversion.
Minimizing with respect to \(\delta t\):
Key insights:
- The optimal rebalancing frequency is finite -- neither continuous nor zero.
- Higher market impact costs (larger \(A\)) favor less frequent rebalancing.
- Higher risk aversion or larger gamma (larger \(\lambda B\)) favor more frequent rebalancing.
- Higher volatility increases both the impact cost per rebalance (more shares to trade) and the hedging error (larger price moves), making the trade-off sharper.
- In practice, hedgers also use "hedging bands" (rebalance only when delta deviates by more than a threshold), which further reduces unnecessary trades while controlling tracking error. The Whalley-Wilmott (1997) asymptotic result gives the optimal bandwidth as proportional to \((\text{transaction cost})^{1/3}\).