Public Member Functions | |
| Dividend () | |
| Constructor. | |
| 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. | |
| std::string | name = std::string() |
| Index name. | |
| QuantLib::Real | rate = QuantLib::Null<QuantLib::Real>() |
| Dividend rate. | |
| QuantLib::Date | payDate = QuantLib::Date() |
| Dividend Payment date. | |