QuantLib_ExtendedDiscountCurve (3) Linux Manual Page
QuantLib::ExtendedDiscountCurve – Term structure based on loglinear interpolation of discount factors. Synopsis #include <ql/legacy/termstructures/extendeddiscountcurve.hpp> Inherits QuantLib::InterpolatedDiscountCurve< LogLinear >. Public Member Functions ExtendedDiscountCurve (const std::vector< Date > &dates, const std::vector< DiscountFactor > &dfs, const Calendar &calendar, const BusinessDayConvention conv, const DayCounter &dayCounter) BusinessDayConvention businessDayConvention () const void update () Rate compoundForward (const Date &d1, Integer f,…
