#include <qle/termstructures/swaptionvolatilityconverter.hpp>
Public Member Functions | |
SwapConventions (Natural settlementDays, const Period &fixedTenor, const Calendar &fixedCalendar, BusinessDayConvention fixedConvention, const DayCounter &fixedDayCounter, const QuantLib::ext::shared_ptr< IborIndex > &floatIndex) | |
Constructor. More... | |
Inspectors | |
Natural | settlementDays_ |
Period | fixedTenor_ |
Calendar | fixedCalendar_ |
BusinessDayConvention | fixedConvention_ |
DayCounter | fixedDayCounter_ |
QuantLib::ext::shared_ptr< IborIndex > | floatIndex_ |
Natural | settlementDays () const |
const Period & | fixedTenor () const |
const Calendar & | fixedCalendar () const |
BusinessDayConvention | fixedConvention () const |
const DayCounter & | fixedDayCounter () const |
const QuantLib::ext::shared_ptr< IborIndex > | floatIndex () const |
Container for holding swap conventions needed by the SwaptionVolatilityConverter
Definition at line 39 of file swaptionvolatilityconverter.hpp.
SwapConventions | ( | Natural | settlementDays, |
const Period & | fixedTenor, | ||
const Calendar & | fixedCalendar, | ||
BusinessDayConvention | fixedConvention, | ||
const DayCounter & | fixedDayCounter, | ||
const QuantLib::ext::shared_ptr< IborIndex > & | floatIndex | ||
) |
Constructor.
Definition at line 42 of file swaptionvolatilityconverter.hpp.
Natural settlementDays | ( | ) | const |
Definition at line 50 of file swaptionvolatilityconverter.hpp.
const Period & fixedTenor | ( | ) | const |
Definition at line 51 of file swaptionvolatilityconverter.hpp.
const Calendar & fixedCalendar | ( | ) | const |
Definition at line 52 of file swaptionvolatilityconverter.hpp.
BusinessDayConvention fixedConvention | ( | ) | const |
Definition at line 53 of file swaptionvolatilityconverter.hpp.
const DayCounter & fixedDayCounter | ( | ) | const |
Definition at line 54 of file swaptionvolatilityconverter.hpp.
const QuantLib::ext::shared_ptr< IborIndex > floatIndex | ( | ) | const |
Definition at line 55 of file swaptionvolatilityconverter.hpp.
|
private |
Definition at line 59 of file swaptionvolatilityconverter.hpp.
|
private |
Definition at line 60 of file swaptionvolatilityconverter.hpp.
|
private |
Definition at line 61 of file swaptionvolatilityconverter.hpp.
|
private |
Definition at line 62 of file swaptionvolatilityconverter.hpp.
|
private |
Definition at line 63 of file swaptionvolatilityconverter.hpp.
|
private |
Definition at line 64 of file swaptionvolatilityconverter.hpp.