quantlib.termstructures.volatility.equityfx.black_variance_curve.

BlackVarianceCurve

class BlackVarianceCurve(Date reference_date, list dates, vector[Volatility] black_vols, DayCounter day_counter, bool force_monotone_variance=True)

Bases: BlackVarianceTermStructure

Black volatility curve modelled as variance curve

This class calculates time-dependent Black volatilities using as input a vector of (ATM) Black volatilities observed in the market.

The calculation is performed interpolating on the variance curve. Linear interpolation is used as default; this can be changed by the set_interpolation() method.

For strike dependence, see BlackVarianceSurface.

Parameters:
reference_dateDate
dateslist of Date
black_volslist of Volatility
day_counter: DayCounter
force_monotone_variance: bool
Attributes:
calendar

Calendar: calendar

day_counter

DayCounter: day counter

extrapolation
max_date

Date: the latest date for which the curve can return values

max_strike
max_time

Time: the latest time for which the curve can return values

min_strike
reference_date

Date: the date at which discount = 1.0 and/or variance = 0.0

settlement_days

int: 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