Edgeworth-->Gram-Charlier--> ??

Discussion in 'Options' started by nitro, Oct 2, 2009.

  1. nitro

    nitro

    #11     Oct 4, 2009
  2. Binomial model with skewness and kurtosis code p 297 p 298.
    It may be worth you try with a trinomial model. The implementation is straightforward.
     
    #12     Oct 4, 2009
  3. nitro

    nitro

    Where is the code that handles an american option using this method of skewness & kurtosis?
     
    #13     Oct 4, 2009
  4. "For american pricing you just need to use Haug's code with skewness and kurtosis if you want with the american option feature, the boundary condition : an america call value is max((S-K); same european node value)) everywhere on the tree ( S=spot K= strike). The same for american put pricing."

    You just need to improve Haug's european option code by implementing the american option feature into the code.
    But if you understand what make the difference between european style and american style option in binomial model, hence you understand how to write the code for trinomial and finite difference schemes.

    If you derive a binomial tree with skew and kurtosis for european style option, you just have to add this constraint that at every nodes the option price is max(....).
     
    #14     Oct 4, 2009
  5. nitro

    nitro

    Ah! I understand what you mean now. I thought that is what you were trying to say, but I wasn't sure.

    Thanks.
     
    #15     Oct 4, 2009