Math Problem Statement

solve ....c). Let S0 = 100,K = 120,σ = 0.3,r = 0.08 and δ = 0. Let VC(0,T) denote the Black-Scholes European call price for the maturity T. i). Does the limit of VC(0,T) as T → ∞ exist? If it does, what is it? ii).Now, set δ = 0.001 and let VC(0,T,δ) denote the Black-Scholes European call price for the maturity T. Again, how does VC(0,T,δ) behave as T → ∞? iii). Interpret in a sentence or two the differences, if there are any, between your answers to questions in ((i). and (ii).

Solution

To solve the problem using the Black-Scholes formula for European call options, let's analyze the two cases step by step.

Given Parameters:

  • S0=100S_0 = 100 (initial stock price)
  • K=120K = 120 (strike price)
  • σ=0.3\sigma = 0.3 (volatility)
  • r=0.08r = 0.08 (risk-free interest rate)
  • δ=0\delta = 0 or δ=0.001\delta = 0.001 (dividend yield)

i) Behavior of VC(0,T)V_C(0,T) as TT \to \infty with δ=0\delta = 0

Using the Black-Scholes formula for a European call option: VC(0,T)=S0N(d1)KerTN(d2)V_C(0,T) = S_0 N(d_1) - K e^{-rT} N(d_2) where: d1=ln(S0/K)+(r+σ2/2)TσTd_1 = \frac{\ln(S_0/K) + (r + \sigma^2/2)T}{\sigma \sqrt{T}} d2=d1σTd_2 = d_1 - \sigma \sqrt{T} As TT \to \infty:

  • d1d_1 and d2d_2 approach ++\infty if S0>KS_0 > K (the option is likely to be exercised).
  • Therefore, N(d1)1N(d_1) \to 1 and N(d2)1N(d_2) \to 1.

Thus: limTVC(0,T)=S00=S0=100\lim_{T \to \infty} V_C(0,T) = S_0 - 0 = S_0 = 100

ii) Behavior of VC(0,T,δ)V_C(0,T, \delta) as TT \to \infty with δ=0.001\delta = 0.001

Using the same formula, but now with δ>0\delta > 0: VC(0,T,δ)=S0eδTN(d1)KerTN(d2)V_C(0,T,\delta) = S_0 e^{-\delta T} N(d_1) - K e^{-rT} N(d_2) As TT \to \infty:

  • The term S0eδT0S_0 e^{-\delta T} \to 0.
  • The term KerT0K e^{-rT} \to 0 as well.

Thus, the limit can be expressed as: limTVC(0,T,δ)=0\lim_{T \to \infty} V_C(0,T, \delta) = 0

iii) Interpretation of the Differences

The key difference between the two cases is that, when the dividend yield δ\delta is zero, the value of the call option converges to the initial stock price as maturity approaches infinity. However, when a positive dividend yield is introduced, the value of the call option converges to zero, reflecting the dilution of value due to dividends paid out to shareholders.

Summary of Results:

  1. With δ=0\delta = 0: limTVC(0,T)=100\lim_{T \to \infty} V_C(0,T) = 100.
  2. With δ=0.001\delta = 0.001: limTVC(0,T,δ)=0\lim_{T \to \infty} V_C(0,T,\delta) = 0.

Would you like more details on the Black-Scholes model or any specific calculations? Here are some questions for further exploration:

  1. How does the Black-Scholes model handle options with different expiration periods?
  2. What impact do changes in volatility have on option pricing?
  3. How do dividends influence the pricing of American vs. European options?
  4. What are the implications of using a risk-free interest rate in the model?
  5. How can numerical methods be used to approximate option prices in more complex scenarios?

Tip: Always consider how changes in market conditions affect the parameters in the Black-Scholes model for accurate pricing.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Option Pricing
Financial Mathematics
Calculus

Formulas

V_C(0,T) = S_0 N(d_1) - K e^{-rT} N(d_2)
d_1 = (ln(S_0/K) + (r + σ^2/2)T) / (σ√T)
d_2 = d_1 - σ√T

Theorems

Black-Scholes Model

Suitable Grade Level

Grades 11-12