DividendVector (3) Linux Manual Page
ql/cashflows/dividend.hpp – A stock dividend.
Synopsis
#include <ql/cashflow.hpp>#include <ql/utilities/null.hpp>
#include <vector>
Classes
class DividendPredetermined cash flow.
class FixedDividend
Predetermined cash flow.
class FractionalDividend
Predetermined cash flow.
Functions
std::vector< boost::shared_ptr< Dividend > > DividendVector (const std::vector< Date > ÷ndDates, const std::vector< Real > ÷nds)helper function building a sequence of fixed dividends
