Dividend Class Reference
#include <ql/CashFlows/dividend.hpp>
Inheritance diagram for Dividend:

Detailed Description
Predetermined cash flow.This cash flow pays a predetermined amount at a given date.
Public Member Functions | |
Dividend (const Date &date) | |
virtual Real | amount (Real underlying) const =0 |
CashFlow interface | |
virtual Date | date () const |
virtual Real | amount () const =0 |
returns the amount of the cash flow | |
Visitability | |
virtual void | accept (AcyclicVisitor &) |
Protected Attributes | |
Date | date_ |
Member Function Documentation
|
Implements CashFlow. |
|
returns the amount of the cash flow
Implements CashFlow. Implemented in FixedDividend, and FractionalDividend. |