|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
Discounting engine for bonds. More...
#include <discountingbondengine.hpp>
Inheritance diagram for DiscountingBondEngine:
Collaboration diagram for DiscountingBondEngine:Public Member Functions | |
| DiscountingBondEngine (Handle< YieldTermStructure > discountCurve=Handle< YieldTermStructure >(), const ext::optional< bool > &includeSettlementDateFlows=ext::nullopt) | |
| void | calculate () const override |
| Handle< YieldTermStructure > | discountCurve () const |
Public Member Functions inherited from GenericEngine< Bond::arguments, Bond::results > | |
| PricingEngine::arguments * | getArguments () const override |
| const PricingEngine::results * | getResults () const override |
| void | reset () override |
| void | update () override |
Public Member Functions inherited from PricingEngine | |
| ~PricingEngine () override=default | |
| virtual arguments * | getArguments () const =0 |
| virtual const results * | getResults () const =0 |
| virtual void | reset ()=0 |
| virtual void | calculate () const =0 |
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 () |
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 () |
Private Attributes | |
| Handle< YieldTermStructure > | discountCurve_ |
| ext::optional< bool > | includeSettlementDateFlows_ |
Additional Inherited Members | |
Public Types inherited from Observer | |
| typedef set_type::iterator | iterator |
Protected Attributes inherited from GenericEngine< Bond::arguments, Bond::results > | |
| Bond::arguments | arguments_ |
| Bond::results | results_ |
Discounting engine for bonds.
This engine discounts future bond cashflows to the settlement date.
Definition at line 39 of file discountingbondengine.hpp.
| DiscountingBondEngine | ( | Handle< YieldTermStructure > | discountCurve = Handle<YieldTermStructure>(), |
| const ext::optional< bool > & | includeSettlementDateFlows = ext::nullopt |
||
| ) |
|
overridevirtual |
Implements PricingEngine.
Definition at line 36 of file discountingbondengine.cpp.
Here is the call graph for this function:| Handle< YieldTermStructure > discountCurve | ( | ) | const |
Definition at line 45 of file discountingbondengine.hpp.
|
private |
Definition at line 49 of file discountingbondengine.hpp.
|
private |
Definition at line 50 of file discountingbondengine.hpp.