QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Rate helper for bootstrapping over BMA swap rates. More...
#include <ratehelpers.hpp>
Public Member Functions | |
BMASwapRateHelper (const Handle< Quote > &liborFraction, const Period &tenor, Natural settlementDays, Calendar calendar, const Period &bmaPeriod, BusinessDayConvention bmaConvention, DayCounter bmaDayCount, ext::shared_ptr< BMAIndex > bmaIndex, ext::shared_ptr< IborIndex > index) | |
RateHelper interface | |
Real | impliedQuote () const override |
void | setTermStructure (YieldTermStructure *) override |
Public Member Functions inherited from RelativeDateBootstrapHelper< TS > | |
RelativeDateBootstrapHelper (const Handle< Quote > "e) | |
RelativeDateBootstrapHelper (Real quote) | |
void | update () override |
Public Member Functions inherited from BootstrapHelper< TS > | |
BootstrapHelper (Handle< Quote > quote) | |
BootstrapHelper (Real quote) | |
~BootstrapHelper () override=default | |
const Handle< Quote > & | quote () const |
Real | quoteError () const |
virtual void | setTermStructure (TS *) |
sets the term structure to be used for pricing More... | |
virtual Date | earliestDate () const |
earliest relevant date More... | |
virtual Date | maturityDate () const |
instrument's maturity date More... | |
virtual Date | latestRelevantDate () const |
latest relevant date More... | |
virtual Date | pillarDate () const |
pillar date More... | |
virtual Date | latestDate () const |
latest date More... | |
Public Member Functions inherited from Observer | |
Observer ()=default | |
Observer (const Observer &) | |
Observer & | operator= (const Observer &) |
virtual | ~Observer () |
std::pair< iterator, bool > | registerWith (const ext::shared_ptr< Observable > &) |
void | registerWithObservables (const ext::shared_ptr< Observer > &) |
Size | unregisterWith (const ext::shared_ptr< Observable > &) |
void | unregisterWithAll () |
virtual void | update ()=0 |
virtual void | deepUpdate () |
Public Member Functions inherited from Observable | |
Observable () | |
Observable (const Observable &) | |
Observable & | operator= (const Observable &) |
Observable (Observable &&)=delete | |
Observable & | operator= (Observable &&)=delete |
virtual | ~Observable ()=default |
void | notifyObservers () |
Visitability | |
Period | tenor_ |
Natural | settlementDays_ |
Calendar | calendar_ |
Period | bmaPeriod_ |
BusinessDayConvention | bmaConvention_ |
DayCounter | bmaDayCount_ |
ext::shared_ptr< BMAIndex > | bmaIndex_ |
ext::shared_ptr< IborIndex > | iborIndex_ |
ext::shared_ptr< BMASwap > | swap_ |
RelinkableHandle< YieldTermStructure > | termStructureHandle_ |
void | accept (AcyclicVisitor &) override |
void | initializeDates () override |
Additional Inherited Members | |
Public Types inherited from Observer | |
typedef set_type::iterator | iterator |
Protected Member Functions inherited from RelativeDateBootstrapHelper< TS > | |
Protected Attributes inherited from RelativeDateBootstrapHelper< TS > | |
Date | evaluationDate_ |
Protected Attributes inherited from BootstrapHelper< TS > | |
Handle< Quote > | quote_ |
TS * | termStructure_ |
Date | earliestDate_ |
Date | latestDate_ |
Date | maturityDate_ |
Date | latestRelevantDate_ |
Date | pillarDate_ |
Rate helper for bootstrapping over BMA swap rates.
Definition at line 354 of file ratehelpers.hpp.
BMASwapRateHelper | ( | const Handle< Quote > & | liborFraction, |
const Period & | tenor, | ||
Natural | settlementDays, | ||
Calendar | calendar, | ||
const Period & | bmaPeriod, | ||
BusinessDayConvention | bmaConvention, | ||
DayCounter | bmaDayCount, | ||
ext::shared_ptr< BMAIndex > | bmaIndex, | ||
ext::shared_ptr< IborIndex > | index | ||
) |
|
overridevirtual |
Implements BootstrapHelper< TS >.
Definition at line 779 of file ratehelpers.cpp.
|
override |
|
overridevirtual |
Reimplemented from BootstrapHelper< TS >.
Definition at line 786 of file ratehelpers.cpp.
|
overrideprotectedvirtual |
Implements RelativeDateBootstrapHelper< TS >.
Definition at line 718 of file ratehelpers.cpp.
|
protected |
Definition at line 378 of file ratehelpers.hpp.
|
protected |
Definition at line 379 of file ratehelpers.hpp.
|
protected |
Definition at line 380 of file ratehelpers.hpp.
|
protected |
Definition at line 381 of file ratehelpers.hpp.
|
protected |
Definition at line 382 of file ratehelpers.hpp.
|
protected |
Definition at line 383 of file ratehelpers.hpp.
|
protected |
Definition at line 384 of file ratehelpers.hpp.
|
protected |
Definition at line 385 of file ratehelpers.hpp.
|
protected |
Definition at line 387 of file ratehelpers.hpp.
|
protected |
Definition at line 388 of file ratehelpers.hpp.