Dividend manager. More...
#include <ql/patterns/singleton.hpp>
#include <ql/timeseries.hpp>
#include <ql/utilities/observablevalue.hpp>
Go to the source code of this file.
Classes | |
struct | Dividend |
class | DividendManager |
global repository for past dividends More... | |
Namespaces | |
namespace | QuantExt |
Functions | |
bool | operator== (const Dividend &d1, const Dividend &d) |
Compare dividends. More... | |
bool | operator< (const Dividend &d1, const Dividend &d2) |
std::ostream & | operator<< (std::ostream &out, Dividend dividend) |
void | applyDividends (const std::set< Dividend > ÷nds) |
Utility to write a set of dividends in the dividend manager's history. More... | |
Dividend manager.
Definition in file dividendmanager.hpp.