Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TermStructureConsistentModel

Term-structure consistent model class

This is a base class for models that can reprice exactly any discount bond.

Hierarchy

Implemented by

Index

Constructors

constructor

Properties

_isDisposed

_isDisposed: boolean = false

_observers

_observers: Set<Observer>

_termStructure

_termStructure: Handle<YieldTermStructure>

Accessors

isDisposed

  • get isDisposed(): boolean

Methods

dispose

  • dispose(): void
  • Returns void

notifyObservers

  • notifyObservers(): void
  • This method should be called at the end of non-const methods or when the programmer desires to notify any changes.

    Returns void

registerObserver

tcmInit

termStructure

unregisterObserver