|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
Base class for cross-currency basis swap rate helpers. More...
#include <crosscurrencyratehelpers.hpp>
Inheritance diagram for CrossCurrencyBasisSwapRateHelperBase:
Collaboration diagram for CrossCurrencyBasisSwapRateHelperBase:Additional Inherited Members | |
Public Types inherited from Observer | |
| typedef set_type::iterator | iterator |
Public Member Functions inherited from RelativeDateBootstrapHelper< TS > | |
| RelativeDateBootstrapHelper (const std::variant< Spread, Handle< Quote > > "e, bool updateDates=true) | |
| void | update () override |
Public Member Functions inherited from BootstrapHelper< TS > | |
| BootstrapHelper (const std::variant< Spread, Handle< Quote > > "e) | |
| ~BootstrapHelper () override=default | |
| const Handle< Quote > & | quote () const |
| virtual Real | impliedQuote () const =0 |
| 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... | |
| virtual void | accept (AcyclicVisitor &) |
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 ()=default | |
| Observable (const Observable &) | |
| Observable & | operator= (const Observable &) |
| Observable (Observable &&)=delete | |
| Observable & | operator= (Observable &&)=delete |
| virtual | ~Observable ()=default |
| void | notifyObservers () |
Protected Member Functions inherited from RelativeDateBootstrapHelper< TS > | |
Protected Attributes inherited from RelativeDateBootstrapHelper< TS > | |
| Date | evaluationDate_ |
| bool | updateDates_ |
Protected Attributes inherited from BootstrapHelper< TS > | |
| Handle< Quote > | quote_ |
| TS * | termStructure_ |
| Date | earliestDate_ |
| Date | latestDate_ |
| Date | maturityDate_ |
| Date | latestRelevantDate_ |
| Date | pillarDate_ |
Base class for cross-currency basis swap rate helpers.
Definition at line 32 of file crosscurrencyratehelpers.hpp.
|
protected |
Definition at line 190 of file crosscurrencyratehelpers.cpp.
Here is the call graph for this function:
|
override |
Definition at line 251 of file crosscurrencyratehelpers.cpp.
Here is the call graph for this function:
|
overrideprotectedvirtual |
Implements RelativeDateBootstrapHelper< TS >.
Definition at line 217 of file crosscurrencyratehelpers.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 238 of file crosscurrencyratehelpers.cpp.
Here is the caller graph for this function:
|
protected |
Definition at line 245 of file crosscurrencyratehelpers.cpp.
Here is the caller graph for this function:
|
protected |
Definition at line 57 of file crosscurrencyratehelpers.hpp.
|
protected |
Definition at line 58 of file crosscurrencyratehelpers.hpp.
|
protected |
Definition at line 59 of file crosscurrencyratehelpers.hpp.
|
protected |
Definition at line 60 of file crosscurrencyratehelpers.hpp.
|
protected |
Definition at line 61 of file crosscurrencyratehelpers.hpp.
|
protected |
Definition at line 62 of file crosscurrencyratehelpers.hpp.
|
protected |
Definition at line 63 of file crosscurrencyratehelpers.hpp.
|
protected |
Definition at line 64 of file crosscurrencyratehelpers.hpp.
|
protected |
Definition at line 65 of file crosscurrencyratehelpers.hpp.
|
protected |
Definition at line 66 of file crosscurrencyratehelpers.hpp.
|
protected |
Definition at line 67 of file crosscurrencyratehelpers.hpp.
|
protected |
Definition at line 68 of file crosscurrencyratehelpers.hpp.
|
protected |
Definition at line 70 of file crosscurrencyratehelpers.hpp.
|
protected |
Definition at line 71 of file crosscurrencyratehelpers.hpp.
|
protected |
Definition at line 73 of file crosscurrencyratehelpers.hpp.
|
protected |
Definition at line 74 of file crosscurrencyratehelpers.hpp.
|
protected |
Definition at line 76 of file crosscurrencyratehelpers.hpp.