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
DividendVanillaOption::arguments Class Reference

#include <ql/instruments/dividendvanillaoption.hpp>

+ Inheritance diagram for DividendVanillaOption::arguments:
+ Collaboration diagram for DividendVanillaOption::arguments:

Public Member Functions

 arguments ()=default
 
void validate () const override
 

Public Attributes

DividendSchedule cashFlow
 

Detailed Description

Definition at line 66 of file dividendvanillaoption.hpp.

Constructor & Destructor Documentation

◆ arguments()

arguments ( )
default

Member Function Documentation

◆ validate()

void validate ( ) const
override

Definition at line 94 of file dividendvanillaoption.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ cashFlow

DividendSchedule cashFlow

Definition at line 68 of file dividendvanillaoption.hpp.