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

#include <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 309 of file bond.hpp.

Member Function Documentation

◆ validate()

void validate ( ) const
overridevirtual

Implements PricingEngine::arguments.

Definition at line 410 of file bond.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ settlementDate

Date settlementDate

Definition at line 311 of file bond.hpp.

◆ cashflows

Leg cashflows

Definition at line 312 of file bond.hpp.

◆ calendar

Calendar calendar

Definition at line 313 of file bond.hpp.