InterpolatedDiscountCurve (3) Linux Manual Page
QuantLib::InterpolatedDiscountCurve – Term structure based on interpolation of discount factors. Synopsis #include <ql/termstructures/yield/discountcurve.hpp> Inherits QuantLib::YieldTermStructure, and boost::noncopyable. Inherited by ExtendedDiscountCurve. Public Member Functions InterpolatedDiscountCurve (const std::vector< Date > &dates, const std::vector< DiscountFactor > &dfs, const DayCounter &dayCounter, const Calendar &cal=Calendar(), const Interpolator &interpolator=Interpolator()) Inspectors Date maxDate () const the latest date for which the curve…
