FixedRateLeg Class Reference

helper class building a sequence of fixed rate coupons More...

#include <ql/cashflows/fixedratecoupon.hpp>

List of all members.

Public Member Functions

 FixedRateLeg (const Schedule &schedule)
FixedRateLegwithNotionals (Real)
FixedRateLegwithNotionals (const std::vector< Real > &)
FixedRateLegwithCouponRates (Rate, const DayCounter &paymentDayCounter, Compounding comp=Simple, Frequency freq=Annual)
FixedRateLegwithCouponRates (const std::vector< Rate > &, const DayCounter &paymentDayCounter, Compounding comp=Simple, Frequency freq=Annual)
FixedRateLegwithCouponRates (const InterestRate &)
FixedRateLegwithCouponRates (const std::vector< InterestRate > &)
FixedRateLegwithPaymentAdjustment (BusinessDayConvention)
FixedRateLegwithFirstPeriodDayCounter (const DayCounter &)
FixedRateLegwithPaymentCalendar (const Calendar &)
 operator Leg () const

Detailed Description

helper class building a sequence of fixed rate coupons