Options
All
  • Public
  • Public/Protected
  • All
Menu

COS-method Heston engine based on efficient Fourier series expansions

References:

F. Fang, C.W. Oosterlee: A Novel Pricing Method for European Ooptions based on Fourier-Cosine Series Expansions, http://ta.twi.tudelft.nl/mf/users/oosterle/oosterlee/COS.pdf

Fabien Le Floc'h: Fourier Integration and Stochastic Volatility Calibration, https://papers.ssrn.com/sol3/papers2.cfm?abstract_id=2362968

test

the correctness of the returned value is tested by reproducing results available in web/literature and comparison with Black pricing.

Hierarchy

Implements

Index

Constructors

constructor

Properties

Private _L

_L: Real

Private _N

_N: Size

_arguments

_arguments: Arguments

_isDisposed

_isDisposed: boolean = false

Private _kappa

_kappa: Real

_model

_observables

_observables: Set<Observable> = new Set()

_observers

_observers: Set<Observer> = new Set()

_results

_results: Results

Private _rho

_rho: Real

Private _sigma

_sigma: Real

Private _theta

_theta: Real

Private _v0

_v0: Real

deepUpdate

deepUpdate: () => void

Type declaration

    • (): void
    • Returns void

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

c1

  • Parameters

    Returns Real

c2

  • Parameters

    Returns Real

c3

  • Parameters

    Returns Real

c4

  • Parameters

    Returns Real

calculate

  • calculate(): void

chF

  • Parameters

    Returns Complex

getArguments

getResults

init1

init2

muT

  • Parameters

    Returns Real

reset

  • reset(): void

update

  • update(): void
  • Returns void