Properties
Private _blackTS
Defined in ql/termstructures/volatility/equityfx/localvolsurface.ts:188
Private _dividendTS
Defined in ql/termstructures/volatility/equityfx/localvolsurface.ts:190
_extrapolate
_extrapolate: boolean
_isDisposed
_isDisposed: boolean = false
_referenceDate
_referenceDate: Date
Private _riskFreeTS
Defined in ql/termstructures/volatility/equityfx/localvolsurface.ts:189
Private _underlying
Defined in ql/termstructures/volatility/equityfx/localvolsurface.ts:191
_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
Local volatility surface derived from a Black vol surface
For details about this implementation refer to "Stochastic Volatility and Local Volatility," in "Case Studies and Financial Modelling Course Notes," by Jim Gatheral, Fall Term, 2003
see www.math.nyu.edu/fellows_fin_math/gatheral/Lecture1_Fall02.pdf
bug this class is untested, probably unreliable.