QuoteOriginally posted by: CuchulainnDo you have more information on this? Is the convection term like what? I am not familiar with this model.Sure. There are a lot of papers by Vadim Linetsky at
http://users.iems.northwestern.edu/~linetsky/ which describe the basic models. But one does have to do a little work to get this to work with numerical methods. What Linetsky does is to derive the equations of an option with default and then solve the problem analytically. It wouldn't be too much work to take his equations and numerically difference them, and as far as I can tell, the extra terms in the PDE don't change the nature of the PDE.I started to code up the Linetsky's equations numerically and I was trying to do so in terms of a general set of Quantlib classes dealing with default which would unifies Linetsky's work with the convertible bond formulas of Ayache-Forsythe. However, at that point, I realized pretty quickly that default processes aren't important in Shanghai convertible bonds, and I lost interest in trying to model defaults.Whether or not they are useful in modelling Chinese RMB options is something that I've spent some time thinking about, but right now I'm just knee doing other things.