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

#include <ql/instruments/bond.hpp>

+ Inheritance diagram for Bond::arguments:
+ Collaboration diagram for Bond::arguments:

Public Member Functions

void validate () const override
 
- Public Member Functions inherited from PricingEngine::arguments
virtual ~arguments ()=default
 
virtual void validate () const =0
 

Public Attributes

Date settlementDate
 
Leg cashflows
 
Calendar calendar
 

Detailed Description

Definition at line 295 of file bond.hpp.

Member Function Documentation

◆ validate()

void validate ( ) const
overridevirtual

Implements PricingEngine::arguments.

Definition at line 399 of file bond.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ settlementDate

Date settlementDate

Definition at line 297 of file bond.hpp.

◆ cashflows

Leg cashflows

Definition at line 298 of file bond.hpp.

◆ calendar

Calendar calendar

Definition at line 299 of file bond.hpp.