Inferensys

Glossary

Arrival Price

The market mid-price at the moment a trading order is received by an execution algorithm or broker, serving as a benchmark for measuring execution quality.
QA engineer performing AI quality assurance on laptop, test results visible, casual technical debugging session.
EXECUTION BENCHMARK

What is Arrival Price?

The arrival price is the market mid-price at the precise moment a trading order is received by an execution algorithm or broker, serving as a fundamental benchmark for measuring implementation shortfall.

Arrival price is the midpoint between the best bid and best offer at the instant a parent order enters an execution system. It represents the theoretical cost-free price and serves as the baseline against which implementation shortfall is calculated. Any deviation between the final average execution price and the arrival price constitutes the total slippage, decomposed into delay cost, market impact, and opportunity cost.

As a benchmark, arrival price is preferred over VWAP or closing price when the trader's objective is to capture immediate alpha and minimize the information leakage of a trading signal. Execution algorithms optimized for arrival price, such as implementation shortfall strategies, aggressively trade at the start of the horizon to reduce timing risk, accepting higher temporary impact to avoid the alpha decay that occurs while waiting.

EXECUTION BENCHMARK

Key Characteristics of Arrival Price

The arrival price serves as the foundational reference point for measuring implementation shortfall and evaluating algorithmic execution quality. Understanding its core properties is essential for minimizing slippage.

01

Temporal Anchoring Point

The arrival price is strictly defined as the mid-market price at the exact moment a trading venue or broker receives a parent order. This timestamp is critical because it establishes the baseline for calculating implementation shortfall. Any delay between the investment decision and the order's receipt introduces delay cost, which is measured as the difference between the decision price and the arrival price. The precision of this timestamp directly impacts the accuracy of post-trade cost attribution.

T+0
Measurement Baseline
02

Mid-Price Calculation

The arrival price is calculated as the arithmetic mean of the best bid and best ask quotes at the time of order receipt:

  • Formula: Arrival Price = (Best Bid + Best Ask) / 2
  • Purpose: This neutral point avoids biasing the benchmark toward either the buy or sell side.
  • Liquidity Assumption: It assumes the order could theoretically be executed at this price, ignoring the immediate bid-ask spread cost.

For illiquid securities with wide spreads, the mid-price may not represent an immediately executable level, making it a theoretical rather than practical benchmark.

Bid-Ask Mean
Calculation Method
03

Primary Benchmark for Shortfall

Arrival price is the most common benchmark for measuring implementation shortfall, which quantifies the total cost of executing a trade from decision to completion. The shortfall is decomposed into:

  • Delay Cost: Price movement between the investment decision and the broker receiving the order.
  • Execution Cost: The difference between the arrival price and the final average execution price, encompassing both market impact and spread capture.
  • Opportunity Cost: The cost of any unexecuted portion of the order.

This decomposition allows traders to isolate the performance of the execution algorithm from the timing of the investment decision.

Industry Standard
TCA Benchmark
04

Sensitivity to Order Latency

The arrival price benchmark is highly sensitive to latency between the trading decision and order submission. In fast-moving markets, even microsecond delays can cause significant benchmark drift. Key considerations include:

  • Network Latency: Physical distance between the trading system and the exchange matching engine.
  • System Processing Time: Internal checks for risk limits, compliance, and order validation.
  • Information Leakage: The risk that signaling a large order intention causes adverse price movement before the arrival price is captured.

Firms often co-locate servers and use FPGA-based pre-trade risk checks to minimize this latency and preserve the integrity of the arrival price benchmark.

< 1 µs
Target Latency
05

Comparison to Other Benchmarks

Arrival price differs fundamentally from other execution benchmarks:

  • VWAP (Volume-Weighted Average Price): Compares execution to the market's average price over a full trading horizon, rewarding participation in high-volume periods. Arrival price is a point-in-time measure, making it more sensitive to initial timing.
  • Closing Price: Benchmarks against the end-of-day price, useful for passive index funds tracking daily NAV. Arrival price is preferred for active strategies where immediate execution is critical.
  • Implementation Shortfall (Decision Price): Uses the price at the time of the investment decision, which is always earlier than the arrival price. The arrival price is a subset of this broader benchmark.

Arrival price is most appropriate for liquidity-taking, urgent orders where minimizing immediate market impact is the primary goal.

Urgent Orders
Best Use Case
06

Role in Optimal Execution Models

In the Almgren-Chriss framework, the arrival price is the initial condition for modeling optimal execution trajectories. The model balances:

  • Market Impact Cost: The price concession required to execute, which increases with trading speed.
  • Timing Risk: The uncertainty of future price movements, which increases with trading duration.

The optimal strategy minimizes the expected shortfall relative to the arrival price. A key insight is that risk-averse traders should trade more aggressively at the start to reduce exposure to price volatility, accepting higher initial market impact to lock in a price closer to the arrival benchmark.

Almgren-Chriss
Foundational Model
EXECUTION BENCHMARKS

Frequently Asked Questions

Clarifying the role of the arrival price in measuring algorithmic trading performance and minimizing implementation shortfall.

The arrival price is the market mid-price at the exact moment a trading order is received by an execution algorithm or broker. It serves as a critical execution benchmark against which the quality of a trade is measured. Unlike the decision price—which is the price when the portfolio manager first decided to trade—the arrival price captures the market conditions at the point of action. The difference between the final execution price and the arrival price is a primary component of implementation shortfall, isolating the cost attributable to the execution process itself rather than the delay between the investment decision and order release. This benchmark is particularly favored for measuring the performance of urgent or high-alpha orders where minimizing information leakage is paramount.

EXECUTION QUALITY COMPARISON

Arrival Price vs. Other Execution Benchmarks

A comparative analysis of the Arrival Price benchmark against VWAP, Implementation Shortfall, and the Closing Price for evaluating institutional trade execution performance.

FeatureArrival PriceVWAPImplementation Shortfall

Definition

Mid-price at order receipt

Volume-weighted average price over horizon

Difference from decision price to final fill

Primary Use Case

Urgent/alpha-sensitive orders

Passive, liquidity-providing orders

Holistic TCA and strategy evaluation

Captures Delay Cost

Captures Opportunity Cost

Sensitivity to Timing Risk

High

Low

Moderate

Typical Cost Metric

Basis points vs. arrival mid

Basis points vs. interval VWAP

Total shortfall in basis points

Optimal Strategy Goal

Minimize slippage from arrival

Match or beat market VWAP

Minimize total implementation cost

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.