August 26th, 2005, 12:23 pm
Hello evrybody,I'm trying to implement SABR model in illiquid markets ( paper by Graeme West) and have some problems . Here is a summary:For a given price of a trade, atm vol and strike, and assuming random rho( corr.) and nu(vol vol), I find the sigma from SABR and use it to find the sigma fit (using Lagrange and NR method). using these sigma fits, I try to minimise the error between my sigma fit and the model sigma's and arrive at optimal rho and nu.1) I find that the sensitivity of sigma with rho and nu is very less and end up getting the optimised values almost equal to the initial valuesI provide ( as the sigma fits are extremely close to the sigma fit. a variation in fourth decimal is seen in vols)2) If I change the price to counter this effect, I find that the optimisation fails as the sensitivity is small as said earlier.3) I have not put any traps in my optimisation - like rho should be between (-1,1)- is there any problem with that?can anyone point exactly as to where I might be going wrong?