- QuantLib
- Dividend
 
Predetermined cash flow. More...
#include <ql/cashflows/dividend.hpp>

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