QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
DiscountingBondEngine Class Reference

#include <ql/pricingengines/bond/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< YieldTermStructurediscountCurve () const
 
- Public Member Functions inherited from GenericEngine< Bond::arguments, Bond::results >
PricingEngine::argumentsgetArguments () const override
 
const PricingEngine::resultsgetResults () const override
 
void reset () override
 
void update () override
 
- Public Member Functions inherited from PricingEngine
 ~PricingEngine () override=default
 
virtual argumentsgetArguments () const =0
 
virtual const resultsgetResults () const =0
 
virtual void reset ()=0
 
virtual void calculate () const =0
 
- Public Member Functions inherited from Observable
 Observable ()
 
 Observable (const Observable &)
 
Observableoperator= (const Observable &)
 
 Observable (Observable &&)=delete
 
Observableoperator= (Observable &&)=delete
 
virtual ~Observable ()=default
 
void notifyObservers ()
 
- Public Member Functions inherited from Observer
 Observer ()=default
 
 Observer (const Observer &)
 
Observeroperator= (const Observer &)
 
virtual ~Observer ()
 
std::pair< iterator, boolregisterWith (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< YieldTermStructurediscountCurve_
 
ext::optional< boolincludeSettlementDateFlows_
 

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_
 

Detailed Description

Definition at line 35 of file discountingbondengine.hpp.

Constructor & Destructor Documentation

◆ DiscountingBondEngine()

DiscountingBondEngine ( Handle< YieldTermStructure discountCurve = Handle<YieldTermStructure>(),
const ext::optional< bool > &  includeSettlementDateFlows = ext::nullopt 
)

Definition at line 28 of file discountingbondengine.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ calculate()

void calculate ( ) const
overridevirtual

Implements PricingEngine.

Definition at line 36 of file discountingbondengine.cpp.

+ Here is the call graph for this function:

◆ discountCurve()

Handle< YieldTermStructure > discountCurve ( ) const

Definition at line 41 of file discountingbondengine.hpp.

Member Data Documentation

◆ discountCurve_

Handle<YieldTermStructure> discountCurve_
private

Definition at line 45 of file discountingbondengine.hpp.

◆ includeSettlementDateFlows_

ext::optional<bool> includeSettlementDateFlows_
private

Definition at line 46 of file discountingbondengine.hpp.