23#include <boost/make_shared.hpp>
24#include <boost/test/unit_test.hpp>
28using namespace boost::unit_test_framework;
32BOOST_AUTO_TEST_SUITE(NormalFreeBoundarySabrTest)
36 BOOST_TEST_MESSAGE(
"Testing normal free boundary SABR...");
38 Real forward = 0.0, expiryTime = 5.0, alpha = 0.0050, nu = 0.52, rho = -0.23;
50BOOST_AUTO_TEST_SUITE_END()
52BOOST_AUTO_TEST_SUITE_END()
Real normalFreeBoundarySabrVolatility(Rate strike, Rate forward, Time expiryTime, Real alpha, Real nu, Real rho)
BOOST_AUTO_TEST_CASE(testNormalFreeBoundarySabr)
normal SABR model implied volatility approximation
Fixture that can be used at top level.