FixedRateCoupon Class Reference#include <ql/CashFlows/fixedratecoupon.hpp>
Inheritance diagram for FixedRateCoupon:
[legend]List of all members.
Detailed Description
Coupon paying a fixed interest rate
|
Public Member Functions |
| FixedRateCoupon (double nominal, const Date &paymentDate, Rate rate, const DayCounter &dayCounter, const Date &startDate, const Date &endDate, const Date &refPeriodStart=Date(), const Date &refPeriodEnd=Date()) |
|
double | amount () const |
| returns the amount of the cash flow
|
|
DayCounter | dayCounter () const |
| day counter for accrual calculation
|
double | accruedAmount (const Date &) const |
| accrued amount at the given date
|
|
Rate | rate () const |
|
virtual void | accept (AcyclicVisitor &) |
Member Function Documentation
double amount |
( |
|
) |
const [virtual] |
|
|
returns the amount of the cash flow
- Note:
- The amount is not discounted, i.e., it is the actual amount paid at the cash flow date.
Implements CashFlow. |
|