January 15th, 2008, 2:30 am
In general, there is no closed-form solution. In exeptional case with zero correlation and zero drift (interest rate minus dividend rate) there is closed-form solution (also there is a closed-form for shifted Heston with zero correlation but skew-consistent).I built a PDE solver for forward equation to tackle this kind of problems. Below is output for Heston model with v(0)=theta=0.04, kappa=4, volvol=0.2, S(0)=1 with barrier at S=0.8, T=1 and zero asset drift for different values of correlation. You will also see that although the barrier hitting probability is less dependent on the correlation assumption, the asset price density conitional on the survival does differ remarkably for different values of correlations (see the attached figure) and this is important to take into account for pricing barrier puts and calls.Barrier, rho=-0.75 Survival Prob= 0.65080480Hitting Prob= 0.34919520Barrier, rho=0 Survival Prob= 0.66477466Hitting Prob= 0.33522534Barrier, rho=0.75 Survival Prob= 0.68264408Hitting Prob= 0.31735592Log-normal diffusion with realized variance = 0.04 Survival Prob= 0.705060309Hitting Prob= 0.294939691
-
Attachments
-
density2.zip
- (277.15 KiB) Downloaded 56 times
Last edited by
seppar on January 14th, 2008, 11:00 pm, edited 1 time in total.