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

Public Member Functions | |
| FractionalDividend (Real rate, const Date &date) | |
| FractionalDividend (Real rate, Real nominal, const Date &date) | |
Dividend interface | |
| virtual Real | amount () const |
| returns the amount of the cash flow More... | |
| virtual Real | amount (Real underlying) const |
Inspectors | |
| Real | rate () const |
| Real | nominal () const |
Public Member Functions inherited from Dividend | |
| Dividend (const Date &date) | |
| Date | date () const |
| virtual void | accept (AcyclicVisitor &) |
Public Member Functions inherited from CashFlow | |
| bool | hasOccurred (const Date &refDate=Date(), boost::optional< bool > includeRefDate=boost::none) const |
| returns true if an event has already occurred before a date More... | |
Event interface | |
Visitability | |
Public Member Functions inherited from Observable | |
| Observable (const Observable &) | |
| Observable & | operator= (const Observable &) |
| void | notifyObservers () |
Protected Attributes | |
| Real | rate_ |
| Real | nominal_ |
Protected Attributes inherited from Dividend | |
| Date | date_ |
Predetermined cash flow.
This cash flow pays a fractional amount at a given date.