quantlib.termstructures.yields.zero_curve.InterpolatedZeroCurve

class InterpolatedZeroCurve

Bases: object

YieldTermStructure based on interpolation of zeroRates

Generics class parametered by an Interpolator.

Parameters:
  • interpolator (Interpolator)

  • 'Linear' (the kind of interpolator. Must be either) – ‘Cubic’

  • 'LogLinear' – ‘Cubic’

  • or ('BackwardFlat') – ‘Cubic’

__init__()

Methods

__init__()