pub type DiscountCurve = InterpolatedDiscountCurve<LogLinear>;Expand description
Term structure based on log-linear interpolation of discount factors
(C++’s DiscountCurve typedef). Log-linear interpolation guarantees
piecewise-constant forward rates.
Aliased Type§
pub struct DiscountCurve { /* private fields */ }