Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
dividendmanager.hpp File Reference

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 > &dividends)
 Utility to write a set of dividends in the dividend manager's history. More...
 

Detailed Description

Dividend manager.

Definition in file dividendmanager.hpp.