Options
All
  • Public
  • Public/Protected
  • All
Menu

Rate helper for bootstrapping over FRA rates

Hierarchy

Implements

Index

Properties

Protected _earliestDate

_earliestDate: Date

Protected _evaluationDate

_evaluationDate: Date

Private _fixingDate

_fixingDate: Date

Private _iborIndex

_iborIndex: IborIndex

_isDisposed

_isDisposed: boolean = false

Protected _latestDate

_latestDate: Date

Protected _latestRelevantDate

_latestRelevantDate: Date

Protected _maturityDate

_maturityDate: Date

_observables

_observables: Set<Observable> = new Set()

_observers

_observers: Set<Observer> = new Set()

Private _periodToStart

_periodToStart: Period

Private _pillarChoice

_pillarChoice: Choice

Protected _pillarDate

_pillarDate: Date

Protected _quote

_quote: Handle<Quote>

Protected _termStructure

_termStructure: Curve

Private _termStructureHandle

_termStructureHandle: RelinkableHandle<YieldTermStructure> = new RelinkableHandle()

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

accept

bshInit1

bshInit2

deepUpdate

  • deepUpdate(): void

earliestDate

  • earliestDate(): Date
  • earliest relevant date

    The earliest date at which data are needed by the helper in order to provide a quote.

    Returns Date

frahInit1

frahInit2

frahInit3

  • Parameters

    • rate: Handle<Quote>
    • monthsToStart: Natural
    • iborIndex: IborIndex
    • Default value pillarChoice: Choice = Pillar.Choice.LastRelevantDate
    • Default value customPillarDate: Date = null

    Returns FraRateHelper

frahInit4

  • Parameters

    • rate: Rate
    • monthsToStart: Natural
    • iborIndex: IborIndex
    • Default value pillarChoice: Choice = Pillar.Choice.LastRelevantDate
    • Default value customPillarDate: Date = null

    Returns FraRateHelper

frahInit5

frahInit6

frahInit7

  • Parameters

    • rate: Handle<Quote>
    • periodToStart: Period
    • iborIndex: IborIndex
    • Default value pillarChoice: Choice = Pillar.Choice.LastRelevantDate
    • Default value customPillarDate: Date = null

    Returns FraRateHelper

frahInit8

  • Parameters

    • rate: Rate
    • periodToStart: Period
    • iborIndex: IborIndex
    • Default value pillarChoice: Choice = Pillar.Choice.LastRelevantDate
    • Default value customPillarDate: Date = null

    Returns FraRateHelper

impliedQuote

  • impliedQuote(): Real

Protected initializeDates

  • initializeDates(): void

latestDate

  • latestDate(): Date

latestRelevantDate

  • latestRelevantDate(): Date
  • latest relevant date

    The latest date at which data are needed by the helper in order to provide a quote. It does not necessarily equal the maturity of the underlying instrument.

    Returns Date

maturityDate

  • maturityDate(): Date
  • instrument's maturity date

    Returns Date

pillarDate

  • pillarDate(): Date

quote

quoteError

  • quoteError(): Real

rdbshInit1

rdbshInit2

  • rdbshInit2(quote: Real): void

setTermStructure

update

  • update(): void