Math Problem Statement

Consider a non-dividend-paying stock whose current price is $40 per share. The stock’s volatility equals 0.20. The continuously compounded, risk-free interest rate equals 7%. Using the Black-Scholes pricing formula, calculate the price of a one-year, at-the-money European call option on the above stock.

Solution

To calculate the price of a one-year, at-the-money European call option using the Black-Scholes formula, we use the following formula:

C=S0N(d1)XerTN(d2)C = S_0 N(d_1) - X e^{-rT} N(d_2)

Variables:

  • S0=40S_0 = 40 (current stock price)
  • X=40X = 40 (strike price, as it's at-the-money)
  • σ=0.20\sigma = 0.20 (volatility)
  • r=0.07r = 0.07 (continuously compounded risk-free rate)
  • T=1T = 1 year (time to maturity)

Steps:

1. Calculate d1d_1 and d2d_2:

d1=ln(S0/X)+(r+σ2/2)TσTd_1 = \frac{\ln(S_0 / X) + (r + \sigma^2 / 2) T}{\sigma \sqrt{T}} d2=d1σTd_2 = d_1 - \sigma \sqrt{T}

Substituting values:

d1=ln(40/40)+(0.07+0.202/2)10.201d_1 = \frac{\ln(40 / 40) + (0.07 + 0.20^2 / 2) \cdot 1}{0.20 \cdot \sqrt{1}} d1=0+(0.07+0.02)0.20d_1 = \frac{0 + (0.07 + 0.02)}{0.20} d1=0.090.20=0.45d_1 = \frac{0.09}{0.20} = 0.45 d2=0.450.201=0.450.20=0.25d_2 = 0.45 - 0.20 \cdot \sqrt{1} = 0.45 - 0.20 = 0.25

2. Find N(d1)N(d_1) and N(d2)N(d_2):

N(d1)N(d_1) and N(d2)N(d_2) are the cumulative probabilities from the standard normal distribution.

Using a standard normal distribution table or calculator: N(0.45)0.6736N(0.45) \approx 0.6736 N(0.25)0.5987N(0.25) \approx 0.5987

3. Plug into the Black-Scholes formula:

C=40N(0.45)40e0.071N(0.25)C = 40 \cdot N(0.45) - 40 \cdot e^{-0.07 \cdot 1} \cdot N(0.25) C=400.673640e0.070.5987C = 40 \cdot 0.6736 - 40 \cdot e^{-0.07} \cdot 0.5987 First, calculate e0.07e^{-0.07}: e0.070.9324e^{-0.07} \approx 0.9324

Now calculate the terms: C=400.6736400.93240.5987C = 40 \cdot 0.6736 - 40 \cdot 0.9324 \cdot 0.5987 C=26.944400.558C = 26.944 - 40 \cdot 0.558 C=26.94422.32=4.624C = 26.944 - 22.32 = 4.624

Final Answer:

The price of the one-year, at-the-money European call option is approximately $4.62.

Would you like a deeper breakdown or further assistance? Let me know!

Related Questions:

  1. What are the differences between European and American options in terms of pricing?
  2. How does the Black-Scholes model change for dividend-paying stocks?
  3. What happens to the option price if volatility increases?
  4. How would the price of a put option differ for the same parameters?
  5. What are the limitations of the Black-Scholes model in real-world applications?

Tip:

When using the Black-Scholes formula, ensure all inputs are consistent in terms of units (e.g., time to maturity should be in years).

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Financial Mathematics
Probability
Logarithms
Exponential Functions
Standard Normal Distribution

Formulas

Black-Scholes formula: C = S_0 N(d_1) - X e^{-rT} N(d_2)
d1 = [ln(S0/X) + (r + σ²/2)T] / (σ√T)
d2 = d1 - σ√T

Theorems

Black-Scholes Option Pricing Theorem
Properties of Standard Normal Distribution

Suitable Grade Level

Undergraduate Level or Advanced High School (Grades 11-12)