Options
All
  • Public
  • Public/Protected
  • All
Menu

GbpLiborSwapIsdaFix index base class

GBP %Libor %Swap indexes fixed by ISDA in cooperation with Reuters and Intercapital Brokers at 11am London. Semiannual Actual/365F vs 6M Libor, 1Y Annual vs 3M Libor. Reuters page ISDAFIX4 or GBPSFIX=.

Further info can be found at http://www.isda.org/fix/isdafix.html or Reuters page ISDAFIX.

Hierarchy

Implements

Index

Properties

Protected _currency

_currency: Currency

Protected _dayCounter

_dayCounter: DayCounter

Protected _discount

Protected _exogenousDiscount

_exogenousDiscount: boolean

Protected _familyName

_familyName: string

Protected _fixedLegConvention

_fixedLegConvention: BusinessDayConvention

Protected _fixedLegTenor

_fixedLegTenor: Period

Protected _fixingDays

_fixingDays: Natural

Protected _iborIndex

_iborIndex: IborIndex

_isDisposed

_isDisposed: boolean = false

Protected _lastFixingDate

_lastFixingDate: Date = QL_NULL_DATE

Protected _lastSwap

_lastSwap: Swap

Protected _name

_name: string

_observables

_observables: Set<Observable> = new Set()

_observers

_observers: Set<Observer> = new Set()

Protected _tenor

_tenor: Period

addFixings1

addFixings1: (t: TimeSeries<Real>, forceOverwrite?: boolean) => void

Type declaration

addFixings2

addFixings2: (d: Date[], dBegin: Size, dEnd: Size, v: Real[], vBegin: Size, forceOverwrite?: boolean) => void

Type declaration

    • (d: Date[], dBegin: Size, dEnd: Size, v: Real[], vBegin: Size, forceOverwrite?: boolean): void
    • Parameters

      • d: Date[]
      • dBegin: Size
      • dEnd: Size
      • v: Real[]
      • vBegin: Size
      • Optional forceOverwrite: boolean

      Returns void

checkNativeFixingsAllowed

checkNativeFixingsAllowed: () => void

Type declaration

    • (): void
    • Returns void

clearFixings

clearFixings: () => void

Type declaration

    • (): void
    • Returns void

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

timeSeries

timeSeries: () => TimeSeries<Real>

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

addFixing

  • addFixing(fixingDate: Date, fixing: Real, forceOverwrite?: boolean): void
  • Parameters

    • fixingDate: Date
    • fixing: Real
    • Optional forceOverwrite: boolean

    Returns void

allowsNativeFixings

  • allowsNativeFixings(): boolean

clone1

clone2

clone3

currency

dayCounter

discountingTermStructure

exogenousDiscount

  • exogenousDiscount(): boolean

familyName

  • familyName(): string

fixedLegConvention

fixedLegTenor

fixing

  • fixing(fixingDate: Date, forecastTodaysFixing?: boolean): Rate

fixingCalendar

fixingDate

  • fixingDate(valueDate: Date): Date

fixingDays

forecastFixing

  • forecastFixing(fixingDate: Date): Rate

forecastFixing1

  • forecastFixing1(fixingDate: Date): Rate
  • It can be overridden to implement particular conventions

    Parameters

    • fixingDate: Date

    Returns Rate

forwardingTermStructure

gsInit1

gsInit2

iborIndex

init

isValidFixingDate

  • isValidFixingDate(d: Date): boolean

maturityDate

  • maturityDate(valueDate: Date): Date

name

  • name(): string

pastFixing

  • pastFixing(fixingDate: Date): Rate

siInit

tenor

underlyingSwap

  • underlyingSwap(fixingDate: Date): Swap

update

  • update(): void

valueDate

  • valueDate(fixingDate: Date): Date
  • name Date calculations

    These method can be overridden to implement particular conventions (e.g. EurLibor)

    Parameters

    • fixingDate: Date

    Returns Date