InterpolatedForwardCurve (3) Linux Manual Page
QuantLib::InterpolatedForwardCurve – Term structure based on interpolation of forward rates. Synopsis#include <ql/termstructures/yield/forwardcurve.hpp> Inherits QuantLib::ForwardRateStructure, and boost::noncopyable. Public Member FunctionsInterpolatedForwardCurve (const std::vector< Date > &dates, const std::vector< Rate > &forwards, const DayCounter &dayCounter, const Interpolator &interpolator=Interpolator()) Inspectorsstd::vector< Date > dates_ std::vector< Time > times_ std::vector< Rate > data_ Interpolation interpolation_ Interpolator interpolator_ Date maxDate () const…
