Knowledge Base

Finance & AI Glossary.

A curated reference manual for modern quants, developers, and financial professionals. Built for clarity and technical depth.

/
A

Alpha

Quants

Excess return on an investment relative to the return of a benchmark index, representing active portfolio management value.

\alpha = R_i - (R_f + \beta (R_m - R_f))

Arbitrage

Markets

The simultaneous purchase and sale of an asset in different decentralized venues to lock in a risk-free price discrepancy.

Alternative Data

Data

Non-traditional datasets used by institutional quants to generate edge, including satellite imagery, credit card transactions, and web scraping.

Agentic Workflow

AI & MCP

An automated execution loop where autonomous AI agents plan, invoke external tools, validate outputs, and execute complex multi-step tasks.

ARIMA Model

Quants

An autoregressive integrated moving average model used for fitting and forecasting time series data based on past values.

ARIMA(p, d, q)

Attention Mechanism

AI & MCP

A mathematical mechanism that enables neural networks to dynamically weigh context relevance across different parts of an input sequence.

API Throttling

Data

A traffic management control mechanism used by servers to delay or reject incoming requests exceeding designated rate limits.

B

Beta

Quants

A measure of the volatility or systematic risk of a security or portfolio in comparison to the broader market.

\beta = \frac{Cov(R_e, R_m)}{Var(R_m)}

Black-Litterman Model

Quants

An asset allocation model that combines market equilibrium returns with investor-specific views to generate stable portfolio weights.

Brownian Motion

Quants

A continuous-time stochastic process used extensively in quantitative finance to model asset prices and random market fluctuations.

Bid-Ask Spread

Trading

The difference between the highest price a buyer is willing to pay and the lowest price a seller is willing to accept.

C

Carry Trade

Markets

A financial strategy where an investor borrows money in a low-interest-rate currency to fund investments in higher-yielding assets.

Cross-Border Settlement

Markets

The institutional clearing and final transfer of assets or cash between counterparties operating in different global jurisdictions.

Counterparty Risk

Markets

The probability or likelihood that the other party in an investment agreement or contract might default on its obligations.

Context Window

AI & MCP

The maximum token capacity an AI model can process simultaneously in memory during a single inference request.

Compliance & AML/CFT

Markets

Automated regulatory frameworks designed to prevent money laundering, terrorist financing, and illicit capital flows across financial platforms.

Cointegration

Quants

A statistical property of a collection of time series variables indicating that a linear combination of them is stationary.

Copula (Finance)

Quants

A mathematical function used to couple multivariate probability distributions to model complex asset dependencies and tail risk.

Capital Asset Pricing Model (CAPM)

Quants

A foundational model establishing the linear relationship between systematic risk and expected return for assets.

E(R_i) = R_f + \beta_i (E(R_m) - R_f)
See also:
D

Delta Hedging

Trading

An options strategy aimed at directional neutrality by offsetting long or short positions with the underlying asset according to its delta.

Dark Pool

Trading

A private financial exchange or forum for trading securities where institutional investors execute large blocks without pre-trade transparency.

Data Normalization

Data

The process of standardizing numerical fields and schemas across disparate financial feeds to prevent distortion in quantitative models.

E

Expected Shortfall

Quants

A risk measure that evaluates the average losses incurred beyond the Value at Risk threshold in tail-risk scenarios.

Embedding

AI & MCP

A dense numerical vector representation of words, sentences, or structured tables that captures semantic meaning in machine learning models.

F

Factor Investing

Quants

An investment approach that targets specific drivers of return across asset classes, such as value, momentum, size, and quality.

Fama-French Three-Factor Model

Quants

An asset pricing model that expands on the CAPM by adding size risk and value risk factors to explain stock returns.

Fundamental Data

Data

Financial statement metrics, macroeconomic indicators, and corporate disclosures utilized for long-term valuation models.

Financial API

Data

Programmatic endpoints providing real-time or historical market feeds, order execution layers, and portfolio analytics.

Few-Shot Prompting

AI & MCP

Providing a small number of high-quality examples directly inside the prompt context to guide an LLM toward the desired output format.

Financial Leverage

Markets

The use of borrowed capital or derivative instruments to amplify potential investment returns and risk exposure.

Futures Contract

Markets

A standardized legal agreement to buy or sell a specific commodity or financial instrument at a predetermined future date and price.

Financial Swaps

Markets

Over-the-counter derivative contracts through which two parties exchange financial cash flows or risk profiles over time.

Flash Loan

Trading

An uncollateralized smart contract loan where borrowing and repayment occur instantaneously within the exact same transaction block.

G

Greeks (Delta, Gamma, Vega, Theta)

Trading

Mathematical variables used to quantify the sensitivity of an option’s price to changes in underlying parameters like price, volatility, and time.

GARCH Model

Quants

Generalized Autoregressive Conditional Heteroskedasticity model used extensively to estimate and forecast financial market volatility.

\sigma_t^2 = \alpha_0 + \sum_{i=1}^q \alpha_i \epsilon_{t-i}^2 + \sum_{j=1}^p \beta_j \sigma_{t-j}^2
H

Historical Volatility

Quants

A statistical measure of the dispersion of returns for a given security index over a specified historical period.

High-Frequency Trading (HFT)

Trading

Algorithmic trading characterized by extremely high speeds, high turnover rates, and high order-to-trade ratios.

I

Implied Volatility

Quants

The market-forecasted volatility of an asset derived from the current pricing of its options contracts.

Information Ratio

Quants

A ratio of portfolio returns above a benchmark compared to the volatility of those excess returns (tracking error).

IR = \frac{R_p - R_b}{\sigma_{p-b}}

Impermanent Loss

Markets

The temporary loss of asset value experienced by liquidity providers when token price ratios diverge relative to deposit time.

J

JSON-RPC

Data

A lightweight, stateless remote procedure call protocol encoded in JSON, widely utilized in crypto nodes and quant platforms.

K

Kalman Filter

Quants

An algorithm that estimates unknown states from a series of noisy measurements over time, frequently applied in statistical arbitrage pairs trading.

L

Limit Order Book

Trading

An electronic list of buy and sell orders organized by price level, maintained by a trading exchange.

Liquidity

Markets

The ease with which an asset can be converted into cash without drastically affecting its market price.

LLM Fine-Tuning

AI & MCP

The process of adapting a pre-trained large language model on specialized domain corpora (like financial filings or code) to optimize performance.

Latency (AI Inference)

AI & MCP

The processing delay between sending an input prompt to an AI model and receiving the completed response stream.

Level 2 Market Data

Trading

Order book data displaying aggregated market depth, showing multiple bid and ask price levels alongside resting order sizes.

Liquidity Pool

Markets

A crowdsourced pool of digital cryptocurrencies or tokens locked in a smart contract to facilitate automated decentralized trading.

LoRA (Low-Rank Adaptation)

AI & MCP

A parameter-efficient fine-tuning technique that reduces memory overhead by freezing base weights and training low-rank matrices.

LLM Benchmark Evaluation

AI & MCP

Rigorous automated testing frameworks measuring agent accuracy, reasoning latency, and hallucination rates against standardized financial datasets.

M

Monte Carlo Simulation

Quants

A computational algorithm that relies on repeated random sampling to model the probability of various outcomes in complex financial systems.

Market Maker

Trading

A firm or individual that quotes both a buy and a sell price in a financial instrument, ensuring continuous market liquidity.

Mean Reversion

Trading

A financial theory suggesting that asset prices and historical returns eventually return to their long-term average state.

Momentum Trading

Trading

A strategy where traders buy assets that have shown upward price trends or sell assets with persistent downward trajectories.

Model Context Protocol (MCP)

AI & MCP

An open standard introduced by Anthropic that enables developers to build secure, bidirectional connections between AI models and data tools.

Maximum Drawdown (MDD)

Quants

The maximum observed peak-to-trough loss experienced by a portfolio before a new peak is attained.

Mean-Variance Optimization

Quants

Modern Portfolio Theory framework designed to maximize expected return for a given level of total portfolio risk.

Margin Call

Markets

A broker’s demand that an investor deposit additional cash or collateral to bring account equity up to the minimum maintenance level.

Model Quantization

AI & MCP

The process of reducing precision weights (e.g., from FP16 to INT4) to accelerate inference speeds and minimize VRAM consumption.

See also:
O

Order Flow

Trading

The continuous stream of transactions and pending orders in a financial market, providing deep visibility into immediate supply and demand dynamics.

OHLCV Data

Data

Aggregated financial data encapsulating Open, High, Low, Close prices and Volume over discrete time intervals.

Omega Ratio

Quants

A risk-adjusted performance measure that captures all moments of the return distribution rather than just mean and variance.

Order Book Imbalance

Trading

A metric measuring the structural discrepancy between total bid volume and total ask volume inside the limit order book.

Options Contract

Markets

A derivative that grants the buyer the right—but not the obligation—to buy or sell an underlying asset at a set strike price.

P

Principal Component Analysis (PCA)

Quants

A dimensionality reduction technique used in quantitative finance to identify uncorrelated underlying risk factors from a large matrix of assets.

Prompt Engineering

AI & MCP

The systematic practice of structuring instructions, schemas, and context constraints to maximize accuracy and reliability in LLM outputs.

Q

Quantitative Easing (QE)

Markets

An expansionary monetary policy where a central bank purchases government securities to increase money supply and liquidity.

R

Rate Limiting

Data

A restriction imposed by API providers on the number of requests a client can execute within a specified rolling time window.

Retrieval-Augmented Generation (RAG)

AI & MCP

An AI framework that combines semantic vector search with LLMs to query internal enterprise documents and real-time knowledge bases.

Risk Parity

Quants

An asset allocation strategy that builds portfolios by balancing the risk contribution of each underlying asset class.

S

Sharpe Ratio

Quants

A metric used to calculate the risk-adjusted return of a financial portfolio, measuring excess return per unit of deviation.

S = \frac{R_p - R_f}{\sigma_p}

Sortino Ratio

Quants

A variation of the Sharpe ratio that differentiates harmful volatility from total overall volatility by using downside deviation.

Slippage

Trading

The difference between the expected price of a trade and the actual execution price due to market latency or thin liquidity.

Statistical Arbitrage (StatArb)

Trading

A computational trading strategy that applies mean-reversion models and machine learning to large baskets of securities.

Smart Order Router (SOR)

Trading

An automated system used to divide and route order flows across multiple execution venues to achieve optimal pricing and minimal slippage.

Stress Testing

Markets

Simulating extreme macroeconomic or geopolitical shock scenarios to evaluate portfolio resilience and capital adequacy.

Smart Contract

Trading

Self-executing code deployed on distributed ledgers that automatically enforces agreement terms between trustless counterparties.

Stationarity

Quants

A stochastic process whose statistical properties such as mean and variance remain constant over time.

Stop-Loss Order

Trading

An automated execution instruction designed to limit an investor’s loss on a security position when prices move adversely.

Short Selling

Markets

The practice of selling borrowed securities with the expectation of repurchasing them later at a lower price.

Secure Multi-Party Computation

Data

A cryptographic subfield enabling multiple parties to jointly compute functions over private inputs without revealing those inputs.

Synthetic Financial Data

Data

Artificially generated market transactions and tabular records engineered to simulate genuine statistical properties without breaching privacy.

T

TWAP (Time Weighted Average Price)

Trading

An execution algorithm that splits a large order into equal chunks distributed evenly across a specified time horizon.

See also:

Tick Data

Data

The most granular level of financial market data, capturing every single price change or trade execution event in real-time.

Tool Use / Function Calling

AI & MCP

The capability of an LLM to dynamically format and invoke external functions, APIs, or databases to fetch precise quantitative information.

Tokenization (AI)

AI & MCP

The process of breaking down raw text or code into smaller sub-word units before feeding them into neural network token embeddings.

Tokenomics

Markets

The economic design, supply schedules, utility mechanics, and incentive structures governing digital asset ecosystems.

Treynor Ratio

Quants

A risk-adjusted performance measure that uses systematic risk (Beta) instead of total risk to evaluate portfolio returns.

T = \frac{R_p - R_f}{\beta_p}

Tail Risk

Quants

The portfolio risk associated with rare, extreme market events occurring beyond three standard deviations from the mean.

Trading Iceberg Order

Trading

A large single institutional order divided into smaller visible blocks to hide total execution size from the public order book.

Trailing Stop

Trading

A dynamic stop-loss order that adjusts automatically relative to market price movements, locking in unrealized profits.

Transformer Architecture

AI & MCP

A deep learning neural network architecture based on multi-head self-attention mechanisms, serving as the backbone for modern LLMs.

V

Value at Risk (VaR)

Quants

A statistical technique used to measure and quantify the level of financial risk within a firm or investment portfolio over a specific timeframe.

VWAP (Volume Weighted Average Price)

Trading

A trading benchmark that represents the average price a security has traded at throughout the day, weighted by volume.

W

WebSocket Stream

Data

A persistent, full-duplex communication protocol running over a single TCP connection for ultra-low latency real-time data feeds.

Webhook

Data

An HTTP-based callback mechanism that enables real-time event notifications between server applications and trading agents.

Y

Yield Curve

Markets

A graphical curve depicting interest rates across different contract maturities for debt instruments issued by identical borrowers.

Z

Zero-Shot Learning

AI & MCP

The ability of an AI model to successfully execute a task it has not been explicitly trained or fine-tuned to perform beforehand.

Zero-Knowledge Proof (ZKP)

Data

A cryptographic protocol allowing one party to prove to another that a statement is true without revealing any underlying data.