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,
$$\frac{\Delta S}{S_{0}}=\mu \Delta t+\sigma\sqrt{\Delta t}\cdot \varepsilon.$$
Following some algebra,
$$ \begin{align*} \frac{\Delta S}{S_{0}} &=\mu \Delta t+\sigma\sqrt{\Delta t} \cdot \varepsilon \\ \frac{S-S_{0}}{S_{0}} &= \mu \Delta t+\sigma\sqrt{\Delta t} \cdot \varepsilon \\S &= \left(S_{0} + \mu S_{0} \Delta t\right) + \sigma S_{0} \sqrt{\Delta t} \cdot \varepsilon \end{align*} $$
Therefore the distribution of future stock price is given by
$$S \sim \phi\left(S_{0} + \mu S_{0} \Delta t,\left(\sigma S_{0} \sqrt{\Delta t}\right)^{2}\right).$$
Substituting appropriate figures,
$$S \sim \left(58.21, \left(22.59\right)^2\right).$$
For probabilistic problems regarding normal distributions, I relate to standardised scores. I calculate that
$$z_{95} = 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- \mathrm{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 \begin{align*} S_T &= S_0 e^{(\mu-\frac{1}{2}\sigma^2)\, T + \sigma\, W_T}\\ &= S_0 e^{(\mu-\frac{1}{2}\sigma^2)\, T + \sigma\, \sqrt{T}\, \xi}, \end{align*} where $\xi$ is a standard normal random variable. Then, we have the probability \begin{align*} P(S_T > 95) &= P\Big( S_0 e^{(\mu-\frac{1}{2}\sigma^2)\, T + \sigma\, \sqrt{T}\, \xi} > 95\Big)\\ &= P\bigg(\xi > \frac{\ln \frac{95}{S_0} - (\mu-\frac{1}{2}\sigma^2)\, T}{\sigma\, \sqrt{T}} \bigg)\\ &= 1- NORMSDIST\left(\frac{\ln \frac{95}{S_0} - (\mu-\frac{1}{2}\sigma^2)\, T}{\sigma\, \sqrt{T}} \right)\\ &=NORMSDIST\left(\frac{\ln \frac{S_0}{95} + (\mu-\frac{1}{2}\sigma^2)\, T}{\sigma\, \sqrt{T}} \right). \end{align*}
No comments:
Post a Comment