Exercise: Reiner-Rubinstein closed-form for DOC
For a down-and-out call with (barrier below strike), under Black-Scholes:
where , and is the standard Black-Scholes call price.
(The exponent convention varies in the literature; some use .)
Tasks
-
Implement the Reiner-Rubinstein formula. Verify against . The result should match the FDM result from the previous exercise.
-
Reflection principle interpretation. The term is the "reflected" vanilla call. Argue heuristically why a Brownian motion's reflected paths give this formula.
-
Limiting cases.
- : the barrier is unreachable; DOC vanilla. Verify.
- : the barrier is at the strike; DOC . Explore numerically.
- : the formula doesn't apply directly; why?
-
Greeks. Compute the analytical delta of the DOC by differentiating the closed-form. Compare with FDM-based delta near the spot.