sabrVolatility (3) - Linux Manuals

sabrVolatility: SABR functions.

NAME

ql/termstructures/volatility/sabr.hpp - SABR functions.

SYNOPSIS


#include <ql/types.hpp>

Functions


Real unsafeSabrVolatility (Rate strike, Rate forward, Time expiryTime, Real alpha, Real beta, Real nu, Real rho)

Real sabrVolatility (Rate strike, Rate forward, Time expiryTime, Real alpha, Real beta, Real nu, Real rho)

void validateSabrParameters (Real alpha, Real beta, Real nu, Real rho)

Detailed Description

SABR functions.

Author

Generated automatically by Doxygen for QuantLib from the source code.