Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Namespaces | Functions
dividendmanager.cpp File Reference
#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.

Namespaces

namespace  QuantExt
 

Functions

void applyDividends (const std::set< Dividend > &dividends)
 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)