Options
All
  • Public
  • Public/Protected
  • All
Menu

Heston model for the stochastic volatility of an asset

References:

Heston, Steven L., 1993. A Closed-Form Solution for Options with Stochastic Volatility with Applications to Bond and Currency Options. The review of Financial Studies, Volume 6, Issue 2, 327-343. test calibration is tested against known good values.

Hierarchy

Implements

Index

Constructors

constructor

Properties

_arguments

_arguments: Parameter[]

_constraint

_constraint: Constraint

_functionEvaluation

_functionEvaluation: Integer

_isDisposed

_isDisposed: boolean = false

_observables

_observables: Set<Observable> = new Set()

_observers

_observers: Set<Observer> = new Set()

_problemValues

_problemValues: Real[]

Protected _process

_process: HestonProcess

_shortRateEndCriteria

_shortRateEndCriteria: Type

dispose

dispose: () => void

Type declaration

    • (): void
    • Returns void

isDisposed

isDisposed: boolean

notifyObservers

notifyObservers: () => void

Type declaration

    • (): void
    • Returns void

registerObserver

registerObserver: (o: Observer) => void

Type declaration

registerWith

registerWith: (h: Observable) => void

Type declaration

registerWithObservables

registerWithObservables: (o: Observer) => void

Type declaration

unregisterObserver

unregisterObserver: (o: Observer) => void

Type declaration

unregisterWith

unregisterWith: (h: Observable) => Size

Type declaration

unregisterWithAll

unregisterWithAll: () => void

Type declaration

    • (): void
    • Returns void

Methods

calibrate1

  • Calibrate to a set of market instruments (usually caps/swaptions) An additional constraint can be passed which must be satisfied in addition to the constraints of the model.

    Parameters

    Returns void

calibrate2

cmInit

constraint

deepUpdate

  • deepUpdate(): void

endCriteria

  • endCriteria(): Type

functionEvaluation

generateArguments

  • generateArguments(): void

kappa

  • Returns Real

params

problemValues

  • problemValues(): Real[]

process

  • Returns HestonProcess

rho

  • Returns Real

setParams

  • setParams(params: Real[]): void

sigma

  • Returns Real

theta

  • Returns Real

update

  • update(): void

v0

  • Returns Real

value1

value2