- QuantLib
- FractionalDividend
 
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 | |
| virtual Real | amount (Real underlying) const | 
| Inspectors | |
| Real | rate () const | 
| Real | nominal () const | 
| Protected Attributes | |
| Real | rate_ | 
| Real | nominal_ | 
Predetermined cash flow.
This cash flow pays a fractional amount at a given date.