Wednesday, November 6, 2019

Calculating probability of options with normal/lognormal distribution: does time make a difference?


I'm trying to calculate the probability of a calendar spread resulting in a profit at expiration, when estimating it is modeled as a lognormal distribution, by getting:


P(a <= x <= b) = CDF(b) - CFA(a)

where a and b are the breakevens at expiration.


But there is something that I don't understand:



  1. Which value shall I use as variance? The IV of the ATM option for near expiration? The IV of the stock/index underneath?

  2. Does time really matter? I mean, since lognormal distribution (as defined in scipy/numpy libraries) only requires mean and variance values, time does not matter unless you consider that volatility depends on t. If I get mean and variance for 2 calendars, one with front mont expiring in a week and another one expiring in a year, time should matter somehow, making the distribution PDF wider, and therefore affecting the results of the CDF. What am I missing here?




Answer



If St is stochastic process and follow geometric Brownian motion with following SDE: dSt=μStdt+σStdWt then ST follows lognormal distribution, such that: ST|StlogN(lnSt+(μσ22)(Tt),σ2(Tt)) or lnST|StN(lnSt+(μσ22)(Tt),σ2(Tt))


As you may see, more you will go into the future, both the drift and volatility increase directly in proportionate to (Tt) for log of stock price. This is natural phenomenon. You may think like this, the variability shown by stock price in one year(ie Tt=1) is much more than variability shown in one minute or one day(ie Tt=1365).


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...