Serving the Quantitative Finance Community

 
User avatar
myopicone
Topic Author
Posts: 0
Joined: June 30th, 2005, 1:33 pm

Binomial tree option pricing reference to p42 Baxter and Rennie

August 18th, 2005, 7:38 pm

The eqtn q =(s *exp(rdt)- sdown)/(sup-sdown)am i missing something obvious but I cant derive the result stated belowq = 1/2( 1-sqrt(dt)*((mu +1/2sig^2 -r)/sig) )where sup = s exp(mu *dt +sig*sqrt(dt) ) sdown = " - "I have Taylor expanded the fraction but this does not appeasr to workthankstom
 
User avatar
marcster
Posts: 0
Joined: July 14th, 2002, 3:00 am

Binomial tree option pricing reference to p42 Baxter and Rennie

August 24th, 2005, 8:01 am

Hello,the result does follow if you use a Taylor expansion to second orderexp x = 1 + x + 1/2 x^2 + O(x^3).Simplify, replace and leave out the term in (dt)^(3/2) to get the given result.