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
PaymentTerm::Data Struct Reference

#include <ql/experimental/commodities/paymentterm.hpp>

+ Collaboration diagram for PaymentTerm::Data:

Public Member Functions

 Data (std::string name, EventType eventType, Integer offsetDays, Calendar calendar)
 

Public Attributes

std::string name
 
EventType eventType
 
Integer offsetDays
 
Calendar calendar
 

Detailed Description

Definition at line 57 of file paymentterm.hpp.

Constructor & Destructor Documentation

◆ Data()

Data ( std::string  name,
PaymentTerm::EventType  eventType,
Integer  offsetDays,
Calendar  calendar 
)

Definition at line 82 of file paymentterm.hpp.

Member Data Documentation

◆ name

std::string name

Definition at line 58 of file paymentterm.hpp.

◆ eventType

EventType eventType

Definition at line 59 of file paymentterm.hpp.

◆ offsetDays

Integer offsetDays

Definition at line 60 of file paymentterm.hpp.

◆ calendar

Calendar calendar

Definition at line 61 of file paymentterm.hpp.