#include <qle/indexes/dividendmanager.hpp>
#include <qle/indexes/equityindex.hpp>
#include <ql/time/calendars/nullcalendar.hpp>
#include <boost/algorithm/string/case_conv.hpp>
Go to the source code of this file.
|
void | applyDividends (const std::set< Dividend > ÷nds) |
| Utility to write a set of dividends in the dividend manager's history. More...
|
|
bool | operator< (const Dividend &d1, const Dividend &d2) |
|
bool | operator== (const Dividend &d1, const Dividend &d) |
| Compare dividends. More...
|
|
std::ostream & | operator<< (std::ostream &out, Dividend dividend) |
|