|
|
| YoYOptionletHelper (const Handle< Quote > &price, Real notional, YoYInflationCapFloor::Type capFloorType, Period &lag, DayCounter yoyDayCounter, Calendar paymentCalendar, Natural fixingDays, ext::shared_ptr< YoYInflationIndex > index, CPI::InterpolationType interpolation, Rate strike, Size n, ext::shared_ptr< YoYInflationCapFloorEngine > pricer) |
| | YoYOptionletHelper (const Handle< Quote > &price, Real notional, YoYInflationCapFloor::Type capFloorType, Period &lag, DayCounter yoyDayCounter, Calendar paymentCalendar, Natural fixingDays, ext::shared_ptr< YoYInflationIndex > index, Rate strike, Size n, ext::shared_ptr< YoYInflationCapFloorEngine > pricer) |
| void | setTermStructure (YoYOptionletVolatilitySurface *) override |
| | sets the term structure to be used for pricing
|
| Real | impliedQuote () const 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
|
| void | update () override |
|
virtual void | accept (AcyclicVisitor &) |
|
| 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 () |
Year-on-year inflation-volatility bootstrap helper.