Home
last modified time | relevance | path

Searched refs:atmLevel (Results 1 – 25 of 30) sorted by relevance

12

/dports/finance/quantlib/QuantLib-1.20/ql/termstructures/volatility/
H A Dinterpolatedsmilesection.hpp45 const Handle<Quote>& atmLevel,
53 Real atmLevel,
61 const Handle<Quote>& atmLevel,
70 Real atmLevel,
99 const Handle<Quote>& atmLevel, in InterpolatedSmileSection() argument
106 stdDevHandles_(stdDevHandles), atmLevel_(atmLevel), in InterpolatedSmileSection()
123 Real atmLevel, in InterpolatedSmileSection() argument
138 (ext::shared_ptr<Quote>(new SimpleQuote(atmLevel))); in InterpolatedSmileSection()
150 const Handle<Quote>& atmLevel, in InterpolatedSmileSection() argument
174 Real atmLevel, in InterpolatedSmileSection() argument
[all …]
H A Dflatsmilesection.cpp31 Real atmLevel, in FlatSmileSection() argument
35 vol_(vol), atmLevel_(atmLevel) {} in FlatSmileSection()
40 Real atmLevel, in FlatSmileSection() argument
44 vol_(vol), atmLevel_(atmLevel) {} in FlatSmileSection()
H A Dflatsmilesection.hpp40 Real atmLevel = Null<Rate>(),
46 Real atmLevel = Null<Rate>(),
52 Real atmLevel() const;
69 inline Real FlatSmileSection::atmLevel() const { in atmLevel() function in QuantLib::FlatSmileSection
H A Datmadjustedsmilesection.cpp31 f_ = source_->atmLevel(); in AtmAdjustedSmileSection()
33 source_->atmLevel() != Null<Real>()) in AtmAdjustedSmileSection()
34 adjustment_ = source_->atmLevel() - f_; in AtmAdjustedSmileSection()
H A Dspreadedsmilesection.hpp42 Real atmLevel() const;
69 inline Real SpreadedSmileSection::atmLevel() const { in atmLevel() function in QuantLib::SpreadedSmileSection
70 return underlyingSection_->atmLevel(); in atmLevel()
H A Dsmilesection.cpp74 Real atm = atmLevel(); in optionPrice()
107 Real atm = atmLevel(); in vega()
111 return blackFormulaVolDerivative(strike,atmLevel(), in vega()
122 Real atm = atmLevel(); in volatility()
H A Dsabrinterpolatedsmilesection.hpp97 Real atmLevel() const;
196 inline Real SabrInterpolatedSmileSection::atmLevel() const { in atmLevel() function in QuantLib::SabrInterpolatedSmileSection
H A Datmsmilesection.cpp29 f_ = source_->atmLevel(); in AtmSmileSection()
H A Dsmilesectionutils.hpp49 Real atmLevel() const { return f_; } in atmLevel() function in QuantLib::SmileSectionUtils
H A Dsabrsmilesection.hpp47 Real atmLevel() const { return forward_; } in atmLevel() function in QuantLib::SabrSmileSection
H A Datmsmilesection.hpp39 Real atmLevel() const { return f_; } in atmLevel() function in QuantLib::AtmSmileSection
H A Dgaussian1dsmilesection.hpp61 Real atmLevel() const;
H A Datmadjustedsmilesection.hpp41 Real atmLevel() const { return f_; } in atmLevel() function in QuantLib::AtmAdjustedSmileSection
H A Dsmilesection.hpp59 virtual Real atmLevel() const = 0;
H A Dgaussian1dsmilesection.cpp74 Real Gaussian1dSmileSection::atmLevel() const { return atm_; } in atmLevel() function in QuantLib::Gaussian1dSmileSection
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/volatility/
H A Dblackvolsurface.cpp43 return s->variance(s->atmLevel()); in atmVarianceImpl()
48 return s->volatility(s->atmLevel()); in atmVolImpl()
H A Dnoarbsabrinterpolatedsmilesection.hpp87 Real atmLevel() const;
184 inline Real NoArbSabrInterpolatedSmileSection::atmLevel() const { in atmLevel() function in QuantLib::NoArbSabrInterpolatedSmileSection
H A Dsviinterpolatedsmilesection.hpp77 Real atmLevel() const;
178 inline Real SviInterpolatedSmileSection::atmLevel() const { in atmLevel() function in QuantLib::SviInterpolatedSmileSection
H A Dsvismilesection.hpp43 Real atmLevel() const { return forward_; } in atmLevel() function in QuantLib::SviSmileSection
H A Dnoarbsabrsmilesection.hpp48 Real atmLevel() const { return forward_; } in atmLevel() function in QuantLib::NoArbSabrSmileSection
H A Dzabrinterpolatedsmilesection.hpp80 Real atmLevel() const;
190 inline Real ZabrInterpolatedSmileSection<Evaluation>::atmLevel() const { in atmLevel() function in QuantLib::ZabrInterpolatedSmileSection
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/basismodels/
H A Dtenorswaptionvts.hpp62 virtual Real atmLevel() const { return swapRateFinl_; } in atmLevel() function in QuantLib::TenorSwaptionVTS::TenorSwaptionSmileSection
H A Dtenoroptionletvts.hpp64 virtual Real atmLevel() const { return fraRateTarg_; } in atmLevel() function in QuantLib::TenorOptionletVTS::TenorOptionletSmileSection
/dports/finance/quantlib/QuantLib-1.20/ql/cashflows/
H A Dlineartsrpricer.cpp163 if (sectionTmp->atmLevel() == Null<Real>()) in initialize()
302 Real atm = smileSection_->atmLevel(); in optionletPrice()
/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Dswaptionvolatilitycube.cpp549 Real forward1 = smileSection1->atmLevel(); in testSabrParameters()
550 Real forward2 = smileSection2->atmLevel(); in testSabrParameters()
551 Real forward3 = smileSection3->atmLevel(); in testSabrParameters()

12