|
QuantLib: a free/open-source library for quantitative finance
Reference manual - version 1.40
|
Rate helper for bootstrapping over FRA rates. More...
#include <ql/termstructures/yield/ratehelpers.hpp>
Public Member Functions | |
| FraRateHelper (const std::variant< Rate, Handle< Quote > > &rate, Natural monthsToStart, Natural monthsToEnd, Natural fixingDays, const Calendar &calendar, BusinessDayConvention convention, bool endOfMonth, const DayCounter &dayCounter, Pillar::Choice pillar=Pillar::LastRelevantDate, Date customPillarDate=Date(), bool useIndexedCoupon=true) | |
| FraRateHelper (const std::variant< Rate, Handle< Quote > > &rate, Natural monthsToStart, const ext::shared_ptr< IborIndex > &iborIndex, Pillar::Choice pillar=Pillar::LastRelevantDate, Date customPillarDate=Date(), bool useIndexedCoupon=true) | |
| FraRateHelper (const std::variant< Rate, Handle< Quote > > &rate, Period periodToStart, Natural lengthInMonths, Natural fixingDays, const Calendar &calendar, BusinessDayConvention convention, bool endOfMonth, const DayCounter &dayCounter, Pillar::Choice pillar=Pillar::LastRelevantDate, Date customPillarDate=Date(), bool useIndexedCoupon=true) | |
| FraRateHelper (const std::variant< Rate, Handle< Quote > > &rate, Period periodToStart, const ext::shared_ptr< IborIndex > &iborIndex, Pillar::Choice pillar=Pillar::LastRelevantDate, Date customPillarDate=Date(), bool useIndexedCoupon=true) | |
| FraRateHelper (const std::variant< Rate, Handle< Quote > > &rate, Natural immOffsetStart, Natural immOffsetEnd, const ext::shared_ptr< IborIndex > &iborIndex, Pillar::Choice pillar=Pillar::LastRelevantDate, Date customPillarDate=Date(), bool useIndexedCoupon=true) | |
| FraRateHelper (const std::variant< Rate, Handle< Quote > > &rate, Date startDate, Date endDate, const ext::shared_ptr< IborIndex > &iborIndex, Pillar::Choice pillar=Pillar::LastRelevantDate, Date customPillarDate=Date(), bool useIndexedCoupon=true) | |
RateHelper interface | |
| Real | impliedQuote () const override |
| void | setTermStructure (YieldTermStructure *) override |
| sets the term structure to be used for pricing | |
| Public Member Functions inherited from RelativeDateBootstrapHelper< YieldTermStructure > | |
| RelativeDateBootstrapHelper (const std::variant< Spread, Handle< Quote > > "e, bool updateDates=true) | |
| void | update () override |
| Public Member Functions inherited from BootstrapHelper< YieldTermStructure > | |
| BootstrapHelper (const std::variant< Spread, Handle< Quote > > "e) | |
| const Handle< Quote > & | quote () const |
| Real | quoteError () const |
| virtual Date | earliestDate () const |
| earliest relevant date | |
| virtual Date | maturityDate () const |
| instrument's maturity date | |
| virtual Date | latestRelevantDate () const |
| latest relevant date | |
| virtual Date | pillarDate () const |
| pillar date | |
| virtual Date | latestDate () const |
| latest date | |
| Public Member Functions inherited from Observer | |
| Observer (const Observer &) | |
| Observer & | operator= (const Observer &) |
| std::pair< iterator, bool > | registerWith (const ext::shared_ptr< Observable > &) |
| void | registerWithObservables (const ext::shared_ptr< Observer > &) |
| Size | unregisterWith (const ext::shared_ptr< Observable > &) |
| void | unregisterWithAll () |
| virtual void | deepUpdate () |
| Public Member Functions inherited from Observable | |
| Observable (const Observable &) | |
| Observable & | operator= (const Observable &) |
| Observable (Observable &&)=delete | |
| Observable & | operator= (Observable &&)=delete |
| void | notifyObservers () |
Visitability | |
| void | accept (AcyclicVisitor &) override |
Additional Inherited Members | |
| Public Types inherited from Observer | |
| typedef set_type::iterator | iterator |
| Date | evaluationDate_ |
| bool | updateDates_ |
| Handle< Quote > | quote_ |
| YieldTermStructure * | termStructure_ |
| Date | earliestDate_ |
| Date | latestDate_ |
| Date | maturityDate_ |
| Date | latestRelevantDate_ |
| Date | pillarDate_ |
Rate helper for bootstrapping over FRA rates.
|
overridevirtual |
Implements BootstrapHelper< YieldTermStructure >.
|
overridevirtual |
sets the term structure to be used for pricing
Reimplemented from BootstrapHelper< YieldTermStructure >.
|
overridevirtual |
Reimplemented from BootstrapHelper< YieldTermStructure >.