Options
All
  • Public
  • Public/Protected
  • All
Menu

United Kingdom calendars

Public holidays (data from http://www.dti.gov.uk/er/bankhol.htm):

  • Saturdays
  • Sundays
  • New Year's Day, January 1st (possibly moved to Monday)
  • Good Friday
  • Easter Monday
  • Early May Bank Holiday, first Monday of May
  • Spring Bank Holiday, last Monday of May
  • Summer Bank Holiday, last Monday of August
  • Christmas Day, December 25th (possibly moved to Monday or Tuesday)
  • Boxing Day, December 26th (possibly moved to Monday or Tuesday)

Holidays for the stock exchange:

  • Saturdays
  • Sundays
  • New Year's Day, January 1st (possibly moved to Monday)
  • Good Friday
  • Easter Monday
  • Early May Bank Holiday, first Monday of May
  • Spring Bank Holiday, last Monday of May
  • Summer Bank Holiday, last Monday of August
  • Christmas Day, December 25th (possibly moved to Monday or Tuesday)
  • Boxing Day, December 26th (possibly moved to Monday or Tuesday)

Holidays for the metals exchange:

  • Saturdays
  • Sundays
  • New Year's Day, January 1st (possibly moved to Monday)
  • Good Friday
  • Easter Monday
  • Early May Bank Holiday, first Monday of May
  • Spring Bank Holiday, last Monday of May
  • Summer Bank Holiday, last Monday of August
  • Christmas Day, December 25th (possibly moved to Monday or Tuesday)
  • Boxing Day, December 26th (possibly moved to Monday or Tuesday)

todo add LIFFE

test the correctness of the returned results is tested against a list of known holidays.

Hierarchy

Index

Constructors

constructor

Properties

Protected _impl

_impl: Impl

Static exchangeImpl

exchangeImpl: ExchangeImpl

Static metalsImpl

metalsImpl: MetalsImpl

Static settlementImpl

settlementImpl: SettlementImpl

Accessors

isDisposed

  • get isDisposed(): boolean

Methods

addHoliday

  • addHoliday(d: Date): void
  • Parameters

    • d: Date

    Returns void

adjust

advance1

advance2

  • Parameters

    Returns Date

businessDaysBetween

  • businessDaysBetween(from: Date, to: Date, includeFirst?: boolean, includeLast?: boolean): Day
  • Parameters

    • from: Date
    • to: Date
    • Default value includeFirst: boolean = true
    • Default value includeLast: boolean = false

    Returns Day

dispose

  • dispose(): void
  • Returns void

empty

  • empty(): boolean
  • Returns boolean

endOfMonth

  • endOfMonth(d: Date): Date
  • Parameters

    • d: Date

    Returns Date

isBusinessDay

  • isBusinessDay(d: Date): boolean
  • Parameters

    • d: Date

    Returns boolean

isEndOfMonth

  • isEndOfMonth(d: Date): boolean
  • Parameters

    • d: Date

    Returns boolean

isHoliday

  • isHoliday(d: Date): boolean
  • Parameters

    • d: Date

    Returns boolean

isWeekend

name

  • name(): string
  • Returns string

removeHoliday

  • removeHoliday(d: Date): void
  • Parameters

    • d: Date

    Returns void

Static equal

  • Parameters

    Returns boolean

Static holidayList

  • holidayList(calendar: Calendar, from: Date, to: Date, includeWeekEnds?: boolean): Date[]
  • Parameters

    • calendar: Calendar
    • from: Date
    • to: Date
    • Default value includeWeekEnds: boolean = false

    Returns Date[]