Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Glossary

A

Adverse selection (α\alpha): The tendency for a market maker to trade against counterparties who possess superior information about future price movements, resulting in systematic losses on those trades. The fraction of informed counterparties α\alpha determines the magnitude of the adverse-selection component of the bid-ask spread. See Market Making Fundamentals and Optimal Market Making.

Algorithmic trading: The use of computer programs to generate, route, and manage orders automatically, encompassing execution algorithms, market-making algorithms, and investment algorithms. See Algorithmic Trading.

Almgren-Chriss model: A stochastic optimal-control framework for optimal liquidation in which price impact has permanent (γv\gamma v) and temporary (ηv\eta v) components; the optimal trading trajectory is xt=Xsinh(κ(Tt))/sinh(κT)x_t^* = X\sinh(\kappa(T-t))/\sinh(\kappa T) where κ=λσ2/η\kappa = \sqrt{\lambda\sigma^2/\eta}. See The Almgren–Chriss model.

Amihud illiquidity ratio: A daily measure of price impact per unit of trading volume: ILLIQ=1Dd=1Drt,d/Vt,d\text{ILLIQ} = \frac{1}{D}\sum_{d=1}^D |r_{t,d}|/V_{t,d}, where rt,d|r_{t,d}| is the absolute daily return and Vt,dV_{t,d} is dollar volume. High values indicate that small trades move prices substantially. See Information asymmetry.

Arbitrage: A trading strategy that generates a positive profit with zero risk and zero net investment, exploiting mispricings across related assets or markets. In practice, near-arbitrages carry residual basis risk and are more precisely termed statistical arbitrage. See Fair value estimation and Quantitative Investment Fundamentals.

Arbitrage Pricing Theory (APT): A multi-factor model of expected returns asserting that the expected excess return of an asset equals the sum of its factor loadings times the corresponding factor risk premia, under no-arbitrage. See Optimal Investment Theory.

Ask price (PaP^a): The price at which a market maker or the market is willing to sell; the lowest resting offer in the limit order book. See Market microstructure.

Augmented Dickey-Fuller (ADF) test: A hypothesis test for a unit root (random walk) in a time series, extending the Dickey-Fuller test by including lagged differences to control for serial correlation. Rejection of the null implies mean reversion. See Mean reversion strategies.

Avellaneda-Stoikov (AS) framework: A continuous-time stochastic-control model for market making in which the dealer maximises CARA utility of terminal wealth, posting bid and ask quotes that attract Poisson-arriving client orders with exponential intensity λ(δ)=Aekδ\lambda(\delta) = Ae^{-k\delta}; solved via the HJB equation and a scalar indifference function. See Beyond a single trade: the Avellaneda-Stoikov framework.

Axe: In dealer markets, a directional trading interest that a dealer is willing to share with clients, typically because the dealer holds inventory it wishes to reduce and can offer a preferential price. See Modelling RfQs in Dealer to Client Markets.

B

Back-door criterion: In causal inference, a condition on a set of variables ZZ that blocks all non-causal (back-door) paths from XX to YY in the causal DAG, enabling identification of the causal effect P(Ydo(X=x))P(Y|\text{do}(X=x)) via the adjustment formula. See Causal inference.

Backtesting: The retrospective evaluation of a trading strategy on historical data. Reliable backtesting requires separate training, validation, and test sets; avoidance of look-ahead bias, survivorship bias, and data-snooping bias; and walk-forward validation. See Algorithmic Trading and Quantitative Investment Fundamentals.

Basis risk: The residual variance of a hedged position that cannot be eliminated with available hedge instruments; equal to q2Var(ΔX)(1RXH2)q^2\,\text{Var}(\Delta X)(1-R^2_{X|H}). It arises from imperfect correlation between the exposure and the hedge. See Minimum Variance Hedging.

Bayes factor (BF1,2BF_{1,2}): The ratio of marginal likelihoods P(DH1)/P(DH2)P(D|H_1)/P(D|H_2); a model-comparison statistic measuring how much more probable the data are under model H1H_1 than under H2H_2, without specifying a prior over models. See Bayesian Modelling.

Bayes’ theorem: P(HD)=P(DH)P(H)/P(D)P(H|D) = P(D|H)P(H)/P(D); the fundamental rule for updating a prior belief P(H)P(H) to a posterior P(HD)P(H|D) given observed data DD. See Bayesian Modelling.

Bayesian information criterion (BIC): A model-selection criterion approximating the log-marginal-likelihood: BIC=logL(θ^)(d/2)logN\text{BIC} = \log L(\hat\theta) - (d/2)\log N; penalises model complexity in proportion to logN\log N. See Bayesian Modelling.

Bayesian linear regression (BLR): Linear regression with a prior over weights; the posterior is analytically tractable under Gaussian or Normal-Inverse-Gamma priors. Ridge regression corresponds to MAP inference under a Gaussian prior; Lasso to MAP under a Laplace prior. See Bayesian Linear Regression Model.

Bellman equation: The dynamic-programming recursion Vk(x)=minu{ck(x,u)+E[Vk+1(f(x,u,w))]}V_k(x) = \min_{u}\{c_k(x,u) + \mathbb{E}[V_{k+1}(f(x,u,w))]\} characterising the value function of a stochastic optimal-control problem. See Dynamic programming in discrete time.

Beta (β\beta): In CAPM, the sensitivity of an asset’s excess return to the market excess return: E[Ri]Rf=βi(E[Rm]Rf)\mathbb{E}[R_i]-R_f = \beta_i(\mathbb{E}[R_m]-R_f). More generally, the OLS regression coefficient of asset returns on factor returns. See Equities.

Bias-variance decomposition: The identity E[(yf^)2]=Bias2+Variance+σnoise2\mathbb{E}[(y-\hat{f})^2] = \text{Bias}^2 + \text{Variance} + \sigma^2_\text{noise}; the fundamental tradeoff in statistical learning between systematic error (bias) and sensitivity to training data (variance). See Data-Driven Methods.

Bid price (PbP^b): The price at which a market maker or the market is willing to buy; the highest resting bid in the limit order book. See Market microstructure.

Bid-ask spread (SS): The difference between the best ask and best bid prices: S=PbestaPbestbS = P^a_{best} - P^b_{best}. It is composed of inventory-risk, adverse-selection, and order-processing components. See Market microstructure and Optimal Market Making.

Black-Scholes-Merton (BSM) model: An option-pricing model in which the underlying follows GBM; under the risk-neutral measure, options are priced by the BSM formula and hedged by continuous delta replication. See Options and Optimal Hedging.

Bond: A fixed-income instrument representing a loan from the holder to the issuer, promising coupon payments and principal repayment at maturity; priced as the present value of future cash flows at the yield to maturity. See Fixed Income.

Brownian motion / Wiener process (WtW_t): A continuous-time stochastic process with independent Gaussian increments WtWsN(0,ts)W_t - W_s \sim \mathcal{N}(0, t-s), zero drift, and continuous sample paths; the fundamental building block of stochastic calculus. See Stochastic Calculus.

C

CARA utility: Constant absolute risk aversion utility U(W)=eγWU(W) = -e^{-\gamma W}; produces risk premia that depend on the dollar variance of wealth, not its relative size. The risk-aversion coefficient γ>0\gamma > 0 scales the penalty for uncertainty. See Optimal Market Making.

CAPM (Capital Asset Pricing Model): An equilibrium model asserting that the expected excess return of an asset is proportional to its market beta: E[Ri]Rf=βi(E[Rm]Rf)\mathbb{E}[R_i]-R_f = \beta_i(\mathbb{E}[R_m]-R_f). See Equities.

Central limit order book (CLOB): An electronic order-matching system that ranks resting orders by price priority (then time priority) and matches incoming orders against the best available resting orders. See Market microstructure.

Child order: A smaller order split off from a parent order by an execution algorithm, routed to one or more venues. See Algorithmic Trading.

Cointegration: A property of two or more non-stationary time series whose linear combination is stationary (mean-reverting). Cointegrated pairs form the basis of pairs-trading strategies. See Mean reversion strategies.

Conjugate prior: A prior distribution closed under Bayesian updating for a given likelihood, yielding a posterior in the same family. The Beta distribution is conjugate to the Binomial; the Normal-Inverse-Gamma is conjugate to Gaussian regression. See Bayesian Modelling.

Convexity: The second derivative of a bond’s price with respect to yield; a positive-convexity bond benefits from large yield moves in either direction. See Fixed Income.

Cover price: In a competitive RfQ, the second-best quote received by the client; used to assess whether a dealer won the trade at a profitable spread. See Market microstructure and Modelling RfQs in Dealer to Client Markets.

Credit spread (ss): The yield differential between a risky bond and a risk-free bond of the same maturity; a measure of credit risk. See Fixed Income.

Cross-validation (KK-fold): A model-selection procedure partitioning training data into KK folds, training on K1K-1 and evaluating on the remaining fold, averaging KK estimates of generalisation error. See Data-Driven Methods.

D

DAG (Directed Acyclic Graph): A graphical representation of a causal model in which nodes are variables and directed edges encode direct causal relationships; no directed cycles are permitted. See Causal inference.

Dark pool: A private trading venue that does not publish pre-trade order information, matching trades at or within the public bid-ask spread. See Financial Markets.

Data-snooping bias: The inflation of apparent strategy performance caused by implicitly fitting strategy parameters to the same data on which the strategy is evaluated; a form of multiple-testing bias. See Algorithmic Trading.

Delta (Δ\Delta): The sensitivity of an option’s price to changes in the underlying asset price; the hedge ratio for delta-neutral positions. See Options and Optimal Hedging.

Depth: One of the four dimensions of liquidity; the quantity available to trade at or near the current price without significantly moving the market. See The dimensions of liquidity.

Do-operator (do(X=x)\text{do}(X=x)): A formal notation in causal inference denoting an external intervention that sets variable XX to value xx, distinct from conditioning on observing X=xX=x; characterises interventional distributions P(Ydo(X=x))P(Y|\text{do}(X=x)). See Causal inference.

Duration (D\mathcal{D}): The modified duration of a bond: D=(1/P)P/y\mathcal{D} = -(1/P)\partial P/\partial y; approximates the percentage price change for a unit change in yield. See Fixed Income.

Dynamic programming: An optimisation method that solves multi-period problems by backward induction, expressing the optimal cost-to-go via the Bellman equation. See Dynamic programming in discrete time.

E

Efficient frontier: The set of portfolios that minimise variance for a given expected return (or maximise expected return for a given variance); the foundation of Markowitz portfolio theory. See Optimal Investment Theory.

Efficient trading frontier: In execution, the curve tracing the minimum expected cost versus execution risk (timing risk) for all feasible trading strategies; the execution analogue of the Markowitz frontier. See Execution fundamentals.

Empirical risk minimisation (ERM): The principle of selecting the model that minimises the average training loss R^[f]=N1n(yn,f(xn))\hat{R}[f] = N^{-1}\sum_n \ell(y_n, f(\mathbf{x}_n)) within a specified function class. See Data-Driven Methods.

Exponential demand: The model λ(δ)=Aekδ\lambda(\delta) = Ae^{-k\delta} (or f(δ)=ekδf(\delta) = e^{-k\delta}) for the rate at which client orders arrive as a function of the quoted half-spread δ\delta; used in the Avellaneda-Stoikov framework, execution tactics, and RfQ models. See Probability of filling a limit order, Fill probability model, and Modelling RfQs in Dealer to Client Markets.

F

Factor model: A decomposition of asset returns into a small number of common factors plus an idiosyncratic component; used for risk management, portfolio construction, and hedging. See Equities and Optimal Investment Theory.

Fair value / fair price (MtM_t): The theoretically correct price of an asset given all available information, modelled as a latent variable estimated via a Kalman filter from noisy trade observations. See Fair value estimation.

Feynman-Kac theorem: A duality result linking solutions of linear second-order PDEs to conditional expectations of diffusion processes; used to convert HJB equations into expectations and to price derivatives. See The Feynman - Kac Theorem.

Fill probability (P(fillδ,τ)P(\text{fill}|\delta,\tau)): The probability that a limit order posted at depth δ\delta is executed within time τ\tau: P(fillδ,τ)=1eλ(δ)τP(\text{fill}|\delta,\tau) = 1 - e^{-\lambda(\delta)\tau}, where λ(δ)=Aekδ\lambda(\delta) = Ae^{-k\delta}. See Probability of filling a limit order.

Filtration (Ft\mathcal{F}_t): In stochastic calculus, the increasing family of sigma-algebras representing information available up to time tt; formalises the notion of “no look-ahead.” See Stochastic Calculus.

Forward contract: A bilateral agreement to buy or sell an asset at a pre-agreed price F=SerTF = Se^{rT} at a future date TT; the no-arbitrage forward price follows from the cost-of-carry relationship. See Forwards and Futures.

Front-running: The prohibited practice of trading in advance of a known client order to profit from the anticipated price movement caused by that order. See Algorithmic Trading.

G

Gaussian process (GP): A prior over functions specified by a mean function μ(x)\mu(x) and a covariance (kernel) function k(x,x)k(x,x'); any finite collection of function values is jointly Gaussian. GPs generalise Bayesian linear regression to infinite-dimensional function spaces. See Bayesian Modelling.

Geometric Brownian motion (GBM): The SDE dSt=μStdt+σStdWtdS_t = \mu S_t dt + \sigma S_t dW_t whose solution is St=S0exp((μσ2/2)t+σWt)S_t = S_0 \exp((\mu-\sigma^2/2)t + \sigma W_t); the standard model for equity prices, ensuring positivity. See Stochastic Calculus.

Glosten-Milgrom model: An equilibrium model of the bid-ask spread driven by adverse selection; with a fraction α\alpha of informed traders who know the asset value (VHV_H or VLV_L with prior mean μ=pVH+(1p)VL\mu = pV_H+(1-p)V_L), the zero-profit spread is spreadGL=α(VHVL)\text{spread}_{\text{GL}} = \alpha(V_H - V_L). See Classic market-making models and Information asymmetry.

Greeks: The partial derivatives of an option’s price with respect to its inputs: Δ\Delta (delta, underlying price), Γ\Gamma (gamma, second derivative in price), Θ\Theta (theta, time decay), V\mathcal{V} (vega, volatility), ρ\rho (interest rate). See Options.

Grossman-Miller model: An equilibrium model of the bid-ask spread driven by inventory risk in a three-period setting; the competitive spread is 2iγσ2/n2i\gamma\sigma^2/n (declining in the number of market makers nn, increasing in order size ii and volatility σ\sigma). See Classic market-making models.

H

Half-life (t1/2t_{1/2}): The expected time for a mean-reverting process to halve its deviation from the long-run mean: t1/2=ln2/θt_{1/2} = \ln 2 / \theta. Provides the natural trading timescale for a mean-reversion strategy. See Mean reversion strategies.

Hamilton-Jacobi-Bellman (HJB) equation: The continuous-time PDE characterising the value function of a stochastic optimal-control problem; the analogue of the Bellman equation in continuous time. See The Hamilton–Jacobi–Bellman equation.

Hawkes process: A self-exciting point process in which past events increase the current arrival intensity: λ(t)=μ+ti<tϕeβ(tti)\lambda(t) = \mu + \sum_{t_i < t}\phi\, e^{-\beta(t-t_i)}; stationarity requires ϕ/β<1\phi/\beta < 1. Used to model order-flow clustering. See Models for order arrival.

High-frequency trading (HFT): Algorithmic trading characterised by very high order-submission rates, extremely short holding periods (milliseconds to seconds), and minimal overnight positions; relies on co-location and low-latency infrastructure. See Algorithmic Trading.

Hit/miss ratio: In RfQ markets, the fraction of trades won (hit) to total RfQs received; a key performance indicator for dealers. A miss occurs when the client trades with a competitor; a pass when the dealer declines to quote. See Market microstructure and Modelling RfQs in Dealer to Client Markets.

Hurst exponent (HH): A scalar characterising the long-term memory of a time series: H=0.5H = 0.5 (random walk), H<0.5H < 0.5 (mean-reverting), H>0.5H > 0.5 (trending). Estimated by the rescaled-range (R/S) method. See Mean reversion strategies.

I

Iceberg order: A large order whose full size is hidden from the public order book; only a small visible portion (“peak”) is displayed, with the hidden quantity refreshed as the visible portion executes. See Modelling the Limit Order Book.

Immediacy: One of the four dimensions of liquidity; the ability to execute a trade quickly without a substantial price concession. See The dimensions of liquidity.

Implementation shortfall (IS): The difference between the paper portfolio value at the decision price p0p_0 and the actual portfolio value after execution: IS=Q(pavgp0)+feesIS = Q(p_\text{avg} - p_0) + \text{fees}. The primary benchmark for measuring execution quality. See Execution Benchmarks.

Informed trader: In microstructure models, a trader who possesses private information about an asset’s true value and trades profitably against the market maker. The fraction α\alpha of informed traders drives adverse-selection spreads. See Market Making Fundamentals and Optimal Market Making.

Inventory risk: The risk borne by a market maker from holding an unbalanced position in a volatile asset; a key component of the bid-ask spread in the Grossman-Miller model. See Market Making Fundamentals.

Inventory skew: The adjustment to a market maker’s quoted prices to attract trades that reduce an unwanted inventory position; in the Avellaneda-Stoikov model, the optimal reservation price shift is γσ2(Tt)q\gamma\sigma^2(T-t)q. See The single-trade model and Beyond a single trade: the Avellaneda-Stoikov framework.

Itô’s lemma: The stochastic chain rule: for y=f(Wt,t)y = f(W_t, t), dy=(tf+12WW2f)dt+WfdWtdy = (\partial_t f + \frac{1}{2}\partial^2_{WW} f)dt + \partial_W f\, dW_t; the key tool for deriving SDEs for functions of Brownian motion. See Paragraph.

K

Kalman filter: A recursive Bayesian estimator for the state of a linear Gaussian state-space model; produces the minimum-variance unbiased linear estimate of the latent state given all observations. Used for fair-value estimation and pairs trading with time-varying hedge ratios. See Fair value estimation and Mean reversion strategies.

Kernel function (k(x,x)k(x,x')): In Gaussian process regression and kernel methods, a positive semi-definite function measuring the similarity between two inputs; encodes smoothness and periodicity assumptions. See Bayesian Modelling and Data-Driven Methods.

Kyle’s lambda (λK\lambda_K): The price-impact coefficient in Kyle’s model of strategic informed trading: λK=σv/(2σu)\lambda_K = \sigma_v/(2\sigma_u); the slope of the price schedule set by the market maker as a function of order flow. See Market impact models.

L

Laplace approximation: A method for approximating a posterior distribution by a Gaussian centred at the MAP estimate, with covariance equal to the inverse Hessian of the negative log-posterior. See Bayesian Modelling.

Lasso regression: Linear regression with an L1L^1 penalty on coefficients (λjβj\lambda\sum_j|\beta_j|), promoting sparsity; equivalent to MAP estimation under a Laplace prior. See Bayesian Linear Regression Model and Hedging with Transaction Costs and Sparsity.

Layering: A form of market manipulation in which large non-bona-fide orders are placed and quickly cancelled to create a false impression of supply or demand. See Algorithmic Trading.

Limit order: An order to buy or sell at a specified price or better; it rests in the order book until matched against an incoming aggressive order. See Market microstructure.

Linear-Quadratic Stochastic Control (LQSC): A special case of stochastic optimal control in which dynamics are linear and the cost is quadratic; admits an analytic solution via the Riccati equation. See Linear–Quadratic Stochastic Control.

Liquidity: The ease with which an asset can be bought or sold without significantly affecting its price; measured along four dimensions: tightness (spread), depth, immediacy, and resiliency. See The dimensions of liquidity.

M

MAP estimator (Maximum A Posteriori): The mode of the posterior distribution θ^MAP=argmaxθlogp(Dθ)+logp(θ)\hat{\theta}_\text{MAP} = \arg\max_\theta \log p(D|\theta) + \log p(\theta); a regularised point estimate that reduces to MLE when the prior is flat. See Bayesian Modelling.

Market impact: The adverse price movement caused by the execution of a trade; decomposed into temporary impact (reverting after the trade) and permanent impact (lasting). The empirical square-root law MIYσQ/VADV\text{MI} \approx Y\sigma\sqrt{Q/V_{ADV}} is a widely used approximation. See Execution fundamentals and Market impact models.

Market maker: A dealer who continuously quotes firm bid and ask prices, providing liquidity to the market in exchange for the bid-ask spread, while managing inventory risk and adverse selection. See Market Making Fundamentals.

Market order: An order to buy or sell immediately at the best available price; it executes against resting limit orders and “takes” liquidity. See Market microstructure.

Martingale: A stochastic process {Mt}\{M_t\} satisfying E[MtFs]=Ms\mathbb{E}[M_t|\mathcal{F}_s] = M_s for all sts \leq t; the mathematical formalisation of a “fair game.” Brownian motion is a martingale. See Stochastic Calculus.

Maximum likelihood estimator (MLE): The parameter value that maximises the likelihood L(θ)=p(Dθ)L(\theta) = p(D|\theta); equivalent to MAP with a flat (uninformative) prior. See Bayesian Modelling.

Mean reversion: The tendency of a process to return toward a long-run mean after deviations; modelled by the Ornstein-Uhlenbeck process with θ>0\theta > 0. See Stochastic Calculus and Mean reversion strategies.

Mid-price (MtM_t): The average of the best bid and best ask prices: Mt=12(Pbesta+Pbestb)M_t = \frac{1}{2}(P^a_{best} + P^b_{best}); used as an estimate of the fair market price. See Market microstructure and Fair value estimation.

MiFID II: The Markets in Financial Instruments Directive II; EU regulation governing trading venues, transparency requirements, best execution, and algorithmic trading controls. See Financial Markets and Algorithmic Trading.

Minimum variance hedge (h\mathbf{h}^*): The position in hedge instruments that minimises the variance of a hedged P&L: h=ΣHH1σXH\mathbf{h}^* = \boldsymbol{\Sigma}_{HH}^{-1}\boldsymbol{\sigma}_{XH}; identical to the OLS regression coefficients of the exposure on the hedge instruments. See Minimum Variance Hedging.

Momentum: The tendency of recent asset returns to persist over short to medium horizons; quantified by the Hurst exponent (H>0.5H > 0.5). See Quantitative Investment Fundamentals and Optimal Investment Theory.

N

Normal-Inverse-Gamma (NIG) distribution: The conjugate prior for Bayesian linear regression with unknown noise variance; enables closed-form posterior inference for regression weights and noise level jointly. See Bayesian Linear Regression Model.

O

Opportunity cost: In execution, the cost incurred when a portion of the order remains unexecuted at the end of the trading window, measured against the arrival price; one component of implementation shortfall. See Execution fundamentals.

Optimal depth (δ(t,q)\delta^*(t,q)): The optimal limit-order placement depth in the execution-tactics HJB model: δ(t,q)=1/k+ΔH(t,q)\delta^*(t,q) = 1/k + \Delta H(t,q), where ΔH\Delta H is the finite difference of the value function HH with respect to inventory. See Single-market execution tactic.

Order imbalance (II): The normalised difference between bid-side and ask-side depth at the best quotes: I=(VbestbVbesta)/(Vbestb+Vbesta)[1,1]I = (V^b_{best} - V^a_{best})/(V^b_{best} + V^a_{best}) \in [-1,1]; a short-term price-direction predictor. See Market microstructure and LOB features.

Order-to-trade ratio (OTR): The number of orders submitted per trade executed; a measure of the aggressiveness of order-submission activity. Under MiFID II, regulators monitor OTR to detect market manipulation. See Algorithmic Trading.

Ornstein-Uhlenbeck (OU) process: The mean-reverting SDE dSt=θ(μSt)dt+σdWtdS_t = \theta(\mu - S_t)dt + \sigma dW_t with stationary distribution N(μ,σ2/(2θ))\mathcal{N}(\mu, \sigma^2/(2\theta)); used to model spread processes, fair-value deviations, and mean-reversion strategies. See Stochastic Calculus and Mean reversion strategies.

Overfitting: The phenomenon in which a model fits training data so closely that it fails to generalise to new data; associated with high model complexity relative to the number of observations. See Data-Driven Methods and Algorithmic Trading.

P

Pairs trading: A market-neutral strategy that goes long the relatively underpriced and short the relatively overpriced member of a cointegrated pair; profits from mean reversion of the spread. See Mean reversion strategies.

Parent order: The full quantity of an asset that a trader wishes to buy or sell; decomposed into child orders by an execution algorithm. See Algorithmic Trading.

Particle filter: A sequential Monte Carlo method for non-linear, non-Gaussian state-space models; approximates the filtering distribution with a set of weighted particles. See Fair value estimation.

Permanent market impact: The portion of market impact that persists after a trade, permanently shifting the asset’s equilibrium price; modelled as g(v)=γvg(v) = \gamma v in Almgren-Chriss. See Optimal Execution Theory.

PIN (Probability of Informed Trading): A structural measure of the fraction of order flow that is information-motivated: PIN=αμPIN/(αμPIN+2ε)\text{PIN} = \alpha\mu_{\text{PIN}}/(\alpha\mu_{\text{PIN}} + 2\varepsilon), estimated by MLE from daily buy/sell counts. See Information asymmetry.

Poisson process: A counting process with independent, stationary increments and exponentially distributed inter-arrival times; the canonical model for order arrivals. See Stochastic Calculus and Models for order arrival.

Posterior distribution: p(θD)p(Dθ)p(θ)p(\theta|D) \propto p(D|\theta)p(\theta); the updated belief about parameters after observing data DD, combining the likelihood and the prior via Bayes’ theorem. See Bayesian Modelling.

Pre-hedging: The act of trading in advance of an anticipated client order to reduce the expected inventory risk; raises regulatory concerns about information misuse. See Pre-hedging.

Prior distribution (p(θ)p(\theta)): The probability distribution encoding beliefs about model parameters before observing data. See Bayesian Modelling.

Probabilistic graphical model (PGM): A framework combining graph theory and probability to represent complex joint distributions compactly; includes Bayesian networks (directed) and Markov random fields (undirected). See Probabilistic graphical model for RfQs.

Put-call parity: The no-arbitrage relationship CP=SKerTC - P = S - Ke^{-rT} between European call (CC) and put (PP) option prices with the same strike KK and maturity TT. See Options.

Q

Q-table / Q-learning: A model-free reinforcement learning algorithm that estimates the action-value function Q(s,a)Q(s,a) (expected discounted return from state ss, action aa) and derives the greedy policy π(s)=argmaxaQ(s,a)\pi^*(s) = \arg\max_a Q(s,a). See Reinforcement learning for execution tactics and Data-Driven Methods.

R

Regularisation: The addition of a penalty term λΩ(f)\lambda\Omega(f) to an empirical risk objective, discouraging overly complex models; has a Bayesian MAP interpretation where the penalty corresponds to the negative log-prior. See Data-Driven Methods and Bayesian Modelling.

Reinforcement learning (RL): A framework for sequential decision-making in which an agent learns a policy to maximise cumulative reward through interaction with an environment modelled as a Markov decision process; relevant for execution and market-making optimisation. See Data-Driven Methods.

Request for Quote (RfQ): A trading protocol in which a client solicits price quotes from one or more dealers; common in fixed income, credit, and OTC derivative markets. See Market microstructure and Modelling RfQs in Dealer to Client Markets.

Reservation price (r(t,q)r(t,q)): In market-making models, the price at which the market maker is indifferent between trading and not; the mid-point of the optimal bid and ask quotes. In the Avellaneda-Stoikov model, r(t,q)=Mtqγσ2(Tt)r(t,q) = M_t - q\gamma\sigma^2(T-t). See The single-trade model.

Reservation spread (δres\delta_\text{res}): The minimum half-spread at which a dealer is willing to trade given her current inventory and risk aversion. See Modelling RfQs in Dealer to Client Markets.

Resiliency: One of the four dimensions of liquidity; the speed at which the order book recovers to its normal depth and spread after a large trade. See The dimensions of liquidity.

Ridge regression: Linear regression with an L2L^2 penalty (λβ2\lambda\|\boldsymbol{\beta}\|^2), shrinking coefficients toward zero; equivalent to MAP estimation under a Gaussian prior. See Bayesian Linear Regression Model.

Risk parity: A portfolio-construction approach that allocates capital so that each asset contributes equally to overall portfolio risk rather than by capital weight. See Optimal Investment Theory.

S

Self-excitation: The property of a Hawkes process whereby past events increase the probability of future events; models order-flow clustering and volatility clustering. See Models for order arrival.

Sharpe ratio (SaS_a): The ratio of expected excess return to volatility: Sa=E[RaRb]/σaS_a = \mathbb{E}[R_a - R_b]/\sigma_a; the primary risk-adjusted performance metric. See Algorithmic Trading.

Smart order routing (SOR): An algorithm that automatically routes child orders across multiple trading venues to achieve best execution, minimising total cost by accounting for venue liquidity, fees, and latency. See Smart order routing.

Spoofing: A form of market manipulation in which a trader places large orders with no intention of executing them, to create a false impression of supply or demand, then cancels before execution. See Algorithmic Trading.

Square-root market-impact law: The empirical relationship MIYσQ/VADV\text{MI} \approx Y\sigma\sqrt{Q/V_{ADV}}, where YY is a dimensionless constant, σ\sigma is daily volatility, QQ is trade size, and VADVV_{ADV} is average daily volume; widely used for pre-trade cost estimation. See Execution fundamentals and Market impact models.

State-space model (SSM): A dynamical model with latent state xt\mathbf{x}_t evolving via a transition equation and observed via a measurement equation; provides the general framework for Kalman filtering and fair-value estimation. See Fair value estimation.

Statistical arbitrage: A strategy that exploits mispricings relative to a model-implied fair value, accepting small residual risk that the mispricing will correct. See Quantitative Investment Fundamentals.

Stochastic differential equation (SDE): An equation of the form dXt=μ(Xt,t)dt+σ(Xt,t)dWtdX_t = \mu(X_t,t)dt + \sigma(X_t,t)dW_t describing the evolution of a continuous-time random process driven by Brownian motion. See Stochastic differential equations.

Stochastic discount factor (SDF): A random variable MM such that the price of any asset equals E[Mpayoff]\mathbb{E}[M \cdot \text{payoff}]; the fundamental object of arbitrage-free pricing theory, also called the pricing kernel. See Fair value estimation.

Structural causal model (SCM): A formal representation of a causal system as a collection of functions Xi=fi(pa(Xi),Ui)X_i = f_i(\text{pa}(X_i), U_i), where pa(Xi)\text{pa}(X_i) are the causal parents and UiU_i exogenous noise variables. See Causal inference.

Survivorship bias: The error of evaluating a strategy only on assets that survived to the end of the sample period, omitting those that delisted or failed; upward-biases apparent performance. See Algorithmic Trading.

Swap: A bilateral derivative contract exchanging two cash-flow streams; in an interest rate swap (IRS) one party pays a fixed rate in exchange for a floating rate (e.g., SOFR). See Swaps.

T

Temporary market impact: The portion of market impact that reverts after a trade is completed; modelled as h(v)=ηvh(v) = \eta v in Almgren-Chriss and causes an instantaneous adverse price shift during execution. See Optimal Execution Theory.

Tick size: The minimum price increment for an instrument in a given market; affects the granularity of the order book and the minimum possible bid-ask spread. See Market microstructure.

Tightness: One of the four dimensions of liquidity; the cost of a round-trip transaction of minimal size, approximated by the bid-ask spread. See The dimensions of liquidity.

Timing risk: In execution, the variance in execution cost arising from price uncertainty during the execution window; increases with execution horizon and asset volatility, creating the trader’s dilemma against market impact. See Execution fundamentals.

Trade flow imbalance (TFI): The difference between buyer-initiated and seller-initiated volume over a window, normalised by total volume; a higher-frequency analogue of order imbalance measuring directional pressure in recent trades. See LOB features.

Trader’s dilemma: The fundamental tradeoff in execution between minimising market impact (trade slowly) and minimising timing risk (trade quickly); the efficient trading frontier traces the Pareto-optimal solutions. See Execution fundamentals.

Transformer architecture: A deep learning architecture based on scaled dot-product attention mechanisms and positional encodings; the foundation of modern large language models and the basis of DeepLOB-style LOB predictors. See Generative Artificial Intelligence and Short-term price prediction.

TWAP (Time-Weighted Average Price): An execution benchmark equal to the arithmetic average of prices over a time interval; also the execution algorithm that trades equal-sized child orders at regular intervals. See Algorithmic Trading and Execution Benchmarks.

U

Uninformed trader / liquidity trader: A counterparty who trades for exogenous reasons (portfolio rebalancing, hedging, liquidity needs) unrelated to private information; the source of profit for the market maker in Glosten-Milgrom. See Optimal Market Making.

V

Value function (V(t,x)V(t,x), H(t,q)H(t,q)): In stochastic optimal control, the expected optimal cost-to-go (or reward-to-go) from state xx at time tt; satisfies the Bellman equation (discrete) or HJB equation (continuous). See Dynamic programming in discrete time and The Hamilton–Jacobi–Bellman equation.

VPIN (Volume-synchronized PIN): A high-frequency measure of order flow toxicity: VPINt=1ni=tn+1tViBViS/V\text{VPIN}_t = \frac{1}{n}\sum_{i=t-n+1}^t |V_i^B - V_i^S|/V, where volumes are computed over equal-size volume buckets. Elevated VPIN signals one-sided, potentially informed flow. See Information asymmetry.

VWAP (Volume-Weighted Average Price): The average execution price weighted by trade volume: VWAP=viPi/vi\text{VWAP} = \sum v_i P_i / \sum v_i. Used as both an execution benchmark and an execution algorithm targeting a participation rate proportional to market volume. See Algorithmic Trading and Execution Benchmarks.

W

Walk-forward validation: A backtesting methodology in which the model is trained on a rolling or expanding window of past data and tested on the immediately following out-of-sample period; reduces look-ahead and overfitting risks. See Quantitative Investment Fundamentals.

Wash trading: A prohibited practice in which a party simultaneously buys and sells the same instrument to create artificial volume or price activity. See Algorithmic Trading.

Y

Yield to maturity (YTM) (yy): The internal rate of return of a bond held to maturity: the discount rate yy such that the present value of all cash flows equals the current market price. See Fixed Income.

Z

Z-score (ztz_t): The standardised deviation of a mean-reverting process from its estimated long-run mean: zt=(xtμ^)/σ^z_t = (x_t - \hat{\mu})/\hat{\sigma}; used as the entry/exit signal in mean-reversion strategies. See Mean reversion strategies.

Zero-coupon bond: A bond that makes no periodic coupon payments; its price equals the present value of a single payment at maturity, directly revealing the discount factor for that maturity. See Fixed Income.