Rate helper for bootstrapping over Overnight Indexed Swap rates. More...
#include <ql/termstructures/yield/oisratehelper.hpp>
Public Member Functions | |
DatedOISRateHelper (const Date &startDate, const Date &endDate, const Handle< Quote > &fixedRate, const boost::shared_ptr< OvernightIndex > &overnightIndex, const Handle< YieldTermStructure > &discountingCurve=Handle< YieldTermStructure >()) | |
RateHelper interface | |
Real | impliedQuote () const |
void | setTermStructure (YieldTermStructure *) |
Visitability | |
void | accept (AcyclicVisitor &) |
![]() | |
BootstrapHelper (const Handle< Quote > "e) | |
BootstrapHelper (Real quote) | |
const Handle< Quote > & | quote () const |
Real | quoteError () const |
virtual void | setTermStructure (TS *) |
sets the term structure to be used for pricing More... | |
virtual Date | earliestDate () const |
earliest relevant date More... | |
virtual Date | latestDate () const |
latest relevant date More... | |
virtual void | update () |
![]() | |
Observer (const Observer &) | |
Observer & | operator= (const Observer &) |
std::pair< std::set< boost::shared_ptr< Observable > >::iterator, bool > | registerWith (const boost::shared_ptr< Observable > &) |
void | registerWithObservables (const boost::shared_ptr< Observer > &) |
Size | unregisterWith (const boost::shared_ptr< Observable > &) |
void | unregisterWithAll () |
![]() | |
Observable (const Observable &) | |
Observable & | operator= (const Observable &) |
void | notifyObservers () |
Protected Attributes | |
boost::shared_ptr< OvernightIndexedSwap > | swap_ |
RelinkableHandle< YieldTermStructure > | termStructureHandle_ |
Handle< YieldTermStructure > | discountHandle_ |
RelinkableHandle< YieldTermStructure > | discountRelinkableHandle_ |
![]() | |
Handle< Quote > | quote_ |
TS * | termStructure_ |
Date | earliestDate_ |
Date | latestDate_ |
Rate helper for bootstrapping over Overnight Indexed Swap rates.