Tuesday, January 8, 2019

probability - Confidence Intervals of Stock Following a Geometric Brownian Motion


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εSS0S0=μΔ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


1NORMDIST(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)=1NORMSDIST(ln95S0(μ12σ2)TσT)=NORMSDIST(lnS095+(μ12σ2)TσT).


No comments:

Post a Comment

technique - How credible is wikipedia?

I understand that this question relates more to wikipedia than it does writing but... If I was going to use wikipedia for a source for a res...