How Randomness Solves a Deterministic Equation: An Intuitive Look at the Feynman–Kac Theorem

Why This Matters The first time I encountered the Feynman-Kac theorem, I found it fascinating but unintuitive. The theorem claims that a deterministic PDE and the expectation of a stochastic process are two representations of the same object. A PDE is smooth and deterministic. A stochastic expectation involves randomness, probability measures, and averaging over infinitely many paths. How could these be the same thing? I understood the steps of the proof, but I still didn’t have a clear intuition for why this equivalence should exist. ...

April 28, 2026

Futures-Style Margined Options: The Absence of Early Exercise Premium

Why This Matters When I first studied options, most textbook examples were equity-style: you pay a premium upfront, and you receive the payoff at expiry, or when you choose to exercise for American options. That framing was so ingrained that I assumed it was the general case. When I started working on commodity derivatives, I encountered a different world. Many options are traded under futures-style margining. No premium changes hands at inception; instead, the option is margined daily like a futures contract. The convention tends to split along venue lines rather than by underlying. US exchanges are predominantly equity-style: options on WTI crude futures at the CME and options on corn and wheat futures at the CBOT all require an upfront premium. European venues lean the other way. Options on ICE Brent futures and options on EUA carbon futures at ICE Endex and EEX are both margined futures-style. ...

April 23, 2026

From Option Prices to the Shape of Returns: A Model-Free Construction of Volatility, Skewness and Kurtosis

Why This Matters Most of my early intuition about options came from the Black-Scholes model, which is clean and widely used. But once I started working with real option data, it becomes clear that the Black-Scholes assumption of a lognormal distribution is too restrictive. For a given maturity, the implied volatility is not constant across strikes, and its shape suggests asymmetry and heavy tails in the risk-neutral distribution. That leads to a more basic question. Instead of imposing a parametric model and calibrating its parameters, is there a way to extract volatility, skewness, and kurtosis directly from option prices in a model-free way? This is where the Bakshi, Kapadia, and Madan (2003) framework becomes useful. Their key idea is that smooth payoff functions can be represented as a continuum of vanilla options across strikes. In this view, volatility, skewness, and kurtosis are not model assumptions or calibration outputs. They are quantities that can be recovered from market prices through static option replication. ...

April 16, 2026

Solving for Implied Volatility: Newton's Method vs Brent's Method

Why This Matters I started writing about calibrating a full volatility surface and realised it first requires a clear understanding of a simpler problem: solving for implied vol from a single option price. At its core, this is a root-finding problem: given a market price, we need to find the volatility that makes the model match that price. Once framed this way, the question becomes how to solve this nonlinear problem efficiently and reliably. ...

April 9, 2026

Early Exercise of American Options: Call Equivalence and the Put Premium

Why This Matters One of the first results I learned in my derivatives pricing course is that an American call on a non-dividend-paying stock is worth the same as its European counterpart, while an American put can be worth more. The result is easy to remember, but what actually produces the asymmetry did not register with me at the time, and that is what I wanted to pin down in this article. ...

April 3, 2026

Brownian Motion: From Random Walks to Option Prices

Why This Matters Brownian motion, the mathematical model underlying everything from stock prices to heat diffusion, has one of its most elegant properties: the variance of its position at time $t$ grows linearly with time. Not $t^2$, not $\sqrt{t}$, but exactly $t$. This seemingly abstract fact has a concrete consequence in financial markets: under the idealised conditions of an at-the-money option with zero rates, it is precisely why option prices scale with $\sqrt{T}$ rather than $T$, a direct fingerprint of Brownian motion inside Black-Scholes. Understanding why requires looking at both physical observations and the mathematical construction of Brownian motion. ...

March 26, 2026