global repository for past dividends More...
#include <qle/indexes/dividendmanager.hpp>
Inheritance diagram for DividendManager:Public Member Functions | |
| bool | hasHistory (const std::string &name) const |
| returns whether historical fixings were stored for the index | |
| const std::set< Dividend > & | getHistory (const std::string &name) |
| returns the (possibly empty) history of the index fixings | |
| void | setHistory (const std::string &name, const std::set< Dividend > &) |
| stores the historical fixings of the index | |
| QuantLib::ext::shared_ptr< QuantLib::Observable > | notifier (const std::string &name) |
| observer notifying of changes in the index fixings | |
| void | clearHistory (const std::string &name) |
| void | clearHistories () |
Friends | |
| class | QuantLib::Singleton< DividendManager > |
global repository for past dividends