dividend.hpp

Langue: en

Autres versions - même langue

Version: 380320 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

ql/cashflows/dividend.hpp -

A stock dividend.

SYNOPSIS


#include <ql/cashflow.hpp>
#include <ql/utilities/null.hpp>
#include <vector>

Classes


class Dividend
Predetermined cash flow.
class FixedDividend
Predetermined cash flow.
class FractionalDividend
Predetermined cash flow.

Functions


std::vector< boost::shared_ptr< Dividend > > DividendVector (const std::vector< Date > &dividendDates, const std::vector< Real > &dividends)
helper function building a sequence of fixed dividends

Detailed Description

A stock dividend.

Author

Generated automatically by Doxygen for QuantLib from the source code.