Properties
Protected _baseLevel
Defined in ql/termstructures/volatility/inflation/cpivolatilitystructure.ts:195
_extrapolate
_extrapolate: boolean
Protected _frequency
Defined in ql/termstructures/volatility/inflation/cpivolatilitystructure.ts:198
Protected _indexIsInterpolated
_indexIsInterpolated: boolean
Defined in ql/termstructures/volatility/inflation/cpivolatilitystructure.ts:199
_isDisposed
_isDisposed: boolean = false
Protected _observationLag
Defined in ql/termstructures/volatility/inflation/cpivolatilitystructure.ts:197
_referenceDate
_referenceDate: Date
_updated
_updated: boolean
allowsExtrapolation
allowsExtrapolation: ( ) => boolean
deepUpdate
deepUpdate: ( ) => void
disableExtrapolation
disableExtrapolation: ( b?: boolean ) => void
dispose
dispose: ( ) => void
enableExtrapolation
enableExtrapolation: ( b?: boolean ) => void
isDisposed
isDisposed: boolean
notifyObservers
notifyObservers: ( ) => void
registerWithObservables
register
WithObservables: ( o: Observer ) => void
unregisterObserver
unregister
Observer: ( o: Observer ) => void
unregisterWithAll
unregisterWithAll: ( ) => void
zero inflation (i.e. CPI/RPI/HICP/etc.) volatility structures
Abstract interface. CPI volatility is always with respect to some base date. Also deal with lagged observations of an index with a (usually different) availability lag.