Glossary · 30 terms
Glossary
Definitions you can quote in code review or a memo. Each term links to the tools that compute it and the related concepts that complete the picture. No padding, no sales copy.
Risk & portfolio construction
10 terms-
Alpha
Alpha as risk-adjusted excess return: definition, the beta-adjustment math, and why most claimed alpha disappears once you adjust for the right factors.
-
Beta
Beta as factor sensitivity: what it measures, why a beta of 1 doesn't mean 'tracks the market', and the rolling-vs-static distinction that catches most people.
-
Drawdown
Drawdown explained: peak-to-trough decline, why max drawdown alone is misleading, and the recovery math that actually matters.
-
Expected Shortfall (CVaR)
Expected shortfall: the average loss given a VaR breach. Why regulators are migrating from VaR and what ES catches that VaR misses.
-
Kelly Criterion
What the Kelly criterion is, when full Kelly blows up, and why most working quants size at half- or quarter-Kelly.
-
Sharpe Ratio
Sharpe ratio defined, when it lies (skew, fat tails, autocorrelation), and how to read a Sharpe number you didn't compute yourself.
-
Sharpe vs Sortino
Sharpe vs Sortino: when the gap between the two tells you something real about a strategy's tail behaviour — and when it's just noise from a small sample.
-
Sortino Ratio
Sortino ratio: same numerator as Sharpe, denominator only counts downside volatility. When it's the right number to look at.
-
Value at Risk (VaR)
Value at Risk: the loss threshold you'll exceed with probability α. Why historical VaR is brittle and what it doesn't tell you about the tail.
-
Volatility
Volatility as the standard deviation of returns: realized vs implied, the annualization gotcha, and why volatility-of-volatility matters.
Backtesting & validation
6 terms-
Bailey-Lopez de Prado PBO
Probability of Backtest Overfitting: a combinatorial test that estimates how likely your best in-sample strategy is to underperform out-of-sample.
-
Look-Ahead Bias
Look-ahead bias: when a backtest accidentally uses data the strategy wouldn't have had at decision time. The most common variants and how to catch them.
-
Monte Carlo Simulation
Monte Carlo simulation in trading: when it's the right tool, when it's overkill, and the seed-discipline gotcha that ruins most published examples.
-
Overfitting
Overfitting in trading-strategy backtests: how multiple-testing inflates apparent edges and the diagnostics that catch it.
-
Survivorship Bias
Survivorship bias in backtests: why dropped tickers, delisted funds, and dead share classes systematically inflate historical returns.
-
Walk-Forward Optimization
Walk-forward optimization: rolling-window train/test that mimics live deployment. Why anchored vs sliding matters and the gotchas in window sizing.
Market microstructure
5 terms-
Bid-Ask Spread
Bid-ask spread defined: quoted vs effective vs realized spread, why the touch isn't the cost you actually pay, and how to measure each.
-
Latency Arbitrage
Latency arbitrage: cross-venue price discrepancies exploited by being faster than the slowest replicator. Why the game is mostly won at the cable layer.
-
Maker-Taker
Maker-taker fee model: makers get a rebate, takers pay. Why the model exists, what it incentivizes, and how to size up real net cost.
-
Order Book Imbalance
Order book imbalance: definition, the depth-weighting choice that changes everything, and why it predicts short-horizon price moves more than fundamentals.
-
Slippage
Slippage as the gap between expected and executed price: the components (spread, market impact, latency), and how to model each in a backtest.
AI in markets
9 terms-
Agent Skill Testing
Agent skill testing: the regression-test discipline for LLM-driven agents. What to test, how to score, and the difference between pass-rate and capability.
-
Agent-Cost Envelope
The agent-cost envelope: the loop of (calls × tokens × retries × model_price) that determines the dollar cost of an LLM-driven trading agent per decision.
-
FAQPage Schema
Schema.org FAQPage: the structured-data spec that makes FAQ content machine-readable for search and LLM crawlers. When to apply, when to skip.
-
Hallucination Detection
Detecting LLM hallucinations in financial outputs: the verifiable-claim approach, citation grounding, and cross-model agreement signals that work.
-
HowTo Schema
Schema.org HowTo: the structured-data type for step-by-step procedural content. The fields that matter for agent ingestion vs the ones search ignores.
-
MCP (Model Context Protocol)
Model Context Protocol: Anthropic's open standard for letting LLMs discover and call tools — the interface, why it matters, and finance MCP server checks.
-
Model Drift
Model drift: when an LLM's behavior changes between calls, versions, or weeks. The monitoring stack that catches it before production breaks.
-
Prompt Injection
Prompt injection: when untrusted text in a prompt overrides system instructions. The attack patterns and the structural defenses that work in production.
-
Regulatory Cost of AI in Finance
Regulatory cost as a function of jurisdiction, model class, and end-use: the FTC vs NLT distinction and the documentation burden by regime.
Where these terms get computed
Every definition links to the tools that turn the concept into a number. Methodology pages walk through the formulas, sources, and limits.