forecast (version 5.1)

bizdays: Number of trading days in each season

Description

Returns number of trading days in each month or quarter of the observed time period.

Usage

bizdays(x, FinCenter)

Arguments

x
Monthly or quarterly time series
FinCenter
A character with the the location of the financial center named as "continent/city". This concept allows to handle data records collected in different time zones and mix them up to have always the proper time stamps with respect to your personal fina

Value

  • Time series

Details

Useful for trading days length adjustments. More on how to define "business days", please refer to isBizday.

See Also

monthdays

Examples

Run this code
bizdays(wineind, FinCenter = "Sydney")

Run the code above in your browser using DataCamp Workspace