|
| SabrVolSurface (const ext::shared_ptr< InterestRateIndex > &, Handle< BlackAtmVolCurve >, const std::vector< Period > &optionTenors, std::vector< Spread > atmRateSpreads, std::vector< std::vector< Handle< Quote > > > volSpreads) |
|
|
DayCounter | dayCounter () const override |
| the day counter used for date/time conversion More...
|
|
Date | maxDate () const override |
| the latest date for which the curve can return values More...
|
|
Time | maxTime () const override |
| the latest time for which the curve can return values More...
|
|
const Date & | referenceDate () const override |
| the date at which discount = 1.0 and/or variance = 0.0 More...
|
|
Calendar | calendar () const override |
| the calendar used for reference and/or option date calculation More...
|
|
Natural | settlementDays () const override |
| the settlementDays used for reference date calculation More...
|
|
|
Real | minStrike () const override |
| the minimum strike for which the term structure can return vols More...
|
|
Real | maxStrike () const override |
| the maximum strike for which the term structure can return vols More...
|
|
const Handle< BlackAtmVolCurve > & | atmCurve () const |
|
|
ext::shared_ptr< SmileSection > | smileSectionImpl (Time) const override |
|
| InterestRateVolSurface (ext::shared_ptr< InterestRateIndex >, BusinessDayConvention bdc=Following, const DayCounter &dc=DayCounter()) |
|
| InterestRateVolSurface (ext::shared_ptr< InterestRateIndex >, const Date &referenceDate, const Calendar &cal=Calendar(), BusinessDayConvention bdc=Following, const DayCounter &dc=DayCounter()) |
| initialize with a fixed reference date More...
|
|
| InterestRateVolSurface (ext::shared_ptr< InterestRateIndex >, Natural settlementDays, const Calendar &, BusinessDayConvention bdc=Following, const DayCounter &dc=DayCounter()) |
| calculate the reference date based on the global evaluation date More...
|
|
Date | optionDateFromTenor (const Period &) const |
| period/date conversion More...
|
|
const ext::shared_ptr< InterestRateIndex > & | index () const |
|
| BlackVolSurface (BusinessDayConvention bdc=Following, const DayCounter &dc=DayCounter()) |
| default constructor More...
|
|
| BlackVolSurface (const Date &referenceDate, const Calendar &cal=Calendar(), BusinessDayConvention bdc=Following, const DayCounter &dc=DayCounter()) |
| initialize with a fixed reference date More...
|
|
| BlackVolSurface (Natural settlementDays, const Calendar &, BusinessDayConvention bdc=Following, const DayCounter &dc=DayCounter()) |
| calculate the reference date based on the global evaluation date More...
|
|
ext::shared_ptr< SmileSection > | smileSection (const Period &, bool extrapolate) const |
| returns the smile for a given option tenor More...
|
|
ext::shared_ptr< SmileSection > | smileSection (const Date &, bool extrapolate) const |
| returns the smile for a given option date More...
|
|
ext::shared_ptr< SmileSection > | smileSection (Time, bool extrapolate) const |
| returns the smile for a given option time More...
|
|
| BlackAtmVolCurve (BusinessDayConvention bdc=Following, const DayCounter &dc=DayCounter()) |
| default constructor More...
|
|
| BlackAtmVolCurve (const Date &referenceDate, const Calendar &cal=Calendar(), BusinessDayConvention bdc=Following, const DayCounter &dc=DayCounter()) |
| initialize with a fixed reference date More...
|
|
| BlackAtmVolCurve (Natural settlementDays, const Calendar &, BusinessDayConvention bdc=Following, const DayCounter &dc=DayCounter()) |
| calculate the reference date based on the global evaluation date More...
|
|
| ~BlackAtmVolCurve () override=default |
|
Volatility | atmVol (const Period &optionTenor, bool extrapolate=false) const |
| spot at-the-money volatility More...
|
|
Volatility | atmVol (const Date &maturity, bool extrapolate=false) const |
| spot at-the-money volatility More...
|
|
Volatility | atmVol (Time maturity, bool extrapolate=false) const |
| spot at-the-money volatility More...
|
|
Real | atmVariance (const Period &optionTenor, bool extrapolate=false) const |
| spot at-the-money variance More...
|
|
Real | atmVariance (const Date &maturity, bool extrapolate=false) const |
| spot at-the-money variance More...
|
|
Real | atmVariance (Time maturity, bool extrapolate=false) const |
| spot at-the-money variance More...
|
|
| VolatilityTermStructure (BusinessDayConvention bdc, const DayCounter &dc=DayCounter()) |
|
| VolatilityTermStructure (const Date &referenceDate, const Calendar &cal, BusinessDayConvention bdc, const DayCounter &dc=DayCounter()) |
| initialize with a fixed reference date More...
|
|
| VolatilityTermStructure (Natural settlementDays, const Calendar &cal, BusinessDayConvention bdc, const DayCounter &dc=DayCounter()) |
| calculate the reference date based on the global evaluation date More...
|
|
virtual BusinessDayConvention | businessDayConvention () const |
| the business day convention used in tenor to date conversion More...
|
|
Date | optionDateFromTenor (const Period &) const |
| period/date conversion More...
|
|
| TermStructure (DayCounter dc=DayCounter()) |
| default constructor More...
|
|
| TermStructure (const Date &referenceDate, Calendar calendar=Calendar(), DayCounter dc=DayCounter()) |
| initialize with a fixed reference date More...
|
|
| TermStructure (Natural settlementDays, Calendar, DayCounter dc=DayCounter()) |
| calculate the reference date based on the global evaluation date More...
|
|
| ~TermStructure () override=default |
|
Time | timeFromReference (const Date &date) const |
| date/time conversion More...
|
|
void | update () override |
|
| 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 () |
|
SABR volatility (smile) surface.
blah blah
Definition at line 39 of file sabrvolsurface.hpp.