Serving the Quantitative Finance Community

 
User avatar
troywilson
Topic Author
Posts: 0
Joined: July 14th, 2002, 3:00 am

Derman and Kani Implied Binomial Tree

March 29th, 2003, 12:19 am

Does anyone know any references (websites or books) that have some calculated examples of a Derman and Kani binomial tree(or some pseudo code). I am trying to code one up and want something to cross check my implementation against. Cheers,Troy
 
User avatar
reza
Posts: 6
Joined: August 30th, 2001, 3:40 pm

Derman and Kani Implied Binomial Tree

March 29th, 2003, 2:02 am

the original GS paper available on Emanuel Derman's website has a numeric example but I've heard it has a mistakeJackwerth has a numeric example on Barle & Cakici, a variant of Derman KaniEspen Haug's book has code and example for the trinomial Derman Kani
 
User avatar
troywilson
Topic Author
Posts: 0
Joined: July 14th, 2002, 3:00 am

Derman and Kani Implied Binomial Tree

March 29th, 2003, 2:24 am

Reza,Thanks, could you tell me the address of emanuel dermans website. I did find links to the old goldmans website but they no longer exist and the new goldmans website doesn't seem to have the paper.Cheers,Troy
 
User avatar
reza
Posts: 6
Joined: August 30th, 2001, 3:40 pm

Derman and Kani Implied Binomial Tree

March 29th, 2003, 2:26 am

 
User avatar
troywilson
Topic Author
Posts: 0
Joined: July 14th, 2002, 3:00 am

Derman and Kani Implied Binomial Tree

March 29th, 2003, 2:34 am

Reza,You wouldn't happen to know anywhere that details the errors in the paper would you? Are the erros in the formulas or in the example numbers?Cheers,Troy
 
User avatar
rumi
Posts: 0
Joined: August 20th, 2001, 10:00 pm

Derman and Kani Implied Binomial Tree

March 29th, 2003, 11:20 pm

Take a look at Espen Haug's recipes for option pricing formulas.
 
User avatar
tonyc
Posts: 0
Joined: October 31st, 2001, 5:17 pm

Derman and Kani Implied Binomial Tree

March 30th, 2003, 1:00 am

I much prefer Jackwerth's "generalized binomial trees"Generalized Binomial Trees
 
User avatar
reza
Posts: 6
Joined: August 30th, 2001, 3:40 pm

Derman and Kani Implied Binomial Tree

March 30th, 2003, 3:38 am

the error is supposedly in the example numbersI've heard it from different people so I assume it's trueI never double-checked
 
User avatar
troywilson
Topic Author
Posts: 0
Joined: July 14th, 2002, 3:00 am

Derman and Kani Implied Binomial Tree

March 30th, 2003, 9:11 am

Thanks alot everyone