|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
Bond helper for curve bootstrap. More...
#include <bondhelpers.hpp>
Inheritance diagram for BondHelper:
Collaboration diagram for BondHelper:Public Member Functions | |
| BondHelper (const Handle< Quote > &price, const ext::shared_ptr< Bond > &bond, Bond::Price::Type priceType=Bond::Price::Clean) | |
RateHelper interface | |
| Real | impliedQuote () const override |
| void | setTermStructure (YieldTermStructure *) override |
Additional inspectors | |
| ext::shared_ptr< Bond > | bond () const |
| Bond::Price::Type | priceType () const |
Public Member Functions inherited from BootstrapHelper< TS > | |
| BootstrapHelper (const std::variant< Spread, Handle< Quote > > "e) | |
| ~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... | |
| void | update () override |
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 () |
Visitability | |
| ext::shared_ptr< Bond > | bond_ |
| RelinkableHandle< YieldTermStructure > | termStructureHandle_ |
| Bond::Price::Type | priceType_ |
| void | accept (AcyclicVisitor &) override |
Additional Inherited Members | |
Public Types inherited from Observer | |
| typedef set_type::iterator | iterator |
Protected Attributes inherited from BootstrapHelper< TS > | |
| Handle< Quote > | quote_ |
| TS * | termStructure_ |
| Date | earliestDate_ |
| Date | latestDate_ |
| Date | maturityDate_ |
| Date | latestRelevantDate_ |
| Date | pillarDate_ |
Bond helper for curve bootstrap.
Definition at line 40 of file bondhelpers.hpp.
| BondHelper | ( | const Handle< Quote > & | price, |
| const ext::shared_ptr< Bond > & | bond, | ||
| Bond::Price::Type | priceType = Bond::Price::Clean |
||
| ) |
Definition at line 30 of file bondhelpers.cpp.
|
overridevirtual |
Implements BootstrapHelper< TS >.
Definition at line 53 of file bondhelpers.cpp.
|
override |
| ext::shared_ptr< Bond > bond | ( | ) | const |
Definition at line 132 of file bondhelpers.hpp.
| Bond::Price::Type priceType | ( | ) | const |
Definition at line 136 of file bondhelpers.hpp.
|
overridevirtual |
Reimplemented from BootstrapHelper< TS >.
Reimplemented in FixedRateBondHelper, and CPIBondHelper.
Definition at line 72 of file bondhelpers.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 68 of file bondhelpers.hpp.
|
protected |
Definition at line 69 of file bondhelpers.hpp.
|
protected |
Definition at line 70 of file bondhelpers.hpp.