Logo
Reference manual - version qle_version
FallbackOvernightIndex Class Reference
Inheritance diagram for FallbackOvernightIndex:

Public Member Functions

 FallbackOvernightIndex (const QuantLib::ext::shared_ptr< OvernightIndex > originalIndex, const QuantLib::ext::shared_ptr< OvernightIndex > rfrIndex, const Real spread, const Date &switchDate, const bool useRfrCurve)
 FallbackOvernightIndex (const QuantLib::ext::shared_ptr< OvernightIndex > originalIndex, const QuantLib::ext::shared_ptr< OvernightIndex > rfrIndex, const Real spread, const Date &switchDate, const Handle< YieldTermStructure > &forwardingCurve)
void addFixing (const Date &fixingDate, Real fixing, bool forceOverwrite=false) override
Real fixing (const Date &fixingDate, bool forecastTodaysFixing=false) const override
Rate pastFixing (const Date &fixingDate) const override
QuantLib::ext::shared_ptr< IborIndexclone (const Handle< YieldTermStructure > &forwarding) const override
QuantLib::ext::shared_ptr< OvernightIndex > originalIndex () const
QuantLib::ext::shared_ptr< OvernightIndex > rfrIndex () const
Real spread () const
const Date & switchDate () const
bool useRfrCurve () const