I will take a look, however Roger Lords uses a different approach.
What is strange in Antonov papaer is the absence of the correlation in the calucaltion of the mean and variance of the SABR process... or am I wrong?
Thank you Lapsi, no more big problems with the implementation (exept the error I get with strikes zero and atm... to your knowledge I'm using matlab). My next step is to implement the Monte Carlo simulation (not described in the articles).
Hi, has anybody tried to implement the solution proposed by Antonov et al. in their paper to come up with a solution for the negative rates? These are the papers I'm talking about: http://papers.ssrn.com/sol3/papers.cfm?abstract_id=2557046 http://papers.ssrn.com/sol3/papers.cfm?abstract_id=2653682 I...
<r>Hi,I have to compute the price of a lookback call option on a minimum, I want to use a Black&Scholes closed formula as shown here:<URL url="http://en.wikipedia.org/wiki/Lookback_optionhowever">http://en.wikipedia.org/wiki/Lookback_optionhowever</URL> I don't know which value I need to use as ...
Hi,to compute PFE I need to use only positive mark to market or all of them?I mean, at each t I need to calculate the alpha percentile using as distribution all the mark to market or only the positive one?
<t>Hi, I need to compute the potential future exposure of an interest rate swap contract.1) Does the PFE need to be zero at the initial point? (And does it make sense to compute the Mark to Market in t0?)2) How can I read the result? If in t PFE is 6% does it mean in that day I risk to lose the 6% o...
<t>Hi,I need to simulate a trajectory of the short interest rate using Hull-White one factor model, I know that I can use this discretization of the formula:r(t)=r(t-1)+(theta(t)-a*r(t-1))*dt+sigma*sqrt(dt)*(random_normal_std)but the computational cost is quite expensive because I need to calculate ...