Module 1 — Foundations

What Quantitative Finance Actually Is

Markets, returns, and the language of risk. Builds the mental model every quant relies on.

Learning objectives

  • Distinguish quantitative finance from discretionary trading.
  • Identify the three pillars: data, models, and execution.
  • Recognize where quant methods are used in practice (buy-side, sell-side, risk).

TEXT

Overview

Quantitative finance is the practice of using mathematics, statistics, and code to make systematic decisions about capital. Where a discretionary investor might read an earnings transcript and act on judgment, a quant codifies the entire process — define a hypothesis, measure it with data, evaluate it with statistics, and trade it with rules. The discipline emerged from physics and applied math in the 1980s and now dominates short-term liquidity provision, statistical arbitrage, and risk management across every major institution.

TEXT

The three pillars

1) Data: prices, fundamentals, news, alternative data — collected, cleaned, and aligned in time. 2) Models: statistical or ML descriptions of how data relates to future returns or risk. 3) Execution: turning predictions into orders while controlling slippage, leverage, and risk limits. Most beginners over-index on models and forget that data quality and execution are usually where alpha is created or destroyed.

EXAMPLE

A concrete pipeline

Hypothesis: stocks that fall sharply but show heavy insider buying tend to rebound within 30 days. • Pull daily prices for the Russell 3000. • Pull SEC Form 4 filings for the same universe. • Define the signal: (5-day return < -10%) AND (insider buying > $1M in last 5 days). • Backtest: hold every triggered name 30 days, equal-weight, costs of 5 bps per trade. • Evaluate: Sharpe, max drawdown, turnover, capacity. • If it survives out-of-sample, paper trade for 3 months before sizing.

TEXT

Where quants work

• Buy-side: hedge funds (Renaissance, Two Sigma, AQR), asset managers, prop trading (Jane Street, HRT, Citadel Securities). • Sell-side: derivatives pricing, market making, electronic execution. • Risk & treasury: VaR, stress testing, balance-sheet optimization. • Crypto, energy, and ag commodities — same toolkit, different microstructure.

Checkpoint quiz

What most often separates a profitable quant strategy from a losing one in production?

  • A.A more sophisticated model
  • B.Data quality and execution costs
  • C.Faster hardware

Edge in production usually comes from clean, leak-free data and disciplined cost-aware execution. Models matter, but they're rarely the bottleneck.