quantlib.termstructures.yields.discount_curve.
InterpolatedDiscountCurve¶
- class InterpolatedDiscountCurve¶
Bases:
object
YieldTermStructure based on interpolation of discountFactors
Generics
class parametered by an Interpolator.- Parameters:
- interpolator: Interpolator
- the kind of interpolator. Must be either ‘Linear’, ‘LogLinear’, ‘BackwardFlat’ or
‘Cubic’