QuantLib: a free/open-source library for quantitative finance
Reference manual - version 1.40
Loading...
Searching...
No Matches
OvernightLeg Class Reference

helper class building a sequence of overnight coupons More...

#include <ql/cashflows/overnightindexedcoupon.hpp>

Public Member Functions

 OvernightLeg (Schedule schedule, ext::shared_ptr< OvernightIndex > overnightIndex)
OvernightLegwithNotionals (Real notional)
OvernightLegwithNotionals (const std::vector< Real > &notionals)
OvernightLegwithPaymentDayCounter (const DayCounter &)
OvernightLegwithPaymentAdjustment (BusinessDayConvention)
OvernightLegwithPaymentCalendar (const Calendar &)
OvernightLegwithPaymentLag (Integer lag)
OvernightLegwithGearings (Real gearing)
OvernightLegwithGearings (const std::vector< Real > &gearings)
OvernightLegwithSpreads (Spread spread)
OvernightLegwithSpreads (const std::vector< Spread > &spreads)
OvernightLegwithTelescopicValueDates (bool telescopicValueDates)
OvernightLegwithAveragingMethod (RateAveraging::Type averagingMethod)
OvernightLegwithLookbackDays (Natural lookbackDays)
OvernightLegwithLockoutDays (Natural lockoutDays)
OvernightLegwithObservationShift (bool applyObservationShift=true)
 operator Leg () const

Detailed Description

helper class building a sequence of overnight coupons