December 17th, 2014, 3:17 pm
Hi,Has anyone actually implemented the SABR LMM with non-zero correlation for Libor/LiborVol (as suggested in Rebonato's book) ? A MC implementation of Rebonato?s correlation must perform poorly.If beta=1 the SDE is: [$] dL_i / L_i = m^L_i dt + s_i V_i dW_i [$][$]dV_i / V_i = m^V_i dt + a_i dZ_i [$]with [$]E[ dW_i , dZ_i ] = rho_i [$]the drivers might be factor reduced ([$]dW_i = sum_k G_{ik} dX_k [$] and [$] dZ_i = sum_k H_{ik} dY_k [$] ) , but this is not important.The point is, if rho_i != 0 then a naïve correlation of [$]dW_i[$] and [$]dZ_i[$] (as suggested in Rebonato via a correlation of the driving factors [$]dX_k[$] and [$]dY_k[$] ) will perform poorly. This could be fixed by a scheme similar to Boradie-Kaya scheme which means to cholesky decompose dW :[$] dW_i = rhoBar_i dU_i + rho_i dZ_i[$] with [$] E[ dU_i , dZ_i ] = 0 [$] and [$] rhoBar_i = sqrt( 1 - rho^2_i [$] )but then the whole model correlation and model set up changes completely (compared to Rebonato's suggestion). Not a problem, but I'm wondering how people (including Rebonato) got their beautiful simulation results.
Last edited by
Joerg on December 17th, 2014, 11:00 pm, edited 1 time in total.