Home
last modified time | relevance | path

Searched refs:impliedQuote (Results 1 – 24 of 24) sorted by relevance

/dports/finance/quantlib/QuantLib-1.20/ql/termstructures/inflation/
H A Dinflationhelpers.hpp50 Real impliedQuote() const;
77 Real impliedQuote() const;
H A Dinflationhelpers.cpp78 Real ZeroCouponInflationSwapHelper::impliedQuote() const { in impliedQuote() function in QuantLib::ZeroCouponInflationSwapHelper
170 Real YearOnYearInflationSwapHelper::impliedQuote() const { in impliedQuote() function in QuantLib::YearOnYearInflationSwapHelper
/dports/finance/quantlib/QuantLib-1.20/ql/termstructures/yield/
H A Dratehelpers.hpp97 Real impliedQuote() const;
136 Real impliedQuote() const;
238 Real impliedQuote() const;
320 Real impliedQuote() const;
369 Real impliedQuote() const;
440 Real impliedQuote() const;
H A Doisratehelper.hpp54 Real impliedQuote() const;
102 Real impliedQuote() const;
H A Doisratehelper.cpp128 Real OISRateHelper::impliedQuote() const { in impliedQuote() function in QuantLib::OISRateHelper
194 Real DatedOISRateHelper::impliedQuote() const { in impliedQuote() function in QuantLib::DatedOISRateHelper
H A Dratehelpers.cpp266 Real FuturesRateHelper::impliedQuote() const { in impliedQuote() function in QuantLib::FuturesRateHelper
335 Real DepositRateHelper::impliedQuote() const { in impliedQuote() function in QuantLib::DepositRateHelper
584 Real FraRateHelper::impliedQuote() const { in impliedQuote() function in QuantLib::FraRateHelper
892 Real SwapRateHelper::impliedQuote() const { in impliedQuote() function in QuantLib::SwapRateHelper
1001 Real BMASwapRateHelper::impliedQuote() const { in impliedQuote() function in QuantLib::BMASwapRateHelper
1059 Real FxSwapRateHelper::impliedQuote() const { in impliedQuote() function in QuantLib::FxSwapRateHelper
H A Dbondhelpers.hpp61 Real impliedQuote() const;
H A Dbondhelpers.cpp69 Real BondHelper::impliedQuote() const { in impliedQuote() function in QuantLib::BondHelper
H A Dfittedbonddiscountcurve.cpp270 Real error = helper->impliedQuote() - helper->quote()->value(); in values()
/dports/finance/quantlib/QuantLib-1.20/ql/termstructures/
H A Dbootstraphelper.hpp70 virtual Real impliedQuote() const = 0;
71 Real quoteError() const { return quote_->value() - impliedQuote(); } in quoteError()
H A Dglobalbootstrap.hpp280 ts_->instruments_[firstHelper_ + i]->impliedQuote(); in calculate()
/dports/finance/quantlib/QuantLib-1.20/ql/termstructures/credit/
H A Ddefaultprobabilityhelpers.hpp160 Real impliedQuote() const;
207 Real impliedQuote() const;
H A Ddefaultprobabilityhelpers.cpp176 Real SpreadCdsHelper::impliedQuote() const { in impliedQuote() function in QuantLib::SpreadCdsHelper
288 Real UpfrontCdsHelper::impliedQuote() const { in impliedQuote() function in QuantLib::UpfrontCdsHelper
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/inflation/
H A Dyoyoptionlethelpers.hpp51 Real impliedQuote() const;
H A Dyoyoptionlethelpers.cpp68 Real YoYOptionletHelper::impliedQuote() const { in impliedQuote() function in QuantLib::YoYOptionletHelper
H A Dyoycapfloortermpricesurface.hpp547 QL_REQUIRE(fabs(YYhelpers[i]->impliedQuote() - original) <eps, in calculateYoYTermStructure()
550 << ", implied quote " << YYhelpers[i]->impliedQuote() in calculateYoYTermStructure()
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/averageois/
H A Darithmeticoisratehelper.hpp50 Real impliedQuote() const;
H A Darithmeticoisratehelper.cpp91 Real ArithmeticOISRateHelper::impliedQuote() const { in impliedQuote() function in QuantLib::ArithmeticOISRateHelper
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/futures/
H A Dovernightindexfutureratehelper.hpp48 Real impliedQuote() const;
H A Dovernightindexfutureratehelper.cpp57 Real OvernightIndexFutureRateHelper::impliedQuote() const { in impliedQuote() function in QuantLib::OvernightIndexFutureRateHelper
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/credit/
H A Driskyassetswap.hpp104 Real impliedQuote() const;
H A Driskyassetswap.cpp213 Real AssetSwapHelper::impliedQuote() const { in impliedQuote() function in QuantLib::AssetSwapHelper
/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Dinflation.cpp395 BOOST_REQUIRE_MESSAGE(std::fabs(helpers[i]->impliedQuote() in testZeroTermStructure()
398 << helpers[i]->impliedQuote() in testZeroTermStructure()
530 BOOST_CHECK_MESSAGE(std::fabs(helpersyes[i]->impliedQuote() in testZeroTermStructure()
533 << helpersyes[i]->impliedQuote() in testZeroTermStructure()
H A Dpiecewiseyieldcurve.cpp1296 Real a = additionalHelpers[0]->impliedQuote(); in operator ()()
1297 Real b = additionalHelpers[6]->impliedQuote(); in operator ()()
1300 additionalHelpers[1 + k]->impliedQuote(); in operator ()()