quantlib.termstructures.volatility.swaption.swaption_constant_vol.
ConstantSwaptionVolatility¶
- class ConstantSwaptionVolatility(Natural settlement_days, Calendar calendar, BusinessDayConvention bdc, volatility, DayCounter day_counter, VolatilityType vol_type=VolatilityType.ShiftedLognormal, Real shift=0.)¶
Bases:
SwaptionVolatilityStructure- Attributes:
calendarCalendar: calendarday_counterDayCounter: day counter- extrapolation
max_dateDate: the latest date for which the curve can return valuesmax_timeTime: the latest time for which the curve can return valuesreference_dateDate: the date at which discount = 1.0 and/or variance = 0.0settlement_daysint: number of settlement days used for reference date calculation- volatility_type
Methods
black_variance(self, option_date, swap_date, ...)from_reference_date(cls, ...)option_date_from_tenor(self, Period period)shift(self, option_date, swap_date, ...)smile_section(self, Period option_tenor, ...)time_from_reference(self, Date dt)date/time conversion
volatility(self, option_date, swap_date, ...)