In preparation for my Options, Future's and Risk Management examination next week, I have been presented with a series of questions and their answers. Unfortunately, my lecturer, one of the less organised, does not respond to emails and attempts for consultation. I have resorted to these forums to relieve some stress.
My question is presented as follows:
The share price of company XYC Inc. exhibits an instantaneous drift of 7% per year with return volatility of 45%. What is the probability that XYZ shares exceed $95 after 10 months when they cost $55 today
Of course, I will display my attempted solution.
First, I assume that the change in stock price follows a geometric brownian motion (GBM). That is,
ΔSS0=μΔt+σ√Δt⋅ε.
Following some algebra,
ΔSS0=μΔt+σ√Δt⋅εS−S0S0=μΔt+σ√Δt⋅εS=(S0+μS0Δt)+σS0√Δt⋅ε
Therefore the distribution of future stock price is given by
S∼ϕ(S0+μS0Δt,(σS0√Δt)2).
Substituting appropriate figures,
S∼(58.21,(22.59)2).
For probabilistic problems regarding normal distributions, I relate to standardised scores. I calculate that
z95=1.63.
Using Microsoft Excel, the probability that the z-score is greater than 1.63, and therefore, the price of the stock is greater than 95 is given by
1−NORMDIST(95,58.21,22.59,TRUE).
The answer I get is 5.17%. The answer states it is 8.23%.
I would be beyond thankful for any help and advice on how to properly solve this problem.
Thank you in advanced,
Gustavo.
Answer
As the stock price process S follows a geometric Brownian motion, we have that ST=S0e(μ−12σ2)T+σWT=S0e(μ−12σ2)T+σ√Tξ, where ξ is a standard normal random variable. Then, we have the probability P(ST>95)=P(S0e(μ−12σ2)T+σ√Tξ>95)=P(ξ>ln95S0−(μ−12σ2)Tσ√T)=1−NORMSDIST(ln95S0−(μ−12σ2)Tσ√T)=NORMSDIST(lnS095+(μ−12σ2)Tσ√T).
No comments:
Post a Comment