Options
All
  • Public
  • Public/Protected
  • All
Menu

Year-on-year inflation-volatility bootstrap helper.

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected _calendar

_calendar: Calendar

Protected _capFloorType

_capFloorType: Type

Protected _earliestDate

_earliestDate: Date

Protected _fixingDays

_fixingDays: Natural

Protected _index

_isDisposed

_isDisposed: boolean = false

Protected _lag

_lag: Period

Protected _latestDate

_latestDate: Date

Protected _latestRelevantDate

_latestRelevantDate: Date

Protected _maturityDate

_maturityDate: Date

Protected _n

_n: Size

Protected _notional

_notional: Real

_observables

_observables: Set<Observable> = new Set()

_observers

_observers: Set<Observer> = new Set()

Protected _pillarDate

_pillarDate: Date

Protected _pricer

Protected _quote

_quote: Handle<Quote>

Protected _strike

_strike: Rate

Protected _termStructure

_termStructure: Curve

Protected _yoyCapFloor

_yoyCapFloor: YoYInflationCapFloor

Protected _yoyDayCounter

_yoyDayCounter: DayCounter

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

impliedQuote

  • impliedQuote(): Real

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

setTermStructure

update

  • update(): void