Math Problem Statement

Consider a non-dividend-paying stock whose current price is $120 per share. The stock has the volatility equal to.2. Let the continuously-compounded risk-free interest rate be.05. You model the evolution of this stock over the next quarter with a forward binomial tree. What is the price of a $122-strike three-month put on the above stock consistent with this model?

Solution

To solve this, we use a forward binomial tree to price the put option. Here are the steps:

Step 1: Define the variables

  • Current stock price, S0=120S_0 = 120
  • Strike price, K=122K = 122
  • Volatility, σ=0.2\sigma = 0.2
  • Risk-free rate, r=0.05r = 0.05
  • Time to maturity, T=0.25T = 0.25 (three months)
  • Number of steps in the binomial tree: nn (we will assume 2 steps for simplicity)

Step 2: Determine the parameters of the binomial tree

Up and down factors:

The up (uu) and down (dd) factors are calculated as: u=eσΔt,d=1uu = e^{\sigma \sqrt{\Delta t}}, \quad d = \frac{1}{u} where Δt=Tn\Delta t = \frac{T}{n}.

Risk-neutral probabilities:

The risk-neutral probability pp is given by: p=erΔtdudp = \frac{e^{r \Delta t} - d}{u - d}

Step 3: Calculate the option values

Stock prices at maturity:

At each node in the binomial tree, calculate the possible stock prices at maturity. Then calculate the option payoff at each node as: Payoff=max(KS,0)\text{Payoff} = \max(K - S, 0)

Discount back:

Use risk-neutral pricing to discount the option values back to the present.

Let’s compute these step-by-step.


Step 1: Assumptions

Let n=2n = 2, so Δt=0.25/2=0.125\Delta t = 0.25 / 2 = 0.125.

Up and down factors:

u=e0.20.1251.0736,d=11.07360.9317u = e^{0.2 \sqrt{0.125}} \approx 1.0736, \quad d = \frac{1}{1.0736} \approx 0.9317

Risk-neutral probabilities:

p=e0.050.1250.93171.07360.93170.5438p = \frac{e^{0.05 \cdot 0.125} - 0.9317}{1.0736 - 0.9317} \approx 0.5438


Step 2: Stock prices at maturity

Node prices:

Starting from S0=120S_0 = 120:

  • At time t1t_1: S0uS_0 u and S0dS_0 d.
  • At time t2t_2: S0u2S_0 u^2, S0udS_0 ud, S0d2S_0 d^2.

Prices:

  • Suu=1201.07362138.41S_{uu} = 120 \cdot 1.0736^2 \approx 138.41
  • Sud=1201.07360.9317120.00S_{ud} = 120 \cdot 1.0736 \cdot 0.9317 \approx 120.00
  • Sdd=1200.93172103.01S_{dd} = 120 \cdot 0.9317^2 \approx 103.01

Step 3: Option payoff

Terminal payoffs:

At t2t_2, the put option payoffs are:

  • Puu=max(122138.41,0)=0P_{uu} = \max(122 - 138.41, 0) = 0
  • Pud=max(122120.00,0)=2P_{ud} = \max(122 - 120.00, 0) = 2
  • Pdd=max(122103.01,0)=18.99P_{dd} = \max(122 - 103.01, 0) = 18.99

Discounted back:

At t1t_1: Pu=erΔt(pPuu+(1p)Pud)P_u = e^{-r \Delta t} \left( p P_{uu} + (1-p) P_{ud} \right) Pu=e0.050.125(0.54380+0.45622)0.907P_u = e^{-0.05 \cdot 0.125} \left( 0.5438 \cdot 0 + 0.4562 \cdot 2 \right) \approx 0.907

Pd=erΔt(pPud+(1p)Pdd)P_d = e^{-r \Delta t} \left( p P_{ud} + (1-p) P_{dd} \right) Pd=e0.050.125(0.54382+0.456218.99)10.05P_d = e^{-0.05 \cdot 0.125} \left( 0.5438 \cdot 2 + 0.4562 \cdot 18.99 \right) \approx 10.05

At t0t_0: P0=erΔt(pPu+(1p)Pd)P_0 = e^{-r \Delta t} \left( p P_u + (1-p) P_d \right) P0=e0.050.125(0.54380.907+0.456210.05)4.37P_0 = e^{-0.05 \cdot 0.125} \left( 0.5438 \cdot 0.907 + 0.4562 \cdot 10.05 \right) \approx 4.37


Final Answer:

The price of the $122-strike three-month put option is approximately $4.37.

Let me know if you need further clarifications or computations. Here are five follow-up questions you might consider:

  1. How does increasing the number of steps in the binomial tree affect the accuracy of the option price?
  2. What is the significance of the risk-neutral probability in option pricing?
  3. How would the option price change if the volatility or interest rate were higher?
  4. Can this method be extended to multi-period options, such as an American-style put?
  5. How does the binomial model compare to the Black-Scholes model in pricing this option?

Tip: Always ensure the number of steps in a binomial tree is sufficiently large for accurate pricing, especially for long-term options.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Options Pricing
Binomial Tree Model
Risk-Neutral Valuation
Volatility

Formulas

u = e^(σ * sqrt(Δt)), d = 1/u
p = (e^(r * Δt) - d) / (u - d)
Payoff = max(K - S, 0)
Discounting: P = e^(-r * Δt) * (p * Pu + (1 - p) * Pd)

Theorems

Risk-Neutral Pricing Theorem

Suitable Grade Level

Graduate Level (Finance/Quantitative Finance)