CONTENTS

Solution: Girsanov Failure — Novikov Condition Violation

Part 1

With θt=αWt\theta_t = \alpha W_t: 0Tθs2ds=α20TWs2ds\int_0^T \theta_s^2\,ds = \alpha^2\int_0^T W_s^2\,ds. Novikov asks:

EP ⁣[exp ⁣(α220TWs2ds)]<?.\mathbb{E}^{\mathbb{P}}\!\left[\exp\!\left(\tfrac{\alpha^2}{2}\int_0^T W_s^2\,ds\right)\right] \stackrel{?}{<} \infty.

The quantity 0TWs2ds\int_0^T W_s^2\,ds is a weighted chi-squared-like sum. A classical result (via the Karhunen-Loève expansion of Brownian motion on [0,T][0, T]) is:

EP ⁣[exp ⁣(λ0TWs2ds)]=1cos(2λT),valid for 2λT<π/2.\mathbb{E}^{\mathbb{P}}\!\left[\exp\!\left(\lambda\int_0^T W_s^2\,ds\right)\right] = \frac{1}{\sqrt{\cos(\sqrt{2\lambda}\,T)}}, \quad \text{valid for } \sqrt{2\lambda}\,T < \pi/2.

(The formula comes from the Cameron-Martin formula / matrix-tree-type identity for quadratic forms of BM.)

Setting λ=α2/2\lambda = \alpha^2/2: the Novikov integral is finite iff α2T=αT<π/2\sqrt{\alpha^2}\cdot T = \alpha T < \pi/2 — i.e. αT<π/2\alpha T < \pi/2.

Part 2

For αTπ/2\alpha T \ge \pi/2, the MGF of α20TWs2ds\alpha^2\int_0^T W_s^2\,ds at 1/21/2 diverges. So Novikov's condition fails when αTπ/2\alpha T \ge \pi/2.

Beyond this threshold, ZtZ_t is only a local martingale (not a true martingale); EP[ZT]<1\mathbb{E}^{\mathbb{P}}[Z_T] < 1; the proposed Q\mathbb{Q} is a sub-probability measure, and Girsanov's conclusion fails.

Part 3

Kazamaki's condition: E[exp(120tθsdWs)]<\mathbb{E}[\exp(\tfrac{1}{2}\int_0^t\theta_s\,dW_s)] < \infty for all tTt \le T implies ZtZ_t is a true martingale. This is strictly weaker than Novikov for some θ\theta. However, it can still fail for aggressive θ\theta's.

Qualitatively: Kazamaki recovers some cases on the boundary of Novikov's failure (the MGF of θdW\int\theta\,dW is finite but the MGF of θ2ds\int\theta^2\,ds is not — possible because Itô integrals have lower tails than their variance bounds). Both conditions are sufficient, not necessary — there are cases where both fail yet ZTZ_T still has E[ZT]=1\mathbb{E}[Z_T] = 1. Standard workarounds include localisation by stopping times or direct computation of E[ZT]\mathbb{E}[Z_T].

Part 4

Heston and Novikov. In the Heston model, the market price of volatility risk θtv\theta^v_t is often modelled as proportional to vt\sqrt{v_t} or to vt/vtv_t/\sqrt{v_t}. Under certain parameter regimes (particularly high vol-of-vol ξ\xi, low mean-reversion κ\kappa), the integral 0T(θsv)2ds\int_0^T (\theta^v_s)^2\,ds can have infinite MGF — Novikov fails, and the risk-neutral measure is not uniquely well-defined on long horizons.
Practical consequences:
  • Q\mathbb{Q} prices computed via Girsanov-based Monte Carlo may be biased; the measure is a sub-probability.
  • Long-dated options (swaptions, LTAM products) are particularly affected.
  • Numerical schemes that compute option prices by EQ[payoff]\mathbb{E}^{\mathbb{Q}}[\text{payoff}] under the naive Q\mathbb{Q} may converge to the wrong answer — a silent failure mode.
  • Production quant libraries (e.g. QuantLib, ORE) include horizon-dependent checks for martingale-defect issues, and some practitioners use alternative parameterisations or reduced horizons to avoid Novikov violation.
Bottom line: for long-dated derivatives in stochastic-vol models, always check that the chosen parameters keep you on the safe side of Novikov (or verify EP[ZT]=1\mathbb{E}^{\mathbb{P}}[Z_T] = 1 directly by simulation). Blind trust in Q\mathbb{Q} prices is dangerous.

Takeaways

  • Novikov is sufficient, not necessary. If it holds, you have a true martingale; if it fails, additional work is needed.
  • ZtZ_t can be a strict local martingale with E[ZT]<1\mathbb{E}[Z_T] < 1. This corresponds to a sub-probability measure Q\mathbb{Q} — pathological.
  • Stochastic-vol and heavy-drift models are where Novikov issues bite. In practice, check horizon-dependent criteria; don't assume Girsanov "just works."
  • Kazamaki and Beneš provide weaker sufficient conditions. Worth knowing but not panaceas. Always validate E[ZT]=1\mathbb{E}[Z_T] = 1 numerically when in doubt.
Solution — Girsanov Failure: Novikov Condition Violation | q4quant.studio