Next: swaption_black76, Previous: struct2obj, Up: Octave Functions and Scripts [Contents][Index]
Compute the price of european interest rate swaptions according to Bachelier
Pricing Functions assuming normal-distributed volatilities.
C = ((F-X)*N(d1) + sigma*sqrt(T)*n(d1))*exp(-rT) * multiplicator(m,tau) d1 = (F-X)/(sigma*sqrt(T)) N1 = 0.5*(1+erf([-]d1/sqrt(2))) n1 = exp(- d1 ^2 /2)/sqrt(2*pi) C or [P] = sigma*sqrt(T)*Annuity*([-]d1*N1+n1)
Variables:
See also: option_bs.