Options
All
  • Public
  • Public/Protected
  • All
Menu

Variance Gamma model

References:

Dilip B. Madan, Peter Carr, Eric C. Chang (1998) "The variance gamma process and option pricing," European Finance Review, 2, 79-105

warning

calibration is not implemented for VG

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

_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

nu

  • Returns Real

params

problemValues

  • problemValues(): Real[]

process

setParams

  • setParams(params: Real[]): void

sigma

  • Returns Real

theta

  • Returns Real

update

  • update(): void

value1

value2