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)
'Linear' (the kind of interpolator. Must be either) – ‘Cubic’
'LogLinear' – ‘Cubic’
or ('BackwardFlat') – ‘Cubic’
- __init__()¶
Methods
__init__
()