|
|
| SwapRateHelper (const std::variant< Rate, Handle< Quote > > &rate, const ext::shared_ptr< SwapIndex > &swapIndex, Handle< Quote > spread={}, const Period &fwdStart=0 *Days, Handle< YieldTermStructure > discountingCurve={}, Pillar::Choice pillar=Pillar::LastRelevantDate, Date customPillarDate=Date(), bool endOfMonth=false, const ext::optional< bool > &useIndexedCoupons=ext::nullopt) |
|
| SwapRateHelper (const std::variant< Rate, Handle< Quote > > &rate, const Period &tenor, Calendar calendar, Frequency fixedFrequency, BusinessDayConvention fixedConvention, DayCounter fixedDayCount, const ext::shared_ptr< IborIndex > &iborIndex, Handle< Quote > spread={}, const Period &fwdStart=0 *Days, Handle< YieldTermStructure > discountingCurve={}, Natural settlementDays=Null< Natural >(), Pillar::Choice pillar=Pillar::LastRelevantDate, Date customPillarDate=Date(), bool endOfMonth=false, const ext::optional< bool > &useIndexedCoupons=ext::nullopt, const ext::optional< BusinessDayConvention > &floatConvention=ext::nullopt) |
|
| SwapRateHelper (const std::variant< Rate, Handle< Quote > > &rate, const Date &startDate, const Date &endDate, Calendar calendar, Frequency fixedFrequency, BusinessDayConvention fixedConvention, DayCounter fixedDayCount, const ext::shared_ptr< IborIndex > &iborIndex, Handle< Quote > spread={}, Handle< YieldTermStructure > discountingCurve={}, Pillar::Choice pillar=Pillar::LastRelevantDate, Date customPillarDate=Date(), bool endOfMonth=false, const ext::optional< bool > &useIndexedCoupons=ext::nullopt, const ext::optional< BusinessDayConvention > &floatConvention=ext::nullopt) |
| Real | impliedQuote () const override |
| void | setTermStructure (YieldTermStructure *) override |
| | sets the term structure to be used for pricing
|
|
Spread | spread () const |
|
ext::shared_ptr< VanillaSwap > | swap () const |
|
const Period & | forwardStart () const |
|
| RelativeDateBootstrapHelper (const std::variant< Spread, Handle< Quote > > "e, bool updateDates=true) |
| void | update () override |
|
| 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
|
|
| 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 () |
|
| Observable (const Observable &) |
| Observable & | operator= (const Observable &) |
|
| Observable (Observable &&)=delete |
|
Observable & | operator= (Observable &&)=delete |
| void | notifyObservers () |
Rate helper for bootstrapping over swap rates.