holidayRegion property

String? holidayRegion
getter/setter pair

The geographical region based on which the holidays are considered in time series modeling.

If a valid value is specified, then holiday effects modeling is enabled. Possible string values are:

  • "HOLIDAY_REGION_UNSPECIFIED" : Holiday region unspecified.
  • "GLOBAL" : Global.
  • "NA" : North America.
  • "JAPAC" : Japan and Asia Pacific: Korea, Greater China, India, Australia, and New Zealand.
  • "EMEA" : Europe, the Middle East and Africa.
  • "LAC" : Latin America and the Caribbean.
  • "AE" : United Arab Emirates
  • "AR" : Argentina
  • "AT" : Austria
  • "AU" : Australia
  • "BE" : Belgium
  • "BR" : Brazil
  • "CA" : Canada
  • "CH" : Switzerland
  • "CL" : Chile
  • "CN" : China
  • "CO" : Colombia
  • "CS" : Czechoslovakia
  • "CZ" : Czech Republic
  • "DE" : Germany
  • "DK" : Denmark
  • "DZ" : Algeria
  • "EC" : Ecuador
  • "EE" : Estonia
  • "EG" : Egypt
  • "ES" : Spain
  • "FI" : Finland
  • "FR" : France
  • "GB" : Great Britain (United Kingdom)
  • "GR" : Greece
  • "HK" : Hong Kong
  • "HU" : Hungary
  • "ID" : Indonesia
  • "IE" : Ireland
  • "IL" : Israel
  • "IN" : India
  • "IR" : Iran
  • "IT" : Italy
  • "JP" : Japan
  • "KR" : Korea (South)
  • "LV" : Latvia
  • "MA" : Morocco
  • "MX" : Mexico
  • "MY" : Malaysia
  • "NG" : Nigeria
  • "NL" : Netherlands
  • "NO" : Norway
  • "NZ" : New Zealand
  • "PE" : Peru
  • "PH" : Philippines
  • "PK" : Pakistan
  • "PL" : Poland
  • "PT" : Portugal
  • "RO" : Romania
  • "RS" : Serbia
  • "RU" : Russian Federation
  • "SA" : Saudi Arabia
  • "SE" : Sweden
  • "SG" : Singapore
  • "SI" : Slovenia
  • "SK" : Slovakia
  • "TH" : Thailand
  • "TR" : Turkey
  • "TW" : Taiwan
  • "UA" : Ukraine
  • "US" : United States
  • "VE" : Venezuela
  • "VN" : Viet Nam
  • "ZA" : South Africa

Implementation

core.String? holidayRegion;