#include <qle/models/exactbachelierimpliedvolatility.hpp>
#include <qle/models/normalsabr.hpp>
#include <ql/errors.hpp>
#include <ql/math/comparison.hpp>
#include <ql/math/integrals/gausslobattointegral.hpp>
Go to the source code of this file.
|
Real | normalSabrVolatility (Rate strike, Rate forward, Time expiryTime, Real alpha, Real nu, Real rho) |
|
Real | normalSabrAlphaFromAtmVol (Rate forward, Time expiryTime, Real atmVol, Real nu, Real rho) |
|
Real | normalFreeBoundarySabrPrice (Rate strike, Rate forward, Time expiryTime, Real alpha, Real nu, Real rho) |
|
Real | normalFreeBoundarySabrVolatility (Rate strike, Rate forward, Time expiryTime, Real alpha, Real nu, Real rho) |
|