#include <qle/indexes/dividendmanager.hpp>
Collaboration diagram for Dividend:Public Member Functions | |
| Dividend () | |
| Constructor. More... | |
| Dividend (const QuantLib::Date &ed, const std::string &s, const QuantLib::Real r, const QuantLib::Date &pd) | |
| bool | empty () |
Public Attributes | |
| QuantLib::Date | exDate = QuantLib::Date() |
| Ex dividend date. More... | |
| std::string | name = std::string() |
| Index name. More... | |
| QuantLib::Real | rate = QuantLib::Null<QuantLib::Real>() |
| Dividend rate. More... | |
| QuantLib::Date | payDate = QuantLib::Date() |
| Dividend Payment date. More... | |
Definition at line 32 of file dividendmanager.hpp.
| Dividend | ( | ) |
| Dividend | ( | const QuantLib::Date & | ed, |
| const std::string & | s, | ||
| const QuantLib::Real | r, | ||
| const QuantLib::Date & | pd | ||
| ) |
Definition at line 44 of file dividendmanager.hpp.
| bool empty | ( | ) |
| QuantLib::Date exDate = QuantLib::Date() |
Ex dividend date.
Definition at line 34 of file dividendmanager.hpp.
| std::string name = std::string() |
Index name.
Definition at line 36 of file dividendmanager.hpp.
| QuantLib::Real rate = QuantLib::Null<QuantLib::Real>() |
Dividend rate.
Definition at line 38 of file dividendmanager.hpp.
| QuantLib::Date payDate = QuantLib::Date() |
Definition at line 40 of file dividendmanager.hpp.