Stochastic Processes (Modules 0.3 + 0.4)
This is a two-part module. Part I builds the objects (random walks, Markov chains, Brownian motion). Part II develops the calculus needed to work with them (Ito’s lemma, SDEs, change of measure). Together they provide the mathematical engine behind derivatives pricing, term structure models, and credit risk.
Dependency Chain
probability-theory
|
v
stochastic-processes (Part I: Foundations)
|
v
stochastic-processes (Part II: Ito Calculus)
|
+---> derivatives-pricing (Black-Scholes, Greeks, vol models)
+---> fixed-income (Vasicek, CIR, HJM)
+---> credit-risk (reduced-form models, intensity processes)
+---> portfolio-theory (continuous-time optimization, Merton)
Part I (0.3): Foundations
Prerequisite: Probability
Random Walks (Discrete)
Symmetric and asymmetric random walks on . Connection to the binomial asset pricing model: each step is an up/down move in the stock price tree. Properties: recurrence (1D), expected hitting times, reflection principle.
Markov Chains
Transition matrices , stationary distributions , ergodicity, absorbing states, expected hitting times.
Finance application: credit rating migration matrices ARE Markov chains. The probability that a BBB-rated issuer is in default within 5 years is just the entry of .
Brownian Motion (Wiener Process)
Definition and key properties:
- Continuous sample paths (a.s.)
- Independent increments: for
- Normal increments:
- Nowhere differentiable (a.s.)
- Quadratic variation:
Construction: Brownian motion arises as the scaled limit of random walks (Donsker’s invariance principle / functional CLT). This is more than a curiosity — it justifies using continuous models for discrete trading.
Geometric Brownian Motion
The standard stock price model:
Properties: log-normal distribution, always positive, multiplicative structure. The correction (Ito’s correction) is what makes rather than .
Connection to experience: at Gottex, the Vasicek and CIR models for interest rates are SDEs driven by Brownian motion — they are just GBM’s cousins with mean reversion.
Part II (0.4): Ito Calculus
Prerequisite: Part I above.
Why New Calculus?
Classical calculus breaks down for Brownian motion:
- is nowhere differentiable, so does not exist
- Quadratic variation , so second-order terms in Taylor expansions do not vanish
This means the chain rule is wrong. Ito’s lemma is the corrected chain rule.
Ito Integral
Definition of as the limit of sums. Key properties: zero mean, Ito isometry , and the result is a martingale (under integrability conditions).
Ito’s Lemma
For and an Ito process :
The extra term is what makes Black-Scholes work. Without it, you cannot derive the PDE for option prices.
Stochastic Differential Equations
Existence and uniqueness (Lipschitz + linear growth conditions). Euler-Maruyama numerical scheme for simulation:
Girsanov’s Theorem
Change of measure from (real-world) to (risk-neutral):
- Under :
- Under :
The drift changes from to . The volatility does not change. This is the formal justification for risk-neutral pricing: we do not need to know (expected return) to price options — only matters.
Martingale Representation Theorem
Every -martingale adapted to the Brownian filtration can be written as a stochastic integral with respect to . This is why you can hedge: any contingent claim can be replicated by a dynamic trading strategy.
What This Module Unlocks
- Black-Scholes derivation: apply Ito’s lemma to , set up the hedging portfolio, get the PDE. See derivatives-pricing.
- Risk-neutral pricing: Girsanov + martingale representation = the fundamental theorems of asset pricing.
- Term structure models: Vasicek, CIR, Hull-White are all SDEs. See fixed-income.
- Credit risk models: intensity-based default models use Poisson processes driven by stochastic intensities. See credit-risk.
- Monte Carlo simulation: Euler-Maruyama is the workhorse for pricing exotic derivatives numerically.