BlackVolTermStructure¶
- class BlackVolTermStructure¶
Bases:
VolatilityTermStructureBlack-volatility term structure
This abstract class defines the interface of concrete Black-volatility term structures which will be derived from this one.
Volatilities are assumed to be expressed on an annual basis.
- 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
Methods
blackForwardVariance(self, time_1, time_2, ...)forward (at-the-money) variance
blackForwardVol(self, time_1, time_2, ...)forward (at-the-money) volatility
blackVariance(self, maturity, Real strike, ...)spot variance
blackVol(self, maturity, Real strike, ...)spot volatility
option_date_from_tenor(self, Period period)time_from_reference(self, Date dt)date/time conversion