CONTENTS

Exercise: Visualising the early-exercise boundary

The optimal-stopping rule for an American put is: exercise when SS(t)S \le S^*(t) for some boundary S(t)S^*(t). This is a curve in (t,S)(t, S)-space.

Tasks

  1. Modify the binomial tree to record the early-exercise boundary at each time step. (At each time nn, find the largest SS at which VexerciseVholdV^{exercise} \ge V^{hold}.)

  2. Plot S(t)S^*(t) vs t[0,1]t \in [0, 1] for the American put K=100,r=0.05,σ=0.2,T=1K = 100, r = 0.05, \sigma = 0.2, T = 1.

  3. Boundary at t=Tt = T. What is S(T)S^*(T^-)? Compare with the perpetual put boundary (for T=T = \infty).
  4. Effect of σ\sigma. Repeat for σ{0.1,0.2,0.4}\sigma \in \{0.1, 0.2, 0.4\}. How does the boundary shift?
  5. Effect of rr. Repeat for r{0.01,0.05,0.10}r \in \{0.01, 0.05, 0.10\}. Higher rates push the boundary closer to KK — why?