CONTENTS

Exercise: Radon-Nikodym in a Binomial Model — Pricing via Change of Measure

Prerequisites: Radon-Nikodym Theorem

Problem

Consider a two-period binomial stock model. At each period, the stock price multiplies by u=1.1u = 1.1 (up) or d=0.9d = 0.9 (down). The real-world probability of up is p=0.6p = 0.6. The per-period risk-free rate is r=0r = 0. The initial stock price is S0=100S_0 = 100.

  1. Compute the risk-neutral up-probability q=(1+rd)/(ud)q = (1 + r - d)/(u - d).

  2. List the eight elementary outcomes in Ω={u,d}2\Omega = \{u, d\}^2 (there are only 44 distinct outcomes in this 2-period model; list those). Compute P(ω)\mathbb{P}(\omega) and Q(ω)\mathbb{Q}(\omega) for each.

  3. Compute Z(ω)=dQ/dP(ω)Z(\omega) = d\mathbb{Q}/d\mathbb{P}(\omega) for each outcome. Verify EP[Z]=1\mathbb{E}^{\mathbb{P}}[Z] = 1.

  4. Consider a European call with strike K=100K = 100. Compute its price C0=EQ[(S2K)+]C_0 = \mathbb{E}^{\mathbb{Q}}[(S_2 - K)_+] using (a) the direct Q\mathbb{Q}-expectation, and (b) the change-of-measure identity EQ[(S2K)+]=EP[Z(S2K)+]\mathbb{E}^{\mathbb{Q}}[(S_2 - K)_+] = \mathbb{E}^{\mathbb{P}}[Z\cdot (S_2 - K)_+]. Verify they match.

Hint

The 44 distinct terminal prices are S2{121,99,99,81}S_2 \in \{121, 99, 99, 81\} — but note that two different paths (udud and dudu) lead to S2=99S_2 = 99.

Jump to the solution when you're ready.