Home
last modified time | relevance | path

Searched refs:testGreeks (Results 1 – 15 of 15) sorted by relevance

/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Djumpdiffusion.hpp31 static void testGreeks();
H A Dmargrabeoption.hpp29 static void testGreeks();
H A Dcliquetoption.hpp31 static void testGreeks();
H A Dforwardoption.hpp31 static void testGreeks();
H A Dquantooption.hpp33 static void testGreeks();
H A Deuropeanoption.hpp33 static void testGreeks();
H A Dmarketmodel.hpp46 static void testGreeks();
H A Dquantlibbenchmark.cpp316 &JumpDiffusionTest::testGreeks, 433.77)); in init_unit_test_suite()
H A Dcliquetoption.cpp265 void CliquetOptionTest::testGreeks() { in testGreeks() function in CliquetOptionTest
377 suite->add(QUANTLIB_TEST_CASE(&CliquetOptionTest::testGreeks)); in suite()
H A Djumpdiffusion.cpp348 void JumpDiffusionTest::testGreeks() { in testGreeks() function in JumpDiffusionTest
534 suite->add(QUANTLIB_TEST_CASE(&JumpDiffusionTest::testGreeks)); in suite()
H A Dforwardoption.cpp367 void ForwardOptionTest::testGreeks() { in testGreeks() function in ForwardOptionTest
512 suite->add(QUANTLIB_TEST_CASE(&ForwardOptionTest::testGreeks)); in suite()
H A Dmargrabeoption.cpp316 void MargrabeOptionTest::testGreeks() { in testGreeks() function in MargrabeOptionTest
611 suite->add(QUANTLIB_TEST_CASE(&MargrabeOptionTest::testGreeks)); in suite()
H A Deuropeanoption.cpp612 void EuropeanOptionTest::testGreeks() { in testGreeks() function in EuropeanOptionTest
989 bool testGreeks = false) { in testEngineConsistency() argument
1054 if (testGreeks && option->NPV() > spot->value()*1.0e-5) { in testEngineConsistency()
1796 suite->add(QUANTLIB_TEST_CASE(&EuropeanOptionTest::testGreeks)); in suite()
H A Dquantooption.cpp301 void QuantoOptionTest::testGreeks() { in testGreeks() function in QuantoOptionTest
1405 suite->add(QUANTLIB_TEST_CASE(&QuantoOptionTest::testGreeks)); in suite()
H A Dmarketmodel.cpp1956 void MarketModelTest::testGreeks() { in testGreeks() function in MarketModelTest
4913 suite->add(QUANTLIB_TEST_CASE(&MarketModelTest::testGreeks)); in suite()