Quantlib has 2 methods as below: virtual Rate forecastFixing(const Date& fixingDate) const = 0; Rate pastFixing(const Date& fixingDate) const;
Am I right in saying :
- forecastingFixing() method rely on yield curve constructed to get the rate? and
- pastFixing() simply reads rate without help of any yield curve?