For a vanilla option, I know that the probability of the option expiring in the money is simply the delta of the option... but how would I calculate the probability, without doing monte carlo, of the underlying touching the strike at some time at or before maturity?
Answer
There is a simple solution if there is no drift, as the probability p(x,t) obeys a simple diffusion equation: d(p)/dt=12σ2d(d(p))dx2, here x is the price difference price(t)−price(t=0). Of course there is a simple solution to the diffusion equation (using scaling as a method to solve the PDE):
p(x,t)=(4πσ22t)−12e(−x2/(4σ22t))
to find the probability of hiting a barrier x on or before T simply ( :} ) integrate, prob of hitting (t≤T)=T∫t=0p(x,t)dt
No comments:
Post a Comment