QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
Year-on-year inflation-volatility bootstrap helper. More...
#include <yoyoptionlethelpers.hpp>
Public Member Functions | |
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 |
Real | impliedQuote () const override |
![]() | |
BootstrapHelper (const std::variant< Spread, Handle< Quote > > "e) | |
~BootstrapHelper () override=default | |
const Handle< Quote > & | quote () const |
Real | quoteError () const |
virtual void | setTermStructure (YoYOptionletVolatilitySurface *) |
sets the term structure to be used for pricing More... | |
virtual Date | earliestDate () const |
earliest relevant date More... | |
virtual Date | maturityDate () const |
instrument's maturity date More... | |
virtual Date | latestRelevantDate () const |
latest relevant date More... | |
virtual Date | pillarDate () const |
pillar date More... | |
virtual Date | latestDate () const |
latest date More... | |
void | update () override |
virtual void | accept (AcyclicVisitor &) |
![]() | |
Observer ()=default | |
Observer (const Observer &) | |
Observer & | operator= (const Observer &) |
virtual | ~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 | update ()=0 |
virtual void | deepUpdate () |
![]() | |
Observable ()=default | |
Observable (const Observable &) | |
Observable & | operator= (const Observable &) |
Observable (Observable &&)=delete | |
Observable & | operator= (Observable &&)=delete |
virtual | ~Observable ()=default |
void | notifyObservers () |
Protected Attributes | |
Real | notional_ |
YoYInflationCapFloor::Type | capFloorType_ |
Period | lag_ |
Natural | fixingDays_ |
ext::shared_ptr< YoYInflationIndex > | index_ |
Rate | strike_ |
Size | n_ |
DayCounter | yoyDayCounter_ |
Calendar | calendar_ |
ext::shared_ptr< YoYInflationCapFloorEngine > | pricer_ |
ext::shared_ptr< YoYInflationCapFloor > | yoyCapFloor_ |
![]() | |
Handle< Quote > | quote_ |
YoYOptionletVolatilitySurface * | termStructure_ |
Date | earliestDate_ |
Date | latestDate_ |
Date | maturityDate_ |
Date | latestRelevantDate_ |
Date | pillarDate_ |
Additional Inherited Members | |
![]() | |
typedef set_type::iterator | iterator |
Year-on-year inflation-volatility bootstrap helper.
Definition at line 35 of file yoyoptionlethelpers.hpp.
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 | ||
) |
Definition at line 67 of file yoyoptionlethelpers.cpp.
|
override |
|
overridevirtual |
Implements BootstrapHelper< YoYOptionletVolatilitySurface >.
Definition at line 82 of file yoyoptionlethelpers.cpp.
|
protected |
Definition at line 69 of file yoyoptionlethelpers.hpp.
|
protected |
Definition at line 70 of file yoyoptionlethelpers.hpp.
|
protected |
Definition at line 71 of file yoyoptionlethelpers.hpp.
|
protected |
Definition at line 72 of file yoyoptionlethelpers.hpp.
|
protected |
Definition at line 73 of file yoyoptionlethelpers.hpp.
|
protected |
Definition at line 74 of file yoyoptionlethelpers.hpp.
|
protected |
Definition at line 75 of file yoyoptionlethelpers.hpp.
|
protected |
Definition at line 76 of file yoyoptionlethelpers.hpp.
|
protected |
Definition at line 77 of file yoyoptionlethelpers.hpp.
|
protected |
Definition at line 78 of file yoyoptionlethelpers.hpp.
|
protected |
Definition at line 80 of file yoyoptionlethelpers.hpp.