• We are pleased to announce that the winner of our Feedback Prize Draw for the Winter 2024-25 session and winning £150 of gift vouchers is Zhao Liang Tay. Congratulations to Zhao Liang. If you fancy winning £150 worth of gift vouchers (from a major UK store) for the Summer 2025 exam sitting for just a few minutes of your time throughout the session, please see our website at https://www.acted.co.uk/further-info.html?pat=feedback#feedback-prize for more information on how you can make sure your name is included in the draw at the end of the session.
  • Please be advised that the SP1, SP5 and SP7 X1 deadline is the 14th July and not the 17th June as first stated. Please accept out apologies for any confusion caused.

Distribution of Log normal model for securities

George Philip

Active Member
I have been going through chapter 10 and 11 of the Acted material and I have been confused regarding the normal distribution that we consider for the Log normal model.

For example, in Question 10, September 2014:

we consider: ln(Su) ~ N[ ln(St) + mu(u-t), sigma^2 (u-t)]

But in Quesion 5, October 2015 :

we consider : ln(Su) ~ N[ ln(St) + (mu - 0.5 * sigma^2)(u-t), sigma^2 (u-t)]

What is the reason for this difference?
 
The first expression you have written is the log Normal model whose SDE looks like :
dS_t = S_t*((mu+0.5*sigma^2)*dt + sigma*dW_t)
Hence ln(Su) ~ N[ ln(St) + mu(u-t), sigma^2 (u-t)]

But for second expression , it is Geometric Brownian Motion whose SDE looks like :
dS_t = S_t*(mu*dt + sigma*dW_t)
Hence ln(Su) ~ N[ ln(St) + (mu - 0.5 * sigma^2)(u-t), sigma^2 (u-t)]

We can equate both these Brownian motion models with use of parameterization as :
Let eta = u+0.5*sigma^2
So , the SDE of lognormal model looks like :
dS_t = S_t*(eta*dt + sigma*dW_t)
which is same as the SDE of Geometric Distribution
 
Back
Top