-- MariaDB dump 10.19 Distrib 10.6.16-MariaDB, for Linux (x86_64)
--
-- Host: localhost Database: calendarholidays_uk
-- ------------------------------------------------------
-- Server version 10.6.16-MariaDB
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `holiday_master`
--
DROP TABLE IF EXISTS `holiday_master`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `holiday_master` (
`id` int(5) NOT NULL AUTO_INCREMENT,
`area_type` varchar(15) DEFAULT NULL COMMENT 'country, religious, regional(tamil), state(india),bank-geo,market(NSE),intl-org(UN)',
`area` varchar(120) DEFAULT NULL COMMENT 'like: India, Hindu, Karnatama, icici bank etc.',
`country` varchar(20) DEFAULT NULL,
`region` varchar(15) DEFAULT NULL COMMENT 'Economic Regions',
`location` varchar(80) DEFAULT NULL,
`religion` varchar(15) DEFAULT NULL COMMENT 'Obsolete, should be changed to region',
`holiday` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL COMMENT 'Holiday name',
`lang_key` varchar(75) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL COMMENT 'language key for localization',
`rank` tinyint(1) DEFAULT NULL COMMENT '1=single country, 2= multile/international',
`show_content` varchar(1) DEFAULT NULL COMMENT 'x=yes:show snippet',
`holiday_date` date DEFAULT NULL COMMENT 'Consider Month and Date only',
`same_date` varchar(1) DEFAULT NULL COMMENT 'if holiday falls on same day',
`page_link` varchar(150) DEFAULT NULL,
`article` tinyint(1) DEFAULT NULL COMMENT '1: article exists',
`observe` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL COMMENT 'ND=National day, NH=National holiday, RH=Regional Holiday,RE=Religious,IH=International Holiday,OH=Optional Holiday,OB=Observance',
`day_off` varchar(1) DEFAULT NULL COMMENT 'Y=Yes, N=No, M=Morning Off,E=Evening Off, H=Half day,Blank=Yes,R=Restrcted (Example: for hindus)',
`img_file` varchar(70) DEFAULT NULL COMMENT 'img file for page widget',
`img_source` varchar(30) DEFAULT NULL,
`comment` text CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL COMMENT 'Details of holiday',
`sync` varchar(1) DEFAULT NULL COMMENT 'Obsolete, delete column after deleting from Program',
`update_tips` text DEFAULT NULL,
`update_date` date DEFAULT NULL,
`is_active` varchar(1) DEFAULT NULL COMMENT 'Y=active',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=10513 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `holiday_master`
--
LOCK TABLES `holiday_master` WRITE;
/*!40000 ALTER TABLE `holiday_master` DISABLE KEYS */;
INSERT INTO `holiday_master` VALUES (4544,'state','alaska','us','Americas','Alaska','','Presidents\' Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'','http://doa.alaska.gov/dof/payroll/resource/calendar20.pdf\nhttp://doa.alaska.gov/calendar/','2012-10-15','Y'),(4543,'state','alaska','us','Americas','Alaska','','MLK Jr.\'s Birthday','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4542,'state','alaska','us','Americas','Alaska','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'',NULL,'2012-10-14','Y'),(4541,'state','alabama','us','Americas','Alabama','','Christmas','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'','','2012-10-15','Y'),(4540,'state','alabama','us','Americas','Alabama','','Mrs. Rosa L. Parks Day (Commemoration Only)','ROSA-PARKS-DAY',NULL,'','2020-12-01','','/us/rosa-parks-day.php',0,'OB','N','',NULL,NULL,'',NULL,'2012-10-15','Y'),(4539,'state','alabama','us','Americas','Alabama','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4538,'state','alabama','us','Americas','Alabama','','Veterans Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4537,'state','alabama','us','Americas','Alabama','','Columbus Day / Fraternal Day / American Indian Heritage Day','COLUMBUS-DAY',NULL,'','2020-10-12','','/us/columbus-day.php',1,'RH',NULL,'us-columbus-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4536,'state','alabama','us','Americas','Alabama','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4535,'state','alabama','us','Americas','Alabama','','Fourth day of July (observed)','FOURTH-DAY-OF-JULY',NULL,'','2020-07-03','Y','/us/independence-day.php',1,'OB',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4534,'state','alabama','us','Americas','Alabama','','Jefferson Davis\' Birthday','JEFFERSON-DAVIS-BIRTHDAY',NULL,'','2020-06-01','','/us/jefferson-birthday.php',0,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4533,'state','alabama','us','Americas','Alabama','','National Memorial Day','NATIONAL-MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4532,'state','alabama','us','Americas','Alabama','','Confederate Memorial Day','CONFEDERATE-MEMORIAL-DAY',NULL,'','2020-04-27','','/us/confederate-memorial-day.php',0,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4531,'state','alabama','us','Americas','Alabama','','Mardi Gras','MARDI-GRAS',NULL,'','2020-02-25','','/us/mardi-gras.php',0,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4530,'state','alabama','us','Americas','Alabama','','George Washington/Thomas Jefferson\'s Birthday','GEORGE-WASHINGTON',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4529,'state','alabama','us','Americas','Alabama','','Martin Luther King, Jr./Robert E. Lee Birthday','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4528,'state','alabama','us','Americas','Alabama','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://personnel.alabama.gov/Downloads/StateHolidays.pdf\nhttps://inform.alabama.gov/calendar.aspx','2012-10-14','Y'),(4545,'state','alaska','us','Americas','Alaska','','Seward\'s Day','SEWARDS-DAY',NULL,'','2020-03-30','','/us/sewards-day.php',0,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4546,'state','alaska','us','Americas','Alaska','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4547,'state','alaska','us','Americas','Alaska','','Independence Day (observed)','INDEPENDENCE-DAY',NULL,'','2020-07-03','Y','/us/independence-day.php',1,'OB',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4548,'state','alaska','us','Americas','Alaska','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4549,'state','alaska','us','Americas','Alaska','','Alaska Day','ALASKA-DAY',NULL,'','2020-10-18','','/us/alaska-day.php',0,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4550,'state','alaska','us','Americas','Alaska','','Veterans Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4551,'state','alaska','us','Americas','Alaska','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4552,'state','alaska','us','Americas','Alaska','','Christmas','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4553,'state','arizona','us','Americas','Arizona','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://dfi.az.gov/az-state-holidays\nhttp://doa.alaska.gov/dof/payroll/resource/calendar20.pdf','2012-10-14','Y'),(4554,'state','arizona','us','Americas','Arizona','','Martin Luther King, Jr./Civil Rights Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4555,'state','arizona','us','Americas','Arizona','','Lincoln/Washington Presidents\' Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4556,'state','arizona','us','Americas','Arizona','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4557,'state','arizona','us','Americas','Arizona','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4558,'state','arizona','us','Americas','Arizona','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4559,'state','arizona','us','Americas','Arizona','','Columbus Day','COLUMBUS-DAY',NULL,'','2020-10-12','','/us/columbus-day.php',1,'RH',NULL,'us-columbus-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4560,'state','arizona','us','Americas','Arizona','','Veterans Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4561,'state','arizona','us','Americas','Arizona','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4562,'state','arizona','us','Americas','Arizona','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4679,'state','connecticut','us','Americas','Connecticut','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://portal.ct.gov/-/media/DAS/Statewide-HR/A---Z-Listing-Task-PDFs/Holidays---State-Employee-Observance-of-Holidays---2020.pdf\nhttps://portal.ct.gov/CID/Admin/State-Holidays\nhttps://portal.ct.gov/-/media/DAS/Statewide-HR/A---Z-Listing-Task-PDFs/Calendar_2020.pdf','2012-10-14','Y'),(4680,'state','connecticut','us','Americas','Connecticut','','Martin Luther King Jr Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4681,'state','connecticut','us','Americas','Connecticut','','Lincoln\'s Birthday','LINCOLNS-BIRTHDAY',NULL,'','2020-02-12','','/us/lincolns-birthday.php',1,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4682,'state','connecticut','us','Americas','Connecticut','','Washington \'s Birthday','WASHINGTONS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4683,'state','connecticut','us','Americas','Connecticut','','Good Friday','GOOD-FRIDAY',NULL,'','2020-04-10','','/us/good-friday.php',1,'RH',NULL,'good-friday.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4684,'state','connecticut','us','Americas','Connecticut','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4685,'state','connecticut','us','Americas','Connecticut','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-03','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4686,'state','connecticut','us','Americas','Connecticut','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4687,'state','connecticut','us','Americas','Connecticut','','Columbus Day','COLUMBUS-DAY',NULL,'','2020-10-12','','/us/columbus-day.php',1,'RH',NULL,'us-columbus-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4688,'state','connecticut','us','Americas','Connecticut','','Veterans Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4689,'state','connecticut','us','Americas','Connecticut','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4690,'state','connecticut','us','Americas','Connecticut','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4691,'state','delaware','us','Americas','Delaware','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://dhr.delaware.gov/labor/holidays/2020.shtml\nhttps://dhr.delaware.gov/policies/documents/floating-holiday.pdf','2012-10-14','Y'),(4692,'state','delaware','us','Americas','Delaware','','Martin Luther King Jr Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4693,'state','delaware','us','Americas','Delaware','','Good Friday','GOOD-FRIDAY',NULL,'','2020-04-10','','/us/good-friday.php',1,'RH',NULL,'good-friday.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4694,'state','delaware','us','Americas','Delaware','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4695,'state','delaware','us','Americas','Delaware','','Independence Day Holiday','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-03','','/us/independence-day.php',1,'OB',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4696,'state','delaware','us','Americas','Delaware','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4697,'state','delaware','us','Americas','Delaware','','Election Day','ELECTION-DAY',NULL,'','2020-11-03','','/us/election-day.php',0,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4698,'state','delaware','us','Americas','Delaware','','Return Day (after 12 noon Sussex County)','RETURN-DAY',NULL,'','2020-11-05','','/us/return-day-delaware.php',0,'RH',NULL,'',NULL,'Announcement of the election results in Georgetown','',NULL,'2012-10-15','Y'),(4699,'state','delaware','us','Americas','Delaware','','Veterans Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4700,'state','delaware','us','Americas','Delaware','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4701,'state','delaware','us','Americas','Delaware','','Day After Thanksgiving','THANKSGIVING-DAY',NULL,'','2020-11-27','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4702,'state','delaware','us','Americas','Delaware','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4703,'state','georgia','us','Americas','Georgia','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://georgia.gov/popular-topic/state-holidays\nhttp://team.georgia.gov/wp-content/uploads/2019/07/2020-State-Holidays-07.15.19.pdf','2012-10-14','Y'),(4704,'state','georgia','us','Americas','Georgia','','Martin Luther King Jr\'s Birthday','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4705,'state','georgia','us','Americas','Georgia','','Washington Birthday Holiday','WASHINGTON-BIRTHDAY',NULL,'','2020-12-24','','/us/washington-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4706,'state','georgia','us','Americas','Georgia','','State Holiday','STATE-HOLIDAY',NULL,'','2020-04-10','','/us/state-holiday-georgia.php',1,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4707,'state','georgia','us','Americas','Georgia','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4708,'state','georgia','us','Americas','Georgia','','Independence Day (observed)','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-03','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4709,'state','georgia','us','Americas','Georgia','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4710,'state','georgia','us','Americas','Georgia','','Columbus Day','COLUMBUS-DAY',NULL,'','2020-10-12','','/us/columbus-day.php',1,'RH',NULL,'us-columbus-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4711,'state','georgia','us','Americas','Georgia','','Veterans Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4712,'state','georgia','us','Americas','Georgia','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4713,'state','georgia','us','Americas','Georgia','','State Holiday','STATE-HOLIDAY',NULL,'','2020-11-27','','/us/state-holiday-georgia.php',1,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4714,'state','georgia','us','Americas','Georgia','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4715,'state','hawaii','us','Americas','Hawaii','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,'The first day in January','','https://dhrd.hawaii.gov/state-observed-holidays/\nhttps://dhrd.hawaii.gov/wp-content/uploads/2020/01/State-Holidays-2020-2021.pdf\n','2012-10-14','Y'),(4716,'state','hawaii','us','Americas','Hawaii','','Martin Luther King Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,'The third Monday in January','',NULL,'2012-10-15','Y'),(4717,'state','hawaii','us','Americas','Hawaii','','Presidents Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,'The third Monday in February','',NULL,'2012-10-15','Y'),(4718,'state','hawaii','us','Americas','Hawaii','','Prince Kuhio Day','KUHIO-KALANIANAOLE-DAY',NULL,'','2020-03-26','Y','/us/kuhio-day.php',1,'RH',NULL,'',NULL,'The twenty-sixth day in March','',NULL,'2012-10-15','Y'),(4719,'state','hawaii','us','Americas','Hawaii','','Good Friday','GOOD-FRIDAY',NULL,'','2020-04-10','','/us/good-friday.php',1,'RH',NULL,'good-friday.jpg',NULL,'The Friday preceding Easter Sunday','',NULL,'2012-10-15','Y'),(4720,'state','hawaii','us','Americas','Hawaii','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,'The last Monday in May','',NULL,'2012-10-15','Y'),(4721,'state','hawaii','us','Americas','Hawaii','','King Kamehameha I Day','KING-KAMEHAMEHA-DAY',NULL,'','2020-06-11','Y','/us/kamehameha-day.php',1,'RH',NULL,'',NULL,'The eleventh day in June','',NULL,'2012-10-15','Y'),(4722,'state','hawaii','us','Americas','Hawaii','','Independence Day (observed)','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-03','Y','/us/independence-day.php',1,'OB',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4723,'state','hawaii','us','Americas','Hawaii','','Statehood Day','STATEHOOD-DAY',NULL,'','2020-08-21','Y','/us/statehood-day-hawaii.php',1,'RH',NULL,'',NULL,'The third Friday in August','',NULL,'2012-10-15','Y'),(4724,'state','hawaii','us','Americas','Hawaii','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,'The first Monday in September','',NULL,'2012-10-15','Y'),(4725,'state','hawaii','us','Americas','Hawaii','','General Election Day','ELECTION-DAY',NULL,'','2020-11-03','','/us/election-day.php',1,'OB',NULL,'',NULL,'The first Tuesday in Nov. following the first Monday of even numbered years.','','The first Tuesday in Nov. following the first Monday of even numbered years. (Hawaii State Constitution, Article 2 – Section)\nLink may need to be changed to accomodate state name.','2012-10-15','Y'),(4726,'state','hawaii','us','Americas','Hawaii','','Veterans Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,'The eleventh day in November','','The eleventh day in Novembe','2012-10-15','Y'),(4727,'state','hawaii','us','Americas','Hawaii','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,'The fourth Thursday in November','',NULL,'2012-10-15','Y'),(4728,'state','hawaii','us','Americas','Hawaii','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,'The twenty-fifth day in December','',NULL,'2012-10-15','Y'),(4729,'state','idaho','us','Americas','Idaho','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,'','','https://sos.idaho.gov/general/holidays.html','2012-10-14','Y'),(4730,'state','idaho','us','Americas','Idaho','','M L King Jr./Idaho Human Rights Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4731,'state','idaho','us','Americas','Idaho','','President\'s Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4732,'state','idaho','us','Americas','Idaho','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4733,'state','idaho','us','Americas','Idaho','','Independence Day (observed)','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-03','','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4734,'state','idaho','us','Americas','Idaho','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4735,'state','idaho','us','Americas','Idaho','','Columbus Day','COLUMBUS-DAY',NULL,'','2020-10-12','','/us/columbus-day.php',1,'RH',NULL,'us-columbus-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4736,'state','idaho','us','Americas','Idaho','','Veterans Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4737,'state','idaho','us','Americas','Idaho','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4738,'state','idaho','us','Americas','Idaho','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4739,'state','illinois','us','Americas','Illinois','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://www2.illinois.gov/cms/personnel/employeeresources/pages/stateholidays.aspx','2012-10-14','Y'),(4740,'state','illinois','us','Americas','Illinois','','Martin Luther King Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4741,'state','illinois','us','Americas','Illinois','','Lincoln\'s Birthday','LINCOLNS-DAY',NULL,'','2020-02-12','','/us/lincolns-birthday.php',0,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4742,'state','illinois','us','Americas','Illinois','','Washington\'s Birthday','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4743,'state','illinois','us','Americas','Illinois','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4744,'state','illinois','us','Americas','Illinois','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4745,'state','illinois','us','Americas','Illinois','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4746,'state','illinois','us','Americas','Illinois','','Columbus Day','COLUMBUS-DAY',NULL,'','2020-10-12','','/us/columbus-day.php',1,'RH',NULL,'us-columbus-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4747,'state','illinois','us','Americas','Illinois','','General Election Day','ELECTION-DAY',NULL,'','2020-11-03','','/us/election-day.php',0,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4748,'state','illinois','us','Americas','Illinois','','Veterans Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4749,'state','illinois','us','Americas','Illinois','','Thanksgiving','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4750,'state','illinois','us','Americas','Illinois','','Thanksgiving Holiday','THANKSGIVING-DAY-HOLIDAY',NULL,'','2020-11-27','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4751,'state','illinois','us','Americas','Illinois','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4752,'state','indiana','us','Americas','Indiana','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://www.in.gov/spd/2555.htm\nhttps://www.in.gov/spd/files/2020%20Holidays%20memorandum.pdf','2012-10-14','Y'),(4753,'state','indiana','us','Americas','Indiana','','Martin Luther King, Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4754,'state','indiana','us','Americas','Indiana','','Good Friday','GOOD-FRIDAY',NULL,'','2020-04-10','','/us/good-friday.php',1,'RH',NULL,'good-friday.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4755,'state','indiana','us','Americas','Indiana','','Primary Election Day','PRIMARY-ELECTION-DAY',NULL,'','2020-05-05','','/us/primary-election-day.php',1,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4756,'state','indiana','us','Americas','Indiana','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4757,'state','indiana','us','Americas','Indiana','','Independence Day (observed)','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-03','','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4758,'state','indiana','us','Americas','Indiana','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4759,'state','indiana','us','Americas','Indiana','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4760,'state','indiana','us','Americas','Indiana','','Columbus Day','COLUMBUS-DAY',NULL,'','2020-10-12','','/us/columbus-day.php',1,'RH',NULL,'us-columbus-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4761,'state','indiana','us','Americas','Indiana','','General Election Day','GENERAL-ELECTION-DAY',NULL,'','2020-11-03','','/us/election-day.php',1,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4762,'state','indiana','us','Americas','Indiana','','Veterans Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4763,'state','indiana','us','Americas','Indiana','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4764,'state','indiana','us','Americas','Indiana','','Lincoln\'s Birthday','LINCOLNS-BIRTHDAY',NULL,'','2020-11-27','','/us/lincolns-birthday.php',1,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4765,'state','indiana','us','Americas','Indiana','','Washington\'s Birthday','WASHINGTON-BIRTHDAY',NULL,'','2020-12-24','','/us/washingtons-birthday.php',1,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4766,'state','indiana','us','Americas','Indiana','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4767,'state','iowa','us','Americas','Iowa','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://das.iowa.gov/das-core/customer-service-center/state-holidays','2012-10-14','Y'),(4768,'state','iowa','us','Americas','Iowa','','Martin Luther King, Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4769,'state','iowa','us','Americas','Iowa','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4770,'state','iowa','us','Americas','Iowa','','Independence Day (observed)','INDEPENDENCE-DAY',NULL,'','2020-07-03','','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4771,'state','iowa','us','Americas','Iowa','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4772,'state','iowa','us','Americas','Iowa','','Veterans Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4773,'state','iowa','us','Americas','Iowa','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4774,'state','iowa','us','Americas','Iowa','','Friday After Thanksgiving','THANKSGIVING-DAY',NULL,'','2020-11-27','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4775,'state','iowa','us','Americas','Iowa','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4776,'state','kansas','us','Americas','Kansas','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://www.admin.ks.gov/docs/default-source/ops/holidays/holidays2020.pdf\nhttp://www.kansas.gov/employee/documents/2020%20Holiday%20and%20Pay%20Schedule.pdf\n','2012-10-14','Y'),(4777,'state','kansas','us','Americas','Kansas','','Martin Luther King, Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4778,'state','kansas','us','Americas','Kansas','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4779,'state','kansas','us','Americas','Kansas','','Independence Day (observed)','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-03','','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4780,'state','kansas','us','Americas','Kansas','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4781,'state','kansas','us','Americas','Kansas','','Veterans Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4782,'state','kansas','us','Americas','Kansas','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4783,'state','kansas','us','Americas','Kansas','','Thanksgiving Holiday','THANKSGIVING-HOLIDAY',NULL,'','2020-11-27','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4784,'state','kansas','us','Americas','Kansas','','Christmas Eve','CHRISTMAS-EVE',NULL,'','2020-12-24','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4785,'state','kansas','us','Americas','Kansas','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4786,'state','louisiana','us','Americas','Louisiana','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://www.doa.la.gov/Pages/osp/aboutus/Holidays-2020.aspx','2012-10-14','Y'),(4787,'state','louisiana','us','Americas','Louisiana','','Birthday of Martin Luther King, Jr.','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4788,'state','louisiana','us','Americas','Louisiana','','Mardi Gras','MARDI-GRAS',NULL,'','2020-02-25','','/us/mardi-gras.php',1,'RH',NULL,'',NULL,'Tuesday before Ash Wednesday','',NULL,'2012-10-15','Y'),(4789,'state','louisiana','us','Americas','Louisiana','','Good Friday','GOOD-FRIDAY',NULL,'','2020-04-10','','/us/good-friday.php',1,'RH',NULL,'good-friday.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4790,'state','louisiana','us','Americas','Louisiana','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4791,'state','louisiana','us','Americas','Louisiana','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4792,'state','louisiana','us','Americas','Louisiana','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4793,'state','louisiana','us','Americas','Louisiana','','Veterans Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4794,'state','louisiana','us','Americas','Louisiana','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4795,'state','louisiana','us','Americas','Louisiana','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4796,'state','maine','us','Americas','Maine','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://www.maine.gov/bhr/state-employees/2020-holiday-schedule\nhttps://www.maine.gov/bhr/sites/maine.gov.bhr/files/inline-files/hrmem2-19.pdf\n','2012-10-14','Y'),(4797,'state','maine','us','Americas','Maine','','Martin Luther King, Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4798,'state','maine','us','Americas','Maine','','Washington\'s Birthday','WASHINGTONS-BIRTHDAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4799,'state','maine','us','Americas','Maine','','Patriot\'s Day','PATRIOTS-DAY',NULL,'','2020-04-20','','/us/patriots-day.php',1,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4800,'state','maine','us','Americas','Maine','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4801,'state','maine','us','Americas','Maine','','Independence Day (observed)','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-03','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4802,'state','maine','us','Americas','Maine','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4803,'state','maine','us','Americas','Maine','','Indigenous Peoples Day','INDIGENOUS-PEOPLES-DAY',NULL,'','2020-10-12','','/us/indigenous-peoples-day.php',1,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4804,'state','maine','us','Americas','Maine','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4805,'state','maine','us','Americas','Maine','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4806,'state','maine','us','Americas','Maine','','Thanksgiving Friday','THANKSGIVING-FRIDAY',NULL,'','2020-11-27','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4807,'state','maine','us','Americas','Maine','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4808,'state','maryland','us','Americas','Maryland','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://dbm.maryland.gov/employees/Pages/StateHolidays2020.aspx\nhttps://msa.maryland.gov/msa/mdmanual/01glance/html/holidaye.html\n','2012-10-14','Y'),(4809,'state','maryland','us','Americas','Maryland','','Dr. Martin Luther King, Jr., Birthday','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4810,'state','maryland','us','Americas','Maryland','','Presidents Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4811,'state','maryland','us','Americas','Maryland','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4812,'state','maryland','us','Americas','Maryland','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4813,'state','maryland','us','Americas','Maryland','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4814,'state','maryland','us','Americas','Maryland','','Columbus Day','COLUMBUS-DAY',NULL,'','2020-10-12','','/us/columbus-day.php',1,'RH',NULL,'us-columbus-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4815,'state','maryland','us','Americas','Maryland','','Election Day','ELECTION-DAY',NULL,'','2020-11-03','','/us/election-day.php',0,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4816,'state','maryland','us','Americas','Maryland','','Veterans Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4817,'state','maryland','us','Americas','Maryland','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4818,'state','maryland','us','Americas','Maryland','','American Indian Heritage Day','AMERICAN-INDIAN-HERITAGE-DAY',NULL,'','2020-11-27','','/us/american-indian-heritage-day.php',0,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4819,'state','maryland','us','Americas','Maryland','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4820,'state','massachusetts','us','Americas','Massachusetts','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://www.sec.state.ma.us/cis/cishol/holidx.htm\nhttps://www.sec.state.ma.us/cis/cispdf/ma_legal_holiday.pdf\n','2012-10-14','Y'),(4821,'state','massachusetts','us','Americas','Massachusetts','','Martin Luther King, Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4822,'state','massachusetts','us','Americas','Massachusetts','','Washington\'s Birthday','WASHINGTON-BIRTHDAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4823,'state','massachusetts','us','Americas','Massachusetts','','Patriots\' Day','PATRIOTS-DAY',NULL,'','2020-04-20','','/us/patriots-day.php',1,'RH',NULL,'',NULL,'Third Monday in April','',NULL,'2012-10-15','Y'),(4824,'state','massachusetts','us','Americas','Massachusetts','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4825,'state','massachusetts','us','Americas','Massachusetts','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4826,'state','massachusetts','us','Americas','Massachusetts','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4827,'state','massachusetts','us','Americas','Massachusetts','','Columbus Day','COLUMBUS-DAY',NULL,'','2020-10-12','','/us/columbus-day.php',1,'RH',NULL,'us-columbus-day.jpg',NULL,'Restrictions until 12 noon','',NULL,'2012-10-15','Y'),(4828,'state','massachusetts','us','Americas','Massachusetts','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,'Restrictions until 1pm','',NULL,'2012-10-15','Y'),(4829,'state','massachusetts','us','Americas','Massachusetts','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4830,'state','massachusetts','us','Americas','Massachusetts','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4831,'state','michigan','us','Americas','Michigan','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://www.michigan.gov/som/0,4669,7-192-29938-90605--,00.html','2012-10-14','Y'),(4832,'state','michigan','us','Americas','Michigan','','Martin Luther King, Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4833,'state','michigan','us','Americas','Michigan','','President\'s Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4834,'state','michigan','us','Americas','Michigan','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4835,'state','michigan','us','Americas','Michigan','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4836,'state','michigan','us','Americas','Michigan','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4837,'state','michigan','us','Americas','Michigan','','General Election Day','GENERAL-ELECTION-DAY',NULL,'','2020-11-03','','/us/election-day.php',1,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4838,'state','michigan','us','Americas','Michigan','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4839,'state','michigan','us','Americas','Michigan','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4840,'state','michigan','us','Americas','Michigan','','Day After Thanksgiving','THANKSGIVING-HOLIDAY',NULL,'','2020-11-27','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4841,'state','michigan','us','Americas','Michigan','','Christmas Eve','CHRISTMAS-EVE',NULL,'','2020-12-24','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4842,'state','michigan','us','Americas','Michigan','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4843,'state','michigan','us','Americas','Michigan','','New Year\'s Eve','NEW-YEARS-EVE',NULL,'','2020-12-31','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'',NULL,'2012-10-14','Y'),(4844,'state','minnesota','us','Americas','Minnesota','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://www.msrs.state.mn.us/holidays\nhttps://mn.gov/mmb/assets/nextyear_tcm1059-128620.pdf','2012-10-14','Y'),(4845,'state','minnesota','us','Americas','Minnesota','','Martin Luther King, Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4846,'state','minnesota','us','Americas','Minnesota','','President\'s Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4847,'state','minnesota','us','Americas','Minnesota','','Emancipation Day','EMANCIPATION-DAY',NULL,'','2020-04-16','','/us/emancipation-day.php',1,'RH',NULL,'',NULL,NULL,'','looks like not celebrated in minnesota, rather in Washington DC','2012-10-15',''),(4848,'state','minnesota','us','Americas','Minnesota','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4849,'state','minnesota','us','Americas','Minnesota','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4850,'state','minnesota','us','Americas','Minnesota','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4851,'state','minnesota','us','Americas','Minnesota','','Columbus Day','COLUMBUS-DAY',NULL,'','2020-10-12','','/us/columbus-day.php',1,'RH',NULL,'us-columbus-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4852,'state','minnesota','us','Americas','Minnesota','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4853,'state','minnesota','us','Americas','Minnesota','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4854,'state','minnesota','us','Americas','Minnesota','','Thanksgiving Friday','THANKSGIVING-FRIDAY',NULL,'','2020-11-27','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4855,'state','minnesota','us','Americas','Minnesota','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4856,'state','missouri','us','Americas','Missouri','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://oa.mo.gov/commissioner/state-holidays','2012-10-14','Y'),(4857,'state','missouri','us','Americas','Missouri','','Martin Luther King, Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4858,'state','missouri','us','Americas','Missouri','','Lincoln Day','LINCOLNS-BIRTHDAY',NULL,'','2020-02-12','','/us/lincolns-birthday.php',1,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4859,'state','missouri','us','Americas','Missouri','','Washington \'s Birthday','WASHINGTONS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4860,'state','missouri','us','Americas','Missouri','','Truman Day','TRUMAN-DAY',NULL,'','2020-05-08','','/us/truman-day.php',1,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4861,'state','missouri','us','Americas','Missouri','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4862,'state','missouri','us','Americas','Missouri','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4863,'state','missouri','us','Americas','Missouri','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4864,'state','missouri','us','Americas','Missouri','','Columbus Day','COLUMBUS-DAY',NULL,'','2020-10-12','','/us/columbus-day.php',1,'RH',NULL,'us-columbus-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4865,'state','missouri','us','Americas','Missouri','','Veterans Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4866,'state','missouri','us','Americas','Missouri','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4867,'state','missouri','us','Americas','Missouri','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4869,'state','montana','us','Americas','Montana','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://www.mtcounties.org/resources-data/montana-state-holidays/','2012-10-14','Y'),(4870,'state','montana','us','Americas','Montana','','Martin Luther King Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4871,'state','montana','us','Americas','Montana','','President\'s Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4872,'state','montana','us','Americas','Montana','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4873,'state','montana','us','Americas','Montana','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4874,'state','montana','us','Americas','Montana','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4875,'state','montana','us','Americas','Montana','','Columbus Day','COLUMBUS-DAY',NULL,'','2020-10-12','','/us/columbus-day.php',1,'RH',NULL,'us-columbus-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4876,'state','montana','us','Americas','Montana','','General Election Day','GENERAL-ELECTION-DAY',NULL,'','2020-11-03','','/us/election-day.php',1,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4877,'state','montana','us','Americas','Montana','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4878,'state','montana','us','Americas','Montana','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4879,'state','montana','us','Americas','Montana','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4880,'state','nebraska','us','Americas','Nebraska','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://das.nebraska.gov/personnel/holiday-schedule.html','2012-10-14','Y'),(4881,'state','nebraska','us','Americas','Nebraska','','Martin Luther King, Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4882,'state','nebraska','us','Americas','Nebraska','','President\'s Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4883,'state','nebraska','us','Americas','Nebraska','','Arbor Day','ARBOR-DAY',NULL,'','2020-04-24','','/us/arbor-day.php',1,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4884,'state','nebraska','us','Americas','Nebraska','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4885,'state','nebraska','us','Americas','Nebraska','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4886,'state','nebraska','us','Americas','Nebraska','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4887,'state','nebraska','us','Americas','Nebraska','','Columbus Day','COLUMBUS-DAY',NULL,'','2020-10-12','','/us/columbus-day.php',1,'RH',NULL,'us-columbus-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4888,'state','nebraska','us','Americas','Nebraska','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4889,'state','nebraska','us','Americas','Nebraska','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4890,'state','nebraska','us','Americas','Nebraska','','Day After Thanksgiving','THANKSGIVING-HOLIDAY',NULL,'','2020-11-27','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4891,'state','nebraska','us','Americas','Nebraska','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4892,'state','nevada','us','Americas','Nevada','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','http://hr.nv.gov/uploadedFiles/hrnvgov/Content/About/State%20Holidays.pdf','2012-10-14','Y'),(4893,'state','nevada','us','Americas','Nevada','','Martin Luther King, Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4894,'state','nevada','us','Americas','Nevada','','President\'s Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4895,'state','nevada','us','Americas','Nevada','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4896,'state','nevada','us','Americas','Nevada','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4897,'state','nevada','us','Americas','Nevada','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4898,'state','nevada','us','Americas','Nevada','','Nevada Day','NEVADA-DAY',NULL,'','2020-10-30','','/us/nevada-day.php',1,'RH',NULL,'',NULL,'Last Friday in October','',NULL,'2012-10-15','Y'),(4899,'state','nevada','us','Americas','Nevada','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4900,'state','nevada','us','Americas','Nevada','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4901,'state','nevada','us','Americas','Nevada','','Family Day','FAMILY-DAY',NULL,'','2020-11-27','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,'Friday following the Fourth Thursday in November.','',NULL,'2012-10-15','Y'),(4902,'state','nevada','us','Americas','Nevada','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4903,'state','new-hampshire','us','Americas','New Hampshire','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://das.nh.gov/hr/documents/holiday-calendar-2020-sonh.pdf','2012-10-14','Y'),(4904,'state','new-hampshire','us','Americas','New Hampshire','','Martin Luther King Jr./ Civil Rights Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4905,'state','new-hampshire','us','Americas','New Hampshire','','President\'s Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4906,'state','new-hampshire','us','Americas','New Hampshire','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4907,'state','new-hampshire','us','Americas','New Hampshire','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4908,'state','new-hampshire','us','Americas','New Hampshire','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4909,'state','new-hampshire','us','Americas','New Hampshire','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4910,'state','new-hampshire','us','Americas','New Hampshire','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4911,'state','new-hampshire','us','Americas','New Hampshire','','Day After Thanksgiving','THANKSGIVING-DAY',NULL,'','2020-11-27','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4912,'state','new-hampshire','us','Americas','New Hampshire','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4913,'state','new-york','us','Americas','New York','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://www.cs.ny.gov/attendance_leave/2020_legal_holidays.cfm\nhttps://www.dfs.ny.gov/industry_guidance/bank_holidays_2020','2012-10-14','Y'),(4914,'state','new-york','us','Americas','New York','','Martin Luther King, Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4915,'state','new-york','us','Americas','New York','','Lincoln\'s Birthday','LINCOLNS-BIRTHDAY',NULL,'','2020-02-12','','/us/lincolns-birthday.php',1,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4916,'state','new-york','us','Americas','New York','','Washington\'s Birthday (observed)','WASHINGTONS-BIRTHDAY',NULL,'','2020-02-17','','/us/washingtons-birthday.php',1,'OB',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4917,'state','new-york','us','Americas','New York','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4918,'state','new-york','us','Americas','New York','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4919,'state','new-york','us','Americas','New York','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4920,'state','new-york','us','Americas','New York','','Columbus Day','COLUMBUS-DAY',NULL,'','2020-10-12','','/us/columbus-day.php',1,'RH',NULL,'us-columbus-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4921,'state','new-york','us','Americas','New York','','Election Day','ELECTION-DAY',NULL,'','2020-11-03','','/us/election-day.php',1,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4922,'state','new-york','us','Americas','New York','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4923,'state','new-york','us','Americas','New York','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4924,'state','new-york','us','Americas','New York','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4936,'state','north-dakota','us','Americas','North Dakota','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://sos.nd.gov/about-office/holiday-office-closings\nhttps://www.nd.gov/tax/about/state-holidays\n','2012-10-14','Y'),(4937,'state','north-dakota','us','Americas','North Dakota','','Martin Luther King Jr Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4938,'state','north-dakota','us','Americas','North Dakota','','President\'s Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4939,'state','north-dakota','us','Americas','North Dakota','','Good Friday','GOOD-FRIDAY',NULL,'','2020-04-10','','/us/good-friday.php',1,'RH',NULL,'good-friday.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4940,'state','north-dakota','us','Americas','North Dakota','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4941,'state','north-dakota','us','Americas','North Dakota','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4942,'state','north-dakota','us','Americas','North Dakota','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4943,'state','north-dakota','us','Americas','North Dakota','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4944,'state','north-dakota','us','Americas','North Dakota','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4945,'state','north-dakota','us','Americas','North Dakota','','Christmas Eve','CHRISTMAS-EVE',NULL,'','2020-12-24','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,'Office will close at noon','',NULL,'2012-10-15','Y'),(4946,'state','north-dakota','us','Americas','North Dakota','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4947,'state','oklahoma','us','Americas','Oklahoma','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://omes.ok.gov/pages/2020-official-state-holidays\nhttp://www.okdrs.gov/node/12501\nhttps://www.sos.ok.gov/documents/executive/1853.pdf','2012-10-14','Y'),(4948,'state','oklahoma','us','Americas','Oklahoma','','Martin Luther King Jr.Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4949,'state','oklahoma','us','Americas','Oklahoma','','President\'s Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4950,'state','oklahoma','us','Americas','Oklahoma','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4951,'state','oklahoma','us','Americas','Oklahoma','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-03','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4952,'state','oklahoma','us','Americas','Oklahoma','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4953,'state','oklahoma','us','Americas','Oklahoma','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4954,'state','oklahoma','us','Americas','Oklahoma','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4955,'state','oklahoma','us','Americas','Oklahoma','','Thanksgiving Holiday','THANKSGIVING-HOLIDAY',NULL,'','2020-11-27','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4956,'state','oklahoma','us','Americas','Oklahoma','','Christmas Eve','CHRISTMAS-EVE',NULL,'','2020-12-24','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4957,'state','oklahoma','us','Americas','Oklahoma','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4958,'state','oregon','us','Americas','Oregon','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://www.oregon.gov/das/Pages/Calendar.aspx','2012-10-14','Y'),(4959,'state','oregon','us','Americas','Oregon','','Martin Luther King Jr.Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4960,'state','oregon','us','Americas','Oregon','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4961,'state','oregon','us','Americas','Oregon','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-03','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4962,'state','oregon','us','Americas','Oregon','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4963,'state','oregon','us','Americas','Oregon','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4964,'state','oregon','us','Americas','Oregon','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4965,'state','oregon','us','Americas','Oregon','','Day After Thanksgiving','THANKSGIVING-HOLIDAY',NULL,'','2020-11-27','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4966,'state','oregon','us','Americas','Oregon','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4967,'state','rhode-island','us','Americas','Rhode Island','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://www.sos.ri.gov/divisions/civics-and-education/reference-desk/ri-state-holidays\nhttp://www.hr.ri.gov/documents/Calendars/2020%20Calendar%20v2.pdf\n','2012-10-14','Y'),(4968,'state','rhode-island','us','Americas','Rhode Island','','Dr.Martin Luther King, Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4969,'state','rhode-island','us','Americas','Rhode Island','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4970,'state','rhode-island','us','Americas','Rhode Island','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4971,'state','rhode-island','us','Americas','Rhode Island','','Victory Day','VICTORY-DAY',NULL,'','2020-08-10','','/us/victory-day.php',1,'RH',NULL,'',NULL,'Second Monday in August','',NULL,'2012-10-15','Y'),(4972,'state','rhode-island','us','Americas','Rhode Island','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4973,'state','rhode-island','us','Americas','Rhode Island','','Columbus Day','COLUMBUS-DAY',NULL,'','2020-10-12','','/us/columbus-day.php',1,'RH',NULL,'us-columbus-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4974,'state','rhode-island','us','Americas','Rhode Island','','Election Day','ELECTION-DAY',NULL,'','2020-11-03','','/us/election-day.php',1,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4975,'state','rhode-island','us','Americas','Rhode Island','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4976,'state','rhode-island','us','Americas','Rhode Island','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4977,'state','rhode-island','us','Americas','Rhode Island','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4978,'state','south-dakota','us','Americas','South Dakota','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://dlr.sd.gov/holiday_closures.aspx','2012-10-14','Y'),(4979,'state','south-dakota','us','Americas','South Dakota','','Martin Luther King, Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4980,'state','south-dakota','us','Americas','South Dakota','','President\'s Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4981,'state','south-dakota','us','Americas','South Dakota','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4982,'state','south-dakota','us','Americas','South Dakota','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4983,'state','south-dakota','us','Americas','South Dakota','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4984,'state','south-dakota','us','Americas','South Dakota','','Native Americans Day','NATIVE-AMERICANS-DAY',NULL,'','2020-10-12','','/us/native-americans-day.php',1,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(4985,'state','south-dakota','us','Americas','South Dakota','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4986,'state','south-dakota','us','Americas','South Dakota','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4987,'state','south-dakota','us','Americas','South Dakota','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(4999,'state','tennessee','us','Americas','Tennessee','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://www.tn.gov/about-tn/state-holidays.html','2012-10-14','Y'),(5000,'state','tennessee','us','Americas','Tennessee','','Martin Luther King Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5001,'state','tennessee','us','Americas','Tennessee','','President\'s Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5002,'state','tennessee','us','Americas','Tennessee','','Good Friday','GOOD-FRIDAY',NULL,'','2020-04-10','','/us/good-friday.php',1,'RH',NULL,'good-friday.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5003,'state','tennessee','us','Americas','Tennessee','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5004,'state','tennessee','us','Americas','Tennessee','','Independence Day (observed)','INDEPENDENCE-DAY',NULL,'','2020-07-03','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5005,'state','tennessee','us','Americas','Tennessee','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5006,'state','tennessee','us','Americas','Tennessee','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5007,'state','tennessee','us','Americas','Tennessee','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5008,'state','tennessee','us','Americas','Tennessee','','Thanksgiving Holiday','THANKSGIVING-HOLIDAY',NULL,'','2020-11-27','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5009,'state','tennessee','us','Americas','Tennessee','','Christmas Eve','CHRISTMAS-EVE',NULL,'','2020-12-24','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5010,'state','tennessee','us','Americas','Tennessee','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5011,'state','tennessee','us','Americas','Tennessee','','New Year\'s Eve','NEW-YEARS-EVE',NULL,'','2020-12-31','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'',NULL,'2012-10-14','Y'),(5012,'state','utah','us','Americas','Utah','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://dhrm.utah.gov/payroll/payroll-schedules\nhttps://dhrm.utah.gov/wp-content/uploads/FinanceCalendar.pdf\n','2012-10-14','Y'),(5013,'state','utah','us','Americas','Utah','','Martin Luther King Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5014,'state','utah','us','Americas','Utah','','Washington & Lincoln Day','WASHINGTON-LINCOLN-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5015,'state','utah','us','Americas','Utah','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5016,'state','utah','us','Americas','Utah','','Independence Day (observed)','INDEPENDENCE-DAY',NULL,'','2020-07-03','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5017,'state','utah','us','Americas','Utah','','Pioneer Day','PIONEER-DAY',NULL,'','2020-07-24','','/us/pioneer-day.php',0,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(5018,'state','utah','us','Americas','Utah','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5019,'state','utah','us','Americas','Utah','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5020,'state','utah','us','Americas','Utah','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5023,'state','utah','us','Americas','Utah','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5024,'state','wisconsin','us','Americas','Wisconsin','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://dpm.wi.gov/Pages/How_Do_I/seeStateHolidays.aspx','2012-10-14','Y'),(5025,'state','wisconsin','us','Americas','Wisconsin','','Martin Luther King Jr.\'s Birthday','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5026,'state','wisconsin','us','Americas','Wisconsin','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5027,'state','wisconsin','us','Americas','Wisconsin','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5028,'state','wisconsin','us','Americas','Wisconsin','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5029,'state','wisconsin','us','Americas','Wisconsin','','Thanksgiving','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5030,'state','wisconsin','us','Americas','Wisconsin','','Christmas Eve','CHRISTMAS-EVE',NULL,'','2020-12-24','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5031,'state','wisconsin','us','Americas','Wisconsin','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5032,'state','wisconsin','us','Americas','Wisconsin','','New Year\'s Eve','NEW-YEARS-EVE',NULL,'','2020-12-31','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'',NULL,'2012-10-14','Y'),(5033,'state','washington','us','Americas','Washington','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://dor.wa.gov/contact-us/state-holiday-schedule\nhttps://www.doh.wa.gov/AboutUs/ContactUs/StateHolidays','2012-10-14','Y'),(5034,'state','washington','us','Americas','Washington','','Martin Luther King, Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5035,'state','washington','us','Americas','Washington','','President\'s Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5036,'state','washington','us','Americas','Washington','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5037,'state','washington','us','Americas','Washington','','Independence Day (observed)','INDEPENDENCE-DAY',NULL,'','2020-07-03','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5038,'state','washington','us','Americas','Washington','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5039,'state','washington','us','Americas','Washington','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5040,'state','washington','us','Americas','Washington','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5041,'state','washington','us','Americas','Washington','','Native American Heritage Day','AMERICAN-HERITAGE-DAY',NULL,'','2020-11-27','','/us/native-americans-heritage-day.php',0,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(5042,'state','washington','us','Americas','Washington','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5043,'state','wyoming','us','Americas','Wyoming','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://soswy.state.wy.us/Holiday.aspx\nhttp://spcrintranet.wyo.gov/Holiday20.pdf','2012-10-14','Y'),(5044,'state','wyoming','us','Americas','Wyoming','','Martin Luther King, Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5045,'state','wyoming','us','Americas','Wyoming','','President\'s Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5046,'state','wyoming','us','Americas','Wyoming','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5047,'state','wyoming','us','Americas','Wyoming','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5048,'state','wyoming','us','Americas','Wyoming','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5049,'state','wyoming','us','Americas','Wyoming','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5050,'state','wyoming','us','Americas','Wyoming','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5051,'state','wyoming','us','Americas','Wyoming','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5052,'state','west-virginia','us','Americas','West Virginia','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','http://personnel.wv.gov/employees/benefits/Pages/Holidays.aspx\nhttp://www.wvdhhr.org/bph/hsc/Holidays.asp\n','2012-10-14','Y'),(5053,'state','west-virginia','us','Americas','West Virginia','','Martin Luther King, Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5054,'state','west-virginia','us','Americas','West Virginia','','President\'s Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5055,'state','west-virginia','us','Americas','West Virginia','','Primary Election Day','ELECTION-DAY',NULL,'','2020-05-12','','/us/primary-election-day.php',0,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(5056,'state','west-virginia','us','Americas','West Virginia','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5057,'state','west-virginia','us','Americas','West Virginia','','West Virginia Day (observed)','WEST-VIRGINIA-DAY',NULL,'','2020-06-19','','/us/memorial-day.php',0,'OB',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(5058,'state','west-virginia','us','Americas','West Virginia','','Independence Day (observed)','INDEPENDENCE-DAY',NULL,'','2020-07-03','Y','/us/independence-day.php',1,'OB',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5059,'state','west-virginia','us','Americas','West Virginia','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5060,'state','west-virginia','us','Americas','West Virginia','','Columbus Day','COLUMBUS-DAY',NULL,'','2020-10-12','','/us/columbus-day.php',1,'RH',NULL,'us-columbus-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5061,'state','west-virginia','us','Americas','West Virginia','','Election Day','ELECTION-DAY',NULL,'','2020-11-03','','/us/election-day.php',1,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(5062,'state','west-virginia','us','Americas','West Virginia','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5063,'state','west-virginia','us','Americas','West Virginia','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5064,'state','west-virginia','us','Americas','West Virginia','','Day after Thanksgiving','THANKSGIVING-HOLIDAY',NULL,'','2020-11-27','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5065,'state','west-virginia','us','Americas','West Virginia','','Christmas Eve','CHRISTMAS-EVE',NULL,'','2020-12-24','Y','/us/christmas.php',1,'RH','H','christmas.jpg',NULL,'(1/2 day)','',NULL,'2012-10-15','Y'),(5066,'state','west-virginia','us','Americas','West Virginia','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5067,'state','west-virginia','us','Americas','West Virginia','','New Year\'s Eve','NEW-YEARS-EVE',NULL,'','2020-12-31','Y','/us/new-years-day.php',1,'RH','H','new-years-day.jpg',NULL,'(1/2 day)','',NULL,'2012-10-14','Y'),(5068,'state','virginia','us','Americas','Virginia','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://www.doa.virginia.gov/reference/payandholidaycalendar.pdf\nhttp://www.vdh.virginia.gov/emergency-medical-services/2016-state-holidays-observed/\n','2012-10-14','Y'),(5069,'state','virginia','us','Americas','Virginia','','Lee-Jackson Day','LEE-JACKSON-DAY',NULL,'','2020-01-17','','/us/lee-jackson-day.php',0,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(5070,'state','virginia','us','Americas','Virginia','','Martin Luther King, Jr. Birthday','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5071,'state','virginia','us','Americas','Virginia','','George Washington Day','GEORGE-WASHINGTON-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5072,'state','virginia','us','Americas','Virginia','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5073,'state','virginia','us','Americas','Virginia','','Independence Day (observed)','INDEPENDENCE-DAY',NULL,'','2020-07-03','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5074,'state','virginia','us','Americas','Virginia','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5075,'state','virginia','us','Americas','Virginia','','Columbus Day & Yorktown Victory Day','COLUMBUS-DAY-YORKTOWN',NULL,'','2020-10-12','','/us/columbus-day.php',1,'RH',NULL,'us-columbus-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5076,'state','virginia','us','Americas','Virginia','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5077,'state','virginia','us','Americas','Virginia','','Thanksgiving Eve','THANKSGIVING-EVE',NULL,'','2020-11-25','','/us/thanksgiving-day.php',1,'RH','H','thanksgiving-day.jpg',NULL,'4 hours additional holiday time','',NULL,'2012-10-15','Y'),(5078,'state','virginia','us','Americas','Virginia','','Day After Thanksgiving','DAY-AFTER-THANKSGIVING',NULL,'','2020-11-27','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5079,'state','virginia','us','Americas','Virginia','','Christmas Eve','CHRISTMAS-EVE',NULL,'','2020-12-24','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,'8 hours additional holiday time','',NULL,'2012-10-15','Y'),(5080,'state','vermont','us','Americas','Vermont','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://humanresources.vermont.gov/benefits-wellness/holiday-schedule\nhttps://humanresources.vermont.gov/content/state-holiday-schedule-2019-2020\nhttps://humanresources.vermont.gov/sites/humanresources/files/documents/DHR-State_Holiday_Schedule_19_20.pdf\nNOTE: Most State offices will be closed on the day after Thanksgiving (see Holiday Articles in State employee contracts','2012-10-14','Y'),(5081,'state','vermont','us','Americas','Vermont','','Martin Luther King, Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5082,'state','vermont','us','Americas','Vermont','','President\'s Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5083,'state','vermont','us','Americas','Vermont','','Town Meeting Day','TOWN-MEETING-DAY',NULL,'','2020-03-03','','/us/town-meeting-day.php',1,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(5084,'state','vermont','us','Americas','Vermont','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5085,'state','vermont','us','Americas','Vermont','','Independence Day (observed)','INDEPENDENCE-DAY',NULL,'','2020-07-03','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5086,'state','vermont','us','Americas','Vermont','','Bennington Battle Day','BENNINGTON-BATTLE-DAY',NULL,'','2020-08-17','Y','/us/bennington-battle-day.php',0,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(5087,'state','vermont','us','Americas','Vermont','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5088,'state','vermont','us','Americas','Vermont','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5089,'state','vermont','us','Americas','Vermont','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5090,'state','vermont','us','Americas','Vermont','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5091,'state','texas','us','Americas','Texas','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://comptroller.texas.gov/about/holidays.php\nhttp://www.hr.sao.texas.gov/Documents/Holidays/Holidays2020.pdf\n','2012-10-14','Y'),(5092,'state','texas','us','Americas','Texas','','Martin Luther King, Jr. Birthday','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5093,'state','texas','us','Americas','Texas','','President\'s Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5094,'state','texas','us','Americas','Texas','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5095,'state','texas','us','Americas','Texas','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5096,'state','texas','us','Americas','Texas','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5097,'state','texas','us','Americas','Texas','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5098,'state','texas','us','Americas','Texas','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(5099,'state','texas','us','Americas','Texas','','Day After Thanksgiving','DAY-AFTER-THANKSGIVING',NULL,'','2020-11-27','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6100,'state','texas','us','Americas','Texas','','Christmas Eve Day','CHRISTMAS-EVE',NULL,'','2020-12-24','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6101,'state','texas','us','Americas','Texas','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6102,'state','north-carolina','us','Americas','North Carolina','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://oshr.nc.gov/state-employee-resources/benefits/leave/holidays#2020\nhttps://files.nc.gov/ncoshr/documents/files/2020_Holiday_Schedule.pdf\n','2012-10-14','Y'),(6103,'state','north-carolina','us','Americas','North Carolina','','Martin Luther King, Jr. Birthday','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6104,'state','north-carolina','us','Americas','North Carolina','','Good Friday','GOOD-FRIDAY',NULL,'','2020-04-10','','/us/good-friday.php',1,'RH',NULL,'good-friday.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6105,'state','north-carolina','us','Americas','North Carolina','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6106,'state','north-carolina','us','Americas','North Carolina','','Independence Day (observed)','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-03','','/us/independence-day.php',1,'OB',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6107,'state','north-carolina','us','Americas','North Carolina','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6108,'state','north-carolina','us','Americas','North Carolina','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6109,'state','north-carolina','us','Americas','North Carolina','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6110,'state','north-carolina','us','Americas','North Carolina','','Thanksgiving Friday','THANKSGIVING-FRIDAY',NULL,'','2020-11-27','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6111,'state','north-carolina','us','Americas','North Carolina','','Christmas Eve','CHRISTMAS-EVE',NULL,'','2020-12-24','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6112,'state','north-carolina','us','Americas','North Carolina','','Christmas','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6113,'state','ohio','us','Americas','Ohio','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://ohio.gov/wps/portal/gov/site/government/resources/state-holidays','2012-10-14','Y'),(6114,'state','ohio','us','Americas','Ohio','','Martin Luther King, Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6115,'state','ohio','us','Americas','Ohio','','President\'s Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6116,'state','ohio','us','Americas','Ohio','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6117,'state','ohio','us','Americas','Ohio','','Independence Day (observed)','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'OB',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6118,'state','ohio','us','Americas','Ohio','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6119,'state','ohio','us','Americas','Ohio','','Columbus Day','COLUMBUS-DAY',NULL,'','2020-10-12','','/us/columbus-day.php',1,'RH',NULL,'us-columbus-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6120,'state','ohio','us','Americas','Ohio','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6121,'state','ohio','us','Americas','Ohio','','Thanksgiving','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6122,'state','ohio','us','Americas','Ohio','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6123,'state','pennsylvania','us','Americas','Pennsylvania','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://www.budget.pa.gov/Services/ForAgencies/Payroll/Pages/Holiday-and-Pay-Calendars.aspx\nhttps://www.budget.pa.gov/Services/ForAgencies/Payroll/Documents/2020-calendar.pdf','2012-10-14','Y'),(6124,'state','pennsylvania','us','Americas','Pennsylvania','','Martin Luther King, Jr. Birthday','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6125,'state','pennsylvania','us','Americas','Pennsylvania','','President\'s Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6126,'state','pennsylvania','us','Americas','Pennsylvania','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6127,'state','pennsylvania','us','Americas','Pennsylvania','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6128,'state','pennsylvania','us','Americas','Pennsylvania','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6129,'state','pennsylvania','us','Americas','Pennsylvania','','Columbus Day','COLUMBUS-DAY',NULL,'','2020-10-12','','/us/columbus-day.php',1,'RH',NULL,'us-columbus-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6130,'state','pennsylvania','us','Americas','Pennsylvania','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6131,'state','pennsylvania','us','Americas','Pennsylvania','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6132,'state','pennsylvania','us','Americas','Pennsylvania','','Day After Thanksgiving','DAY-AFTER-THANKSGIVING',NULL,'','2020-11-27','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6133,'state','pennsylvania','us','Americas','Pennsylvania','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6134,'state','kentucky','us','Americas','Kentucky','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://personnel.ky.gov/Pages/Leave.aspx','2012-10-14','Y'),(6135,'state','kentucky','us','Americas','Kentucky','','Martin Luther King, Jr. Birthday','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6136,'state','kentucky','us','Americas','Kentucky','','Good Friday','GOOD-FRIDAY',NULL,'','2020-04-10','','/us/good-friday.php',1,'RH',NULL,'good-friday.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6137,'state','kentucky','us','Americas','Kentucky','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6138,'state','kentucky','us','Americas','Kentucky','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-03','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6139,'state','kentucky','us','Americas','Kentucky','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6140,'state','kentucky','us','Americas','Kentucky','','Presidential Election','PRESEDENTIAL-ELECTION',NULL,'','2020-11-03','','/us/election-day.php',1,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(6141,'state','kentucky','us','Americas','Kentucky','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6142,'state','kentucky','us','Americas','Kentucky','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6143,'state','kentucky','us','Americas','Kentucky','','Thanksgiving Friday','THANKSGIVING-FRIDAY',NULL,'','2020-11-27','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6144,'state','kentucky','us','Americas','Kentucky','','Christmas Eve','CHRISTMAS-EVE',NULL,'','2020-12-24','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6145,'state','kentucky','us','Americas','Kentucky','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6146,'state','kentucky','us','Americas','Kentucky','','New Year\'s Eve','NEW-YEARS-EVE',NULL,'','2020-12-31','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'',NULL,'2012-10-14','Y'),(6147,'state','california','us','Americas','California','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://www.sos.ca.gov/state-holidays/\nhttps://www.cpuc.ca.gov/General.aspx?id=6442459829','2012-10-14','Y'),(6148,'state','california','us','Americas','California','','Martin Luther King, Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6149,'state','california','us','Americas','California','','President\'s Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6150,'state','california','us','Americas','California','','Cesar Chavez Day','CESAR-CHAVEZ-DAY',NULL,'','2020-03-31','Y','/us/cesar-chavez-day.php',1,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(6151,'state','california','us','Americas','California','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6152,'state','california','us','Americas','California','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6153,'state','california','us','Americas','California','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6154,'state','california','us','Americas','California','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6155,'state','california','us','Americas','California','','Thanksgiving Holiday','THANKSGIVING-HOLIDAY',NULL,'','2020-11-27','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6156,'state','california','us','Americas','California','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6157,'state','florida','us','Americas','Florida','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://www.dms.myflorida.com/workforce_operations/human_resource_management/for_state_personnel_system_hr_practitioners/state_holidays\nhttps://www.dms.myflorida.com/workforce_operations/human_resource_management/florida_personnel_rules_and_statutes\n','2012-10-14','Y'),(6158,'state','florida','us','Americas','Florida','','Birthday of Dr. Martin Luther King, Jr.','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6159,'state','florida','us','Americas','Florida','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6160,'state','florida','us','Americas','Florida','','Independence Day (observed)','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-03','','/us/independence-day.php',1,'OB',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6161,'state','florida','us','Americas','Florida','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6162,'state','florida','us','Americas','Florida','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6163,'state','florida','us','Americas','Florida','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6164,'state','florida','us','Americas','Florida','','Fridayay After Thanksgiving','THANKSGIVING-HOLIDAY',NULL,'','2020-11-27','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6165,'state','florida','us','Americas','Florida','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6166,'state','new-jersey','us','Americas','New Jersey','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://www.state.nj.us/nj/about/facts/holidays/','2012-10-14','Y'),(6167,'state','new-jersey','us','Americas','New Jersey','','Martin Luther King, Jr.Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6568,'state','new-jersey','us','Americas','New Jersey','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6169,'state','new-jersey','us','Americas','New Jersey','','Presidents Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6170,'state','new-jersey','us','Americas','New Jersey','','Good Friday','GOOD-FRIDAY',NULL,'','2020-04-10','','/us/good-friday.php',1,'RH',NULL,'good-friday.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6171,'state','new-jersey','us','Americas','New Jersey','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6172,'state','new-jersey','us','Americas','New Jersey','','Independence Day (observed)','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-03','','/us/independence-day.php',0,'OB',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6173,'state','new-jersey','us','Americas','New Jersey','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6174,'state','new-jersey','us','Americas','New Jersey','','Columbus Day','COLUMBUS-DAY',NULL,'','2020-10-12','','/us/columbus-day.php',1,'RH',NULL,'us-columbus-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6175,'state','new-jersey','us','Americas','New Jersey','','Election Day','ELECTION-DAY',NULL,'','2020-11-03','','/us/election-day.php',1,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(6176,'state','new-jersey','us','Americas','New Jersey','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6177,'state','new-jersey','us','Americas','New Jersey','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6570,'state','new-mexico','us','Americas','New Mexico','','Presidents\' Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15',''),(6569,'state','new-mexico','us','Americas','New Mexico','','Independence Day (observed)','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-03','','/us/independence-day.php',1,'OB',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6180,'state','new-jersey','us','Americas','New Jersey','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6182,'state','mississippi','us','Americas','Mississippi','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://www.sos.ms.gov/education-publications/pages/state-holidays.aspx','2012-10-14','Y'),(6183,'state','mississippi','us','Americas','Mississippi','','Martin Luther King, Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6184,'state','mississippi','us','Americas','Mississippi','','Washington\'s Birthday','WASHINGTON-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6185,'state','mississippi','us','Americas','Mississippi','','Confederate Memorial Day','CONFEDERATE-MEMORIAL-DAY',NULL,'','2020-04-27','','/us/confederate-memorial-day.php',0,'RH',NULL,'',NULL,'The last Monday of April','',NULL,'2012-10-15','Y'),(6186,'state','mississippi','us','Americas','Mississippi','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6187,'state','mississippi','us','Americas','Mississippi','','Independence Day (observed)','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-03','','/us/independence-day.php',1,'OB',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6188,'state','mississippi','us','Americas','Mississippi','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6189,'state','mississippi','us','Americas','Mississippi','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6190,'state','mississippi','us','Americas','Mississippi','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6191,'state','mississippi','us','Americas','Mississippi','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6192,'state','mississippi','us','Americas','Mississippi','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6193,'state','colorado','us','Americas','Colorado','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://www.sos.state.co.us/pubs/info_center/holidayCalendar.html\nhttps://www.colorado.gov/pacific/tax/cdor-holiday-closures\nhttps://www.colorado.gov/pacific/sites/default/files/FY%202019-20%20Holiday%20Schedule.pdf','2012-10-14','Y'),(6194,'state','colorado','us','Americas','Colorado','','Martin Luther King, Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6195,'state','colorado','us','Americas','Colorado','','President\'s Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6196,'state','colorado','us','Americas','Colorado','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6197,'state','colorado','us','Americas','Colorado','','Independence Day (observed)','INDEPENDENCE-DAY',NULL,'','2020-07-03','','/us/independence-day.php',1,'OB',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6198,'state','colorado','us','Americas','Colorado','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6199,'state','colorado','us','Americas','Colorado','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6200,'state','colorado','us','Americas','Colorado','','Cabrini Day','CABRINI-DAY',NULL,'','2020-10-05','','/us/cabrini-day.php',1,'RH',NULL,'',NULL,'The first Monday of October','','The first Monday of October\nhttps://edition.cnn.com/2020/03/11/us/colorado-columbus-day-cabrini-day-trnd/index.html','2012-10-15','Y'),(6201,'state','colorado','us','Americas','Colorado','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6203,'state','colorado','us','Americas','Colorado','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6204,'state','colorado','us','Americas','Colorado','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6205,'state','arkansas','us','Americas','Arkansas','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://www.sos.arkansas.gov/calendar/\nhttps://www.sos.arkansas.gov/uploads/news/holidays_2020.pdf\nhttps://www.sos.arkansas.gov/news/state-holiday-calendar/','2012-10-14','Y'),(6206,'state','arkansas','us','Americas','Arkansas','','Martin Luther King, Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6207,'state','arkansas','us','Americas','Arkansas','','George Washington\'s Birthday','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6208,'state','arkansas','us','Americas','Arkansas','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6209,'state','arkansas','us','Americas','Arkansas','','Independence Day Holiday','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-03','','/us/independence-day.php',1,'OB',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6210,'state','arkansas','us','Americas','Arkansas','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6211,'state','arkansas','us','Americas','Arkansas','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6212,'state','arkansas','us','Americas','Arkansas','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6213,'state','arkansas','us','Americas','Arkansas','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6214,'state','arkansas','us','Americas','Arkansas','','Christmas Eve','CHRISTMAS-EVE',NULL,'','2020-12-24','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6215,'state','arkansas','us','Americas','Arkansas','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6216,'state','new-mexico','us','Americas','New Mexico','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://twelfthdistrictcourt.nmcourts.gov/holidays-and-closures.aspx','2012-10-14','Y'),(6217,'state','new-mexico','us','Americas','New Mexico','','Martin Luther King, Jr. Day','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6218,'state','new-mexico','us','Americas','New Mexico','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6219,'state','new-mexico','us','Americas','New Mexico','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6220,'state','new-mexico','us','Americas','New Mexico','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6221,'state','new-mexico','us','Americas','New Mexico','','Indigenous Peoples\' Day','INDIGENOUS-PEOPLE-DAY',NULL,'','2020-10-12','','/us/indigenous-peoples-day.php',1,'RH',NULL,'us-columbus-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6222,'state','new-mexico','us','Americas','New Mexico','','Veterans\' Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6223,'state','new-mexico','us','Americas','New Mexico','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6224,'state','new-mexico','us','Americas','New Mexico','','Presidents\' Day (observed)','PRESIDENTS-DAY-HOLIDAY',NULL,'','2020-11-27','','/us/presidents-day.php',1,'OB',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6225,'state','new-mexico','us','Americas','New Mexico','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6226,'state','south-carolina','us','Americas','South Carolina','','New Year\'s Day','NEW-YEARS-DAY',NULL,'','2020-01-01','Y','/us/new-years-day.php',1,'RH',NULL,'new-years-day.jpg',NULL,NULL,'','https://www.admin.sc.gov/dshr/holiday\nhttps://www.state.sc.us/forest/holidays.pdf','2012-10-14','Y'),(6227,'state','south-carolina','us','Americas','South Carolina','','Martin Luther King, Jr. Birthday','M-L-KING-DAY',NULL,'','2020-01-20','','/us/martin-luther-king-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6228,'state','south-carolina','us','Americas','South Carolina','','Good Friday','GOOD-FRIDAY',NULL,'','2020-04-10','','/us/good-friday.php',1,'RH',NULL,'good-friday.jpg',NULL,NULL,'',NULL,'2012-10-15',''),(6229,'state','south-carolina','us','Americas','South Carolina','','Confederate Memorial Day','CONFEDERATE-MEMORIAL-DAY',NULL,'','2020-05-11','','/us/confederate-memorial-day.php',1,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(6230,'state','south-carolina','us','Americas','South Carolina','','Independence Day (Observed)','INDEPENDENCE-DAY',NULL,'','2020-07-03','','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6231,'state','south-carolina','us','Americas','South Carolina','','Labor Day','LABOR-DAY',NULL,'','2020-09-07','','/us/labor-day.php',1,'RH',NULL,'us-labor-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6232,'state','south-carolina','us','Americas','South Carolina','','Veteran\'s Day','VETERANS-DAY',NULL,'','2020-11-11','Y','/us/veterans-day.php',1,'RH',NULL,'veterans-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6233,'state','south-carolina','us','Americas','South Carolina','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6234,'state','south-carolina','us','Americas','South Carolina','','Day after Thanksgiving','DAY-AFTER-THANKSGIVING',NULL,'','2020-11-27','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6235,'state','south-carolina','us','Americas','South Carolina','','Day after Christmas','DAY-AFTER-CHRISTMAS',NULL,'','2020-12-28','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6236,'state','south-carolina','us','Americas','South Carolina','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6546,'state','delaware','us','Americas','Delaware','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'OB',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6547,'state','florida','us','Americas','Florida','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'OB',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6548,'state','georgia','us','Americas','Georgia','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'OB',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6549,'state','hawaii','us','Americas','Hawaii','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'OB',NULL,'us-flag.jpg',NULL,'The fourth day in July','',NULL,'2012-10-15','Y'),(6550,'state','idaho','us','Americas','Idaho','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6551,'state','illinois','us','Americas','Illinois','','Independence Day (observed)','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-03','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6552,'state','iowa','us','Americas','Iowa','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6553,'state','kansas','us','Americas','Kansas','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6554,'state','louisiana','us','Americas','Louisiana','','Independence Day (observed)','INDEPENDENCE-DAY',NULL,'','2020-07-03','','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6555,'state','louisiana','us','Americas','Louisiana','','Election Day','ELECTION-DAY',NULL,'','2020-11-03','','/us/election-day.php',1,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(6556,'state','maine','us','Americas','Maine','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6557,'state','maryland','us','Americas','Maryland','','Independence Day (observed)','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-03','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6558,'state','michigan','us','Americas','Michigan','','Independence Day (observed)','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-03','Y','/us/independence-day.php',1,'OB',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6559,'state','minnesota','us','Americas','Minnesota','','Independence Day (observed)','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-03','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6561,'state','mississippi','us','Americas','Mississippi','','Robert E. Lee\'s Birthday','ROBERT-E-LEES-BIRTHDAY',NULL,'','2020-01-20','','/us/robert-e-lee-birthday.php',1,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(6562,'state','mississippi','us','Americas','Mississippi','','Jefferson Davis’ Birthday','JEFFERSON-DAVIS-BIRTHDAY',NULL,'','2020-05-25','','/us/jefferson-davis-birthday.php',0,'RH',NULL,'',NULL,'The last Monday of May','',NULL,'2012-10-15','Y'),(6563,'state','missouri','us','Americas','Missouri','','Independence Day (observed)','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-03','Y','/us/independence-day.php',1,'OB',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6564,'state','montana','us','Americas','Montana','','Independence Day (observed)','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-03','','/us/independence-day.php',1,'OB',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6565,'state','nebraska','us','Americas','Nebraska','','Independence Day (observed)','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-03','','/us/independence-day.php',1,'OB',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6566,'state','nevada','us','Americas','Nevada','','Independence Day (observed)','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-03','','/us/independence-day.php',1,'OB',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6567,'state','new-hampshire','us','Americas','New Hampshire','','Independence Day (observed)','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-03','Y','/us/independence-day.php',1,'OB',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6571,'state','north-carolina','us','Americas','North Carolina','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-04','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6572,'state','north-carolina','us','Americas','North Carolina','','Christmas Holiday','CHRISTMAS-HOLIDAY',NULL,'','2020-12-28','','/us/christmas.php',1,'OB',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6573,'state','north-dakota','us','Americas','North Dakota','','Independence Day (observed)','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-03','','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6574,'state','ohio','us','Americas','Ohio','','Independence Day','INDEPENDENCE-DAY',NULL,'','2020-07-03','Y','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6575,'state','oregon','us','Americas','Oregon','','President\'s Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'presidents-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6576,'state','pennsylvania','us','Americas','Pennsylvania','','Independence Day (Observed)','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-03','','/us/independence-day.php',1,'OB',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6577,'state','rhode-island','us','Americas','Rhode Island','','Independence Day (Observed)','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-06','','/us/independence-day.php',1,'OB',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6578,'state','south-carolina','us','Americas','South Carolina','','Presidents Day','PRESIDENTS-DAY',NULL,'','2020-02-17','','/us/presidents-day.php',1,'RH',NULL,'martin-luther-king.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6579,'state','south-carolina','us','Americas','South Carolina','','National Memorial Day','MEMORIAL-DAY',NULL,'','2020-05-25','','/us/memorial-day.php',1,'RH',NULL,'memorial-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6580,'state','south-dakota','us','Americas','South Dakota','','Independence Day (Observed)','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-03','','/us/independence-day.php',1,'RH',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6581,'state','texas','us','Americas','Texas','','Confederate Heroes\' Day','CONFEDERATE-HEROES-DAY',NULL,'','2020-01-19','','/us/confederate-memorial-day.php',0,'RH',NULL,'',NULL,NULL,'',NULL,'2012-10-15','Y'),(6582,'state','texas','us','Americas','Texas','','Cesar Chavez Day','CESAR-CHAVEZ-DAY',NULL,'','2020-03-31','Y','/us/cesar-chavez-day.php',0,'OH',NULL,'',NULL,'Optional Holiday','',NULL,'2012-10-15','Y'),(6583,'state','texas','us','Americas','Texas','','Good Friday','GOOD-FRIDAY',NULL,'','2020-04-10','','/us/good-friday.php',1,'OH',NULL,'good-friday.jpg',NULL,'Optional Holiday','',NULL,'2012-10-15','Y'),(6584,'state','texas','us','Americas','Texas','','Texas Independence Day','TEXAS-INDEPENDENCE-DAY',NULL,'','2020-03-02','Y','/us/texas-independence-day.php',0,'RH',NULL,'',NULL,'Skeleton Crew Required','',NULL,'2012-10-15','Y'),(6585,'state','texas','us','Americas','Texas','','San Jacinto Day','SAN-JACINTO-DAY',NULL,'','2020-04-21','','/us/san-jacinto-day.php',0,'RH',NULL,'',NULL,'Skeleton Crew Required','',NULL,'2012-10-15','Y'),(6586,'state','texas','us','Americas','Texas','','Emancipation Day','EMANCIPATION-DAY',NULL,'','2020-06-19','','/us/emancipation-day.php',0,'RH',NULL,'',NULL,'Skeleton Crew Required','',NULL,'2012-10-15','Y'),(6587,'state','texas','us','Americas','Texas','','LBJ\'s Birthday','LBJS-BIRTHDAY',NULL,'','2020-08-27','','/us/lyndon-b-johnson-day.php',0,'RH',NULL,'',NULL,'Skeleton Crew Required','',NULL,'2012-10-15','Y'),(6588,'state','texas','us','Americas','Texas','','Yom Kippur','YOM-KIPPUR',NULL,NULL,'2020-09-28','','/jewish/yom-kippur.php',0,'OH',NULL,NULL,NULL,'Optional Holiday','',NULL,'2012-10-15','Y'),(6589,'state','texas','us','Americas','Texas','','Rosh Hashanah','ROSH-HASHANAH',NULL,NULL,'2020-09-19','','/jewish/rosh-hashanah.php',0,'OH',NULL,NULL,NULL,'Optional Holiday','',NULL,'2012-10-15','Y'),(6590,'state','texas','us','Americas','Texas','','Day After Christmas','DAY-AFTER-CHRISTMAS',NULL,'','2020-12-26','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6591,'state','utah','us','Americas','Utah','','Columbus Day','COLUMBUS-DAY',NULL,'','2020-10-12','','/us/columbus-day.php',1,'RH',NULL,'us-columbus-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6592,'state','virginia','us','Americas','Virginia','','Thanksgiving Day','THANKSGIVING-DAY',NULL,'','2020-11-26','','/us/thanksgiving-day.php',1,'RH',NULL,'thanksgiving-day.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6593,'state','virginia','us','Americas','Virginia','','Christmas Day','CHRISTMAS',NULL,'','2020-12-25','Y','/us/christmas.php',1,'RH',NULL,'christmas.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(6594,'state','california','us','Americas','California','','Independence Day (observed)','INDEPENDENCE-DAY-HOLIDAY',NULL,'','2020-07-03','Y','/us/independence-day.php',1,'OB',NULL,'us-flag.jpg',NULL,NULL,'',NULL,'2012-10-15','Y'),(10042,'state','victoria','australia','Asia Pacific','Victoria','','Friday Before AFL Grand Final','FRIDAY-BEFORE-AFL-GRAND-FINAL',NULL,NULL,'2020-09-25','Y','/australia/afl-grand-final-holiday.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-04','Y'),(10041,'state','victoria','australia','Asia Pacific','Victoria','','Queen\'s Birthday','QUEENS-BIRTHDAY',NULL,NULL,'2020-06-08','','/australia/queens-birthday.php',1,'RH','Y','queens_birthday.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10040,'state','victoria','australia','Asia Pacific','Victoria','','Anzac Day','ANZAC-DAY',NULL,NULL,'2020-04-25','Y','/australia/anzac-day.php',1,'RH','Y','anzac-day.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10039,'state','victoria','australia','Asia Pacific','Victoria','','Easter Monday','EASTER-MONDAY',NULL,NULL,'2020-04-13','','/christian/easter-monday.php',0,'RH','Y','easter.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10038,'state','victoria','australia','Asia Pacific','Victoria','','Easter Sunday','EASTER-SUNDAY',NULL,NULL,'2020-04-12','','/us/easter.php',1,'RH','Y','easter.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10037,'state','victoria','australia','Asia Pacific','Victoria','','Easter Saturday','EASTER-SATURDAY',NULL,NULL,'2020-04-11','','/us/easter.php',1,'RH','Y','easter.jpg',NULL,NULL,'',NULL,'2202-06-04','Y'),(10036,'state','victoria','australia','Asia Pacific','Victoria','','Good Friday','GOOD-FRIDAY',NULL,NULL,'2020-04-10','','/us/good-friday.php',1,'RH','Y','good-friday.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10035,'state','victoria','australia','Asia Pacific','Victoria','','Labour Day','LABOUR-DAY',NULL,NULL,'2020-03-09','','/australia/labour-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-04','Y'),(10033,'state','victoria','australia','Asia Pacific','Victoria','','Australia Day','AUSTRALIA-DAY',NULL,NULL,'2020-01-27','Y','/australia/australia-day.php',1,'RH','Y','australia-flag.gif',NULL,NULL,'',NULL,'2020-06-04','Y'),(10032,'state','victoria','australia','Asia Pacific','Victoria','','New Year\'s Day','NEW-YEARS-DAY',NULL,NULL,'2020-01-01','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,NULL,'','https://info.australia.gov.au/about-australia/special-dates-and-events/public-holidays\n\nhttps://www.business.vic.gov.au/victorian-public-holidays-and-daylight-saving/victorian-public-holidays\n\n\nhttp://www.legislation.vic.gov.au/Domino/Web_Notes/LDMS/PubLawToday.nsf/a12f6f60fbd56800ca256de500201e54/e4903ebf5a9d23c9ca2578a800800311!OpenDocument#','2020-06-04','Y'),(10031,'state','tasmania','australia','Asia Pacific','Tasmania','','Boxing Day','BOXING-DAY',NULL,NULL,'2020-12-28','Y','/canada/boxing-day.php',1,'RH','Y','boxing-day.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10030,'state','tasmania','australia','Asia Pacific','Tasmania','','Christmas Day','CHRISTMAS-DAY',NULL,NULL,'2020-12-25','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10029,'state','tasmania','australia','Asia Pacific','Tasmania','','Queen\'s Birthday','QUEENS-BIRTHDAY',NULL,NULL,'2020-06-08','','/australia/queens-birthday.php',1,'RH','Y','queens_birthday.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10028,'state','tasmania','australia','Asia Pacific','Tasmania','','Anzac Day','ANZAC-DAY',NULL,NULL,'2020-04-25','Y','/australia/anzac-day.php',1,'RH','Y','anzac-day.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10027,'state','tasmania','australia','Asia Pacific','Tasmania','','Easter Tuesday (Public Service only)','EASTER-TUESDAY',NULL,NULL,'2020-04-14','','/christian/easter-tuesday.php',0,'RH','Y','easter.jpg',NULL,'Public Service only','',NULL,'2020-06-04','Y'),(10026,'state','tasmania','australia','Asia Pacific','Tasmania','','Easter Monday','EASTER-MONDAY',NULL,NULL,'2020-04-13','','/christian/easter-monday.php',0,'RH','Y','easter.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10025,'state','tasmania','australia','Asia Pacific','Tasmania','','Good Friday','GOOD-FRIDAY',NULL,NULL,'2020-04-10','','/us/good-friday.php',1,'RH','Y','good-friday.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10024,'state','tasmania','australia','Asia Pacific','Tasmania','','Eight Hours Day','EIGHT-HOURS-DAY',NULL,NULL,'2020-03-09','Y','/australia/eight-hours-day.php',1,'RH','Y','australia-flag.gif',NULL,NULL,'',NULL,'2020-06-04','Y'),(10023,'state','tasmania','australia','Asia Pacific','Tasmania','','Australia Day','AUSTRALIA-DAY',NULL,NULL,'2020-01-27','Y','/australia/australia-day.php',1,'RH','Y','australia-flag.gif',NULL,NULL,'',NULL,'2020-06-04','Y'),(10022,'state','tasmania','australia','Asia Pacific','Tasmania','','New Year\'s Day','NEW-YEARS-DAY',NULL,NULL,'2020-01-01','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,NULL,'','https://worksafe.tas.gov.au/topics/laws-and-compliance/public-holidays\n\nhttps://info.australia.gov.au/about-australia/special-dates-and-events/public-holidays','2020-06-04','Y'),(10021,'state','south-australia','australia','Asia Pacific','South Australia','','New Year\'s Eve (7pm-midnight)','NEW-YEARS-EVE',NULL,NULL,'2020-12-31','Y','/us/new-years-day.php',1,'RH','','new-years-day.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10020,'state','south-australia','australia','Asia Pacific','South Australia','','Boxing Day / Proclamation Day','PROCLAMATION-DAY',NULL,NULL,'2020-12-28','','/australia/proclamation-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-04','Y'),(10019,'state','south-australia','australia','Asia Pacific','South Australia','','Christmas Day','CHRISTMAS-DAY',NULL,NULL,'2020-12-25','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10018,'state','south-australia','australia','Asia Pacific','South Australia','','Christmas Eve (7pm-midnight)','CHRISTMAS-EVE',NULL,NULL,'2020-12-24','Y','/us/christmas.php',1,'RH','','christmas.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10017,'state','south-australia','australia','Asia Pacific','South Australia','','Labour Day','LABOUR-DAY',NULL,NULL,'2020-10-05','','/australia/labour-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-04','Y'),(10016,'state','south-australia','australia','Asia Pacific','South Australia','','Queen\'s Birthday / Volunteer\'s Day','QUEENS-BIRTHDAY',NULL,NULL,'2020-06-08','','/australia/queens-birthday.php',1,'RH','Y','queens_birthday.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10015,'state','south-australia','australia','Asia Pacific','South Australia','','Anzac Day','ANZAC-DAY',NULL,NULL,'2020-04-25','Y','/australia/anzac-day.php',1,'RH','Y','anzac-day.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10014,'state','south-australia','australia','Asia Pacific','South Australia','','Easter Monday','EASTER-MONDAY',NULL,NULL,'2020-04-13','','/christian/easter-monday.php',0,'RH','Y','easter.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10013,'state','south-australia','australia','Asia Pacific','South Australia','','Easter Saturday','EASTER-SATURDAY',NULL,NULL,'2020-04-11','','/us/easter-saturday.php',1,'RH','Y','easter.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10012,'state','south-australia','australia','Asia Pacific','South Australia','','Good Friday','GOOD-FRIDAY',NULL,NULL,'2020-04-10','','/us/good-friday.php',1,'RH','Y','good-friday.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10011,'state','south-australia','australia','Asia Pacific','South Australia','','Adelaide Cup Day','ADELAIDE-CUP-DAY',NULL,NULL,'2020-03-09','Y','/australia/adelaide-cup-day.php',1,'RH','Y','',NULL,NULL,'',NULL,'2020-06-04','Y'),(10010,'state','south-australia','australia','Asia Pacific','South Australia','','Australia Day (Additional Day)','AUSTRALIA-DAY',NULL,NULL,'2020-01-27','Y','/australia/australia-day.php',1,'RH','Y','australia-flag.gif',NULL,NULL,'',NULL,'2020-06-04','Y'),(10009,'state','south-australia','australia','Asia Pacific','South Australia','','Australia Day','AUSTRALIA-DAY',NULL,NULL,'2020-01-26','Y','/australia/australia-day.php',1,'RH','Y','australia-flag.gif',NULL,NULL,'',NULL,'2020-06-04','Y'),(10008,'state','south-australia','australia','Asia Pacific','South Australia','','New Year\'s Day','NEW-YEARS-DAY',NULL,NULL,'2020-01-01','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,NULL,'','https://www.safework.sa.gov.au/resources/public-holidays','2020-06-04','Y'),(10007,'state','queensland','australia','Asia Pacific','Queensland','','Boxing Day (Additional Day)','BOXING-DAY',NULL,NULL,'2020-12-28','Y','/canada/boxing-day.php',1,'RH','Y','boxing-day.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10006,'state','queensland','australia','Asia Pacific','Queensland','','Boxing Day','BOXING-DAY',NULL,NULL,'2020-12-26','Y','/canada/boxing-day.php',1,'RH','Y','boxing-day.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10005,'state','queensland','australia','Asia Pacific','Queensland','','Christmas Day','CHRISTMAS-DAY',NULL,NULL,'2020-12-25','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10004,'state','queensland','australia','Asia Pacific','Queensland','','Queen\'s Birthday','QUEENS-BIRTHDAY',NULL,NULL,'2020-10-05','','/australia/queens-birthday.php',1,'RH','Y',NULL,NULL,NULL,'',NULL,'2202-06-04','Y'),(10003,'state','queensland','australia','Asia Pacific','Queensland','','Labour Day','LABOUR-DAY',NULL,NULL,'2020-10-04','','/australia/labour-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-04','Y'),(10002,'state','queensland','australia','Asia Pacific','Queensland','','Anzac Day','ANZAC-DAY',NULL,NULL,'2020-04-25','Y','/australia/anzac-day.php',1,'RH','Y','anzac-day.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10001,'state','queensland','australia','Asia Pacific','Queensland','','Easter Monday','EASTER-MONDAY',NULL,NULL,'2020-04-13','','/christian/easter-monday.php',0,'RH','Y','easter.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10000,'state','queensland','australia','Asia Pacific','Queensland','','Easter Sunday','EASTER-SUNDAY',NULL,NULL,'2020-04-12','','/us/easter.php',1,'RH','Y','easter.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9999,'state','queensland','australia','Asia Pacific','Queensland','','Easter Saturday','EASTER-SATURDAY',NULL,NULL,'2020-04-11','','/us/easter-saturday.php',1,'RH','Y','easter.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9998,'state','queensland','australia','Asia Pacific','Queensland','','Good Friday','GOOD-FRIDAY',NULL,NULL,'2020-04-10','','/us/good-friday.php',1,'RH','Y','good-friday.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9997,'state','queensland','australia','Asia Pacific','Queensland','','Australia Day','AUSTRALIA-DAY',NULL,NULL,'2020-01-27','Y','/australia/australia-day.php',1,'RH','Y','australia-flag.gif',NULL,NULL,'',NULL,'2020-06-04','Y'),(9996,'state','queensland','australia','Asia Pacific','Queensland','','New Year\'s Day','NEW-YEARS-DAY',NULL,NULL,'2020-01-01','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,NULL,'','https://www.qld.gov.au/recreation/travel/holidays/public','2020-06-04','Y'),(9995,'territory','northern','australia','Asia Pacific','Northern Territory','','New Year\'s Eve','NEW-YEARS-EVE',NULL,NULL,'2020-12-31','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9994,'territory','northern','australia','Asia Pacific','Northern Territory','','Boxing Day','BOXING-DAY',NULL,NULL,'2020-12-28','Y','/canada/boxing-day.php',1,'RH','Y','boxing-day.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9993,'territory','northern','australia','Asia Pacific','Northern Territory','','Christmas Day','CHRISTMAS-DAY',NULL,NULL,'2020-12-25','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9992,'territory','northern','australia','Asia Pacific','Northern Territory','','Christmas Eve','CHRISTMAS-EVE',NULL,NULL,'2020-12-24','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9991,'territory','northern','australia','Asia Pacific','Northern Territory','','Picnic Day','PICNIC-DAY',NULL,NULL,'2020-08-03','','/australia/picnic-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-04','Y'),(9990,'territory','northern','australia','Asia Pacific','Northern Territory','','Queen\'s Birthday','QUEENS-BIRTHDAY',NULL,NULL,'2020-06-08','','/australia/queens-birthday.php',1,'RH','Y','queens_birthday.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9989,'territory','northern','australia','Asia Pacific','Northern Territory','','May Day','MAY-DAY',NULL,NULL,'2020-05-04','','/uk/may-day.php',1,'RH','Y','may-day.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9988,'territory','northern','australia','Asia Pacific','Northern Territory','','Anzac Day','ANZAC-DAY',NULL,NULL,'2020-04-25','Y','/australia/anzac-day.php',1,'RH','Y','anzac-day.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9987,'territory','northern','australia','Asia Pacific','Northern Territory','','Easter Monday','EASTER-MONDAY',NULL,NULL,'2020-04-13','','/christian/easter-monday.php',0,'RH','Y','easter.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9986,'territory','northern','australia','Asia Pacific','Northern Territory','','Easter Saturday','EASTER-SATURDAY',NULL,NULL,'2020-04-11','','/us/easter-saturday.php',1,'RH','Y','easter.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9985,'territory','northern','australia','Asia Pacific','Northern Territory','','Good Friday','GOOD-FRIDAY',NULL,NULL,'2020-04-10','','/us/good-friday.php',1,'RH','Y','good-friday.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9984,'territory','northern','australia','Asia Pacific','Northern Territory','','Australia Day','AUSTRALIA-DAY',NULL,NULL,'2020-01-27','Y','/australia/australia-day.php',1,'RH','Y','australia-flag.gif',NULL,NULL,'',NULL,'2020-06-04','Y'),(9983,'territory','northern','australia','Asia Pacific','Northern Territory','','New Year\'s Day','NEW-YEARS-DAY',NULL,NULL,'2020-01-01','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,NULL,'','Northern Territory\n\nhttps://info.australia.gov.au/about-australia/special-dates-and-events/public-holidays','2020-06-04','Y'),(9982,'state','new-south-wales','australia','Asia Pacific','New South Wales','','Boxing Day (Additional Day)','BOXING-DAY-ADDITIONAL-DAY',NULL,NULL,'2020-12-28','Y','/canada/boxing-day.php',1,'RH','Y','boxing-day.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9981,'state','new-south-wales','australia','Asia Pacific','New South Wales','','Boxing Day','BOXING-DAY',NULL,NULL,'2020-12-26','Y','/canada/boxing-day.php',1,'RH','Y','boxing-day.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9980,'state','new-south-wales','australia','Asia Pacific','New South Wales','','Christmas Day','CHRISTMAS-DAY',NULL,NULL,'2020-12-25','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9978,'state','new-south-wales','australia','Asia Pacific','New South Wales','','Labour Day','LABOUR-DAY',NULL,NULL,'2020-10-05','','/australia/labour-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-04','Y'),(9977,'state','new-south-wales','australia','Asia Pacific','New South Wales','','Bank Holiday','BANK-HOLIDAY',NULL,NULL,'2020-08-03','Y','/australia/bank-holiday.php',1,'RH','Y','',NULL,NULL,'',NULL,'2020-06-04','Y'),(9976,'state','new-south-wales','australia','Asia Pacific','New South Wales','','Queen\'s Birthday','QUEENS-BIRTHDAY',NULL,NULL,'2020-06-08','','/australia/queens-birthday.php',1,'RH','Y','queens_birthday.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9975,'state','new-south-wales','australia','Asia Pacific','New South Wales','','Anzac Day','ANZAC-DAY',NULL,NULL,'2020-04-25','Y','/australia/anzac-day.php',1,'RH','Y','anzac-day.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9974,'state','new-south-wales','australia','Asia Pacific','New South Wales','','Easter Saturday','EASTER-SATURDAY',NULL,NULL,'2020-04-11','','/us/easter-saturday.php',1,'RH','Y','easter.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9973,'state','new-south-wales','australia','Asia Pacific','New South Wales','','Easter Monday','EASTER-MONDAY',NULL,NULL,'2020-04-13','','/christian/easter-monday.php',0,'RH','Y','easter.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9972,'state','new-south-wales','australia','Asia Pacific','New South Wales','','Easter Sunday','EASTER-SUNDAY',NULL,NULL,'2020-04-12','','/us/easter.php',1,'RH','Y','easter.jpg',NULL,NULL,'',NULL,'2020-10-14','Y'),(9971,'state','new-south-wales','australia','Asia Pacific','New South Wales','','Good Friday','GOOD-FRIDAY',NULL,NULL,'2020-04-10','','/us/good-friday.php',1,'RH','Y','good-friday.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9970,'state','new-south-wales','australia','Asia Pacific','New South Wales','','Australia Day','AUSTRALIA-DAY',NULL,NULL,'2020-01-27','Y','/australia/australia-day.php',1,'RH','Y','australia-flag.gif',NULL,NULL,'',NULL,'2020-06-04','Y'),(9969,'state','new-south-wales','australia','Asia Pacific','New South Wales','','New Year\'s Day','NEW-YEARS-DAY',NULL,NULL,'2020-01-01','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9968,'territory','australian-capital','australia','Asia Pacific','Australian Capital Territory','','Easter Saturday','EASTER-SATURDAY',NULL,NULL,'2020-04-11','','/us/easter-saturday.php',1,'RH','Y','easter.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9967,'territory','australian-capital','australia','Asia Pacific','Australian Capital Territory','','Boxing Day','BOXING-DAY',NULL,NULL,'2020-12-28','Y','/canada/boxing-day.php',1,'RH','Y','boxing-day.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9966,'territory','australian-capital','australia','Asia Pacific','Australian Capital Territory','','Christmas Day','CHRISTMAS-DAY',NULL,NULL,'2020-12-25','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9965,'territory','australian-capital','australia','Asia Pacific','Australian Capital Territory','','Labour Day','LABOUR-DAY',NULL,NULL,'2020-10-05','','/australia/labour-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-04','Y'),(9964,'territory','australian-capital','australia','Asia Pacific','Australian Capital Territory','','Queen\'s Birthday','QUEENS-BIRTHDAY',NULL,NULL,'2020-06-08','','/australia/queens-birthday.php',1,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-04','Y'),(9963,'territory','australian-capital','australia','Asia Pacific','Australian Capital Territory','','Reconciliation Day','RECONCILIATION-DAY',NULL,NULL,'2020-06-01','Y','/australia/reconciliation-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-04','Y'),(9962,'territory','australian-capital','australia','Asia Pacific','Australian Capital Territory','','Anzac Day (Additional Day)','ANZAC-DAY',NULL,NULL,'2020-04-27','Y','/australia/anzac-day.php',1,'RH','Y','anzac-day.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9961,'territory','australian-capital','australia','Asia Pacific','Australian Capital Territory','','Anzac Day','ANZAC-DAY',NULL,NULL,'2020-04-25','Y','/australia/anzac-day.php',1,'RH','Y','anzac-day.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9960,'territory','australian-capital','australia','Asia Pacific','Australian Capital Territory','','Easter Monday','EASTER-MONDAY',NULL,NULL,'2020-04-13','','/christian/easter-monday.php',0,'RH','Y','easter.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9959,'territory','australian-capital','australia','Asia Pacific','Australian Capital Territory','','Easter Sunday','EASTER-SUNDAY',NULL,NULL,'2020-04-12','','/us/easter.php',1,'RH','Y','easter.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9958,'territory','australian-capital','australia','Asia Pacific','Australian Capital Territory','','Good Friday','GOOD-FRIDAY',NULL,NULL,'2020-04-10','','/us/good-friday.php',1,'RH','Y','good-friday.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(9957,'territory','australian-capital','australia','Asia Pacific','Australian Capital Territory','','Canberra Day','CANBERRA-DAY',NULL,NULL,'2020-03-09','','/australia/canberra-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-04','Y'),(9956,'territory','australian-capital','australia','Asia Pacific','Australian Capital Territory','','Australia Day','AUSTRALIA-DAY',NULL,NULL,'2020-01-27','Y','/australia/australia-day.php',1,'RH','Y','australia-flag.gif',NULL,NULL,'',NULL,'2020-06-04','Y'),(9955,'territory','australian-capital','australia','Asia Pacific','Australian Capital Territory','','New Year\'s Day','NEW-YEARS-DAY',NULL,NULL,'2020-01-01','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,NULL,'','https://info.australia.gov.au/about-australia/special-dates-and-events/public-holidays\n\nhttps://www.cmtedd.act.gov.au/communication/holidays\n\nhttps://www.cmtedd.act.gov.au/__data/assets/pdf_file/0009/1316538/ACT-Public-Holidays-2020-amended.pdf\n\nhttps://www.education.act.gov.au/public-school-life/term_dates_and_public_holidays\n\nAustralian Capital Territory','2020-06-04','Y'),(10043,'state','victoria','australia','Asia Pacific','Victoria','','Melbourne Cup','MELBOURNE-CUP',NULL,NULL,'2020-11-03','Y','/australia/melbourne-cup.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-04','Y'),(10044,'state','victoria','australia','Asia Pacific','Victoria','','Christmas Day','CHRISTMAS-DAY',NULL,NULL,'2020-12-25','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10045,'state','victoria','australia','Asia Pacific','Victoria','','Boxing Day','BOXING-DAY',NULL,NULL,'2020-12-26','Y','/canada/boxing-day.php',1,'RH','Y','boxing-day.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10046,'state','victoria','australia','Asia Pacific','Victoria','','Boxing Day (Additional Day)','BOXING-DAY-ADDITIONAL-DAY',NULL,NULL,'2020-12-28','Y','/canada/boxing-day.php',1,'RH','Y','boxing-day.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10047,'state','western-australia','australia','Asia Pacific','Western Australia','','New Year\'s Day','NEW-YEARS-DAY',NULL,NULL,'2020-01-01','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,NULL,'','https://www.commerce.wa.gov.au/labour-relations/public-holidays-western-australia\n\nhttps://info.australia.gov.au/about-australia/special-dates-and-events/public-holidays','2020-06-04','Y'),(10048,'state','western-australia','australia','Asia Pacific','Western Australia','','Australia Day','AUSTRALIA-DAY',NULL,NULL,'2020-01-27','Y','/australia/australia-day.php',1,'RH','Y','australia-flag.gif',NULL,NULL,'',NULL,'2020-06-04','Y'),(10049,'state','western-australia','australia','Asia Pacific','Western Australia','','Good Friday','GOOD-FRIDAY',NULL,NULL,'2020-04-10','','/us/good-friday.php',1,'RH','Y','good-friday.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10050,'state','western-australia','australia','Asia Pacific','Western Australia','','Easter Monday','EASTER-MONDAY',NULL,NULL,'2020-04-13','','/christian/easter-monday.php',0,'RH','Y','easter.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10051,'state','western-australia','australia','Asia Pacific','Western Australia','','Anzac Day','ANZAC-DAY',NULL,NULL,'2020-04-25','Y','/australia/anzac-day.php',1,'RH','Y','anzac-day.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10052,'state','western-australia','australia','Asia Pacific','Western Australia','','Anzac Day (Additional Day)','ANZAC-DAY-ADDITIONAL_DAY ',NULL,NULL,'2020-04-27','Y','/australia/anzac-day.php',1,'RH','Y','anzac-day.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10053,'state','western-australia','australia','Asia Pacific','Western Australia','','Western Australia Day','WESTERN-AUSTRALIA-DAY ',NULL,NULL,'2020-06-01','Y','/australia/western-australia-day.php',1,'RH','Y','',NULL,NULL,'',NULL,'2020-06-04','Y'),(10054,'state','western-australia','australia','Asia Pacific','Western Australia','','Queen\'s Birthday','QUEENS-BIRTHDAY',NULL,NULL,'2020-09-28','','/australia/queens-birthday.php',1,'RH','Y','queens_birthday.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10055,'state','western-australia','australia','Asia Pacific','Western Australia','','Christmas Day','CHRISTMAS-DAY',NULL,NULL,'2020-12-25','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2012-06-04','Y'),(10056,'state','western-australia','australia','Asia Pacific','Western Australia','','Boxing Day','BOXING-DAY',NULL,NULL,'2020-12-26','Y','/canada/boxing-day.php',1,'RH','Y','boxing-day.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10057,'state','western-australia','australia','Asia Pacific','Western Australia','','Boxing Day (Additional Day)','BOXING-DAY-ADDITIONAL-DAY',NULL,NULL,'2020-12-28','Y','/canada/boxing-day.php',1,'RH','Y','boxing-day.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10503,'state','queensland','australia','Asia Pacific','Queensland','','Christmas Eve (6pm – midnight)','CHRISTMAS-EVE',NULL,NULL,'2020-12-24','Y','/us/christmas.php',1,'RH','','christmas.jpg',NULL,'6pm – midnight','','6pm – midnight','2020-06-04','Y'),(10143,'province','alberta','canada','Americas','Alberta','','New Year\'s Day','NEW-YEARS-DAY',NULL,NULL,'2020-01-01','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,NULL,'','https://www.alberta.ca/alberta-general-holidays.aspx\r\nhttps://www.statutoryholidays.com/alberta.php','2020-06-08','Y'),(10144,'province','alberta','canada','Americas','Alberta','','Alberta Family Day','ALBERTA-FAMILY-DAY',NULL,NULL,'2020-02-17','','/canada/family-day.php',0,'RH','Y','family-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10145,'province','alberta','canada','Americas','Alberta','','Good Friday','GOOD-FRIDAY',NULL,NULL,'2020-04-10','','/us/good-friday.php',1,'RH','Y','good-friday.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10146,'province','alberta','canada','Americas','Alberta','','Easter Monday','EASTER-MONDAY',NULL,NULL,'2020-04-13','','/christian/easter-monday.php',0,'OH','Y','easter.jpg',NULL,'Optional holiday','',NULL,'2020-06-08','Y'),(10147,'province','alberta','canada','Americas','Alberta','','Victoria Day','VICTORIA-DAY',NULL,'','2020-05-18','','/canada/victoria-day.php',1,'RH','Y','victoria-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10148,'province','alberta','canada','Americas','Alberta','','Canada Day','CANADA-DAY',NULL,'','2020-07-01','Y','/canada/canada-day.php',1,'RH','Y','canada-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10149,'province','alberta','canada','Americas','Alberta','','Heritage Day','HERITAGE-DAY',NULL,'','2020-08-03','Y','/canada/heritage-day.php',0,'OH','Y','',NULL,'Optional holiday','',NULL,'2020-06-08','Y'),(10150,'province','alberta','canada','Americas','Alberta','','Labour Day','LABOR-DAY',NULL,NULL,'2020-09-07','','/canada/labor-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10151,'province','alberta','canada','Americas','Alberta','','Thanksgiving Day','THANKSGIVING-DAY',NULL,NULL,'2020-10-12','','/canada/thanksgiving-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10152,'province','alberta','canada','Americas','Alberta','','Remembrance Day','REMEMBRANCE-DAY',NULL,NULL,'2020-11-11','Y','/canada/remembrance-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10153,'province','alberta','canada','Americas','Alberta','','Christmas Day','CHRISTMAS-DAY',NULL,NULL,'2020-12-25','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10154,'province','alberta','canada','Americas','Alberta','','Boxing Day ','BOXING-DAY',NULL,'','2020-12-26','Y','/canada/boxing-day.php',1,'OH','Y','boxing-day.jpg',NULL,'Optional holiday','',NULL,'2020-06-08','Y'),(10155,'province','british-columbia','canada','Americas','British Columbia','','New Year\'s Day','NEW-YEARS-DAY',NULL,NULL,'2020-01-01','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,'https://www2.gov.bc.ca/gov/content/careers-myhr/all-employees/leave-time-off/vacations-holidays/statutory-holidays','',NULL,'2020-06-08','Y'),(10156,'province','british-columbia','canada','Americas','British Columbia','','Family Day','FAMILY-DAY',NULL,NULL,'2020-02-17','','/canada/family-day.php',0,'RH','Y','family-day.jpg',NULL,'https://www.cbc.ca/news/canada/british-columbia/b-c-family-day-moving-one-week-later-starting-in-2019-1.4528735','',NULL,'2020-06-08','Y'),(10157,'province','british-columbia','canada','Americas','British Columbia','','Good Friday','GOOD-FRIDAY',NULL,NULL,'2020-04-10','','/us/good-friday.php',1,'RH','Y','good-friday.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10158,'province','british-columbia','canada','Americas','British Columbia','','Easter Monday','EASTER-MONDAY',NULL,NULL,'2020-04-13','','/christian/easter-monday.php',0,'RH','Y','easter.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10159,'province','british-columbia','canada','Americas','British Columbia','','Victoria Day','VICTORIA-DAY',NULL,'','2020-05-18','','/canada/victoria-day.php',1,'RH','Y','victoria-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10160,'province','british-columbia','canada','Americas','British Columbia','','Canada Day','CANADA-DAY',NULL,'','2020-07-01','Y','/canada/canada-day.php',1,'RH','Y','canada-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10161,'province','british-columbia','canada','Americas','British Columbia','','B.C. Day','BRITISH-COLUMBIA-DAY',NULL,'','2020-08-03','Y','/canada/british-columbia-day.php',0,'RH','Y','',NULL,NULL,'',NULL,'2020-06-08','Y'),(10162,'province','british-columbia','canada','Americas','British Columbia','','Labour Day','LABOR-DAY',NULL,NULL,'2020-09-07','','/canada/labor-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10163,'province','british-columbia','canada','Americas','British Columbia','','Thanksgiving Day','THANKSGIVING-DAY',NULL,NULL,'2020-11-12','','/canada/thanksgiving-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10164,'province','british-columbia','canada','Americas','British Columbia','','Remembrance Day','REMEMBRANCE-DAY',NULL,NULL,'2020-11-11','Y','/canada/remembrance-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10165,'province','british-columbia','canada','Americas','British Columbia','','Christmas Day','CHRISTMAS-DAY',NULL,NULL,'2020-12-25','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10166,'province','british-columbia','canada','Americas','British Columbia','','Boxing Day','BOXING-DAY',NULL,'','2020-12-26','Y','/canada/boxing-day.php',1,'RH','Y','boxing-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10167,'province','manitoba','canada','Americas','Manitoba','','New Year\'s Day','NEW-YEARS-DAY',NULL,NULL,'2020-01-01','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,NULL,'','https://www.gov.mb.ca/labour/standards/doc,gen-holidays-after-april-30-07,factsheet.html','2020-06-08','Y'),(10168,'province','manitoba','canada','Americas','Manitoba','','Louis Riel Day','LOUIS-RIEL-DAY',NULL,NULL,'2020-02-17','Y','/canada/louis-riel-day.php',1,'RH','Y','',NULL,NULL,'',NULL,'2020-06-08','Y'),(10169,'province','manitoba','canada','Americas','Manitoba','','Good Friday','GOOD-FRIDAY',NULL,NULL,'2020-04-19','','/us/good-friday.php',1,'RH','Y','good-friday.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10170,'province','manitoba','canada','Americas','Manitoba','','Victoria Day','VICTORIA-DAY',NULL,'','2020-05-20','','/canada/victoria-day.php',1,'RH','Y','victoria-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10171,'province','manitoba','canada','Americas','Manitoba','','July 1','JULY-1',NULL,'','2020-07-01','Y','/canada/canada-day.php',1,'RH','Y','canada-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10172,'province','manitoba','canada','Americas','Manitoba','','Labour Day','LABOR-DAY',NULL,NULL,'2020-09-07','','/canada/labor-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10173,'province','manitoba','canada','Americas','Manitoba','','Thanksgiving Day','THANKSGIVING-DAY',NULL,NULL,'2020-10-11','','/canada/thanksgiving-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10174,'province','manitoba','canada','Americas','Manitoba','','Christmas Day','CHRISTMAS-DAY',NULL,NULL,'2020-12-25','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10175,'province','new-brunswick','canada','Americas','New Brunswick','','New Year\'s Day','NEW-YEARS-DAY',NULL,NULL,'2020-01-01','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,NULL,'','https://www2.gnb.ca/content/gnb/en/departments/elg/local_government/content/governance/content/days_of_rest_act.html#:~:text=These%20days%20include%20the%20weekly,Christmas%20Day%20and%20Boxing%20Day.','2020-06-08','Y'),(10176,'province','new-brunswick','canada','Americas','New Brunswick','','Family Day','FAMILY-DAY',NULL,NULL,'2020-02-17','','/canada/family-day.php',0,'RH','Y','family-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10177,'province','new-brunswick','canada','Americas','New Brunswick','','Good Friday','GOOD-FRIDAY',NULL,NULL,'2020-03-10','','/us/good-friday.php',1,'RH','Y','good-friday.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10178,'province','new-brunswick','canada','Americas','New Brunswick','','Victoria Day','VICTORIA-DAY',NULL,'','2020-05-18','','/canada/victoria-day.php',1,'RH','Y','victoria-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10179,'province','new-brunswick','canada','Americas','New Brunswick','','Canada Day','CANADA-DAY',NULL,'','2020-07-01','Y','/canada/canada-day.php',1,'RH','Y','canada-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10180,'province','new-brunswick','canada','Americas','New Brunswick','','New Brunswick Day','NEW-BRUNSWICK-DAY',NULL,'','2020-08-03','Y','/canada/new-brunswick-day.php',0,'RH','Y','',NULL,NULL,'',NULL,'2020-06-08','Y'),(10181,'province','new-brunswick','canada','Americas','New Brunswick','','Labour Day','LABOR-DAY',NULL,NULL,'2020-09-07','','/canada/labor-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10182,'province','new-brunswick','canada','Americas','New Brunswick','','Thanksgiving Day','THANKSGIVING-DAY',NULL,NULL,'2020-10-12','','/canada/thanksgiving-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10183,'province','new-brunswick','canada','Americas','New Brunswick','','Remembrance Day','REMEMBRANCE-DAY',NULL,NULL,'2020-11-11','Y','/canada/remembrance-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10184,'province','new-brunswick','canada','Americas','New Brunswick','','Christmas Day','CHRISTMAS-DAY',NULL,NULL,'2020-12-25','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10185,'province','new-brunswick','canada','Americas','New Brunswick','','Boxing Day','BOXING-DAY',NULL,'','2020-12-26','Y','/canada/boxing-day.php',1,'RH','Y','boxing-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10186,'province','newfoundland-and-labrador','canada','Americas','Newfoundland and Labrador','','New Year\'s Day','NEW-YEARS-DAY',NULL,NULL,'2020-01-01','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,NULL,'','https://www.gov.nl.ca/exec/hrs/working-with-us/holidays2020/','2012-10-14','Y'),(10187,'province','newfoundland-and-labrador','canada','Americas','Newfoundland and Labrador','','St. Patrick\'s Day','ST-PATRICKS-DAY',NULL,'','2020-03-16','Y','/us/st-patricks-day.php',1,'RH','N','st-patricks-day.jpg',NULL,NULL,'',NULL,'2012-10-14','Y'),(10188,'province','newfoundland-and-labrador','canada','Americas','Newfoundland and Labrador','','St. George\'s Day','ST-GEORGES-DAY',NULL,'','2020-04-20','','/christian/st-georges-day.php',1,'RH','Y','',NULL,NULL,'',NULL,'2012-10-14','Y'),(10189,'province','newfoundland-and-labrador','canada','Americas','Newfoundland and Labrador','','Victoria Day','VICTORIA-DAY',NULL,'','2020-05-18','','/canada/victoria-day.php',1,'RH','Y','victoria-day.jpg',NULL,NULL,'',NULL,'2012-10-14','Y'),(10190,'province','newfoundland-and-labrador','canada','Americas','Newfoundland and Labrador','','Discovery Day','DISCOVERY-DAY',NULL,'','2020-06-22','Y','/canada/discovery-day.php',0,'RH','Y','',NULL,NULL,'',NULL,'2020-06-08','Y'),(10191,'province','newfoundland-and-labrador','canada','Americas','Newfoundland and Labrador','','Memorial Day','MEMORIAL-DAY',NULL,'','2020-07-01','Y','/canada/memorial-day.php',1,'RH','Y','canada-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10192,'province','newfoundland-and-labrador','canada','Americas','Newfoundland and Labrador','','Orangeman\'s Day','ORANGEMANS-DAY',NULL,'','2020-07-13','Y','/us/orangemans-day.php',1,'RH','N','',NULL,NULL,'',NULL,'2012-10-14','Y'),(10193,'province','newfoundland-and-labrador','canada','Americas','Newfoundland and Labrador','','Labour Day','LABOR-DAY',NULL,NULL,'2020-09-07','','/canada/labor-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2012-10-14','Y'),(10194,'province','newfoundland-and-labrador','canada','Americas','Newfoundland and Labrador','','Thanksgiving Day','THANKSGIVING-DAY',NULL,NULL,'2020-10-12','','/canada/thanksgiving-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2012-10-14','Y'),(10195,'province','newfoundland-and-labrador','canada','Americas','Newfoundland and Labrador','','Armistice Day (Remembrance Day)','ARMISTICE-DAY(REMEMBRANCE-DAY)',NULL,NULL,'2020-11-11','Y','/canada/remembrance-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2012-10-14','Y'),(10196,'province','newfoundland-and-labrador','canada','Americas','Newfoundland and Labrador','','Christmas Day','CHRISTMAS-DAY',NULL,NULL,'2020-12-25','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2012-10-14','Y'),(10197,'province','newfoundland-and-labrador','canada','Americas','Newfoundland and Labrador','','Boxing Day','BOXING-DAY',NULL,'','2020-12-28','Y','/canada/boxing-day.php',1,'RH','Y','boxing-day.jpg',NULL,NULL,'',NULL,'2012-10-14','Y'),(10198,'province','newfoundland-and-labrador','canada','Americas','Newfoundland and Labrador','','Good Friday','GOOD-FRIDAY',NULL,NULL,'2020-04-10','','/us/good-friday.php',1,'RH','Y','good-friday.jpg',NULL,NULL,'',NULL,'2012-10-14','Y'),(10200,'territory','northwest-territories','canada','Americas','Northwest Territories','','New Year\'s Day','NEW-YEARS-DAY',NULL,NULL,'2020-01-01','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,NULL,'','https://my.hr.gov.nt.ca/employee-services/leave-time/statutory-holidays','2020-06-08','Y'),(10201,'territory','northwest-territories','canada','Americas','Northwest Territories','','Good Friday','GOOD-FRIDAY',NULL,NULL,'2020-04-10','','/us/good-friday.php',1,'RH','Y','good-friday.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10202,'territory','northwest-territories','canada','Americas','Northwest Territories','','Easter Monday','EASTER-MONDAY',NULL,NULL,'2020-04-13','','/christian/easter-monday.php',0,'RH','Y','easter.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10203,'territory','northwest-territories','canada','Americas','Northwest Territories','','Victoria Day','VICTORIA-DAY',NULL,'','2020-05-21','','/canada/victoria-day.php',1,'RH','Y','victoria-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10204,'territory','northwest-territories','canada','Americas','Northwest Territories','','Canada Day','CANADA-DAY',NULL,'','2020-07-01','Y','/canada/canada-day.php',1,'RH','Y','canada-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10205,'territory','northwest-territories','canada','Americas','Northwest Territories','','Labour Day','LABOR-DAY',NULL,NULL,'2020-09-07','','/canada/labor-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10206,'territory','northwest-territories','canada','Americas','Northwest Territories','','Thanksgiving Day','THANKSGIVING-DAY',NULL,NULL,'2020-10-12','','/canada/thanksgiving-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10207,'territory','northwest-territories','canada','Americas','Northwest Territories','','Remembrance Day','REMEMBRANCE-DAY',NULL,NULL,'2020-11-11','Y','/canada/remembrance-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10208,'territory','northwest-territories','canada','Americas','Northwest Territories','','Christmas Day','CHRISTMAS-DAY',NULL,NULL,'2020-12-25','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10209,'territory','northwest-territories','canada','Americas','Northwest Territories','','Boxing Day','BOXING-DAY',NULL,'','2020-12-26','Y','/canada/boxing-day.php',1,'RH','Y','boxing-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10210,'territory','northwest-territories','canada','Americas','Northwest Territories','','The first Monday in August','THE-FIRST-MONDAY-IN-AUGUST',NULL,'','2020-08-03','','/canada/provincial-day.php',1,'RH','Y','provincial-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10211,'territory','northwest-territories','canada','Americas','Northwest Territories','','National Aboriginal Day','NATIONAL-ABORIGINAL-DAY',NULL,'','2020-05-23','','/canada/national-aboriginal-day.php',1,'RH','Y','victoria-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10212,'province','nova-scotia','canada','Americas','Nova Scotia','','New Year\'s Day','NEW-YEARS-DAY',NULL,NULL,'2020-01-01','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,NULL,'','https://novascotia.ca/lae/employmentrights/holidaychart.asp','2020-06-08','Y'),(10213,'province','nova-scotia','canada','Americas','Nova Scotia','','Good Friday','GOOD-FRIDAY',NULL,NULL,'2020-04-10','','/us/good-friday.php',1,'RH','Y','good-friday.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10214,'province','nova-scotia','canada','Americas','Nova Scotia','','Canada Day','CANADA-DAY',NULL,'','2020-07-01','Y','/canada/canada-day.php',1,'RH','Y','canada-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10215,'province','nova-scotia','canada','Americas','Nova Scotia','','Labour Day','LABOR-DAY',NULL,NULL,'2020-09-07','','/canada/labor-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10216,'province','nova-scotia','canada','Americas','Nova Scotia','','Christmas Day','CHRISTMAS-DAY',NULL,NULL,'2020-12-25','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10217,'province','nova-scotia','canada','Americas','Nova Scotia','','Nova Scotia Heritage Day','NOVA-SCOTIA-HERITAGE-DAY',NULL,NULL,'2020-02-17','Y','/canada/nova-scotia-heritage-day.php',1,'RH','Y','',NULL,NULL,'',NULL,'2020-06-08','Y'),(10218,'territory','nunavut','canada','Americas','Nunavut','','New Year\'s Day','NEW-YEARS-DAY',NULL,NULL,'2020-01-01','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,NULL,'','https://www.gov.nu.ca/human-resources/information/public-service-holidays','2020-06-08','Y'),(10219,'territory','nunavut','canada','Americas','Nunavut','','Good Friday','GOOD-FRIDAY',NULL,NULL,'2020-04-10','','/us/good-friday.php',1,'RH','Y','good-friday.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10220,'territory','nunavut','canada','Americas','Nunavut','','Easter Monday','EASTER-MONDAY',NULL,NULL,'2020-04-13','','/christian/easter-monday.php',0,'RH','Y','easter.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10221,'territory','nunavut','canada','Americas','Nunavut','','Victoria Day','VICTORIA-DAY',NULL,'','2020-05-18','','/canada/victoria-day.php',1,'RH','Y','victoria-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10222,'territory','nunavut','canada','Americas','Nunavut','','Canada Day','CANADA-DAY',NULL,'','2020-07-01','Y','/canada/canada-day.php',1,'RH','Y','canada-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10223,'territory','nunavut','canada','Americas','Nunavut','','Civic Holiday','CIVIC-HOLIDAY',NULL,'','2020-08-03','','/canada/provincial-day.php',1,'RH','Y','provincial-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10224,'territory','nunavut','canada','Americas','Nunavut','','Labour Day','LABOR-DAY',NULL,NULL,'2020-09-07','','/canada/labor-day.php',0,'NH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10225,'territory','nunavut','canada','Americas','Nunavut','','Thanksgiving Day','THANKSGIVING-DAY',NULL,NULL,'2020-10-12','','/canada/thanksgiving-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10226,'territory','nunavut','canada','Americas','Nunavut','','Remembrance Day','REMEMBRANCE-DAY',NULL,NULL,'2020-11-11','Y','/canada/remembrance-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10227,'territory','nunavut','canada','Americas','Nunavut','','Christmas Day','CHRISTMAS-DAY',NULL,NULL,'2020-12-25','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10228,'territory','nunavut','canada','Americas','Nunavut','','Boxing Day','BOXING-DAY',NULL,'','2020-12-26','Y','/canada/boxing-day.php',1,'RH','Y','boxing-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10229,'territory','nunavut','canada','Americas','Nunavut','','Nunavut Day','NUNAVUT-DAY',NULL,'','2020-07-09','Y','/canada/nunavut-day.php',1,'RH','Y','',NULL,NULL,'',NULL,'2020-06-08','Y'),(10230,'province','ontario','canada','Americas','Ontario','','New Year\'s Day','NEW-YEARS-DAY',NULL,NULL,'2020-01-01','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,'https://www.ontario.ca/document/your-guide-employment-standards-act-0/public-holidays\r\nhttps://en.wikipedia.org/wiki/Public_holidays_in_Canada#Ontario','',NULL,'2020-06-08','Y'),(10231,'province','ontario','canada','Americas','Ontario','','Family Day','FAMILY-DAY',NULL,NULL,'2020-02-17','','/canada/family-day.php',0,'RH','Y','family-day.jpg',NULL,'https://www.cbc.ca/news/canada/british-columbia/b-c-family-day-moving-one-week-later-starting-in-2019-1.4528735','',NULL,'2020-06-08','Y'),(10232,'province','ontario','canada','Americas','Ontario','','Good Friday','GOOD-FRIDAY',NULL,NULL,'2020-04-10','','/us/good-friday.php',1,'NH','Y','good-friday.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10233,'province','ontario','canada','Americas','Ontario','','Victoria Day','VICTORIA-DAY',NULL,'','2020-05-18','','/canada/victoria-day.php',1,'RH','Y','victoria-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10234,'province','ontario','canada','Americas','Ontario','','Canada Day','CANADA-DAY',NULL,'','2020-07-01','Y','/canada/canada-day.php',1,'RH','Y','canada-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10235,'province','ontario','canada','Americas','Ontario','','Labour Day','LABOR-DAY',NULL,NULL,'2020-09-07','','/canada/labor-day.php',0,'NH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10236,'province','ontario','canada','Americas','Ontario','','Thanksgiving Day','THANKSGIVING-DAY',NULL,NULL,'2020-10-12','','/canada/thanksgiving-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10237,'province','ontario','canada','Americas','Ontario','','Christmas Day','CHRISTMAS-DAY',NULL,NULL,'2020-12-25','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10238,'province','ontario','canada','Americas','Ontario','','Boxing Day','BOXING-DAY',NULL,'','2020-12-26','Y','/canada/boxing-day.php',1,'RH','Y','boxing-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10239,'province','prince-edward-island','canada','Americas','Prince Edward Island','','New Year\'s Day','NEW-YEARS-DAY',NULL,NULL,'2020-01-01','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,NULL,'','https://en.wikipedia.org/wiki/Public_holidays_in_Canada#Prince_Edward_Island\r\nhttps://canada-stat-holidays.com/prince-edward-island-stat-holidays-2020/','2020-06-08','Y'),(10240,'province','prince-edward-island','canada','Americas','Prince Edward Island','','Islander Day','ISLANDER-DAY',NULL,NULL,'2020-02-17','Y','/canada/islander-day.php',1,'RH','Y','',NULL,NULL,'',NULL,'2020-06-08','Y'),(10241,'province','prince-edward-island','canada','Americas','Prince Edward Island','','Good Friday','GOOD-FRIDAY',NULL,NULL,'2020-04-10','','/us/good-friday.php',1,'RH','Y','good-friday.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10242,'province','prince-edward-island','canada','Americas','Prince Edward Island','','Easter Monday','EASTER-MONDAY',NULL,NULL,'2020-04-13','','/christian/easter-monday.php',0,'RH','Y','easter.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10243,'province','prince-edward-island','canada','Americas','Prince Edward Island','','Victoria Day ','VICTORIA-DAY',NULL,'','2020-05-18','','/canada/victoria-day.php',1,'RH','Y','victoria-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10244,'province','prince-edward-island','canada','Americas','Prince Edward Island','','Canada Day','CANADA-DAY',NULL,'','2020-07-01','Y','/canada/canada-day.php',1,'RH','Y','canada-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10245,'province','prince-edward-island','canada','Americas','Prince Edward Island','','Labour Day','LABOR-DAY',NULL,NULL,'2020-09-07','','/canada/labor-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10246,'province','prince-edward-island','canada','Americas','Prince Edward Island','','Thanksgiving Day','THANKSGIVING-DAY',NULL,NULL,'2020-10-14','','/canada/thanksgiving-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10247,'province','prince-edward-island','canada','Americas','Prince Edward Island','','Remembrance Day','REMEMBRANCE-DAY',NULL,NULL,'2020-11-11','Y','/canada/remembrance-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10248,'province','prince-edward-island','canada','Americas','Prince Edward Island','','Christmas Day','CHRISTMAS-DAY',NULL,NULL,'2020-12-25','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2012-10-14','Y'),(10249,'province','prince-edward-island','canada','Americas','Prince Edward Island','','Boxing Day','BOXING-DAY',NULL,'','2020-12-26','Y','/canada/boxing-day.php',1,'RH','Y','boxing-day.jpg',NULL,NULL,'',NULL,'2012-10-14','Y'),(10250,'province','quebec','canada','Americas','Quebec','','New Year\'s Day','NEW-YEARS-DAY',NULL,NULL,'2020-01-01','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,NULL,'','https://www.cnt.gouv.qc.ca/en/leaves-and-absences/statutory-holidays/index.html\r\nhttps://en.wikipedia.org/wiki/Public_holidays_in_Canada#Quebec','2020-06-08','Y'),(10251,'province','quebec','canada','Americas','Quebec','','Good Friday','GOOD-FRIDAY',NULL,NULL,'2020-04-10','','/us/good-friday.php',1,'RH','Y','good-friday.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10252,'province','quebec','canada','Americas','Quebec','','Patriot\'s National Day','PATRIOTS-NATIONAL-DAY(QC)',NULL,'','2020-05-25','Y','/canada/patriots-national-day.php',0,'RH','Y','',NULL,NULL,'',NULL,'2020-06-08','Y'),(10253,'province','quebec','canada','Americas','Quebec','','National Holiday','NATIONAL-HOLIDAY',NULL,'','2020-06-24','Y','/canada/st-jean-baptiste-day.php',0,'RH','Y','',NULL,NULL,'',NULL,'2020-06-08','Y'),(10254,'province','quebec','canada','Americas','Quebec','','Canada Day','CANADA-DAY',NULL,'','2020-07-01','Y','/canada/canada-day.php',1,'RH','Y','canada-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10255,'province','quebec','canada','Americas','Quebec','','Labour Day','LABOR-DAY',NULL,NULL,'2020-09-07','','/canada/labor-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10256,'province','quebec','canada','Americas','Quebec','','Thanksgiving Day','THANKSGIVING-DAY',NULL,NULL,'2020-10-11','','/canada/thanksgiving-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10257,'province','quebec','canada','Americas','Quebec','','Christmas Day','CHRISTMAS-DAY',NULL,NULL,'2020-12-25','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10258,'province','saskatchewan','canada','Americas','Saskatchewan','','New Year\'s Day','NEW-YEARS-DAY',NULL,NULL,'2020-01-01','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,NULL,'','https://www.saskatchewan.ca/business/employment-standards/vacations-holidays-leaves-and-absences/public-statutory-holidays/list-of-saskatchewan-public-holidays','2020-06-08','Y'),(10259,'province','saskatchewan','canada','Americas','Saskatchewan','','Family Day','FAMILY-DAY',NULL,NULL,'2020-02-17','','/canada/family-day.php',0,'RH','Y','family-day.jpg',NULL,'','','https://www.cbc.ca/news/canada/british-columbia/b-c-family-day-moving-one-week-later-starting-in-2019-1.4528735','2020-06-08','Y'),(10260,'province','saskatchewan','canada','Americas','Saskatchewan','','Good Friday','GOOD-FRIDAY',NULL,NULL,'2020-04-10','','/us/good-friday.php',1,'RH','Y','good-friday.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10261,'province','saskatchewan','canada','Americas','Saskatchewan','','Victoria Day','VICTORIA-DAY',NULL,'','2020-05-18','','/canada/victoria-day.php',1,'RH','Y','victoria-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10262,'province','saskatchewan','canada','Americas','Saskatchewan','','Canada Day','CANADA-DAY',NULL,'','2020-07-01','Y','/canada/canada-day.php',1,'RH','Y','canada-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10263,'province','saskatchewan','canada','Americas','Saskatchewan','','Saskatchewan Day','SASKATCHEWAN-DAY',NULL,'','2020-08-03','','/canada/saskatchewan-day.php',1,'RH','Y','',NULL,NULL,'',NULL,'2020-06-08','Y'),(10264,'province','saskatchewan','canada','Americas','Saskatchewan','','Labour Day','LABOR-DAY',NULL,NULL,'2020-09-07','','/canada/labor-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10265,'province','saskatchewan','canada','Americas','Saskatchewan','','Thanksgiving Day','THANKSGIVING-DAY',NULL,NULL,'2020-10-12','','/canada/thanksgiving-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10266,'province','saskatchewan','canada','Americas','Saskatchewan','','Remembrance Day','REMEMBRANCE-DAY',NULL,NULL,'2020-11-11','Y','/canada/remembrance-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10267,'province','saskatchewan','canada','Americas','Saskatchewan','','Christmas Day','CHRISTMAS-DAY',NULL,NULL,'2020-12-25','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10268,'territory','yukon','canada','Americas','Yukon','','New Year\'s Day','NEW-YEARS-DAY',NULL,NULL,'2020-01-01','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,NULL,'','https://yukon.ca/en/find-yukon-statutory-holiday','2020-06-08','Y'),(10269,'territory','yukon','canada','Americas','Yukon','','Good Friday','GOOD-FRIDAY',NULL,NULL,'2020-04-10','','/us/good-friday.php',1,'RH','Y','good-friday.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10270,'territory','yukon','canada','Americas','Yukon','','Victoria Day','VICTORIA-DAY',NULL,'','2020-05-18','','/canada/victoria-day.php',1,'RH','Y','victoria-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10271,'territory','yukon','canada','Americas','Yukon','','National Aboriginal Day','NATIONA- ABORIGINAL-DAY',NULL,NULL,'2020-06-21','','/canada/national-aboriginal-day.php',1,'RH','Y','',NULL,NULL,'',NULL,'2020-06-08','Y'),(10272,'territory','yukon','canada','Americas','Yukon','','Canada Day','CANADA-DAY',NULL,'','2020-07-01','Y','/canada/canada-day.php',1,'RH','Y','canada-day.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10273,'territory','yukon','canada','Americas','Yukon','','Discovery Day','DISCOVERY-DAY',NULL,'','2020-08-17','Y','/canada/discovery-day.php',0,'RH','Y','',NULL,NULL,'',NULL,'2020-06-08','Y'),(10274,'territory','yukon','canada','Americas','Yukon','','Labour Day','LABOR-DAY',NULL,NULL,'2020-09-07','','/canada/labor-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10275,'territory','yukon','canada','Americas','Yukon','','Thanksgiving Day','THANKSGIVING-DAY',NULL,NULL,'2020-10-12','','/canada/thanksgiving-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10276,'territory','yukon','canada','Americas','Yukon','','Remembrance Day','REMEMBRANCE-DAY',NULL,NULL,'2020-11-11','Y','/canada/remembrance-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-08','Y'),(10277,'territory','yukon','canada','Americas','Yukon','','Christmas Day','CHRISTMAS-DAY',NULL,NULL,'2020-12-25','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2020-06-08','Y'),(10500,'province','nova-scotia','canada','Americas','Nova Scotia','','Remembrance Day','REMEMBRANCE-DAY',NULL,NULL,'2020-11-11','Y','/canada/remembrance-day.php',0,'RH','R',NULL,NULL,'Some employees may be entitled to a benefit.','','https://novascotia.ca/lae/employmentrights/remembrance.asp','2012-10-14','Y'),(10501,'province','nova-scotia','canada','Americas','Nova Scotia','','Easter Sunday','EASTER-SUNDAY',NULL,NULL,'2020-04-12','','/us/easter.php',1,'OB','N','easter.jpg',NULL,'Retail closing days','',NULL,'2012-10-14','Y'),(10502,'province','nova-scotia','canada','Americas','Nova Scotia','','Thanksgiving Day','THANKSGIVING-DAY',NULL,NULL,'2020-10-12','','/canada/thanksgiving-day.php',0,'OB','N',NULL,NULL,'Retail closing days','',NULL,'2012-10-14','Y'),(10504,'province','nova-scotia','canada','Americas','Nova Scotia','','Boxing Day','BOXING-DAY',NULL,'','2021-12-26','Y','/canada/boxing-day.php',1,'OB','N','boxing-day.jpg',NULL,'Retail closing days','',NULL,'2012-10-14','Y'),(10058,'region','northern-ireland','uk','Europe','Northern Ireland','','New Year\'s Day','NEW-YEARS-DAY',NULL,NULL,'2020-01-01','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,NULL,'','https://www.gov.uk/bank-holidays','2020-06-05','Y'),(10059,'region','northern-ireland','uk','Europe','Northern Ireland','','St. Patrick\'s Day','ST-PATRICKS-DAY',NULL,'','2020-03-17','','/us/st-patricks-day.php',1,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-05','Y'),(10060,'region','northern-ireland','uk','Europe','Northern Ireland','','Good Friday','GOOD-FRIDAY',NULL,NULL,'2020-04-10','','/us/good-friday.php',1,'RH','Y','good-friday.jpg',NULL,NULL,'',NULL,'2020-06-05','Y'),(10061,'region','northern-ireland','uk','Europe','Northern Ireland','','Easter Monday','EASTER-MONDAY',NULL,NULL,'2020-04-13','','/christian/easter-monday.php',0,'RH','Y','easter.jpg',NULL,NULL,'',NULL,'2020-06-05','Y'),(10062,'region','northern-ireland','uk','Europe','Northern Ireland','','Early May Bank Holiday','EARLY-MAY-BANK-HOLIDAY',NULL,NULL,'2020-05-08','','/uk/early-may-bank-holiday.php',0,'RH','Y','may-day.jpg',NULL,NULL,'',NULL,'2020-06-05','Y'),(10063,'region','northern-ireland','uk','Europe','Northern Ireland','','Spring Bank Holiday','SPRING-BANK-HOLIDAY',NULL,NULL,'2020-05-25','','/uk/may-spring-bank-holiday.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-05','Y'),(10064,'region','northern-ireland','uk','Europe','Northern Ireland','','Battle of the Boyne Holiday','BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,NULL,'2020-06-13','','/uk/battle-of-the-boyne-holiday.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-05','Y'),(10065,'region','northern-ireland','uk','Europe','Northern Ireland','','Summer Bank Holiday','SUMMER-BANK-HOLIDAY',NULL,NULL,'2020-08-31','','/uk/summer-bank-holiday.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-05','Y'),(10066,'region','northern-ireland','uk','Europe','Northern Ireland','','Christmas Day','CHRISTMAS-DAY',NULL,NULL,'2020-12-25','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2020-06-05','Y'),(10067,'region','northern-ireland','uk','Europe','Northern Ireland','','Boxing Day','BOXING-DAY',NULL,NULL,'2020-12-28','Y','/canada/boxing-day.php',1,'RH','Y','boxing-day.jpg',NULL,NULL,'',NULL,'2020-06-05','Y'),(10068,'region','scotland','uk','Europe','Scotland','','New Year\'s Day','NEW-YEARS-DAY',NULL,NULL,'2020-01-01','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,NULL,'','https://www.gov.scot/publications/bank-holidays/','2020-06-05','Y'),(10069,'region','scotland','uk','Europe','Scotland','','2nd January','2ND-JANUARY',NULL,NULL,'2020-01-02','','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,NULL,'',NULL,'2020-06-05','Y'),(10070,'region','scotland','uk','Europe','Scotland','','Good Friday','GOOD-FRIDAY',NULL,NULL,'2020-04-10','','/us/good-friday.php',1,'RH','Y','good-friday.jpg',NULL,NULL,'',NULL,'2020-06-05','Y'),(10071,'region','scotland','uk','Europe','Scotland','','Early May Bank Holiday','EARLY-MAY-BANK-HOLIDAY',NULL,NULL,'2020-05-08','','/uk/early-may-bank-holiday.php',0,'RH','Y','may-day.jpg',NULL,NULL,'',NULL,'2020-06-04','Y'),(10072,'region','scotland','uk','Europe','Scotland','','Spring Bank Holiday','SPRING-BANK-HOLIDAY',NULL,NULL,'2020-05-25','','/uk/may-spring-bank-holiday.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-05','Y'),(10073,'region','scotland','uk','Europe','Scotland','','Summer Bank Holiday','SUMMER-BANK-HOLIDAY',NULL,NULL,'2020-08-03','','/uk/summer-bank-holiday.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-05','Y'),(10074,'region','scotland','uk','Europe','Scotland','','St. Andrew\'s Day','ST-ANDREWS-DAY',NULL,NULL,'2020-11-30','Y','/christian/st-andrews-day.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-04','Y'),(10075,'region','scotland','uk','Europe','Scotland','','Christmas Day','CHRISTMAS-DAY',NULL,NULL,'2020-12-25','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2020-06-05','Y'),(10076,'region','scotland','uk','Europe','Scotland','','Boxing Day Holiday','BOXING-DAY-HOLIDAY',NULL,NULL,'2020-12-28','Y','/canada/boxing-day.php',1,'RH','Y','boxing-day.jpg',NULL,NULL,'',NULL,'2020-06-05','Y'),(10077,'region','wales','uk','Europe','Wales','','New Year\'s Day','NEW-YEARS-DAY',NULL,NULL,'2020-01-01','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,NULL,'','https://www.gov.uk/bank-holidays#england-and-wales','2020-06-05','Y'),(10078,'region','wales','uk','Europe','Wales','','Good Friday','GOOD-FRIDAY',NULL,NULL,'2020-04-10','','/us/good-friday.php',1,'RH','Y','good-friday.jpg',NULL,NULL,'',NULL,'2020-06-05','Y'),(10079,'region','wales','uk','Europe','Wales','','Easter Monday','EASTER-MONDAY',NULL,NULL,'2020-04-13','','/christian/easter-monday.php',0,'RH','Y','easter.jpg',NULL,NULL,'',NULL,'2020-06-05','Y'),(10080,'region','wales','uk','Europe','Wales','','Early May Bank Holiday','EARLY-MAY-BANK-HOLIDAY',NULL,NULL,'2020-05-08','','/uk/early-may-bank-holiday.php',0,'RH','Y','may-day.jpg',NULL,NULL,'',NULL,'2020-06-05','Y'),(10081,'region','wales','uk','Europe','Wales','','Spring Bank Holiday','EARLY-MAY-BANK-HOLIDAY',NULL,NULL,'2020-05-25','','/uk/may-spring-bank-holiday.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-05','Y'),(10082,'region','wales','uk','Europe','Wales','','Summer Bank Holiday','SUMMER-BANK-HOLIDAY',NULL,NULL,'2020-08-31','','/uk/summer-bank-holiday.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-05','Y'),(10083,'region','wales','uk','Europe','Wales','','Christmas Day','CHRISTMAS-DAY',NULL,NULL,'2020-12-25','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2020-06-05','Y'),(10084,'region','wales','uk','Europe','Wales','','Boxing Day Holiday','BOXING-DAY-HOLIDAY',NULL,NULL,'2020-12-28','Y','/canada/boxing-day.php',1,'RH','Y','boxing-day.jpg',NULL,NULL,'',NULL,'2020-06-05','Y'),(10085,'state','eng','uk','Europe','eng','','New Year\'s Day','NEW-YEARS-DAY',NULL,NULL,'2020-01-01','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,NULL,'',NULL,'2020-06-05','Y'),(10086,'state','eng','uk','Europe','eng','','Good Friday','GOOD-FRIDAY',NULL,NULL,'2020-04-10','','/us/good-friday.php',1,'RH','Y','good-friday.jpg',NULL,NULL,'',NULL,'2020-06-05','Y'),(10087,'state','eng','uk','Europe','eng','','Easter Monday','EASTER-MONDAY',NULL,NULL,'2020-04-13','','/christian/easter-monday.php',0,'RH','Y','easter.jpg',NULL,NULL,'',NULL,'2020-06-05','Y'),(10088,'state','eng','uk','Europe','eng','','Early May Bank Holiday','EARLY-MAY-BANK-HOLIDAY',NULL,NULL,'2020-05-08','','/uk/early-may-bank-holiday.php',0,'RH','Y','may-day.jpg',NULL,NULL,'',NULL,'2020-06-05','Y'),(10089,'state','eng','uk','Europe','eng','','Spring Bank Holiday','EARLY-MAY-BANK-HOLIDAY',NULL,NULL,'2020-05-25','','/uk/may-spring-bank-holiday.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-05','Y'),(10090,'state','eng','uk','Europe','eng','','Summer Bank Holiday','SUMMER-BANK-HOLIDAY',NULL,NULL,'2020-08-31','','/uk/summer-bank-holiday.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-05','Y'),(10091,'state','eng','uk','Europe','eng','','Christmas Day','CHRISTMAS-DAY',NULL,NULL,'2020-12-25','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2020-06-05','Y'),(10092,'state','eng','uk','Europe','eng','','Boxing Day Holiday','BOXING-DAY-HOLIDAY',NULL,NULL,'2020-12-28','Y','/canada/boxing-day.php',1,'RH','Y','boxing-day.jpg',NULL,NULL,'',NULL,'2020-06-05','Y'),(10505,'region','england','uk','Europe','England','','New Year\'s Day','NEW-YEARS-DAY',NULL,NULL,'2020-01-01','Y','/us/new-years-day.php',1,'RH','Y','new-years-day.jpg',NULL,NULL,'','https://www.gov.uk/bank-holidays#england-and-wales','2020-06-05','Y'),(10506,'region','england','uk','Europe','England','','Good Friday','GOOD-FRIDAY',NULL,NULL,'2020-04-10','','/us/good-friday.php',1,'RH','Y','good-friday.jpg',NULL,NULL,'',NULL,'2020-06-05','Y'),(10507,'region','england','uk','Europe','England','','Easter Monday','EASTER-MONDAY',NULL,NULL,'2020-04-13','','/christian/easter-monday.php',0,'RH','Y','easter.jpg',NULL,NULL,'',NULL,'2020-06-05','Y'),(10508,'region','england','uk','Europe','England','','Early May Bank Holiday','EARLY-MAY-BANK-HOLIDAY',NULL,NULL,'2020-05-08','','/uk/early-may-bank-holiday.php',0,'RH','Y','may-day.jpg',NULL,NULL,'',NULL,'2020-06-05','Y'),(10509,'region','england','uk','Europe','England','','Spring Bank Holiday','EARLY-MAY-BANK-HOLIDAY',NULL,NULL,'2020-05-25','','/uk/may-spring-bank-holiday.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-05','Y'),(10510,'region','england','uk','Europe','England','','Summer Bank Holiday','SUMMER-BANK-HOLIDAY',NULL,NULL,'2020-08-31','','/uk/summer-bank-holiday.php',0,'RH','Y',NULL,NULL,NULL,'',NULL,'2020-06-05','Y'),(10511,'region','england','uk','Europe','England','','Christmas Day','CHRISTMAS-DAY',NULL,NULL,'2020-12-25','Y','/us/christmas.php',1,'RH','Y','christmas.jpg',NULL,NULL,'',NULL,'2020-06-05','Y'),(10512,'region','england','uk','Europe','England','','Boxing Day Holiday','BOXING-DAY-HOLIDAY',NULL,NULL,'2020-12-28','Y','/canada/boxing-day.php',1,'RH','Y','boxing-day.jpg',NULL,NULL,'',NULL,'2020-06-05','Y');
/*!40000 ALTER TABLE `holiday_master` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `holidays`
--
DROP TABLE IF EXISTS `holidays`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `holidays` (
`id` mediumint(5) NOT NULL AUTO_INCREMENT,
`area_type` varchar(15) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '' COMMENT 'country, religious, regional(tamil), state(india),bank-geo,market(NSE),intl-org(UN)',
`area` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT '' COMMENT 'like: India, Hindu, Karnatama, icici bank etc.',
`country` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`region` varchar(15) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL COMMENT 'Economic Regions',
`location` varchar(45) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`religion` varchar(15) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL COMMENT 'Obsolete, will be deleted',
`year` varchar(4) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`holiday_date` date DEFAULT NULL,
`holiday` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT '',
`rank` tinyint(1) DEFAULT NULL COMMENT 'Rank (1-single country,2-multiple)',
`show_content` varchar(1) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL COMMENT 'x=yes',
`lang_key` varchar(75) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL COMMENT 'text key to retrieve local language',
`page_link` varchar(150) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
`ch_page_link` varchar(150) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
`same_date` char(1) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL COMMENT 'Fall on same date',
`observe` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT '' COMMENT 'National,Regional',
`day_off` varchar(1) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL COMMENT 'Y=Yes, N=No, M=Morning Off,E=Evening Off, Blank=Yes',
`img_file` varchar(70) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT '' COMMENT 'Img file for page widgets',
`img_source` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
`comment` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL COMMENT 'Comments about holiday',
`update_date` date DEFAULT NULL,
`user_ip` varchar(15) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`is_active` char(1) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`holiday_master_id` int(5) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `area_type_area` (`area_type`,`area`)
) ENGINE=MyISAM AUTO_INCREMENT=29500 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `holidays`
--
LOCK TABLES `holidays` WRITE;
/*!40000 ALTER TABLE `holidays` DISABLE KEYS */;
INSERT INTO `holidays` VALUES (5314,'country','uk','uk','Europe','United Kingdom','','2019','2019-01-01','New Year\'s Day',NULL,NULL,NULL,'/new-years-day/','/new-years-day/','Y','National',NULL,'new-years-day.jpg',NULL,NULL,'2016-06-14',NULL,'Y',315),(5315,'country','uk','uk','Europe','United Kingdom','','2019','2019-04-19','Good Friday',NULL,NULL,NULL,'/good-friday/','/good-friday/','','Religious',NULL,'good-friday.jpg',NULL,NULL,'2016-06-14',NULL,'Y',316),(5316,'country','uk','uk','Europe','United Kingdom','','2019','2019-04-22','Easter Monday',1,NULL,NULL,'/easter-monday/','/easter-monday/','','Religious',NULL,'easter.jpg',NULL,NULL,'2016-06-14',NULL,'Y',318),(5317,'country','uk','uk','Europe','United Kingdom','','2019','2019-05-06','Early May Bank Holiday',1,NULL,NULL,'/early-may-bank-holiday/','/early-may-bank-holiday/','','National',NULL,NULL,NULL,NULL,'2016-06-14',NULL,'Y',319),(5318,'country','uk','uk','Europe','United Kingdom','','2019','2019-05-27','Spring Bank Holiday',1,NULL,NULL,'/may-spring-bank-holiday/','/may-spring-bank-holiday/','','National',NULL,NULL,NULL,NULL,'2016-06-14',NULL,'Y',320),(5319,'country','uk','uk','Europe','United Kingdom','','2019','2019-08-05','Summer Bank Holiday (SCT)',NULL,NULL,NULL,'/summer-bank-holiday/','/summer-bank-holiday/','','Regional',NULL,NULL,NULL,NULL,'2016-06-14',NULL,'Y',321),(5320,'country','uk','uk','Europe','United Kingdom','','2019','2019-08-26','Summer Bank Holiday',1,NULL,NULL,'/summer-bank-holiday/','/summer-bank-holiday/','','National',NULL,NULL,NULL,NULL,'2016-06-14',NULL,'Y',322),(5321,'country','uk','uk','Europe','United Kingdom','','2019','2019-11-05','Guy Fawkes Day',1,'X',NULL,'/guy-fawkes-day/','/guy-fawkes-day/','Y','Regional',NULL,'guy-fawkes-day.jpg',NULL,NULL,'2016-06-14',NULL,'Y',324),(5322,'country','uk','uk','Europe','United Kingdom','','2019','2019-12-25','Christmas Day',NULL,NULL,NULL,'/christmas/','/christmas/','Y','Religious',NULL,'christmas.jpg',NULL,NULL,'2016-06-14',NULL,'Y',325),(5323,'country','uk','uk','Europe','United Kingdom','','2019','2019-12-26','Boxing Day',1,NULL,NULL,'/boxing-day/','/boxing-day/','Y','Religious',NULL,'boxing-day.jpg',NULL,NULL,'2016-06-14',NULL,'Y',326),(5324,'country','uk','uk','Europe','United Kingdom','','2019','2019-01-02','New Year\'s Day Holiday',NULL,NULL,NULL,'/new-years-day/','/new-years-day/','','National',NULL,'new-years-day.jpg',NULL,NULL,'2016-06-14',NULL,'N',744),(5325,'country','uk','uk','Europe','United Kingdom','','2019','2019-01-02','New Year\'s Day Holiday (SCT)',NULL,NULL,NULL,'/new-years-day/','/new-years-day/','','National',NULL,'new-years-day.jpg',NULL,NULL,'2016-06-14',NULL,'Y',745),(5326,'country','uk','uk','Europe','United Kingdom','','2019','2019-03-17','St. Patrick\'s Day (NIR)',NULL,'',NULL,'/st-patricks-day/','/st-patricks-day/','','Religious',NULL,NULL,NULL,NULL,'2016-06-14',NULL,'Y',746),(5327,'country','uk','uk','Europe','United Kingdom','','2019','2019-07-12','Battle of the Boyne (NIR)',NULL,'',NULL,'/battle-of-the-boyne/','/battle-of-the-boyne/','Y','Regional',NULL,NULL,NULL,NULL,'2016-06-14',NULL,'Y',747),(5328,'country','uk','uk','Europe','United Kingdom','','2019','2019-11-30','St. Andrew\'s Day Holiday (SCT)',NULL,NULL,NULL,'/st-andrews-day/','/st-andrews-day/','Y','Religious',NULL,NULL,NULL,NULL,'2016-06-14',NULL,'Y',748),(5329,'country','uk','uk','Europe','United Kingdom','','2020','2020-01-01','New Year\'s Day',NULL,NULL,NULL,'/new-years-day/','/new-years-day/','Y','National',NULL,'new-years-day.jpg',NULL,NULL,'2016-06-14',NULL,'Y',315),(5330,'country','uk','uk','Europe','United Kingdom','','2020','2020-04-10','Good Friday',NULL,NULL,NULL,'/good-friday/','/good-friday/','','Religious',NULL,'good-friday.jpg',NULL,NULL,'2016-06-14',NULL,'Y',316),(5331,'country','uk','uk','Europe','United Kingdom','','2020','2020-04-13','Easter Monday',1,NULL,NULL,'/easter-monday/','/easter-monday/','','Religious',NULL,'easter.jpg',NULL,NULL,'2016-06-14',NULL,'Y',318),(5332,'country','uk','uk','Europe','United Kingdom','','2020','2020-05-08','Early May Bank Holiday (VE Day)',1,NULL,NULL,'/early-may-bank-holiday/','/early-may-bank-holiday/','','National',NULL,NULL,NULL,NULL,'2016-06-14',NULL,'Y',319),(5333,'country','uk','uk','Europe','United Kingdom','','2020','2020-05-25','Spring Bank Holiday',1,NULL,NULL,'/may-spring-bank-holiday/','/may-spring-bank-holiday/','','National',NULL,NULL,NULL,NULL,'2016-06-14',NULL,'Y',320),(5334,'country','uk','uk','Europe','United Kingdom','','2020','2020-08-03','Summer Bank Holiday (SCT)',NULL,NULL,NULL,'/summer-bank-holiday/','/summer-bank-holiday/','','Regional',NULL,NULL,NULL,NULL,'2016-06-14',NULL,'Y',321),(5335,'country','uk','uk','Europe','United Kingdom','','2020','2020-08-31','Summer Bank Holiday',1,NULL,NULL,'/summer-bank-holiday/','/summer-bank-holiday/','','National',NULL,NULL,NULL,NULL,'2016-06-14',NULL,'Y',322),(5336,'country','uk','uk','Europe','United Kingdom','','2020','2020-11-05','Guy Fawkes Day',1,'X',NULL,'/guy-fawkes-day/','/guy-fawkes-day/','Y','Regional',NULL,'guy-fawkes-day.jpg',NULL,NULL,'2016-06-14',NULL,'Y',324),(5337,'country','uk','uk','Europe','United Kingdom','','2020','2020-12-25','Christmas Day',NULL,NULL,NULL,'/christmas/','/christmas/','Y','Religious',NULL,'christmas.jpg',NULL,NULL,'2016-06-14',NULL,'Y',325),(5338,'country','uk','uk','Europe','United Kingdom','','2020','2020-12-28','Boxing Day (substitute day)',1,NULL,NULL,'/boxing-day/','/boxing-day/','Y','Religious',NULL,'boxing-day.jpg',NULL,NULL,'2016-06-14',NULL,'Y',326),(5339,'country','uk','uk','Europe','United Kingdom','','2020','2020-01-02','New Year\'s Day Holiday',NULL,NULL,NULL,'/new-years-day/','/new-years-day/','','National',NULL,'new-years-day.jpg',NULL,NULL,'2016-06-14',NULL,'N',744),(5340,'country','uk','uk','Europe','United Kingdom','','2020','2020-01-02','New Year\'s Day Holiday (SCT)',NULL,NULL,NULL,'/new-years-day/','/new-years-day/','','National',NULL,'new-years-day.jpg',NULL,NULL,'2016-06-14',NULL,'Y',745),(5341,'country','uk','uk','Europe','United Kingdom','','2020','2020-03-17','St. Patrick\'s Day (NIR)',NULL,'',NULL,'/st-patricks-day/','/st-patricks-day/','','Religious',NULL,NULL,NULL,NULL,'2016-06-14',NULL,'Y',746),(5342,'country','uk','uk','Europe','United Kingdom','','2020','2020-07-13','Battle of the Boyne Holiday (NIR)',NULL,'',NULL,'/battle-of-the-boyne/','/battle-of-the-boyne/','Y','Regional',NULL,NULL,NULL,NULL,'2016-06-14',NULL,'Y',747),(5343,'country','uk','uk','Europe','United Kingdom','','2020','2020-11-30','St. Andrew\'s Day (SCT)',NULL,NULL,NULL,'/st-andrews-day/','/st-andrews-day/','Y','Religious',NULL,NULL,NULL,NULL,'2016-06-14',NULL,'Y',748),(11356,'country','uk','uk','Europe','United Kingdom',NULL,'2021','2021-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','NH','Y','new-years-day.jpg',NULL,NULL,'2018-11-26',NULL,'Y',315),(11357,'country','uk','uk','Europe','United Kingdom',NULL,'2021','2021-04-02','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2018-11-26',NULL,'Y',316),(11358,'country','uk','uk','Europe','United Kingdom',NULL,'2021','2021-04-04','Easter Sunday',NULL,NULL,'EASTER-SUNDAY','/easter/','/easter/','','OB','N','easter.jpg',NULL,NULL,'2018-11-26',NULL,'Y',317),(11359,'country','uk','uk','Europe','United Kingdom',NULL,'2021','2021-04-05','Easter Monday (ENG, NIR, WAL)',1,NULL,'EASTER-MONDAY-ENG-NIR-WAL','/easter-monday/','/easter-monday/','','NH','Y','easter.jpg',NULL,NULL,'2018-11-26',NULL,'Y',318),(11360,'country','uk','uk','Europe','United Kingdom',NULL,'2021','2021-05-03','Early May Bank Holiday',1,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','NH','Y','may-day.jpg',NULL,NULL,'2018-11-26',NULL,'Y',319),(11361,'country','uk','uk','Europe','United Kingdom',NULL,'2021','2021-05-31','Spring Bank Holiday',1,NULL,'EARLY-MAY-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','NH','Y',NULL,NULL,NULL,'2018-11-26',NULL,'Y',320),(11362,'country','uk','uk','Europe','United Kingdom',NULL,'2021','2021-08-02','Summer Bank Holiday (SCT)',NULL,NULL,'SUMMER-BANK-HOLIDAY-SCT','/summer-bank-holiday/','/summer-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2018-11-26',NULL,'Y',321),(11363,'country','uk','uk','Europe','United Kingdom',NULL,'2021','2021-08-30','Summer Bank Holiday (ENG, NIR, WAL)',1,NULL,'SUMMER-BANK-HOLIDAY-ENG-NIR-WAL','/summer-bank-holiday/','/summer-bank-holiday/','','NH','Y',NULL,NULL,NULL,'2018-11-26',NULL,'Y',322),(11364,'country','uk','uk','Europe','United Kingdom',NULL,'2021','2021-10-31','Halloween',NULL,'','HALLOWEEN','/halloween/','/halloween/','Y','OB','N','halloween.jpg',NULL,NULL,'2018-11-26',NULL,'Y',323),(11365,'country','uk','uk','Europe','United Kingdom',NULL,'2021','2021-11-05','Guy Fawkes Day',1,'X','GUY-FAWKES-DAY','/guy-fawkes-day/','/guy-fawkes-day/','Y','NH','Y','guy-fawkes-day.jpg',NULL,NULL,'2018-11-26',NULL,'Y',324),(11366,'country','uk','uk','Europe','United Kingdom',NULL,'2021','2021-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2018-11-26',NULL,'Y',325),(11367,'country','uk','uk','Europe','United Kingdom',NULL,'2021','2021-12-26','Boxing Day',1,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','NH','Y','boxing-day.jpg',NULL,NULL,'2018-11-26',NULL,'Y',326),(11368,'country','uk','uk','Europe','United Kingdom',NULL,'2021','2021-01-02','2nd January (SCT)',NULL,NULL,'2ND-JANUARY-SCT','/new-years-day/','/new-years-day/','','RH','Y','new-years-day.jpg',NULL,NULL,'2018-11-26',NULL,'Y',745),(11369,'country','uk','uk','Europe','United Kingdom',NULL,'2021','2021-03-17','St. Patrick\'s Day (NIR)',NULL,'','ST-PATRICKS-DAY-NIR','/st-patricks-day/','/st-patricks-day/','','RH','Y',NULL,NULL,NULL,'2018-11-26',NULL,'Y',746),(11370,'country','uk','uk','Europe','United Kingdom',NULL,'2021','2021-07-12','Battle of the Boyne (NIR)',NULL,'','BATTLE-OF-THE-BOYNE-NIR','/battle-of-the-boyne/','/battle-of-the-boyne/','Y','RH','Y',NULL,NULL,NULL,'2018-11-26',NULL,'Y',747),(11371,'country','uk','uk','Europe','United Kingdom',NULL,'2021','2021-11-30','St. Andrew\'s Day (SCT)',NULL,NULL,'ST-ANDREWS-DAY-SCT','/st-andrews-day/','/st-andrews-day/','Y','RH','Y',NULL,NULL,NULL,'2018-11-26',NULL,'Y',748),(22883,'country','uk','uk','Europe','United Kingdom',NULL,'2022','2022-01-04','2nd January (SCT)',NULL,NULL,'2ND-JANUARY-SCT','/new-years-day/','/new-years-day/','','RH','Y','new-years-day.jpg',NULL,NULL,'2021-03-19',NULL,'Y',745),(22884,'country','uk','uk','Europe','United Kingdom',NULL,'2022','2022-01-03','New Year\'s Day Holiday',NULL,NULL,'NEW-YEARS-DAY-HOLIDAY','/new-years-day/','/new-years-day/','','NH','Y','new-years-day.jpg',NULL,NULL,'2021-03-19',NULL,'Y',744),(22885,'country','uk','uk','Europe','United Kingdom',NULL,'2022','2022-12-27','Christmas Day Holiday',NULL,NULL,'CHRISTMAS-DAY-HOLIDAY','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2021-03-19',NULL,'Y',678),(22886,'country','uk','uk','Europe','United Kingdom',NULL,'2022','2022-12-26','Boxing Day',1,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','NH','Y','boxing-day.jpg',NULL,NULL,'2021-03-19',NULL,'Y',326),(22887,'country','uk','uk','Europe','United Kingdom',NULL,'2022','2022-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2021-03-19',NULL,'Y',325),(22888,'country','uk','uk','Europe','United Kingdom',NULL,'2022','2022-11-05','Guy Fawkes Day',1,'X','GUY-FAWKES-DAY','/guy-fawkes-day/','/guy-fawkes-day/','Y','NH','Y','guy-fawkes-day.jpg',NULL,NULL,'2021-03-19',NULL,'Y',324),(22889,'country','uk','uk','Europe','United Kingdom',NULL,'2022','2022-10-31','Halloween',NULL,'','HALLOWEEN','/halloween/','/halloween/','Y','OB','N','halloween.jpg',NULL,NULL,'2021-03-19',NULL,'Y',323),(22890,'country','uk','uk','Europe','United Kingdom',NULL,'2022','2022-08-29','Summer Bank Holiday (ENG, NIR, WAL)',1,NULL,'SUMMER-BANK-HOLIDAY-ENG-NIR-WAL','/summer-bank-holiday/','/summer-bank-holiday/','','NH','Y',NULL,NULL,NULL,'2021-03-19',NULL,'Y',322),(22891,'country','uk','uk','Europe','United Kingdom',NULL,'2022','2022-08-01','Summer Bank Holiday (SCT)',NULL,NULL,'SUMMER-BANK-HOLIDAY-SCT','/summer-bank-holiday/','/summer-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2021-03-19',NULL,'Y',321),(22892,'country','uk','uk','Europe','United Kingdom',NULL,'2022','2022-05-30','Spring Bank Holiday',1,NULL,'EARLY-MAY-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','NH','Y',NULL,NULL,NULL,'2021-03-19',NULL,'Y',320),(22893,'country','uk','uk','Europe','United Kingdom',NULL,'2022','2022-05-02','Early May Bank Holiday',1,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','NH','Y','may-day.jpg',NULL,NULL,'2021-03-19',NULL,'Y',319),(22894,'country','uk','uk','Europe','United Kingdom',NULL,'2022','2022-04-18','Easter Monday (ENG, NIR, WAL)',1,NULL,'EASTER-MONDAY-ENG-NIR-WAL','/easter-monday/','/easter-monday/','','NH','Y','easter.jpg',NULL,NULL,'2021-03-19',NULL,'Y',318),(22895,'country','uk','uk','Europe','United Kingdom',NULL,'2022','2022-04-17','Easter Sunday',NULL,NULL,'EASTER-SUNDAY','/easter/','/easter/','','OB','N','easter.jpg',NULL,NULL,'2021-03-19',NULL,'Y',317),(22896,'country','uk','uk','Europe','United Kingdom',NULL,'2022','2022-04-15','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2021-03-19',NULL,'Y',316),(22897,'country','uk','uk','Europe','United Kingdom',NULL,'2022','2022-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','NH','Y','new-years-day.jpg',NULL,NULL,'2021-03-19',NULL,'Y',315),(22898,'country','uk','uk','Europe','United Kingdom',NULL,'2022','2022-03-17','St. Patrick\'s Day (NIR)',NULL,'','ST-PATRICKS-DAY-NIR','/st-patricks-day/','/st-patricks-day/','','RH','Y',NULL,NULL,NULL,'2021-03-19',NULL,'Y',746),(22899,'country','uk','uk','Europe','United Kingdom',NULL,'2022','2022-07-12','Battle of the Boyne (NIR)',NULL,'','BATTLE-OF-THE-BOYNE-NIR','/battle-of-the-boyne/','/battle-of-the-boyne/','Y','RH','Y',NULL,NULL,NULL,'2021-03-19',NULL,'Y',747),(22900,'country','uk','uk','Europe','United Kingdom',NULL,'2022','2022-11-30','St. Andrew\'s Day (SCT)',NULL,NULL,'ST-ANDREWS-DAY-SCT','/st-andrews-day/','/st-andrews-day/','Y','RH','Y',NULL,NULL,NULL,'2021-03-19',NULL,'Y',748),(9602,'religious','buddhist','buddhist',NULL,NULL,'buddhist','2019','2019-01-21','Mahayana New Year',NULL,NULL,'MAHAYANA-NEW-YEAR','/mahayana-new-year/','/mahayana-new-year/','','RH',NULL,NULL,NULL,NULL,'2018-09-23',NULL,'Y',473),(9603,'religious','buddhist','buddhist',NULL,NULL,'buddhist','2019','2019-02-08','Nirvana Day',NULL,NULL,'NIRVANA-DAY','/nirvana-day/','/nirvana-day/','Y','RH',NULL,NULL,NULL,NULL,'2018-09-23',NULL,'Y',475),(9604,'religious','buddhist','buddhist',NULL,NULL,'buddhist','2019','2019-03-21','Magha Puja Day',NULL,NULL,'MAGHA-PUJA-DAY',NULL,'/magha-puja-day/','','RH',NULL,NULL,NULL,NULL,'2018-09-23',NULL,'Y',476),(9605,'religious','buddhist','buddhist',NULL,NULL,'buddhist','2019','2019-04-19','Theravada New Year',NULL,NULL,'THERAVADA-NEW-YEAR',NULL,'/theravada-new-year/','','RH',NULL,NULL,NULL,NULL,'2018-09-23',NULL,'Y',477),(9606,'religious','buddhist','buddhist',NULL,NULL,'buddhist','2019','2019-05-18','Vesak - Buddha Day',NULL,NULL,'VESAK-BUDDHA-DAY',NULL,'/vesak-day/','','RH',NULL,NULL,NULL,NULL,'2018-09-23',NULL,'Y',478),(9607,'religious','buddhist','buddhist',NULL,NULL,'buddhist','2019','2019-07-16','Asala - Dharma Day',NULL,NULL,'ASALA-DHARMA-DAY',NULL,'/asala-dharma-day/','','RH',NULL,'asala-dharma-day.jpg',NULL,NULL,'2018-09-23',NULL,'Y',479),(9608,'religious','buddhist','buddhist',NULL,NULL,'buddhist','2019','2019-12-08','Bodhi Day',NULL,NULL,'BODHI-DAY',NULL,'/bodhi-day/','','RH',NULL,NULL,NULL,NULL,'2018-09-23',NULL,'Y',480),(9609,'religious','buddhist','buddhist',NULL,NULL,'buddhist','2019','2019-02-05','Chinese New Year',NULL,NULL,'CHINESE-NEW-YEAR','/chinese-new-year/','/chinese-new-year/','','RH',NULL,'chinese-new-year.jpg',NULL,NULL,'2018-09-23',NULL,'Y',658),(9610,'religious','buddhist','buddhist',NULL,NULL,'buddhist','2019','2019-07-13','Obon',NULL,NULL,'OBON',NULL,'/obon/','','RH',NULL,'obon.jpg',NULL,NULL,'2018-09-23',NULL,'Y',659),(9531,'religious','christian','christian',NULL,NULL,'christian','2019','2019-01-06','Epiphany',NULL,NULL,'EPIPHANY','/epiphany/','/epiphany/','Y','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',369),(9532,'religious','christian','christian',NULL,NULL,'christian','2019','2019-01-13','The Baptism of Jesus',1,'X','BAPTISM-OF-THE-JESUS','/baptism-of-the-lord/','/baptism-of-the-lord/','','RH',NULL,'baptism-of-the-lord.jpg',NULL,NULL,'2018-09-21',NULL,'Y',370),(9533,'religious','christian','christian',NULL,NULL,'christian','2019','2019-02-02','Candlemas',NULL,NULL,'CANDLEMAS',NULL,'/candlemas/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',371),(9534,'religious','christian','christian',NULL,NULL,'christian','2019','2019-02-14','St. Valentine\'s Day',0,'','ST-VALENTINES-DAY',NULL,'/valentines-day/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',372),(9535,'religious','christian','christian',NULL,NULL,'christian','2019','2019-03-17','St. Patrick\'s Day',NULL,NULL,'ST-PATRICK\'S-DAY','/st-patricks-day/','/st-patricks-day/','Y','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',373),(9536,'religious','christian','christian',NULL,NULL,'christian','2019','2019-03-19','St. Joseph\'s Day',NULL,NULL,'ST-JOSEPHS-DAY',NULL,'/st-josephs-day/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',374),(9537,'religious','christian','christian',NULL,NULL,'christian','2019','2019-04-14','Palm Sunday',NULL,NULL,'PALM-SUNDAY','/palm-sunday/','/palm-sunday/','','RH',NULL,'palm-sunday.jpg',NULL,NULL,'2018-09-21',NULL,'Y',375),(9538,'religious','christian','christian',NULL,NULL,'christian','2019','2019-04-18','Maundy (Holy) Thursday',NULL,NULL,'MAUNDY-HOLY-THURSDAY',NULL,'/maundy-thursday/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',376),(9539,'religious','christian','christian',NULL,NULL,'christian','2019','2019-04-19','Good Friday ',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH',NULL,'good-friday.jpg',NULL,NULL,'2018-09-21',NULL,'Y',377),(9540,'religious','christian','christian',NULL,NULL,'christian','2019','2019-04-23','St. George\'s Day',NULL,NULL,'ST-GEORGES-DAY',NULL,'/st-georges-day/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',378),(9541,'religious','christian','christian',NULL,NULL,'christian','2019','2019-04-21','Easter',NULL,NULL,'EASTER','/easter/','/easter/','','RH',NULL,'easter.jpg',NULL,NULL,'2018-09-21',NULL,'Y',379),(9542,'religious','christian','christian',NULL,NULL,'christian','2019','2019-04-22','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','RH',NULL,'easter.jpg',NULL,NULL,'2018-09-21',NULL,'Y',380),(9543,'religious','christian','christian',NULL,NULL,'christian','2019','2019-07-25','St. James the Great Day',NULL,NULL,'ST-JAMES-THE-GREAT-DAY',NULL,'/st-james-the-great-day/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',381),(9544,'religious','christian','christian',NULL,NULL,'christian','2019','2019-05-30','Ascension of Jesus',NULL,NULL,'ASCENSION-OF-JESUS',NULL,'/ascension-day/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',382),(9545,'religious','christian','christian',NULL,NULL,'christian','2019','2019-06-09','Pentecost',NULL,NULL,'PENTECOST','/pentecost/','/pentecost/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',383),(9546,'religious','christian','christian',NULL,NULL,'christian','2019','2019-06-16','Trinity Sunday',NULL,NULL,'TRINITY-SUNDAY',NULL,'/trinity-sunday/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',384),(9547,'religious','christian','christian',NULL,NULL,'christian','2019','2019-06-20','Corpus Christi',NULL,NULL,'CORPUS-CHRISTI','/corpus-christi/','/corpus-christi/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',385),(9548,'religious','christian','christian',NULL,NULL,'christian','2019','2019-06-29','Saints Peter and Paul',NULL,NULL,'SAINTS-PETER-AND-PAUL',NULL,'/saints-peter-and-paul/','Y','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',386),(9549,'religious','christian','christian',NULL,NULL,'christian','2019','2019-06-15','Saint Vladimir',NULL,NULL,'SAINT-VLADIMIR',NULL,'/saint-vladimir/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',387),(9550,'religious','christian','christian',NULL,NULL,'christian','2019','2019-08-01','Lammas',NULL,NULL,'LAMMAS',NULL,'/lammas/','Y','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',388),(9551,'religious','christian','christian',NULL,NULL,'christian','2019','2019-08-15','The Assumption of Mary',NULL,NULL,'THE-ASSUMPTION-OF-MARY','/the-assumption-of-mary/','/the-assumption-of-mary/','Y','RH',NULL,'the-assumption-of-mary.jpg',NULL,NULL,'2018-09-21',NULL,'Y',389),(9552,'religious','christian','christian',NULL,NULL,'christian','2019','2019-09-14','Holy Cross Day',NULL,NULL,'HOLY-CROSS-DAY',NULL,'/holy-cross-day/','Y','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',390),(9553,'religious','christian','christian',NULL,NULL,'christian','2019','2019-09-29','Michael and All Angels',NULL,NULL,'MICHAEL-AND-ALL-ANGELS',NULL,'/michael-and-all-angels/','Y','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',391),(9554,'religious','christian','christian',NULL,NULL,'christian','2019','2019-10-31','All Hallows Eve',NULL,NULL,'ALL-HALLOWS-EVE','/halloween/','/halloween/','Y','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',392),(9555,'religious','christian','christian',NULL,NULL,'christian','2019','2019-11-01','All Saints\' Day',NULL,NULL,'ALL-SAINTS-DAY',NULL,'/all-saints-day/','Y','RH',NULL,'all-saints-day.jpg',NULL,NULL,'2018-09-21',NULL,'Y',393),(9556,'religious','christian','christian',NULL,NULL,'christian','2019','2019-11-02','All Souls\' Day',NULL,NULL,'ALL-SOULS-DAY','/all-souls-day/','/all-souls-day/','Y','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',395),(9557,'religious','christian','christian',NULL,NULL,'christian','2019','2019-11-23','Thanksgiving (USA)',NULL,NULL,'THANKSGIVING-USA','/thanksgiving-day/','/thanksgiving-day/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',396),(9558,'religious','christian','christian',NULL,NULL,'christian','2019','2019-12-01','Advent - first Sunday',NULL,NULL,'ADVENT-FIRST-SUNDAY',NULL,'/advent-first-sunday/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',397),(9559,'religious','christian','christian',NULL,NULL,'christian','2019','2019-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',398),(9560,'religious','christian','christian',NULL,NULL,'christian','2019','2019-12-06','St. Nicholas Day',NULL,NULL,'ST-NICHOLAS-DAY','/st-nicholas-day/','/st-nicholas-day/','Y','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',399),(9561,'religious','christian','christian',NULL,NULL,'christian','2019','2019-12-24','Christmas Eve',NULL,NULL,'CHRISTMAS-EVE','/christmas/','/christmas/','Y','RH',NULL,'christmas.jpg',NULL,NULL,'2018-09-21',NULL,'Y',400),(9562,'religious','christian','christian',NULL,NULL,'christian','2019','2019-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','RH',NULL,'christmas.jpg',NULL,NULL,'2018-09-21',NULL,'Y',401),(9563,'religious','christian','christian',NULL,NULL,'christian','2019','2019-12-28','Holy Innocents',NULL,NULL,'HOLY-INNOCENTS','/holy-innocents/','/holy-innocents/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',402),(9564,'religious','christian','christian',NULL,NULL,'christian','2019','2019-12-31','Watch Night',NULL,NULL,'WATCH-NIGHT',NULL,'/watch-night/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',403),(9565,'religious','christian','christian',NULL,NULL,'christian','2019','2019-11-26','Christ the King',NULL,NULL,'CHRIST-THE-KING',NULL,'/christ-the-king/','Y','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',656),(9566,'religious','christian','christian',NULL,NULL,'christian','2019','2019-03-06','Ash Wednesday',NULL,NULL,'ASH-WEDNESDAY','/ash-wednesday/','/ash-wednesday/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',657),(9494,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-01-15','Makarsankranti / Pongal',0,NULL,'MAKARSANKRANTI-PONGAL',NULL,'/pongal/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',404),(9495,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-04-14','Tamil New Year',NULL,NULL,'TAMIL-NEW-YEAR',NULL,'/tamil-new-year/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',405),(9496,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-02-09','Vasant Panchami',0,NULL,'VASANT-PANCHAMI','/vasant-panchami/','/vasant-panchami/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',406),(9497,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-03-04','Maha Shivaratri',NULL,NULL,'MAHA-SHIVARATRI',NULL,'/maha-shivratri/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',407),(9498,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-03-21','Holi',NULL,NULL,'HOLI',NULL,'/holi/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',408),(9499,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-03-22','Hindi New Year',NULL,NULL,'HINDI-NEW-YEAR',NULL,'/hindi-new-year/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',409),(9500,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-04-06','Ugadi / Gudi Padwa / Telugu New Year',NULL,NULL,'UGADI-GUDI-PADWA-TELUGU-NEW-YEAR',NULL,'/ugadi-telugu-new-year/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',410),(9501,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-04-13','Ramanavami',NULL,NULL,'RAMANAVAMI',NULL,'/ramanavami/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',411),(9502,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-04-15','Bengali New Year / Bihu',NULL,NULL,'BENGALI-NEW-YEAR-BIHU',NULL,'/bihu-bengali-new-year/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',413),(9503,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-04-19','Hanuman Jayanti',NULL,NULL,'HANUMAN-JAYANTI',NULL,'/hanuman-jayanti/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',414),(9504,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-05-07','Akshaya Tritiya',0,NULL,'AKSHAYA-TRITIYA',NULL,'/akshaya-tritiya/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',415),(9505,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-04-15','Vaisakhi / Baisakhi / Vishu ',NULL,NULL,'VAISAKHI-BAISAKHI-VISHU',NULL,'/vishu/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',416),(9506,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-06-03','Savitri Pooja',NULL,NULL,'SAVITRI-POOJA',NULL,'/savitri-pooja/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',417),(9507,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-07-04','Puri Rath Yatra',NULL,NULL,'PURI-RATH-YATRA',NULL,'/rath-yatra/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',418),(9508,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-07-16','Guru Purnima',NULL,NULL,'GURU-PURNIMA',NULL,'/guru-purnima/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',419),(9509,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-08-05','Nag Panchami',NULL,NULL,'NAG-PANCHAMI',NULL,'/nag-panchami/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',420),(9510,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-08-15','Raksha Bandhan',NULL,NULL,'RAKSHA-BANDHAN',NULL,'/raksha-bandhan/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',421),(9511,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-08-24','Krishna Janmashtami',NULL,NULL,'KRISHNA-JANMASHTAMI',NULL,'/janmashtami/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',422),(9512,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-09-02','Ganesh Chaturthi',NULL,NULL,'GANESH-CHATURTHI',NULL,'/ganesh-chaturthi/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',423),(9513,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-09-11','Onam',NULL,NULL,'ONAM',NULL,'/onam/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',424),(9514,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-09-28','Mahalaya Amavasya',NULL,NULL,'MAHALAYA-AMAVASYA',NULL,'/mahalaya-amavasya/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',425),(9515,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-10-29','Bhai Dooj',NULL,NULL,'BHAI-DOOJ',NULL,'/bhai-dooj/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',654),(9516,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-09-29','Navaratri begins',NULL,NULL,'NAVARATRI-BEGINS',NULL,'/navaratri/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',427),(9517,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-10-07','Navaratri ends / Maha Navami',NULL,NULL,'NAVARATRI-ENDS-MAHA-NAVAMI',NULL,'/navaratri/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',429),(9518,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-10-08','Dusshera ',NULL,NULL,'DUSSHERA-',NULL,'/dussehra/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',430),(9519,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-10-13','Sharad Purnima',NULL,NULL,'SHARAD-PURNIMA',NULL,'/sharad-purnima/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',431),(9520,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-10-17','Karwa Chauth',NULL,NULL,'KARWA-CHAUTH',NULL,'/karva-chauth/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',432),(9521,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-10-25','Dhan Teras',NULL,NULL,'DHAN-TERAS',NULL,'/dhanteras/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',433),(9522,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-10-27','Diwali',NULL,NULL,'DIWALI',NULL,'/diwali/','','RH',NULL,'diwali.jpg',NULL,NULL,'2018-09-21',NULL,'Y',434),(9523,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-11-12','Kartik Poornima',NULL,NULL,'KARTIK-POORNIMA',NULL,'/kartik-poornima/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',435),(9524,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-11-02','Chhath Puja',NULL,NULL,'CHHATH-PUJA',NULL,'/chhath-puja/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',655),(9525,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-03-20','Holika Dahan',NULL,NULL,'HOLIKA-DAHAN',NULL,'/holi/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',684),(9526,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-08-09','Varalakshmi Vrat',NULL,NULL,'VARALAKSHMI-VRAT',NULL,'/varalakshmi-vrat/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',685),(9527,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-09-17','Vishwakarma Puja',NULL,NULL,'VISHWAKARMA-PUJA',NULL,'/vishwakarma-puja/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',686),(9528,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-12-08','Geeta Jayanti',NULL,NULL,'GEETA-JAYANTI',NULL,'/geeta-jayanti/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',687),(9529,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-12-16','Dhanu Sankranti',NULL,NULL,'DHANU-SANKRANTI',NULL,'/dhanu-sankranti/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',688),(9530,'religious','hindu','hindu',NULL,NULL,'hindu','2019','2019-01-21','Thaipusam',NULL,NULL,'THAIPUSAM',NULL,'/thaipusam/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',754),(9591,'religious','islam','islam',NULL,NULL,'islam','2019','2019-11-09','Milad un Nabi',NULL,NULL,'MILAD-UN-NABI',NULL,'/milad-un-nabi/','','RH',NULL,NULL,NULL,NULL,'2018-09-23',NULL,'Y',462),(9592,'religious','islam','islam',NULL,NULL,'islam','2019','2019-11-14','Milad un Nabi (Shia)',NULL,NULL,'MILAD-UN-NABI-SHIA',NULL,'/milad-un-nabi/','','RH',NULL,NULL,NULL,NULL,'2018-09-23',NULL,'Y',463),(9593,'religious','islam','islam',NULL,NULL,'islam','2019','2019-04-03','Lailat al Miraj',NULL,NULL,'LAILAT-AL-MIRAJ','/lailat-al-miraj/','/lailat-al-miraj/','','RH',NULL,NULL,NULL,NULL,'2018-09-23',NULL,'Y',464),(9594,'religious','islam','islam',NULL,NULL,'islam','2019','2019-04-20','Lailat al Bara\'ah',NULL,NULL,'LAILAT-AL-BARAAH','/lailat-al-baraah/','/lailat-al-baraah/','','RH',NULL,NULL,NULL,NULL,'2018-09-23',NULL,'Y',465),(9595,'religious','islam','islam',NULL,NULL,'islam','2019','2019-05-06','Ramadan (start)',NULL,NULL,'RAMADAN-START','/ramadan/','/ramadan/','','RH',NULL,NULL,NULL,NULL,'2018-09-23',NULL,'Y',466),(9596,'religious','islam','islam',NULL,NULL,'islam','2019','2019-05-31','Laylat al Qadr',NULL,NULL,'LAYLAT-AL-KADR','/laylat-al-qadr/','/laylat-al-qadr/','','RH',NULL,NULL,NULL,NULL,'2018-09-23',NULL,'Y',467),(9597,'religious','islam','islam',NULL,NULL,'islam','2019','2019-06-04','Eid-al-Fitr (End of Ramadan)',NULL,NULL,'EID-AL-FITR-END-OF-RAMADAN',NULL,'/hari-raya-puasa/','','RH',NULL,'hari-raya-puasa.jpg',NULL,NULL,'2018-09-23',NULL,'Y',468),(9598,'religious','islam','islam',NULL,NULL,'islam','2019','2019-08-10','Waqf al Arafa - Hajj',NULL,NULL,'WAQF-AL-ARAFA-HAJJ',NULL,'/waqf-al-arafa-hajj/','','RH',NULL,NULL,NULL,NULL,'2018-09-23',NULL,'Y',469),(9599,'religious','islam','islam',NULL,NULL,'islam','2019','2019-08-11','Eid-al-Adha',NULL,NULL,'EID-AL-ADHA','/hari-raya-haji/','/hari-raya-haji/','','RH',NULL,NULL,NULL,NULL,'2018-09-23',NULL,'Y',470),(9600,'religious','islam','islam',NULL,NULL,'islam','2019','2019-08-31','Hijra - Islamic New Year',NULL,NULL,'HIJRA-ISLAMIC-NEW-YEAR','/muharram/','/muharram/','','RH',NULL,NULL,NULL,NULL,'2018-09-23',NULL,'Y',471),(9601,'religious','islam','islam',NULL,NULL,'islam','2019','2019-09-09','Day of Ashura / Muharram',NULL,NULL,'DAY-OF-ASHURA-MUHARRAM','/muharram/','/muharram/','','RH',NULL,NULL,NULL,NULL,'2018-09-23',NULL,'Y',472),(9567,'religious','jewish','jewish',NULL,NULL,'jewish','2019','2019-01-21','Tu Bishvat',NULL,NULL,'TU-BISHVAT',NULL,'/tu-bishvat/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',436),(9568,'religious','jewish','jewish',NULL,NULL,'jewish','2019','2019-03-21','Purim',0,NULL,'PURIM','/purim/','/purim/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',437),(9569,'religious','jewish','jewish',NULL,NULL,'jewish','2019','2019-03-22','Shushan Purim',NULL,NULL,'SHUSHAN-PURIM','/purim/','/purim/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',438),(9570,'religious','jewish','jewish',NULL,NULL,'jewish','2019','2019-04-20','Passover - First Day',0,NULL,'PASSOVER-FIRST-DAY','/passover/','/passover/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',439),(9571,'religious','jewish','jewish',NULL,NULL,'jewish','2019','2019-04-21','Passover - Second Day',NULL,NULL,'PASSOVER-SECOND-DAY','/passover/','/passover/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',440),(9572,'religious','jewish','jewish',NULL,NULL,'jewish','2019','2019-04-27','Passover - Final Day',NULL,NULL,'PASSOVER-FINAL-DAY','/passover/','/passover/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',441),(9573,'religious','jewish','jewish',NULL,NULL,'jewish','2019','2019-05-02','Yom Hashoah',NULL,NULL,'YOM-HASHOAH','/yom-hashoah/','/yom-hashoah/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',442),(9574,'religious','jewish','jewish',NULL,NULL,'jewish','2019','2019-05-08','Yom HaZikaron',NULL,NULL,'YOM-HAZIKARON',NULL,'/yom-hazikaron/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',443),(9575,'religious','jewish','jewish',NULL,NULL,'jewish','2019','2019-05-09','Yom HaAtzma\'ut',NULL,NULL,'YOM-HAATZMAUT','/yom-haatzmaut/','/yom-haatzmaut/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',444),(9576,'religious','jewish','jewish',NULL,NULL,'jewish','2019','2019-05-23','Lag BaOmer',NULL,NULL,'LAG-BAOMER','/lag-bomer/','/lag-bomer/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',445),(9577,'religious','jewish','jewish',NULL,NULL,'jewish','2019','2019-06-02','Yom Yerushalayim',NULL,NULL,'YOM-YERUSHALAYIM',NULL,'/yom-yerushalayim/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',446),(9578,'religious','jewish','jewish',NULL,NULL,'jewish','2019','2019-06-09','Shavuot (1st day)',NULL,NULL,'SHAVUOT-1ST-DAY','/shavuot/','/shavuot/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',447),(9579,'religious','jewish','jewish',NULL,NULL,'jewish','2019','2019-06-10','Shavuot',NULL,NULL,'SHAVUOT','/shavuot/','/shavuot/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',448),(9580,'religious','jewish','jewish',NULL,NULL,'jewish','2019','2019-08-11','Tish\'a B\'Av',NULL,NULL,'TISHA-BAV',NULL,'/tisha-bav/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',450),(9581,'religious','jewish','jewish',NULL,NULL,'jewish','2019','2019-09-30','Rosh HaShana Starts',NULL,NULL,'ROSH-HASHANAH-STARTS','/rosh-hashanah/','/rosh-hashanah/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',451),(9582,'religious','jewish','jewish',NULL,NULL,'jewish','2019','2019-10-01','Rosh HaShana Ends',NULL,NULL,'ROSH-HASHANAH-ENDS','/rosh-hashanah/','/rosh-hashanah/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',452),(9583,'religious','jewish','jewish',NULL,NULL,'jewish','2019','2019-10-02','Fast of Gedaliah',NULL,NULL,'FAST-OF-GEDALIAH',NULL,'/fast-of-gedaliah/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',453),(9584,'religious','jewish','jewish',NULL,NULL,'jewish','2019','2019-10-09','Yom Kippur',NULL,NULL,'YOM-KIPPUR','/yom-kippur/','/yom-kippur/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',454),(9585,'religious','jewish','jewish',NULL,NULL,'jewish','2019','2019-10-14','Sukkot Starts',NULL,NULL,'SUKKOT-STARTS','/sukkot/','/sukkot/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',455),(9586,'religious','jewish','jewish',NULL,NULL,'jewish','2019','2019-10-20','Sukkot Ends',NULL,NULL,'SUKKOT-ENDS','/sukkot/','/sukkot/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',456),(9587,'religious','jewish','jewish',NULL,NULL,'jewish','2019','2019-10-21','Shmini Atzeret',NULL,NULL,'SHEMINI-ATZERET',NULL,'/shemini-atzeret/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',458),(9588,'religious','jewish','jewish',NULL,NULL,'jewish','2019','2019-10-22','Simchat Torah',NULL,NULL,'SIMHAT-TORAH',NULL,'/simhat-torah/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',459),(9589,'religious','jewish','jewish',NULL,NULL,'jewish','2019','2019-12-22','Hanukkah Starts',NULL,NULL,'HANUKKAH-STARTS','/hanukkah/','/hanukkah/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',460),(9590,'religious','jewish','jewish',NULL,NULL,'jewish','2019','2019-12-30','Hanukkah Ends',NULL,NULL,'HANUKKAH-ENDS','/hanukkah/','/hanukkah/','','RH',NULL,NULL,NULL,NULL,'2018-09-21',NULL,'Y',461),(9611,'religious','sikh','sikh',NULL,NULL,'sikh','2019','2019-01-05','Guru Gobind Singh Birthday',NULL,NULL,'GURU-GOBIND-SINGH-BIRTHDAY',NULL,'/guru-gobind-singh-birthday/','','RH',NULL,NULL,NULL,NULL,'2018-09-23',NULL,'Y',481),(9612,'religious','sikh','sikh',NULL,NULL,'sikh','2019','2019-01-13','Maghi - Lohri',NULL,NULL,'MAGHI-LOHRI',NULL,'/maghi-lohri/','','RH',NULL,NULL,NULL,NULL,'2018-09-23',NULL,'Y',482),(9613,'religious','sikh','sikh',NULL,NULL,'sikh','2019','2019-03-21','Hola Mohalla',NULL,NULL,'HOLA-MOHALLA',NULL,'/hola-mohalla/','','RH',NULL,NULL,NULL,NULL,'2018-09-23',NULL,'Y',484),(9614,'religious','sikh','sikh',NULL,NULL,'sikh','2019','2019-04-14','Vaisakhi',NULL,NULL,'VAISAKHI',NULL,'/vaisakhi/','','RH',NULL,NULL,NULL,NULL,'2018-09-23',NULL,'Y',485),(9615,'religious','sikh','sikh',NULL,NULL,'sikh','2019','2019-06-16','Martyrdom of Guru Arjan Dev Sahib',NULL,NULL,'MARTYRDOM-OF-GURU-ARJAN-DEV-SAHIB',NULL,'/martyrdom-of-guru-arjan-dev-sahib/','Y','RH',NULL,NULL,NULL,NULL,'2018-09-23',NULL,'Y',486),(9616,'religious','sikh','sikh',NULL,NULL,'sikh','2019','2019-10-26','Diwali',NULL,NULL,'DIWALI',NULL,'/diwali/','','RH',NULL,'diwali.jpg',NULL,NULL,'2018-09-23',NULL,'Y',493),(9617,'religious','sikh','sikh',NULL,NULL,'sikh','2019','2019-11-12','Guru Nanak Birthday',NULL,NULL,'GURU-NANAK-BIRTHDAY',NULL,'/guru-nanak-birthday/','','RH',NULL,NULL,NULL,NULL,'2018-09-23',NULL,'Y',494),(9618,'religious','sikh','sikh',NULL,NULL,'sikh','2019','2019-11-24','Martyrdom of Guru Tegh Bahadur Sahib',NULL,NULL,'MARTYRDOM-OF-GURU-TEGH-BAHADUR-SAHIB',NULL,'/martyrdom-of-guru-tegh-bahadur-sahib/','Y','RH',NULL,NULL,NULL,NULL,'2018-09-23',NULL,'Y',495),(9619,'religious','sikh','sikh',NULL,NULL,'sikh','2019','2019-03-20','Holi',NULL,NULL,'HOLI',NULL,'/holi/','','RH',NULL,NULL,NULL,NULL,'2018-09-23',NULL,'Y',660),(9620,'religious','sikh','sikh',NULL,NULL,'sikh','2019','2019-04-18','Birthday of Guru Angad Dev',NULL,NULL,'BIRTHDAY-OF-GURU-ANGAD-DEV',NULL,'/birthday-of-guru-angad-dev/','Y','RH',NULL,NULL,NULL,NULL,'2018-09-23',NULL,'Y',661),(9621,'religious','sikh','sikh',NULL,NULL,'sikh','2019','2019-10-20','Birth of the Guru Granth',NULL,NULL,'BIRTH-OF-THE-GURU-GRANTH',NULL,'/birth-of-the-guru-granth/','Y','RH',NULL,NULL,NULL,NULL,'2018-09-23',NULL,'Y',662),(13798,'religious','buddhist','buddhist',NULL,NULL,NULL,'2020','2020-12-08','Bodhi Day',NULL,NULL,'BODHI-DAY',NULL,'/bodhi-day/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',480),(13799,'religious','buddhist','buddhist',NULL,NULL,NULL,'2020','2020-07-05','Asala - Dharma Day',NULL,NULL,'ASALA-DHARMA-DAY',NULL,'/asala-dharma-day/','','RH',NULL,'asala-dharma-day.jpg',NULL,NULL,'2019-12-02',NULL,'Y',479),(13800,'religious','buddhist','buddhist',NULL,NULL,NULL,'2020','2020-05-07','Vesak - Buddha Day',NULL,NULL,'VESAK-BUDDHA-DAY',NULL,'/vesak-day/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',478),(13801,'religious','buddhist','buddhist',NULL,NULL,NULL,'2020','2020-04-09','Theravada New Year',NULL,NULL,'THERAVADA-NEW-YEAR',NULL,'/theravada-new-year/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',477),(13802,'religious','buddhist','buddhist',NULL,NULL,NULL,'2020','2020-03-09','Magha Puja Day',NULL,NULL,'MAGHA-PUJA-DAY',NULL,'/magha-puja-day/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',476),(13803,'religious','buddhist','buddhist',NULL,NULL,NULL,'2020','2020-02-08','Nirvana Day',NULL,NULL,'NIRVANA-DAY','/nirvana-day/','/nirvana-day/','Y','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',475),(13804,'religious','buddhist','buddhist',NULL,NULL,NULL,'2020','2020-01-10','Mahayana New Year',NULL,NULL,'MAHAYANA-NEW-YEAR','/mahayana-new-year/','/mahayana-new-year/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',473),(13805,'religious','buddhist','buddhist',NULL,NULL,NULL,'2020','2020-02-05','Chinese New Year',NULL,NULL,'CHINESE-NEW-YEAR','/chinese-new-year/','/chinese-new-year/','','RH',NULL,'chinese-new-year.jpg',NULL,NULL,'2019-12-02',NULL,'Y',658),(13806,'religious','buddhist','buddhist',NULL,NULL,NULL,'2020','2020-08-15','Obon',NULL,NULL,'OBON',NULL,'/obon/','','RH',NULL,'obon.jpg','flickr.com/14360805@N05',NULL,'2019-12-02',NULL,'Y',659),(13807,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-12-31','Watch Night',NULL,NULL,'WATCH-NIGHT',NULL,'/watch-night/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',403),(13808,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-12-28','Holy Innocents',NULL,NULL,'HOLY-INNOCENTS','/holy-innocents/','/holy-innocents/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',402),(13809,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','RH',NULL,'christmas.jpg',NULL,NULL,'2019-12-02',NULL,'Y',401),(13810,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-12-24','Christmas Eve',NULL,NULL,'CHRISTMAS-EVE','/christmas/','/christmas/','Y','RH',NULL,'christmas.jpg',NULL,NULL,'2019-12-02',NULL,'Y',400),(13811,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-12-06','St. Nicholas Day',NULL,NULL,'ST-NICHOLAS-DAY','/st-nicholas-day/','/st-nicholas-day/','Y','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',399),(13812,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',398),(13813,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-11-29','Advent - first Sunday',NULL,NULL,'ADVENT-FIRST-SUNDAY',NULL,'/advent-first-sunday/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',397),(13814,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-11-26','Thanksgiving (USA)',NULL,NULL,'THANKSGIVING-USA','/thanksgiving-day/','/thanksgiving-day/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',396),(13815,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-11-02','All Souls\' Day',NULL,NULL,'ALL-SOULS-DAY','/all-souls-day/','/all-souls-day/','Y','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',395),(13816,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-11-01','All Saints\' Day',NULL,NULL,'ALL-SAINTS-DAY',NULL,'/all-saints-day/','Y','RH',NULL,'all-saints-day.jpg',NULL,NULL,'2019-12-02',NULL,'Y',393),(13817,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-10-31','All Hallows Eve',NULL,NULL,'ALL-HALLOWS-EVE','/halloween/','/halloween/','Y','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',392),(13818,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-09-29','Michael and All Angels',NULL,NULL,'MICHAEL-AND-ALL-ANGELS',NULL,'/michael-and-all-angels/','Y','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',391),(13819,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-09-14','Holy Cross Day',NULL,NULL,'HOLY-CROSS-DAY',NULL,'/holy-cross-day/','Y','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',390),(13820,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-08-15','The Assumption of Mary',NULL,NULL,'THE-ASSUMPTION-OF-MARY','/the-assumption-of-mary/','/the-assumption-of-mary/','Y','RH',NULL,'the-assumption-of-mary.jpg',NULL,NULL,'2019-12-02',NULL,'Y',389),(13821,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-08-01','Lammas',NULL,NULL,'LAMMAS',NULL,'/lammas/','Y','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',388),(13822,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-06-15','Saint Vladimir',NULL,NULL,'SAINT-VLADIMIR',NULL,'/saint-vladimir/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',387),(13823,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-06-29','Saints Peter and Paul',NULL,NULL,'SAINTS-PETER-AND-PAUL',NULL,'/saints-peter-and-paul/','Y','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',386),(13824,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-06-11','Corpus Christi',NULL,NULL,'CORPUS-CHRISTI','/corpus-christi/','/corpus-christi/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',385),(13825,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-06-07','Trinity Sunday',NULL,NULL,'TRINITY-SUNDAY',NULL,'/trinity-sunday/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',384),(13826,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-05-31','Pentecost',NULL,NULL,'PENTECOST','/pentecost/','/pentecost/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',383),(13827,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-05-21','Ascension of Jesus',NULL,NULL,'ASCENSION-OF-JESUS',NULL,'/ascension-day/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',382),(13828,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-07-25','St. James the Great Day',NULL,NULL,'ST-JAMES-THE-GREAT-DAY',NULL,'/st-james-the-great-day/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',381),(13829,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-04-13','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','RH',NULL,'easter.jpg',NULL,NULL,'2019-12-02',NULL,'Y',380),(13830,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-04-12','Easter',NULL,NULL,'EASTER','/easter/','/easter/','','RH',NULL,'easter.jpg',NULL,NULL,'2019-12-02',NULL,'Y',379),(13831,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-04-23','St. George\'s Day',NULL,NULL,'ST-GEORGES-DAY',NULL,'/st-georges-day/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',378),(13832,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-04-10','Good Friday ',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH',NULL,'good-friday.jpg',NULL,NULL,'2019-12-02',NULL,'Y',377),(13833,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-04-09','Maundy (Holy) Thursday',NULL,NULL,'MAUNDY-HOLY-THURSDAY',NULL,'/maundy-thursday/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',376),(13834,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-04-05','Palm Sunday',NULL,NULL,'PALM-SUNDAY','/palm-sunday/','/palm-sunday/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',375),(13835,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-03-19','St. Joseph\'s Day',NULL,NULL,'ST-JOSEPHS-DAY',NULL,'/st-josephs-day/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',374),(13836,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-03-17','St. Patrick\'s Day',NULL,NULL,'ST-PATRICK\'S-DAY','/st-patricks-day/','/st-patricks-day/','Y','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',373),(13837,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-02-14','St. Valentine\'s Day',0,'','ST-VALENTINES-DAY',NULL,'/valentines-day/','Y','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',372),(13838,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-02-02','Candlemas',NULL,NULL,'CANDLEMAS',NULL,'/candlemas/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',371),(13839,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-01-12','The Baptism of Jesus',1,'X','BAPTISM-OF-THE-JESUS','/baptism-of-the-lord/','/baptism-of-the-lord/','','RH',NULL,'baptism-of-the-lord.jpg',NULL,NULL,'2019-12-02',NULL,'Y',370),(13840,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-01-06','Epiphany',NULL,NULL,'EPIPHANY','/epiphany/','/epiphany/','Y','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',369),(13841,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-11-22','Christ the King',NULL,NULL,'CHRIST-THE-KING',NULL,'/christ-the-king/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',656),(13842,'religious','christian','christian',NULL,NULL,NULL,'2020','2020-02-26','Ash Wednesday',NULL,NULL,'ASH-WEDNESDAY','/ash-wednesday/','/ash-wednesday/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',657),(13843,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-11-30','Kartik Poornima',NULL,NULL,'KARTIK-POORNIMA',NULL,'/kartik-poornima/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',435),(13844,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-11-14','Diwali',NULL,NULL,'DIWALI',NULL,'/diwali/','','RH',NULL,'diwali.jpg',NULL,NULL,'2019-12-02',NULL,'Y',434),(13845,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-11-13','Dhan Teras',NULL,NULL,'DHAN-TERAS',NULL,'/dhanteras/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',433),(13846,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-11-04','Karwa Chauth',NULL,NULL,'KARWA-CHAUTH',NULL,'/karva-chauth/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',432),(13847,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-10-30','Sharad Purnima',NULL,NULL,'SHARAD-PURNIMA',NULL,'/sharad-purnima/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',431),(13848,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-10-25','Dusshera ',NULL,NULL,'DUSSHERA-',NULL,'/dussehra/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',430),(13849,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-10-24','Navaratri ends / Maha Navami',NULL,NULL,'NAVARATRI-ENDS-MAHA-NAVAMI',NULL,'/navaratri/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',429),(13850,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-10-17','Navaratri begins',NULL,NULL,'NAVARATRI-BEGINS',NULL,'/navaratri/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',427),(13851,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-11-16','Bhai Dooj',NULL,NULL,'BHAI-DOOJ',NULL,'/bhai-dooj/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',654),(13852,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-09-17','Mahalaya Amavasya',NULL,NULL,'MAHALAYA-AMAVASYA',NULL,'/mahalaya-amavasya/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',425),(13853,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-08-31','Onam',NULL,NULL,'ONAM',NULL,'/onam/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',424),(13854,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-08-22','Ganesh Chaturthi',NULL,NULL,'GANESH-CHATURTHI',NULL,'/ganesh-chaturthi/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',423),(13855,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-08-11','Krishna Janmashtami',NULL,NULL,'KRISHNA-JANMASHTAMI',NULL,'/janmashtami/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',422),(13856,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-08-03','Raksha Bandhan',NULL,NULL,'RAKSHA-BANDHAN',NULL,'/raksha-bandhan/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',421),(13857,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-07-25','Nag Panchami',NULL,NULL,'NAG-PANCHAMI',NULL,'/nag-panchami/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',420),(13858,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-07-05','Guru Purnima',NULL,NULL,'GURU-PURNIMA',NULL,'/guru-purnima/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',419),(13859,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-06-23','Puri Rath Yatra',NULL,NULL,'PURI-RATH-YATRA',NULL,'/rath-yatra/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',418),(13860,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-05-22','Savitri Pooja',NULL,NULL,'SAVITRI-POOJA',NULL,'/savitri-pooja/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',417),(13861,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-04-14','Vaisakhi / Baisakhi / Vishu ',NULL,NULL,'VAISAKHI-BAISAKHI-VISHU',NULL,'/vishu/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',416),(13862,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-04-26','Akshaya Tritiya',0,NULL,'AKSHAYA-TRITIYA',NULL,'/akshaya-tritiya/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',415),(13863,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-04-08','Hanuman Jayanti',NULL,NULL,'HANUMAN-JAYANTI',NULL,'/hanuman-jayanti/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',414),(13864,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-04-14','Bengali New Year / Bihu',NULL,NULL,'BENGALI-NEW-YEAR-BIHU',NULL,'/bihu-bengali-new-year/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',413),(13865,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-04-02','Ramanavami',NULL,NULL,'RAMANAVAMI',NULL,'/ramanavami/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',411),(13866,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-03-25','Ugadi / Gudi Padwa / Telugu New Year',NULL,NULL,'UGADI-GUDI-PADWA-TELUGU-NEW-YEAR',NULL,'/ugadi-telugu-new-year/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',410),(13867,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-03-25','Hindi New Year',NULL,NULL,'HINDI-NEW-YEAR',NULL,'/hindi-new-year/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',409),(13868,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-03-10','Holi',NULL,NULL,'HOLI',NULL,'/holi/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',408),(13869,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-02-21','Maha Shivaratri',NULL,NULL,'MAHA-SHIVARATRI',NULL,'/maha-shivratri/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',407),(13870,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-01-29','Vasant Panchami',0,NULL,'VASANT-PANCHAMI','/vasant-panchami/','/vasant-panchami/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',406),(13871,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-04-14','Tamil New Year',NULL,NULL,'TAMIL-NEW-YEAR',NULL,'/tamil-new-year/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',405),(13872,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-01-15','Makarsankranti / Pongal',0,NULL,'MAKARSANKRANTI-PONGAL',NULL,'/pongal/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',404),(13873,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-11-20','Chhath Puja',NULL,NULL,'CHHATH-PUJA',NULL,'/chhath-puja/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',655),(13874,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-03-09','Holika Dahan',NULL,NULL,'HOLIKA-DAHAN',NULL,'/holi/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',684),(13875,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-07-31','Varalakshmi Vrat',NULL,NULL,'VARALAKSHMI-VRAT',NULL,'/varalakshmi-vrat/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',685),(13876,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-09-16','Vishwakarma Puja',NULL,NULL,'VISHWAKARMA-PUJA',NULL,'/vishwakarma-puja/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',686),(13877,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-12-25','Geeta Jayanti',NULL,NULL,'GEETA-JAYANTI',NULL,'/geeta-jayanti/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',687),(13878,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-12-15','Dhanu Sankranti',NULL,NULL,'DHANU-SANKRANTI',NULL,'/dhanu-sankranti/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',688),(13879,'religious','hindu','hindu',NULL,NULL,NULL,'2020','2020-02-08','Thaipusam',NULL,NULL,'THAIPUSAM',NULL,'/thaipusam/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',754),(13880,'religious','islam','islam',NULL,NULL,NULL,'2020','2020-08-30','Day of Ashura / Muharram',NULL,NULL,'DAY-OF-ASHURA-MUHARRAM','/muharram/','/muharram/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',472),(13881,'religious','islam','islam',NULL,NULL,NULL,'2020','2020-08-20','Hijra - Islamic New Year',NULL,NULL,'HIJRA-ISLAMIC-NEW-YEAR','/muharram/','/muharram/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',471),(13882,'religious','islam','islam',NULL,NULL,NULL,'2020','2020-07-31','Eid-al-Adha',NULL,NULL,'EID-AL-ADHA','/hari-raya-haji/','/hari-raya-haji/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',470),(13883,'religious','islam','islam',NULL,NULL,NULL,'2020','2020-08-10','Waqf al Arafa - Hajj',NULL,NULL,'WAQF-AL-ARAFA-HAJJ',NULL,'/waqf-al-arafa-hajj/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',469),(13884,'religious','islam','islam',NULL,NULL,NULL,'2020','2020-05-24','Eid-al-Fitr (End of Ramadan)',NULL,NULL,'EID-AL-FITR-END-OF-RAMADAN','/ramadan/','/ramadan/','','RH',NULL,'hari-raya-puasa.jpg',NULL,NULL,'2019-12-02',NULL,'Y',468),(13885,'religious','islam','islam',NULL,NULL,NULL,'2020','2020-05-19','Laylat al Qadr',NULL,NULL,'LAYLAT-AL-KADR','/laylat-al-qadr/','/laylat-al-qadr/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',467),(13886,'religious','islam','islam',NULL,NULL,NULL,'2020','2020-04-22','Ramadan (start)',NULL,NULL,'RAMADAN-START','/ramadan/','/ramadan/','','RH',NULL,'ramadan.jpg',NULL,NULL,'2019-12-02',NULL,'Y',466),(13887,'religious','islam','islam',NULL,NULL,NULL,'2020','2020-04-21','Lailat al Bara\'ah',NULL,NULL,'LAILAT-AL-BARAAH','/lailat-al-baraah/','/lailat-al-baraah/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',465),(13888,'religious','islam','islam',NULL,NULL,NULL,'2020','2020-03-22','Lailat al Miraj',NULL,NULL,'LAILAT-AL-MIRAJ','/lailat-al-miraj/','/lailat-al-miraj/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',464),(13889,'religious','islam','islam',NULL,NULL,NULL,'2020','2020-11-03','Milad un Nabi (Shia)',NULL,NULL,'MILAD-UN-NABI-SHIA',NULL,'/milad-un-nabi/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',463),(13890,'religious','islam','islam',NULL,NULL,NULL,'2020','2020-10-30','Milad un Nabi',NULL,NULL,'MILAD-UN-NABI',NULL,'/milad-un-nabi/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',462),(13891,'religious','jewish','jewish',NULL,NULL,NULL,'2020','2020-12-18','Hanukkah Ends',NULL,NULL,'HANUKKAH-ENDS','/hanukkah/','/hanukkah/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',461),(13892,'religious','jewish','jewish',NULL,NULL,NULL,'2020','2020-12-11','Hanukkah Starts',NULL,NULL,'HANUKKAH-STARTS','/hanukkah/','/hanukkah/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',460),(13893,'religious','jewish','jewish',NULL,NULL,NULL,'2020','2020-10-11','Simchat Torah',NULL,NULL,'SIMHAT-TORAH',NULL,'/simhat-torah/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',459),(13894,'religious','jewish','jewish',NULL,NULL,NULL,'2020','2020-10-10','Shmini Atzeret',NULL,NULL,'SHEMINI-ATZERET',NULL,'/shemini-atzeret/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',458),(13895,'religious','jewish','jewish',NULL,NULL,NULL,'2020','2020-10-09','Sukkot Ends',NULL,NULL,'SUKKOT-ENDS','/sukkot/','/sukkot/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',456),(13896,'religious','jewish','jewish',NULL,NULL,NULL,'2020','2020-10-03','Sukkot Starts',NULL,NULL,'SUKKOT-STARTS','/sukkot/','/sukkot/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',455),(13897,'religious','jewish','jewish',NULL,NULL,NULL,'2020','2020-09-28','Yom Kippur',NULL,NULL,'YOM-KIPPUR','/yom-kippur/','/yom-kippur/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',454),(13898,'religious','jewish','jewish',NULL,NULL,NULL,'2020','2020-09-21','Fast of Gedaliah',NULL,NULL,'FAST-OF-GEDALIAH',NULL,'/fast-of-gedaliah/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',453),(13899,'religious','jewish','jewish',NULL,NULL,NULL,'2020','2020-09-20','Rosh HaShana Ends',NULL,NULL,'ROSH-HASHANAH-ENDS','/rosh-hashanah/','/rosh-hashanah/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',452),(13900,'religious','jewish','jewish',NULL,NULL,NULL,'2020','2020-09-19','Rosh HaShana Starts',NULL,NULL,'ROSH-HASHANAH-STARTS','/rosh-hashanah/','/rosh-hashanah/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',451),(13901,'religious','jewish','jewish',NULL,NULL,NULL,'2020','2020-07-30','Tish\'a B\'Av',NULL,NULL,'TISHA-BAV',NULL,'/tisha-bav/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',450),(13902,'religious','jewish','jewish',NULL,NULL,NULL,'2020','2020-05-30','Shavuot',NULL,NULL,'SHAVUOT','/shavuot/','/shavuot/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',448),(13903,'religious','jewish','jewish',NULL,NULL,NULL,'2020','2020-05-29','Shavuot (1st day)',NULL,NULL,'SHAVUOT-1ST-DAY','/shavuot/','/shavuot/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',447),(13904,'religious','jewish','jewish',NULL,NULL,NULL,'2020','2020-05-22','Yom Yerushalayim',NULL,NULL,'YOM-YERUSHALAYIM',NULL,'/yom-yerushalayim/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',446),(13905,'religious','jewish','jewish',NULL,NULL,NULL,'2020','2020-05-12','Lag BaOmer',NULL,NULL,'LAG-BAOMER','/lag-bomer/','/lag-bomer/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',445),(13906,'religious','jewish','jewish',NULL,NULL,NULL,'2020','2020-04-29','Yom HaAtzma\'ut',NULL,NULL,'YOM-HAATZMAUT','/yom-haatzmaut/','/yom-haatzmaut/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',444),(13907,'religious','jewish','jewish',NULL,NULL,NULL,'2020','2020-04-28','Yom HaZikaron',NULL,NULL,'YOM-HAZIKARON',NULL,'/yom-hazikaron/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',443),(13908,'religious','jewish','jewish',NULL,NULL,NULL,'2020','2020-04-21','Yom Hashoah',NULL,NULL,'YOM-HASHOAH','/yom-hashoah/','/yom-hashoah/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',442),(13909,'religious','jewish','jewish',NULL,NULL,NULL,'2020','2020-04-16','Passover - Final Day',NULL,NULL,'PASSOVER-FINAL-DAY','/passover/','/passover/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',441),(13910,'religious','jewish','jewish',NULL,NULL,NULL,'2020','2020-05-08','Second Passover',NULL,NULL,'SECOND-PASSOVER','/passover/','/passover/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',440),(13911,'religious','jewish','jewish',NULL,NULL,NULL,'2020','2020-04-08','Passover - First Day',0,NULL,'PASSOVER-FIRST-DAY','/passover/','/passover/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',439),(13912,'religious','jewish','jewish',NULL,NULL,NULL,'2020','2020-03-11','Shushan Purim',NULL,NULL,'SHUSHAN-PURIM','/purim/','/purim/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',438),(13913,'religious','jewish','jewish',NULL,NULL,NULL,'2020','2020-03-10','Purim',0,NULL,'PURIM','/purim/','/purim/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',437),(13914,'religious','jewish','jewish',NULL,NULL,NULL,'2020','2020-01-21','Tu Bishvat',NULL,NULL,'TU-BISHVAT',NULL,'/tu-bishvat/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',436),(13915,'religious','sikh','sikh',NULL,NULL,NULL,'2020','2020-04-14','Vaisakhi',NULL,NULL,'VAISAKHI',NULL,'/vaisakhi/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',485),(13916,'religious','sikh','sikh',NULL,NULL,NULL,'2020','2020-06-16','Martyrdom of Guru Arjan Dev Sahib',NULL,NULL,'MARTYRDOM-OF-GURU-ARJAN-DEV-SAHIB',NULL,'/martyrdom-of-guru-arjan-dev-sahib/','Y','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',486),(13917,'religious','sikh','sikh',NULL,NULL,NULL,'2020','2020-03-17','Hola Mohalla',NULL,NULL,'HOLA-MOHALLA',NULL,'/hola-mohalla/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',484),(13918,'religious','sikh','sikh',NULL,NULL,NULL,'2020','2020-01-14','Maghi - Lohri',NULL,NULL,'MAGHI-LOHRI',NULL,'/maghi-lohri/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',482),(13919,'religious','sikh','sikh',NULL,NULL,NULL,'2020','2020-01-05','Guru Gobind Singh Birthday',NULL,NULL,'GURU-GOBIND-SINGH-BIRTHDAY',NULL,'/guru-gobind-singh-birthday/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',481),(13920,'religious','sikh','sikh',NULL,NULL,NULL,'2020','2020-11-14','Diwali',NULL,NULL,'DIWALI',NULL,'/diwali/','','RH',NULL,'diwali.jpg',NULL,NULL,'2019-12-02',NULL,'Y',493),(13921,'religious','sikh','sikh',NULL,NULL,NULL,'2020','2020-11-30','Guru Nanak Birthday',NULL,NULL,'GURU-NANAK-BIRTHDAY',NULL,'/guru-nanak-birthday/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',494),(13922,'religious','sikh','sikh',NULL,NULL,NULL,'2020','2020-11-24','Martyrdom of Guru Tegh Bahadur Sahib',NULL,NULL,'MARTYRDOM-OF-GURU-TEGH-BAHADUR-SAHIB',NULL,'/martyrdom-of-guru-tegh-bahadur-sahib/','Y','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',495),(13923,'religious','sikh','sikh',NULL,NULL,NULL,'2020','2020-03-10','Holi',NULL,NULL,'HOLI',NULL,'/holi/','','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',660),(13924,'religious','sikh','sikh',NULL,NULL,NULL,'2020','2020-04-18','Birthday of Guru Angad Dev',NULL,NULL,'BIRTHDAY-OF-GURU-ANGAD-DEV',NULL,'/birthday-of-guru-angad-dev/','Y','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',661),(13925,'religious','sikh','sikh',NULL,NULL,NULL,'2020','2020-10-20','Birth of the Guru Granth',NULL,NULL,'BIRTH-OF-THE-GURU-GRANTH',NULL,'/birth-of-the-guru-granth/','Y','RH',NULL,NULL,NULL,NULL,'2019-12-02',NULL,'Y',662),(18702,'religious','buddhist','buddhist',NULL,NULL,NULL,'2021','2021-01-20','Bodhi Day',NULL,NULL,'BODHI-DAY',NULL,'/bodhi-day/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',480),(18703,'religious','buddhist','buddhist',NULL,NULL,NULL,'2021','2021-07-24','Asala - Dharma Day',NULL,NULL,'ASALA-DHARMA-DAY',NULL,'/asala-dharma-day/','','RH',NULL,'asala-dharma-day.jpg',NULL,NULL,'2020-09-22',NULL,'Y',479),(18704,'religious','buddhist','buddhist',NULL,NULL,NULL,'2021','2021-05-26','Vesak - Buddha Day',NULL,NULL,'VESAK-BUDDHA-DAY',NULL,'/vesak-day/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',478),(18705,'religious','buddhist','buddhist',NULL,NULL,NULL,'2021','2021-04-27','Theravada New Year',NULL,NULL,'THERAVADA-NEW-YEAR',NULL,'/theravada-new-year/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',477),(18706,'religious','buddhist','buddhist',NULL,NULL,NULL,'2021','2021-02-27','Magha Puja Day',NULL,NULL,'MAGHA-PUJA-DAY',NULL,'/magha-puja-day/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',476),(18707,'religious','buddhist','buddhist',NULL,NULL,NULL,'2021','2021-02-08','Nirvana Day',NULL,NULL,'NIRVANA-DAY','/nirvana-day/','/nirvana-day/','Y','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',475),(18708,'religious','buddhist','buddhist',NULL,NULL,NULL,'2021','2021-01-28','Mahayana New Year',NULL,NULL,'MAHAYANA-NEW-YEAR','/mahayana-new-year/','/mahayana-new-year/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',473),(18709,'religious','buddhist','buddhist',NULL,NULL,NULL,'2021','2021-02-12','Chinese New Year',NULL,NULL,'CHINESE-NEW-YEAR','/chinese-new-year/','/chinese-new-year/','','RH',NULL,'chinese-new-year.jpg',NULL,NULL,'2020-09-22',NULL,'Y',658),(18710,'religious','buddhist','buddhist',NULL,NULL,NULL,'2021','2021-08-13','Obon',NULL,NULL,'OBON',NULL,'/obon/','','RH',NULL,'obon.jpg','flickr.com/14360805@N05',NULL,'2020-09-22',NULL,'Y',659),(18711,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-12-31','Watch Night',NULL,NULL,'WATCH-NIGHT',NULL,'/watch-night/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',403),(18712,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-12-28','Holy Innocents',NULL,NULL,'HOLY-INNOCENTS','/holy-innocents/','/holy-innocents/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',402),(18713,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','RH',NULL,'christmas.jpg',NULL,NULL,'2020-09-22',NULL,'Y',401),(18714,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-12-24','Christmas Eve',NULL,NULL,'CHRISTMAS-EVE','/christmas/','/christmas/','Y','RH',NULL,'christmas.jpg',NULL,NULL,'2020-09-22',NULL,'Y',400),(18715,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-12-06','St. Nicholas Day',NULL,NULL,'ST-NICHOLAS-DAY','/st-nicholas-day/','/st-nicholas-day/','Y','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',399),(18716,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',398),(18717,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-11-28','Advent - first Sunday',NULL,NULL,'ADVENT-FIRST-SUNDAY',NULL,'/advent-first-sunday/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',397),(18718,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-11-25','Thanksgiving (USA)',NULL,NULL,'THANKSGIVING-USA','/thanksgiving-day/','/thanksgiving-day/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',396),(18719,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-11-02','All Souls\' Day',NULL,NULL,'ALL-SOULS-DAY','/all-souls-day/','/all-souls-day/','Y','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',395),(18720,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-11-01','All Saints\' Day',NULL,NULL,'ALL-SAINTS-DAY',NULL,'/all-saints-day/','Y','RH',NULL,'all-saints-day.jpg',NULL,NULL,'2020-09-22',NULL,'Y',393),(18721,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-10-31','All Hallows Eve',NULL,NULL,'ALL-HALLOWS-EVE','/halloween/','/halloween/','Y','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',392),(18722,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-09-29','Michael and All Angels',NULL,NULL,'MICHAEL-AND-ALL-ANGELS',NULL,'/michael-and-all-angels/','Y','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',391),(18723,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-09-14','Holy Cross Day',NULL,NULL,'HOLY-CROSS-DAY',NULL,'/holy-cross-day/','Y','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',390),(18724,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-08-15','The Assumption of Mary',NULL,NULL,'THE-ASSUMPTION-OF-MARY','/the-assumption-of-mary/','/the-assumption-of-mary/','Y','RH',NULL,'the-assumption-of-mary.jpg',NULL,NULL,'2020-09-22',NULL,'Y',389),(18725,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-08-01','Lammas',NULL,NULL,'LAMMAS',NULL,'/lammas/','Y','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',388),(18726,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-06-15','Saint Vladimir',NULL,NULL,'SAINT-VLADIMIR',NULL,'/saint-vladimir/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',387),(18727,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-06-29','Saints Peter and Paul',NULL,NULL,'SAINTS-PETER-AND-PAUL',NULL,'/saints-peter-and-paul/','Y','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',386),(18728,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-06-03','Corpus Christi',NULL,NULL,'CORPUS-CHRISTI','/corpus-christi/','/corpus-christi/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',385),(18729,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-05-30','Trinity Sunday',NULL,NULL,'TRINITY-SUNDAY',NULL,'/trinity-sunday/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',384),(18730,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-05-23','Pentecost',NULL,NULL,'PENTECOST','/pentecost/','/pentecost/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',383),(18731,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-05-13','Ascension of Jesus',NULL,NULL,'ASCENSION-OF-JESUS',NULL,'/ascension-day/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',382),(18732,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-07-25','St. James the Great Day',NULL,NULL,'ST-JAMES-THE-GREAT-DAY',NULL,'/st-james-the-great-day/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',381),(18733,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-04-05','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','RH',NULL,'easter.jpg',NULL,NULL,'2020-09-22',NULL,'Y',380),(18734,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-04-04','Easter',NULL,NULL,'EASTER','/easter/','/easter/','','RH',NULL,'easter.jpg',NULL,NULL,'2020-09-22',NULL,'Y',379),(18735,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-04-23','St. George\'s Day',NULL,NULL,'ST-GEORGES-DAY',NULL,'/st-georges-day/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',378),(18736,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-04-02','Good Friday ',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH',NULL,'good-friday.jpg',NULL,NULL,'2020-09-22',NULL,'Y',377),(18737,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-04-01','Maundy (Holy) Thursday',NULL,NULL,'MAUNDY-HOLY-THURSDAY',NULL,'/maundy-thursday/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',376),(18738,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-03-28','Palm Sunday',NULL,NULL,'PALM-SUNDAY','/palm-sunday/','/palm-sunday/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',375),(18739,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-03-19','St. Joseph\'s Day',NULL,NULL,'ST-JOSEPHS-DAY',NULL,'/st-josephs-day/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',374),(18740,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-03-17','St. Patrick\'s Day',NULL,NULL,'ST-PATRICK\'S-DAY','/st-patricks-day/','/st-patricks-day/','Y','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',373),(18741,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-02-14','St. Valentine\'s Day',0,'','ST-VALENTINES-DAY',NULL,'/valentines-day/','Y','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',372),(18742,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-02-02','Candlemas',NULL,NULL,'CANDLEMAS',NULL,'/candlemas/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',371),(18743,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-01-10','The Baptism of Jesus',1,'X','BAPTISM-OF-THE-JESUS','/baptism-of-the-lord/','/baptism-of-the-lord/','','RH',NULL,'baptism-of-the-lord.jpg',NULL,NULL,'2020-09-22',NULL,'Y',370),(18744,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-01-06','Epiphany',NULL,NULL,'EPIPHANY','/epiphany/','/epiphany/','Y','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',369),(18745,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-11-21','Christ the King',NULL,NULL,'CHRIST-THE-KING',NULL,'/christ-the-king/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',656),(18746,'religious','christian','christian',NULL,NULL,NULL,'2021','2021-02-17','Ash Wednesday',NULL,NULL,'ASH-WEDNESDAY','/ash-wednesday/','/ash-wednesday/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',657),(18747,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-11-19','Kartik Poornima',NULL,NULL,'KARTIK-POORNIMA',NULL,'/kartik-poornima/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',435),(18748,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-11-04','Diwali',NULL,NULL,'DIWALI',NULL,'/diwali/','','RH',NULL,'diwali.jpg',NULL,NULL,'2020-09-22',NULL,'Y',434),(18749,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-11-02','Dhan Teras',NULL,NULL,'DHAN-TERAS',NULL,'/dhanteras/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',433),(18750,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-11-24','Karwa Chauth',NULL,NULL,'KARWA-CHAUTH',NULL,'/karva-chauth/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',432),(18751,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-10-19','Sharad Purnima',NULL,NULL,'SHARAD-PURNIMA',NULL,'/sharad-purnima/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',431),(18752,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-10-15','Dusshera ',NULL,NULL,'DUSSHERA-',NULL,'/dussehra/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',430),(18753,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-10-14','Navaratri ends / Maha Navami',NULL,NULL,'NAVARATRI-ENDS-MAHA-NAVAMI',NULL,'/navaratri/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',429),(18754,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-10-06','Navaratri begins',NULL,NULL,'NAVARATRI-BEGINS',NULL,'/navaratri/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',427),(18755,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-11-06','Bhai Dooj',NULL,NULL,'BHAI-DOOJ',NULL,'/bhai-dooj/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',654),(18756,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-10-06','Mahalaya Amavasya',NULL,NULL,'MAHALAYA-AMAVASYA',NULL,'/mahalaya-amavasya/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',425),(18757,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-08-21','Onam',NULL,NULL,'ONAM',NULL,'/onam/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',424),(18758,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-09-10','Ganesh Chaturthi',NULL,NULL,'GANESH-CHATURTHI',NULL,'/ganesh-chaturthi/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',423),(18759,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-08-30','Krishna Janmashtami',NULL,NULL,'KRISHNA-JANMASHTAMI',NULL,'/janmashtami/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',422),(18760,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-08-22','Raksha Bandhan',NULL,NULL,'RAKSHA-BANDHAN',NULL,'/raksha-bandhan/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',421),(18761,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-08-13','Nag Panchami',NULL,NULL,'NAG-PANCHAMI',NULL,'/nag-panchami/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',420),(18762,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-07-24','Guru Purnima',NULL,NULL,'GURU-PURNIMA',NULL,'/guru-purnima/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',419),(18763,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-07-12','Puri Rath Yatra',NULL,NULL,'PURI-RATH-YATRA',NULL,'/rath-yatra/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',418),(18764,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-06-10','Savitri Pooja',NULL,NULL,'SAVITRI-POOJA',NULL,'/savitri-pooja/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',417),(18765,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-04-14','Vaisakhi / Baisakhi / Vishu ',NULL,NULL,'VAISAKHI-BAISAKHI-VISHU',NULL,'/vishu/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',416),(18766,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-05-14','Akshaya Tritiya',0,NULL,'AKSHAYA-TRITIYA',NULL,'/akshaya-tritiya/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',415),(18767,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-04-27','Hanuman Jayanti',NULL,NULL,'HANUMAN-JAYANTI',NULL,'/hanuman-jayanti/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',414),(18768,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-04-15','Bengali New Year / Bihu',NULL,NULL,'BENGALI-NEW-YEAR-BIHU',NULL,'/bihu-bengali-new-year/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',413),(18769,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-04-02','Ramanavami',NULL,NULL,'RAMANAVAMI',NULL,'/ramanavami/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',411),(18770,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-04-13','Ugadi / Gudi Padwa / Telugu New Year',NULL,NULL,'UGADI-GUDI-PADWA-TELUGU-NEW-YEAR',NULL,'/ugadi-telugu-new-year/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',410),(18771,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-04-12','Hindi New Year',NULL,NULL,'HINDI-NEW-YEAR',NULL,'/hindi-new-year/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',409),(18772,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-03-29','Holi',NULL,NULL,'HOLI',NULL,'/holi/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',408),(18773,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-03-11','Maha Shivaratri',NULL,NULL,'MAHA-SHIVARATRI',NULL,'/maha-shivratri/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',407),(18774,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-02-16','Vasant Panchami',0,NULL,'VASANT-PANCHAMI','/vasant-panchami/','/vasant-panchami/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',406),(18775,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-04-14','Tamil New Year',NULL,NULL,'TAMIL-NEW-YEAR',NULL,'/tamil-new-year/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',405),(18776,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-01-14','Makarsankranti / Pongal',0,NULL,'MAKARSANKRANTI-PONGAL',NULL,'/pongal/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',404),(18777,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-11-11','Chhath Puja',NULL,NULL,'CHHATH-PUJA',NULL,'/chhath-puja/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',655),(18778,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-03-28','Holika Dahan',NULL,NULL,'HOLIKA-DAHAN',NULL,'/holi/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',684),(18779,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-08-20','Varalakshmi Vrat',NULL,NULL,'VARALAKSHMI-VRAT',NULL,'/varalakshmi-vrat/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',685),(18780,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-09-17','Vishwakarma Puja',NULL,NULL,'VISHWAKARMA-PUJA',NULL,'/vishwakarma-puja/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',686),(18781,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-12-14','Geeta Jayanti',NULL,NULL,'GEETA-JAYANTI',NULL,'/geeta-jayanti/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',687),(18782,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-12-12','Dhanu Sankranti',NULL,NULL,'DHANU-SANKRANTI',NULL,'/dhanu-sankranti/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',688),(18783,'religious','hindu','hindu',NULL,NULL,NULL,'2021','2021-01-28','Thaipusam',NULL,NULL,'THAIPUSAM',NULL,'/thaipusam/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',754),(18830,'religious','islam','islam',NULL,NULL,NULL,'2021','2021-08-18','Day of Ashura / Muharram',NULL,NULL,'DAY-OF-ASHURA-MUHARRAM','/muharram/','/muharram/','','RH',NULL,NULL,NULL,NULL,'2020-09-23',NULL,'Y',472),(18831,'religious','islam','islam',NULL,NULL,NULL,'2021','2021-08-09','Hijra - Islamic New Year',NULL,NULL,'HIJRA-ISLAMIC-NEW-YEAR','/muharram/','/muharram/','','RH',NULL,NULL,NULL,NULL,'2020-09-23',NULL,'Y',471),(18832,'religious','islam','islam',NULL,NULL,NULL,'2021','2021-07-20','Eid-al-Adha',NULL,NULL,'EID-AL-ADHA','/hari-raya-haji/','/hari-raya-haji/','','RH',NULL,NULL,NULL,NULL,'2020-09-23',NULL,'Y',470),(18833,'religious','islam','islam',NULL,NULL,NULL,'2021','2021-07-19','Waqf al Arafa - Hajj',NULL,NULL,'WAQF-AL-ARAFA-HAJJ',NULL,'/waqf-al-arafa-hajj/','','RH',NULL,NULL,NULL,NULL,'2020-09-23',NULL,'Y',469),(18834,'religious','islam','islam',NULL,NULL,NULL,'2021','2021-05-13','Eid-al-Fitr (End of Ramadan)',NULL,NULL,'EID-AL-FITR-END-OF-RAMADAN','/ramadan/','/ramadan/','','RH',NULL,'hari-raya-puasa.jpg',NULL,NULL,'2020-09-23',NULL,'Y',468),(18835,'religious','islam','islam',NULL,NULL,NULL,'2021','2021-05-09','Laylat al Qadr',NULL,NULL,'LAYLAT-AL-KADR','/laylat-al-qadr/','/laylat-al-qadr/','','RH',NULL,NULL,NULL,NULL,'2020-09-23',NULL,'Y',467),(18836,'religious','islam','islam',NULL,NULL,NULL,'2021','2021-04-12','Ramadan (start)',NULL,NULL,'RAMADAN-START','/ramadan/','/ramadan/','','RH',NULL,'ramadan.jpg',NULL,NULL,'2020-09-23',NULL,'Y',466),(18837,'religious','islam','islam',NULL,NULL,NULL,'2021','2021-03-28','Lailat al Bara\'ah',NULL,NULL,'LAILAT-AL-BARAAH','/lailat-al-baraah/','/lailat-al-baraah/','','RH',NULL,NULL,NULL,NULL,'2020-09-23',NULL,'Y',465),(18838,'religious','islam','islam',NULL,NULL,NULL,'2021','2021-03-11','Lailat al Miraj',NULL,NULL,'LAILAT-AL-MIRAJ','/lailat-al-miraj/','/lailat-al-miraj/','','RH',NULL,NULL,NULL,NULL,'2020-09-23',NULL,'Y',464),(18839,'religious','islam','islam',NULL,NULL,NULL,'2021','2021-10-23','Milad un Nabi (Shia)',NULL,NULL,'MILAD-UN-NABI-SHIA',NULL,'/milad-un-nabi/','','RH',NULL,NULL,NULL,NULL,'2020-09-23',NULL,'Y',463),(18840,'religious','islam','islam',NULL,NULL,NULL,'2021','2021-10-19','Milad un Nabi',NULL,NULL,'MILAD-UN-NABI',NULL,'/milad-un-nabi/','','RH',NULL,NULL,NULL,NULL,'2020-09-23',NULL,'Y',462),(18784,'religious','jewish','jewish',NULL,NULL,NULL,'2021','2021-12-06','Hanukkah Ends',NULL,NULL,'HANUKKAH-ENDS','/hanukkah/','/hanukkah/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',461),(18785,'religious','jewish','jewish',NULL,NULL,NULL,'2021','2021-11-29','Hanukkah Starts',NULL,NULL,'HANUKKAH-STARTS','/hanukkah/','/hanukkah/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',460),(18786,'religious','jewish','jewish',NULL,NULL,NULL,'2021','2021-09-29','Simchat Torah',NULL,NULL,'SIMHAT-TORAH',NULL,'/simhat-torah/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',459),(18787,'religious','jewish','jewish',NULL,NULL,NULL,'2021','2021-09-28','Shmini Atzeret',NULL,NULL,'SHEMINI-ATZERET',NULL,'/shemini-atzeret/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',458),(18788,'religious','jewish','jewish',NULL,NULL,NULL,'2021','2021-09-27','Sukkot Ends',NULL,NULL,'SUKKOT-ENDS','/sukkot/','/sukkot/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',456),(18789,'religious','jewish','jewish',NULL,NULL,NULL,'2021','2021-09-21','Sukkot Starts',NULL,NULL,'SUKKOT-STARTS','/sukkot/','/sukkot/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',455),(18790,'religious','jewish','jewish',NULL,NULL,NULL,'2021','2021-09-16','Yom Kippur',NULL,NULL,'YOM-KIPPUR','/yom-kippur/','/yom-kippur/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',454),(18791,'religious','jewish','jewish',NULL,NULL,NULL,'2021','2021-09-09','Fast of Gedaliah',NULL,NULL,'FAST-OF-GEDALIAH',NULL,'/fast-of-gedaliah/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',453),(18792,'religious','jewish','jewish','','',NULL,'2021','2021-09-08','Rosh HaShana Ends',NULL,NULL,'ROSH-HASHANAH-ENDS','/rosh-hashanah/','/rosh-hashanah/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',452),(18793,'religious','jewish','jewish',NULL,NULL,NULL,'2021','2021-09-07','Rosh HaShana Starts',NULL,NULL,'ROSH-HASHANAH-STARTS','/rosh-hashanah/','/rosh-hashanah/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',451),(18794,'religious','jewish','jewish',NULL,NULL,NULL,'2021','2021-07-18','Tish\'a B\'Av',NULL,NULL,'TISHA-BAV',NULL,'/tisha-bav/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',450),(18795,'religious','jewish','jewish',NULL,NULL,NULL,'2021','2021-05-18','Shavuot',NULL,NULL,'SHAVUOT','/shavuot/','/shavuot/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',448),(18796,'religious','jewish','jewish',NULL,NULL,NULL,'2021','2021-05-17','Shavuot (1st day)',NULL,NULL,'SHAVUOT-1ST-DAY','/shavuot/','/shavuot/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',447),(18797,'religious','jewish','jewish',NULL,NULL,NULL,'2021','2021-05-10','Yom Yerushalayim',NULL,NULL,'YOM-YERUSHALAYIM',NULL,'/yom-yerushalayim/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',446),(18798,'religious','jewish','jewish',NULL,NULL,NULL,'2021','2021-04-30','Lag BaOmer',NULL,NULL,'LAG-BAOMER','/lag-bomer/','/lag-bomer/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',445),(18799,'religious','jewish','jewish',NULL,NULL,NULL,'2021','2021-04-15','Yom HaAtzma\'ut',NULL,NULL,'YOM-HAATZMAUT','/yom-haatzmaut/','/yom-haatzmaut/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',444),(18800,'religious','jewish','jewish',NULL,NULL,NULL,'2021','2021-04-14','Yom HaZikaron',NULL,NULL,'YOM-HAZIKARON',NULL,'/yom-hazikaron/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',443),(18801,'religious','jewish','jewish',NULL,NULL,NULL,'2021','2021-04-08','Yom Hashoah',NULL,NULL,'YOM-HASHOAH','/yom-hashoah/','/yom-hashoah/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',442),(18802,'religious','jewish','jewish',NULL,NULL,NULL,'2021','2021-04-04','Passover - Final Day',NULL,NULL,'PASSOVER-FINAL-DAY','/passover/','/passover/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',441),(18803,'religious','jewish','jewish',NULL,NULL,NULL,'2021','2021-04-26','Second Passover',NULL,NULL,'SECOND-PASSOVER','/passover/','/passover/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',440),(18804,'religious','jewish','jewish',NULL,NULL,NULL,'2021','2021-03-28','Passover - First Day',0,NULL,'PASSOVER-FIRST-DAY','/passover/','/passover/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',439),(18805,'religious','jewish','jewish',NULL,NULL,NULL,'2021','2021-02-28','Shushan Purim',NULL,NULL,'SHUSHAN-PURIM','/purim/','/purim/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',438),(18806,'religious','jewish','jewish',NULL,NULL,NULL,'2021','2021-02-26','Purim',0,NULL,'PURIM','/purim/','/purim/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',437),(18807,'religious','jewish','jewish',NULL,NULL,NULL,'2021','2021-01-28','Tu Bishvat',NULL,NULL,'TU-BISHVAT',NULL,'/tu-bishvat/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',436),(18808,'religious','sikh','sikh',NULL,NULL,NULL,'2021','2021-04-14','Vaisakhi',NULL,NULL,'VAISAKHI',NULL,'/vaisakhi/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',485),(18809,'religious','sikh','sikh',NULL,NULL,NULL,'2021','2021-06-16','Martyrdom of Guru Arjan Dev Sahib',NULL,NULL,'MARTYRDOM-OF-GURU-ARJAN-DEV-SAHIB',NULL,'/martyrdom-of-guru-arjan-dev-sahib/','Y','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',486),(18810,'religious','sikh','sikh',NULL,NULL,NULL,'2021','2021-03-29','Hola Mohalla',NULL,NULL,'HOLA-MOHALLA',NULL,'/hola-mohalla/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',484),(18811,'religious','sikh','sikh',NULL,NULL,NULL,'2021','2021-01-14','Maghi - Lohri',NULL,NULL,'MAGHI-LOHRI',NULL,'/maghi-lohri/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',482),(18812,'religious','sikh','sikh',NULL,NULL,NULL,'2021','2021-01-20','Guru Gobind Singh Birthday',NULL,NULL,'GURU-GOBIND-SINGH-BIRTHDAY',NULL,'/guru-gobind-singh-birthday/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',481),(18813,'religious','sikh','sikh',NULL,NULL,NULL,'2021','2021-11-04','Diwali',NULL,NULL,'DIWALI',NULL,'/diwali/','','RH',NULL,'diwali.jpg',NULL,NULL,'2020-09-22',NULL,'Y',493),(18814,'religious','sikh','sikh',NULL,NULL,NULL,'2021','2021-11-19','Guru Nanak Birthday',NULL,NULL,'GURU-NANAK-BIRTHDAY',NULL,'/guru-nanak-birthday/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',494),(18815,'religious','sikh','sikh',NULL,NULL,NULL,'2021','2021-11-24','Martyrdom of Guru Tegh Bahadur Sahib',NULL,NULL,'MARTYRDOM-OF-GURU-TEGH-BAHADUR-SAHIB',NULL,'/martyrdom-of-guru-tegh-bahadur-sahib/','Y','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',495),(18816,'religious','sikh','sikh',NULL,NULL,NULL,'2021','2021-03-29','Holi',NULL,NULL,'HOLI',NULL,'/holi/','','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',660),(18817,'religious','sikh','sikh',NULL,NULL,NULL,'2021','2021-04-18','Birthday of Guru Angad Dev',NULL,NULL,'BIRTHDAY-OF-GURU-ANGAD-DEV',NULL,'/birthday-of-guru-angad-dev/','Y','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',661),(18818,'religious','sikh','sikh',NULL,NULL,NULL,'2021','2021-10-20','Birth of the Guru Granth',NULL,NULL,'BIRTH-OF-THE-GURU-GRANTH',NULL,'/birth-of-the-guru-granth/','Y','RH',NULL,NULL,NULL,NULL,'2020-09-22',NULL,'Y',662),(24079,'religious','buddhist','buddhist',NULL,NULL,NULL,'2022','2022-01-10','Bodhi Day',NULL,NULL,'BODHI-DAY',NULL,'/bodhi-day/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',480),(24080,'religious','buddhist','buddhist',NULL,NULL,NULL,'2022','2022-07-13','Asala - Dharma Day',NULL,NULL,'ASALA-DHARMA-DAY',NULL,'/asala-dharma-day/','','RH',NULL,'asala-dharma-day.jpg',NULL,NULL,'2021-04-20',NULL,'Y',479),(24081,'religious','buddhist','buddhist',NULL,NULL,NULL,'2022','2022-05-16','Vesak - Buddha Day',NULL,NULL,'VESAK-BUDDHA-DAY',NULL,'/vesak-day/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',478),(24082,'religious','buddhist','buddhist',NULL,NULL,NULL,'2022','2022-04-16','Theravada New Year',NULL,NULL,'THERAVADA-NEW-YEAR',NULL,'/theravada-new-year/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',477),(24083,'religious','buddhist','buddhist',NULL,NULL,NULL,'2022','2022-02-16','Magha Puja Day',NULL,NULL,'MAGHA-PUJA-DAY',NULL,'/magha-puja-day/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',476),(24084,'religious','buddhist','buddhist',NULL,NULL,NULL,'2022','2022-02-15','Nirvana Day',NULL,NULL,'NIRVANA-DAY','/nirvana-day/','/nirvana-day/','Y','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',475),(24085,'religious','buddhist','buddhist',NULL,NULL,NULL,'2022','2022-01-18','Mahayana New Year',NULL,NULL,'MAHAYANA-NEW-YEAR','/mahayana-new-year/','/mahayana-new-year/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',473),(24086,'religious','buddhist','buddhist',NULL,NULL,NULL,'2022','2022-02-01','Chinese New Year',NULL,NULL,'CHINESE-NEW-YEAR','/chinese-new-year/','/chinese-new-year/','','RH',NULL,'chinese-new-year.jpg',NULL,NULL,'2021-04-20',NULL,'Y',658),(24087,'religious','buddhist','buddhist',NULL,NULL,NULL,'2022','2022-08-13','Obon',NULL,NULL,'OBON',NULL,'/obon/','','RH',NULL,'obon.jpg','flickr.com/14360805@N05',NULL,'2021-04-20',NULL,'Y',659),(24088,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-12-31','Watch Night',NULL,NULL,'WATCH-NIGHT',NULL,'/watch-night/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',403),(24089,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-12-28','Holy Innocents',NULL,NULL,'HOLY-INNOCENTS','/holy-innocents/','/holy-innocents/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',402),(24090,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','RH',NULL,'christmas.jpg',NULL,NULL,'2021-04-20',NULL,'Y',401),(24091,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-12-24','Christmas Eve',NULL,NULL,'CHRISTMAS-EVE','/christmas/','/christmas/','Y','RH',NULL,'christmas.jpg',NULL,NULL,'2021-04-20',NULL,'Y',400),(24092,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-12-06','St. Nicholas Day',NULL,NULL,'ST-NICHOLAS-DAY','/st-nicholas-day/','/st-nicholas-day/','Y','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',399),(24093,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',398),(24094,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-11-27','Advent - first Sunday',NULL,NULL,'ADVENT-FIRST-SUNDAY',NULL,'/advent-first-sunday/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',397),(24095,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-11-24','Thanksgiving (USA)',NULL,NULL,'THANKSGIVING-USA','/thanksgiving-day/','/thanksgiving-day/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',396),(24096,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-11-02','All Souls\' Day',NULL,NULL,'ALL-SOULS-DAY','/all-souls-day/','/all-souls-day/','Y','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',395),(24097,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-11-01','All Saints\' Day',NULL,NULL,'ALL-SAINTS-DAY',NULL,'/all-saints-day/','Y','RH',NULL,'all-saints-day.jpg',NULL,NULL,'2021-04-20',NULL,'Y',393),(24098,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-10-31','All Hallows Eve',NULL,NULL,'ALL-HALLOWS-EVE','/halloween/','/halloween/','Y','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',392),(24099,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-09-29','Michael and All Angels',NULL,NULL,'MICHAEL-AND-ALL-ANGELS',NULL,'/michael-and-all-angels/','Y','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',391),(24100,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-09-14','Holy Cross Day',NULL,NULL,'HOLY-CROSS-DAY',NULL,'/holy-cross-day/','Y','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',390),(24101,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-08-15','The Assumption of Mary',NULL,NULL,'THE-ASSUMPTION-OF-MARY','/the-assumption-of-mary/','/the-assumption-of-mary/','Y','RH',NULL,'the-assumption-of-mary.jpg',NULL,NULL,'2021-04-20',NULL,'Y',389),(24102,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-08-01','Lammas',NULL,NULL,'LAMMAS',NULL,'/lammas/','Y','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',388),(24103,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-07-15','Saint Vladimir',NULL,NULL,'SAINT-VLADIMIR',NULL,'/saint-vladimir/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',387),(24104,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-06-29','Saints Peter and Paul',NULL,NULL,'SAINTS-PETER-AND-PAUL',NULL,'/saints-peter-and-paul/','Y','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',386),(24105,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-06-16','Corpus Christi',NULL,NULL,'CORPUS-CHRISTI','/corpus-christi/','/corpus-christi/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',385),(24106,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-06-12','Trinity Sunday',NULL,NULL,'TRINITY-SUNDAY',NULL,'/trinity-sunday/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',384),(24107,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-06-05','Pentecost',NULL,NULL,'PENTECOST','/pentecost/','/pentecost/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',383),(24108,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-05-26','Ascension of Jesus',NULL,NULL,'ASCENSION-OF-JESUS',NULL,'/ascension-day/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',382),(24109,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-07-25','St. James the Great Day',NULL,NULL,'ST-JAMES-THE-GREAT-DAY',NULL,'/st-james-the-great-day/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',381),(24110,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-04-18','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','RH',NULL,'easter.jpg',NULL,NULL,'2021-04-20',NULL,'Y',380),(24111,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-04-17','Easter',NULL,NULL,'EASTER','/easter/','/easter/','','RH',NULL,'easter.jpg',NULL,NULL,'2021-04-20',NULL,'Y',379),(24112,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-04-23','St. George\'s Day',NULL,NULL,'ST-GEORGES-DAY',NULL,'/st-georges-day/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',378),(24113,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-04-15','Good Friday ',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH',NULL,'good-friday.jpg',NULL,NULL,'2021-04-20',NULL,'Y',377),(24114,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-04-14','Maundy (Holy) Thursday',NULL,NULL,'MAUNDY-HOLY-THURSDAY',NULL,'/maundy-thursday/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',376),(24115,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-04-10','Palm Sunday',NULL,NULL,'PALM-SUNDAY','/palm-sunday/','/palm-sunday/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',375),(24116,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-03-19','St. Joseph\'s Day',NULL,NULL,'ST-JOSEPHS-DAY',NULL,'/st-josephs-day/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',374),(24117,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-03-17','St. Patrick\'s Day',NULL,NULL,'ST-PATRICK\'S-DAY','/st-patricks-day/','/st-patricks-day/','Y','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',373),(24118,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-02-14','St. Valentine\'s Day',0,'','ST-VALENTINES-DAY',NULL,'/valentines-day/','Y','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',372),(24119,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-02-02','Candlemas',NULL,NULL,'CANDLEMAS',NULL,'/candlemas/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',371),(24120,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-01-09','The Baptism of Jesus',1,'X','BAPTISM-OF-THE-JESUS','/baptism-of-the-lord/','/baptism-of-the-lord/','','RH',NULL,'baptism-of-the-lord.jpg',NULL,NULL,'2021-04-20',NULL,'Y',370),(24121,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-01-06','Epiphany',NULL,NULL,'EPIPHANY','/epiphany/','/epiphany/','Y','RH',NULL,'epiphany.jpg',NULL,NULL,'2021-04-20',NULL,'Y',369),(24122,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-11-20','Christ the King',NULL,NULL,'CHRIST-THE-KING',NULL,'/christ-the-king/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',656),(24123,'religious','christian','christian',NULL,NULL,NULL,'2022','2022-03-02','Ash Wednesday',NULL,NULL,'ASH-WEDNESDAY','/ash-wednesday/','/ash-wednesday/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',657),(24124,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-11-08','Kartik Poornima',NULL,NULL,'KARTIK-POORNIMA',NULL,'/kartik-poornima/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',435),(24125,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-10-24','Diwali',NULL,NULL,'DIWALI',NULL,'/diwali/','','RH',NULL,'diwali.jpg',NULL,NULL,'2021-04-20',NULL,'Y',434),(24126,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-10-22','Dhan Teras',NULL,NULL,'DHAN-TERAS',NULL,'/dhanteras/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',433),(24127,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-10-13','Karwa Chauth',NULL,NULL,'KARWA-CHAUTH',NULL,'/karva-chauth/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',432),(24128,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-10-09','Sharad Purnima',NULL,NULL,'SHARAD-PURNIMA',NULL,'/sharad-purnima/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',431),(24129,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-10-05','Dusshera ',NULL,NULL,'DUSSHERA-',NULL,'/dussehra/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',430),(24130,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-10-04','Navaratri ends / Maha Navami',NULL,NULL,'NAVARATRI-ENDS-MAHA-NAVAMI',NULL,'/navaratri/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',429),(24131,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-09-26','Navaratri begins',NULL,NULL,'NAVARATRI-BEGINS',NULL,'/navaratri/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',427),(24132,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-10-26','Bhai Dooj',NULL,NULL,'BHAI-DOOJ',NULL,'/bhai-dooj/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',654),(24133,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-09-25','Mahalaya Amavasya',NULL,NULL,'MAHALAYA-AMAVASYA',NULL,'/mahalaya-amavasya/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',425),(24134,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-09-08','Onam',NULL,NULL,'ONAM',NULL,'/onam/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',424),(24135,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-08-31','Ganesh Chaturthi',NULL,NULL,'GANESH-CHATURTHI',NULL,'/ganesh-chaturthi/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',423),(24136,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-08-19','Krishna Janmashtami',NULL,NULL,'KRISHNA-JANMASHTAMI',NULL,'/janmashtami/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',422),(24137,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-08-11','Raksha Bandhan',NULL,NULL,'RAKSHA-BANDHAN',NULL,'/raksha-bandhan/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',421),(24138,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-08-02','Nag Panchami',NULL,NULL,'NAG-PANCHAMI',NULL,'/nag-panchami/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',420),(24139,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-07-13','Guru Purnima',NULL,NULL,'GURU-PURNIMA',NULL,'/guru-purnima/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',419),(24140,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-07-01','Puri Rath Yatra',NULL,NULL,'PURI-RATH-YATRA',NULL,'/rath-yatra/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',418),(24141,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-05-30','Savitri Pooja',NULL,NULL,'SAVITRI-POOJA',NULL,'/savitri-pooja/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',417),(24142,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-04-14','Vaisakhi / Baisakhi / Vishu ',NULL,NULL,'VAISAKHI-BAISAKHI-VISHU',NULL,'/vishu/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',416),(24143,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-05-03','Akshaya Tritiya',0,NULL,'AKSHAYA-TRITIYA',NULL,'/akshaya-tritiya/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',415),(24144,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-04-10','Hanuman Jayanti',NULL,NULL,'HANUMAN-JAYANTI',NULL,'/hanuman-jayanti/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',414),(24145,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-04-15','Bengali New Year / Bihu',NULL,NULL,'BENGALI-NEW-YEAR-BIHU',NULL,'/bihu-bengali-new-year/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',413),(24146,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-04-10','Ramanavami',NULL,NULL,'RAMANAVAMI',NULL,'/ramanavami/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',411),(24147,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-04-02','Ugadi / Gudi Padwa / Telugu New Year',NULL,NULL,'UGADI-GUDI-PADWA-TELUGU-NEW-YEAR',NULL,'/ugadi-telugu-new-year/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',410),(24148,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-03-22','Hindi New Year',NULL,NULL,'HINDI-NEW-YEAR',NULL,'/hindi-new-year/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',409),(24149,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-03-18','Holi',NULL,NULL,'HOLI',NULL,'/holi/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',408),(24150,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-03-01','Maha Shivaratri',NULL,NULL,'MAHA-SHIVARATRI',NULL,'/maha-shivratri/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',407),(24151,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-02-05','Vasant Panchami',0,NULL,'VASANT-PANCHAMI','/vasant-panchami/','/vasant-panchami/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',406),(24152,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-04-14','Tamil New Year',NULL,NULL,'TAMIL-NEW-YEAR',NULL,'/tamil-new-year/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',405),(24153,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-01-14','Makarsankranti / Pongal',0,NULL,'MAKARSANKRANTI-PONGAL',NULL,'/pongal/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',404),(24154,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-10-30','Chhath Puja',NULL,NULL,'CHHATH-PUJA',NULL,'/chhath-puja/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',655),(24155,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-03-17','Holika Dahan',NULL,NULL,'HOLIKA-DAHAN',NULL,'/holi/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',684),(24156,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-08-12','Varalakshmi Vrat',NULL,NULL,'VARALAKSHMI-VRAT',NULL,'/varalakshmi-vrat/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',685),(24157,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-09-17','Vishwakarma Puja',NULL,NULL,'VISHWAKARMA-PUJA',NULL,'/vishwakarma-puja/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',686),(24158,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-12-03','Geeta Jayanti',NULL,NULL,'GEETA-JAYANTI',NULL,'/geeta-jayanti/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',687),(24159,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-12-16','Dhanu Sankranti',NULL,NULL,'DHANU-SANKRANTI',NULL,'/dhanu-sankranti/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',688),(24160,'religious','hindu','hindu',NULL,NULL,NULL,'2022','2022-01-18','Thaipusam',NULL,NULL,'THAIPUSAM',NULL,'/thaipusam/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',754),(24161,'religious','islam','islam',NULL,NULL,NULL,'2022','2022-08-08','Day of Ashura / Muharram',NULL,NULL,'DAY-OF-ASHURA-MUHARRAM','/muharram/','/muharram/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',472),(24162,'religious','islam','islam',NULL,NULL,NULL,'2022','2022-07-30','Hijra - Islamic New Year',NULL,NULL,'HIJRA-ISLAMIC-NEW-YEAR','/muharram/','/muharram/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',471),(24163,'religious','islam','islam',NULL,NULL,NULL,'2022','2022-07-09','Eid-al-Adha',NULL,NULL,'EID-AL-ADHA','/hari-raya-haji/','/hari-raya-haji/','','RH',NULL,'eid-al-adha.jpg',NULL,NULL,'2021-04-20',NULL,'Y',470),(24164,'religious','islam','islam',NULL,NULL,NULL,'2022','2022-07-08','Waqf al Arafa - Hajj',NULL,NULL,'WAQF-AL-ARAFA-HAJJ',NULL,'/waqf-al-arafa-hajj/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',469),(24165,'religious','islam','islam',NULL,NULL,NULL,'2022','2022-05-02','Eid-al-Fitr (End of Ramadan)',NULL,NULL,'EID-AL-FITR-END-OF-RAMADAN','/ramadan/','/ramadan/','','RH',NULL,'hari-raya-puasa.jpg',NULL,NULL,'2021-04-20',NULL,'Y',468),(24166,'religious','islam','islam',NULL,NULL,NULL,'2022','2022-04-28','Laylat al Qadr',NULL,NULL,'LAYLAT-AL-KADR','/laylat-al-qadr/','/laylat-al-qadr/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',467),(24167,'religious','islam','islam',NULL,NULL,NULL,'2022','2022-04-02','Ramadan (start)',NULL,NULL,'RAMADAN-START','/ramadan/','/ramadan/','','RH',NULL,'ramadan.jpg',NULL,NULL,'2021-04-20',NULL,'Y',466),(24168,'religious','islam','islam',NULL,NULL,NULL,'2022','2022-03-18','Lailat al Bara\'ah',NULL,NULL,'LAILAT-AL-BARAAH','/lailat-al-baraah/','/lailat-al-baraah/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',465),(24169,'religious','islam','islam',NULL,NULL,NULL,'2022','2022-02-28','Lailat al Miraj',NULL,NULL,'LAILAT-AL-MIRAJ','/lailat-al-miraj/','/lailat-al-miraj/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',464),(24170,'religious','islam','islam',NULL,NULL,NULL,'2022','2022-10-08','Milad un Nabi',NULL,NULL,'MILAD-UN-NABI',NULL,'/milad-un-nabi/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',462),(24171,'religious','jewish','jewish',NULL,NULL,NULL,'2022','2022-12-26','Hanukkah Ends',NULL,NULL,'HANUKKAH-ENDS','/hanukkah/','/hanukkah/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',461),(24172,'religious','jewish','jewish',NULL,NULL,NULL,'2022','2022-12-18','Hanukkah Starts',NULL,NULL,'HANUKKAH-STARTS','/hanukkah/','/hanukkah/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',460),(24173,'religious','jewish','jewish',NULL,NULL,NULL,'2022','2022-10-18','Simchat Torah',NULL,NULL,'SIMHAT-TORAH',NULL,'/simhat-torah/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',459),(24174,'religious','jewish','jewish',NULL,NULL,NULL,'2022','2022-10-16','Shmini Atzeret',NULL,NULL,'SHEMINI-ATZERET',NULL,'/shemini-atzeret/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',458),(24175,'religious','jewish','jewish',NULL,NULL,NULL,'2022','2022-10-16','Hoshanah Rabbah',NULL,NULL,'HOSHANAH-RABBAH',NULL,'/hoshanah-rabbah/','','Religious',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',457),(24176,'religious','jewish','jewish',NULL,NULL,NULL,'2022','2022-10-16','Sukkot Ends',NULL,NULL,'SUKKOT-ENDS','/sukkot/','/sukkot/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',456),(24177,'religious','jewish','jewish',NULL,NULL,NULL,'2022','2022-10-09','Sukkot Starts',NULL,NULL,'SUKKOT-STARTS','/sukkot/','/sukkot/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',455),(24178,'religious','jewish','jewish',NULL,NULL,NULL,'2022','2022-10-04','Yom Kippur',NULL,NULL,'YOM-KIPPUR','/yom-kippur/','/yom-kippur/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',454),(24179,'religious','jewish','jewish',NULL,NULL,NULL,'2022','2022-09-28','Fast of Gedaliah',NULL,NULL,'FAST-OF-GEDALIAH',NULL,'/fast-of-gedaliah/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',453),(24180,'religious','jewish','jewish','','',NULL,'2022','2022-09-27','Rosh HaShana Ends',NULL,NULL,'ROSH-HASHANAH-ENDS','/rosh-hashanah/','/rosh-hashanah/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',452),(24181,'religious','jewish','jewish',NULL,NULL,NULL,'2022','2022-09-25','Rosh HaShana Starts',NULL,NULL,'ROSH-HASHANAH-STARTS','/rosh-hashanah/','/rosh-hashanah/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',451),(24182,'religious','jewish','jewish',NULL,NULL,NULL,'2022','2022-08-06','Tish\'a B\'Av',NULL,NULL,'TISHA-BAV',NULL,'/tisha-bav/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',450),(24183,'religious','jewish','jewish',NULL,NULL,NULL,'2022','2022-07-17','The 17th of Tammuz',NULL,NULL,'THE-17TH-OF-TAMMUZ',NULL,'/the-17th-of-tammuz/','','Religious',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',449),(24184,'religious','jewish','jewish',NULL,NULL,NULL,'2022','2022-06-06','Shavuot',NULL,NULL,'SHAVUOT','/shavuot/','/shavuot/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',448),(24185,'religious','jewish','jewish',NULL,NULL,NULL,'2022','2022-06-04','Shavuot (1st day)',NULL,NULL,'SHAVUOT-1ST-DAY','/shavuot/','/shavuot/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',447),(24186,'religious','jewish','jewish',NULL,NULL,NULL,'2022','2022-05-28','Yom Yerushalayim',NULL,NULL,'YOM-YERUSHALAYIM',NULL,'/yom-yerushalayim/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',446),(24187,'religious','jewish','jewish',NULL,NULL,NULL,'2022','2022-05-19','Lag BaOmer',NULL,NULL,'LAG-BAOMER','/lag-bomer/','/lag-bomer/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',445),(24188,'religious','jewish','jewish',NULL,NULL,NULL,'2022','2022-05-05','Yom HaAtzma\'ut',NULL,NULL,'YOM-HAATZMAUT','/yom-haatzmaut/','/yom-haatzmaut/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',444),(24189,'religious','jewish','jewish',NULL,NULL,NULL,'2022','2022-05-03','Yom HaZikaron',NULL,NULL,'YOM-HAZIKARON',NULL,'/yom-hazikaron/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',443),(24190,'religious','jewish','jewish',NULL,NULL,NULL,'2022','2022-04-27','Yom Hashoah',NULL,NULL,'YOM-HASHOAH','/yom-hashoah/','/yom-hashoah/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',442),(24191,'religious','jewish','jewish',NULL,NULL,NULL,'2022','2022-04-23','Passover - Final Day',NULL,NULL,'PASSOVER-FINAL-DAY','/passover/','/passover/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',441),(24192,'religious','jewish','jewish',NULL,NULL,NULL,'2022','2022-05-15','Second Passover',NULL,NULL,'SECOND-PASSOVER','/passover/','/passover/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',440),(24193,'religious','jewish','jewish',NULL,NULL,NULL,'2022','2022-04-15','Passover - First Day',0,NULL,'PASSOVER-FIRST-DAY','/passover/','/passover/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',439),(24194,'religious','jewish','jewish',NULL,NULL,NULL,'2022','2022-03-18','Shushan Purim',NULL,NULL,'SHUSHAN-PURIM','/purim/','/purim/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',438),(24195,'religious','jewish','jewish',NULL,NULL,NULL,'2022','2022-03-16','Purim',0,NULL,'PURIM','/purim/','/purim/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',437),(24196,'religious','jewish','jewish',NULL,NULL,NULL,'2022','2022-01-16','Tu Bishvat',NULL,NULL,'TU-BISHVAT',NULL,'/tu-bishvat/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',436),(24197,'religious','sikh','sikh',NULL,NULL,NULL,'2022','2022-04-14','Vaisakhi',NULL,NULL,'VAISAKHI',NULL,'/vaisakhi/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',485),(24198,'religious','sikh','sikh',NULL,NULL,NULL,'2022','2022-06-03','Martyrdom of Guru Arjan Dev Sahib',NULL,NULL,'MARTYRDOM-OF-GURU-ARJAN-DEV-SAHIB',NULL,'/martyrdom-of-guru-arjan-dev-sahib/','Y','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',486),(24199,'religious','sikh','sikh',NULL,NULL,NULL,'2022','2022-03-19','Hola Mohalla',NULL,NULL,'HOLA-MOHALLA',NULL,'/hola-mohalla/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',484),(24200,'religious','sikh','sikh',NULL,NULL,NULL,'2022','2022-01-31','Guru Har Rai Birthday',NULL,NULL,'GURU-HAR-RAI-BIRTHDAY',NULL,'/guru-har-rai-birthday/','','Religious',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',483),(24201,'religious','sikh','sikh',NULL,NULL,NULL,'2022','2022-01-14','Maghi - Lohri',NULL,NULL,'MAGHI-LOHRI',NULL,'/maghi-lohri/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',482),(24202,'religious','sikh','sikh',NULL,NULL,NULL,'2022','2022-01-09','Guru Gobind Singh Birthday',NULL,NULL,'GURU-GOBIND-SINGH-BIRTHDAY',NULL,'/guru-gobind-singh-birthday/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',481),(24203,'religious','sikh','sikh',NULL,NULL,NULL,'2022','2022-10-24','Diwali',NULL,NULL,'DIWALI',NULL,'/diwali/','','RH',NULL,'diwali.jpg',NULL,NULL,'2021-04-20',NULL,'Y',493),(24204,'religious','sikh','sikh',NULL,NULL,NULL,'2022','2022-11-08','Guru Nanak Birthday',NULL,NULL,'GURU-NANAK-BIRTHDAY',NULL,'/guru-nanak-birthday/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',494),(24205,'religious','sikh','sikh',NULL,NULL,NULL,'2022','2022-11-24','Martyrdom of Guru Tegh Bahadur Sahib',NULL,NULL,'MARTYRDOM-OF-GURU-TEGH-BAHADUR-SAHIB',NULL,'/martyrdom-of-guru-tegh-bahadur-sahib/','Y','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',495),(24206,'religious','sikh','sikh',NULL,NULL,NULL,'2022','2022-03-18','Holi',NULL,NULL,'HOLI',NULL,'/holi/','','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',660),(24207,'religious','sikh','sikh',NULL,NULL,NULL,'2022','2022-04-18','Birthday of Guru Angad Dev',NULL,NULL,'BIRTHDAY-OF-GURU-ANGAD-DEV',NULL,'/birthday-of-guru-angad-dev/','Y','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',661),(24208,'religious','sikh','sikh',NULL,NULL,NULL,'2022','2022-10-20','Birth of the Guru Granth',NULL,NULL,'BIRTH-OF-THE-GURU-GRANTH',NULL,'/birth-of-the-guru-granth/','Y','RH',NULL,NULL,NULL,NULL,'2021-04-20',NULL,'Y',662),(15618,'region','england','uk','Europe','England',NULL,'2020','2020-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','RH','Y','new-years-day.jpg',NULL,NULL,'2020-06-12',NULL,'Y',10505),(15619,'region','england','uk','Europe','England',NULL,'2020','2020-04-10','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH','Y','good-friday.jpg',NULL,NULL,'2020-06-12',NULL,'Y',10506),(15620,'region','england','uk','Europe','England',NULL,'2020','2020-04-13','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','RH','Y','easter.jpg',NULL,NULL,'2020-06-12',NULL,'Y',10507),(15621,'region','england','uk','Europe','England',NULL,'2020','2020-05-08','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','RH','Y','may-day.jpg',NULL,NULL,'2020-06-12',NULL,'Y',10508),(15622,'region','england','uk','Europe','England',NULL,'2020','2020-05-25','Spring Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2020-06-12',NULL,'Y',10509),(15623,'region','england','uk','Europe','England',NULL,'2020','2020-08-31','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2020-06-12',NULL,'Y',10510),(15624,'region','england','uk','Europe','England',NULL,'2020','2020-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','RH','Y','christmas.jpg',NULL,NULL,'2020-06-12',NULL,'Y',10511),(15625,'region','england','uk','Europe','England',NULL,'2020','2020-12-28','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','RH','Y','boxing-day.jpg',NULL,NULL,'2020-06-12',NULL,'Y',10512),(15635,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2020','2020-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','RH','Y','new-years-day.jpg',NULL,NULL,'2020-06-12',NULL,'Y',10058),(15636,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2020','2020-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','RH','Y',NULL,NULL,NULL,'2020-06-12',NULL,'Y',10059),(15637,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2020','2020-04-10','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH','Y','good-friday.jpg',NULL,NULL,'2020-06-12',NULL,'Y',10060),(15638,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2020','2020-04-13','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','RH','Y','easter.jpg',NULL,NULL,'2020-06-12',NULL,'Y',10061),(15639,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2020','2020-05-08','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','RH','Y','may-day.jpg',NULL,NULL,'2020-06-12',NULL,'Y',10062),(15640,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2020','2020-05-25','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2020-06-12',NULL,'Y',10063),(15641,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2020','2020-06-13','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','RH','Y',NULL,NULL,NULL,'2020-06-12',NULL,'Y',10064),(15642,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2020','2020-08-31','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2020-06-12',NULL,'Y',10065),(15643,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2020','2020-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','RH','Y','christmas.jpg',NULL,NULL,'2020-06-12',NULL,'Y',10066),(15644,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2020','2020-12-28','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','RH','Y','boxing-day.jpg',NULL,NULL,'2020-06-12',NULL,'Y',10067),(15626,'region','scotland','uk','Europe','Scotland',NULL,'2020','2020-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','RH','Y','new-years-day.jpg',NULL,NULL,'2020-06-12',NULL,'Y',10068),(15627,'region','scotland','uk','Europe','Scotland',NULL,'2020','2020-01-02','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','RH','Y','new-years-day.jpg',NULL,NULL,'2020-06-12',NULL,'Y',10069),(15628,'region','scotland','uk','Europe','Scotland',NULL,'2020','2020-04-10','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH','Y','good-friday.jpg',NULL,NULL,'2020-06-12',NULL,'Y',10070),(15629,'region','scotland','uk','Europe','Scotland',NULL,'2020','2020-05-08','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','RH','Y','may-day.jpg',NULL,NULL,'2020-06-12',NULL,'Y',10071),(15630,'region','scotland','uk','Europe','Scotland',NULL,'2020','2020-05-25','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2020-06-12',NULL,'Y',10072),(15631,'region','scotland','uk','Europe','Scotland',NULL,'2020','2020-08-03','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2020-06-12',NULL,'Y',10073),(15632,'region','scotland','uk','Europe','Scotland',NULL,'2020','2020-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','RH','Y',NULL,NULL,NULL,'2020-06-12',NULL,'Y',10074),(15633,'region','scotland','uk','Europe','Scotland',NULL,'2020','2020-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','RH','Y','christmas.jpg',NULL,NULL,'2020-06-12',NULL,'Y',10075),(15634,'region','scotland','uk','Europe','Scotland',NULL,'2020','2020-12-28','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','RH','Y','boxing-day.jpg',NULL,NULL,'2020-06-12',NULL,'Y',10076),(15610,'region','wales','uk','Europe','Wales',NULL,'2020','2020-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','RH','Y','new-years-day.jpg',NULL,NULL,'2020-06-12',NULL,'Y',10077),(15611,'region','wales','uk','Europe','Wales',NULL,'2020','2020-04-10','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH','Y','good-friday.jpg',NULL,NULL,'2020-06-12',NULL,'Y',10078),(15612,'region','wales','uk','Europe','Wales',NULL,'2020','2020-04-13','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','RH','Y','easter.jpg',NULL,NULL,'2020-06-12',NULL,'Y',10079),(15613,'region','wales','uk','Europe','Wales',NULL,'2020','2020-05-08','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','RH','Y','may-day.jpg',NULL,NULL,'2020-06-12',NULL,'Y',10080),(15614,'region','wales','uk','Europe','Wales',NULL,'2020','2020-05-25','Spring Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2020-06-12',NULL,'Y',10081),(15615,'region','wales','uk','Europe','Wales',NULL,'2020','2020-08-31','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2020-06-12',NULL,'Y',10082),(15616,'region','wales','uk','Europe','Wales',NULL,'2020','2020-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','RH','Y','christmas.jpg',NULL,NULL,'2020-06-12',NULL,'Y',10083),(15617,'region','wales','uk','Europe','Wales',NULL,'2020','2020-12-28','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','RH','Y','boxing-day.jpg',NULL,NULL,'2020-06-12',NULL,'Y',10084),(19656,'region','england','uk','Europe','England',NULL,'2021','2021-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','RH','Y','new-years-day.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10505),(19657,'region','england','uk','Europe','England',NULL,'2021','2021-04-02','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH','Y','good-friday.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10506),(19658,'region','england','uk','Europe','England',NULL,'2021','2021-04-05','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','RH','Y','easter.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10507),(19659,'region','england','uk','Europe','England',NULL,'2021','2021-05-03','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','RH','Y','may-day.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10508),(19660,'region','england','uk','Europe','England',NULL,'2021','2021-05-31','Spring Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2020-10-05',NULL,'Y',10509),(19661,'region','england','uk','Europe','England',NULL,'2021','2021-08-30','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2020-10-05',NULL,'Y',10510),(19662,'region','england','uk','Europe','England',NULL,'2021','2021-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','RH','Y','christmas.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10511),(19663,'region','england','uk','Europe','England',NULL,'2021','2021-12-28','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','RH','Y','boxing-day.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10512),(19629,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2021','2021-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','RH','Y','new-years-day.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10058),(19630,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2021','2021-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','RH','Y',NULL,NULL,NULL,'2020-10-05',NULL,'Y',10059),(19631,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2021','2021-04-02','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH','Y','good-friday.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10060),(19632,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2021','2021-04-05','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','RH','Y','easter.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10061),(19633,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2021','2021-05-03','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','RH','Y','may-day.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10062),(19634,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2021','2021-05-31','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2020-10-05',NULL,'Y',10063),(19635,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2021','2021-07-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','RH','Y',NULL,NULL,NULL,'2020-10-05',NULL,'Y',10064),(19636,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2021','2021-08-30','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2020-10-05',NULL,'Y',10065),(19637,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2021','2021-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','RH','Y','christmas.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10066),(19638,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2021','2021-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','RH','Y','boxing-day.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10067),(19639,'region','scotland','uk','Europe','Scotland',NULL,'2021','2021-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','RH','Y','new-years-day.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10068),(19640,'region','scotland','uk','Europe','Scotland',NULL,'2021','2021-01-04','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','RH','Y','new-years-day.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10069),(19641,'region','scotland','uk','Europe','Scotland',NULL,'2021','2021-04-02','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH','Y','good-friday.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10070),(19642,'region','scotland','uk','Europe','Scotland',NULL,'2021','2021-05-03','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','RH','Y','may-day.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10071),(19643,'region','scotland','uk','Europe','Scotland',NULL,'2021','2021-05-31','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2020-10-05',NULL,'Y',10072),(19644,'region','scotland','uk','Europe','Scotland',NULL,'2021','2021-08-02','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2020-10-05',NULL,'Y',10073),(19645,'region','scotland','uk','Europe','Scotland',NULL,'2021','2021-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','RH','Y',NULL,NULL,NULL,'2020-10-05',NULL,'Y',10074),(19646,'region','scotland','uk','Europe','Scotland',NULL,'2021','2021-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','RH','Y','christmas.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10075),(19647,'region','scotland','uk','Europe','Scotland',NULL,'2021','2021-12-28','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','RH','Y','boxing-day.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10076),(19648,'region','wales','uk','Europe','Wales',NULL,'2021','2021-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','RH','Y','new-years-day.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10077),(19649,'region','wales','uk','Europe','Wales',NULL,'2021','2021-04-02','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH','Y','good-friday.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10078),(19650,'region','wales','uk','Europe','Wales',NULL,'2021','2021-04-05','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','RH','Y','easter.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10079),(19651,'region','wales','uk','Europe','Wales',NULL,'2021','2021-05-03','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','RH','Y','may-day.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10080),(19652,'region','wales','uk','Europe','Wales',NULL,'2021','2021-05-31','Spring Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2020-10-05',NULL,'Y',10081),(19653,'region','wales','uk','Europe','Wales',NULL,'2021','2021-08-30','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2020-10-05',NULL,'Y',10082),(19654,'region','wales','uk','Europe','Wales',NULL,'2021','2021-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','RH','Y','christmas.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10083),(19655,'region','wales','uk','Europe','Wales',NULL,'2021','2021-12-28','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','RH','Y','boxing-day.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10084),(24907,'region','england','uk','Europe','England',NULL,'2022','2022-01-03','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','RH','Y','new-years-day.jpg',NULL,NULL,'2021-04-22',NULL,'Y',10505),(24908,'region','england','uk','Europe','England',NULL,'2022','2022-04-15','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH','Y','good-friday.jpg',NULL,NULL,'2021-04-22',NULL,'Y',10506),(24909,'region','england','uk','Europe','England',NULL,'2022','2022-04-18','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','RH','Y','easter.jpg',NULL,NULL,'2021-04-22',NULL,'Y',10507),(24910,'region','england','uk','Europe','England',NULL,'2022','2022-05-02','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','RH','Y','may-day.jpg',NULL,NULL,'2021-04-22',NULL,'Y',10508),(24911,'region','england','uk','Europe','England',NULL,'2022','2022-06-02','Spring Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2021-04-22',NULL,'Y',10509),(24912,'region','england','uk','Europe','England',NULL,'2022','2022-08-29','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2021-04-22',NULL,'Y',10510),(24913,'region','england','uk','Europe','England',NULL,'2022','2022-12-27','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','RH','Y','christmas.jpg',NULL,NULL,'2021-04-22',NULL,'Y',10511),(24914,'region','england','uk','Europe','England',NULL,'2022','2022-12-26','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','RH','Y','boxing-day.jpg',NULL,NULL,'2021-04-22',NULL,'Y',10512),(24915,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2022','2022-12-27','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','RH','Y','christmas.jpg',NULL,NULL,'2021-04-22',NULL,'Y',10066),(24916,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2022','2022-08-29','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2021-04-22',NULL,'Y',10065),(24917,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2022','2022-07-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','RH','Y',NULL,NULL,NULL,'2021-04-22',NULL,'Y',10064),(24918,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2022','2022-06-02','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2021-04-22',NULL,'Y',10063),(24919,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2022','2022-05-02','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','RH','Y','may-day.jpg',NULL,NULL,'2021-04-22',NULL,'Y',10062),(24920,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2022','2022-04-18','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','RH','Y','easter.jpg',NULL,NULL,'2021-04-22',NULL,'Y',10061),(24921,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2022','2022-04-15','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH','Y','good-friday.jpg',NULL,NULL,'2021-04-22',NULL,'Y',10060),(24922,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2022','2022-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','RH','Y',NULL,NULL,NULL,'2021-04-22',NULL,'Y',10059),(24923,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2022','2022-01-03','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','RH','Y','new-years-day.jpg',NULL,NULL,'2021-04-22',NULL,'Y',10058),(24924,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2022','2022-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','RH','Y','boxing-day.jpg',NULL,NULL,'2021-04-22',NULL,'Y',10067),(24925,'region','scotland','uk','Europe','Scotland',NULL,'2022','2022-12-26','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','RH','Y','christmas.jpg',NULL,NULL,'2021-04-22',NULL,'Y',10075),(24926,'region','scotland','uk','Europe','Scotland',NULL,'2022','2022-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','RH','Y',NULL,NULL,NULL,'2021-04-22',NULL,'Y',10074),(24927,'region','scotland','uk','Europe','Scotland',NULL,'2022','2022-08-01','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2021-04-22',NULL,'Y',10073),(24928,'region','scotland','uk','Europe','Scotland',NULL,'2022','2022-06-02','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2021-04-22',NULL,'Y',10072),(24929,'region','scotland','uk','Europe','Scotland',NULL,'2022','2022-05-02','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','RH','Y','may-day.jpg',NULL,NULL,'2021-04-22',NULL,'Y',10071),(24930,'region','scotland','uk','Europe','Scotland',NULL,'2022','2022-04-15','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH','Y','good-friday.jpg',NULL,NULL,'2021-04-22',NULL,'Y',10070),(24931,'region','scotland','uk','Europe','Scotland',NULL,'2022','2022-01-04','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','RH','Y','new-years-day.jpg',NULL,NULL,'2021-04-22',NULL,'Y',10069),(24932,'region','scotland','uk','Europe','Scotland',NULL,'2022','2022-01-03','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','RH','Y','new-years-day.jpg',NULL,NULL,'2021-04-22',NULL,'Y',10068),(24933,'region','scotland','uk','Europe','Scotland',NULL,'2022','2022-12-27','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','RH','Y','boxing-day.jpg',NULL,NULL,'2021-04-22',NULL,'Y',10076),(24934,'region','wales','uk','Europe','Wales',NULL,'2022','2022-12-27','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','RH','Y','christmas.jpg',NULL,NULL,'2021-04-22',NULL,'Y',10083),(24935,'region','wales','uk','Europe','Wales',NULL,'2022','2022-08-29','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2021-04-22',NULL,'Y',10082),(24936,'region','wales','uk','Europe','Wales',NULL,'2022','2022-06-02','Spring Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2021-04-22',NULL,'Y',10081),(24937,'region','wales','uk','Europe','Wales',NULL,'2022','2022-05-02','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','RH','Y','may-day.jpg',NULL,NULL,'2021-04-22',NULL,'Y',10080),(24938,'region','wales','uk','Europe','Wales',NULL,'2022','2022-04-18','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','RH','Y','easter.jpg',NULL,NULL,'2021-04-22',NULL,'Y',10079),(24939,'region','wales','uk','Europe','Wales',NULL,'2022','2022-04-15','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH','Y','good-friday.jpg',NULL,NULL,'2021-04-22',NULL,'Y',10078),(24940,'region','wales','uk','Europe','Wales',NULL,'2022','2022-01-03','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','RH','Y','new-years-day.jpg',NULL,NULL,'2021-04-22',NULL,'Y',10077),(24941,'region','wales','uk','Europe','Wales',NULL,'2022','2022-12-26','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','RH','Y','boxing-day.jpg',NULL,NULL,'2021-04-22',NULL,'Y',10084),(15843,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10526),(15844,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10527),(15845,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-04-10','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10528),(15846,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-04-13','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10529),(15847,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-05-08','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10530),(15848,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-05-25','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10531),(15849,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-06-13','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10532),(15850,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-08-31','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10533),(15851,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10534),(15852,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-12-28','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10535),(15853,'bank-org','barclays-bank','uk','Europe','Scotland',NULL,'2020','2020-01-02','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10536),(15854,'bank-org','barclays-bank','uk','Europe','Scotland',NULL,'2020','2020-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10537),(15855,'bank-org','barclays-bank','uk','Europe','Scotland',NULL,'2020','2020-12-28','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10538),(15856,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10617),(15857,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10618),(15858,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-04-10','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10619),(15859,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-04-13','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10620),(15860,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-05-08','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10621),(15861,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-05-25','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10622),(15862,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-06-13','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10623),(15863,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-08-31','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10624),(15864,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10625),(15865,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-12-28','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10626),(15866,'bank-org','clydesdale-bank','uk','Europe','Scotland',NULL,'2020','2020-01-02','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10627),(15867,'bank-org','clydesdale-bank','uk','Europe','Scotland',NULL,'2020','2020-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10628),(15868,'bank-org','clydesdale-bank','uk','Europe','Scotland',NULL,'2020','2020-12-28','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10629),(15869,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10565),(15870,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10566),(15871,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-04-10','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10567),(15872,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-04-13','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10568),(15873,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-05-08','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10569),(15874,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-05-25','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10570),(15875,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-06-13','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10571),(15876,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-08-31','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10572),(15877,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10573),(15878,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-12-28','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10574),(15879,'bank-org','hsbc-uk-bank','uk','Europe','Scotland',NULL,'2020','2020-01-02','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10575),(15880,'bank-org','hsbc-uk-bank','uk','Europe','Scotland',NULL,'2020','2020-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10576),(15881,'bank-org','hsbc-uk-bank','uk','Europe','Scotland',NULL,'2020','2020-12-28','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10577),(15882,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10513),(15883,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10514),(15884,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-04-10','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10515),(15885,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-04-13','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10516),(15886,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-05-08','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10517),(15887,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-05-25','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10518),(15888,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-06-13','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10519),(15889,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-08-31','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10520),(15890,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10521),(15891,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-12-28','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10522),(15892,'bank-org','lloyds-bank','uk','Europe','Scotland',NULL,'2020','2020-01-02','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10523),(15893,'bank-org','lloyds-bank','uk','Europe','Scotland',NULL,'2020','2020-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10524),(15894,'bank-org','lloyds-bank','uk','Europe','Scotland',NULL,'2020','2020-12-28','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10525),(15895,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10552),(15896,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10553),(15897,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-04-10','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10554),(15898,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-04-13','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10555),(15899,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-05-08','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10556),(15900,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-05-25','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10557),(15901,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-06-13','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10558),(15902,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-08-31','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10559),(15903,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10560),(15904,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-12-28','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10561),(15905,'bank-org','nationwide-bank','uk','Europe','Scotland',NULL,'2020','2020-01-02','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10562),(15906,'bank-org','nationwide-bank','uk','Europe','Scotland',NULL,'2020','2020-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10563),(15907,'bank-org','nationwide-bank','uk','Europe','Scotland',NULL,'2020','2020-12-28','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10564),(15908,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2020','2020-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10539),(15909,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2020','2020-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10540),(15910,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2020','2020-04-10','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10541),(15911,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2020','2020-04-13','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10542),(15912,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2020','2020-05-08','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10543),(15913,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2020','2020-05-25','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10544),(15914,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2020','2020-06-13','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10545),(15915,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2020','2020-08-31','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10546),(15916,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2020','2020-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10547),(15917,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2020','2020-12-28','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10548),(15918,'bank-org','royal-bank-of-scotland','uk','Europe','Scotland',NULL,'2020','2020-01-02','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10549),(15919,'bank-org','royal-bank-of-scotland','uk','Europe','Scotland',NULL,'2020','2020-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10550),(15920,'bank-org','royal-bank-of-scotland','uk','Europe','Scotland',NULL,'2020','2020-12-28','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10551),(15921,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10604),(15922,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10605),(15923,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-04-10','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10606),(15924,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-04-13','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10607),(15925,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-05-08','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10608),(15926,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-05-25','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10609),(15927,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-06-13','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10610),(15928,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-08-31','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10611),(15929,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10612),(15930,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-12-28','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10613),(15931,'bank-org','tsb-bank','uk','Europe','Scotland',NULL,'2020','2020-01-02','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10614),(15932,'bank-org','tsb-bank','uk','Europe','Scotland',NULL,'2020','2020-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10615),(15933,'bank-org','tsb-bank','uk','Europe','Scotland',NULL,'2020','2020-12-28','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10616),(15934,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10591),(15935,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10592),(15936,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-04-10','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10593),(15937,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-04-13','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10594),(15938,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-05-08','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10595),(15939,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-05-25','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10596),(15940,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-06-13','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10597),(15941,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-08-31','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10598),(15942,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10599),(15943,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2020','2020-12-28','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10600),(15944,'bank-org','yorkshire-bank','uk','Europe','Scotland',NULL,'2020','2020-01-02','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10601),(15945,'bank-org','yorkshire-bank','uk','Europe','Scotland',NULL,'2020','2020-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2020-06-19',NULL,'Y',10602),(15946,'bank-org','yorkshire-bank','uk','Europe','Scotland',NULL,'2020','2020-12-28','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-06-19',NULL,'Y',10603),(19955,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10526),(19956,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10527),(19957,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-04-02','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10528),(19958,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-04-05','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10529),(19959,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-05-03','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10530),(19960,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-05-31','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10531),(19961,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10532),(19962,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-08-30','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10533),(19963,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-12-27','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10534),(19964,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-12-28','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10535),(19965,'bank-org','barclays-bank','uk','Europe','Scotland',NULL,'2021','2021-01-04','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10536),(19966,'bank-org','barclays-bank','uk','Europe','Scotland',NULL,'2021','2021-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10537),(19967,'bank-org','barclays-bank','uk','Europe','Scotland',NULL,'2021','2021-12-28','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10538),(19968,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10617),(19969,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10618),(19970,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-04-02','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10619),(19971,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-04-05','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10620),(19972,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-05-03','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10621),(19973,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-05-31','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10622),(19974,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10623),(19975,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-08-30','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10624),(19976,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-12-27','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10625),(19977,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-12-28','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10626),(19978,'bank-org','clydesdale-bank','uk','Europe','Scotland',NULL,'2021','2021-01-04','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10627),(19979,'bank-org','clydesdale-bank','uk','Europe','Scotland',NULL,'2021','2021-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10628),(19980,'bank-org','clydesdale-bank','uk','Europe','Scotland',NULL,'2021','2021-12-28','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10629),(19981,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10565),(19982,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10566),(19983,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-04-02','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10567),(19984,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-04-05','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10568),(19985,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-05-03','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10569),(19986,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-05-31','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10570),(19987,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10571),(19988,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-08-30','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10572),(19989,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-12-27','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10573),(19990,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-12-28','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10574),(19991,'bank-org','hsbc-uk-bank','uk','Europe','Scotland',NULL,'2021','2021-01-04','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10575),(19992,'bank-org','hsbc-uk-bank','uk','Europe','Scotland',NULL,'2021','2021-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10576),(19993,'bank-org','hsbc-uk-bank','uk','Europe','Scotland',NULL,'2021','2021-12-28','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10577),(19994,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10513),(19995,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10514),(19996,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-04-02','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10515),(19997,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-04-05','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10516),(19998,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-05-03','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10517),(19999,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-05-31','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10518),(20000,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10519),(20001,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-08-30','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10520),(20002,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-12-27','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10521),(20003,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-12-28','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10522),(20004,'bank-org','lloyds-bank','uk','Europe','Scotland',NULL,'2021','2021-01-04','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10523),(20005,'bank-org','lloyds-bank','uk','Europe','Scotland',NULL,'2021','2021-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10524),(20006,'bank-org','lloyds-bank','uk','Europe','Scotland',NULL,'2021','2021-12-28','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10525),(20007,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10552),(20008,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10553),(20009,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-04-02','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10554),(20010,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-04-05','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10555),(20011,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-05-03','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10556),(20012,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-05-31','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10557),(20013,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10558),(20014,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-08-30','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10559),(20015,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-12-27','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10560),(20016,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-12-28','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10561),(20017,'bank-org','nationwide-bank','uk','Europe','Scotland',NULL,'2021','2021-01-04','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10562),(20018,'bank-org','nationwide-bank','uk','Europe','Scotland',NULL,'2021','2021-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10563),(20019,'bank-org','nationwide-bank','uk','Europe','Scotland',NULL,'2021','2021-12-28','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10564),(20020,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2021','2021-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10539),(20021,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2021','2021-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10540),(20022,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2021','2021-04-02','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10541),(20023,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2021','2021-04-05','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10542),(20024,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2021','2021-05-03','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10543),(20025,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2021','2021-05-31','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10544),(20026,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2021','2021-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10545),(20027,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2021','2021-08-30','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10546),(20028,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2021','2021-12-27','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10547),(20029,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2021','2021-12-28','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10548),(20030,'bank-org','royal-bank-of-scotland','uk','Europe','Scotland',NULL,'2021','2021-01-04','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10549),(20031,'bank-org','royal-bank-of-scotland','uk','Europe','Scotland',NULL,'2021','2021-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10550),(20032,'bank-org','royal-bank-of-scotland','uk','Europe','Scotland',NULL,'2021','2021-12-28','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10551),(20033,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10604),(20034,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10605),(20035,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-04-02','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10606),(20036,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-04-05','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10607),(20037,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-05-03','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10608),(20038,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-05-31','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10609),(20039,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10610),(20040,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-08-30','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10611),(20041,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-12-27','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10612),(20042,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-12-28','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10613),(20043,'bank-org','tsb-bank','uk','Europe','Scotland',NULL,'2021','2021-01-04','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10614),(20044,'bank-org','tsb-bank','uk','Europe','Scotland',NULL,'2021','2021-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10615),(20045,'bank-org','tsb-bank','uk','Europe','Scotland',NULL,'2021','2021-12-28','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10616),(20046,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10591),(20047,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10592),(20048,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-04-02','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10593),(20049,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-04-05','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10594),(20050,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-05-03','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10595),(20051,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-05-31','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10596),(20052,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10597),(20053,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-08-30','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10598),(20054,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-12-27','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10599),(20055,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-12-28','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10600),(20056,'bank-org','yorkshire-bank','uk','Europe','Scotland',NULL,'2021','2021-01-04','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10601),(20057,'bank-org','yorkshire-bank','uk','Europe','Scotland',NULL,'2021','2021-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10602),(20058,'bank-org','yorkshire-bank','uk','Europe','Scotland',NULL,'2021','2021-12-28','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10603),(20059,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10578),(20060,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10579),(20061,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-04-02','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10580),(20062,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-04-05','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10581),(20063,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-05-03','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10582),(20064,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-05-31','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10583),(20065,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10584),(20066,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-08-30','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10585),(20067,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-12-27','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10586),(20068,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2021','2021-12-28','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10587),(20069,'bank-org','natwest-bank','uk','Europe','Scotland',NULL,'2021','2021-01-04','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10588),(20070,'bank-org','natwest-bank','uk','Europe','Scotland',NULL,'2021','2021-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2020-10-08',NULL,'Y',10589),(20071,'bank-org','natwest-bank','uk','Europe','Scotland',NULL,'2021','2021-12-28','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2020-10-08',NULL,'Y',10590),(28534,'bank-org','barclays-bank','uk','Europe','Scotland',NULL,'2022','2022-01-03','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',10536),(28535,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',10535),(28536,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-12-27','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2021-06-02',NULL,'Y',10534),(28537,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-08-29','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',10533),(28538,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',10532),(28539,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-06-02','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',10531),(28540,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-05-02','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',10530),(28541,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-04-18','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2021-06-02',NULL,'Y',10529),(28542,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-04-15','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2021-06-02',NULL,'Y',10528),(28543,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','BH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',10527),(28544,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',10526),(28545,'bank-org','barclays-bank','uk','Europe','Scotland',NULL,'2022','2022-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',10537),(28546,'bank-org','clydesdale-bank','uk','Europe','Scotland',NULL,'2022','2022-01-03','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',10627),(28547,'bank-org','clydesdale-bank','uk','Europe','Scotland',NULL,'2022','2022-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',10628),(28548,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',10626),(28549,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-12-27','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2021-06-02',NULL,'Y',10625),(28550,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-08-29','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',10624),(28551,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',10623),(28552,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-06-02','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',10622),(28553,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-05-02','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',10621),(28554,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-04-18','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2021-06-02',NULL,'Y',10620),(28555,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-04-15','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2021-06-02',NULL,'Y',10619),(28556,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','BH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',10618),(28557,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',10617),(28558,'bank-org','hsbc-uk-bank','uk','Europe','Scotland',NULL,'2022','2022-01-03','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',10575),(28559,'bank-org','hsbc-uk-bank','uk','Europe','Scotland',NULL,'2022','2022-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',10576),(28560,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',10574),(28561,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-12-27','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2021-06-02',NULL,'Y',10573),(28562,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-08-29','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',10572),(28563,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',10571),(28564,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-06-02','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',10570),(28565,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-05-02','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',10569),(28566,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-04-18','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2021-06-02',NULL,'Y',10568),(28567,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-04-15','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2021-06-02',NULL,'Y',10567),(28568,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','BH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',10566),(28569,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',10565),(28570,'bank-org','lloyds-bank','uk','Europe','Scotland',NULL,'2022','2022-01-03','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10523),(28571,'bank-org','lloyds-bank','uk','Europe','Scotland',NULL,'2022','2022-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10524),(28572,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10522),(28573,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-12-27','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10521),(28574,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-08-29','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10520),(28575,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10519),(28576,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-06-02','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10518),(28577,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-05-02','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10517),(28578,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-04-18','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10516),(28579,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-04-15','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10515),(28580,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10514),(28581,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10513),(28582,'bank-org','nationwide-bank','uk','Europe','Scotland',NULL,'2022','2022-01-03','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10562),(28583,'bank-org','nationwide-bank','uk','Europe','Scotland',NULL,'2022','2022-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10563),(28584,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10561),(28585,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-12-27','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10560),(28586,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-08-29','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10559),(28587,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10558),(28588,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-06-02','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10557),(28589,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-05-02','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10556),(28590,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-04-18','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10555),(28591,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-04-15','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10554),(28592,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10553),(28593,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10552),(28594,'bank-org','natwest-bank','uk','Europe','Scotland',NULL,'2022','2022-01-03','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10588),(28595,'bank-org','natwest-bank','uk','Europe','Scotland',NULL,'2022','2022-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10589),(28596,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10587),(28597,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-12-27','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10586),(28598,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-08-29','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10585),(28599,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10584),(28600,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-06-02','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10583),(28601,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-05-02','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10582),(28602,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-04-18','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10581),(28603,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-04-15','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10580),(28604,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10579),(28605,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10578),(28606,'bank-org','royal-bank-of-scotland','uk','Europe','Scotland',NULL,'2022','2022-01-03','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10549),(28607,'bank-org','royal-bank-of-scotland','uk','Europe','Scotland',NULL,'2022','2022-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10550),(28608,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2022','2022-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10548),(28609,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2022','2022-12-27','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10547),(28610,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2022','2022-08-29','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10546),(28611,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2022','2022-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10545),(28612,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2022','2022-06-02','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10544),(28613,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2022','2022-05-02','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10543),(28614,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2022','2022-04-18','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10542),(28615,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2022','2022-04-15','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10541),(28616,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2022','2022-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10540),(28617,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2022','2022-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10539),(28618,'bank-org','tsb-bank','uk','Europe','Scotland',NULL,'2022','2022-01-03','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10614),(28619,'bank-org','tsb-bank','uk','Europe','Scotland',NULL,'2022','2022-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10615),(28620,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10613),(28621,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-12-27','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10612),(28622,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-08-29','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10611),(28623,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10610),(28624,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-06-02','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10609),(28625,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-05-02','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10608),(28626,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-04-18','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10607),(28627,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-04-15','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10606),(28628,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10605),(28629,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10604),(28630,'bank-org','yorkshire-bank','uk','Europe','Scotland',NULL,'2022','2022-01-03','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10601),(28631,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10600),(28632,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-12-27','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10599),(28633,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-08-29','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10598),(28634,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY',NULL,'/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10597),(28635,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-06-02','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10596),(28636,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-05-02','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10595),(28637,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-04-18','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10594),(28638,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-04-15','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10593),(28639,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10592),(28640,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2022','2022-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2021-06-03',NULL,'Y',10591),(28641,'bank-org','yorkshire-bank','uk','Europe','Scotland',NULL,'2022','2022-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2021-06-03',NULL,'Y',10602),(9622,'market','asx','australia','Asia Pacific','Australia',NULL,'2019','2019-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','NH','Y','new-years-day.jpg',NULL,NULL,'2018-11-13',NULL,'Y',2712),(9623,'market','asx','australia','Asia Pacific','Australia',NULL,'2019','2019-01-28','Australia Day OBS',NULL,'','AUSTRALIA-DAY',NULL,'/australia-day/','Y','ND','Y','australia-flag.gif',NULL,NULL,'2018-11-13',NULL,'Y',2713),(9624,'market','asx','australia','Asia Pacific','Australia',NULL,'2019','2019-04-19','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2018-11-13',NULL,'Y',2714),(9625,'market','asx','australia','Asia Pacific','Australia',NULL,'2019','2019-04-22','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','NH','Y','easter.jpg',NULL,NULL,'2018-11-13',NULL,'Y',2715),(9626,'market','asx','australia','Asia Pacific','Australia',NULL,'2019','2019-04-25','Anzac Day',NULL,'','ANZAC-DAY',NULL,'/anzac-day/','Y','NH','Y','anzac-day.jpg',NULL,NULL,'2018-11-13',NULL,'Y',2716),(9627,'market','asx','australia','Asia Pacific','Australia',NULL,'2019','2019-10-06','Queen\'s Birthday',NULL,NULL,'QUEENS-BIRTHDAY-QLD',NULL,'/queens-birthday/','','RH','Y','queens-birthday.jpg',NULL,NULL,'2018-11-13',NULL,'Y',2717),(9628,'market','asx','australia','Asia Pacific','Australia',NULL,'2019','2019-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2018-11-13',NULL,'Y',2718),(9629,'market','asx','australia','Asia Pacific','Australia',NULL,'2019','2019-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','NH','Y','boxing-day.jpg',NULL,NULL,'2018-11-13',NULL,'Y',2719),(9701,'market','bse','india','asia-pacific','India',NULL,'2019','2019-01-26','Republic Day',NULL,NULL,'REPUBLIC-DAY',NULL,'/republic-day/','Y','ND','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2477),(9702,'market','bse','india','asia-pacific','India',NULL,'2019','2019-03-04','Maha Shivaratri',NULL,'','MAHA-SHIVARATRI',NULL,'/maha-shivratri/','','NH','Y','maha-shivaratri.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2478),(9703,'market','bse','india','asia-pacific','India',NULL,'2019','2019-03-21','Holi',NULL,'','HOLI',NULL,'/holi/','','RH','Y','holi.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2479),(9704,'market','bse','india','asia-pacific','India',NULL,'2019','2019-04-17','Mahavir Jayanti',NULL,NULL,'MAHAVIR-JAYANTI',NULL,'/mahavir-jayanti/','','RH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2480),(9705,'market','bse','india','asia-pacific','India',NULL,'2019','2019-04-19','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2481),(9706,'market','bse','india','asia-pacific','India',NULL,'2019','2019-05-01','Maharashtra Day',NULL,NULL,'MAHARASHTRA-DIN',NULL,'/maharashtra-din/','Y','RH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2482),(9707,'market','bse','india','asia-pacific','India',NULL,'2019','2019-08-15','Independence Day',NULL,'','INDEPENDENCE-DAY','/independence-day/','/independence-day/','Y','ND','Y','india-flag.gif',NULL,NULL,'2018-11-14',NULL,'Y',2483),(9708,'market','bse','india','asia-pacific','India',NULL,'2019','2019-04-14','Dr.Baba Saheb Ambedkar Jayanti',NULL,NULL,'AMBEDKAR-JAYANTI',NULL,'/ambedkar-jayanti/','Y','RH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2484),(9709,'market','bse','india','asia-pacific','India',NULL,'2019','2019-08-12','Bakri Id / Eid ul-Adha',NULL,NULL,'EID-UL-ADHA','/hari-raya-haji/','/hari-raya-haji/','','NH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2485),(9710,'market','bse','india','asia-pacific','India',NULL,'2019','2019-09-02','Ganesh Chaturthi',NULL,NULL,'GANESH-CHATURTHI',NULL,'/ganesh-chaturthi/','','RH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2486),(9711,'market','bse','india','asia-pacific','India',NULL,'2019','2019-09-10','Moharum',NULL,NULL,'MUHARRAM','/muharram/','/muharram/',NULL,'NH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2487),(9712,'market','bse','india','asia-pacific','India',NULL,'2019','2019-10-02','Mathatma Gandhi Jayanti',NULL,'','GANDHI-JAYANTI',NULL,'/gandhi-jayanti/','Y','NH','Y','mahatma-gandhi.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2488),(9713,'market','bse','india','asia-pacific','India',NULL,'2019','2019-10-08','Dasara',NULL,NULL,'DUSSEHRA',NULL,'/dussehra/',NULL,'NH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2489),(9714,'market','bse','india','asia-pacific','India',NULL,'2019','2019-10-27','Diwali-Laxmi Pujan**',NULL,'','DIWALI',NULL,'/diwali/','','NH','Y','diwali.jpg',NULL,'**Muhurat Trading will be conducted on Sunday, October 27, 2018. Timings of Muhurat Trading shall be notified subsequently.','2018-11-14',NULL,'Y',2490),(9715,'market','bse','india','asia-pacific','India',NULL,'2019','2019-10-28','Diwali-Balipratipada',NULL,'','DIWALI',NULL,'/diwali/','','NH','Y','diwali.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2491),(9716,'market','bse','india','asia-pacific','India',NULL,'2019','2019-06-05','Id-ul-Fitr (Ramzan ID)',NULL,NULL,'EID-AL-FITR',NULL,'/hari-raya-puasa/',NULL,'NH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2492),(9717,'market','bse','india','asia-pacific','India',NULL,'2019','2019-04-13','Ram Navami',NULL,NULL,'RAM-NAVAMI',NULL,'/ram-navami/',NULL,'RH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2493),(9718,'market','bse','india','asia-pacific','India',NULL,'2019','2019-11-12','Guru Nanak Jayanti',NULL,NULL,'GURU-NANAKS-BIRTHDAY',NULL,'/guru-nanak-birthday/',NULL,'RH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2494),(9719,'market','bse','india','asia-pacific','India',NULL,'2019','2019-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2495),(9640,'market','dax','germany','Europe','Germany',NULL,'2019','2019-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','NH','Y','new-years-day.jpg',NULL,'Frankfurt Stock Exchange Germany','2018-11-14',NULL,'Y',2726),(9641,'market','dax','germany','Europe','Germany',NULL,'2019','2019-04-19','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2727),(9642,'market','dax','germany','Europe','Germany',NULL,'2019','2019-04-22','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','NH','Y','easter.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2728),(9643,'market','dax','germany','Europe','Germany',NULL,'2019','2019-05-01','Labor Day',NULL,NULL,'LABOR-DAY',NULL,'/may-day/','Y','NH','Y','may-day.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2729),(9644,'market','dax','germany','Europe','Germany',NULL,'2019','2019-06-10','Whit Monday',NULL,NULL,'WHIT-MONDAY',NULL,'/pentecost-monday/','','NH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2730),(9645,'market','dax','germany','Europe','Germany',NULL,'2019','2019-12-24','Christmas Eve',NULL,NULL,'CHRISTMAS-EVE','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2731),(9646,'market','dax','germany','Europe','Germany',NULL,'2019','2019-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2732),(9647,'market','dax','germany','Europe','Germany',NULL,'2019','2019-12-26','Christmas Holiday',NULL,NULL,'CHRISTMAS-HOLIDAY','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2733),(9648,'market','euronext','france','Europe','France',NULL,'2019','2019-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','NH','Y','new-years-day.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2720),(9649,'market','euronext','france','Europe','France',NULL,'2019','2019-04-19','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH','Y','good-friday.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2721),(9650,'market','euronext','france','Europe','France',NULL,'2019','2019-04-22','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','NH','Y','easter.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2722),(9651,'market','euronext','france','Europe','France',NULL,'2019','2019-05-01','Labor day',NULL,NULL,'LABOR-DAY',NULL,'/may-day/','Y','NH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2723),(9652,'market','euronext','france','Europe','France',NULL,'2019','2019-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2724),(9653,'market','euronext','france','Europe','France',NULL,'2019','2019-12-26','Christmas Holiday',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2725),(9630,'market','lse','uk','Europe','United Kingdom',NULL,'2019','2019-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','National','Y','new-years-day.jpg',NULL,'London Stock Exchange, United Kingdom','2018-11-14',NULL,'Y',2735),(9631,'market','lse','uk','Europe','United Kingdom',NULL,'2019','2019-04-19','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','Religious','Y','good-friday.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2736),(9632,'market','lse','uk','Europe','United Kingdom',NULL,'2019','2019-04-22','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','Religious','Y','easter.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2737),(9633,'market','lse','uk','Europe','United Kingdom',NULL,'2019','2019-05-06','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','National','Y','may-day.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2738),(9634,'market','lse','uk','Europe','United Kingdom',NULL,'2019','2019-05-27','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','National','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2739),(9635,'market','lse','uk','Europe','United Kingdom',NULL,'2019','2019-08-26','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','National','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2740),(9636,'market','lse','uk','Europe','United Kingdom',NULL,'2019','2019-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','Religious','Y','christmas.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2741),(9637,'market','lse','uk','Europe','United Kingdom',NULL,'2019','2019-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','Religious','Y','boxing-day.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2742),(9638,'market','lse','uk','Europe','United Kingdom',NULL,'2019','2019-12-24','Christmas Eve',NULL,NULL,'CHRISTMAS-EVE','/christmas/','/christmas/','Y','Religious','E','christmas.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2761),(9639,'market','lse','uk','Europe','United Kingdom',NULL,'2019','2019-12-31','New Year\'s Eve',NULL,NULL,'NEW-YEARS-EVE','/new-years-day/','/new-years-day/','Y','National','E','new-years-day.jpg',NULL,'','2018-11-14',NULL,'Y',2762),(9720,'market','mcx','india','asia-pacific','India',NULL,'2019','2019-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','NH','E','new-years-day.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2498),(9721,'market','mcx','india','asia-pacific','India',NULL,'2019','2019-01-26','Republic Day',NULL,NULL,'REPUBLIC-DAY',NULL,'/republic-day/','Y','ND','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2499),(9722,'market','mcx','india','asia-pacific','India',NULL,'2019','2019-03-04','Maha Shivaratri',NULL,'','MAHA-SHIVARATRI',NULL,'/maha-shivratri/','','NH','M','maha-shivaratri.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2500),(9723,'market','mcx','india','asia-pacific','India',NULL,'2019','2019-03-21','Holi',NULL,'','HOLI',NULL,'/holi/','','RH','M','holi.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2501),(9724,'market','mcx','india','asia-pacific','India',NULL,'2019','2019-04-17','Mahavir Jayanti',NULL,NULL,'MAHAVIR-JAYANTI',NULL,'/mahavir-jayanti/','','RH','M',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2502),(9725,'market','mcx','india','asia-pacific','India',NULL,'2019','2019-04-19','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2503),(9726,'market','mcx','india','asia-pacific','India',NULL,'2019','2019-05-01','Maharashtra Day',NULL,NULL,'MAHARASHTRA-DIN',NULL,'/maharashtra-din/','Y','RH','M',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2504),(9727,'market','mcx','india','asia-pacific','India',NULL,'2019','2019-08-15','Independence Day',NULL,'','INDEPENDENCE-DAY','/independence-day/','/independence-day/','Y','ND','Y','india-flag.gif',NULL,NULL,'2018-11-14',NULL,'Y',2505),(9728,'market','mcx','india','asia-pacific','India',NULL,'2019','2019-08-12','Bakri Id / Eid ul-Adha',NULL,NULL,'EID-UL-ADHA','/hari-raya-haji/','/hari-raya-haji/','','NH','M',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2506),(9729,'market','mcx','india','asia-pacific','India',NULL,'2019','2019-09-02','Ganesh Chaturthi',NULL,NULL,'GANESH-CHATURTHI',NULL,'/ganesh-chaturthi/','','RH','M',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2507),(9730,'market','mcx','india','asia-pacific','India',NULL,'2019','2019-09-10','Moharum',NULL,NULL,'MUHARRAM','/muharram/','/muharram/',NULL,'NH','M',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2508),(9731,'market','mcx','india','asia-pacific','India',NULL,'2019','2019-10-02','Mathatma Gandhi Jayanti',NULL,'','GANDHI-JAYANTI',NULL,'/gandhi-jayanti/','Y','NH','Y','mahatma-gandhi.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2509),(9732,'market','mcx','india','asia-pacific','India',NULL,'2019','2019-10-08','Dasara',NULL,NULL,'DUSSEHRA',NULL,'/dussehra/',NULL,'NH','M',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2510),(9733,'market','mcx','india','asia-pacific','India',NULL,'2019','2019-10-27','Diwali-Laxmi Pujan**',NULL,'','DIWALI',NULL,'/diwali/','','NH','M','diwali.jpg',NULL,'','2018-11-14',NULL,'Y',2511),(9734,'market','mcx','india','asia-pacific','India',NULL,'2019','2019-10-28','Diwali-Balipratipada',NULL,'','DIWALI',NULL,'/diwali/','','NH','M','diwali.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2512),(9735,'market','mcx','india','asia-pacific','India',NULL,'2019','2019-11-12','Guru Nanak Jayanti',NULL,NULL,'GURU-NANAKS-BIRTHDAY',NULL,'/guru-nanak-birthday/',NULL,'RH','M',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2513),(9736,'market','mcx','india','asia-pacific','India',NULL,'2019','2019-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2514),(9737,'market','mcx','india','asia-pacific','India',NULL,'2019','2019-04-13','Ram Navami',NULL,NULL,'RAM-NAVAMI',NULL,'/ram-navami/',NULL,'RH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2515),(9738,'market','mcx','india','asia-pacific','India',NULL,'2019','2019-04-14','Dr.Baba Saheb Ambedkar Jayanti',NULL,NULL,'AMBEDKAR-JAYANTI',NULL,'/ambedkar-jayanti/','Y','RH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2516),(9739,'market','mcx','india','asia-pacific','India',NULL,'2019','2019-06-05','Id-ul-Fitr (Ramzan ID)',NULL,NULL,'EID-AL-FITR',NULL,'/hari-raya-puasa/',NULL,'NH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2517),(9654,'market','nasdaq','us','Americas','United States',NULL,'2019','2019-01-01','New Year\'s Day',NULL,'','NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','National','Y','new-years-day.jpg',NULL,'NASDAQ Stock Exchange, United States','2018-11-14',NULL,'Y',2743),(9655,'market','nasdaq','us','Americas','United States',NULL,'2019','2019-01-21','M L King Day',NULL,'','M-L-KING-DAY','/martin-luther-king-day/','/martin-luther-king-day/','','National','Y','martin-luther-king.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2744),(9656,'market','nasdaq','us','Americas','United States',NULL,'2019','2019-02-18','Presidents\' Day',NULL,'','PRESIDENTS-DAY','/presidents-day/','/presidents-day/','','National','Y','presidents-day.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2745),(9657,'market','nasdaq','us','Americas','United States',NULL,'2019','2019-04-19','Good Friday',NULL,'','GOOD-FRIDAY','/good-friday/','/good-friday/','','Religious','Y','good-friday.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2746),(9658,'market','nasdaq','us','Americas','United States',NULL,'2019','2019-05-27','Memorial Day',NULL,'','MEMORIAL-DAY','/memorial-day/','/memorial-day/','','National','Y','memorial-day.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2747),(9659,'market','nasdaq','us','Americas','United States',NULL,'2019','2019-07-04','Independence Day',NULL,'','INDEPENDENCE-DAY','/independence-day/','/independence-day/','Y','ND','Y','us-flag.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2748),(9660,'market','nasdaq','us','Americas','United States',NULL,'2019','2019-09-02','Labor Day',NULL,'','LABOR-DAY','/labor-day/','/labor-day/','','National','Y','us-labor-day.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2749),(9661,'market','nasdaq','us','Americas','United States',NULL,'2019','2019-11-28','Thanksgiving',NULL,'','THANKSGIVING','/thanksgiving-day/','/thanksgiving-day/','','Religious','Y','thanksgiving-day.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2750),(9662,'market','nasdaq','us','Americas','United States',NULL,'2019','2019-12-25','Christmas',NULL,'','CHRISTMAS','/christmas/','/christmas/','Y','Religious','Y','christmas.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2751),(9682,'market','nse','india','asia-pacific','India',NULL,'2019','2019-01-26','Republic Day',NULL,NULL,'REPUBLIC-DAY',NULL,'/republic-day/','Y','ND','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2454),(9683,'market','nse','india','asia-pacific','India',NULL,'2019','2019-03-04','Maha Shivaratri',NULL,'','MAHA-SHIVARATRI',NULL,'/maha-shivratri/','','NH','Y','maha-shivaratri.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2455),(9684,'market','nse','india','asia-pacific','India',NULL,'2019','2019-03-21','Holi',NULL,'','HOLI',NULL,'/holi/','','NH','Y','holi.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2456),(9685,'market','nse','india','asia-pacific','India',NULL,'2019','2019-04-17','Mahavir Jayanti',NULL,NULL,'MAHAVIR-JAYANTI',NULL,'/mahavir-jayanti/','','RH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2457),(9686,'market','nse','india','asia-pacific','India',NULL,'2019','2019-04-19','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2458),(9687,'market','nse','india','asia-pacific','India',NULL,'2019','2019-05-01','Maharashtra Day',NULL,NULL,'MAHARASHTRA-DIN',NULL,'/maharashtra-din/','Y','RH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2460),(9688,'market','nse','india','asia-pacific','India',NULL,'2019','2019-08-15','Independence Day',NULL,'','INDEPENDENCE-DAY','/independence-day/','/independence-day/','Y','ND','Y','india-flag.gif',NULL,NULL,'2018-11-14',NULL,'Y',2461),(9689,'market','nse','india','asia-pacific','India',NULL,'2019','2019-04-14','Dr.Baba Saheb Ambedkar Jayanti',NULL,NULL,'AMBEDKAR-JAYANTI',NULL,'/ambedkar-jayanti/','Y','RH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2476),(9690,'market','nse','india','asia-pacific','India',NULL,'2019','2019-08-12','Bakri Id / Eid ul-Adha',NULL,NULL,'EID-UL-ADHA','/hari-raya-haji/','/hari-raya-haji/','','NH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2463),(9691,'market','nse','india','asia-pacific','India',NULL,'2019','2019-09-02','Ganesh Chaturthi',NULL,NULL,'GANESH-CHATURTHI',NULL,'/ganesh-chaturthi/','','RH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2464),(9692,'market','nse','india','asia-pacific','India',NULL,'2019','2019-09-10','Moharum',NULL,NULL,'MUHARRAM','/muharram/','/muharram/',NULL,'NH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2465),(9693,'market','nse','india','asia-pacific','India',NULL,'2019','2019-10-02','Mathatma Gandhi Jayanti',NULL,'','GANDHI-JAYANTI',NULL,'/gandhi-jayanti/','Y','NH','Y','mahatma-gandhi.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2466),(9694,'market','nse','india','asia-pacific','India',NULL,'2019','2019-10-08','Dasara',NULL,NULL,'DUSSEHRA',NULL,'/dussehra/',NULL,'NH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2467),(9695,'market','nse','india','asia-pacific','India',NULL,'2019','2019-10-27','Diwali-Laxmi Pujan**',NULL,'','DIWALI',NULL,'/diwali/','','NH','Y','diwali.jpg',NULL,'**Muhurat Trading will be conducted on Sunday, October 27, 2018. Timings of Muhurat Trading shall be notified subsequently.','2018-11-14',NULL,'Y',2468),(9696,'market','nse','india','asia-pacific','India',NULL,'2019','2019-10-28','Diwali-Balipratipada',NULL,'','DIWALI',NULL,'/diwali/','','NH','Y','diwali.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2469),(9697,'market','nse','india','asia-pacific','India',NULL,'2019','2019-06-05','Id-ul-Fitr (Ramzan ID)',NULL,NULL,'EID-AL-FITR',NULL,'/hari-raya-puasa/',NULL,'NH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2475),(9698,'market','nse','india','asia-pacific','India',NULL,'2019','2019-04-13','Ram Navami',NULL,NULL,'RAM-NAVAMI',NULL,'/ram-navami/',NULL,'RH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2474),(9699,'market','nse','india','asia-pacific','India',NULL,'2019','2019-11-12','Guru Nanak Jayanti',NULL,NULL,'GURU-NANAKS-BIRTHDAY',NULL,'/guru-nanak-birthday/',NULL,'RH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2472),(9700,'market','nse','india','asia-pacific','India',NULL,'2019','2019-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2473),(9663,'market','nyse','us','Americas','United States',NULL,'2019','2019-01-01','New Year\'s Day',NULL,'','NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','National','Y','new-years-day.jpg',NULL,'New York Stock Exchange, United States','2018-11-14',NULL,'Y',2752),(9664,'market','nyse','us','Americas','United States',NULL,'2019','2019-01-21','M L King Day',NULL,'','M-L-KING-DAY','/martin-luther-king-day/','/martin-luther-king-day/','','National','Y','martin-luther-king.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2753),(9665,'market','nyse','us','Americas','United States',NULL,'2019','2019-02-18','Presidents\' Day',NULL,'','PRESIDENTS-DAY','/presidents-day/','/presidents-day/','','National','Y','presidents-day.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2754),(9666,'market','nyse','us','Americas','United States',NULL,'2019','2019-04-19','Good Friday',NULL,'','GOOD-FRIDAY','/good-friday/','/good-friday/','','Religious','Y','good-friday.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2755),(9667,'market','nyse','us','Americas','United States',NULL,'2019','2019-05-27','Memorial Day',NULL,'','MEMORIAL-DAY','/memorial-day/','/memorial-day/','','National','Y','memorial-day.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2756),(9668,'market','nyse','us','Americas','United States',NULL,'2019','2019-07-04','Independence Day',NULL,'','INDEPENDENCE-DAY','/independence-day/','/independence-day/','Y','ND','Y','us-flag.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2757),(9669,'market','nyse','us','Americas','United States',NULL,'2019','2019-09-02','Labor Day',NULL,'','LABOR-DAY','/labor-day/','/labor-day/','','National','Y','us-labor-day.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2758),(9670,'market','nyse','us','Americas','United States',NULL,'2019','2019-11-28','Thanksgiving',NULL,'','THANKSGIVING','/thanksgiving-day/','/thanksgiving-day/','','Religious','Y','thanksgiving-day.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2759),(9671,'market','nyse','us','Americas','United States',NULL,'2019','2019-12-25','Christmas',NULL,'','CHRISTMAS','/christmas/','/christmas/','Y','Religious','Y','christmas.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2760),(9672,'market','tsx','canada','Americas','Canada',NULL,'2019','2019-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','NH','Y','new-years-day.jpg',NULL,'Toronto Stock Exchange, Canada','2018-11-14',NULL,'Y',2763),(9673,'market','tsx','canada','Americas','Canada',NULL,'2019','2019-02-18','Family Day',NULL,NULL,'FAMILY-DAY',NULL,'/family-day/','','RH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2764),(9674,'market','tsx','canada','Americas','Canada',NULL,'2019','2019-04-19','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2765),(9675,'market','tsx','canada','Americas','Canada',NULL,'2019','2019-05-20','Victoria/Patriots\' Day',NULL,'','VICTORIA-DAY',NULL,'/victoria-day/','','NH','Y','victoria-day.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2766),(9676,'market','tsx','canada','Americas','Canada',NULL,'2019','2019-07-01','Canada Day',NULL,'','CANADA-DAY',NULL,'/canada-day/','Y','ND','Y','canada-day.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2767),(9677,'market','tsx','canada','Americas','Canada',NULL,'2019','2019-08-05','Civic Holiday',NULL,'','CIVIC-HOLIDAY',NULL,'/provincial-day/','','NH','Y','provincial-day.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2768),(9678,'market','tsx','canada','Americas','Canada',NULL,'2019','2019-09-02','Labour Day',NULL,NULL,'LABOR-DAY','/labor-day/','/labor-day/','','NH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2769),(9679,'market','tsx','canada','Americas','Canada',NULL,'2019','2019-10-14','Thanksgiving',NULL,NULL,'THANKSGIVING','/thanksgiving-day/','/thanksgiving-day/','','RH','Y',NULL,NULL,NULL,'2018-11-14',NULL,'Y',2770),(9680,'market','tsx','canada','Americas','Canada',NULL,'2019','2019-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2771),(9681,'market','tsx','canada','Americas','Canada',NULL,'2019','2019-12-26','Boxing Day',NULL,'','BOXING-DAY','/boxing-day/','/boxing-day/','Y','RH','Y','boxing-day.jpg',NULL,NULL,'2018-11-14',NULL,'Y',2772),(12156,'market','asx','australia','Asia Pacific','Australia',NULL,'2020','2020-12-28','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','NH','Y','boxing-day.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2719),(12157,'market','asx','australia','Asia Pacific','Australia',NULL,'2020','2020-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2718),(12158,'market','asx','australia','Asia Pacific','Australia',NULL,'2020','2020-04-13','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','NH','Y','easter.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2715),(12159,'market','asx','australia','Asia Pacific','Australia',NULL,'2020','2020-04-10','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2714),(12160,'market','asx','australia','Asia Pacific','Australia',NULL,'2020','2020-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','NH','Y','new-years-day.jpg',NULL,'Australian Stock Exchange Ltd, Australia ','2019-11-23',NULL,'Y',2712),(12161,'market','asx','australia','Asia Pacific','Australia',NULL,'2020','2020-06-08','Queen\'s Birthday',NULL,NULL,'QUEENS-BIRTHDAY-QLD',NULL,'/queens-birthday/','','RH','Y','queens-birthday.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2717),(12162,'market','asx','australia','Asia Pacific','Australia',NULL,'2020','2020-01-27','Australia Day OBS',NULL,'','AUSTRALIA-DAY',NULL,'/australia-day/','Y','ND','Y','australia-flag.gif',NULL,NULL,'2019-11-23',NULL,'Y',2713),(12185,'market','bse','india','Asia Pacific','India',NULL,'2020','2020-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2495),(12186,'market','bse','india','Asia Pacific','India',NULL,'2020','2020-11-25','Guru Nanak Jayanti',NULL,NULL,'GURU-NANAKS-BIRTHDAY',NULL,'/guru-nanak-birthday/',NULL,'RH','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2494),(12187,'market','bse','india','Asia Pacific','India',NULL,'2020','2020-04-13','Ram Navami',NULL,NULL,'RAM-NAVAMI',NULL,'/ram-navami/',NULL,'RH','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2493),(12188,'market','bse','india','Asia Pacific','India',NULL,'2020','2020-05-25','Id-ul-Fitr (Ramzan ID)',NULL,NULL,'EID-AL-FITR',NULL,'/hari-raya-puasa/',NULL,'NH','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2492),(12189,'market','bse','india','Asia Pacific','India',NULL,'2020','2020-11-12','Diwali-Balipratipada',NULL,'','DIWALI',NULL,'/diwali/','','NH','Y','diwali.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2491),(12190,'market','bse','india','Asia Pacific','India',NULL,'2020','2020-11-11','Diwali-Laxmi Pujan**',NULL,'','DIWALI',NULL,'/diwali/','','NH','Y','diwali.jpg',NULL,'**Muhurat Trading will be conducted on Sunday, October 27, 2018. Timings of Muhurat Trading shall be notified subsequently.','2019-11-23',NULL,'Y',2490),(12191,'market','bse','india','Asia Pacific','India',NULL,'2020','2020-10-22','Dasara',NULL,NULL,'DUSSEHRA',NULL,'/dussehra/',NULL,'NH','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2489),(12192,'market','bse','india','Asia Pacific','India',NULL,'2020','2020-10-02','Mathatma Gandhi Jayanti',NULL,'','GANDHI-JAYANTI',NULL,'/gandhi-jayanti/','Y','NH','Y','mahatma-gandhi.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2488),(12193,'market','bse','india','Asia Pacific','India',NULL,'2020','2020-09-17','Ganesh Chaturthi',NULL,NULL,'GANESH-CHATURTHI',NULL,'/ganesh-chaturthi/','','RH','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2486),(12194,'market','bse','india','Asia Pacific','India',NULL,'2020','2020-09-25','Bakri Id / Eid ul-Adha',NULL,NULL,'EID-UL-ADHA','/hari-raya-haji/','/hari-raya-haji/','','NH','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2485),(12195,'market','bse','india','Asia Pacific','India',NULL,'2020','2020-04-14','Dr.Baba Saheb Ambedkar Jayanti',NULL,NULL,'AMBEDKAR-JAYANTI',NULL,'/ambedkar-jayanti/','Y','RH','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2484),(12196,'market','bse','india','Asia Pacific','India',NULL,'2020','2020-05-01','Maharashtra Day',NULL,NULL,'MAHARASHTRA-DIN',NULL,'/maharashtra-din/','Y','RH','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2482),(12197,'market','bse','india','Asia Pacific','India',NULL,'2020','2020-04-10','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2481),(12198,'market','bse','india','Asia Pacific','India',NULL,'2020','2020-04-02','Mahavir Jayanti',NULL,NULL,'MAHAVIR-JAYANTI',NULL,'/mahavir-jayanti/','','RH','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2480),(12199,'market','bse','india','Asia Pacific','India',NULL,'2020','2020-03-06','Holi',NULL,'','HOLI',NULL,'/holi/','','RH','Y','holi.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2479),(12200,'market','bse','india','Asia Pacific','India',NULL,'2020','2020-02-21','Maha Shivaratri',NULL,'','MAHA-SHIVARATRI',NULL,'/maha-shivratri/','','NH','Y','maha-shivaratri.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2478),(12201,'market','bse','india','Asia Pacific','India',NULL,'2020','2020-01-26','Republic Day',NULL,NULL,'REPUBLIC-DAY',NULL,'/republic-day/','Y','ND','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2477),(12177,'market','dax','germany','Europe','Germany',NULL,'2020','2020-12-24','Christmas Eve',NULL,NULL,'CHRISTMAS-EVE','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2731),(12178,'market','dax','germany','Europe','Germany',NULL,'2020','2020-06-01','Whit Monday',NULL,NULL,'WHIT-MONDAY',NULL,'/pentecost-monday/','','NH','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2730),(12179,'market','dax','germany','Europe','Germany',NULL,'2020','2020-05-01','Labor Day',NULL,NULL,'LABOR-DAY',NULL,'/may-day/','Y','NH','Y','may-day.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2729),(12180,'market','dax','germany','Europe','Germany',NULL,'2020','2020-04-13','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','NH','Y','easter.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2728),(12181,'market','dax','germany','Europe','Germany',NULL,'2020','2020-04-10','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2727),(12182,'market','dax','germany','Europe','Germany',NULL,'2020','2020-12-31','New Year\'s Eve',NULL,NULL,'NEW-YEARS-EVE','/new-years-day/','/new-years-day/','Y','OB','Y','new-years-day.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2734),(12183,'market','dax','germany','Europe','Germany',NULL,'2020','2020-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2732),(12184,'market','dax','germany','Europe','Germany',NULL,'2020','2020-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','NH','Y','new-years-day.jpg',NULL,'Frankfurt Stock Exchange Germany','2019-11-23',NULL,'Y',2726),(12274,'market','euronext','france','Europe','France',NULL,'2020','2020-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2724),(12275,'market','euronext','france','Europe','France',NULL,'2020','2020-04-13','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','NH','Y','easter.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2722),(12276,'market','euronext','france','Europe','France',NULL,'2020','2020-04-10','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH','Y','good-friday.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2721),(12277,'market','euronext','france','Europe','France',NULL,'2020','2020-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','NH','Y','new-years-day.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2720),(12278,'market','euronext','france','Europe','France',NULL,'2020','2020-05-01','Labor day',NULL,NULL,'LABOR-DAY',NULL,'/may-day/','Y','NH','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2723),(12264,'market','lse','uk','Europe','United Kingdom',NULL,'2020','2020-12-28','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','Religious','Y','boxing-day.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2742),(12265,'market','lse','uk','Europe','United Kingdom',NULL,'2020','2020-05-08','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','National','Y','may-day.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2738),(12266,'market','lse','uk','Europe','United Kingdom',NULL,'2020','2020-04-13','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','Religious','Y','easter.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2737),(12267,'market','lse','uk','Europe','United Kingdom',NULL,'2020','2020-04-10','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','Religious','Y','good-friday.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2736),(12268,'market','lse','uk','Europe','United Kingdom',NULL,'2020','2020-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','National','Y','new-years-day.jpg',NULL,'London Stock Exchange, United Kingdom','2019-11-23',NULL,'Y',2735),(12269,'market','lse','uk','Europe','United Kingdom',NULL,'2020','2020-12-31','New Year\'s Eve',NULL,NULL,'NEW-YEARS-EVE','/new-years-day/','/new-years-day/','Y','National','E','new-years-day.jpg',NULL,'London Stock Exchange, United Kingdom','2019-11-23',NULL,'Y',2762),(12270,'market','lse','uk','Europe','United Kingdom',NULL,'2020','2020-12-24','Christmas Eve',NULL,NULL,'CHRISTMAS-EVE','/christmas/','/christmas/','Y','Religious','E','christmas.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2761),(12271,'market','lse','uk','Europe','United Kingdom',NULL,'2020','2020-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','Religious','Y','christmas.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2741),(12272,'market','lse','uk','Europe','United Kingdom',NULL,'2020','2020-08-31','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','National','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2740),(12273,'market','lse','uk','Europe','United Kingdom',NULL,'2020','2020-05-25','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','National','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2739),(12247,'market','mcx','india','Asia Pacific','India',NULL,'2020','2020-04-02','Ram Navami',NULL,NULL,'RAM-NAVAMI',NULL,'/ram-navami/',NULL,'RH','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2515),(12248,'market','mcx','india','Asia Pacific','India',NULL,'2020','2020-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2514),(12249,'market','mcx','india','Asia Pacific','India',NULL,'2020','2020-05-25','Id-ul-Fitr (Ramzan ID)',NULL,NULL,'EID-AL-FITR',NULL,'/hari-raya-puasa/',NULL,'NH','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2517),(12250,'market','mcx','india','Asia Pacific','India',NULL,'2020','2020-04-14','Dr.Baba Saheb Ambedkar Jayanti',NULL,NULL,'AMBEDKAR-JAYANTI',NULL,'/ambedkar-jayanti/','Y','RH','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2516),(12251,'market','mcx','india','Asia Pacific','India',NULL,'2020','2020-11-25','Guru Nanak Jayanti',NULL,NULL,'GURU-NANAKS-BIRTHDAY',NULL,'/guru-nanak-birthday/',NULL,'RH','M',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2513),(12252,'market','mcx','india','Asia Pacific','India',NULL,'2020','2020-11-12','Diwali-Balipratipada',NULL,'','DIWALI',NULL,'/diwali/','','NH','M','diwali.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2512),(12253,'market','mcx','india','Asia Pacific','India',NULL,'2020','2020-11-11','Diwali-Laxmi Pujan**',NULL,'','DIWALI',NULL,'/diwali/','','NH','M','diwali.jpg',NULL,'','2019-11-23',NULL,'Y',2511),(12254,'market','mcx','india','Asia Pacific','India',NULL,'2020','2020-10-22','Dasara',NULL,NULL,'DUSSEHRA',NULL,'/dussehra/',NULL,'NH','M',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2510),(12255,'market','mcx','india','Asia Pacific','India',NULL,'2020','2020-10-02','Mathatma Gandhi Jayanti',NULL,'','GANDHI-JAYANTI',NULL,'/gandhi-jayanti/','Y','NH','Y','mahatma-gandhi.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2509),(12256,'market','mcx','india','Asia Pacific','India',NULL,'2020','2020-09-17','Ganesh Chaturthi',NULL,NULL,'GANESH-CHATURTHI',NULL,'/ganesh-chaturthi/','','RH','M',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2507),(12257,'market','mcx','india','Asia Pacific','India',NULL,'2020','2020-09-25','Bakri Id / Eid ul-Adha',NULL,NULL,'EID-UL-ADHA','/hari-raya-haji/','/hari-raya-haji/','','NH','M',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2506),(12258,'market','mcx','india','Asia Pacific','India',NULL,'2020','2020-05-01','Maharashtra Day',NULL,NULL,'MAHARASHTRA-DIN',NULL,'/maharashtra-din/','Y','RH','M',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2504),(12259,'market','mcx','india','Asia Pacific','India',NULL,'2020','2020-04-10','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2503),(12260,'market','mcx','india','Asia Pacific','India',NULL,'2020','2020-03-06','Holi',NULL,'','HOLI',NULL,'/holi/','','RH','M','holi.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2501),(12261,'market','mcx','india','Asia Pacific','India',NULL,'2020','2020-04-02','Mahavir Jayanti',NULL,NULL,'MAHAVIR-JAYANTI',NULL,'/mahavir-jayanti/','','RH','M',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2502),(12262,'market','mcx','india','Asia Pacific','India',NULL,'2020','2020-02-21','Maha Shivaratri',NULL,'','MAHA-SHIVARATRI',NULL,'/maha-shivratri/','','NH','M','maha-shivaratri.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2500),(12263,'market','mcx','india','Asia Pacific','India',NULL,'2020','2020-01-26','Republic Day',NULL,NULL,'REPUBLIC-DAY',NULL,'/republic-day/','Y','ND','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2499),(12238,'market','nasdaq','us','Americas','United States',NULL,'2020','2020-12-25','Christmas',NULL,'','CHRISTMAS','/christmas/','/christmas/','Y','Religious','Y','christmas.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2751),(12239,'market','nasdaq','us','Americas','United States',NULL,'2020','2020-11-26','Thanksgiving',NULL,'','THANKSGIVING','/thanksgiving-day/','/thanksgiving-day/','','Religious','Y','thanksgiving-day.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2750),(12240,'market','nasdaq','us','Americas','United States',NULL,'2020','2020-09-07','Labor Day',NULL,'','LABOR-DAY','/labor-day/','/labor-day/','','National','Y','us-labor-day.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2749),(12241,'market','nasdaq','us','Americas','United States',NULL,'2020','2020-07-03','Independence Day',NULL,'','INDEPENDENCE-DAY','/independence-day/','/independence-day/','Y','ND','Y','us-flag.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2748),(12242,'market','nasdaq','us','Americas','United States',NULL,'2020','2020-04-10','Good Friday',NULL,'','GOOD-FRIDAY','/good-friday/','/good-friday/','','Religious','Y','good-friday.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2746),(12243,'market','nasdaq','us','Americas','United States',NULL,'2020','2020-05-25','Memorial Day',NULL,'','MEMORIAL-DAY','/memorial-day/','/memorial-day/','','National','Y','memorial-day.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2747),(12244,'market','nasdaq','us','Americas','United States',NULL,'2020','2020-02-17','Presidents\' Day',NULL,'','PRESIDENTS-DAY','/presidents-day/','/presidents-day/','','National','Y','presidents-day.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2745),(12245,'market','nasdaq','us','Americas','United States',NULL,'2020','2020-01-01','New Year\'s Day',NULL,'','NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','National','Y','new-years-day.jpg',NULL,'NASDAQ Stock Exchange, United States','2019-11-23',NULL,'Y',2743),(12246,'market','nasdaq','us','Americas','United States',NULL,'2020','2020-01-20','M L King Day',NULL,'','M-L-KING-DAY','/martin-luther-king-day/','/martin-luther-king-day/','','National','Y','martin-luther-king.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2744),(12202,'market','nse','india','Asia Pacific','India',NULL,'2020','2020-05-25','Id-ul-Fitr (Ramzan ID)',NULL,NULL,'EID-AL-FITR',NULL,'/hari-raya-puasa/',NULL,'NH','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2475),(12203,'market','nse','india','Asia Pacific','India',NULL,'2020','2020-04-02','Ram Navami',NULL,NULL,'RAM-NAVAMI',NULL,'/ram-navami/',NULL,'RH','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2474),(12204,'market','nse','india','Asia Pacific','India',NULL,'2020','2020-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2473),(12205,'market','nse','india','Asia Pacific','India',NULL,'2020','2020-11-25','Guru Nanak Jayanti',NULL,NULL,'GURU-NANAKS-BIRTHDAY',NULL,'/guru-nanak-birthday/',NULL,'RH','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2472),(12206,'market','nse','india','Asia Pacific','India',NULL,'2020','2020-11-12','Diwali-Balipratipada',NULL,'','DIWALI',NULL,'/diwali/','','NH','Y','diwali.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2469),(12207,'market','nse','india','Asia Pacific','India',NULL,'2020','2020-10-22','Dasara',NULL,NULL,'DUSSEHRA',NULL,'/dussehra/',NULL,'NH','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2467),(12208,'market','nse','india','Asia Pacific','India',NULL,'2020','2020-11-11','Diwali-Laxmi Pujan**',NULL,'','DIWALI',NULL,'/diwali/','','NH','Y','diwali.jpg',NULL,'**Muhurat Trading will be conducted on Sunday, October 27, 2018. Timings of Muhurat Trading shall be notified subsequently.','2019-11-23',NULL,'Y',2468),(12209,'market','nse','india','Asia Pacific','India',NULL,'2020','2020-04-14','Dr.Baba Saheb Ambedkar Jayanti',NULL,NULL,'AMBEDKAR-JAYANTI',NULL,'/ambedkar-jayanti/','Y','RH','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2476),(12210,'market','nse','india','Asia Pacific','India',NULL,'2020','2020-10-02','Mathatma Gandhi Jayanti',NULL,'','GANDHI-JAYANTI',NULL,'/gandhi-jayanti/','Y','NH','Y','mahatma-gandhi.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2466),(12211,'market','nse','india','Asia Pacific','India',NULL,'2020','2020-09-17','Ganesh Chaturthi',NULL,NULL,'GANESH-CHATURTHI',NULL,'/ganesh-chaturthi/','','RH','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2464),(12212,'market','nse','india','Asia Pacific','India',NULL,'2020','2020-09-25','Bakri Id / Eid ul-Adha',NULL,NULL,'EID-UL-ADHA','/hari-raya-haji/','/hari-raya-haji/','','NH','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2463),(12213,'market','nse','india','Asia Pacific','India',NULL,'2020','2020-05-01','Maharashtra Day',NULL,NULL,'MAHARASHTRA-DIN',NULL,'/maharashtra-din/','Y','RH','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2460),(12214,'market','nse','india','Asia Pacific','India',NULL,'2020','2020-04-10','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2458),(12215,'market','nse','india','Asia Pacific','India',NULL,'2020','2020-04-02','Mahavir Jayanti',NULL,NULL,'MAHAVIR-JAYANTI',NULL,'/mahavir-jayanti/','','RH','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2457),(12216,'market','nse','india','Asia Pacific','India',NULL,'2020','2020-03-06','Holi',NULL,'','HOLI',NULL,'/holi/','','NH','Y','holi.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2456),(12217,'market','nse','india','Asia Pacific','India',NULL,'2020','2020-01-26','Republic Day',NULL,NULL,'REPUBLIC-DAY',NULL,'/republic-day/','Y','ND','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2454),(12218,'market','nse','india','Asia Pacific','India',NULL,'2020','2020-02-21','Maha Shivaratri',NULL,'','MAHA-SHIVARATRI',NULL,'/maha-shivratri/','','NH','Y','maha-shivaratri.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2455),(12229,'market','nyse','us','Americas','United States',NULL,'2020','2020-09-07','Labor Day',NULL,'','LABOR-DAY','/labor-day/','/labor-day/','','National','Y','us-labor-day.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2758),(12230,'market','nyse','us','Americas','United States',NULL,'2020','2020-01-01','New Year\'s Day',NULL,'','NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','National','Y','new-years-day.jpg',NULL,'New York Stock Exchange, United States','2019-11-23',NULL,'Y',2752),(12231,'market','nyse','us','Americas','United States',NULL,'2020','2020-05-25','Memorial Day',NULL,'','MEMORIAL-DAY','/memorial-day/','/memorial-day/','','National','Y','memorial-day.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2756),(12232,'market','nyse','us','Americas','United States',NULL,'2020','2020-07-03','Independence Day',NULL,'','INDEPENDENCE-DAY','/independence-day/','/independence-day/','Y','ND','Y','us-flag.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2757),(12233,'market','nyse','us','Americas','United States',NULL,'2020','2020-11-26','Thanksgiving',NULL,'','THANKSGIVING','/thanksgiving-day/','/thanksgiving-day/','','Religious','Y','thanksgiving-day.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2759),(12234,'market','nyse','us','Americas','United States',NULL,'2020','2020-01-20','M L King Day',NULL,'','M-L-KING-DAY','/martin-luther-king-day/','/martin-luther-king-day/','','National','Y','martin-luther-king.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2753),(12235,'market','nyse','us','Americas','United States',NULL,'2020','2020-02-17','Presidents\' Day',NULL,'','PRESIDENTS-DAY','/presidents-day/','/presidents-day/','','National','Y','presidents-day.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2754),(12236,'market','nyse','us','Americas','United States',NULL,'2020','2020-04-10','Good Friday',NULL,'','GOOD-FRIDAY','/good-friday/','/good-friday/','','Religious','Y','good-friday.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2755),(12237,'market','nyse','us','Americas','United States',NULL,'2020','2020-12-25','Christmas',NULL,'','CHRISTMAS','/christmas/','/christmas/','Y','Religious','Y','christmas.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2760),(12219,'market','tsx','canada','Americas','Canada',NULL,'2020','2020-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','NH','Y','new-years-day.jpg',NULL,'Toronto Stock Exchange, Canada','2019-11-23',NULL,'Y',2763),(12220,'market','tsx','canada','Americas','Canada',NULL,'2020','2020-02-17','Family Day',NULL,NULL,'FAMILY-DAY',NULL,'/family-day/','','RH','Y','family-day.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2764),(12221,'market','tsx','canada','Americas','Canada',NULL,'2020','2020-04-10','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2765),(12222,'market','tsx','canada','Americas','Canada',NULL,'2020','2020-05-18','Victoria/Patriots\' Day',NULL,'','VICTORIA-DAY',NULL,'/victoria-day/','','NH','Y','victoria-day.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2766),(12223,'market','tsx','canada','Americas','Canada',NULL,'2020','2020-07-01','Canada Day',NULL,'','CANADA-DAY',NULL,'/canada-day/','Y','ND','Y','canada-day.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2767),(12224,'market','tsx','canada','Americas','Canada',NULL,'2020','2020-08-03','Civic Holiday',NULL,'','CIVIC-HOLIDAY',NULL,'/provincial-day/','','NH','Y','provincial-day.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2768),(12225,'market','tsx','canada','Americas','Canada',NULL,'2020','2020-09-07','Labour Day',NULL,NULL,'LABOR-DAY','/labor-day/','/labor-day/','','NH','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2769),(12226,'market','tsx','canada','Americas','Canada',NULL,'2020','2020-10-12','Thanksgiving',NULL,NULL,'THANKSGIVING','/thanksgiving-day/','/thanksgiving-day/','','RH','Y',NULL,NULL,NULL,'2019-11-23',NULL,'Y',2770),(12227,'market','tsx','canada','Americas','Canada',NULL,'2020','2020-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2771),(12228,'market','tsx','canada','Americas','Canada',NULL,'2020','2020-12-28','Boxing Day',NULL,'','BOXING-DAY','/boxing-day/','/boxing-day/','Y','RH','Y','boxing-day.jpg',NULL,NULL,'2019-11-23',NULL,'Y',2772),(18978,'market','asx','australia','Asia Pacific','Australia',NULL,'2021','2021-12-28','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','NH','Y','boxing-day.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2719),(18979,'market','asx','australia','Asia Pacific','Australia',NULL,'2021','2021-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2718),(18980,'market','asx','australia','Asia Pacific','Australia',NULL,'2021','2021-04-05','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','NH','Y','easter.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2715),(18981,'market','asx','australia','Asia Pacific','Australia',NULL,'2021','2021-04-02','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2714),(18982,'market','asx','australia','Asia Pacific','Australia',NULL,'2021','2021-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','NH','Y','new-years-day.jpg',NULL,'Australian Stock Exchange Ltd, Australia ','2020-09-30',NULL,'Y',2712),(18983,'market','asx','australia','Asia Pacific','Australia',NULL,'2021','2021-06-14','Queen\'s Birthday',NULL,NULL,'QUEENS-BIRTHDAY-QLD',NULL,'/queens-birthday/','','RH','Y','queens-birthday.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2717),(18984,'market','asx','australia','Asia Pacific','Australia',NULL,'2021','2021-01-26','Australia Day OBS',NULL,'','AUSTRALIA-DAY',NULL,'/australia-day/','Y','ND','Y','australia-flag.gif',NULL,NULL,'2020-09-30',NULL,'Y',2713),(18943,'market','bse','india','Asia Pacific','India',NULL,'2021','2021-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2495),(18944,'market','bse','india','Asia Pacific','India',NULL,'2021','2021-11-19','Guru Nanak Jayanti',NULL,NULL,'GURU-NANAKS-BIRTHDAY',NULL,'/guru-nanak-birthday/',NULL,'RH','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2494),(18945,'market','bse','india','Asia Pacific','India',NULL,'2021','2021-04-21','Ram Navami',NULL,NULL,'RAM-NAVAMI',NULL,'/ram-navami/',NULL,'RH','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2493),(18946,'market','bse','india','Asia Pacific','India',NULL,'2021','2021-05-13','Id-ul-Fitr (Ramzan ID)',NULL,NULL,'EID-AL-FITR',NULL,'/hari-raya-puasa/',NULL,'NH','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2492),(18947,'market','bse','india','Asia Pacific','India',NULL,'2021','2021-11-04','Diwali-Balipratipada',NULL,'','DIWALI',NULL,'/diwali/','','NH','Y','diwali.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2491),(18948,'market','bse','india','Asia Pacific','India',NULL,'2021','2021-10-20','Diwali-Laxmi Pujan**',NULL,'','DIWALI',NULL,'/diwali/','','NH','Y','diwali.jpg',NULL,'**Muhurat Trading will be conducted on Sunday, October 27, 2018. Timings of Muhurat Trading shall be notified subsequently.','2020-09-30',NULL,'Y',2490),(18949,'market','bse','india','Asia Pacific','India',NULL,'2021','2021-10-15','Dasara',NULL,NULL,'DUSSEHRA',NULL,'/dussehra/',NULL,'NH','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2489),(18950,'market','bse','india','Asia Pacific','India',NULL,'2021','2021-10-02','Mathatma Gandhi Jayanti',NULL,'','GANDHI-JAYANTI',NULL,'/gandhi-jayanti/','Y','NH','Y','mahatma-gandhi.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2488),(18951,'market','bse','india','Asia Pacific','India',NULL,'2021','2021-09-10','Ganesh Chaturthi',NULL,NULL,'GANESH-CHATURTHI',NULL,'/ganesh-chaturthi/','','RH','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2486),(18952,'market','bse','india','Asia Pacific','India',NULL,'2021','2021-07-20','Bakri Id / Eid ul-Adha',NULL,NULL,'EID-UL-ADHA','/hari-raya-haji/','/hari-raya-haji/','','NH','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2485),(18953,'market','bse','india','Asia Pacific','India',NULL,'2021','2021-04-14','Dr.Baba Saheb Ambedkar Jayanti',NULL,NULL,'AMBEDKAR-JAYANTI',NULL,'/ambedkar-jayanti/','Y','RH','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2484),(18954,'market','bse','india','Asia Pacific','India',NULL,'2021','2021-05-01','Maharashtra Day',NULL,NULL,'MAHARASHTRA-DIN',NULL,'/maharashtra-din/','Y','RH','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2482),(18955,'market','bse','india','Asia Pacific','India',NULL,'2021','2021-04-02','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2481),(18956,'market','bse','india','Asia Pacific','India',NULL,'2021','2021-04-25','Mahavir Jayanti',NULL,NULL,'MAHAVIR-JAYANTI',NULL,'/mahavir-jayanti/','','RH','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2480),(18957,'market','bse','india','Asia Pacific','India',NULL,'2021','2021-03-29','Holi',NULL,'','HOLI',NULL,'/holi/','','RH','Y','holi.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2479),(18958,'market','bse','india','Asia Pacific','India',NULL,'2021','2021-03-11','Maha Shivaratri',NULL,'','MAHA-SHIVARATRI',NULL,'/maha-shivratri/','','NH','Y','maha-shivaratri.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2478),(18959,'market','bse','india','Asia Pacific','India',NULL,'2021','2021-01-26','Republic Day',NULL,NULL,'REPUBLIC-DAY',NULL,'/republic-day/','Y','ND','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2477),(18990,'market','dax','germany','Europe','Germany',NULL,'2021','2021-12-24','Christmas Eve',NULL,NULL,'CHRISTMAS-EVE','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2731),(18991,'market','dax','germany','Europe','Germany',NULL,'2021','2021-05-24','Whit Monday',NULL,NULL,'WHIT-MONDAY',NULL,'/pentecost-monday/','','NH','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2730),(18992,'market','dax','germany','Europe','Germany',NULL,'2021','2021-05-01','Labor Day',NULL,NULL,'LABOR-DAY',NULL,'/may-day/','Y','NH','Y','may-day.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2729),(18993,'market','dax','germany','Europe','Germany',NULL,'2021','2021-04-05','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','NH','Y','easter.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2728),(18994,'market','dax','germany','Europe','Germany',NULL,'2021','2021-04-02','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2727),(18995,'market','dax','germany','Europe','Germany',NULL,'2021','2021-12-31','New Year\'s Eve',NULL,NULL,'NEW-YEARS-EVE','/new-years-day/','/new-years-day/','Y','OB','Y','new-years-day.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2734),(18996,'market','dax','germany','Europe','Germany',NULL,'2021','2021-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2732),(18997,'market','dax','germany','Europe','Germany',NULL,'2021','2021-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','NH','Y','new-years-day.jpg',NULL,'Frankfurt Stock Exchange Germany','2020-09-30',NULL,'Y',2726),(18985,'market','euronext','france','Europe','France',NULL,'2021','2021-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2724),(18986,'market','euronext','france','Europe','France',NULL,'2021','2021-04-05','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','NH','Y','easter.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2722),(18987,'market','euronext','france','Europe','France',NULL,'2021','2021-04-02','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH','Y','good-friday.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2721),(18988,'market','euronext','france','Europe','France',NULL,'2021','2021-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','NH','Y','new-years-day.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2720),(18989,'market','euronext','france','Europe','France',NULL,'2021','2021-05-01','Labor day',NULL,NULL,'LABOR-DAY',NULL,'/may-day/','Y','NH','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2723),(18998,'market','lse','uk','Europe','United Kingdom',NULL,'2021','2021-12-28','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','Religious','Y','boxing-day.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2742),(18999,'market','lse','uk','Europe','United Kingdom',NULL,'2021','2021-05-03','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','National','Y','may-day.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2738),(19000,'market','lse','uk','Europe','United Kingdom',NULL,'2021','2021-04-05','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','Religious','Y','easter.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2737),(19001,'market','lse','uk','Europe','United Kingdom',NULL,'2021','2021-04-02','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','Religious','Y','good-friday.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2736),(19002,'market','lse','uk','Europe','United Kingdom',NULL,'2021','2021-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','National','Y','new-years-day.jpg',NULL,'London Stock Exchange, United Kingdom','2020-09-30',NULL,'Y',2735),(19003,'market','lse','uk','Europe','United Kingdom',NULL,'2021','2021-12-31','New Year\'s Eve',NULL,NULL,'NEW-YEARS-EVE','/new-years-day/','/new-years-day/','Y','National','E','new-years-day.jpg',NULL,'London Stock Exchange, United Kingdom','2020-09-30',NULL,'Y',2762),(19004,'market','lse','uk','Europe','United Kingdom',NULL,'2021','2021-12-24','Christmas Eve',NULL,NULL,'CHRISTMAS-EVE','/christmas/','/christmas/','Y','Religious','E','christmas.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2761),(19005,'market','lse','uk','Europe','United Kingdom',NULL,'2021','2021-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','Religious','Y','christmas.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2741),(19006,'market','lse','uk','Europe','United Kingdom',NULL,'2021','2021-08-30','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','National','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2740),(19007,'market','lse','uk','Europe','United Kingdom',NULL,'2021','2021-05-31','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','National','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2739),(18960,'market','mcx','india','Asia Pacific','India',NULL,'2021','2021-04-21','Ram Navami',NULL,NULL,'RAM-NAVAMI',NULL,'/ram-navami/',NULL,'RH','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2515),(18961,'market','mcx','india','Asia Pacific','India',NULL,'2021','2021-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2514),(18962,'market','mcx','india','Asia Pacific','India',NULL,'2021','2021-05-13','Id-ul-Fitr (Ramzan ID)',NULL,NULL,'EID-AL-FITR',NULL,'/hari-raya-puasa/',NULL,'NH','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2517),(18963,'market','mcx','india','Asia Pacific','India',NULL,'2021','2021-04-14','Dr.Baba Saheb Ambedkar Jayanti',NULL,NULL,'AMBEDKAR-JAYANTI',NULL,'/ambedkar-jayanti/','Y','RH','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2516),(18964,'market','mcx','india','Asia Pacific','India',NULL,'2021','2021-11-19','Guru Nanak Jayanti',NULL,NULL,'GURU-NANAKS-BIRTHDAY',NULL,'/guru-nanak-birthday/',NULL,'RH','M',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2513),(18965,'market','mcx','india','Asia Pacific','India',NULL,'2021','2021-11-04','Diwali-Balipratipada',NULL,'','DIWALI',NULL,'/diwali/','','NH','M','diwali.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2512),(18966,'market','mcx','india','Asia Pacific','India',NULL,'2021','2021-10-20','Diwali-Laxmi Pujan**',NULL,'','DIWALI',NULL,'/diwali/','','NH','M','diwali.jpg',NULL,'','2020-09-30',NULL,'Y',2511),(18967,'market','mcx','india','Asia Pacific','India',NULL,'2021','2021-10-15','Dasara',NULL,NULL,'DUSSEHRA',NULL,'/dussehra/',NULL,'NH','M',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2510),(18968,'market','mcx','india','Asia Pacific','India',NULL,'2021','2021-10-02','Mathatma Gandhi Jayanti',NULL,'','GANDHI-JAYANTI',NULL,'/gandhi-jayanti/','Y','NH','Y','mahatma-gandhi.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2509),(18969,'market','mcx','india','Asia Pacific','India',NULL,'2021','2021-09-10','Ganesh Chaturthi',NULL,NULL,'GANESH-CHATURTHI',NULL,'/ganesh-chaturthi/','','RH','M',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2507),(18970,'market','mcx','india','Asia Pacific','India',NULL,'2021','2021-07-20','Bakri Id / Eid ul-Adha',NULL,NULL,'EID-UL-ADHA','/hari-raya-haji/','/hari-raya-haji/','','NH','M',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2506),(18971,'market','mcx','india','Asia Pacific','India',NULL,'2021','2021-05-01','Maharashtra Day',NULL,NULL,'MAHARASHTRA-DIN',NULL,'/maharashtra-din/','Y','RH','M',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2504),(18972,'market','mcx','india','Asia Pacific','India',NULL,'2021','2021-04-02','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2503),(18973,'market','mcx','india','Asia Pacific','India',NULL,'2021','2021-03-29','Holi',NULL,'','HOLI',NULL,'/holi/','','RH','M','holi.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2501),(18974,'market','mcx','india','Asia Pacific','India',NULL,'2021','2021-04-25','Mahavir Jayanti',NULL,NULL,'MAHAVIR-JAYANTI',NULL,'/mahavir-jayanti/','','RH','M',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2502),(18975,'market','mcx','india','Asia Pacific','India',NULL,'2021','2021-03-11','Maha Shivaratri',NULL,'','MAHA-SHIVARATRI',NULL,'/maha-shivratri/','','NH','M','maha-shivaratri.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2500),(18976,'market','mcx','india','Asia Pacific','India',NULL,'2021','2021-01-26','Republic Day',NULL,NULL,'REPUBLIC-DAY',NULL,'/republic-day/','Y','ND','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2499),(18977,'market','mcx','india','Asia Pacific','India',NULL,'2021','2021-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','NH','E','new-years-day.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2498),(19008,'market','nasdaq','us','Americas','United States',NULL,'2021','2021-12-24','Christmas',NULL,'','CHRISTMAS','/christmas/','/christmas/','Y','Religious','Y','christmas.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2751),(19009,'market','nasdaq','us','Americas','United States',NULL,'2021','2021-11-25','Thanksgiving',NULL,'','THANKSGIVING','/thanksgiving-day/','/thanksgiving-day/','','Religious','Y','thanksgiving-day.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2750),(19010,'market','nasdaq','us','Americas','United States',NULL,'2021','2021-09-06','Labor Day',NULL,'','LABOR-DAY','/labor-day/','/labor-day/','','National','Y','us-labor-day.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2749),(19011,'market','nasdaq','us','Americas','United States',NULL,'2021','2021-07-05','Independence Day',NULL,'','INDEPENDENCE-DAY','/independence-day/','/independence-day/','Y','ND','Y','us-flag.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2748),(19012,'market','nasdaq','us','Americas','United States',NULL,'2021','2021-04-02','Good Friday',NULL,'','GOOD-FRIDAY','/good-friday/','/good-friday/','','Religious','Y','good-friday.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2746),(19013,'market','nasdaq','us','Americas','United States',NULL,'2021','2021-05-31','Memorial Day',NULL,'','MEMORIAL-DAY','/memorial-day/','/memorial-day/','','National','Y','memorial-day.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2747),(19014,'market','nasdaq','us','Americas','United States',NULL,'2021','2021-02-15','Presidents\' Day',NULL,'','PRESIDENTS-DAY','/presidents-day/','/presidents-day/','','National','Y','presidents-day.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2745),(19015,'market','nasdaq','us','Americas','United States',NULL,'2021','2021-01-01','New Year\'s Day',NULL,'','NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','National','Y','new-years-day.jpg',NULL,'NASDAQ Stock Exchange, United States','2020-09-30',NULL,'Y',2743),(19016,'market','nasdaq','us','Americas','United States',NULL,'2021','2021-01-18','M L King Day',NULL,'','M-L-KING-DAY','/martin-luther-king-day/','/martin-luther-king-day/','','National','Y','martin-luther-king.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2744),(18928,'market','nse','india','Asia Pacific','India',NULL,'2021','2021-05-13','Id-ul-Fitr (Ramzan ID)',NULL,NULL,'EID-AL-FITR',NULL,'/hari-raya-puasa/',NULL,'NH','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2475),(18929,'market','nse','india','Asia Pacific','India',NULL,'2021','2021-04-21','Ram Navami',NULL,NULL,'RAM-NAVAMI',NULL,'/ram-navami/',NULL,'RH','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2474),(18930,'market','nse','india','Asia Pacific','India',NULL,'2021','2021-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2473),(18931,'market','nse','india','Asia Pacific','India',NULL,'2021','2021-11-18','Guru Nanak Jayanti',NULL,NULL,'GURU-NANAKS-BIRTHDAY',NULL,'/guru-nanak-birthday/',NULL,'RH','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2472),(18932,'market','nse','india','Asia Pacific','India',NULL,'2021','2021-11-04','Diwali-Balipratipada',NULL,'','DIWALI',NULL,'/diwali/','','NH','Y','diwali.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2469),(18933,'market','nse','india','Asia Pacific','India',NULL,'2021','2021-10-15','Dasara',NULL,NULL,'DUSSEHRA',NULL,'/dussehra/',NULL,'NH','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2467),(18934,'market','nse','india','Asia Pacific','India',NULL,'2021','2021-10-20','Diwali-Laxmi Pujan**',NULL,'','DIWALI',NULL,'/diwali/','','NH','Y','diwali.jpg',NULL,'**Muhurat Trading will be conducted on Sunday, October 27, 2018. Timings of Muhurat Trading shall be notified subsequently.','2020-09-30',NULL,'Y',2468),(18935,'market','nse','india','Asia Pacific','India',NULL,'2021','2021-04-14','Dr.Baba Saheb Ambedkar Jayanti',NULL,NULL,'AMBEDKAR-JAYANTI',NULL,'/ambedkar-jayanti/','Y','RH','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2476),(18936,'market','nse','india','Asia Pacific','India',NULL,'2021','2021-08-19','Muharram',NULL,NULL,'MUHARRAM','/muharram/','/muharram/',NULL,'NH','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2465),(18937,'market','nse','india','Asia Pacific','India',NULL,'2021','2021-10-02','Mathatma Gandhi Jayanti',NULL,'','GANDHI-JAYANTI',NULL,'/gandhi-jayanti/','Y','NH','Y','mahatma-gandhi.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2466),(18938,'market','nse','india','Asia Pacific','India',NULL,'2021','2021-09-10','Ganesh Chaturthi',NULL,NULL,'GANESH-CHATURTHI',NULL,'/ganesh-chaturthi/','','RH','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2464),(18939,'market','nse','india','Asia Pacific','India',NULL,'2021','2021-07-20','Bakri Id / Eid ul-Adha',NULL,NULL,'EID-UL-ADHA','/hari-raya-haji/','/hari-raya-haji/','','NH','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2463),(18940,'market','nse','india','Asia Pacific','India',NULL,'2021','2021-04-02','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2458),(18941,'market','nse','india','Asia Pacific','India',NULL,'2021','2021-01-26','Republic Day',NULL,NULL,'REPUBLIC-DAY',NULL,'/republic-day/','Y','ND','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2454),(18942,'market','nse','india','Asia Pacific','India',NULL,'2021','2021-03-11','Maha Shivaratri',NULL,'','MAHA-SHIVARATRI',NULL,'/maha-shivratri/','','NH','Y','maha-shivaratri.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2455),(19017,'market','nyse','us','Americas','United States',NULL,'2021','2021-09-06','Labor Day',NULL,'','LABOR-DAY','/labor-day/','/labor-day/','','National','Y','us-labor-day.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2758),(19018,'market','nyse','us','Americas','United States',NULL,'2021','2021-01-01','New Year\'s Day',NULL,'','NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','National','Y','new-years-day.jpg',NULL,'New York Stock Exchange, United States','2020-09-30',NULL,'Y',2752),(19019,'market','nyse','us','Americas','United States',NULL,'2021','2021-05-31','Memorial Day',NULL,'','MEMORIAL-DAY','/memorial-day/','/memorial-day/','','National','Y','memorial-day.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2756),(19020,'market','nyse','us','Americas','United States',NULL,'2021','2021-07-05','Independence Day',NULL,'','INDEPENDENCE-DAY','/independence-day/','/independence-day/','Y','ND','Y','us-flag.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2757),(19021,'market','nyse','us','Americas','United States',NULL,'2021','2021-11-25','Thanksgiving',NULL,'','THANKSGIVING','/thanksgiving-day/','/thanksgiving-day/','','Religious','Y','thanksgiving-day.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2759),(19022,'market','nyse','us','Americas','United States',NULL,'2021','2021-01-18','M L King Day',NULL,'','M-L-KING-DAY','/martin-luther-king-day/','/martin-luther-king-day/','','National','Y','martin-luther-king.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2753),(19023,'market','nyse','us','Americas','United States',NULL,'2021','2021-02-15','Presidents\' Day',NULL,'','PRESIDENTS-DAY','/presidents-day/','/presidents-day/','','National','Y','presidents-day.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2754),(19024,'market','nyse','us','Americas','United States',NULL,'2021','2021-04-02','Good Friday',NULL,'','GOOD-FRIDAY','/good-friday/','/good-friday/','','Religious','Y','good-friday.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2755),(19025,'market','nyse','us','Americas','United States',NULL,'2021','2021-12-24','Christmas',NULL,'','CHRISTMAS','/christmas/','/christmas/','Y','Religious','Y','christmas.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2760),(19026,'market','tsx','canada','Americas','Canada',NULL,'2021','2021-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','NH','Y','new-years-day.jpg',NULL,'Toronto Stock Exchange, Canada','2020-09-30',NULL,'Y',2763),(19027,'market','tsx','canada','Americas','Canada',NULL,'2021','2021-02-15','Family Day',NULL,NULL,'FAMILY-DAY',NULL,'/family-day/','','RH','Y','family-day.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2764),(19028,'market','tsx','canada','Americas','Canada',NULL,'2021','2021-04-02','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2765),(19029,'market','tsx','canada','Americas','Canada',NULL,'2021','2021-05-24','Victoria/Patriots\' Day',NULL,'','VICTORIA-DAY',NULL,'/victoria-day/','','NH','Y','victoria-day.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2766),(19030,'market','tsx','canada','Americas','Canada',NULL,'2021','2021-07-01','Canada Day',NULL,'','CANADA-DAY',NULL,'/canada-day/','Y','ND','Y','canada-day.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2767),(19031,'market','tsx','canada','Americas','Canada',NULL,'2021','2021-08-02','Civic Holiday',NULL,'','CIVIC-HOLIDAY',NULL,'/provincial-day/','','NH','Y','provincial-day.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2768),(19032,'market','tsx','canada','Americas','Canada',NULL,'2021','2021-09-06','Labour Day',NULL,NULL,'LABOR-DAY','/labor-day/','/labor-day/','','NH','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2769),(19033,'market','tsx','canada','Americas','Canada',NULL,'2021','2021-10-11','Thanksgiving',NULL,NULL,'THANKSGIVING','/thanksgiving-day/','/thanksgiving-day/','','RH','Y',NULL,NULL,NULL,'2020-09-30',NULL,'Y',2770),(19034,'market','tsx','canada','Americas','Canada',NULL,'2021','2021-12-27','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2771),(19035,'market','tsx','canada','Americas','Canada',NULL,'2021','2021-12-28','Boxing Day',NULL,'','BOXING-DAY','/boxing-day/','/boxing-day/','Y','RH','Y','boxing-day.jpg',NULL,NULL,'2020-09-30',NULL,'Y',2772),(28352,'market','asx','australia','Asia Pacific','Australia',NULL,'2022','2022-01-26','Australia Day OBS',NULL,'','AUSTRALIA-DAY',NULL,'/australia-day/','Y','ND','Y','australia-flag.gif',NULL,NULL,'2021-06-02',NULL,'Y',2713),(28353,'market','asx','australia','Asia Pacific','Australia',NULL,'2022','2022-06-13','Queen\'s Birthday',NULL,NULL,'QUEENS-BIRTHDAY-QLD',NULL,'/queens-birthday/','','RH','Y','queens-birthday.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2717),(28354,'market','asx','australia','Asia Pacific','Australia',NULL,'2022','2022-01-03','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','NH','Y','new-years-day.jpg',NULL,'Australian Stock Exchange Ltd, Australia ','2021-06-02',NULL,'Y',2712),(28355,'market','asx','australia','Asia Pacific','Australia',NULL,'2022','2022-04-18','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','NH','Y','easter.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2715),(28356,'market','asx','australia','Asia Pacific','Australia',NULL,'2022','2022-04-15','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2714),(28357,'market','asx','australia','Asia Pacific','Australia',NULL,'2022','2022-12-26','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2718),(28358,'market','asx','australia','Asia Pacific','Australia',NULL,'2022','2022-12-27','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','NH','Y','boxing-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2719),(28359,'market','bse','india','Asia Pacific','India',NULL,'2022','2022-04-14','Mahavir Jayanti',NULL,NULL,'MAHAVIR-JAYANTI',NULL,'/mahavir-jayanti/','','RH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2480),(28360,'market','bse','india','Asia Pacific','India',NULL,'2022','2022-04-15','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2481),(28361,'market','bse','india','Asia Pacific','India',NULL,'2022','2022-05-01','Maharashtra Day',NULL,NULL,'MAHARASHTRA-DIN',NULL,'/maharashtra-din/','Y','RH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2482),(28362,'market','bse','india','Asia Pacific','India',NULL,'2022','2022-04-14','Dr.Baba Saheb Ambedkar Jayanti',NULL,NULL,'AMBEDKAR-JAYANTI',NULL,'/ambedkar-jayanti/','Y','RH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2484),(28363,'market','bse','india','Asia Pacific','India',NULL,'2022','2022-07-10','Bakri Id / Eid ul-Adha',NULL,NULL,'EID-UL-ADHA','/hari-raya-haji/','/hari-raya-haji/','','NH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2485),(28364,'market','bse','india','Asia Pacific','India',NULL,'2022','2022-08-31','Ganesh Chaturthi',NULL,NULL,'GANESH-CHATURTHI',NULL,'/ganesh-chaturthi/','','RH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2486),(28365,'market','bse','india','Asia Pacific','India',NULL,'2022','2022-10-02','Mathatma Gandhi Jayanti',NULL,'','GANDHI-JAYANTI',NULL,'/gandhi-jayanti/','Y','NH','Y','mahatma-gandhi.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2488),(28366,'market','bse','india','Asia Pacific','India',NULL,'2022','2022-10-05','Dasara',NULL,NULL,'DUSSEHRA',NULL,'/dussehra/',NULL,'NH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2489),(28367,'market','bse','india','Asia Pacific','India',NULL,'2022','2022-10-24','Diwali-Laxmi Pujan**',NULL,'','DIWALI',NULL,'/diwali/','','NH','Y','diwali.jpg',NULL,'**Muhurat Trading will be conducted on Sunday, October 27, 2018. Timings of Muhurat Trading shall be notified subsequently.','2021-06-02',NULL,'Y',2490),(28368,'market','bse','india','Asia Pacific','India',NULL,'2022','2022-10-24','Diwali-Balipratipada',NULL,'','DIWALI',NULL,'/diwali/','','NH','Y','diwali.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2491),(28369,'market','bse','india','Asia Pacific','India',NULL,'2022','2022-05-03','Id-ul-Fitr (Ramzan ID)',NULL,NULL,'EID-AL-FITR',NULL,'/hari-raya-puasa/',NULL,'NH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2492),(28370,'market','bse','india','Asia Pacific','India',NULL,'2022','2022-04-10','Ram Navami',NULL,NULL,'RAM-NAVAMI',NULL,'/ram-navami/',NULL,'RH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2493),(28371,'market','bse','india','Asia Pacific','India',NULL,'2022','2022-11-08','Guru Nanak Jayanti',NULL,NULL,'GURU-NANAKS-BIRTHDAY',NULL,'/guru-nanak-birthday/',NULL,'RH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2494),(28372,'market','bse','india','Asia Pacific','India',NULL,'2022','2022-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2495),(28373,'market','bse','india','Asia Pacific','India',NULL,'2022','2022-03-19','Holi',NULL,'','HOLI',NULL,'/holi/','','RH','Y','holi.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2479),(28374,'market','bse','india','Asia Pacific','India',NULL,'2022','2022-03-01','Maha Shivaratri',NULL,'','MAHA-SHIVARATRI',NULL,'/maha-shivratri/','','NH','Y','maha-shivaratri.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2478),(28375,'market','bse','india','Asia Pacific','India',NULL,'2022','2022-01-26','Republic Day',NULL,NULL,'REPUBLIC-DAY',NULL,'/republic-day/','Y','ND','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2477),(28376,'market','dax','germany','Europe','Germany',NULL,'2022','2022-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2732),(28377,'market','dax','germany','Europe','Germany',NULL,'2022','2022-12-31','New Year\'s Eve',NULL,NULL,'NEW-YEARS-EVE','/new-years-day/','/new-years-day/','Y','OB','Y','new-years-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2734),(28378,'market','dax','germany','Europe','Germany',NULL,'2022','2022-04-15','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2727),(28379,'market','dax','germany','Europe','Germany',NULL,'2022','2022-04-18','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','NH','Y','easter.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2728),(28380,'market','dax','germany','Europe','Germany',NULL,'2022','2022-05-01','Labor Day',NULL,NULL,'LABOR-DAY',NULL,'/may-day/','Y','NH','Y','may-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2729),(28381,'market','dax','germany','Europe','Germany',NULL,'2022','2022-06-06','Whit Monday',NULL,NULL,'WHIT-MONDAY',NULL,'/pentecost-monday/','','NH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2730),(28382,'market','dax','germany','Europe','Germany',NULL,'2022','2022-12-24','Christmas Eve',NULL,NULL,'CHRISTMAS-EVE','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2731),(28383,'market','dax','germany','Europe','Germany',NULL,'2022','2022-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','NH','Y','new-years-day.jpg',NULL,'Frankfurt Stock Exchange Germany','2021-06-02',NULL,'Y',2726),(28384,'market','euronext','france','Europe','France',NULL,'2022','2022-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','NH','Y','new-years-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2720),(28385,'market','euronext','france','Europe','France',NULL,'2022','2022-04-15','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH','Y','good-friday.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2721),(28386,'market','euronext','france','Europe','France',NULL,'2022','2022-04-18','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','NH','Y','easter.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2722),(28387,'market','euronext','france','Europe','France',NULL,'2022','2022-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2724),(28388,'market','euronext','france','Europe','France',NULL,'2022','2022-05-01','Labor day',NULL,NULL,'LABOR-DAY',NULL,'/may-day/','Y','NH','Y','labour-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2723),(28389,'market','lse','uk','Europe','United Kingdom',NULL,'2022','2022-08-29','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','National','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2740),(28390,'market','lse','uk','Europe','United Kingdom',NULL,'2022','2022-12-26','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','Religious','Y','christmas.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2741),(28391,'market','lse','uk','Europe','United Kingdom',NULL,'2022','2022-12-24','Christmas Eve',NULL,NULL,'CHRISTMAS-EVE','/christmas/','/christmas/','Y','Religious','E','christmas.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2761),(28392,'market','lse','uk','Europe','United Kingdom',NULL,'2022','2022-12-31','New Year\'s Eve',NULL,NULL,'NEW-YEARS-EVE','/new-years-day/','/new-years-day/','Y','National','E','new-years-day.jpg',NULL,'London Stock Exchange, United Kingdom','2021-06-02',NULL,'Y',2762),(28393,'market','lse','uk','Europe','United Kingdom',NULL,'2022','2022-01-03','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','National','Y','new-years-day.jpg',NULL,'London Stock Exchange, United Kingdom','2021-06-02',NULL,'Y',2735),(28394,'market','lse','uk','Europe','United Kingdom',NULL,'2022','2022-04-15','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','Religious','Y','good-friday.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2736),(28395,'market','lse','uk','Europe','United Kingdom',NULL,'2022','2022-04-18','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','Religious','Y','easter.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2737),(28396,'market','lse','uk','Europe','United Kingdom',NULL,'2022','2022-05-02','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','National','Y','may-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2738),(28397,'market','lse','uk','Europe','United Kingdom',NULL,'2022','2022-12-27','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','Religious','Y','boxing-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2742),(28398,'market','lse','uk','Europe','United Kingdom',NULL,'2022','2022-06-02','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','National','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2739),(28399,'market','mcx','india','Asia Pacific','India',NULL,'2022','2022-04-02','Mahavir Jayanti',NULL,NULL,'MAHAVIR-JAYANTI',NULL,'/mahavir-jayanti/','','RH','M',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2502),(28400,'market','mcx','india','Asia Pacific','India',NULL,'2022','2022-03-19','Holi',NULL,'','HOLI',NULL,'/holi/','','RH','M','holi.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2501),(28401,'market','mcx','india','Asia Pacific','India',NULL,'2022','2022-04-15','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2503),(28402,'market','mcx','india','Asia Pacific','India',NULL,'2022','2022-05-01','Maharashtra Day',NULL,NULL,'MAHARASHTRA-DIN',NULL,'/maharashtra-din/','Y','RH','M',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2504),(28403,'market','mcx','india','Asia Pacific','India',NULL,'2022','2022-07-10','Bakri Id / Eid ul-Adha',NULL,NULL,'EID-UL-ADHA','/hari-raya-haji/','/hari-raya-haji/','','NH','M',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2506),(28404,'market','mcx','india','Asia Pacific','India',NULL,'2022','2022-08-31','Ganesh Chaturthi',NULL,NULL,'GANESH-CHATURTHI',NULL,'/ganesh-chaturthi/','','RH','M',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2507),(28405,'market','mcx','india','Asia Pacific','India',NULL,'2022','2022-10-02','Mathatma Gandhi Jayanti',NULL,'','GANDHI-JAYANTI',NULL,'/gandhi-jayanti/','Y','NH','Y','mahatma-gandhi.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2509),(28406,'market','mcx','india','Asia Pacific','India',NULL,'2022','2022-10-05','Dasara',NULL,NULL,'DUSSEHRA',NULL,'/dussehra/',NULL,'NH','M',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2510),(28407,'market','mcx','india','Asia Pacific','India',NULL,'2022','2022-10-24','Diwali-Laxmi Pujan**',NULL,'','DIWALI',NULL,'/diwali/','','NH','M','diwali.jpg',NULL,'','2021-06-02',NULL,'Y',2511),(28408,'market','mcx','india','Asia Pacific','India',NULL,'2022','2022-10-24','Diwali-Balipratipada',NULL,'','DIWALI',NULL,'/diwali/','','NH','M','diwali.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2512),(28409,'market','mcx','india','Asia Pacific','India',NULL,'2022','2022-11-08','Guru Nanak Jayanti',NULL,NULL,'GURU-NANAKS-BIRTHDAY',NULL,'/guru-nanak-birthday/',NULL,'RH','M',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2513),(28410,'market','mcx','india','Asia Pacific','India',NULL,'2022','2022-04-14','Dr.Baba Saheb Ambedkar Jayanti',NULL,NULL,'AMBEDKAR-JAYANTI',NULL,'/ambedkar-jayanti/','Y','RH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2516),(28411,'market','mcx','india','Asia Pacific','India',NULL,'2022','2022-05-03','Id-ul-Fitr (Ramzan ID)',NULL,NULL,'EID-AL-FITR',NULL,'/hari-raya-puasa/',NULL,'NH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2517),(28412,'market','mcx','india','Asia Pacific','India',NULL,'2022','2022-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2514),(28413,'market','mcx','india','Asia Pacific','India',NULL,'2022','2022-04-10','Ram Navami',NULL,NULL,'RAM-NAVAMI',NULL,'/ram-navami/',NULL,'RH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2515),(28414,'market','mcx','india','Asia Pacific','India',NULL,'2022','2022-03-01','Maha Shivaratri',NULL,'','MAHA-SHIVARATRI',NULL,'/maha-shivratri/','','NH','M','maha-shivaratri.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2500),(28415,'market','mcx','india','Asia Pacific','India',NULL,'2022','2022-01-26','Republic Day',NULL,NULL,'REPUBLIC-DAY',NULL,'/republic-day/','Y','ND','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2499),(28416,'market','mcx','india','Asia Pacific','India',NULL,'2022','2022-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','NH','E','new-years-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2498),(28417,'market','nasdaq','us','Americas','United States',NULL,'2022','2022-01-01','New Year\'s Day',NULL,'','NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','National','Y','new-years-day.jpg',NULL,'NASDAQ Stock Exchange, United States','2021-06-02',NULL,'Y',2743),(28418,'market','nasdaq','us','Americas','United States',NULL,'2022','2022-02-21','Presidents\' Day',NULL,'','PRESIDENTS-DAY','/presidents-day/','/presidents-day/','','National','Y','presidents-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2745),(28419,'market','nasdaq','us','Americas','United States',NULL,'2022','2022-05-30','Memorial Day',NULL,'','MEMORIAL-DAY','/memorial-day/','/memorial-day/','','National','Y','memorial-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2747),(28420,'market','nasdaq','us','Americas','United States',NULL,'2022','2022-04-15','Good Friday',NULL,'','GOOD-FRIDAY','/good-friday/','/good-friday/','','Religious','Y','good-friday.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2746),(28421,'market','nasdaq','us','Americas','United States',NULL,'2022','2022-07-05','Independence Day',NULL,'','INDEPENDENCE-DAY','/independence-day/','/independence-day/','Y','ND','Y','us-flag.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2748),(28422,'market','nasdaq','us','Americas','United States',NULL,'2022','2022-09-05','Labor Day',NULL,'','LABOR-DAY','/labor-day/','/labor-day/','','National','Y','us-labor-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2749),(28423,'market','nasdaq','us','Americas','United States',NULL,'2022','2022-11-24','Thanksgiving',NULL,'','THANKSGIVING','/thanksgiving-day/','/thanksgiving-day/','','Religious','Y','thanksgiving-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2750),(28424,'market','nasdaq','us','Americas','United States',NULL,'2022','2022-12-26','Christmas',NULL,'','CHRISTMAS','/christmas/','/christmas/','Y','Religious','Y','christmas.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2751),(28425,'market','nasdaq','us','Americas','United States',NULL,'2022','2022-01-17','M L King Day',NULL,'','M-L-KING-DAY','/martin-luther-king-day/','/martin-luther-king-day/','','National','Y','martin-luther-king.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2744),(28426,'market','nse','india','Asia Pacific','India',NULL,'2022','2022-04-15','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2458),(28427,'market','nse','india','Asia Pacific','India',NULL,'2022','2022-08-31','Ganesh Chaturthi',NULL,NULL,'GANESH-CHATURTHI',NULL,'/ganesh-chaturthi/','','RH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2464),(28428,'market','nse','india','Asia Pacific','India',NULL,'2022','2022-07-10','Bakri Id / Eid ul-Adha',NULL,NULL,'EID-UL-ADHA','/hari-raya-haji/','/hari-raya-haji/','','NH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2463),(28429,'market','nse','india','Asia Pacific','India',NULL,'2022','2022-10-02','Mathatma Gandhi Jayanti',NULL,'','GANDHI-JAYANTI',NULL,'/gandhi-jayanti/','Y','NH','Y','mahatma-gandhi.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2466),(28430,'market','nse','india','Asia Pacific','India',NULL,'2022','2022-08-09','Muharram',NULL,NULL,'MUHARRAM','/muharram/','/muharram/',NULL,'NH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2465),(28431,'market','nse','india','Asia Pacific','India',NULL,'2022','2022-04-14','Dr.Baba Saheb Ambedkar Jayanti',NULL,NULL,'AMBEDKAR-JAYANTI',NULL,'/ambedkar-jayanti/','Y','RH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2476),(28432,'market','nse','india','Asia Pacific','India',NULL,'2022','2022-10-24','Diwali-Laxmi Pujan**',NULL,'','DIWALI',NULL,'/diwali/','','NH','Y','diwali.jpg',NULL,'**Muhurat Trading will be conducted on Sunday, October 27, 2018. Timings of Muhurat Trading shall be notified subsequently.','2021-06-02',NULL,'Y',2468),(28433,'market','nse','india','Asia Pacific','India',NULL,'2022','2022-10-05','Dasara',NULL,NULL,'DUSSEHRA',NULL,'/dussehra/',NULL,'NH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2467),(28434,'market','nse','india','Asia Pacific','India',NULL,'2022','2022-10-24','Diwali-Balipratipada',NULL,'','DIWALI',NULL,'/diwali/','','NH','Y','diwali.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2469),(28435,'market','nse','india','Asia Pacific','India',NULL,'2022','2022-11-08','Guru Nanak Jayanti',NULL,NULL,'GURU-NANAKS-BIRTHDAY',NULL,'/guru-nanak-birthday/',NULL,'RH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2472),(28436,'market','nse','india','Asia Pacific','India',NULL,'2022','2022-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2473),(28437,'market','nse','india','Asia Pacific','India',NULL,'2022','2022-04-10','Ram Navami',NULL,NULL,'RAM-NAVAMI',NULL,'/ram-navami/',NULL,'RH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2474),(28438,'market','nse','india','Asia Pacific','India',NULL,'2022','2022-05-03','Id-ul-Fitr (Ramzan ID)',NULL,NULL,'EID-AL-FITR',NULL,'/hari-raya-puasa/',NULL,'NH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2475),(28439,'market','nse','india','Asia Pacific','India',NULL,'2022','2022-01-26','Republic Day',NULL,NULL,'REPUBLIC-DAY',NULL,'/republic-day/','Y','ND','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2454),(28440,'market','nse','india','Asia Pacific','India',NULL,'2022','2022-03-01','Maha Shivaratri',NULL,'','MAHA-SHIVARATRI',NULL,'/maha-shivratri/','','NH','Y','maha-shivaratri.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2455),(28441,'market','nyse','us','Americas','United States',NULL,'2022','2022-04-15','Good Friday',NULL,'','GOOD-FRIDAY','/good-friday/','/good-friday/','','Religious','Y','good-friday.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2755),(28442,'market','nyse','us','Americas','United States',NULL,'2022','2022-01-17','M L King Day',NULL,'','M-L-KING-DAY','/martin-luther-king-day/','/martin-luther-king-day/','','National','Y','martin-luther-king.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2753),(28443,'market','nyse','us','Americas','United States',NULL,'2022','2022-02-21','Presidents\' Day',NULL,'','PRESIDENTS-DAY','/presidents-day/','/presidents-day/','','National','Y','presidents-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2754),(28444,'market','nyse','us','Americas','United States',NULL,'2022','2022-11-24','Thanksgiving',NULL,'','THANKSGIVING','/thanksgiving-day/','/thanksgiving-day/','','Religious','Y','thanksgiving-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2759),(28445,'market','nyse','us','Americas','United States',NULL,'2022','2022-07-04','Independence Day',NULL,'','INDEPENDENCE-DAY','/independence-day/','/independence-day/','Y','ND','Y','us-flag.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2757),(28446,'market','nyse','us','Americas','United States',NULL,'2022','2022-05-30','Memorial Day',NULL,'','MEMORIAL-DAY','/memorial-day/','/memorial-day/','','National','Y','memorial-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2756),(28447,'market','nyse','us','Americas','United States',NULL,'2022','2022-09-05','Labor Day',NULL,'','LABOR-DAY','/labor-day/','/labor-day/','','National','Y','us-labor-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2758),(28448,'market','nyse','us','Americas','United States',NULL,'2022','2022-12-26','Christmas',NULL,'','CHRISTMAS','/christmas/','/christmas/','Y','Religious','Y','christmas.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2760),(28449,'market','tsx','canada','Americas','Canada',NULL,'2022','2022-10-10','Thanksgiving',NULL,NULL,'THANKSGIVING','/thanksgiving-day/','/thanksgiving-day/','','RH','Y',NULL,NULL,NULL,'2021-06-02',NULL,'Y',2770),(28450,'market','tsx','canada','Americas','Canada',NULL,'2022','2022-12-26','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2771),(28451,'market','tsx','canada','Americas','Canada',NULL,'2022','2022-09-05','Labour Day',NULL,NULL,'LABOR-DAY','/labor-day/','/labor-day/','','NH','Y','labour-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2769),(28452,'market','tsx','canada','Americas','Canada',NULL,'2022','2022-08-01','Civic Holiday',NULL,'','CIVIC-HOLIDAY',NULL,'/provincial-day/','','NH','Y','provincial-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2768),(28453,'market','tsx','canada','Americas','Canada',NULL,'2022','2022-07-01','Canada Day',NULL,'','CANADA-DAY',NULL,'/canada-day/','Y','ND','Y','canada-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2767),(28454,'market','tsx','canada','Americas','Canada',NULL,'2022','2022-05-23','Victoria/Patriots\' Day',NULL,'','VICTORIA-DAY',NULL,'/victoria-day/','','NH','Y','victoria-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2766),(28455,'market','tsx','canada','Americas','Canada',NULL,'2022','2022-04-15','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2765),(28456,'market','tsx','canada','Americas','Canada',NULL,'2022','2022-02-21','Family Day',NULL,NULL,'FAMILY-DAY',NULL,'/family-day/','','RH','Y','family-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2764),(28457,'market','tsx','canada','Americas','Canada',NULL,'2022','2022-01-03','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','NH','Y','new-years-day.jpg',NULL,'Toronto Stock Exchange, Canada','2021-06-02',NULL,'Y',2763),(28458,'market','tsx','canada','Americas','Canada',NULL,'2022','2022-12-27','Boxing Day',NULL,'','BOXING-DAY','/boxing-day/','/boxing-day/','Y','RH','Y','boxing-day.jpg',NULL,NULL,'2021-06-02',NULL,'Y',2772),(15783,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2020','2020-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','PH','Y','new-years-day.jpg',NULL,NULL,'2020-06-14',NULL,'Y',10115),(15784,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2020','2020-04-10','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','PH','Y','good-friday.jpg',NULL,NULL,'2020-06-14',NULL,'Y',10116),(15785,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2020','2020-04-13','Easter Monday ',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','PH','Y','easter.jpg',NULL,NULL,'2020-06-14',NULL,'Y',10117),(15786,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2020','2020-05-08','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','PH','Y','may-day.jpg',NULL,NULL,'2020-06-14',NULL,'Y',10118),(15787,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2020','2020-05-25','Spring Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','PH','Y',NULL,NULL,NULL,'2020-06-14',NULL,'Y',10119),(15788,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2020','2020-08-31','Summer Bank Holiday ',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','PH','Y',NULL,NULL,NULL,'2020-06-14',NULL,'Y',10120),(15789,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2020','2020-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','PH','Y','christmas.jpg',NULL,NULL,'2020-06-14',NULL,'Y',10121),(15790,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2020','2020-12-28','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','PH','Y','boxing-day.jpg',NULL,NULL,'2020-06-14',NULL,'Y',10122),(15791,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2020','2020-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','PH','Y','boxing-day.jpg',NULL,NULL,'2020-06-14',NULL,'Y',10123),(15792,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2020','2020-03-17','St. Patrick\'s Day (NIR)',NULL,'','ST-PATRICKS-DAY-NIR','/st-patricks-day/','/st-patricks-day/','','PH','Y',NULL,NULL,NULL,'2020-06-14',NULL,'Y',10124),(19909,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2021','2021-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','PH','Y','new-years-day.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10115),(19910,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2021','2021-04-02','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','PH','Y','good-friday.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10116),(19911,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2021','2021-04-05','Easter Monday ',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','PH','Y','easter.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10117),(19912,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2021','2021-05-03','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','PH','Y','may-day.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10118),(19913,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2021','2021-05-31','Spring Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','PH','Y',NULL,NULL,NULL,'2020-10-05',NULL,'Y',10119),(19914,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2021','2021-08-30','Summer Bank Holiday ',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','PH','Y',NULL,NULL,NULL,'2020-10-05',NULL,'Y',10120),(19915,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2021','2021-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','PH','Y','christmas.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10121),(19916,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2021','2021-12-28','Boxing Day Holiday',NULL,NULL,'BOXING-DAY-HOLIDAY','/boxing-day/','/boxing-day/','Y','PH','Y','boxing-day.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10122),(19917,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2021','2021-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','PH','Y','boxing-day.jpg',NULL,NULL,'2020-10-05',NULL,'Y',10123),(19918,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2021','2021-03-17','St. Patrick\'s Day (NIR)',NULL,'','ST-PATRICKS-DAY-NIR','/st-patricks-day/','/st-patricks-day/','','PH','Y',NULL,NULL,NULL,'2020-10-05',NULL,'Y',10124),(24060,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2022','2022-01-03','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','PH','Y','new-years-day.jpg',NULL,NULL,'2021-04-20',NULL,'Y',10115),(24061,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2022','2022-04-15','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','PH','Y','good-friday.jpg',NULL,NULL,'2021-04-20',NULL,'Y',10116),(24062,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2022','2022-04-18','Easter Monday ',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','PH','Y','easter.jpg',NULL,NULL,'2021-04-20',NULL,'Y',10117),(24063,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2022','2022-05-02','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','PH','Y','may-day.jpg',NULL,NULL,'2021-04-20',NULL,'Y',10118),(24064,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2022','2022-06-02','Spring Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','PH','Y',NULL,NULL,NULL,'2021-04-20',NULL,'Y',10119),(24065,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2022','2022-08-29','Summer Bank Holiday ',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','PH','Y',NULL,NULL,NULL,'2021-04-20',NULL,'Y',10120),(24066,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2022','2022-12-27','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','PH','Y','christmas.jpg',NULL,NULL,'2021-04-20',NULL,'Y',10121),(24067,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2022','2022-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','PH','Y','boxing-day.jpg',NULL,NULL,'2021-04-20',NULL,'Y',10123),(24068,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2022','2022-03-17','St. Patrick\'s Day (NIR)',NULL,'','ST-PATRICKS-DAY-NIR','/st-patricks-day/','/st-patricks-day/','','PH','Y',NULL,NULL,NULL,'2021-04-20',NULL,'Y',10124),(28642,'country','uk','uk','Europe','United Kingdom',NULL,'2023','2023-01-03','2nd January (SCT)',NULL,NULL,'2ND-JANUARY-SCT','/new-years-day/','/new-years-day/','','RH','Y','new-years-day.jpg',NULL,NULL,'2022-02-24','223.178.210.151','Y',745),(28643,'country','uk','uk','Europe','United Kingdom',NULL,'2023','2023-01-02','New Year\'s Day Holiday',NULL,NULL,'NEW-YEARS-DAY-HOLIDAY','/new-years-day/','/new-years-day/','','NH','Y','new-years-day.jpg',NULL,NULL,'2022-02-24','223.178.210.151','Y',744),(28644,'country','uk','uk','Europe','United Kingdom',NULL,'2023','2023-12-26','Boxing Day',1,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','NH','Y','boxing-day.jpg',NULL,NULL,'2022-02-24','223.178.210.151','Y',326),(28645,'country','uk','uk','Europe','United Kingdom',NULL,'2023','2023-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2022-02-24','223.178.210.151','Y',325),(28646,'country','uk','uk','Europe','United Kingdom',NULL,'2023','2023-11-05','Guy Fawkes Day',1,'X','GUY-FAWKES-DAY','/guy-fawkes-day/','/guy-fawkes-day/','Y','NH','Y','guy-fawkes-day.jpg',NULL,NULL,'2022-02-24','223.178.210.151','Y',324),(28647,'country','uk','uk','Europe','United Kingdom',NULL,'2023','2023-08-28','Summer Bank Holiday (ENG, NIR, WAL)',1,NULL,'SUMMER-BANK-HOLIDAY-ENG-NIR-WAL','/summer-bank-holiday/','/summer-bank-holiday/','','NH','Y',NULL,NULL,NULL,'2022-02-24','223.178.210.151','Y',322),(28648,'country','uk','uk','Europe','United Kingdom',NULL,'2023','2023-08-07','Summer Bank Holiday (SCT)',NULL,NULL,'SUMMER-BANK-HOLIDAY-SCT','/summer-bank-holiday/','/summer-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2022-02-24','223.178.210.151','Y',321),(28649,'country','uk','uk','Europe','United Kingdom',NULL,'2023','2023-05-29','Spring Bank Holiday',1,NULL,'EARLY-MAY-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','NH','Y',NULL,NULL,NULL,'2022-02-24','223.178.210.151','Y',320),(28650,'country','uk','uk','Europe','United Kingdom',NULL,'2023','2023-05-01','Early May Bank Holiday',1,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','NH','Y','may-day.jpg',NULL,NULL,'2022-02-24','223.178.210.151','Y',319),(28651,'country','uk','uk','Europe','United Kingdom',NULL,'2023','2023-04-10','Easter Monday (ENG, NIR, WAL)',1,NULL,'EASTER-MONDAY-ENG-NIR-WAL','/easter-monday/','/easter-monday/','','NH','Y','easter.jpg',NULL,NULL,'2022-02-24','223.178.210.151','Y',318),(28652,'country','uk','uk','Europe','United Kingdom',NULL,'2023','2023-04-09','Easter Sunday',NULL,NULL,'EASTER-SUNDAY','/easter/','/easter/','','NH','N','easter.jpg',NULL,NULL,'2022-02-24','223.178.210.151','Y',317),(28653,'country','uk','uk','Europe','United Kingdom',NULL,'2023','2023-04-07','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2022-02-24','223.178.210.151','Y',316),(28654,'country','uk','uk','Europe','United Kingdom',NULL,'2023','2023-01-01','New Year\'s Day',0,'N','NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','NH','Y','new-years-day.jpg',NULL,'','2022-02-24','223.178.210.151','Y',315),(28655,'country','uk','uk','Europe','United Kingdom',NULL,'2023','2023-03-17','St. Patrick\'s Day (NIR)',NULL,'','ST-PATRICKS-DAY-NIR','/st-patricks-day/','/st-patricks-day/','','RH','Y',NULL,NULL,NULL,'2022-02-24','223.178.210.151','Y',746),(28656,'country','uk','uk','Europe','United Kingdom',NULL,'2023','2023-07-12','Battle of the Boyne (NIR)',NULL,'','BATTLE-OF-THE-BOYNE-NIR','/battle-of-the-boyne/','/battle-of-the-boyne/','Y','RH','Y',NULL,NULL,NULL,'2022-02-24','223.178.210.151','Y',747),(28657,'country','uk','uk','Europe','United Kingdom',NULL,'2023','2023-11-30','St. Andrew\'s Day (SCT)',NULL,NULL,'ST-ANDREWS-DAY-SCT','/st-andrews-day/','/st-andrews-day/','Y','RH','Y',NULL,NULL,NULL,'2022-02-24','223.178.210.151','Y',748),(28658,'religious','buddhist','buddhist',NULL,NULL,NULL,'2023','2023-01-07','Mahayana New Year',NULL,NULL,'MAHAYANA-NEW-YEAR','/mahayana-new-year/','/mahayana-new-year/','','RE','Y',NULL,NULL,NULL,'2022-04-11','223.178.212.241','Y',473),(28659,'religious','buddhist','buddhist',NULL,NULL,NULL,'2023','2023-01-22','Chinese New Year',NULL,NULL,'CHINESE-NEW-YEAR','/chinese-new-year/','/chinese-new-year/','','RE','Y','chinese-new-year.jpg',NULL,NULL,'2022-04-11','223.178.212.241','Y',658),(28660,'religious','buddhist','buddhist',NULL,NULL,NULL,'2023','2023-02-15','Nirvana Day',NULL,NULL,'NIRVANA-DAY','/nirvana-day/','/nirvana-day/','Y','RE','Y',NULL,NULL,NULL,'2022-04-11','223.178.212.241','Y',475),(28661,'religious','buddhist','buddhist',NULL,NULL,NULL,'2023','2023-03-06','Magha Puja Day',NULL,NULL,'MAGHA-PUJA-DAY','/magha-puja-day/','/magha-puja-day/','','RE','Y',NULL,NULL,NULL,'2022-04-11','223.178.212.241','Y',476),(28662,'religious','buddhist','buddhist',NULL,NULL,NULL,'2023','2023-04-06','Theravada New Year',NULL,NULL,'THERAVADA-NEW-YEAR','/theravada-new-year/','/theravada-new-year/','','RE','Y',NULL,NULL,NULL,'2022-04-11','223.178.212.241','Y',477),(28663,'religious','buddhist','buddhist',NULL,NULL,NULL,'2023','2023-05-19','Vesak - Buddha Day',NULL,NULL,'VESAK-BUDDHA-DAY','/vesak-day/','/vesak-day/','','RE','Y',NULL,NULL,NULL,'2022-04-11','223.178.212.241','Y',478),(28664,'religious','buddhist','buddhist',NULL,NULL,NULL,'2023','2023-07-03','Asala - Dharma Day',NULL,NULL,'ASALA-DHARMA-DAY','/asala-dharma-day/','/asala-dharma-day/','','RE','Y','asala-dharma-day.jpg',NULL,NULL,'2022-04-11','223.178.212.241','Y',479),(28665,'religious','buddhist','buddhist',NULL,NULL,NULL,'2023','2023-08-13','Obon',NULL,NULL,'OBON','/obon/','/obon/','','RE','Y','obon.jpg','flickr.com/14360805@N05',NULL,'2022-04-11','223.178.212.241','Y',659),(28666,'religious','buddhist','buddhist',NULL,NULL,NULL,'2023','2023-12-08','Bodhi Day',NULL,NULL,'BODHI-DAY','/bodhi-day/','/bodhi-day/','','RE','Y',NULL,NULL,NULL,'2022-04-11','223.178.212.241','Y',480),(28667,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-10-31','All Hallows Eve',NULL,NULL,'ALL-HALLOWS-EVE','/halloween/','/halloween/','Y','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',392),(28668,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-09-29','Michael and All Angels',NULL,NULL,'MICHAEL-AND-ALL-ANGELS','/michael-and-all-angels/','/michael-and-all-angels/','Y','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',391),(28669,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-09-14','Holy Cross Day',NULL,NULL,'HOLY-CROSS-DAY','/holy-cross-day/','/holy-cross-day/','Y','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',390),(28670,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-08-15','The Assumption of Mary',NULL,NULL,'THE-ASSUMPTION-OF-MARY','/the-assumption-of-mary/','/the-assumption-of-mary/','Y','RE',NULL,'the-assumption-of-mary.jpg',NULL,NULL,'2022-03-15','223.178.212.150','Y',389),(28671,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-08-01','Lammas',NULL,NULL,'LAMMAS','/lammas/','/lammas/','Y','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',388),(28672,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-07-25','St. James the Great Day',NULL,NULL,'ST-JAMES-THE-GREAT-DAY','/st-james-the-great-day-/','/st-james-the-great-day-/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',381),(28673,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-07-15','Saint Vladimir',NULL,NULL,'SAINT-VLADIMIR','/saint-vladimir/','/saint-vladimir/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',387),(28674,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-06-29','Saints Peter and Paul',NULL,NULL,'SAINTS-PETER-AND-PAUL','/saints-peter-and-paul/','/saints-peter-and-paul/','Y','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',386),(28675,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-06-08','Corpus Christi',NULL,NULL,'CORPUS-CHRISTI','/corpus-christi/','/corpus-christi/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',385),(28676,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-06-04','Trinity Sunday',NULL,NULL,'TRINITY-SUNDAY','/trinity-sunday/','/trinity-sunday/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',384),(28677,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-05-28','Pentecost',NULL,NULL,'PENTECOST','/pentecost/','/pentecost/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',383),(28678,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-05-18','Ascension of Jesus',NULL,NULL,'ASCENSION-OF-JESUS','/ascension-day/','/ascension-day/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',382),(28679,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-04-23','St. George\'s Day',NULL,NULL,'ST-GEORGES-DAY','/st-georges-day/','/st-georges-day/','Y','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',378),(28680,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-04-10','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','RE',NULL,'easter.jpg',NULL,NULL,'2022-03-15','223.178.212.150','Y',380),(28681,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-04-09','Easter',NULL,NULL,'EASTER','/easter/','/easter/','','RE',NULL,'easter.jpg',NULL,NULL,'2022-03-15','223.178.212.150','Y',379),(28682,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-04-07','Good Friday ',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RE',NULL,'good-friday.jpg',NULL,NULL,'2022-03-15','223.178.212.150','Y',377),(28683,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-04-06','Maundy (Holy) Thursday',NULL,NULL,'MAUNDY-HOLY-THURSDAY','/maundy-thursday/','/maundy-thursday/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',376),(28684,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-04-02','Palm Sunday',NULL,NULL,'PALM-SUNDAY','/palm-sunday/','/palm-sunday/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',375),(28685,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-03-19','St. Joseph\'s Day',NULL,NULL,'ST-JOSEPHS-DAY','/st-josephs-day-/','/st-josephs-day-/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',374),(28686,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-03-17','St. Patrick\'s Day',NULL,NULL,'ST-PATRICK\'S-DAY','/st-patricks-day/','/st-patricks-day/','Y','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',373),(28687,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-02-22','Ash Wednesday',NULL,NULL,'ASH-WEDNESDAY','/ash-wednesday/','/ash-wednesday/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',657),(28688,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-02-14','St. Valentine\'s Day',0,'','ST-VALENTINES-DAY','/valentines-day/','/valentines-day/','Y','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',372),(28689,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-02-02','Candlemas',NULL,NULL,'CANDLEMAS','/candlemas/','/candlemas/','','RE','Y',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',371),(28690,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-01-08','The Baptism of Jesus',1,'X','BAPTISM-OF-THE-JESUS','/baptism-of-the-lord/','/baptism-of-the-lord/','','RE','Y','baptism-of-the-lord.jpg',NULL,NULL,'2022-03-15','223.178.212.150','Y',370),(28691,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-01-06','Epiphany',NULL,NULL,'EPIPHANY','/epiphany/','/epiphany/','Y','RE','Y','epiphany.jpg',NULL,NULL,'2022-03-15','223.178.212.150','Y',369),(28692,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-11-01','All Saints\' Day',NULL,NULL,'ALL-SAINTS-DAY','/all-saints-day/','/all-saints-day/','Y','RE',NULL,'all-saints-day.jpg',NULL,NULL,'2022-03-15','223.178.212.150','Y',393),(28693,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-11-02','All Souls\' Day',NULL,NULL,'ALL-SOULS-DAY','/all-souls-day/','/all-souls-day/','Y','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',395),(28694,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-11-23','Thanksgiving (USA)',NULL,NULL,'THANKSGIVING-USA','/thanksgiving-day/','/thanksgiving-day/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',396),(28695,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-11-26','Christ the King',NULL,NULL,'CHRIST-THE-KING','/christ-the-king/','/christ-the-king/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',656),(28696,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',398),(28697,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-12-03','Advent - first Sunday',NULL,NULL,'ADVENT-FIRST-SUNDAY','/advent-first-sunday/','/advent-first-sunday/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',397),(28698,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-12-06','St. Nicholas Day',NULL,NULL,'ST-NICHOLAS-DAY','/st-nicholas-day/','/st-nicholas-day/','Y','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',399),(28699,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-12-24','Christmas Eve',NULL,NULL,'CHRISTMAS-EVE','/christmas/','/christmas/','Y','RE',NULL,'christmas.jpg',NULL,NULL,'2022-03-15','223.178.212.150','Y',400),(28700,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','RE',NULL,'christmas.jpg',NULL,NULL,'2022-03-15','223.178.212.150','Y',401),(28701,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-12-28','Holy Innocents',NULL,NULL,'HOLY-INNOCENTS','/holy-innocents/','/holy-innocents/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',402),(28702,'religious','christian','christian',NULL,NULL,NULL,'2023','2023-12-31','Watch Night',NULL,NULL,'WATCH-NIGHT','/watch-night/','/watch-night/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',403),(28703,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-12-22','Geeta Jayanti',NULL,NULL,'GEETA-JAYANTI','/geeta-jayanti/','/geeta-jayanti/','','RE','R',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',687),(28704,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-12-16','Dhanu Sankranti',NULL,NULL,'DHANU-SANKRANTI','/dhanu-sankranti/','/dhanu-sankranti/','','RE','R',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',688),(28705,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-11-27','Kartik Poornima',NULL,NULL,'KARTIK-POORNIMA','/kartik-poornima/','/kartik-poornima/','','RE','R',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',435),(28706,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-11-19','Chhath Puja',NULL,NULL,'CHHATH-PUJA','/chhath-puja/','/chhath-puja/','','RE','R',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',655),(28707,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-11-14','Bhai Dooj',NULL,NULL,'BHAI-DOOJ','/bhai-dooj/','/bhai-dooj/','','RE','Y',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',654),(28708,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-11-12','Diwali',NULL,NULL,'DIWALI','/diwali/','/diwali/','','RE','Y','diwali.jpg',NULL,NULL,'2022-03-15','223.178.212.150','Y',434),(28709,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-11-10','Dhan Teras',NULL,NULL,'DHAN-TERAS','/dhanteras/','/dhanteras/','','RE','R',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',433),(28710,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-11-01','Karwa Chauth',NULL,NULL,'KARWA-CHAUTH','/karva-chauth/','/karva-chauth/','','RE','R',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',432),(28711,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-10-28','Sharad Purnima',NULL,NULL,'SHARAD-PURNIMA','/sharad-purnima/','/sharad-purnima/','','RE','R',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',431),(28712,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-10-24','Dusshera ',NULL,NULL,'DUSSHERA-','/dussehra/','/dussehra/','','RE','Y',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',430),(28713,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-10-23','Navaratri ends / Maha Navami',NULL,NULL,'NAVARATRI-ENDS-MAHA-NAVAMI','/navaratri/','/navaratri/','','RE','R',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',429),(28714,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-10-15','Navaratri begins',NULL,NULL,'NAVARATRI-BEGINS','/navaratri/','/navaratri/','','RE','R',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',427),(28715,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-10-13','Mahalaya Amavasya',NULL,NULL,'MAHALAYA-AMAVASYA','/mahalaya-amavasya/','/mahalaya-amavasya/','','RE','R',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',425),(28716,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-09-19','Ganesh Chaturthi',NULL,NULL,'GANESH-CHATURTHI','/ganesh-chaturthi/','/ganesh-chaturthi/','','RE','Y',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',423),(28717,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-09-17','Vishwakarma Puja',NULL,NULL,'VISHWAKARMA-PUJA','/vishwakarma-puja/','/vishwakarma-puja/','','RE','R',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',686),(28718,'religious','hindu','hindu',NULL,'',NULL,'2023','2023-09-06','Krishna Janmashtami',0,'N','KRISHNA-JANMASHTAMI','/janmashtami/','/janmashtami/','','RE','Y','',NULL,'','2022-03-15','223.178.212.150','Y',422),(28719,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-08-30','Raksha Bandhan',NULL,NULL,'RAKSHA-BANDHAN','/raksha-bandhan/','/raksha-bandhan/','','RE','Y',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',421),(28720,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-08-29','Onam',NULL,NULL,'ONAM','/onam/','/onam/','','RE','R',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',424),(28721,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-08-25','Varalakshmi Vrat',NULL,NULL,'VARALAKSHMI-VRAT','/varalakshmi-vrat/','/varalakshmi-vrat/','','RE','R',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',685),(28722,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-08-21','Nag Panchami',NULL,NULL,'NAG-PANCHAMI','/nag-panchami/','/nag-panchami/','','RE','R',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',420),(28723,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-07-03','Guru Purnima',NULL,NULL,'GURU-PURNIMA','/guru-purnima/','/guru-purnima/','','RE','R',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',419),(28724,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-06-20','Puri Rath Yatra',NULL,NULL,'PURI-RATH-YATRA','/rath-yatra/','/rath-yatra/','','RE','R',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',418),(28725,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-05-19','Savitri Pooja',NULL,NULL,'SAVITRI-POOJA','/savitri-pooja/','/savitri-pooja/','','RE','R',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',417),(28726,'religious','hindu','hindu',NULL,'',NULL,'2023','2023-04-22','Akshaya Tritiya',0,'N','AKSHAYA-TRITIYA','/akshaya-tritiya/','/akshaya-tritiya/','','RE','R','',NULL,'','2022-03-15','223.178.212.150','Y',415),(28727,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-04-15','Bengali New Year / Bihu',NULL,NULL,'BENGALI-NEW-YEAR-BIHU','/bihu-bengali-new-year/','/bihu-bengali-new-year/','','RE','Y',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',413),(28728,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-04-14','Tamil New Year',NULL,NULL,'TAMIL-NEW-YEAR','/tamil-new-year/','/tamil-new-year/','','RE','Y',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',405),(28729,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-04-14','Vaisakhi / Baisakhi / Vishu ',NULL,NULL,'VAISAKHI-BAISAKHI-VISHU','/vishu/','/vishu/','Y','RE','Y',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',416),(28730,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-04-06','Hanuman Jayanti',NULL,NULL,'HANUMAN-JAYANTI','/hanuman-jayanti/','/hanuman-jayanti/','','RE','R',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',414),(28731,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-03-30','Ramanavami',NULL,NULL,'RAMANAVAMI','/ramanavami/','/ramanavami/','','RE','R',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',411),(28732,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-03-22','Hindi New Year',NULL,NULL,'HINDI-NEW-YEAR','/hindi-new-year/','/hindi-new-year/','','RE','Y',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',409),(28733,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-03-22','Ugadi / Gudi Padwa / Telugu New Year',NULL,NULL,'UGADI-GUDI-PADWA-TELUGU-NEW-YEAR','/ugadi-telugu-new-year/','/ugadi-telugu-new-year/','','RE','Y',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',410),(28734,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-03-08','Holi',NULL,NULL,'HOLI','/holi/','/holi/','','RE','Y',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',408),(28735,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-03-07','Holika Dahan',NULL,NULL,'HOLIKA-DAHAN','/holi/','/holi/','','RE','R',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',684),(28736,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-02-18','Maha Shivaratri',NULL,NULL,'MAHA-SHIVARATRI','/maha-shivratri/','/maha-shivratri/','','RE','Y',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',407),(28737,'religious','hindu','hindu',NULL,'',NULL,'2023','2023-02-05','Thaipusam',0,'Y','THAIPUSAM','/thaipusam/','/thaipusam/','','RE','R','',NULL,'','2022-03-15','223.178.212.150','Y',754),(28738,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-01-26','Vasant Panchami',0,NULL,'VASANT-PANCHAMI','/vasant-panchami/','/vasant-panchami/','','RE','Y',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',406),(28739,'religious','hindu','hindu',NULL,NULL,NULL,'2023','2023-01-15','Makarsankranti / Pongal',0,NULL,'MAKARSANKRANTI-PONGAL','/pongal/','/pongal/','','RE','Y',NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',404),(28740,'religious','islam','islam',NULL,NULL,NULL,'2023','2023-10-09','Milad un Nabi',NULL,NULL,'MILAD-UN-NABI','/milad-un-nabi/','/milad-un-nabi/','','RE',NULL,NULL,NULL,NULL,'2022-04-12','223.178.212.241','Y',462),(28741,'religious','islam','islam',NULL,'',NULL,'2023','2023-06-28','Waqf al Arafa - Hajj',0,'Y','WAQF-AL-ARAFA-HAJJ','/waqf-al-arafa-hajj/','/waqf-al-arafa-hajj/','','RE','','',NULL,'','2022-04-12','223.178.212.241','Y',469),(28742,'religious','islam','islam',NULL,NULL,NULL,'2023','2023-07-28','Day of Ashura / Muharram',NULL,NULL,'DAY-OF-ASHURA-MUHARRAM','/muharram/','/muharram/','','RE',NULL,NULL,NULL,NULL,'2022-04-12','223.178.212.241','Y',472),(28743,'religious','islam','islam',NULL,NULL,NULL,'2023','2023-07-19','Hijra - Islamic New Year',NULL,NULL,'HIJRA-ISLAMIC-NEW-YEAR','/muharram/','/muharram/','','RE',NULL,NULL,NULL,NULL,'2022-04-12','223.178.212.241','Y',471),(28744,'religious','islam','islam',NULL,NULL,NULL,'2023','2023-06-29','Eid-al-Adha',NULL,NULL,'EID-AL-ADHA','/hari-raya-haji/','/hari-raya-haji/','','RE',NULL,'eid-al-adha.jpg',NULL,NULL,'2022-04-12','223.178.212.241','Y',470),(28745,'religious','islam','islam',NULL,NULL,NULL,'2023','2023-04-22','Eid-al-Fitr (End of Ramadan)',NULL,NULL,'EID-AL-FITR-END-OF-RAMADAN','/ramadan/','/ramadan/','','RE',NULL,'hari-raya-puasa.jpg',NULL,NULL,'2022-04-12','223.178.212.241','Y',468),(28746,'religious','islam','islam',NULL,NULL,NULL,'2023','2023-04-18','Laylat al Qadr',NULL,NULL,'LAYLAT-AL-KADR','/laylat-al-kadr/','/laylat-al-kadr/','','RE',NULL,NULL,NULL,NULL,'2022-04-12','223.178.212.241','Y',467),(28747,'religious','islam','islam',NULL,NULL,NULL,'2023','2023-03-23','Ramadan (start)',NULL,NULL,'RAMADAN-START','/ramadan/','/ramadan/','','RE',NULL,'ramadan.jpg',NULL,NULL,'2022-04-12','223.178.212.241','Y',466),(28748,'religious','islam','islam',NULL,NULL,NULL,'2023','2023-03-19','Lailat al Bara\'ah',NULL,NULL,'LAILAT-AL-BARAAH','/lailat-al-baraah/','/lailat-al-baraah/','','RE',NULL,NULL,NULL,NULL,'2022-04-12','223.178.212.241','Y',465),(28749,'religious','islam','islam',NULL,NULL,NULL,'2023','2023-02-18','Lailat al Miraj',NULL,NULL,'LAILAT-AL-MIRAJ','/lailat-al-miraj/','/lailat-al-miraj/','','RE',NULL,NULL,NULL,NULL,'2022-04-12','223.178.212.241','Y',464),(28750,'religious','jewish','jewish',NULL,NULL,NULL,'2023','2023-12-15','Hanukkah Ends',NULL,NULL,'HANUKKAH-ENDS','/hanukkah/','/hanukkah/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',461),(28751,'religious','jewish','jewish',NULL,'',NULL,'2023','2023-12-07','Hanukkah Starts',0,'Y','HANUKKAH-STARTS','/hanukkah/','/hanukkah/','','RE','','',NULL,'','2022-03-15','223.178.212.150','Y',460),(28752,'religious','jewish','jewish',NULL,NULL,NULL,'2023','2023-10-07','Shmini Atzeret',NULL,NULL,'SHEMINI-ATZERET','/shemini-atzeret/','/shemini-atzeret/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',458),(28753,'religious','jewish','jewish',NULL,NULL,NULL,'2023','2023-10-07','Simchat Torah',NULL,NULL,'SIMHAT-TORAH','/simhat-torah/','/simhat-torah/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',459),(28754,'religious','jewish','jewish',NULL,NULL,NULL,'2023','2023-10-06','Sukkot Ends',NULL,NULL,'SUKKOT-ENDS','/sukkot/','/sukkot/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',456),(28755,'religious','jewish','jewish',NULL,'',NULL,'2023','2023-09-29','Sukkot Starts',0,'Y','SUKKOT-STARTS','/sukkot/','/sukkot/','','RE','','',NULL,'','2022-03-15','223.178.212.150','Y',455),(28756,'religious','jewish','jewish',NULL,NULL,NULL,'2023','2023-09-25','Yom Kippur',NULL,NULL,'YOM-KIPPUR','/yom-kippur/','/yom-kippur/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',454),(28757,'religious','jewish','jewish',NULL,NULL,NULL,'2023','2023-09-18','Fast of Gedaliah',NULL,NULL,'FAST-OF-GEDALIAH','/fast-of-gedaliah/','/fast-of-gedaliah/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',453),(28758,'religious','jewish','jewish','','',NULL,'2023','2023-09-17','Rosh HaShana Ends',NULL,NULL,'ROSH-HASHANAH-ENDS','/rosh-hashanah/','/rosh-hashanah/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',452),(28759,'religious','jewish','jewish',NULL,'',NULL,'2023','2023-09-15','Rosh HaShana Starts',0,'Y','ROSH-HASHANAH-STARTS','/rosh-hashanah/','/rosh-hashanah/','','RE','','',NULL,'','2022-03-15','223.178.212.150','Y',451),(28760,'religious','jewish','jewish',NULL,'',NULL,'2023','2023-07-26','Tish\'a B\'Av',0,'Y','TISHA-BAV','/tisha-bav/','/tisha-bav/','','RE','','',NULL,'','2022-03-15','223.178.212.150','Y',450),(28761,'religious','jewish','jewish',NULL,NULL,NULL,'2023','2023-05-26','Shavuot',NULL,NULL,'SHAVUOT','/shavuot/','/shavuot/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',448),(28762,'religious','jewish','jewish',NULL,NULL,NULL,'2023','2023-05-25','Shavuot (1st day)',NULL,NULL,'SHAVUOT-1ST-DAY','/shavuot/','/shavuot/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',447),(28763,'religious','jewish','jewish',NULL,NULL,NULL,'2023','2023-05-19','Yom Yerushalayim',NULL,NULL,'YOM-YERUSHALAYIM','/yom-yerushalayim/','/yom-yerushalayim/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',446),(28764,'religious','jewish','jewish',NULL,NULL,NULL,'2023','2023-05-09','Lag BaOmer',NULL,NULL,'LAG-BAOMER','/lag-bomer/','/lag-bomer/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',445),(28765,'religious','jewish','jewish',NULL,'',NULL,'2023','2023-05-05','Second Passover',0,'Y','SECOND-PASSOVER','/passover/','/passover/','','RE','','',NULL,'','2022-03-15','223.178.212.150','Y',440),(28766,'religious','jewish','jewish',NULL,NULL,NULL,'2023','2023-04-26','Yom HaAtzma\'ut',NULL,NULL,'YOM-HAATZMAUT','/yom-haatzmaut/','/yom-haatzmaut/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',444),(28767,'religious','jewish','jewish',NULL,NULL,NULL,'2023','2023-04-25','Yom HaZikaron',NULL,NULL,'YOM-HAZIKARON','/yom-hazikaron/','/yom-hazikaron/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',443),(28768,'religious','jewish','jewish',NULL,NULL,NULL,'2023','2023-04-18','Yom Hashoah',NULL,NULL,'YOM-HASHOAH','/yom-hashoah/','/yom-hashoah/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',442),(28769,'religious','jewish','jewish',NULL,'',NULL,'2023','2023-04-13','Passover - Final Day',0,'Y','PASSOVER-FINAL-DAY','/passover/','/passover/','','RE','','',NULL,'','2022-03-15','223.178.212.150','Y',441),(28770,'religious','jewish','jewish',NULL,'',NULL,'2023','2023-04-05','Passover - First Day',0,'Y','PASSOVER-FIRST-DAY','/passover/','/passover/','','RE','','',NULL,'','2022-03-15','223.178.212.150','Y',439),(28771,'religious','jewish','jewish',NULL,'',NULL,'2023','2023-03-06','Purim',0,'Y','PURIM','/purim/','/purim/','','RE','','',NULL,'','2022-03-15','223.178.212.150','Y',437),(28772,'religious','jewish','jewish',NULL,NULL,NULL,'2023','2023-03-08','Shushan Purim',NULL,NULL,'SHUSHAN-PURIM','/purim/','/purim/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',438),(28773,'religious','jewish','jewish',NULL,NULL,NULL,'2023','2023-02-05','Tu Bishvat',NULL,NULL,'TU-BISHVAT','/tu-bishvat/','/tu-bishvat/','','RE',NULL,NULL,NULL,NULL,'2022-03-15','223.178.212.150','Y',436),(28774,'religious','sikh','sikh',NULL,NULL,NULL,'2023','2023-11-27','Guru Nanak Birthday',NULL,NULL,'GURU-NANAK-BIRTHDAY','/guru-nanak-birthday/','/guru-nanak-birthday/','','RE','R',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',494),(28775,'religious','sikh','sikh',NULL,NULL,NULL,'2023','2023-11-24','Martyrdom of Guru Tegh Bahadur Sahib',NULL,NULL,'MARTYRDOM-OF-GURU-TEGH-BAHADUR-SAHIB','/martyrdom-of-guru-tegh-bahadur-sahib/','/martyrdom-of-guru-tegh-bahadur-sahib/','Y','RE','N',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',495),(28776,'religious','sikh','sikh',NULL,NULL,NULL,'2023','2023-11-09','Diwali',NULL,NULL,'DIWALI','/diwali/','/diwali/','','RE','Y','diwali.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',493),(28777,'religious','sikh','sikh',NULL,NULL,NULL,'2023','2023-10-20','Birth of the Guru Granth',NULL,NULL,'BIRTH-OF-THE-GURU-GRANTH','/birth-of-the-guru-granth/','/birth-of-the-guru-granth/','Y','RE','N',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',662),(28778,'religious','sikh','sikh',NULL,NULL,NULL,'2023','2023-06-16','Martyrdom of Guru Arjan Dev Sahib',NULL,NULL,'MARTYRDOM-OF-GURU-ARJAN-DEV-SAHIB','/martyrdom-of-guru-arjan-dev-sahib/','/martyrdom-of-guru-arjan-dev-sahib/','Y','RE','N',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',486),(28779,'religious','sikh','sikh',NULL,NULL,NULL,'2023','2023-04-18','Birthday of Guru Angad Dev',NULL,NULL,'BIRTHDAY-OF-GURU-ANGAD-DEV','/birthday-of-guru-angad-dev/','/birthday-of-guru-angad-dev/','Y','RE','N',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',661),(28780,'religious','sikh','sikh',NULL,NULL,NULL,'2023','2023-03-08','Hola Mohalla',NULL,NULL,'HOLA-MOHALLA','/hola-mohalla/','/hola-mohalla/','','RE','N',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',484),(28781,'religious','sikh','sikh',NULL,NULL,NULL,'2023','2023-04-14','Vaisakhi',NULL,NULL,'VAISAKHI','/vaisakhi/','/vaisakhi/','','RE','N',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',485),(28782,'religious','sikh','sikh',NULL,NULL,NULL,'2023','2023-03-07','Holi',NULL,NULL,'HOLI','/holi/','/holi/','','RE','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',660),(28783,'religious','sikh','sikh',NULL,NULL,NULL,'2023','2023-01-13','Maghi - Lohri',NULL,NULL,'MAGHI-LOHRI','/maghi-lohri/','/maghi-lohri/','','RE','N',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',482),(28784,'religious','sikh','sikh',NULL,NULL,NULL,'2023','2023-01-05','Guru Gobind Singh Birthday',NULL,NULL,'GURU-GOBIND-SINGH-BIRTHDAY','/guru-gobind-singh-birthday/','/guru-gobind-singh-birthday/','','RE','R',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',481),(28785,'region','england','uk','Europe','England',NULL,'2023','2023-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','RH','Y','boxing-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',13971),(28786,'region','england','uk','Europe','England',NULL,'2023','2023-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','RH','Y','christmas.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',10511),(28787,'region','england','uk','Europe','England',NULL,'2023','2023-05-29','Spring Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',10509),(28788,'region','england','uk','Europe','England',NULL,'2023','2023-08-28','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',10510),(28789,'region','england','uk','Europe','England',NULL,'2023','2023-05-01','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','RH','Y','may-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',10508),(28790,'region','england','uk','Europe','England',NULL,'2023','2023-04-10','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','RH','Y','easter.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',10507),(28791,'region','england','uk','Europe','England',NULL,'2023','2023-04-07','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH','Y','good-friday.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',10506),(28792,'region','england','uk','Europe','England',NULL,'2023','2023-01-02','New Year\'s Day (substitute day)',NULL,NULL,'NEW-YEAR-HOLIDAY','/new-years-day/','/new-years-day/','','OB','Y','new-years-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',13970),(28793,'region','england','uk','Europe','England',NULL,'2023','2023-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','RH','Y','new-years-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',10505),(28794,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2023','2023-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','RH','Y','boxing-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',10067),(28795,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2023','2023-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','RH','Y','christmas.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',10066),(28796,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2023','2023-08-28','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',10065),(28797,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2023','2023-07-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY','/battle-of-the-boyne-holiday/','/battle-of-the-boyne-holiday/','','RH','Y',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',10064),(28798,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2023','2023-05-29','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',10063),(28799,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2023','2023-05-01','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','RH','Y','may-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',10062),(28800,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2023','2023-04-10','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','RH','Y','easter.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',10061),(28801,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2023','2023-04-07','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH','Y','good-friday.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',10060),(28802,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2023','2023-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','Y','RH','Y',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',10059),(28803,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2023','2023-01-02','New Year\'s Day (substitute day)',NULL,NULL,'NEW-YEAR-HOLIDAY','/new-years-day/','/new-years-day/','','OB','Y','new-years-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',13976),(28804,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2023','2023-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','RH','Y','new-years-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',10058),(28805,'region','scotland','uk','Europe','Scotland',NULL,'2023','2023-08-07','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',10073),(28806,'region','scotland','uk','Europe','Scotland',NULL,'2023','2023-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','RH','Y',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',10074),(28807,'region','scotland','uk','Europe','Scotland',NULL,'2023','2023-05-29','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',10072),(28808,'region','scotland','uk','Europe','Scotland',NULL,'2023','2023-05-01','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','RH','Y','may-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',10071),(28809,'region','scotland','uk','Europe','Scotland',NULL,'2023','2023-04-07','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH','Y','good-friday.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',10070),(28810,'region','scotland','uk','Europe','Scotland',NULL,'2023','2023-01-03','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','RH','Y','new-years-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',10069),(28811,'region','scotland','uk','Europe','Scotland',NULL,'2023','2023-01-02','New Year\'s Day (substitute day)',NULL,NULL,'NEW-YEAR-HOLIDAY','/new-years-day/','/new-years-day/','','RH','Y','new-years-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',13974),(28812,'region','scotland','uk','Europe','Scotland',NULL,'2023','2023-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','RH','Y','new-years-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',10068),(28813,'region','scotland','uk','Europe','Scotland',NULL,'2023','2023-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','RH','Y','christmas.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',10075),(28814,'region','scotland','uk','Europe','Scotland',NULL,'2023','2023-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','RH','Y','boxing-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',13975),(28815,'region','wales','uk','Europe','Wales',NULL,'2023','2023-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','RH','Y','new-years-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',10077),(28816,'region','wales','uk','Europe','Wales',NULL,'2023','2023-01-02','New Year\'s Day (substitute day)',NULL,NULL,'NEW-YEAR-HOLIDAY','/new-years-day/','/new-years-day/','Y','OB','Y','new-years-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',13972),(28817,'region','wales','uk','Europe','Wales',NULL,'2023','2023-04-07','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH','Y','good-friday.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',10078),(28818,'region','wales','uk','Europe','Wales',NULL,'2023','2023-04-10','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','RH','Y','easter.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',10079),(28819,'region','wales','uk','Europe','Wales',NULL,'2023','2023-05-01','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','RH','Y','may-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',10080),(28820,'region','wales','uk','Europe','Wales',NULL,'2023','2023-05-29','Spring Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',10081),(28821,'region','wales','uk','Europe','Wales',NULL,'2023','2023-08-28','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',10082),(28822,'region','wales','uk','Europe','Wales',NULL,'2023','2023-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','RH','Y','christmas.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',10083),(28823,'region','wales','uk','Europe','Wales',NULL,'2023','2023-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','RH','Y','boxing-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',13973),(28824,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-01-02','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10526),(28825,'bank-org','barclays-bank','uk','Europe','Scotland',NULL,'2023','2023-01-03','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10536),(28826,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','Y','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10527),(28827,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-04-07','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10528),(28828,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-04-10','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10529),(28829,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-05-01','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10530),(28830,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-05-29','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10531),(28831,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY','/battle-of-the-boyne-holiday/','/battle-of-the-boyne-holiday/','Y','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10532),(28832,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-08-28','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10533),(28833,'bank-org','barclays-bank','uk','Europe','Scotland',NULL,'2023','2023-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10537),(28834,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10534),(28835,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10535),(28836,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-01-02','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10617),(28837,'bank-org','clydesdale-bank','uk','Europe','Scotland',NULL,'2023','2023-01-03','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10627),(28838,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','Y','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10618),(28839,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-04-07','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10619),(28840,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-04-10','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10620),(28841,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-05-01','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10621),(28842,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-05-29','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10622),(28843,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY','/battle-of-the-boyne-holiday/','/battle-of-the-boyne-holiday/','Y','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10623),(28844,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-08-28','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10624),(28845,'bank-org','clydesdale-bank','uk','Europe','Scotland',NULL,'2023','2023-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10628),(28846,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10625),(28847,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10626),(28848,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-01-02','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10565),(28849,'bank-org','hsbc-uk-bank','uk','Europe','Scotland',NULL,'2023','2023-01-03','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10575),(28850,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','Y','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10566),(28851,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-04-07','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10567),(28852,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-04-10','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10568),(28853,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-05-01','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10569),(28854,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-05-29','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10570),(28855,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY','/battle-of-the-boyne-holiday/','/battle-of-the-boyne-holiday/','Y','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10571),(28856,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-08-28','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10572),(28857,'bank-org','hsbc-uk-bank','uk','Europe','Scotland',NULL,'2023','2023-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10576),(28858,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10573),(28859,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10574),(28860,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','Y','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10514),(28861,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-04-07','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10515),(28862,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-04-10','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10516),(28863,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-05-01','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10517),(28864,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-05-29','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10518),(28865,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY','/battle-of-the-boyne-holiday/','/battle-of-the-boyne-holiday/','Y','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10519),(28866,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-08-28','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10520),(28867,'bank-org','lloyds-bank','uk','Europe','Scotland',NULL,'2023','2023-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10524),(28868,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10521),(28869,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10522),(28870,'bank-org','lloyds-bank','uk','Europe','Scotland',NULL,'2023','2023-01-03','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10523),(28871,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-01-02','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10513),(28872,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10561),(28873,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10560),(28874,'bank-org','nationwide-bank','uk','Europe','Scotland',NULL,'2023','2023-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10563),(28875,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-08-28','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10559),(28876,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY','/battle-of-the-boyne-holiday/','/battle-of-the-boyne-holiday/','Y','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10558),(28877,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-05-29','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10557),(28878,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-05-01','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10556),(28879,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-04-10','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10555),(28880,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-04-07','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10554),(28881,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','Y','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10553),(28882,'bank-org','nationwide-bank','uk','Europe','Scotland',NULL,'2023','2023-01-03','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10562),(28883,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-01-02','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10552),(28884,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10587),(28885,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10586),(28886,'bank-org','natwest-bank','uk','Europe','Scotland',NULL,'2023','2023-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10589),(28887,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-08-28','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10585),(28888,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY','/battle-of-the-boyne-holiday/','/battle-of-the-boyne-holiday/','Y','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10584),(28889,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-05-29','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10583),(28890,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-05-01','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10582),(28891,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-04-10','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10581),(28892,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-04-07','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10580),(28893,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','Y','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10579),(28894,'bank-org','natwest-bank','uk','Europe','Scotland',NULL,'2023','2023-01-03','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10588),(28895,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-01-02','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10578),(28896,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2023','2023-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10548),(28897,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2023','2023-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10547),(28898,'bank-org','royal-bank-of-scotland','uk','Europe','Scotland',NULL,'2023','2023-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10550),(28899,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2023','2023-08-28','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10546),(28900,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2023','2023-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY','/battle-of-the-boyne-holiday/','/battle-of-the-boyne-holiday/','Y','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10545),(28901,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2023','2023-05-29','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10544),(28902,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2023','2023-05-01','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10543),(28903,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2023','2023-04-10','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10542),(28904,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2023','2023-04-07','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10541),(28905,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2023','2023-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','Y','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10540),(28906,'bank-org','royal-bank-of-scotland','uk','Europe','Scotland',NULL,'2023','2023-01-03','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10549),(28907,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2023','2023-01-02','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10539),(28908,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10613),(28909,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10612),(28910,'bank-org','tsb-bank','uk','Europe','Scotland',NULL,'2023','2023-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10615),(28911,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-08-28','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10611),(28912,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY','/battle-of-the-boyne-holiday/','/battle-of-the-boyne-holiday/','Y','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10610),(28913,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-05-29','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10609),(28914,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-05-01','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10608),(28915,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-04-10','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10607),(28916,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-04-07','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10606),(28917,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','Y','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10605),(28918,'bank-org','tsb-bank','uk','Europe','Scotland',NULL,'2023','2023-01-03','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10614),(28919,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-01-02','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10604),(28920,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10600),(28921,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10599),(28922,'bank-org','yorkshire-bank','uk','Europe','Scotland',NULL,'2023','2023-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10602),(28923,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-08-28','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10598),(28924,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY','/battle-of-the-boyne-holiday/','/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10597),(28925,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-05-29','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10596),(28926,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-05-01','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10595),(28927,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-04-10','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10594),(28928,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-04-07','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10593),(28929,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','Y','BH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10592),(28930,'bank-org','yorkshire-bank','uk','Europe','Scotland',NULL,'2023','2023-01-03','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10601),(28931,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2023','2023-01-02','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10591),(28932,'market','asx','australia','Asia Pacific','Australia',NULL,'2023','2023-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','MH','Y','boxing-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2719),(28933,'market','asx','australia','Asia Pacific','Australia',NULL,'2023','2023-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','MH','Y','christmas.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2718),(28934,'market','asx','australia','Asia Pacific','Australia',NULL,'2023','2023-06-12','Queen\'s Birthday',NULL,NULL,'QUEENS-BIRTHDAY-QLD','/queens-birthday/','/queens-birthday/','','MH','Y','queens-birthday.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2717),(28935,'market','asx','australia','Asia Pacific','Australia',NULL,'2023','2023-04-25','Anzac Day',NULL,'','ANZAC-DAY','/anzac-day/','/anzac-day/','Y','MH','Y','anzac-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2716),(28936,'market','asx','australia','Asia Pacific','Australia',NULL,'2023','2023-04-10','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','MH','Y','easter.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2715),(28937,'market','asx','australia','Asia Pacific','Australia',NULL,'2023','2023-04-07','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','MH','Y','good-friday.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2714),(28938,'market','asx','australia','Asia Pacific','Australia',NULL,'2023','2023-01-26','Australia Day OBS',NULL,'','AUSTRALIA-DAY','/australia-day/','/australia-day/','Y','MH','Y','australia-flag.gif',NULL,NULL,'2022-03-21','49.156.98.118','Y',2713),(28939,'market','asx','australia','Asia Pacific','Australia',NULL,'2023','2023-01-02','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','MH','Y','new-years-day.jpg',NULL,'Australian Stock Exchange Ltd, Australia ','2022-03-21','49.156.98.118','Y',2712),(28940,'market','bse','india','Asia Pacific','India',NULL,'2023','2023-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','MH','Y','christmas.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2495),(28941,'market','bse','india','Asia Pacific','India',NULL,'2023','2023-11-27','Guru Nanak Jayanti',0,'N','GURU-NANAKS-BIRTHDAY','/guru-nanak-birthday/','/guru-nanak-birthday/',NULL,'MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2494),(28942,'market','bse','india','Asia Pacific','India',NULL,'2023','2023-11-14','Diwali-Balipratipada',0,'N','DIWALI','/diwali/','/diwali/','','MH','M','diwali.jpg',NULL,'','2022-05-14','223.178.209.83','Y',2491),(28943,'market','bse','india','Asia Pacific','India',NULL,'2023','2023-11-12','Diwali-Laxmi Pujan**',0,'N','DIWALI','/diwali/','/diwali/','','MH','M','diwali.jpg',NULL,'**Muhurat Trading will be conducted on Sunday, October 27, 2018. Timings of Muhurat Trading shall be notified subsequently.','2022-05-14','223.178.209.83','Y',2490),(28944,'market','bse','india','Asia Pacific','India',NULL,'2023','2023-10-24','Dasara',0,'N','DUSSEHRA','/dussehra/','/dussehra/',NULL,'MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2489),(28945,'market','bse','india','Asia Pacific','India',NULL,'2023','2023-10-02','Mathatma Gandhi Jayanti',NULL,'','GANDHI-JAYANTI','/gandhi-jayanti/','/gandhi-jayanti/','Y','MH','Y','mahatma-gandhi.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2488),(28946,'market','bse','india','Asia Pacific','India',NULL,'2023','2023-09-19','Ganesh Chaturthi',0,'N','GANESH-CHATURTHI','/ganesh-chaturthi/','/ganesh-chaturthi/','','MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2486),(28947,'market','bse','india','Asia Pacific','India',NULL,'2023','2023-08-15','Independence Day',NULL,'','INDEPENDENCE-DAY','/independence-day/','/independence-day/','Y','ND','Y','india-flag.gif',NULL,NULL,'2022-03-21','49.156.98.118','Y',2483),(28948,'market','bse','india','Asia Pacific','India',NULL,'2023','2023-08-29','Muharram',0,'N','MUHARRAM','/muharram/','/muharram/',NULL,'MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2487),(28949,'market','bse','india','Asia Pacific','India',NULL,'2023','2023-06-28','Bakri Id / Eid ul-Adha',0,'N','EID-UL-ADHA','/hari-raya-haji/','/hari-raya-haji/','','MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2485),(28950,'market','bse','india','Asia Pacific','India',NULL,'2023','2023-05-01','Maharashtra Day',NULL,NULL,'MAHARASHTRA-DIN','/maharashtra-din/','/maharashtra-din/','Y','MH','Y',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',2482),(28951,'market','bse','india','Asia Pacific','India',NULL,'2023','2023-04-22','Id-ul-Fitr (Ramzan ID)',0,'N','EID-AL-FITR','/hari-raya-puasa/','/hari-raya-puasa/',NULL,'MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2492),(28952,'market','bse','india','Asia Pacific','India',NULL,'2023','2023-04-14','Dr.Baba Saheb Ambedkar Jayanti',0,'N','AMBEDKAR-JAYANTI','/ambedkar-jayanti/','/ambedkar-jayanti/','Y','MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2484),(28953,'market','bse','india','Asia Pacific','India',NULL,'2023','2023-04-07','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','MH','Y','good-friday.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2481),(28954,'market','bse','india','Asia Pacific','India',NULL,'2023','2023-04-04','Mahavir Jayanti',0,'N','MAHAVIR-JAYANTI','/mahavir-jayanti/','/mahavir-jayanti/','','MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2480),(28955,'market','bse','india','Asia Pacific','India',NULL,'2023','2023-03-30','Ram Navami',0,'N','RAM-NAVAMI','/ram-navami/','/ram-navami/',NULL,'MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2493),(28956,'market','bse','india','Asia Pacific','India',NULL,'2023','2023-03-18','Maha Shivaratri',0,'N','MAHA-SHIVARATRI','/maha-shivratri/','/maha-shivratri/','','MH','M','maha-shivaratri.jpg',NULL,'','2022-05-14','223.178.209.83','Y',2478),(28957,'market','bse','india','Asia Pacific','India',NULL,'2023','2023-03-08','Holi',0,'N','HOLI','/holi/','/holi/','','MH','M','holi.jpg',NULL,'','2022-05-14','223.178.209.83','Y',2479),(28958,'market','bse','india','Asia Pacific','India',NULL,'2023','2023-01-26','Republic Day',NULL,NULL,'REPUBLIC-DAY','/republic-day/','/republic-day/','Y','ND','Y',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',2477),(28959,'market','dax','germany','Europe','Germany',NULL,'2023','2023-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','MH','Y','christmas.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2732),(28960,'market','dax','germany','Europe','Germany',NULL,'2023','2023-12-31','New Year\'s Eve',NULL,NULL,'NEW-YEARS-EVE','/new-years-day/','/new-years-day/','Y','MH','Y','new-years-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2734),(28961,'market','dax','germany','Europe','Germany',NULL,'2023','2023-12-24','Christmas Eve',NULL,NULL,'CHRISTMAS-EVE','/christmas/','/christmas/','Y','MH','Y','christmas.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2731),(28962,'market','dax','germany','Europe','Germany',NULL,'2023','2023-05-29','Whit Monday',0,'N','WHIT-MONDAY','/pentecost-monday/','/pentecost-monday/','','MH','Y','',NULL,'','2022-03-21','49.156.98.118','Y',2730),(28963,'market','dax','germany','Europe','Germany',NULL,'2023','2023-05-01','Labor Day',NULL,NULL,'LABOR-DAY','/may-day/','/may-day/','Y','MH','Y','may-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2729),(28964,'market','dax','germany','Europe','Germany',NULL,'2023','2023-04-10','Easter Monday',0,'N','EASTER-MONDAY','/easter-monday/','/easter-monday/','','MH','Y','easter.jpg',NULL,'','2022-03-21','49.156.98.118','Y',2728),(28965,'market','dax','germany','Europe','Germany',NULL,'2023','2023-04-02','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','MH','Y','good-friday.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2727),(28966,'market','dax','germany','Europe','Germany',NULL,'2023','2023-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','MH','Y','new-years-day.jpg',NULL,'Frankfurt Stock Exchange Germany','2022-03-21','49.156.98.118','Y',2726),(28967,'market','euronext','france','Europe','France',NULL,'2023','2023-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','MH','Y','christmas.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2724),(28968,'market','euronext','france','Europe','France',NULL,'2023','2023-05-01','Labor day',NULL,NULL,'LABOR-DAY','/may-day/','/may-day/','Y','MH','Y','labour-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2723),(28969,'market','euronext','france','Europe','France',NULL,'2023','2023-04-10','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','MH','Y','easter.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2722),(28970,'market','euronext','france','Europe','France',NULL,'2023','2023-04-07','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','MH','Y','good-friday.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2721),(28971,'market','euronext','france','Europe','France',NULL,'2023','2023-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','MH','Y','new-years-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2720),(28972,'market','lse','uk','Europe','United Kingdom',NULL,'2023','2023-12-31','New Year\'s Eve',NULL,NULL,'NEW-YEARS-EVE','/new-years-day/','/new-years-day/','Y','MH','E','new-years-day.jpg',NULL,'London Stock Exchange, United Kingdom','2022-03-21','49.156.98.118','Y',2762),(28973,'market','lse','uk','Europe','United Kingdom',NULL,'2023','2023-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','MH','Y','boxing-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2742),(28974,'market','lse','uk','Europe','United Kingdom',NULL,'2023','2023-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','MH','Y','christmas.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2741),(28975,'market','lse','uk','Europe','United Kingdom',NULL,'2023','2023-12-24','Christmas Eve',NULL,NULL,'CHRISTMAS-EVE','/christmas/','/christmas/','Y','MH','E','christmas.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2761),(28976,'market','lse','uk','Europe','United Kingdom',NULL,'2023','2023-08-28','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','MH','Y',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',2740),(28977,'market','lse','uk','Europe','United Kingdom',NULL,'2023','2023-05-29','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','MH','Y',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',2739),(28978,'market','lse','uk','Europe','United Kingdom',NULL,'2023','2023-05-01','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','MH','Y','may-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2738),(28979,'market','lse','uk','Europe','United Kingdom',NULL,'2023','2023-04-10','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','MH','Y','easter.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2737),(28980,'market','lse','uk','Europe','United Kingdom',NULL,'2023','2023-04-07','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','MH','Y','good-friday.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2736),(28981,'market','lse','uk','Europe','United Kingdom',NULL,'2023','2023-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','MH','Y','new-years-day.jpg',NULL,'London Stock Exchange, United Kingdom','2022-03-21','49.156.98.118','Y',2735),(28982,'market','mcx','india','Asia Pacific','India',NULL,'2023','2023-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','MH','Y','christmas.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2514),(28983,'market','mcx','india','Asia Pacific','India',NULL,'2023','2023-11-27','Guru Nanak Jayanti',NULL,NULL,'GURU-NANAKS-BIRTHDAY','/guru-nanak-birthday/','/guru-nanak-birthday/',NULL,'MH','M',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',2513),(28984,'market','mcx','india','Asia Pacific','India',NULL,'2023','2023-11-14','Diwali-Balipratipada',NULL,'','DIWALI','/diwali/','/diwali/','','MH','M','diwali.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2512),(28985,'market','mcx','india','Asia Pacific','India',NULL,'2023','2023-11-12','Diwali-Laxmi Pujan**',NULL,'','DIWALI','/diwali/','/diwali/','','MH','M','diwali.jpg',NULL,'','2022-03-21','49.156.98.118','Y',2511),(28986,'market','mcx','india','Asia Pacific','India',NULL,'2023','2023-10-24','Dasara',NULL,NULL,'DUSSEHRA','/dussehra/','/dussehra/',NULL,'MH','M',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',2510),(28987,'market','mcx','india','Asia Pacific','India',NULL,'2023','2023-10-02','Mathatma Gandhi Jayanti',NULL,'','GANDHI-JAYANTI','/gandhi-jayanti/','/gandhi-jayanti/','Y','MH','Y','mahatma-gandhi.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2509),(28988,'market','mcx','india','Asia Pacific','India',NULL,'2023','2023-09-19','Ganesh Chaturthi',NULL,NULL,'GANESH-CHATURTHI','/ganesh-chaturthi/','/ganesh-chaturthi/','','MH','M',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',2507),(28989,'market','mcx','india','Asia Pacific','India',NULL,'2023','2023-08-15','Independence Day',NULL,'','INDEPENDENCE-DAY','/independence-day/','/independence-day/','Y','ND','Y','india-flag.gif',NULL,NULL,'2022-03-21','49.156.98.118','Y',2505),(28990,'market','mcx','india','Asia Pacific','India',NULL,'2023','2023-07-29','Muharram',NULL,NULL,'MUHARRAM','/muharram/','/muharram/',NULL,'MH','M',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',2508),(28991,'market','mcx','india','Asia Pacific','India',NULL,'2023','2023-06-28','Bakri Id / Eid ul-Adha',NULL,NULL,'EID-UL-ADHA','/hari-raya-haji/','/hari-raya-haji/','','MH','M',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',2506),(28992,'market','mcx','india','Asia Pacific','India',NULL,'2023','2023-04-22','Id-ul-Fitr (Ramzan ID)',0,'N','EID-AL-FITR','/hari-raya-puasa/','/hari-raya-puasa/',NULL,'MH','Y','',NULL,'','2022-03-21','49.156.98.118','Y',2517),(28993,'market','mcx','india','Asia Pacific','India',NULL,'2023','2023-05-01','Maharashtra Day',NULL,NULL,'MAHARASHTRA-DIN','/maharashtra-din/','/maharashtra-din/','Y','MH','M',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',2504),(28994,'market','mcx','india','Asia Pacific','India',NULL,'2023','2023-04-14','Dr.Baba Saheb Ambedkar Jayanti',NULL,NULL,'AMBEDKAR-JAYANTI','/ambedkar-jayanti/','/ambedkar-jayanti/','Y','MH','Y',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',2516),(28995,'market','mcx','india','Asia Pacific','India',NULL,'2023','2023-04-04','Mahavir Jayanti',NULL,NULL,'MAHAVIR-JAYANTI','/mahavir-jayanti/','/mahavir-jayanti/','','MH','M',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',2502),(28996,'market','mcx','india','Asia Pacific','India',NULL,'2023','2023-04-07','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','MH','Y','good-friday.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2503),(28997,'market','mcx','india','Asia Pacific','India',NULL,'2023','2023-03-30','Ram Navami',NULL,NULL,'RAM-NAVAMI','/ram-navami/','/ram-navami/',NULL,'MH','Y',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',2515),(28998,'market','mcx','india','Asia Pacific','India',NULL,'2023','2023-03-08','Holi',NULL,'','HOLI','/holi/','/holi/','','MH','M','holi.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2501),(28999,'market','mcx','india','Asia Pacific','India',NULL,'2023','2023-02-18','Maha Shivaratri',NULL,'','MAHA-SHIVARATRI','/maha-shivratri/','/maha-shivratri/','','MH','M','maha-shivaratri.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2500),(29000,'market','mcx','india','Asia Pacific','India',NULL,'2023','2023-01-26','Republic Day',NULL,NULL,'REPUBLIC-DAY','/republic-day/','/republic-day/','Y','ND','Y',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',2499),(29001,'market','mcx','india','Asia Pacific','India',NULL,'2023','2023-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','MH','E','new-years-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2498),(29002,'market','nasdaq','us','Americas','United States',NULL,'2023','2023-12-25','Christmas',NULL,'','CHRISTMAS','/christmas/','/christmas/','Y','MH','Y','christmas.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2751),(29003,'market','nasdaq','us','Americas','United States',NULL,'2023','2023-11-23','Thanksgiving',NULL,'','THANKSGIVING','/thanksgiving-day/','/thanksgiving-day/','','MH','Y','thanksgiving-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2750),(29004,'market','nasdaq','us','Americas','United States',NULL,'2023','2023-09-04','Labor Day',NULL,'','LABOR-DAY','/labor-day/','/labor-day/','','MH','Y','us-labor-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2749),(29005,'market','nasdaq','us','Americas','United States',NULL,'2023','2023-07-04','Independence Day',NULL,'','INDEPENDENCE-DAY','/independence-day/','/independence-day/','Y','ND','Y','us-flag.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2748),(29006,'market','nasdaq','us','Americas','United States',NULL,'2023','2023-05-29','Memorial Day',NULL,'','MEMORIAL-DAY','/memorial-day/','/memorial-day/','','MH','Y','memorial-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2747),(29007,'market','nasdaq','us','Americas','United States',NULL,'2023','2023-04-07','Good Friday',NULL,'','GOOD-FRIDAY','/good-friday/','/good-friday/','','MH','Y','good-friday.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2746),(29008,'market','nasdaq','us','Americas','United States',NULL,'2023','2023-02-20','Presidents\' Day',NULL,'','PRESIDENTS-DAY','/presidents-day/','/presidents-day/','','MH','Y','presidents-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2745),(29009,'market','nasdaq','us','Americas','United States',NULL,'2023','2023-01-16','M L King Day',NULL,'','M-L-KING-DAY','/martin-luther-king-day/','/martin-luther-king-day/','','MH','Y','martin-luther-king.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2744),(29010,'market','nasdaq','us','Americas','United States',NULL,'2023','2023-01-01','New Year\'s Day',NULL,'','NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','MH','Y','new-years-day.jpg',NULL,'NASDAQ Stock Exchange, United States','2022-03-21','49.156.98.118','Y',2743),(29011,'market','nse','india','Asia Pacific','India',NULL,'2023','2023-11-27','Guru Nanak Jayanti',0,'N','GURU-NANAKS-BIRTHDAY','/guru-nanak-birthday/','/guru-nanak-birthday/',NULL,'MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2472),(29012,'market','nse','india','Asia Pacific','India',NULL,'2023','2023-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','MH','Y','christmas.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2473),(29013,'market','nse','india','Asia Pacific','India',NULL,'2023','2023-11-14','Diwali-Balipratipada',0,'N','DIWALI','/diwali/','/diwali/','','MH','M','diwali.jpg',NULL,'','2022-05-14','223.178.209.83','Y',2469),(29014,'market','nse','india','Asia Pacific','India',NULL,'2023','2023-11-12','Diwali-Laxmi Pujan**',0,'N','DIWALI','/diwali/','/diwali/','','MH','M','diwali.jpg',NULL,'**Muhurat Trading will be conducted on Sunday, October 27, 2018. Timings of Muhurat Trading shall be notified subsequently.','2022-05-14','223.178.209.83','Y',2468),(29015,'market','nse','india','Asia Pacific','India',NULL,'2023','2023-10-24','Dasara',0,'N','DUSSEHRA','/dussehra/','/dussehra/',NULL,'MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2467),(29016,'market','nse','india','Asia Pacific','India',NULL,'2023','2023-10-02','Mathatma Gandhi Jayanti',NULL,'','GANDHI-JAYANTI','/gandhi-jayanti/','/gandhi-jayanti/','Y','MH','Y','mahatma-gandhi.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2466),(29017,'market','nse','india','Asia Pacific','India',NULL,'2023','2023-09-19','Ganesh Chaturthi',0,'N','GANESH-CHATURTHI','/ganesh-chaturthi/','/ganesh-chaturthi/','','MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2464),(29018,'market','nse','india','Asia Pacific','India',NULL,'2023','2023-07-29','Muharram',0,'N','MUHARRAM','/muharram/','/muharram/',NULL,'MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2465),(29019,'market','nse','india','Asia Pacific','India',NULL,'2023','2023-08-15','Independence Day',NULL,'','INDEPENDENCE-DAY','/independence-day/','/independence-day/','Y','ND','Y','india-flag.gif',NULL,NULL,'2022-03-21','49.156.98.118','Y',2461),(29020,'market','nse','india','Asia Pacific','India',NULL,'2023','2023-06-28','Bakri Id / Eid ul-Adha',0,'N','EID-UL-ADHA','/hari-raya-haji/','/hari-raya-haji/','','MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2463),(29021,'market','nse','india','Asia Pacific','India',NULL,'2023','2023-04-21','Id-ul-Fitr (Ramzan ID)',0,'N','EID-AL-FITR','/hari-raya-puasa/','/hari-raya-puasa/',NULL,'MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2475),(29022,'market','nse','india','Asia Pacific','India',NULL,'2023','2023-05-01','Maharashtra Day',NULL,NULL,'MAHARASHTRA-DIN','/maharashtra-din/','/maharashtra-din/','Y','MH','Y',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',2460),(29023,'market','nse','india','Asia Pacific','India',NULL,'2023','2023-04-14','Dr.Baba Saheb Ambedkar Jayanti',0,'N','AMBEDKAR-JAYANTI','/ambedkar-jayanti/','/ambedkar-jayanti/','Y','MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2476),(29024,'market','nse','india','Asia Pacific','India',NULL,'2023','2023-04-07','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','MH','Y','good-friday.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2458),(29025,'market','nse','india','Asia Pacific','India',NULL,'2023','2023-04-04','Mahavir Jayanti',0,'N','MAHAVIR-JAYANTI','/mahavir-jayanti/','/mahavir-jayanti/','','MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2457),(29026,'market','nse','india','Asia Pacific','India',NULL,'2023','2023-03-30','Ram Navami',0,'N','RAM-NAVAMI','/ram-navami/','/ram-navami/',NULL,'MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2474),(29027,'market','nse','india','Asia Pacific','India',NULL,'2023','2023-03-08','Holi',0,'N','HOLI','/holi/','/holi/','','MH','M','holi.jpg',NULL,'','2022-05-14','223.178.209.83','Y',2456),(29028,'market','nse','india','Asia Pacific','India',NULL,'2023','2023-02-18','Maha Shivaratri',0,'N','MAHA-SHIVARATRI','/maha-shivratri/','/maha-shivratri/','','MH','M','maha-shivaratri.jpg',NULL,'','2022-05-14','223.178.209.83','Y',2455),(29029,'market','nse','india','Asia Pacific','India',NULL,'2023','2023-01-26','Republic Day',NULL,NULL,'REPUBLIC-DAY','/republic-day/','/republic-day/','Y','ND','Y',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',2454),(29030,'market','nyse','us','Americas','United States',NULL,'2023','2023-01-01','New Year\'s Day',NULL,'','NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','MH','Y','new-years-day.jpg',NULL,'New York Stock Exchange, United States','2022-03-21','49.156.98.118','Y',2752),(29031,'market','nyse','us','Americas','United States',NULL,'2023','2023-01-16','M L King Day',NULL,'','M-L-KING-DAY','/martin-luther-king-day/','/martin-luther-king-day/','','MH','Y','martin-luther-king.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2753),(29032,'market','nyse','us','Americas','United States',NULL,'2023','2023-02-20','Presidents\' Day',NULL,'','PRESIDENTS-DAY','/presidents-day/','/presidents-day/','','MH','Y','presidents-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2754),(29033,'market','nyse','us','Americas','United States',NULL,'2023','2023-04-07','Good Friday',NULL,'','GOOD-FRIDAY','/good-friday/','/good-friday/','','MH','Y','good-friday.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2755),(29034,'market','nyse','us','Americas','United States',NULL,'2023','2023-05-29','Memorial Day',NULL,'','MEMORIAL-DAY','/memorial-day/','/memorial-day/','','MH','Y','memorial-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2756),(29035,'market','nyse','us','Americas','United States',NULL,'2023','2023-07-04','Independence Day',NULL,'','INDEPENDENCE-DAY','/independence-day/','/independence-day/','Y','ND','Y','us-flag.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2757),(29036,'market','nyse','us','Americas','United States',NULL,'2023','2023-09-04','Labor Day',NULL,'','LABOR-DAY','/labor-day/','/labor-day/','','MH','Y','us-labor-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2758),(29037,'market','nyse','us','Americas','United States',NULL,'2023','2023-11-23','Thanksgiving',NULL,'','THANKSGIVING','/thanksgiving-day/','/thanksgiving-day/','','MH','Y','thanksgiving-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2759),(29038,'market','nyse','us','Americas','United States',NULL,'2023','2023-12-25','Christmas',0,'N','CHRISTMAS','/christmas/','/christmas/','Y','MH','Y','christmas.jpg',NULL,'','2022-03-21','49.156.98.118','Y',2760),(29039,'market','tsx','canada','Americas','Canada',NULL,'2023','2023-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','MH','Y','new-years-day.jpg',NULL,'Toronto Stock Exchange, Canada','2022-03-21','49.156.98.118','Y',2763),(29040,'market','tsx','canada','Americas','Canada',NULL,'2023','2023-02-20','Family Day',NULL,NULL,'FAMILY-DAY','/family-day/','/family-day/','','MH','Y','family-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2764),(29041,'market','tsx','canada','Americas','Canada',NULL,'2023','2023-04-07','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','MH','Y','good-friday.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2765),(29042,'market','tsx','canada','Americas','Canada',NULL,'2023','2023-05-22','Victoria/Patriots\' Day',NULL,'','VICTORIA-DAY','/victoria-day/','/victoria-day/','','MH','Y','victoria-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2766),(29043,'market','tsx','canada','Americas','Canada',NULL,'2023','2023-07-03','Canada Day',NULL,'','CANADA-DAY','/canada-day/','/canada-day/','Y','ND','Y','canada-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2767),(29044,'market','tsx','canada','Americas','Canada',NULL,'2023','2023-08-07','Civic Holiday',NULL,'','CIVIC-HOLIDAY','/provincial-day/','/provincial-day/','','MH','Y','provincial-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2768),(29045,'market','tsx','canada','Americas','Canada',NULL,'2023','2023-09-04','Labour Day',NULL,NULL,'LABOR-DAY','/labor-day/','/labor-day/','','MH','Y','labour-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2769),(29046,'market','tsx','canada','Americas','Canada',NULL,'2023','2023-10-09','Thanksgiving',NULL,NULL,'THANKSGIVING','/thanksgiving-day/','/thanksgiving-day/','','MH','Y',NULL,NULL,NULL,'2022-03-21','49.156.98.118','Y',2770),(29047,'market','tsx','canada','Americas','Canada',NULL,'2023','2023-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','MH','Y','christmas.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2771),(29048,'market','tsx','canada','Americas','Canada',NULL,'2023','2023-12-26','Boxing Day',NULL,'','BOXING-DAY','/boxing-day/','/boxing-day/','Y','MH','Y','boxing-day.jpg',NULL,NULL,'2022-03-21','49.156.98.118','Y',2772),(29049,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2023','2023-01-02','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','PH','Y','new-years-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10115),(29050,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2023','2023-03-17','St. Patrick\'s Day (NIR)',NULL,'','ST-PATRICKS-DAY-NIR','/st-patricks-day/','/st-patricks-day/','','PH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10124),(29051,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2023','2023-04-07','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','PH','Y','good-friday.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10116),(29052,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2023','2023-04-10','Easter Monday ',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','PH','Y','easter.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10117),(29053,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2023','2023-05-01','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','PH','Y','may-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10118),(29054,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2023','2023-05-29','Spring Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','PH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10119),(29055,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2023','2023-08-28','Summer Bank Holiday ',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','PH','Y',NULL,NULL,NULL,'2022-03-15','27.255.182.201','Y',10120),(29056,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2023','2023-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','PH','Y','christmas.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10121),(29057,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2023','2023-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','PH','Y','boxing-day.jpg',NULL,NULL,'2022-03-15','27.255.182.201','Y',10123),(29058,'country','uk','uk','Europe','United Kingdom',NULL,'2024','2024-01-02','2nd January (SCT)',0,'N','2ND-JANUARY-SCT','/new-years-day/','/new-years-day/','','RH','Y','new-years-day.jpg',NULL,'','2022-04-26','223.178.212.115','Y',745),(29059,'country','uk','uk','Europe','United Kingdom',NULL,'2024','2024-03-17','St. Patrick\'s Day (NIR)',NULL,'','ST-PATRICKS-DAY-NIR','/st-patricks-day/','/st-patricks-day/','','RH','Y',NULL,NULL,NULL,'2022-04-26','223.178.212.115','Y',746),(29060,'country','uk','uk','Europe','United Kingdom',NULL,'2024','2024-03-18','St. Patrick\'s Day Holiday',NULL,NULL,'ST-PATRICKS-DAY-HOLIDAY','/st-patricks-day/','/st-patricks-day/',NULL,'OB','Y',NULL,NULL,NULL,'2022-04-26','223.178.212.115','Y',14008),(29061,'country','uk','uk','Europe','United Kingdom',NULL,'2024','2024-03-29','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','NH','Y','good-friday.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',316),(29062,'country','uk','uk','Europe','United Kingdom',NULL,'2024','2024-03-31','Easter Sunday',NULL,NULL,'EASTER-SUNDAY','/easter/','/easter/','','NH','N','easter.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',317),(29063,'country','uk','uk','Europe','United Kingdom',NULL,'2024','2024-04-01','Easter Monday (ENG, NIR, WAL)',1,NULL,'EASTER-MONDAY-ENG-NIR-WAL','/easter-monday/','/easter-monday/','','NH','Y','easter.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',318),(29064,'country','uk','uk','Europe','United Kingdom',NULL,'2024','2024-05-06','Early May Bank Holiday',1,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','NH','Y','may-day.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',319),(29065,'country','uk','uk','Europe','United Kingdom',NULL,'2024','2024-05-27','Spring Bank Holiday',1,NULL,'EARLY-MAY-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','NH','Y',NULL,NULL,NULL,'2022-04-26','223.178.212.115','Y',320),(29066,'country','uk','uk','Europe','United Kingdom',NULL,'2024','2024-07-12','Battle of the Boyne (NIR)',NULL,'','BATTLE-OF-THE-BOYNE-NIR','/battle-of-the-boyne/','/battle-of-the-boyne/','Y','RH','Y',NULL,NULL,NULL,'2022-04-26','223.178.212.115','Y',747),(29067,'country','uk','uk','Europe','United Kingdom',NULL,'2024','2024-08-05','Summer Bank Holiday (SCT)',NULL,NULL,'SUMMER-BANK-HOLIDAY-SCT','/summer-bank-holiday/','/summer-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2022-04-26','223.178.212.115','Y',321),(29068,'country','uk','uk','Europe','United Kingdom',NULL,'2024','2024-08-26','Summer Bank Holiday (ENG, NIR, WAL)',1,NULL,'SUMMER-BANK-HOLIDAY-ENG-NIR-WAL','/summer-bank-holiday/','/summer-bank-holiday/','','NH','Y',NULL,NULL,NULL,'2022-04-26','223.178.212.115','Y',322),(29069,'country','uk','uk','Europe','United Kingdom',NULL,'2024','2024-11-05','Guy Fawkes Day',1,'X','GUY-FAWKES-DAY','/guy-fawkes-day/','/guy-fawkes-day/','Y','NH','Y','guy-fawkes-day.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',324),(29070,'country','uk','uk','Europe','United Kingdom',NULL,'2024','2024-11-30','St. Andrew\'s Day (SCT)',NULL,NULL,'ST-ANDREWS-DAY-SCT','/st-andrews-day/','/st-andrews-day/','Y','RH','Y',NULL,NULL,NULL,'2022-04-26','223.178.212.115','Y',748),(29071,'country','uk','uk','Europe','United Kingdom',NULL,'2024','2024-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','NH','Y','new-years-day.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',315),(29072,'country','uk','uk','Europe','United Kingdom',NULL,'2024','2024-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','NH','Y','christmas.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',325),(29073,'country','uk','uk','Europe','United Kingdom',NULL,'2024','2024-12-26','Boxing Day',1,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','NH','Y','boxing-day.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',326),(29074,'religious','buddhist','buddhist',NULL,NULL,NULL,'2024','2024-01-25','Mahayana New Year',NULL,NULL,'MAHAYANA-NEW-YEAR','/mahayana-new-year/','/mahayana-new-year/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',473),(29075,'religious','buddhist','buddhist',NULL,'',NULL,'2024','2024-02-10','Chinese New Year',0,'N','CHINESE-NEW-YEAR','/chinese-new-year/','/chinese-new-year/','','RE','Y','chinese-new-year.jpg',NULL,'','2022-04-28','223.178.213.248','Y',658),(29076,'religious','buddhist','buddhist',NULL,NULL,NULL,'2024','2024-02-15','Nirvana Day',NULL,NULL,'NIRVANA-DAY','/nirvana-day/','/nirvana-day/','Y','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',475),(29077,'religious','buddhist','buddhist',NULL,'',NULL,'2024','2024-02-24','Magha Puja Day',0,'Y','MAGHA-PUJA-DAY','/magha-puja-day/','/magha-puja-day/','','RE','Y','',NULL,'','2022-04-28','223.178.213.248','Y',476),(29078,'religious','buddhist','buddhist',NULL,'',NULL,'2024','2024-04-13','Theravada New Year',0,'Y','THERAVADA-NEW-YEAR','/theravada-new-year/','/theravada-new-year/','','RE','Y','',NULL,'','2022-04-28','223.178.213.248','Y',477),(29079,'religious','buddhist','buddhist',NULL,NULL,NULL,'2024','2024-05-23','Vesak - Buddha Day',NULL,NULL,'VESAK-BUDDHA-DAY','/vesak-day/','/vesak-day/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',478),(29080,'religious','buddhist','buddhist',NULL,NULL,NULL,'2024','2024-07-21','Asala - Dharma Day',NULL,NULL,'ASALA-DHARMA-DAY','/asala-dharma-day/','/asala-dharma-day/','','RE','Y','asala-dharma-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',479),(29081,'religious','buddhist','buddhist',NULL,NULL,NULL,'2024','2024-08-13','Obon',NULL,NULL,'OBON','/obon/','/obon/','','RE','Y','obon.jpg','flickr.com/14360805@N05',NULL,'2022-04-28','223.178.213.248','Y',659),(29082,'religious','buddhist','buddhist',NULL,NULL,NULL,'2024','2024-12-08','Bodhi Day',NULL,NULL,'BODHI-DAY','/bodhi-day/','/bodhi-day/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',480),(29083,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-01-06','Epiphany',NULL,NULL,'EPIPHANY','/epiphany/','/epiphany/','Y','RE','Y','epiphany.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',369),(29084,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-01-07','The Baptism of Jesus',1,'X','BAPTISM-OF-THE-JESUS','/baptism-of-the-lord/','/baptism-of-the-lord/','','RE','Y','baptism-of-the-lord.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',370),(29085,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-02-02','Candlemas',NULL,NULL,'CANDLEMAS','/candlemas/','/candlemas/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',371),(29086,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-02-14','St. Valentine\'s Day',0,'','ST-VALENTINES-DAY','/valentines-day/','/valentines-day/','Y','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',372),(29087,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-02-14','Ash Wednesday',NULL,NULL,'ASH-WEDNESDAY','/ash-wednesday/','/ash-wednesday/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',657),(29088,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-03-17','St. Patrick\'s Day',NULL,NULL,'ST-PATRICK\'S-DAY','/st-patricks-day/','/st-patricks-day/','Y','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',373),(29089,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-03-19','St. Joseph\'s Day',NULL,NULL,'ST-JOSEPHS-DAY','/st-josephs-day-/','/st-josephs-day-/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',374),(29090,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-03-24','Palm Sunday',NULL,NULL,'PALM-SUNDAY','/palm-sunday/','/palm-sunday/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',375),(29091,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-03-28','Maundy (Holy) Thursday',NULL,NULL,'MAUNDY-HOLY-THURSDAY','/maundy-thursday/','/maundy-thursday/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',376),(29092,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-03-29','Good Friday ',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RE','Y','good-friday.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',377),(29093,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-03-31','Easter',NULL,NULL,'EASTER','/easter/','/easter/','','RE','Y','easter.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',379),(29094,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-04-01','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','RE','Y','easter.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',380),(29095,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-04-23','St. George\'s Day',NULL,NULL,'ST-GEORGES-DAY','/st-georges-day/','/st-georges-day/','Y','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',378),(29096,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-05-09','Ascension of Jesus',NULL,NULL,'ASCENSION-OF-JESUS','/ascension-day/','/ascension-day/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',382),(29097,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-05-19','Pentecost',NULL,NULL,'PENTECOST','/pentecost/','/pentecost/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',383),(29098,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-05-26','Trinity Sunday',NULL,NULL,'TRINITY-SUNDAY','/trinity-sunday/','/trinity-sunday/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',384),(29099,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-05-30','Corpus Christi',NULL,NULL,'CORPUS-CHRISTI','/corpus-christi/','/corpus-christi/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',385),(29100,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-06-29','Saints Peter and Paul',NULL,NULL,'SAINTS-PETER-AND-PAUL','/saints-peter-and-paul/','/saints-peter-and-paul/','Y','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',386),(29101,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-07-15','Saint Vladimir',NULL,NULL,'SAINT-VLADIMIR','/saint-vladimir/','/saint-vladimir/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',387),(29102,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-07-25','St. James the Great Day',NULL,NULL,'ST-JAMES-THE-GREAT-DAY','/st-james-the-great-day-/','/st-james-the-great-day-/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',381),(29103,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-08-01','Lammas',NULL,NULL,'LAMMAS','/lammas/','/lammas/','Y','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',388),(29104,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-08-15','The Assumption of Mary',NULL,NULL,'THE-ASSUMPTION-OF-MARY','/the-assumption-of-mary/','/the-assumption-of-mary/','Y','RE','Y','the-assumption-of-mary.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',389),(29105,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-09-14','Holy Cross Day',NULL,NULL,'HOLY-CROSS-DAY','/holy-cross-day/','/holy-cross-day/','Y','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',390),(29106,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-09-29','Michael and All Angels',NULL,NULL,'MICHAEL-AND-ALL-ANGELS','/michael-and-all-angels/','/michael-and-all-angels/','Y','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',391),(29107,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-10-31','All Hallows Eve',NULL,NULL,'ALL-HALLOWS-EVE','/halloween/','/halloween/','Y','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',392),(29108,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-11-01','All Saints\' Day',NULL,NULL,'ALL-SAINTS-DAY','/all-saints-day/','/all-saints-day/','Y','RE','Y','all-saints-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',393),(29109,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-11-02','All Souls\' Day',NULL,NULL,'ALL-SOULS-DAY','/all-souls-day/','/all-souls-day/','Y','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',395),(29110,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-11-28','Thanksgiving (USA)',NULL,NULL,'THANKSGIVING-USA','/thanksgiving-day/','/thanksgiving-day/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',396),(29111,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-11-24','Christ the King',NULL,NULL,'CHRIST-THE-KING','/christ-the-king/','/christ-the-king/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',656),(29112,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',398),(29113,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-12-03','Advent - first Sunday',NULL,NULL,'ADVENT-FIRST-SUNDAY','/advent-first-sunday/','/advent-first-sunday/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',397),(29114,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-12-06','St. Nicholas Day',NULL,NULL,'ST-NICHOLAS-DAY','/st-nicholas-day/','/st-nicholas-day/','Y','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',399),(29115,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-12-24','Christmas Eve',NULL,NULL,'CHRISTMAS-EVE','/christmas/','/christmas/','Y','RE','Y','christmas.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',400),(29116,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','RE','Y','christmas.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',401),(29117,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-12-28','Holy Innocents',NULL,NULL,'HOLY-INNOCENTS','/holy-innocents/','/holy-innocents/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',402),(29118,'religious','christian','christian',NULL,NULL,NULL,'2024','2024-12-31','Watch Night',NULL,NULL,'WATCH-NIGHT','/watch-night/','/watch-night/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',403),(29119,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-01-15','Makarsankranti / Pongal',0,NULL,'MAKARSANKRANTI-PONGAL','/pongal/','/pongal/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',404),(29120,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-02-14','Vasant Panchami',0,NULL,'VASANT-PANCHAMI','/vasant-panchami/','/vasant-panchami/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',406),(29121,'religious','hindu','hindu',NULL,'',NULL,'2024','2024-01-26','Thaipusam',0,'Y','THAIPUSAM','/thaipusam/','/thaipusam/','','RE','R','',NULL,'','2022-04-28','223.178.213.248','Y',754),(29122,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-03-08','Maha Shivaratri',NULL,NULL,'MAHA-SHIVARATRI','/maha-shivratri/','/maha-shivratri/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',407),(29123,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-03-24','Holika Dahan',NULL,NULL,'HOLIKA-DAHAN','/holi/','/holi/','','RE','R',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',684),(29124,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-03-25','Holi',NULL,NULL,'HOLI','/holi/','/holi/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',408),(29125,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-04-09','Ugadi / Gudi Padwa / Telugu New Year',NULL,NULL,'UGADI-GUDI-PADWA-TELUGU-NEW-YEAR','/ugadi-telugu-new-year/','/ugadi-telugu-new-year/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',410),(29126,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-03-20','Hindi New Year',NULL,NULL,'HINDI-NEW-YEAR','/hindi-new-year/','/hindi-new-year/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',409),(29127,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-04-17','Ramanavami',NULL,NULL,'RAMANAVAMI','/ramanavami/','/ramanavami/','','RE','R',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',411),(29128,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-04-23','Hanuman Jayanti',NULL,NULL,'HANUMAN-JAYANTI','/hanuman-jayanti/','/hanuman-jayanti/','','RE','R',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',414),(29129,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-04-13','Vaisakhi / Baisakhi / Vishu ',NULL,NULL,'VAISAKHI-BAISAKHI-VISHU','/vishu/','/vishu/','Y','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',416),(29130,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-04-14','Tamil New Year',NULL,NULL,'TAMIL-NEW-YEAR','/tamil-new-year/','/tamil-new-year/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',405),(29131,'religious','hindu','hindu',NULL,'',NULL,'2024','2024-04-15','Bengali New Year / Bihu',0,'Y','BENGALI-NEW-YEAR-BIHU','/bihu-bengali-new-year/','/bihu-bengali-new-year/','','RE','Y','',NULL,'','2022-04-28','223.178.213.248','Y',413),(29132,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-05-10','Akshaya Tritiya',0,NULL,'AKSHAYA-TRITIYA','/akshaya-tritiya/','/akshaya-tritiya/','','RE','R',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',415),(29133,'religious','hindu','hindu',NULL,'',NULL,'2024','2024-06-06','Savitri Pooja',0,'Y','SAVITRI-POOJA','/savitri-pooja/','/savitri-pooja/','','RE','R','',NULL,'','2022-04-28','223.178.213.248','Y',417),(29134,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-07-07','Puri Rath Yatra',NULL,NULL,'PURI-RATH-YATRA','/rath-yatra/','/rath-yatra/','','RE','R',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',418),(29135,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-07-21','Guru Purnima',NULL,NULL,'GURU-PURNIMA','/guru-purnima/','/guru-purnima/','','RE','R',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',419),(29136,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-08-09','Nag Panchami',NULL,NULL,'NAG-PANCHAMI','/nag-panchami/','/nag-panchami/','','RE','R',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',420),(29137,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-08-16','Varalakshmi Vrat',NULL,NULL,'VARALAKSHMI-VRAT','/varalakshmi-vrat/','/varalakshmi-vrat/','','RE','R',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',685),(29138,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-09-17','Onam',NULL,NULL,'ONAM','/onam/','/onam/','','RE','R',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',424),(29139,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-08-19','Raksha Bandhan',NULL,NULL,'RAKSHA-BANDHAN','/raksha-bandhan/','/raksha-bandhan/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',421),(29140,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-08-26','Krishna Janmashtami',NULL,NULL,'KRISHNA-JANMASHTAMI','/janmashtami/','/janmashtami/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',422),(29141,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-09-16','Vishwakarma Puja',NULL,NULL,'VISHWAKARMA-PUJA','/vishwakarma-puja/','/vishwakarma-puja/','','RE','R',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',686),(29142,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-09-07','Ganesh Chaturthi',NULL,NULL,'GANESH-CHATURTHI','/ganesh-chaturthi/','/ganesh-chaturthi/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',423),(29143,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-10-02','Mahalaya Amavasya',NULL,NULL,'MAHALAYA-AMAVASYA','/mahalaya-amavasya/','/mahalaya-amavasya/','','RE','R',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',425),(29144,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-10-03','Navaratri begins',NULL,NULL,'NAVARATRI-BEGINS','/navaratri/','/navaratri/','','RE','R',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',427),(29145,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-10-11','Navaratri ends / Maha Navami',NULL,NULL,'NAVARATRI-ENDS-MAHA-NAVAMI','/navaratri/','/navaratri/','','RE','R',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',429),(29146,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-10-12','Dusshera ',NULL,NULL,'DUSSHERA-','/dussehra/','/dussehra/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',430),(29147,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-10-16','Sharad Purnima',NULL,NULL,'SHARAD-PURNIMA','/sharad-purnima/','/sharad-purnima/','','RE','R',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',431),(29148,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-10-20','Karwa Chauth',NULL,NULL,'KARWA-CHAUTH','/karva-chauth/','/karva-chauth/','','RE','R',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',432),(29149,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-10-29','Dhan Teras',NULL,NULL,'DHAN-TERAS','/dhanteras/','/dhanteras/','','RE','R',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',433),(29150,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-11-01','Diwali',NULL,NULL,'DIWALI','/diwali/','/diwali/','','RE','Y','diwali.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',434),(29151,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-11-03','Bhai Dooj',NULL,NULL,'BHAI-DOOJ','/bhai-dooj/','/bhai-dooj/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',654),(29152,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-11-07','Chhath Puja',NULL,NULL,'CHHATH-PUJA','/chhath-puja/','/chhath-puja/','','RE','R',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',655),(29153,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-11-15','Kartik Poornima',NULL,NULL,'KARTIK-POORNIMA','/kartik-poornima/','/kartik-poornima/','','RE','R',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',435),(29154,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-12-15','Dhanu Sankranti',NULL,NULL,'DHANU-SANKRANTI','/dhanu-sankranti/','/dhanu-sankranti/','','RE','R',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',688),(29155,'religious','hindu','hindu',NULL,NULL,NULL,'2024','2024-12-11','Geeta Jayanti',NULL,NULL,'GEETA-JAYANTI','/geeta-jayanti/','/geeta-jayanti/','','RE','R',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',687),(29156,'religious','islam','islam',NULL,NULL,NULL,'2024','2024-02-07','Lailat al Miraj',NULL,NULL,'LAILAT-AL-MIRAJ','/lailat-al-miraj/','/lailat-al-miraj/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',464),(29157,'religious','islam','islam',NULL,'',NULL,'2024','2024-02-25','Lailat al Bara\'ah',0,'Y','LAILAT-AL-BARAAH','/lailat-al-baraah/','/lailat-al-baraah/','','RE','Y','',NULL,'','2022-04-28','223.178.213.248','Y',465),(29158,'religious','islam','islam',NULL,'',NULL,'2024','2024-03-11','Ramadan (start)',0,'Y','RAMADAN-START','/ramadan/','/ramadan/','','RE','Y','ramadan.jpg',NULL,'','2022-04-28','223.178.213.248','Y',466),(29159,'religious','islam','islam',NULL,NULL,NULL,'2024','2024-04-06','Laylat al Qadr',NULL,NULL,'LAYLAT-AL-KADR','/laylat-al-kadr/','/laylat-al-kadr/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',467),(29160,'religious','islam','islam',NULL,NULL,NULL,'2024','2024-04-10','Eid-al-Fitr (End of Ramadan)',NULL,NULL,'EID-AL-FITR-END-OF-RAMADAN','/ramadan/','/ramadan/','','RE','Y','hari-raya-puasa.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',468),(29161,'religious','islam','islam',NULL,NULL,NULL,'2024','2024-06-16','Eid-al-Adha',NULL,NULL,'EID-AL-ADHA','/hari-raya-haji/','/hari-raya-haji/','','RE','Y','eid-al-adha.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',470),(29162,'religious','islam','islam',NULL,NULL,NULL,'2024','2024-07-07','Hijra - Islamic New Year',NULL,NULL,'HIJRA-ISLAMIC-NEW-YEAR','/muharram/','/muharram/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',471),(29163,'religious','islam','islam',NULL,NULL,NULL,'2024','2024-07-17','Day of Ashura / Muharram',NULL,NULL,'DAY-OF-ASHURA-MUHARRAM','/muharram/','/muharram/','','RE','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',472),(29164,'religious','islam','islam',NULL,'',NULL,'2024','2024-06-15','Waqf al Arafa - Hajj',0,'Y','WAQF-AL-ARAFA-HAJJ','/waqf-al-arafa-hajj/','/waqf-al-arafa-hajj/','','RE','Y','',NULL,'','2022-04-28','223.178.213.248','Y',469),(29165,'religious','islam','islam',NULL,'',NULL,'2024','2024-09-15','Milad un Nabi',0,'N','MILAD-UN-NABI','/milad-un-nabi/','/milad-un-nabi/','','RE','Y','',NULL,'','2022-04-28','223.178.213.248','Y',462),(29166,'religious','jewish','jewish',NULL,NULL,NULL,'2024','2024-07-23','The 17th of Tammuz',NULL,NULL,'THE-17TH-OF-TAMMUZ','/the-17th-of-tammuz/','/the-17th-of-tammuz/','','RE','',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',449),(29167,'religious','jewish','jewish',NULL,NULL,NULL,'2024','2024-01-25','Tu Bishvat',NULL,NULL,'TU-BISHVAT','/tu-bishvat/','/tu-bishvat/','','RE','',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',436),(29168,'religious','jewish','jewish',NULL,NULL,NULL,'2024','2024-03-24','Purim',0,NULL,'PURIM','/purim/','/purim/','','RE','',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',437),(29169,'religious','jewish','jewish',NULL,NULL,NULL,'2024','2024-03-25','Shushan Purim',NULL,NULL,'SHUSHAN-PURIM','/purim/','/purim/','','RE','',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',438),(29170,'religious','jewish','jewish',NULL,NULL,NULL,'2024','2024-04-22','Passover - First Day',0,NULL,'PASSOVER-FIRST-DAY','/passover/','/passover/','','RE','',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',439),(29171,'religious','jewish','jewish',NULL,NULL,NULL,'2024','2024-04-30','Passover - Final Day',NULL,NULL,'PASSOVER-FINAL-DAY','/passover/','/passover/','','RE','',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',441),(29172,'religious','jewish','jewish',NULL,NULL,NULL,'2024','2024-04-18','Yom Hashoah',NULL,NULL,'YOM-HASHOAH','/yom-hashoah/','/yom-hashoah/','','RE',NULL,NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',442),(29173,'religious','jewish','jewish',NULL,NULL,NULL,'2024','2024-04-25','Yom HaZikaron',NULL,NULL,'YOM-HAZIKARON','/yom-hazikaron/','/yom-hazikaron/','','RE',NULL,NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',443),(29174,'religious','jewish','jewish',NULL,NULL,NULL,'2024','2024-04-26','Yom HaAtzma\'ut',NULL,NULL,'YOM-HAATZMAUT','/yom-haatzmaut/','/yom-haatzmaut/','','RE',NULL,NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',444),(29175,'religious','jewish','jewish',NULL,NULL,NULL,'2024','2024-05-22','Second Passover',NULL,NULL,'SECOND-PASSOVER','/passover/','/passover/','','RE',NULL,NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',440),(29176,'religious','jewish','jewish',NULL,NULL,NULL,'2024','2024-05-26','Lag BaOmer',NULL,NULL,'LAG-BAOMER','/lag-bomer/','/lag-bomer/','','RE',NULL,NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',445),(29177,'religious','jewish','jewish',NULL,NULL,NULL,'2024','2024-05-19','Yom Yerushalayim',NULL,NULL,'YOM-YERUSHALAYIM','/yom-yerushalayim/','/yom-yerushalayim/','','RE',NULL,NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',446),(29178,'religious','jewish','jewish',NULL,NULL,NULL,'2024','2024-06-11','Shavuot (1st day)',NULL,NULL,'SHAVUOT-1ST-DAY','/shavuot/','/shavuot/','','RE',NULL,NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',447),(29179,'religious','jewish','jewish',NULL,NULL,NULL,'2024','2024-06-13','Shavuot',NULL,NULL,'SHAVUOT','/shavuot/','/shavuot/','','RE',NULL,NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',448),(29180,'religious','jewish','jewish',NULL,NULL,NULL,'2024','2024-08-13','Tish\'a B\'Av',NULL,NULL,'TISHA-BAV','/tisha-bav/','/tisha-bav/','','RE',NULL,NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',450),(29181,'religious','jewish','jewish',NULL,NULL,NULL,'2024','2024-10-02','Rosh HaShana Starts',NULL,NULL,'ROSH-HASHANAH-STARTS','/rosh-hashanah/','/rosh-hashanah/','','RE',NULL,NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',451),(29182,'religious','jewish','jewish','','',NULL,'2024','2024-10-04','Rosh HaShana Ends',NULL,NULL,'ROSH-HASHANAH-ENDS','/rosh-hashanah/','/rosh-hashanah/','','RE',NULL,NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',452),(29183,'religious','jewish','jewish',NULL,NULL,NULL,'2024','2024-10-06','Fast of Gedaliah',NULL,NULL,'FAST-OF-GEDALIAH','/fast-of-gedaliah/','/fast-of-gedaliah/','','RE',NULL,NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',453),(29184,'religious','jewish','jewish',NULL,NULL,NULL,'2024','2024-10-12','Yom Kippur',NULL,NULL,'YOM-KIPPUR','/yom-kippur/','/yom-kippur/','','RE',NULL,NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',454),(29185,'religious','jewish','jewish',NULL,NULL,NULL,'2024','2024-10-16','Sukkot Starts',NULL,NULL,'SUKKOT-STARTS','/sukkot/','/sukkot/','','RE',NULL,NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',455),(29186,'religious','jewish','jewish',NULL,NULL,NULL,'2024','2024-10-23','Sukkot Ends',NULL,NULL,'SUKKOT-ENDS','/sukkot/','/sukkot/','','RE',NULL,NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',456),(29187,'religious','jewish','jewish',NULL,NULL,NULL,'2024','2024-10-25','Simchat Torah',NULL,NULL,'SIMHAT-TORAH','/simhat-torah/','/simhat-torah/','','RE',NULL,NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',459),(29188,'religious','jewish','jewish',NULL,NULL,NULL,'2024','2024-10-24','Shmini Atzeret',NULL,NULL,'SHEMINI-ATZERET','/shemini-atzeret/','/shemini-atzeret/','','RE',NULL,NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',458),(29189,'religious','jewish','jewish',NULL,NULL,NULL,'2024','2024-12-25','Hanukkah Starts',NULL,NULL,'HANUKKAH-STARTS','/hanukkah/','/hanukkah/','','RE',NULL,NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',460),(29190,'religious','jewish','jewish',NULL,NULL,NULL,'2024','2024-01-02','Hanukkah Ends',NULL,NULL,'HANUKKAH-ENDS','/hanukkah/','/hanukkah/','','RE',NULL,NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',461),(29191,'religious','sikh','sikh',NULL,NULL,NULL,'2024','2024-01-17','Guru Gobind Singh Birthday',NULL,NULL,'GURU-GOBIND-SINGH-BIRTHDAY','/guru-gobind-singh-birthday/','/guru-gobind-singh-birthday/','','RE','R',NULL,NULL,NULL,'2022-05-01','223.178.210.251','Y',481),(29192,'religious','sikh','sikh',NULL,NULL,NULL,'2024','2024-01-13','Maghi - Lohri',NULL,NULL,'MAGHI-LOHRI','/maghi-lohri/','/maghi-lohri/','','RE','N',NULL,NULL,NULL,'2022-05-01','223.178.210.251','Y',482),(29193,'religious','sikh','sikh',NULL,NULL,NULL,'2024','2024-03-25','Holi',NULL,NULL,'HOLI','/holi/','/holi/','','RE','Y',NULL,NULL,NULL,'2022-05-01','223.178.210.251','Y',660),(29194,'religious','sikh','sikh',NULL,NULL,NULL,'2024','2024-03-27','Hola Mohalla',NULL,NULL,'HOLA-MOHALLA','/hola-mohalla/','/hola-mohalla/','','RE','N',NULL,NULL,NULL,'2022-05-01','223.178.210.251','Y',484),(29195,'religious','sikh','sikh',NULL,NULL,NULL,'2024','2024-04-13','Vaisakhi',NULL,NULL,'VAISAKHI','/vaisakhi/','/vaisakhi/','','RE','N',NULL,NULL,NULL,'2022-05-01','223.178.210.251','Y',485),(29196,'religious','sikh','sikh',NULL,NULL,NULL,'2024','2024-04-18','Birthday of Guru Angad Dev',NULL,NULL,'BIRTHDAY-OF-GURU-ANGAD-DEV','/birthday-of-guru-angad-dev/','/birthday-of-guru-angad-dev/','Y','RE','N',NULL,NULL,NULL,'2022-05-01','223.178.210.251','Y',661),(29197,'religious','sikh','sikh',NULL,NULL,NULL,'2024','2024-06-16','Martyrdom of Guru Arjan Dev Sahib',NULL,NULL,'MARTYRDOM-OF-GURU-ARJAN-DEV-SAHIB','/martyrdom-of-guru-arjan-dev-sahib/','/martyrdom-of-guru-arjan-dev-sahib/','Y','RE','N',NULL,NULL,NULL,'2022-05-01','223.178.210.251','Y',486),(29198,'religious','sikh','sikh',NULL,NULL,NULL,'2024','2024-10-20','Birth of the Guru Granth',NULL,NULL,'BIRTH-OF-THE-GURU-GRANTH','/birth-of-the-guru-granth/','/birth-of-the-guru-granth/','Y','RE','N',NULL,NULL,NULL,'2022-05-01','223.178.210.251','Y',662),(29199,'religious','sikh','sikh',NULL,NULL,NULL,'2024','2024-11-01','Diwali',NULL,NULL,'DIWALI','/diwali/','/diwali/','','RE','Y','diwali.jpg',NULL,NULL,'2022-05-01','223.178.210.251','Y',493),(29200,'religious','sikh','sikh',NULL,NULL,NULL,'2024','2024-11-24','Martyrdom of Guru Tegh Bahadur Sahib',NULL,NULL,'MARTYRDOM-OF-GURU-TEGH-BAHADUR-SAHIB','/martyrdom-of-guru-tegh-bahadur-sahib/','/martyrdom-of-guru-tegh-bahadur-sahib/','Y','RE','N',NULL,NULL,NULL,'2022-05-01','223.178.210.251','Y',495),(29201,'religious','sikh','sikh',NULL,NULL,NULL,'2024','2024-11-15','Guru Nanak Birthday',NULL,NULL,'GURU-NANAK-BIRTHDAY','/guru-nanak-birthday/','/guru-nanak-birthday/','','RE','R',NULL,NULL,NULL,'2022-05-01','223.178.210.251','Y',494),(29202,'region','england','uk','Europe','England',NULL,'2024','2024-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','RH','Y','new-years-day.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10505),(29203,'region','england','uk','Europe','England',NULL,'2024','2024-03-29','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH','Y','good-friday.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10506),(29204,'region','england','uk','Europe','England',NULL,'2024','2024-04-01','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','RH','Y','easter.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10507),(29205,'region','england','uk','Europe','England',NULL,'2024','2024-05-06','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','RH','Y','may-day.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10508),(29206,'region','england','uk','Europe','England',NULL,'2024','2024-05-27','Spring Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2022-04-26','223.178.212.115','Y',10509),(29207,'region','england','uk','Europe','England',NULL,'2024','2024-08-26','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2022-04-26','223.178.212.115','Y',10510),(29208,'region','england','uk','Europe','England',NULL,'2024','2024-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','RH','Y','christmas.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10511),(29209,'region','england','uk','Europe','England',NULL,'2024','2024-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','RH','Y','boxing-day.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',13971),(29210,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2024','2024-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','RH','Y','new-years-day.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10058),(29211,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2024','2024-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','Y','RH','Y',NULL,NULL,NULL,'2022-04-26','223.178.212.115','Y',10059),(29212,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2024','2024-03-29','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH','Y','good-friday.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10060),(29213,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2024','2024-04-01','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','RH','Y','easter.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10061),(29214,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2024','2024-05-06','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','RH','Y','may-day.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10062),(29215,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2024','2024-05-27','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2022-04-26','223.178.212.115','Y',10063),(29216,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2024','2024-07-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY','/battle-of-the-boyne-holiday/','/battle-of-the-boyne-holiday/','','RH','Y',NULL,NULL,NULL,'2022-04-26','223.178.212.115','Y',10064),(29217,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2024','2024-08-26','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2022-04-26','223.178.212.115','Y',10065),(29218,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2024','2024-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','RH','Y','christmas.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10066),(29219,'region','northern-ireland','uk','Europe','Northern Ireland',NULL,'2024','2024-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','RH','Y','boxing-day.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10067),(29220,'region','scotland','uk','Europe','Scotland',NULL,'2024','2024-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','RH','Y','new-years-day.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10068),(29221,'region','scotland','uk','Europe','Scotland',NULL,'2024','2024-01-02','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','RH','Y','new-years-day.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10069),(29222,'region','scotland','uk','Europe','Scotland',NULL,'2024','2024-03-29','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH','Y','good-friday.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10070),(29223,'region','scotland','uk','Europe','Scotland',NULL,'2024','2024-05-06','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','RH','Y','may-day.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10071),(29224,'region','scotland','uk','Europe','Scotland',NULL,'2024','2024-05-27','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2022-04-26','223.178.212.115','Y',10072),(29225,'region','scotland','uk','Europe','Scotland',NULL,'2024','2024-08-05','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2022-04-26','223.178.212.115','Y',10073),(29226,'region','scotland','uk','Europe','Scotland',NULL,'2024','2024-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','RH','Y',NULL,NULL,NULL,'2022-04-26','223.178.212.115','Y',10074),(29227,'region','scotland','uk','Europe','Scotland',NULL,'2024','2024-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','RH','Y','christmas.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10075),(29228,'region','scotland','uk','Europe','Scotland',NULL,'2024','2024-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','RH','Y','boxing-day.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',13975),(29229,'region','wales','uk','Europe','Wales',NULL,'2024','2024-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','RH','Y','new-years-day.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10077),(29230,'region','wales','uk','Europe','Wales',NULL,'2024','2024-03-29','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','RH','Y','good-friday.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10078),(29231,'region','wales','uk','Europe','Wales',NULL,'2024','2024-04-01','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','RH','Y','easter.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10079),(29232,'region','wales','uk','Europe','Wales',NULL,'2024','2024-05-06','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','RH','Y','may-day.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10080),(29233,'region','wales','uk','Europe','Wales',NULL,'2024','2024-05-27','Spring Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2022-04-26','223.178.212.115','Y',10081),(29234,'region','wales','uk','Europe','Wales',NULL,'2024','2024-08-26','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','RH','Y',NULL,NULL,NULL,'2022-04-26','223.178.212.115','Y',10082),(29235,'region','wales','uk','Europe','Wales',NULL,'2024','2024-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','RH','Y','christmas.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10083),(29236,'region','wales','uk','Europe','Wales',NULL,'2024','2024-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','RH','Y','boxing-day.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',13973),(29237,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10526),(29238,'bank-org','barclays-bank','uk','Europe','Scotland',NULL,'2024','2024-01-02','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10536),(29239,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','Y','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10527),(29240,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-03-29','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10528),(29241,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-04-01','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10529),(29242,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-05-06','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10530),(29243,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-05-27','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10531),(29244,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-07-12','Battle of the Boyne Holiday',0,'N','BATTLE-OF-THE-BOYNE-HOLIDAY','/battle-of-the-boyne-holiday/','/battle-of-the-boyne-holiday/','Y','BH','Y','',NULL,'','2022-04-28','223.178.213.248','Y',10532),(29245,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-08-26','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10533),(29246,'bank-org','barclays-bank','uk','Europe','Scotland',NULL,'2024','2024-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10537),(29247,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10534),(29248,'bank-org','barclays-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10535),(29249,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10617),(29250,'bank-org','clydesdale-bank','uk','Europe','Scotland',NULL,'2024','2024-01-02','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10627),(29251,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','Y','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10618),(29252,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-03-29','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10619),(29253,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-04-01','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10620),(29254,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-05-06','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10621),(29255,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-05-27','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10622),(29256,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-07-12','Battle of the Boyne Holiday',0,'N','BATTLE-OF-THE-BOYNE-HOLIDAY','/battle-of-the-boyne-holiday/','/battle-of-the-boyne-holiday/','Y','BH','Y','',NULL,'','2022-04-28','223.178.213.248','Y',10623),(29257,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-08-26','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10624),(29258,'bank-org','clydesdale-bank','uk','Europe','Scotland',NULL,'2024','2024-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10628),(29259,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10625),(29260,'bank-org','clydesdale-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10626),(29261,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10565),(29262,'bank-org','hsbc-uk-bank','uk','Europe','Scotland',NULL,'2024','2024-01-02','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10575),(29263,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','Y','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10566),(29264,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-03-29','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10567),(29265,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-04-01','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10568),(29266,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-05-06','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10569),(29267,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-05-27','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10570),(29268,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-07-12','Battle of the Boyne Holiday',0,'N','BATTLE-OF-THE-BOYNE-HOLIDAY','/battle-of-the-boyne-holiday/','/battle-of-the-boyne-holiday/','Y','BH','Y','',NULL,'','2022-04-28','223.178.213.248','Y',10571),(29269,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-08-26','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10572),(29270,'bank-org','hsbc-uk-bank','uk','Europe','Scotland',NULL,'2024','2024-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10576),(29271,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10573),(29272,'bank-org','hsbc-uk-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10574),(29273,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10513),(29274,'bank-org','lloyds-bank','uk','Europe','Scotland',NULL,'2024','2024-01-02','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10523),(29275,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','Y','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10514),(29276,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-03-29','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10515),(29277,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-04-01','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10516),(29278,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-05-06','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10517),(29279,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-05-27','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10518),(29280,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-07-12','Battle of the Boyne Holiday',0,'N','BATTLE-OF-THE-BOYNE-HOLIDAY','/battle-of-the-boyne-holiday/','/battle-of-the-boyne-holiday/','Y','BH','Y','',NULL,'','2022-04-28','223.178.213.248','Y',10519),(29281,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-08-26','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10520),(29282,'bank-org','lloyds-bank','uk','Europe','Scotland',NULL,'2024','2024-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10524),(29283,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10521),(29284,'bank-org','lloyds-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10522),(29285,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10552),(29286,'bank-org','nationwide-bank','uk','Europe','Scotland',NULL,'2024','2024-01-02','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10562),(29287,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','Y','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10553),(29288,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-03-29','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10554),(29289,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-04-01','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10555),(29290,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-05-06','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10556),(29291,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-05-27','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10557),(29292,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-07-12','Battle of the Boyne Holiday',0,'N','BATTLE-OF-THE-BOYNE-HOLIDAY','/battle-of-the-boyne-holiday/','/battle-of-the-boyne-holiday/','Y','BH','Y','',NULL,'','2022-04-28','223.178.213.248','Y',10558),(29293,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-08-26','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10559),(29294,'bank-org','nationwide-bank','uk','Europe','Scotland',NULL,'2024','2024-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10563),(29295,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10560),(29296,'bank-org','nationwide-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10561),(29297,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10578),(29298,'bank-org','natwest-bank','uk','Europe','Scotland',NULL,'2024','2024-01-02','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10588),(29299,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','Y','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10579),(29300,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-03-29','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10580),(29301,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-04-01','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10581),(29302,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-05-06','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10582),(29303,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-05-27','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10583),(29304,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-07-12','Battle of the Boyne Holiday',0,'N','BATTLE-OF-THE-BOYNE-HOLIDAY','/battle-of-the-boyne-holiday/','/battle-of-the-boyne-holiday/','Y','BH','Y','',NULL,'','2022-04-28','223.178.213.248','Y',10584),(29305,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-08-26','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10585),(29306,'bank-org','natwest-bank','uk','Europe','Scotland',NULL,'2024','2024-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10589),(29307,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10586),(29308,'bank-org','natwest-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10587),(29309,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2024','2024-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10539),(29310,'bank-org','royal-bank-of-scotland','uk','Europe','Scotland',NULL,'2024','2024-01-02','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10549),(29311,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2024','2024-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','Y','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10540),(29312,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2024','2024-03-29','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10541),(29313,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2024','2024-04-01','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10542),(29314,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2024','2024-05-06','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10543),(29315,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2024','2024-05-27','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10544),(29316,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2024','2024-07-12','Battle of the Boyne Holiday',0,'N','BATTLE-OF-THE-BOYNE-HOLIDAY','/battle-of-the-boyne-holiday/','/battle-of-the-boyne-holiday/','Y','BH','Y','',NULL,'','2022-04-28','223.178.213.248','Y',10545),(29317,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2024','2024-08-26','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10546),(29318,'bank-org','royal-bank-of-scotland','uk','Europe','Scotland',NULL,'2024','2024-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10550),(29319,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2024','2024-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10547),(29320,'bank-org','royal-bank-of-scotland','uk','Europe','Northern Ireland',NULL,'2024','2024-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10548),(29321,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10604),(29322,'bank-org','tsb-bank','uk','Europe','Scotland',NULL,'2024','2024-01-02','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10614),(29323,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','Y','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10605),(29324,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-03-29','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10606),(29325,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-04-01','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10607),(29326,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-05-06','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10608),(29327,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-05-27','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10609),(29328,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-07-12','Battle of the Boyne Holiday',0,'N','BATTLE-OF-THE-BOYNE-HOLIDAY','/battle-of-the-boyne-holiday/','/battle-of-the-boyne-holiday/','Y','BH','Y','',NULL,'','2022-04-28','223.178.213.248','Y',10610),(29329,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-08-26','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10611),(29330,'bank-org','tsb-bank','uk','Europe','Scotland',NULL,'2024','2024-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10615),(29331,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10612),(29332,'bank-org','tsb-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10613),(29333,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10591),(29334,'bank-org','yorkshire-bank','uk','Europe','Scotland',NULL,'2024','2024-01-02','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10601),(29335,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','Y','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10592),(29336,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-03-29','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10593),(29337,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-04-01','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10594),(29338,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-05-06','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10595),(29339,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-05-27','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10596),(29340,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-07-12','Battle of the Boyne Holiday',0,'N','BATTLE-OF-THE-BOYNE-HOLIDAY','/battle-of-the-boyne-holiday/','/battle-of-the-boyne-holiday/','','BH','Y','',NULL,'','2022-04-28','223.178.213.248','Y',10597),(29341,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-08-26','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10598),(29342,'bank-org','yorkshire-bank','uk','Europe','Scotland',NULL,'2024','2024-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10602),(29343,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10599),(29344,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10600),(29345,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','BH','Y','new-years-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10591),(29346,'bank-org','yorkshire-bank','uk','Europe','Scotland',NULL,'2024','2024-01-02','2nd January',NULL,NULL,'2ND-JANUARY','/new-years-day/','/new-years-day/','','BH','Y','new-years-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10601),(29347,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-03-17','St. Patrick\'s Day',NULL,'','ST-PATRICKS-DAY','/st-patricks-day/','/st-patricks-day/','Y','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10592),(29348,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-03-29','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','BH','Y','good-friday.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10593),(29349,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-04-01','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','BH','Y','easter.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10594),(29350,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-05-06','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','BH','Y','may-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10595),(29351,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-05-27','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10596),(29352,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-06-12','Battle of the Boyne Holiday',NULL,NULL,'BATTLE-OF-THE-BOYNE-HOLIDAY','/battle-of-the-boyne-holiday/','/battle-of-the-boyne-holiday/','','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10597),(29353,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-08-26','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10598),(29354,'bank-org','yorkshire-bank','uk','Europe','Scotland',NULL,'2024','2024-11-30','St. Andrew\'s Day',NULL,NULL,'ST-ANDREWS-DAY','/st-andrews-day/','/st-andrews-day/','Y','BH','Y',NULL,NULL,NULL,'2022-04-28','223.178.213.248','Y',10602),(29355,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','BH','Y','christmas.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10599),(29356,'bank-org','yorkshire-bank','uk','Europe','Northern Ireland',NULL,'2024','2024-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','BH','Y','boxing-day.jpg',NULL,NULL,'2022-04-28','223.178.213.248','Y',10600),(29357,'market','asx','australia','Asia Pacific','Australia',NULL,'2024','2024-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','MH','Y','new-years-day.jpg',NULL,'Australian Stock Exchange Ltd, Australia ','2022-04-30','223.178.213.248','Y',2712),(29358,'market','asx','australia','Asia Pacific','Australia',NULL,'2024','2024-01-26','Australia Day OBS',NULL,'','AUSTRALIA-DAY','/australia-day/','/australia-day/','Y','MH','Y','australia-flag.gif',NULL,NULL,'2022-04-30','223.178.213.248','Y',2713),(29359,'market','asx','australia','Asia Pacific','Australia',NULL,'2024','2024-03-29','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','MH','Y','good-friday.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2714),(29360,'market','asx','australia','Asia Pacific','Australia',NULL,'2024','2024-04-01','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','MH','Y','easter.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2715),(29361,'market','asx','australia','Asia Pacific','Australia',NULL,'2024','2024-04-25','Anzac Day',NULL,'','ANZAC-DAY','/anzac-day/','/anzac-day/','Y','MH','Y','anzac-day.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2716),(29362,'market','asx','australia','Asia Pacific','Australia',NULL,'2024','2024-06-10','Queen\'s Birthday',0,'N','QUEENS-BIRTHDAY-QLD','/queens-birthday/','/queens-birthday/','','MH','Y','queens-birthday.jpg',NULL,'','2022-04-30','223.178.213.248','Y',2717),(29363,'market','asx','australia','Asia Pacific','Australia',NULL,'2024','2024-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','MH','Y','christmas.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2718),(29364,'market','asx','australia','Asia Pacific','Australia',NULL,'2024','2024-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','MH','Y','boxing-day.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2719),(29365,'market','bse','india','Asia Pacific','India',NULL,'2024','2024-01-26','Republic Day',NULL,NULL,'REPUBLIC-DAY','/republic-day/','/republic-day/','Y','ND','Y',NULL,NULL,NULL,'2022-04-30','223.178.213.248','Y',2477),(29366,'market','bse','india','Asia Pacific','India',NULL,'2024','2024-03-25','Holi',0,'N','HOLI','/holi/','/holi/','','MH','M','holi.jpg',NULL,'','2022-05-14','223.178.209.83','Y',2479),(29367,'market','bse','india','Asia Pacific','India',NULL,'2024','2024-03-08','Maha Shivaratri',0,'N','MAHA-SHIVARATRI','/maha-shivratri/','/maha-shivratri/','','MH','M','maha-shivaratri.jpg',NULL,'','2022-05-14','223.178.209.83','Y',2478),(29368,'market','bse','india','Asia Pacific','India',NULL,'2024','2024-04-17','Ram Navami',0,'N','RAM-NAVAMI','/ram-navami/','/ram-navami/',NULL,'MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2493),(29369,'market','bse','india','Asia Pacific','India',NULL,'2024','2024-04-21','Mahavir Jayanti',0,'N','MAHAVIR-JAYANTI','/mahavir-jayanti/','/mahavir-jayanti/','','MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2480),(29370,'market','bse','india','Asia Pacific','India',NULL,'2024','2024-03-29','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','MH','Y','good-friday.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2481),(29371,'market','bse','india','Asia Pacific','India',NULL,'2024','2024-04-14','Dr.Baba Saheb Ambedkar Jayanti',0,'N','AMBEDKAR-JAYANTI','/ambedkar-jayanti/','/ambedkar-jayanti/','Y','MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2484),(29372,'market','bse','india','Asia Pacific','India',NULL,'2024','2024-04-10','Id-ul-Fitr (Ramzan ID)',0,'N','EID-AL-FITR','/hari-raya-puasa/','/hari-raya-puasa/',NULL,'MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2492),(29373,'market','bse','india','Asia Pacific','India',NULL,'2024','2024-05-01','Maharashtra Day',NULL,NULL,'MAHARASHTRA-DIN','/maharashtra-din/','/maharashtra-din/','Y','MH','Y',NULL,NULL,NULL,'2022-04-30','223.178.213.248','Y',2482),(29374,'market','bse','india','Asia Pacific','India',NULL,'2024','2024-06-17','Bakri Id / Eid ul-Adha',NULL,NULL,'EID-UL-ADHA','/hari-raya-haji/','/hari-raya-haji/','','MH','Y',NULL,NULL,NULL,'2022-04-30','223.178.213.248','Y',2485),(29375,'market','bse','india','Asia Pacific','India',NULL,'2024','2024-08-15','Independence Day',NULL,'','INDEPENDENCE-DAY','/independence-day/','/independence-day/','Y','ND','Y','india-flag.gif',NULL,NULL,'2022-04-30','223.178.213.248','Y',2483),(29376,'market','bse','india','Asia Pacific','India',NULL,'2024','2024-07-17','Muharram',0,'N','MUHARRAM','/muharram/','/muharram/',NULL,'MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2487),(29377,'market','bse','india','Asia Pacific','India',NULL,'2024','2024-09-07','Ganesh Chaturthi',0,'N','GANESH-CHATURTHI','/ganesh-chaturthi/','/ganesh-chaturthi/','','MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2486),(29378,'market','bse','india','Asia Pacific','India',NULL,'2024','2024-10-02','Mathatma Gandhi Jayanti',NULL,'','GANDHI-JAYANTI','/gandhi-jayanti/','/gandhi-jayanti/','Y','MH','Y','mahatma-gandhi.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2488),(29379,'market','bse','india','Asia Pacific','India',NULL,'2024','2024-10-13','Dasara',0,'N','DUSSEHRA','/dussehra/','/dussehra/',NULL,'MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2489),(29380,'market','bse','india','Asia Pacific','India',NULL,'2024','2024-11-01','Diwali-Laxmi Pujan**',0,'N','DIWALI','/diwali/','/diwali/','','MH','M','diwali.jpg',NULL,'**Muhurat Trading will be conducted on Sunday, October 27, 2018. Timings of Muhurat Trading shall be notified subsequently.','2022-05-14','223.178.209.83','Y',2490),(29381,'market','bse','india','Asia Pacific','India',NULL,'2024','2024-11-02','Diwali-Balipratipada',0,'N','DIWALI','/diwali/','/diwali/','','MH','M','diwali.jpg',NULL,'','2022-05-14','223.178.209.83','Y',2491),(29382,'market','bse','india','Asia Pacific','India',NULL,'2024','2024-11-15','Guru Nanak Jayanti',0,'N','GURU-NANAKS-BIRTHDAY','/guru-nanak-birthday/','/guru-nanak-birthday/',NULL,'MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2494),(29383,'market','bse','india','Asia Pacific','India',NULL,'2024','2024-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','MH','Y','christmas.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2495),(29384,'market','dax','germany','Europe','Germany',NULL,'2024','2024-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','MH','Y','new-years-day.jpg',NULL,'Frankfurt Stock Exchange Germany','2022-04-30','223.178.213.248','Y',2726),(29385,'market','dax','germany','Europe','Germany',NULL,'2024','2024-03-29','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','MH','Y','good-friday.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2727),(29386,'market','dax','germany','Europe','Germany',NULL,'2024','2024-04-01','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','MH','Y','easter.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2728),(29387,'market','dax','germany','Europe','Germany',NULL,'2024','2024-05-01','Labor Day',NULL,NULL,'LABOR-DAY','/may-day/','/may-day/','Y','MH','Y','may-day.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2729),(29388,'market','dax','germany','Europe','Germany',NULL,'2024','2024-05-20','Whit Monday',NULL,NULL,'WHIT-MONDAY','/pentecost-monday/','/pentecost-monday/','','MH','Y',NULL,NULL,NULL,'2022-04-30','223.178.213.248','Y',2730),(29389,'market','dax','germany','Europe','Germany',NULL,'2024','2024-12-24','Christmas Eve',NULL,NULL,'CHRISTMAS-EVE','/christmas/','/christmas/','Y','MH','Y','christmas.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2731),(29390,'market','dax','germany','Europe','Germany',NULL,'2024','2024-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','MH','Y','christmas.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2732),(29391,'market','dax','germany','Europe','Germany',NULL,'2024','2024-12-31','New Year\'s Eve',NULL,NULL,'NEW-YEARS-EVE','/new-years-day/','/new-years-day/','Y','MH','Y','new-years-day.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2734),(29392,'market','euronext','france','Europe','France',NULL,'2024','2024-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','MH','Y','new-years-day.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2720),(29393,'market','euronext','france','Europe','France',NULL,'2024','2024-03-29','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','MH','Y','good-friday.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2721),(29394,'market','euronext','france','Europe','France',NULL,'2024','2024-04-01','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','MH','Y','easter.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2722),(29395,'market','euronext','france','Europe','France',NULL,'2024','2024-05-01','Labor day',NULL,NULL,'LABOR-DAY','/may-day/','/may-day/','Y','MH','Y','labour-day.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2723),(29396,'market','euronext','france','Europe','France',NULL,'2024','2024-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','MH','Y','christmas.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2724),(29397,'market','lse','uk','Europe','United Kingdom',NULL,'2024','2024-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','MH','Y','new-years-day.jpg',NULL,'London Stock Exchange, United Kingdom','2022-04-30','223.178.213.248','Y',2735),(29398,'market','lse','uk','Europe','United Kingdom',NULL,'2024','2024-03-29','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','MH','Y','good-friday.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2736),(29399,'market','lse','uk','Europe','United Kingdom',NULL,'2024','2024-04-01','Easter Monday',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','MH','Y','easter.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2737),(29400,'market','lse','uk','Europe','United Kingdom',NULL,'2024','2024-05-06','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','MH','Y','may-day.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2738),(29401,'market','lse','uk','Europe','United Kingdom',NULL,'2024','2024-05-27','Spring Bank Holiday',NULL,NULL,'SPRING-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','MH','Y',NULL,NULL,NULL,'2022-04-30','223.178.213.248','Y',2739),(29402,'market','lse','uk','Europe','United Kingdom',NULL,'2024','2024-08-26','Summer Bank Holiday',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','MH','Y',NULL,NULL,NULL,'2022-04-30','223.178.213.248','Y',2740),(29403,'market','lse','uk','Europe','United Kingdom',NULL,'2024','2024-12-24','Christmas Eve',NULL,NULL,'CHRISTMAS-EVE','/christmas/','/christmas/','Y','MH','E','christmas.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2761),(29404,'market','lse','uk','Europe','United Kingdom',NULL,'2024','2024-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','MH','Y','christmas.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2741),(29405,'market','lse','uk','Europe','United Kingdom',NULL,'2024','2024-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','MH','Y','boxing-day.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2742),(29406,'market','lse','uk','Europe','United Kingdom',NULL,'2024','2024-12-31','New Year\'s Eve',NULL,NULL,'NEW-YEARS-EVE','/new-years-day/','/new-years-day/','Y','MH','E','new-years-day.jpg',NULL,'London Stock Exchange, United Kingdom','2022-04-30','223.178.213.248','Y',2762),(29407,'market','mcx','india','Asia Pacific','India',NULL,'2024','2024-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','MH','E','new-years-day.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2498),(29408,'market','mcx','india','Asia Pacific','India',NULL,'2024','2024-01-26','Republic Day',NULL,NULL,'REPUBLIC-DAY','/republic-day/','/republic-day/','Y','ND','Y',NULL,NULL,NULL,'2022-04-30','223.178.213.248','Y',2499),(29409,'market','mcx','india','Asia Pacific','India',NULL,'2024','2024-03-08','Maha Shivaratri',NULL,'','MAHA-SHIVARATRI','/maha-shivratri/','/maha-shivratri/','','MH','M','maha-shivaratri.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2500),(29410,'market','mcx','india','Asia Pacific','India',NULL,'2024','2024-03-25','Holi',NULL,'','HOLI','/holi/','/holi/','','MH','M','holi.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2501),(29411,'market','mcx','india','Asia Pacific','India',NULL,'2024','2024-04-17','Ram Navami',NULL,NULL,'RAM-NAVAMI','/ram-navami/','/ram-navami/',NULL,'MH','Y',NULL,NULL,NULL,'2022-04-30','223.178.213.248','Y',2515),(29412,'market','mcx','india','Asia Pacific','India',NULL,'2024','2024-04-21','Mahavir Jayanti',NULL,NULL,'MAHAVIR-JAYANTI','/mahavir-jayanti/','/mahavir-jayanti/','','MH','M',NULL,NULL,NULL,'2022-04-30','223.178.213.248','Y',2502),(29413,'market','mcx','india','Asia Pacific','India',NULL,'2024','2024-03-29','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','MH','Y','good-friday.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2503),(29414,'market','mcx','india','Asia Pacific','India',NULL,'2024','2024-04-14','Dr.Baba Saheb Ambedkar Jayanti',NULL,NULL,'AMBEDKAR-JAYANTI','/ambedkar-jayanti/','/ambedkar-jayanti/','Y','MH','Y',NULL,NULL,NULL,'2022-04-30','223.178.213.248','Y',2516),(29415,'market','mcx','india','Asia Pacific','India',NULL,'2024','2024-05-01','Maharashtra Day',NULL,NULL,'MAHARASHTRA-DIN','/maharashtra-din/','/maharashtra-din/','Y','MH','M',NULL,NULL,NULL,'2022-04-30','223.178.213.248','Y',2504),(29416,'market','mcx','india','Asia Pacific','India',NULL,'2024','2024-04-10','Id-ul-Fitr (Ramzan ID)',NULL,NULL,'EID-AL-FITR','/hari-raya-puasa/','/hari-raya-puasa/',NULL,'MH','Y',NULL,NULL,NULL,'2022-04-30','223.178.213.248','Y',2517),(29417,'market','mcx','india','Asia Pacific','India',NULL,'2024','2024-06-17','Bakri Id / Eid ul-Adha',NULL,NULL,'EID-UL-ADHA','/hari-raya-haji/','/hari-raya-haji/','','MH','M',NULL,NULL,NULL,'2022-04-30','223.178.213.248','Y',2506),(29418,'market','mcx','india','Asia Pacific','India',NULL,'2024','2024-07-17','Muharram',NULL,NULL,'MUHARRAM','/muharram/','/muharram/',NULL,'MH','M',NULL,NULL,NULL,'2022-04-30','223.178.213.248','Y',2508),(29419,'market','mcx','india','Asia Pacific','India',NULL,'2024','2024-08-15','Independence Day',NULL,'','INDEPENDENCE-DAY','/independence-day/','/independence-day/','Y','ND','Y','india-flag.gif',NULL,NULL,'2022-04-30','223.178.213.248','Y',2505),(29420,'market','mcx','india','Asia Pacific','India',NULL,'2024','2024-09-07','Ganesh Chaturthi',NULL,NULL,'GANESH-CHATURTHI','/ganesh-chaturthi/','/ganesh-chaturthi/','','MH','M',NULL,NULL,NULL,'2022-04-30','223.178.213.248','Y',2507),(29421,'market','mcx','india','Asia Pacific','India',NULL,'2024','2024-10-02','Mathatma Gandhi Jayanti',NULL,'','GANDHI-JAYANTI','/gandhi-jayanti/','/gandhi-jayanti/','Y','MH','Y','mahatma-gandhi.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2509),(29422,'market','mcx','india','Asia Pacific','India',NULL,'2024','2024-10-13','Dasara',NULL,NULL,'DUSSEHRA','/dussehra/','/dussehra/',NULL,'MH','M',NULL,NULL,NULL,'2022-04-30','223.178.213.248','Y',2510),(29423,'market','mcx','india','Asia Pacific','India',NULL,'2024','2024-11-01','Diwali-Laxmi Pujan**',NULL,'','DIWALI','/diwali/','/diwali/','','MH','M','diwali.jpg',NULL,'','2022-04-30','223.178.213.248','Y',2511),(29424,'market','mcx','india','Asia Pacific','India',NULL,'2024','2024-11-02','Diwali-Balipratipada',NULL,'','DIWALI','/diwali/','/diwali/','','MH','M','diwali.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2512),(29425,'market','mcx','india','Asia Pacific','India',NULL,'2024','2024-11-15','Guru Nanak Jayanti',NULL,NULL,'GURU-NANAKS-BIRTHDAY','/guru-nanak-birthday/','/guru-nanak-birthday/',NULL,'MH','M',NULL,NULL,NULL,'2022-04-30','223.178.213.248','Y',2513),(29426,'market','mcx','india','Asia Pacific','India',NULL,'2024','2024-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','MH','Y','christmas.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2514),(29427,'market','nasdaq','us','Americas','United States',NULL,'2024','2024-01-01','New Year\'s Day',NULL,'','NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','MH','Y','new-years-day.jpg',NULL,'NASDAQ Stock Exchange, United States','2022-04-30','223.178.213.248','Y',2743),(29428,'market','nasdaq','us','Americas','United States',NULL,'2024','2024-01-15','M L King Day',NULL,'','M-L-KING-DAY','/martin-luther-king-day/','/martin-luther-king-day/','','MH','Y','martin-luther-king.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2744),(29429,'market','nasdaq','us','Americas','United States',NULL,'2024','2024-02-19','Presidents\' Day',NULL,'','PRESIDENTS-DAY','/presidents-day/','/presidents-day/','','MH','Y','presidents-day.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2745),(29430,'market','nasdaq','us','Americas','United States',NULL,'2024','2024-03-29','Good Friday',NULL,'','GOOD-FRIDAY','/good-friday/','/good-friday/','','MH','Y','good-friday.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2746),(29431,'market','nasdaq','us','Americas','United States',NULL,'2024','2024-05-27','Memorial Day',NULL,'','MEMORIAL-DAY','/memorial-day/','/memorial-day/','','MH','Y','memorial-day.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2747),(29432,'market','nasdaq','us','Americas','United States',NULL,'2024','2024-07-04','Independence Day',NULL,'','INDEPENDENCE-DAY','/independence-day/','/independence-day/','Y','ND','Y','us-flag.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2748),(29433,'market','nasdaq','us','Americas','United States',NULL,'2024','2024-09-02','Labor Day',NULL,'','LABOR-DAY','/labor-day/','/labor-day/','','MH','Y','us-labor-day.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2749),(29434,'market','nasdaq','us','Americas','United States',NULL,'2024','2024-11-28','Thanksgiving',NULL,'','THANKSGIVING','/thanksgiving-day/','/thanksgiving-day/','','MH','Y','thanksgiving-day.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2750),(29435,'market','nasdaq','us','Americas','United States',NULL,'2024','2024-12-25','Christmas',NULL,'','CHRISTMAS','/christmas/','/christmas/','Y','MH','Y','christmas.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2751),(29436,'market','nse','india','Asia Pacific','India',NULL,'2024','2024-01-26','Republic Day',NULL,NULL,'REPUBLIC-DAY','/republic-day/','/republic-day/','Y','ND','Y',NULL,NULL,NULL,'2022-04-30','223.178.213.248','Y',2454),(29437,'market','nse','india','Asia Pacific','India',NULL,'2024','2024-03-08','Maha Shivaratri',0,'N','MAHA-SHIVARATRI','/maha-shivratri/','/maha-shivratri/','','MH','M','maha-shivaratri.jpg',NULL,'','2022-05-14','223.178.209.83','Y',2455),(29438,'market','nse','india','Asia Pacific','India',NULL,'2024','2024-03-25','Holi',NULL,'','HOLI','/holi/','/holi/','','MH','Y','holi.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2456),(29439,'market','nse','india','Asia Pacific','India',NULL,'2024','2024-04-17','Ram Navami',0,'N','RAM-NAVAMI','/ram-navami/','/ram-navami/',NULL,'MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2474),(29440,'market','nse','india','Asia Pacific','India',NULL,'2024','2024-04-21','Mahavir Jayanti',0,'N','MAHAVIR-JAYANTI','/mahavir-jayanti/','/mahavir-jayanti/','','MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2457),(29441,'market','nse','india','Asia Pacific','India',NULL,'2024','2024-03-29','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','MH','Y','good-friday.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2458),(29442,'market','nse','india','Asia Pacific','India',NULL,'2024','2024-04-14','Dr.Baba Saheb Ambedkar Jayanti',0,'N','AMBEDKAR-JAYANTI','/ambedkar-jayanti/','/ambedkar-jayanti/','Y','MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2476),(29443,'market','nse','india','Asia Pacific','India',NULL,'2024','2024-05-01','Maharashtra Day',NULL,NULL,'MAHARASHTRA-DIN','/maharashtra-din/','/maharashtra-din/','Y','MH','Y',NULL,NULL,NULL,'2022-04-30','223.178.213.248','Y',2460),(29444,'market','nse','india','Asia Pacific','India',NULL,'2024','2024-04-10','Id-ul-Fitr (Ramzan ID)',0,'N','EID-AL-FITR','/hari-raya-puasa/','/hari-raya-puasa/',NULL,'MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2475),(29445,'market','nse','india','Asia Pacific','India',NULL,'2024','2024-06-17','Bakri Id / Eid ul-Adha',0,'N','EID-UL-ADHA','/hari-raya-haji/','/hari-raya-haji/','','MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2463),(29446,'market','nse','india','Asia Pacific','India',NULL,'2024','2024-07-17','Muharram',0,'N','MUHARRAM','/muharram/','/muharram/',NULL,'MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2465),(29447,'market','nse','india','Asia Pacific','India',NULL,'2024','2024-08-15','Independence Day',NULL,'','INDEPENDENCE-DAY','/independence-day/','/independence-day/','Y','ND','Y','india-flag.gif',NULL,NULL,'2022-04-30','223.178.213.248','Y',2461),(29448,'market','nse','india','Asia Pacific','India',NULL,'2024','2024-09-07','Ganesh Chaturthi',0,'N','GANESH-CHATURTHI','/ganesh-chaturthi/','/ganesh-chaturthi/','','MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2464),(29449,'market','nse','india','Asia Pacific','India',NULL,'2024','2024-10-02','Mathatma Gandhi Jayanti',NULL,'','GANDHI-JAYANTI','/gandhi-jayanti/','/gandhi-jayanti/','Y','MH','Y','mahatma-gandhi.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2466),(29450,'market','nse','india','Asia Pacific','India',NULL,'2024','2024-10-13','Dasara',0,'N','DUSSEHRA','/dussehra/','/dussehra/',NULL,'MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2467),(29451,'market','nse','india','Asia Pacific','India',NULL,'2024','2024-11-01','Diwali-Laxmi Pujan**',0,'N','DIWALI','/diwali/','/diwali/','','MH','M','diwali.jpg',NULL,'**Muhurat Trading will be conducted on Sunday, October 27, 2018. Timings of Muhurat Trading shall be notified subsequently.','2022-05-14','223.178.209.83','Y',2468),(29452,'market','nse','india','Asia Pacific','India',NULL,'2024','2024-11-02','Diwali-Balipratipada',NULL,'','DIWALI','/diwali/','/diwali/','','MH','Y','diwali.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2469),(29453,'market','nse','india','Asia Pacific','India',NULL,'2024','2024-11-15','Guru Nanak Jayanti',0,'N','GURU-NANAKS-BIRTHDAY','/guru-nanak-birthday/','/guru-nanak-birthday/',NULL,'MH','M','',NULL,'','2022-05-14','223.178.209.83','Y',2472),(29454,'market','nse','india','Asia Pacific','India',NULL,'2024','2024-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','MH','Y','christmas.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2473),(29455,'market','nyse','us','Americas','United States',NULL,'2024','2024-01-01','New Year\'s Day',NULL,'','NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','MH','Y','new-years-day.jpg',NULL,'New York Stock Exchange, United States','2022-04-30','223.178.213.248','Y',2752),(29456,'market','nyse','us','Americas','United States',NULL,'2024','2024-01-15','M L King Day',NULL,'','M-L-KING-DAY','/martin-luther-king-day/','/martin-luther-king-day/','','MH','Y','martin-luther-king.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2753),(29457,'market','nyse','us','Americas','United States',NULL,'2024','2024-02-19','Presidents\' Day',NULL,'','PRESIDENTS-DAY','/presidents-day/','/presidents-day/','','MH','Y','presidents-day.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2754),(29458,'market','nyse','us','Americas','United States',NULL,'2024','2024-03-29','Good Friday',NULL,'','GOOD-FRIDAY','/good-friday/','/good-friday/','','MH','Y','good-friday.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2755),(29459,'market','nyse','us','Americas','United States',NULL,'2024','2024-05-27','Memorial Day',NULL,'','MEMORIAL-DAY','/memorial-day/','/memorial-day/','','MH','Y','memorial-day.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2756),(29460,'market','nyse','us','Americas','United States',NULL,'2024','2024-07-04','Independence Day',NULL,'','INDEPENDENCE-DAY','/independence-day/','/independence-day/','Y','ND','Y','us-flag.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2757),(29461,'market','nyse','us','Americas','United States',NULL,'2024','2024-09-02','Labor Day',NULL,'','LABOR-DAY','/labor-day/','/labor-day/','','MH','Y','us-labor-day.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2758),(29462,'market','nyse','us','Americas','United States',NULL,'2024','2024-11-28','Thanksgiving',NULL,'','THANKSGIVING','/thanksgiving-day/','/thanksgiving-day/','','MH','Y','thanksgiving-day.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2759),(29463,'market','nyse','us','Americas','United States',NULL,'2024','2024-12-25','Christmas',NULL,'','CHRISTMAS','/christmas/','/christmas/','Y','MH','Y','christmas.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2760),(29464,'market','tsx','canada','Americas','Canada',NULL,'2024','2024-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','MH','Y','new-years-day.jpg',NULL,'Toronto Stock Exchange, Canada','2022-04-30','223.178.213.248','Y',2763),(29465,'market','tsx','canada','Americas','Canada',NULL,'2024','2024-02-12','Family Day',NULL,NULL,'FAMILY-DAY','/family-day/','/family-day/','','MH','Y','family-day.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2764),(29466,'market','tsx','canada','Americas','Canada',NULL,'2024','2024-03-29','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','MH','Y','good-friday.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2765),(29467,'market','tsx','canada','Americas','Canada',NULL,'2024','2024-05-20','Victoria/Patriots\' Day',NULL,'','VICTORIA-DAY','/victoria-day/','/victoria-day/','','MH','Y','victoria-day.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2766),(29468,'market','tsx','canada','Americas','Canada',NULL,'2024','2024-07-01','Canada Day',NULL,'','CANADA-DAY','/canada-day/','/canada-day/','Y','ND','Y','canada-day.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2767),(29469,'market','tsx','canada','Americas','Canada',NULL,'2024','2024-08-05','Civic Holiday',NULL,'','CIVIC-HOLIDAY','/provincial-day/','/provincial-day/','','MH','Y','provincial-day.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2768),(29470,'market','tsx','canada','Americas','Canada',NULL,'2024','2024-09-02','Labour Day',NULL,NULL,'LABOR-DAY','/labor-day/','/labor-day/','','MH','Y','labour-day.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2769),(29471,'market','tsx','canada','Americas','Canada',NULL,'2024','2024-10-14','Thanksgiving',NULL,NULL,'THANKSGIVING','/thanksgiving-day/','/thanksgiving-day/','','MH','Y',NULL,NULL,NULL,'2022-04-30','223.178.213.248','Y',2770),(29472,'market','tsx','canada','Americas','Canada',NULL,'2024','2024-12-25','Christmas',NULL,NULL,'CHRISTMAS','/christmas/','/christmas/','Y','MH','Y','christmas.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2771),(29473,'market','tsx','canada','Americas','Canada',NULL,'2024','2024-12-26','Boxing Day',NULL,'','BOXING-DAY','/boxing-day/','/boxing-day/','Y','MH','Y','boxing-day.jpg',NULL,NULL,'2022-04-30','223.178.213.248','Y',2772),(29474,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2024','2024-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/new-years-day/','/new-years-day/','Y','PH','Y','new-years-day.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10115),(29475,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2024','2024-03-17','St. Patrick\'s Day (NIR)',NULL,'','ST-PATRICKS-DAY-NIR','/st-patricks-day/','/st-patricks-day/','','PH','Y',NULL,NULL,NULL,'2022-04-26','223.178.212.115','Y',10124),(29476,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2024','2024-03-29','Good Friday',NULL,NULL,'GOOD-FRIDAY','/good-friday/','/good-friday/','','PH','Y','good-friday.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10116),(29477,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2024','2024-04-01','Easter Monday ',NULL,NULL,'EASTER-MONDAY','/easter-monday/','/easter-monday/','','PH','Y','easter.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10117),(29478,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2024','2024-05-06','Early May Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/early-may-bank-holiday/','/early-may-bank-holiday/','','PH','Y','may-day.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10118),(29479,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2024','2024-05-27','Spring Bank Holiday',NULL,NULL,'EARLY-MAY-BANK-HOLIDAY','/may-spring-bank-holiday/','/may-spring-bank-holiday/','','PH','Y',NULL,NULL,NULL,'2022-04-26','223.178.212.115','Y',10119),(29480,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2024','2024-08-26','Summer Bank Holiday ',NULL,NULL,'SUMMER-BANK-HOLIDAY','/summer-bank-holiday/','/summer-bank-holiday/','','PH','Y',NULL,NULL,NULL,'2022-04-26','223.178.212.115','Y',10120),(29481,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2024','2024-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/christmas/','/christmas/','Y','PH','Y','christmas.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10121),(29482,'post','royal-mail','uk','Europe','United Kingdom',NULL,'2024','2024-12-26','Boxing Day',NULL,NULL,'BOXING-DAY','/boxing-day/','/boxing-day/','Y','PH','Y','boxing-day.jpg',NULL,NULL,'2022-04-26','223.178.212.115','Y',10123),(29483,'country','uk','uk','Europe','United Kingdom',NULL,'2025','2025-03-17','St. Patrick\'s Day (NIR)',NULL,'','ST-PATRICKS-DAY-NIR','/us/st-patricks-day.php',NULL,'','RH','Y',NULL,NULL,NULL,'2023-04-20','117.254.34.153','Y',746),(29484,'country','uk','uk','Europe','United Kingdom',NULL,'2025','2025-01-02','2nd January (SCT)',NULL,NULL,'2ND-JANUARY-SCT','/us/new-years-day.php',NULL,'','RH','Y','new-years-day.jpg',NULL,NULL,'2023-04-20','117.254.34.153','Y',745),(29485,'country','uk','uk','Europe','United Kingdom',NULL,'2025','2025-12-26','Boxing Day',1,NULL,'BOXING-DAY','/canada/boxing-day.php',NULL,'Y','NH','Y','boxing-day.jpg',NULL,NULL,'2023-04-20','117.254.34.153','Y',326),(29486,'country','uk','uk','Europe','United Kingdom',NULL,'2025','2025-12-25','Christmas Day',NULL,NULL,'CHRISTMAS-DAY','/us/christmas.php',NULL,'Y','NH','Y','christmas.jpg',NULL,NULL,'2023-04-20','117.254.34.153','Y',325),(29487,'country','uk','uk','Europe','United Kingdom',NULL,'2025','2025-11-05','Guy Fawkes Day',1,'X','GUY-FAWKES-DAY','/uk/guy-fawkes-day.php',NULL,'Y','NH','Y','guy-fawkes-day.jpg',NULL,NULL,'2023-04-20','117.254.34.153','Y',324),(29488,'country','uk','uk','Europe','United Kingdom',NULL,'2025','2025-08-25','Summer Bank Holiday (ENG, NIR, WAL)',1,NULL,'SUMMER-BANK-HOLIDAY-ENG-NIR-WAL','/uk/summer-bank-holiday.php',NULL,'','NH','Y',NULL,NULL,NULL,'2023-04-20','117.254.34.153','Y',322),(29489,'country','uk','uk','Europe','United Kingdom',NULL,'2025','2025-08-04','Summer Bank Holiday (SCT)',NULL,NULL,'SUMMER-BANK-HOLIDAY-SCT','/uk/summer-bank-holiday.php',NULL,'','RH','Y',NULL,NULL,NULL,'2023-04-20','117.254.34.153','Y',321),(29490,'country','uk','uk','Europe','United Kingdom',NULL,'2025','2025-05-26','Spring Bank Holiday',1,NULL,'EARLY-MAY-BANK-HOLIDAY','/uk/may-spring-bank-holiday.php',NULL,'','NH','Y',NULL,NULL,NULL,'2023-04-20','117.254.34.153','Y',320),(29491,'country','uk','uk','Europe','United Kingdom',NULL,'2025','2025-05-05','Early May Bank Holiday',1,NULL,'EARLY-MAY-BANK-HOLIDAY','/uk/early-may-bank-holiday.php',NULL,'','NH','Y','may-day.jpg',NULL,NULL,'2023-04-20','117.254.34.153','Y',319),(29492,'country','uk','uk','Europe','United Kingdom',NULL,'2025','2025-04-21','Easter Monday (ENG, NIR, WAL)',1,NULL,'EASTER-MONDAY-ENG-NIR-WAL','/christian/easter-monday.php',NULL,'','NH','Y','easter.jpg',NULL,NULL,'2023-04-20','117.254.34.153','Y',318),(29493,'country','uk','uk','Europe','United Kingdom',NULL,'2025','2025-04-20','Easter Sunday',NULL,NULL,'EASTER-SUNDAY','/us/easter.php',NULL,'','NH','N','easter.jpg',NULL,NULL,'2023-04-20','117.254.34.153','Y',317),(29494,'country','uk','uk','Europe','United Kingdom',NULL,'2025','2025-04-18','Good Friday',NULL,NULL,'GOOD-FRIDAY','/us/good-friday.php',NULL,'','NH','Y','good-friday.jpg',NULL,NULL,'2023-04-20','117.254.34.153','Y',316),(29495,'country','uk','uk','Europe','United Kingdom',NULL,'2025','2025-01-01','New Year\'s Day',NULL,NULL,'NEW-YEARS-DAY','/us/new-years-day.php',NULL,'Y','NH','Y','new-years-day.jpg',NULL,NULL,'2023-04-20','117.254.34.153','Y',315),(29496,'country','uk','uk','Europe','United Kingdom',NULL,'2025','2025-07-12','Battle of the Boyne (NIR)',NULL,'','BATTLE-OF-THE-BOYNE-NIR','/uk/battle-of-the-boyne.php',NULL,'Y','RH','Y',NULL,NULL,NULL,'2023-04-20','117.254.34.153','Y',747),(29497,'country','uk','uk','Europe','United Kingdom',NULL,'2025','2025-07-14','Battle of the Boyne Holiday (NIR)',NULL,'','BATTLE-OF-THE-BOYNE-HOLIDAY-NIR','/uk/battle-of-the-boyne.php',NULL,'','RH','Y',NULL,NULL,NULL,'2023-04-20','117.254.34.153','Y',15710),(29498,'country','uk','uk','Europe','United Kingdom',NULL,'2025','2025-11-30','St. Andrew\'s Day (SCT)',NULL,NULL,'ST-ANDREWS-DAY-SCT','/christian/st-andrews-day.php',NULL,'Y','RH','Y',NULL,NULL,NULL,'2023-04-20','117.254.34.153','Y',748),(29499,'country','uk','uk','Europe','United Kingdom',NULL,'2025','2025-12-01','St. Andrew\'s Day (SCT)',NULL,NULL,'ST-ANDREWS-DAY-HOLIDAY-SCT','/christian/st-andrews-day.php',NULL,'','RH','Y',NULL,NULL,NULL,'2023-04-20','117.254.34.153','Y',15711);
/*!40000 ALTER TABLE `holidays` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `templates`
--
DROP TABLE IF EXISTS `templates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `templates` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(150) DEFAULT NULL,
`type` varchar(120) DEFAULT NULL,
`lang_key` varchar(150) DEFAULT NULL,
`year` int(4) DEFAULT NULL,
`file_name` varchar(150) DEFAULT NULL,
`supported_types` varchar(255) DEFAULT NULL,
`is_active` varchar(1) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `lang_key_year` (`lang_key`,`year`)
) ENGINE=MyISAM AUTO_INCREMENT=69 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `templates`
--
LOCK TABLES `templates` WRITE;
/*!40000 ALTER TABLE `templates` DISABLE KEYS */;
INSERT INTO `templates` VALUES (1,'Anna\'s Daily Planner','DAILY-PLANNER-TEMPLATES','ANNAS_DAILY_PLANNER',2020,'annas-daily-planner','pdf,docx,jpg','Y'),(2,'Daily Hourly Planner','DAILY-PLANNER-TEMPLATES','DAILY_HOURLY_PLANNER',2020,'daily-hourly-planner','pdf,docx,jpg','Y'),(3,'Daily To-Do List Planner','DAILY-PLANNER-TEMPLATES','DAILY_TO_DO_LIST_PLANNER',2020,'daily-to-do-list-planner','pdf,xlsx,jpg','Y'),(4,'Printable Daily Planner','DAILY-PLANNER-TEMPLATES','PRINTABLE_DAILY_PLANNER',2020,'printable-daily-planner','pdf,docx,jpg','Y'),(5,'Monthly Appointment Calendar','MONTHLY-CALENDAR-TEMPLATES','MONTHLY_APPOINMENT_CALENDAR',2020,'{{YEAR}}-monthly-appointment-calendar','pdf,docx,jpg','Y'),(6,'Monthly Kid Kindergartewn Calendar','MONTHLY-CALENDAR-TEMPLATES','MONTHLY_KID_KINDERGARTEWN_CALENDAR_TEMPLATE',2020,'{{YEAR}}-monthly-kid-kindergarten-calendar-template','pdf,docx,jpg','Y'),(7,'Customizable Monthly Planner With Large Space for Notes','MONTHLY-CALENDAR-TEMPLATES','CUSTOMIZABLE_MONTHLY_PLANNER_WITH_LARGE_SPACE_FOR_NOTES',2020,'{{YEAR}}-customizable-monthly-calendar-with-large-space-for-notes','pdf,docx,jpg','Y'),(8,'Monthly Planner With Large Space Notes','MONTHLY-CALENDAR-TEMPLATES','MONTHLY_PLANNER_WITH_LARGE_SPACE_NOTES',2020,'{{YEAR}}-monthly-calendar-with-large-space-notes','pdf,docx,jpg','Y'),(9,'Three Month Printable Planner','MONTHLY-CALENDAR-TEMPLATES','THREE_MONTH_PRINTABLE_PLANNER',2020,'{{YEAR}}-three-month-printable-calendar','pdf,docx,jpg','Y'),(10,'Quarterly Horizontal Planner','QUARTERLY-CALENDAR-TEMPLATES','QUARTERLY_HORIZONTAL_PLANNER',2020,'{{YEAR}}-quarterly-horizontal-calendar','pdf,xls,jpg','Y'),(11,'Quarterly Planner With Quick Notes','QUARTERLY-CALENDAR-TEMPLATES','QUARTERLY_PLANNER_WITH_QUICK_NOTES',2020,'{{YEAR}}-quarterly-calendar-template-with-quick-notes','pdf,jpg','Y'),(12,'Quarterly Printable Planner','QUARTERLY-CALENDAR-TEMPLATES','QUARTERLY_PRINTABLE_PLANNER',2020,'{{YEAR}}-quarterly-printable-calendar','pdf,docx,jpg','Y'),(13,'Three Month Planner With Large Space Notes','QUARTERLY-CALENDAR-TEMPLATES','THREE_MONTH_PLANNER_WITH_LARGE_SPACE_NOTES',2020,'{{YEAR}}-three-months-calendar-with-large-notes-space','pdf,docx,jpg','Y'),(14,'Annual Planner','YEARLY-CALENDAR-TEMPLATES','ANNUAL_PLANNER',2020,'{{YEAR}}-annual-plannner','pdf,xlsx,jpg','Y'),(15,'One Page Yearly Calendar','YEARLY-CALENDAR-TEMPLATES','ONE_PAGE_YEARLY_PLANNER',2020,'{{YEAR}}-one-page-yearly-calendar','pdf,xlsx,jpg','Y'),(16,'Vertical Annual Calendar','YEARLY-CALENDAR-TEMPLATES','VERTICAL_ANNUAL_PLANNER',2020,'{{YEAR}}-vertical-annual-calendar','pdf,xls,jpg','Y'),(17,'Yearly At A Glance Planner','YEARLY-CALENDAR-TEMPLATES','YEAR_AT_A_GLANCE_PLANNER',2020,'{{YEAR}}-year-at-a-glance-planner','pdf,docx,jpg','Y'),(18,'Anna\'s Daily Planner','DAILY-PLANNER-TEMPLATES','ANNAS_DAILY_PLANNER',2021,'annas-daily-planner','pdf,docx,jpg','Y'),(19,'Daily Hourly Planner','DAILY-PLANNER-TEMPLATES','DAILY_HOURLY_PLANNER',2021,'daily-hourly-planner','pdf,docx,jpg','Y'),(20,'Daily To-Do List Planner','DAILY-PLANNER-TEMPLATES','DAILY_TO_DO_LIST_PLANNER',2021,'daily-to-do-list-planner','pdf,xlsx,jpg','Y'),(21,'Printable Daily Planner','DAILY-PLANNER-TEMPLATES','PRINTABLE_DAILY_PLANNER',2021,'printable-daily-planner','pdf,docx,jpg','Y'),(22,'Monthly Appointment Calendar','MONTHLY-CALENDAR-TEMPLATES','MONTHLY_APPOINMENT_CALENDAR',2021,'{{YEAR}}-monthly-appointment-calendar','pdf,docx,jpg','Y'),(23,'Monthly Kid Kindergartewn Calendar','MONTHLY-CALENDAR-TEMPLATES','MONTHLY_KID_KINDERGARTEWN_CALENDAR_TEMPLATE',2021,'{{YEAR}}-monthly-kid-kindergarten-calendar-template','pdf,docx,jpg','Y'),(24,'Customizable Monthly Planner With Large Space for Notes','MONTHLY-CALENDAR-TEMPLATES','CUSTOMIZABLE_MONTHLY_PLANNER_WITH_LARGE_SPACE_FOR_NOTES',2021,'{{YEAR}}-customizable-monthly-calendar-with-large-space-for-notes','pdf,docx,jpg','Y'),(25,'Monthly Planner With Large Space Notes','MONTHLY-CALENDAR-TEMPLATES','MONTHLY_PLANNER_WITH_LARGE_SPACE_NOTES',2021,'{{YEAR}}-monthly-calendar-with-large-space-notes','pdf,docx,jpg','Y'),(26,'Three Month Printable Planner','MONTHLY-CALENDAR-TEMPLATES','THREE_MONTH_PRINTABLE_PLANNER',2021,'{{YEAR}}-three-month-printable-calendar','pdf,docx,jpg','Y'),(27,'Quarterly Horizontal Planner','QUARTERLY-CALENDAR-TEMPLATES','QUARTERLY_HORIZONTAL_PLANNER',2021,'{{YEAR}}-quarterly-horizontal-calendar','pdf,xls,jpg','Y'),(28,'Quarterly Planner With Quick Notes','QUARTERLY-CALENDAR-TEMPLATES','QUARTERLY_PLANNER_WITH_QUICK_NOTES',2021,'{{YEAR}}-quarterly-calendar-template-with-quick-notes','pdf,jpg','Y'),(29,'Quarterly Printable Planner','QUARTERLY-CALENDAR-TEMPLATES','QUARTERLY_PRINTABLE_PLANNER',2021,'{{YEAR}}-quarterly-printable-calendar','pdf,docx,jpg','Y'),(30,'Three Month Planner With Large Space Notes','QUARTERLY-CALENDAR-TEMPLATES','THREE_MONTH_PLANNER_WITH_LARGE_SPACE_NOTES',2021,'{{YEAR}}-three-months-calendar-with-large-notes-space','pdf,docx,jpg','Y'),(31,'Annual Planner','YEARLY-CALENDAR-TEMPLATES','ANNUAL_PLANNER',2021,'{{YEAR}}-annual-plannner','pdf,xlsx,jpg','Y'),(32,'One Page Yearly Calendar','YEARLY-CALENDAR-TEMPLATES','ONE_PAGE_YEARLY_PLANNER',2021,'{{YEAR}}-one-page-yearly-calendar','pdf,xlsx,jpg','Y'),(33,'Vertical Annual Calendar','YEARLY-CALENDAR-TEMPLATES','VERTICAL_ANNUAL_PLANNER',2021,'{{YEAR}}-vertical-annual-calendar','pdf,xls,jpg','Y'),(34,'Yearly At A Glance Planner','YEARLY-CALENDAR-TEMPLATES','YEAR_AT_A_GLANCE_PLANNER',2021,'{{YEAR}}-year-at-a-glance-planner','pdf,docx,jpg','Y'),(35,'Anna\'s Daily Planner','DAILY-PLANNER-TEMPLATES','ANNAS_DAILY_PLANNER',2022,'annas-daily-planner','pdf,docx,jpg','Y'),(36,'Daily Hourly Planner','DAILY-PLANNER-TEMPLATES','DAILY_HOURLY_PLANNER',2022,'daily-hourly-planner','pdf,docx,jpg','Y'),(37,'Daily To-Do List Planner','DAILY-PLANNER-TEMPLATES','DAILY_TO_DO_LIST_PLANNER',2022,'daily-to-do-list-planner','pdf,xlsx,jpg','Y'),(38,'Printable Daily Planner','DAILY-PLANNER-TEMPLATES','PRINTABLE_DAILY_PLANNER',2022,'printable-daily-planner','pdf,docx,jpg','Y'),(39,'Monthly Appointment Calendar','MONTHLY-CALENDAR-TEMPLATES','MONTHLY_APPOINMENT_CALENDAR',2022,'{{YEAR}}-monthly-appointment-calendar','pdf,docx,jpg','Y'),(40,'Monthly Kid Kindergartewn Calendar','MONTHLY-CALENDAR-TEMPLATES','MONTHLY_KID_KINDERGARTEWN_CALENDAR_TEMPLATE',2022,'{{YEAR}}-monthly-kid-kindergarten-calendar-template','pdf,docx,jpg','Y'),(41,'Customizable Monthly Planner With Large Space for Notes','MONTHLY-CALENDAR-TEMPLATES','CUSTOMIZABLE_MONTHLY_PLANNER_WITH_LARGE_SPACE_FOR_NOTES',2022,'{{YEAR}}-customizable-monthly-calendar-with-large-space-for-notes','pdf,docx,jpg','Y'),(42,'Monthly Planner With Large Space Notes','MONTHLY-CALENDAR-TEMPLATES','MONTHLY_PLANNER_WITH_LARGE_SPACE_NOTES',2022,'{{YEAR}}-monthly-calendar-with-large-space-notes','pdf,docx,jpg','Y'),(43,'Three Month Printable Planner','MONTHLY-CALENDAR-TEMPLATES','THREE-MONTH_PRINTABLE_PLANNER',2022,'{{YEAR}}-three-month-printable-calendar','pdf,docx,jpg','Y'),(44,'Quarterly Horizontal Planner','QUARTERLY-CALENDAR-TEMPLATES','QUARTERLY_HORIZONTAL_PLANNER',2022,'{{YEAR}}-quarterly-horizontal-calendar','pdf,xls,jpg','Y'),(45,'Quarterly Planner With Quick Notes','QUARTERLY-CALENDAR-TEMPLATES','QUARTERLY_PLANNER_WITH_QUICK_NOTES',2022,'{{YEAR}}-quarterly-calendar-template-with-quick-notes','pdf,jpg','Y'),(46,'Three Month Planner With Large Space Notes','QUARTERLY-CALENDAR-TEMPLATES','THREE_MONTH_PLANNER_WITH_LARGE_SPACE_NOTES',2022,'{{YEAR}}-three-months-calendar-with-large-notes-space','pdf,docx,jpg','Y'),(47,'Quarterly Printable Planner','QUARTERLY-CALENDAR-TEMPLATES','QUARTERLY_PRINTABLE_PLANNER',2022,'{{YEAR}}-quarterly-printable-calendar','pdf,docx,jpg','Y'),(48,'One Page Yearly Calendar','YEARLY-CALENDAR-TEMPLATES','ONE_PAGE_YEARLY_PLANNER',2022,'{{YEAR}}-one-page-yearly-calendar-template','pdf,xlsx,jpg','Y'),(49,'Vertical Annual Calendar','YEARLY-CALENDAR-TEMPLATES','VERTICAL_ANNUAL_PLANNER',2022,'{{YEAR}}-vertical-annual-calendar','pdf,xls,jpg','Y'),(50,'Annual Planner','YEARLY-CALENDAR-TEMPLATES','ANNUAL_PLANNER',2022,'{{YEAR}}-annual-planner','pdf,xlsx,jpg','Y'),(51,'Yearly At A Glance Planner','YEARLY-CALENDAR-TEMPLATES','YEAR_AT_A_GLANCE_PLANNER',2022,'{{YEAR}}-year-at-a-glance-planner','pdf,docx,jpg','Y'),(52,'Anna\'s Daily Planner','DAILY-PLANNER-TEMPLATES','ANNAS_DAILY_PLANNER',2023,'annas-daily-planner','pdf,docx,jpg','Y'),(53,'Daily Hourly Planner','DAILY-PLANNER-TEMPLATES','DAILY_HOURLY_PLANNER',2023,'daily-hourly-planner','pdf,docx,jpg','Y'),(54,'Daily To-Do List Planner','DAILY-PLANNER-TEMPLATES','DAILY_TO_DO_LIST_PLANNER',2023,'daily-to-do-list-planner','pdf,xlsx,jpg','Y'),(55,'Printable Daily Planner','DAILY-PLANNER-TEMPLATES','PRINTABLE_DAILY_PLANNER',2023,'printable-daily-planner','pdf,docx,jpg','Y'),(56,'Monthly Appointment Calendar','MONTHLY-CALENDAR-TEMPLATES','MONTHLY_APPOINMENT_CALENDAR',2023,'{{YEAR}}-monthly-appointment-calendar','pdf,docx','Y'),(57,'Monthly Kid Kindergartewn Calendar','MONTHLY-CALENDAR-TEMPLATES','MONTHLY_KID_KINDERGARTEWN_CALENDAR_TEMPLATE',2023,'{{YEAR}}-monthly-kid-kindergarten-calendar-template','pdf,docx','Y'),(58,'Customizable Monthly Planner With Large Space for Notes','MONTHLY-CALENDAR-TEMPLATES','CUSTOMIZABLE_MONTHLY_PLANNER_WITH_LARGE_SPACE_FOR_NOTES',2023,'{{YEAR}}-customizable-monthly-calendar-with-large-space-for-notes','pdf,docx','Y'),(59,'Monthly Planner With Large Space Notes','MONTHLY-CALENDAR-TEMPLATES','MONTHLY_PLANNER_WITH_LARGE_SPACE_NOTES',2023,'{{YEAR}}-monthly-calendar-with-large-space-notes','pdf,docx','Y'),(60,'Three Month Printable Planner','MONTHLY-CALENDAR-TEMPLATES','THREE_MONTH_PRINTABLE_PLANNER',2023,'{{YEAR}}-three-month-printable-calendar','pdf,docx','Y'),(61,'Quarterly Horizontal Planner','QUARTERLY-CALENDAR-TEMPLATES','QUARTERLY_HORIZONTAL_PLANNER',2023,'{{YEAR}}-quarterly-horizontal-calendar','pdf,xlsx','Y'),(62,'Quarterly Planner With Quick Notes','QUARTERLY-CALENDAR-TEMPLATES','QUARTERLY_PLANNER_WITH_QUICK_NOTES',2023,'{{YEAR}}-quarterly-calendar-template-with-quick-notes','pdf','Y'),(63,'Quarterly Printable Planner','QUARTERLY-CALENDAR-TEMPLATES','QUARTERLY_PRINTABLE_PLANNER',2023,'{{YEAR}}-quarterly-printable-calendar','pdf,docx','Y'),(64,'Three Month Planner With Large Space Notes','QUARTERLY-CALENDAR-TEMPLATES','THREE_MONTH_PLANNER_WITH_LARGE_SPACE_NOTES',2023,'{{YEAR}}-three-months-calendar-with-large-notes-space','pdf,docx','Y'),(65,'Annual Planner','YEARLY-CALENDAR-TEMPLATES','ANNUAL_PLANNER',2023,'{{YEAR}}-annual-plannner','pdf,xlsx,jpg','Y'),(66,'One Page Yearly Calendar','YEARLY-CALENDAR-TEMPLATES','ONE_PAGE_YEARLY_PLANNER',2023,'{{YEAR}}-one-page-yearly-calendar','pdf,xlsx,jpg','Y'),(67,'Vertical Annual Calendar','YEARLY-CALENDAR-TEMPLATES','VERTICAL_ANNUAL_PLANNER',2023,'{{YEAR}}-vertical-annual-calendar','pdf,xlsx,jpg','Y'),(68,'Yearly At A Glance Planner','YEARLY-CALENDAR-TEMPLATES','YEAR_AT_A_GLANCE_PLANNER',2023,'{{YEAR}}-year-at-a-glance-planner','pdf,docx,jpg','Y');
/*!40000 ALTER TABLE `templates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `uk_articles`
--
DROP TABLE IF EXISTS `uk_articles`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `uk_articles` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`holiday_name_id` varchar(70) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`name` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`type` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL COMMENT 'National/Spiritual etc.',
`date` date DEFAULT NULL COMMENT 'date for current year',
`also_called` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
`same_day` varchar(1) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL COMMENT 'falls in same day of year',
`celebrations` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
`article` text CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`page_link` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
`page_title` varchar(80) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
`page_desc` tinytext CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
`key_word` varchar(80) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
`img_path` varchar(80) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
`img_source` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL COMMENT 'ex. wikiPedia',
`country` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL COMMENT 'Primary Country',
`is_active` char(1) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL COMMENT 'Y/N',
`holiday_master_id` int(5) NOT NULL,
`area_type` varchar(15) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL COMMENT 'Country, religious, state etc',
`area` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL COMMENT 'like: India, Hindu, Karnatama, icici bank etc.',
`day_off` varchar(1) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL COMMENT 'Y=Yes, N=No, M=Morning Off,E=Evening Off, Blank=Yes',
`update_tips` text CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL COMMENT 'Article needs update yearly',
PRIMARY KEY (`id`),
UNIQUE KEY `holiday_name_id` (`holiday_name_id`)
) ENGINE=MyISAM AUTO_INCREMENT=199 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin COMMENT='Holiday Articles';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `uk_articles`
--
LOCK TABLES `uk_articles` WRITE;
/*!40000 ALTER TABLE `uk_articles` DISABLE KEYS */;
INSERT INTO `uk_articles` VALUES (42,'buddhist/nirvana-day','Nirvana Day','National','2022-02-15','Gift exchange, Fireworks, Dragon and Lion, Family gethering','Y','Gift exchange, Fireworks, Dragon and Lion dance, Family gathering','\r\n<p>Parinirvana Day is a Buddhist holiday celebrated in commemoration of Buddha\'s death. This day is also known as Nirvana Day. It celebrates because it believed that Buddha\'s death should be marked as he reached enlightenment and had finally reached the stage of Nirvana. Many festivals celebrate on this day, symbolize the end of the cycle of death and rebirth. </p>\r\n\r\n<p>While most Buddhists celebrate this holiday on the 15th of February, some people start feasting on the 8th of February.</p>\r\n\r\n<h2>When Buddha achived Nirvana</h2>\r\n<p>The Buddha achieved Nirvana when he came to know the Four Noble Truths. These are:</p>\r\n<ul>\r\n<li>Life involves suffering</li>\r\n<li>Suffering is due to having wishes</li>\r\n<li>Overcoming Desire Can End Pain</li>\r\n<li>Follow Eightfold path, is the way to end suffering</li> \r\n</ul>\r\n<h2>The Eightfold Path</h2>\r\n<p>The Eightfold Path often represented as a wheel, known as the Wheel of Dharma. \'Dharma\' is an old Sanskrit word used to refer to the teachings of the Buddha.</p>\r\n\r\n<h2>How do people Celebrate Nirvana Day?</h2>\r\n<p>Different people celebrate Nirvana Divas in different ways. Some people reserve their day in deep meditation and reading quotations from the Parinibanna Sutta. It is a particularly important time for Buddhists to reflect on the incompleteness of life and their inevitable death. Others use the day to go on pilgrimage. These people head to various Buddhist temples, also known as stupas. These include The Rambhar Stupa, Wat Thai Temple, or Nirvana Stupa. This festival celebrates all over the world to honor the life and death of Buddha.</p>\r\n<p>In the monasteries, Nirvana Day considered a social occasion. They prepare food, and some people bring gifts such as money, household items, or clothes.</p>\r\n\r\n\r\n','/nirvana-day/','Chinese New Year -The most important festival of China','Chinese New Year also known as Lunar New Year is a very popular ancient festival, celebrated in China.','chinese holiday, new year,calendar','/i/festival-banner.jpg',NULL,'chinese','Y',475,'religious','china',NULL,NULL),(3,'us/the-assumption-of-mary','The Assumption of Mary','National','2022-08-15','The Assumption of Virgin Mary','Y','Prayer, Fireworks, Light decoration, Feast','<p>The Assumption of Mary is a Christian festival celebrated every year on 15th August in most part of the world. Christians believe, on this day the Virgin Mary \"having completed the course of her earthly life, was assumed body and soul into heavenly glory.\"\r<p>In ancient culture The Assumption of Mary is celebrated by public illumination and night time bonfires. In some other cultures people throw coins from their window down into the street and considered it as an idea of prosperity. There are many symbolic images and pictures associated with that event. Most people believed the color blue is associated with the Virgin Mary as it is the color of Heaven and symbolizes truth and clarity. Christians mostly associate Lily with the Virgin Mary because it is the symbol of purity, simplicity and divinity.\r\r<p>Different countries in the world celebrate The Assumption of Mary in different ways. In Italy and in the United States it is celebrated by decorating streets with different colors of light and firework displays. In Rome the bowing procession is the most important event of the day. People take the statue of the Virgin Mary through beautiful archways of flowers to a group of people that hold a statue of Christ symbolizing his awaiting for her to arrive in Heaven. In Brazil the feast called \"Our lady of Navigators\" is very popular. In Italy people take rides through the lakes in which they sprinkle roses and water over them and is considered as a symbol of prosperity. This Day is also considered as a monumental holiday in France. \r\r<p>The Assumption of Mary is a very popular summer festival in Greece and some of its surrounding islands. In the country of Andorra it is a widely celebrated festival where natives pray for the Mother; it also has become a national holiday in Andorra. This Day also became a public holiday in Guatemala where people and their families hand out gifts, food and other items as well as have parties, elaborate feasts and just enjoy spending time together. The Assumption of Mary is celebrated by the Christian community all over the world through many different traditions and customs. This festival is a sign of love and harmony, and is respected as a sacred festival.</p>\r','/the-assumption-of-mary/','The Assumption of Mary is a Christian festival celebrated every year on 15th Aug','The Assumption of Mary is a Christian festival associated with the Virgin Mary.','The assumption of mary','/i/festival-banner.jpg','wikiPedia','romania','Y',389,'religious','christian',NULL,NULL),(4,'us/thanksgiving-day','Thanksgiving Day (USA)','National','2022-11-24','Harvest Festival','Y','Family get together','<img src=\"/i/thanksgiving.jpg\" alt=\"thanksgiving\">\r\n<br>\r\n\r\n<p>Thanksgiving Day owes its origin to the harvest festival. Usually, Americans give thanks to God for their autumn harvest and every other success they have obtained in the year. In the US, Thanksgiving Day celebrated on the fourth Thursday of November. </p>\r\n<p>It is the day of thanking God for a bountiful harvest in the preceding year. The day applauds the labor of all Americans in their various income-generating activities and achievements as a nation. The day was declared a federal holiday in 1863 by Abraham Lincoln. It is a day off for American workers. The day next to Thanksgiving, also known as Black Friday, is a holiday in more than 20 states. During long weekends, it is common for trips and visiting with family and friends.</p>\r\n\r\n<h2>How do People Celebrate Thanksgiving Day?</h2>\r\n<p>The day often filled with pomp and color. It is a wonderful time to exchange gifts with your loved ones and share beautiful thank you messages. If you want to make your family and friends happy, get a special thank you menu with turkey, potatoes, and a variety of vegetables. If you want to travel out of town, you can participate in Macy\'s Thanksgiving Parade in New York City and enjoy a lively performance. Usually, the parade is the official start of Christmas shopping.</p>\r\n<p>Use <a href=\"https://twitter.com/hashtag/thanksgiving\" target=\"_blank\" rel=\"nofollow\"> #thanksgiving </a>on social media to mark this day. Send thanksgiving messages to friends and relatives. There are some Messages or wishes which you can send to your loved ones.</p>\r\n\r\n<ul>\r\n<li>There have been times when I forgot to thank you for being there for me. I take this day to tell you how special you are and how great my life has become because of you. Have a memorable Thanksgiving.</li>\r\n<li>Thanksgiving is more than the festivities; it gives us time to ponder upon what lessons we learned and how we can spread happiness around, to look back at all the great memories and good people who came into our lives. We appreciate you so much. Happy Thanksgiving Day to you and your loved ones.</li>\r\n<li>At this time of Thanksgiving celebration, our thoughts turn gratefully to you with warm appreciation. Our best wishes for a Happy Thanksgiving.</li>\r\n<li>Being a family means you are part of something very wonderful. It means you will love and be loved for the rest of your life. No matter what. Happy Thanksgiving!</li>\r\n</ul>\r\n\r\n<h2>Is Thanksgiving day a Federal Day?</h2>\r\n<p>Thanksgiving day is a federal day. In 1863, Thanksgiving day was declared a federal holiday by Abraham Lincoln. Most businesses, government offices, schools, colleges, universities, and other organizations remain closed on Thanksgiving Day. Many offices and businesses allow workers to stay longer for a four-day weekend of Thanksgiving, so these offices and businesses also remain closed on the day following Thanksgiving Day. Public transportation systems usually do not run on their regular schedule.</p>\r\n<p>Thanksgiving Day is one of the busiest days for the tour in the USA. It can cause traffic and overcrowding. Annual parades and busy football games schedule can also disrupt local traffic.</p>\r\n\r\n<h2>Which Food is Eaten On Thanksgiving Day?</h2>\r\n<p>Turkey is the most common meal served during Thanksgiving dinner. For this idea, Thanksgiving Day also recognized as Turkey Day. American farmers boost millions of turkeys every year in preparation for the Thanksgiving Holiday. Other popular meals on this day include pumpkin pie, cranberry sauce, potatoes, and a group of vegetables.</p>\r\n\r\n\r\n<h2>Thanksgiving Traditions</h2>\r\n<p>Although Thanksgiving Day has been observed for more than four centuries, its traditions continue today. Family reunions and feasts are common as everyone prays to God for his continued grace. Thanksgiving ceremonies are considered incomplete without turkey. Watching NFL football and playing thank you games such as scavenger hunting and picture puzzles is also a popular tradition to this day.</p>\r\n \r\n\r\n\r\n','/thanksgiving-day/','Thanksgiving Day - Harvest Festival - fourth Thursday of November','Thanksgiving Day is celebrated on the fourth Thursday of November. The occasion traditionally celebrates the arrival of the first pilgrims to America.','US Holiday, Thanksgiving Day,calendar','/i/festival-banner.jpg','Wikipedia','us','Y',341,'country','us',NULL,NULL),(5,'6149','President\'s Day ','National','2022-02-21','Washington\'s Birthday','',' Historical celebrations; honoring the veterans, Congressional recognition','<img src=\"/i/president-day-mount-rushmore.jpg\" alt=\"president day mount rushmore\">\r\n<br>\r\n\r\n<p> President\'s Day celebrates on the third Monday of February each year in the United States to honor George Washington, Abraham Lincoln, and all of the nation\'s presidents. According to some government sources, Indiana celebrates Washington\'s birthday holiday in December. You can see the latest trends for President\'s day. Its celebration is increasing day by day. People search more about President\'s Day to learn basic ideas about this. </p>\r\n\r\n<img src=\"/i/trends-presidents-day.jpg\" alt=\"presidents day trends\">\r\n<br>\r\n\r\n<p>People celebrate the Birthday of Abraham Lincon and George Washington on both February 12 and February 22, until 1971. In 1971, President Richard Nixon declared President\'s Day a federal public holiday to honor all United Nations presidents.</p>\r\n\r\n<h2>Is Presidents\' Day in the US a Federal Holiday?</h2>\r\n<p> Presidents\' Day is a federal holiday in most parts of the United States. Many Americans have a day off from work. People who work in retail stores or restaurants may have fewer days off than those who work in the office or school. Non-essential public servants have their day off, and most government offices remain closed for President\'s Day </p>\r\n\r\n<p>Many main outlets offer sales all through the President\'s weekend as many people have their day off, and new spring patterns are available in the market. Expect to find deals like \"Macy\'s President\'s Day sales\" at national stores on as women\'s and men\'s apparel.</p>\r\n\r\n<p>There is no delay in the public transportation system and operate on regular schedules on this day. </p>\r\n\r\n<h2>How people celebrate Presidents\' Day?</h2>\r\n<p> Washington\'s Birthday officially celebrates to honors George Washington, the first president of the United States, for his life and work. The day celebrates past presidents of the USA. Washington\'s birthday is sometimes recognized as Presidents\' Day. It is because maximum states have followed Washington\'s Birthday, and some other states officially celebrate Presidents\' Day. Some states pay attention to Abraham Lincoln, as his birthday was also in mid-February. In the weeks or days leading up to the holiday, schools often handle events and lessons for students on the President of the United States, and especially George Washington. It is a big day for shops to start their sales. </p>\r\n\r\n<h2>Are banks and post offices closed on Presidents Day?</h2>\r\n<p>Mostly all the Banks are closed on Presidents\' Day. All the branches of major banks like People\'s United Bank, First Citizens Bank, Bank of America, and Wells Fargo are closed on Presidents\' Day each year. Mostly local branches of small banks and credit unions are also close. But, ATMs and TD Bank remains open and continues their services.</p>\r\n\r\n<p> Washington\'s Birthday is a postal holiday, and the post offices remain closed. Also, there is no mail delivery on this day, because of the holiday. On the other hand, Federal Express and UPS services, and offices are open as usual, and delivery remains open, even if it is President\'s Day. </p>\r\n\r\n<h2>Are schools closed on President\'s Day?</h2>\r\n<p>Practically all public and private schools remain closed in observance of President\'s Day. Some schools closed for the entire week for a mid-week winter holiday. </p>\r\n\r\n<h2>Is the stock market open?</h2>\r\n<p>The stock market remains closed for trading. Nasdaq, the New York Stock Exchange, and other major US exchanges observe off on Monday as President\'s Day.</p>\r\n\r\n\r\n\r\n','/presidents-day/','President\'s Day - third Monday of February','President\'s Day – Celebrated on third Monday of February to honor all the Presidents of the US.','US Holiday, Presidents Day,calendar','/i/festival-banner.jpg','','us','Y',6149,'country','us',NULL,NULL),(6,'us/new-years-day','New Year\'s Day','National','2022-01-04','Happy New Year','','Fireworks, Gift Exchange, Late Night parties','<img src=\"/i/new-years-day.jpg\" alt=\"New year celebration \">\r\n<br>\r\n\r\n<p>Every year on January 1, the UK celebrates the New Year\'s Day. The day marks the beginning of a new year according to the Gregorian calendar. In most cases, celebrations usually kick off on the eve of the new year. However, most people are working on New Year\'s Eve and, therefore, only begin their celebrations at the stroke of midnight to commence the dawn of the new year. </p>\r\n\r\n<h2>What is open and closed on New Year\'s Day 2020?</h2>\r\n\r\n<p>New Year\'s Day is a bank holiday and thus a non-working day in the UK. As such, schools, banks and many offices and shops remain closed to give the public a chance to celebrate the new year with their family members. However, some supermarkets and shops remain open although their hours may slightly differ from normal. The transport system is still in operation though the scheduled timings are subject to change. </p>\r\n\r\n<h2>What is the history of New Year\'s Day?</h2>\r\n\r\n<p>Unknown to many, New Year\'s Day has not always been celebrated on January 1 in the UK. In the middle ages, the holiday was observed on March 25, and it coincided with the occasion when Mary mother of Jesus discovered that she would give birth to Jesus Christ. When the Gregorian calendar was eventually adopted in the 16th century, the date changed to what it is today.</p>\r\n\r\n<p>According to the early Roman calendar, New Year was celebrated on March 1 until 153 BC when the celebration was moved to January 1. It is believed that the move was prompted by two newly elected Roman consuls who commenced their tenure, thus reflecting the start of a civil year. </p>\r\n\r\n<p>However, the UK being a multicultural society, some cultures like Hindu, Coptic, Jewish, Islamic, and Chinese take a different date according to their religious calendars. </p>\r\n\r\n<h2>How is New Year\'s Day celebrated?</h2>\r\n\r\n<p>Without a doubt, New Year\'s Day is one of the most widely celebrated holidays in the UK. Festivities usually begin on December 31, the New Year\'s Eve. In the UK, it is a tradition to mark the end of the old year and the beginning of a new year with pomp and colour. </p>\r\n\r\n<p>The countdown to the new year is usually a national affair televised on huge display screens across the UK\'s major cities. It is a tradition for people to hold hands and sing the famous \'Auld Lang Syne\' song as they count seconds to the new year. When the clock strikes midnight, people hug, kiss and wish each other best of luck Happy New Year to welcome the new year. \"</p>\r\n\r\n<p>Fireworks are set off in major cities to mark the beginning of a new dawn. London is the most popular city with fireworks. Thousands of people congregate at the banks of River Thames to witness the almost 12 inches fireworks display showcased on a giant Ferris wheel. </p>\r\n\r\n<p>For the young generation, the New Year is marked with parties and spending the New Year Eve in a night club or bar. The older folks, however, prefer family and smaller parties indoors. A few others love toasting to the coming year with a fizzy alcoholic drink commonly referred to as champagne. Nevertheless, drinking during the New Year\'s Day celebrations is excused for most people of age. </p>\r\n\r\n<h2>Things to do on New Year\'s Day 2021?</h2>\r\n\r\n<p>The most popular way to start the new year off is by attending the New Year\'s Day Parade. The parade, which is a mix of traditional and modern pomp of marching bands, began in 1987 under the name Lord Mayor of Westminster\'s Big Parade before being renamed in 1994. Thousands of dancers, cheerleaders, novelty inflatables and acrobats come together to showcase a variety of performances to welcome the new year. You will need to buy a ticket to be offered a sitting position at various points of the routes taken by the performers during the ceremony. </p>\r\n\r\n<p>If you are an outdoor person and the weather permits, take some fresh air with a leisurely hike. If your New Year resolutions revolve around fitness and better health, then this is not only a good motivation for you on the first day of the year, but the hills are also less crowded on such a holiday. </p>\r\n\r\n<p>You may also opt to take a New Year\'s Day tour across small towns in the country and have the fun checking out how festivities go down in other places. Whether you want to take it solo, with family or your gang, you are guaranteed to have a blast. </p>\r\n\r\n<p>Many stores also often offer New Year\'s Day offers and giveaways and there is no better time to spoil yourselves and those you love with some gifts. You may also opt to take them dining out at great New Year\'s Day discounts. </p>\r\n\r\n<h2>What are the famous New Year\'s Day UK traditions?</h2>\r\n\r\n<p>Interestingly, some parts of the UK believe in a tradition called first footing. It means that the first person to enter someone\'s house brings luck to them for the rest of the year. Dark-haired people are thought to be the luckiest, and as a tradition, you should carry a lump of coal if you intend to be the first footer. </p>\r\n\r\n<p>Formulating New Year\'s resolution is also a common trend with the UK people. These resolutions are often decisions that someone has resolved to achieve in the coming year, mostly to make their lives better. However, it\'s not every person who manages to keep up with their resolutions.</p>\r\n','/new-years-day/','New Year\'s Day : 1st January','As per Gregorian calendar New Year is celebrated every year on 1st January','New Year','/i/festival-banner.jpg','PhotoXpress','us','Y',315,'country','us',NULL,NULL),(7,'2836','Memorial Day','National','2022-05-30','Decoration Day','','Decorating the graves of the soldiers','<img src=\"/i/memorial-day.jpg\" alt=\"memorial day\">\r\n<br>\r\n<p>Memorial Day observed on the last Monday of May every year in the United States. On this day, people pay tribute to all the soldiers who died while in the military service. On this day, people decorate the graves of the soldiers. \r\nEarlier, this day was recognized as Decoration Day. It is assumed that in 1865, Henry C. Welles, suggested at a social gathering to honor the patriotic dead by decorating their graves. The first Memorial Day observed on 5th May 1868 by General John A. Logan. In 1873, New York was the first state who officially recognizes the holiday.</p>\r\n\r\n<h2>Is Memorial Day a Government holiday?</h2>\r\n<p>Memorial Day is a Government holiday. It is a day off for the general population, schools, and businesses. All non-essential Government offices, schools, businesses, and other organizations remain closed. Most public transportation systems do not run on their regular schedule. Many people go on a short holiday or visit family or friends on Memorial Day weekend. It can create traffic on highways and at airports.</p>\r\n\r\n<h2>How do people celebrate Memorial Day?</h2>\r\n<p>A tradition of Memorial Day is to fly the flag of the United States at half staff from dawn until noon. Many people visit tombs and monuments to honor Soldiers who have died in military service. They decorate graves of the soldiers with flags and flowers. Prades and events are arranged in the country.</p>\r\n<p>Memorial Day has become less of an occasion of recognition. Many people choose to hold picnics, sports events, and family gatherings this weekend. This day is seen as the start of the summer season for social events.</p>\r\n<p>People use <a href=\"https://twitter.com/hashtag/memorialday\" target=\"_blank\" rel=\"nofollow\">#memorialday</a> to share on Social media to mark this day. Send Memorial Day messages to friends and relatives. There are some Messages or wishes which you can send to your loved ones.</p>\r\n\r\n<ul>\r\n<li>“Let us take inspiration from the brave soldiers to become good citizens of our nation….. Greetings on the occasion of Memorial Day!!!â€</li>\r\n<li>“Today is the day to thank all those who brightened our lives with happiness and freedom. Let us bow our heads and remember the sacrifices of the soldiers. Happy Memorial Day.â€</li>\r\n<li>“It demands a high spirit to sacrifice your life for your country and to leave your children free. Let us spare a few minutes to remember and thank such wonderful souls. Happy Memorial Day to you.â€</li>\r\n<li>“Let us thank all the servicemen and women who are no longer with us for protecting our country by giving away your lives. Happy Memorial Day to you and your family.â€</li>\r\n<li>“On this occasion of Memorial Day, let us thank every person who has served and protected the country and brought happiness to our lives. Wishing you a warm Happy Memorial Day. “</li>\r\n</ul>\r\n\r\n\r\n<h2>Are Banks and Post Office Open On Memorial Day?</h2>\r\n<p>Every bank is closed on Memorial Day each year. All the branches of credit unions, small & large banks and even TD Bank remain closed on Memorial Day. Only ATM services are available on this day.</p>\r\n\r\n<p>All post offices remain closed on Memorial Day as this is a postal holiday. FedEx and UPS stores and services also not work on Memorial Day.</p>\r\n\r\n<h2>Is the Stock Market Open on Memorial Day?</h2>\r\n<p>All the stock markets remain closed on Memorial Day each year. There is no trading day for the New York Stock Exchange, Nasdaq, and other major U.S. based markets.</p>\r\n\r\n<h2>Are Restaurants and Stores Open on Memorial Day?</h2>\r\n<p>All the general stores and restaurants are open with normal business hours on Memorial Day. It’s a big day for shopping as stores provide Memorial Day sales and deals.</p>\r\n','/memorial-day/','Memorial Day - Last Monday of May - USA Holiday','Memorial Day is observed every year on the last Monday of May in the USA.','US Holiday, Memorial Day,calendar','/i/festival-banner.jpg',' flickr/walkadog','us','Y',2836,'country','us',NULL,NULL),(8,'us/martin-luther-king-day','Martin Luther King Day / M L King Day','National','2022-01-17','Dia de Martin Luther King','','volunteers in citizen action groups','<img src=\"/i/martin-luther-king-jr.jpg\" alt=\"martin luther king jr\">\r\n<br>\r\n\r\n<p>Martin Luther King Day observed on the 3rd Monday of January every year. This Day celebrates on the birthday of the experienced leader and a great man, Jr. Dr. ML King.</p>\r\n\r\n<p>ML King was a preacher of non-violence. In 1964, he got the Nobel Peace Prize for his work to end racism. In his life, he faced racism, which made a profound impact on his life. He decided to protest against such social injustice through civil disobedience and another non-violence moment. He had dreamed of making the world a better place to live. </p>\r\n<p>Firstly, ML King day was celebrated in 1986. This Day to realize the King\'s dream, to have the equality, freedom, and dignity of all people without any social limitations. This Day is to remember their sacrifices and follow the path shown by them.</p>\r\n\r\n<h2>Is Martin Luther King Day a Public Holiday?</h2>\r\n<p>In the US, ML King Day is a Public holiday. On January 15, 1983, the civil rights hero\'s birthday, Former President Ronald Reagan signed the bill to create a nationally approved holiday. After him, this honor was only granted to the first President, George Washington.</p>\r\n <p>Most of the businesses, organizations, and the store may remain close or reduce their working hours. Public transportation systems may or may not run on their regular schedule.</p>\r\n\r\n<h2>Are Schools open on Martin Luther King Jr. Day?</h2>\r\n<p>Most of the private and public schools remain closed. But, in some states, it depends upon the districts individual school to decide if teachers and students get the Day off for this Day.</p>\r\n\r\n<h2>Are Banks and Post office Open on ML King Jr. Day?</h2>\r\n<p>Banks follow the holiday schedule, which Federal Reserve uses, and the Reserve is a part of the federal government. Most of the bank places remain closed on this Day, but mobile banking and ATMs should available. </p>\r\n\r\n<p>The U.S. Postal Service shut on MLK Day. FedEx remains open with modified service to FedEx Express and FedEx SmartPost.</p>\r\n\r\n<h2>Is the stock market open on Martin Luther King Day?</h2>\r\n<p>The New York Stock Exchange remains closed on the third Monday in January on time of MLK Day. </p>\r\n\r\n<h2>How people celebrate ML King Day?</h2>\r\n<p>Martin Luther King Day is a federal holiday and has some long-standing customs. The Day is celebrated to promote equal rights for all Americans, regardless of their background. Some educational institutions consider the Day by educating their students about the work of Martin Luther King and the struggle against racial discrimination and racism. In recent years, federal law has inspired Americans to devote some of their time to this Day, as volunteers in citizen action groups.</p>\r\n','/martin-luther-king-day/','Martin Luther King Day / M L King Day - USA Holiday','Martin Luther King Day is a national holiday in the USA, celebrated on 3rd Monday of January each year.','US Holiday, Thanksgiving Day,calendar','/i/festival-banner.jpg','','us','Y',328,'country','us',NULL,NULL),(9,'canada/labor-day','Labor Day','National','2022-09-05','Labour Day',NULL,'Parades, Family reunions, Picnics, Fireworks and Public art events','<img src=\"/i/labour-day.jpg\" alt=\"labor day\">\n<br>\n\n<p>Labor Day is one of the ten national holidays in the United States. It celebrates on the first Monday of September. Labor Day honors workers and their various labor unions that contribute to the growing American economy. It is a national tribute to workers\' participation in the victory and the well being of the country. The holiday came to be through active efforts of the labor movement in the 19th century. The day has a history as workers fought for their rights.</p>\n<p>There is some controversy over who created Labor Day. The Department of Labor in the US give credit to Peter J. McGuire as the man behind Labor Day. He was the general secretary of the Carpenters and Joiners. Few historians, however, suggest that Matthew Maguire, the secretary of the Central Labor Union was the first to offer this holiday.</p>\n\n<h2>Is Labour Day a federal day?</h2>\n<p>The first Labor Day was carried in 1882. Its roots begin from the desire of the Central Labor Union to plan a holiday for workers. It became a national celebration in 1894. It was first proposed that the day would be filled with a street parade to allow the people to appreciate the effort of the trade and labor associations. After the parade, a festival was held to entertain local workers and their families. </p>\n<p>In later years, leading men and women held speeches. It is less popular now but sometimes seen in voting years. One of the logic for deciding to celebrate this on the first Monday in September, and not on May 1, which is standard in the rest of the world, was to add a holiday in the large gap between Independence Day and Thanksgiving.</p>\n\n<h2>How do people celebrate Labor Day?</h2>\n<p>Labor Day is a day of rest or the last opportunity for people to go on vacations before the summer ends. It is the last opportunity for the students to arrange parties before school starts. In some areas, people organize fireworks displays, barbecues, and public arts or sports functions. The American football season begins on or around Labor Day, and many teams play their first match of the season during Labor Day weekend.</p>\n\n<h2>What is open or closed on Labor Day?</h2>\n<p>The United States Postal Service (USPS) commemorates Labor Day, most national banks remain closed, and post offices in the US closed on this day. Government buildings such as the Department of Motor Vehicles (DMV) will remain closed on Labor Day.</p>\n<p>Labor Day is a great day for shopping. So, Labor Day sales are everywhere and dining out. People visit stores for shopping and enjoy dinner at restaurants. Every central store and restaurants are open on this day. </p>\n\n','/labor-day/','Labor Day - USA Holiday','Labor Day is celebrated as a national holiday on the first Monday of September in Canada and the USA.','labor day','/i/festival-banner.jpg','Photoxpress','us','y',2837,'country','us',NULL,NULL),(10,'us/independence-day','Independence Day (USA)','National','2022-07-05','The Fourth of July','Y','Fireworks, Parades, Family reunions','<img src=\"/i/independence-day-us-july.jpg\" alt=\"independence day\">\r\n<br>\r\n<p>Independence Day honors the birthday of the US. On July 4, 1776, the United States claimed its independence from England by signing the Declaration of Independence and Democracy. In the United States, Independence Day always celebrates on July 4, unless this day falls on Sunday, in which case, it feasts on the next day.</p>\r\n<p>On this day, many political officers arrive in public events and talk regarding the country\'s history, laws, heritage, people, recent developments, and planned projects. All Americans have a day off from work on Independence Day, except for a few emergency service workers.</p>\r\n\r\n<h2>How people celebrate Independence day?</h2>\r\n<p>Independence Day is a patriotic holiday to celebrate the positive characteristics of the United States. People express gratitude and thanks for the freedom and independence fought by the first generation of today\'s Americans. The parade usually takes place in the morning and fireworks in the evening, accompanied by patriotic songs such as \"God Bless America,\" \"The Star-Spangled Banner,\" \"America the Beautiful,\" etc. The most spectacular fireworks broadcast on television.</p>\r\n<p>People celebrate independence day, according to America\'s traditions. They display an American flag outside their houses or buildings. Some employees use their holiday days to create a long weekend to break out the heat at their preferred beach or outing spot. Some people enjoy this public holiday with their families with outings, picnics, and lots of outdoor events like parades, air shows, fireworks, barbecues, and musical concerts. On this day, different activities are associate, which include watermelon or hotdog eating competitions and sporting events, like baseball games, tug-of-war games, and swimming activities.</p>\r\n\r\n\r\n\r\n<h2>Is independence day a Federal Holiday?</h2>\r\n<p>Independence Day is a public holiday. Government organizations, offices, and schools remain closed on this day. Some of the businesses may also remain close. If July 4 is on Saturday, it is celebrated one day before, on Friday. If July 4 falls on Sunday, it is celebrated on Monday, July 5. In some years, many employees use the ratio of their vacation days to take long weekends. It can also cause crowding in some places, especially towards popular holiday destinations.</p>\r\n<p>There are several shows, parades, public events, and fireworks displays. It can cause local disruption of traffic. Public transportation systems usually do not run on their regular schedule.</p>\r\n\r\n<h2>Are Banks Open or Closed on the Fourth of July?</h2>\r\n<p>Banks remain closed on July 4, as this is a federal holiday. Even banks like TD Bank and their branch locations close on the 4th of July every year.</p>\r\n<p>If you want to do some banking today, ATMs and online banking services can handle the tasks. These are available as usual on July 4, although some services may be delayed due to the holiday.</p>\r\n\r\n<h2>Is the Post Office Closed Today?</h2>\r\n<p>The post office remains closed on July 4. Mails are not delivered or picked up on this day. Most UPS and FedEx services and facilities are also close on July 4 in the US </p>\r\n\r\n<h2>Are Restaurants Open July 4th, Independence Day?</h2>\r\n<p>The restaurants open on July 4, after all, many people have been off from work on this day, and one of the ways for people to relax and celebrate is to go to the restaurant with friends and family.</p>\r\n<p>So you can expect the locations to open on July 4, for major restaurant chains including McDonald\'s, Starbucks, Taco Bell, Applebee\'s, Burger King, Chili\'s, and many more. On the other hand, some restaurants have restricted hours. For example, Chick-fil-A is open, however close earlier at 6 pm than usual. </p>\r\n\r\n<h2>Is the Stock Market Open on Independence Day?</h2>\r\n<p>All major US-based exchanges, including the New York Stock Exchange and Nasdaq, remain closed on July 4.</p>\r\n\r\n<h2>Are Any Government Offices and Services Open?</h2>\r\n<p>On Independence Day, non-essential federal government workers and offices remain closed. Courts, local government offices, and public libraries also remain closed. Essential services related to safety and security are open like usual on July 4.</p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n','/independence-day/','Independence Day - Fourth of July : USA Holiday','Independence Day also known as the Fourth of July is the National holiday of the United States of America.','Independence Day (USA)','/i/festival-banner.jpg','Pixabay','us','Y',336,'country','us',NULL,NULL),(11,'us/halloween','Halloween','National','2022-10-31','31st October','Y','Bonfires, Games, Trick-or-Treat, Wearing Costumes,','\r\n<img src=\"/i/halloween.jpg\" alt=\"halloween\">\r\n<br>\r\n\r\n<p>Halloween is the current name of an old Celtic holiday \"Samhain.\"It celebrated on October 31 every year. People celebrate this day as a perfect beginning of a new year. The different activities performed in Halloween are mostly connected with the idea to obtain good fortune.</p>\r\n<p>It is assumed that on this day, the spirits of the dead come back to earth in search of existing bodies to hold for the next year and try to return to the homes where they were staying. So to satisfy these spirits, people present them fruits and nuts. If the souls are not happy, it is feared that the spirits would kill the people or ruin their life.</p>\r\n\r\n<p>Immigrants from Scotland and Ireland brought this vacation to the United States. The Halloween commercialization began in the 1900s when postcards and die-cut paper decorations were created. Halloween costumes appear in stores of the US in the 1930s, and in the 1950s, the trick-and-treat custom was introduced. The types of products available in the Halloween style increased over time. Nowadays, Halloween is a very profitable or money-making holiday for the makers of costumes, yard decorations, and candy.</p>\r\n\r\n<h2>How people celebrate Halloween?</h2>\r\n<p>Halloween is commonly seen between family, friends, and sometimes coworkers. Parties and other events may organize on October 31, before or after this date on weekends. Adults may celebrate Halloween by watching horror films, holding costume parties, or building haunted homes or graves.</p>\r\n\r\n<p>Many children wear fancy clothes and move to other houses in the neighborhood. They ask for sweets, snacks, or gifts. If they do not get the treat, they threaten to do any harm to their residents of the house. It is known as playing \'trick-or-treat\' and seen as a friendly feeling, with no bad or mean tricks. However, if your children play, it is essential to accompany them and to check their \'treats\' to make sure they are secure to eat or play.</p>\r\n \r\n\r\n\r\n<p>Some groups create lanterns with \'scary\' faces out of pumpkins or other vegetables and decorate their homes and backyards in Halloween style. These were traditionally indicated to drive away evil spirits. If you are at home on Halloween day, it is a good idea to have a bowl of small gifts or desserts to offer them who knocks your door. That will help you to satisfy the little lives in your neighborhood.</p>\r\n \r\n<p>One idea is that relationships with Halloween are raising donations for the United Nations International Children\'s Emergency Fund (UNICEF). On Halloween night, some youngsters take small cardboard boxes with the UNICEF logo on them to collect coins rather than the usual candy at the time of trick-or-treating. The money raised from this then give to UNICEF to support the needy kids worldwide.</p>\r\n\r\n<p>Use <a href=\"https://twitter.com/hashtag/halloweenday\" target=\"_blank\" > #halloweenday </a> on social media to mark this day. Send Halloween Day messages to friends and relatives. There are some Messages or wishes which you can send to your loved ones.</p>\r\n<ul>\r\n<li> \"Beware the creatures of the night, at Halloween, they growl and bite. Have a good time!\" </li>\r\n<li> \"Halloween is a night for ugly witches and evil vampires. You should fit right in - Enjoy!\" </li>\r\n<li> \"Wishing you a Halloween filled with special treats and lots of exciting tricks!\" </li>\r\n<li> \"Sending you good wishes for a Happy Halloween. Have fun hanging with the gang!\" </li>\r\n<li> \"Wishing you a fun Halloween filled with magical surprises! May you get lots of treats that are good to eat!\" </li>\r\n</ul>\r\n\r\n\r\n<h2>Is Halloween a government holiday?</h2>\r\n<p>Halloween is not included in the government holidays list. Government services and offices are operating as usual, and public transportation services run on their regular schedules. If you drive around in the late evening, it is necessary to keep a careful lookout for kids who are inexperienced in being out on the street after night. They may also be excited and rush out suddenly from between vehicles or behind bushes</p>\r\n\r\n\r\n\r\n','/halloween/','Halloween : 31st October','Halloween is celebrated on 31st October every year and is mostly associated with the idea to obtain good fortune.','US Holiday, Halloween,calendar','/i/festival-banner.jpg','PhotoXpress','us','Y',323,'country','us',NULL,NULL),(12,'us/corpus-christi','Corpus Christi Festival','National','2022-06-16','Corpus Domini','Y','Street procession, Church events','<p>Corpus Christi is a Christian festival where Christians honor the Holy Body of Christ. A Latin phrase of Corpus Christi refers to the body and blood of Christ, and it is also known as Corpus Domini. The festival is celebrated differently among Christians in different regions of the world. The standard part is that bread and wine are usually offered as a symbol of the Body and Blood of Christ in his Communion.</p>\r\r<p>It is a celebration that has been honored by many Christians, especially the Catholic Church, since 1246 in honor of the Eucharist. This event commemorates the Last meal of the day before Jesus\' crucifixion, as described in the Bible. The Roman Catholic Church mainly celebrates this day, but it also included in the calendar of some Anglican churches.</p>\r\r<p>Texas has a city of Corpus Christi, named after the day \"Corpus Christi.\" In 1519, Spanish explorer Alonzo Alvarez de Pineda explored a lush semi-tropical bay on this day. The inlet and the city later developed in that area and practiced the name of the feast day. The other name of the town is \"Sparkling City by the Sea.\"</p>\r\r<h2>How Do People celebrate Corpus Christi?</h2>\r<p>In commemoration of the Last feast of the day before Jesus\' crucifixion, many people, especially those of the Catholic denomination, get Communion on this day. It is observed on Sunday next to Trinity Sunday in some parts of the United States, although in other places, the day falls on the Thursday after Trinity Sunday.</p>\r\r<p>Some people, especially children, may celebrate their first Communion on this day. This method is also known as Eucharist. It observed throughout the life of a Christian and is a time of worship when people believe that they come together to remember and celebrate the life and works of Jesus Christ. It includes the taking of bread and wine in memory of Christ\'s body and blood.</p>\r\r \r<h2>Corpus Christi Facts:</h2>\r<ul>\r<li>A 12th-century nun, St. Juliana of Mount Cornillion (Belgian), initiated the effort to introduce a feast day for the Blessed Sacrament. She reportedly had thought of the Church as a bright full moon with one dark spot, which she interpreted as the lack of a feast for the ceremony. Pope Urban IV declared the Corpus Christi\'s Feast in the mid 13th century.</li>\r<li>The priest was the single person who received the ingredients in the Middle Ages. The gathering watched him eat the bread and drink the wine.</li>\r<li>The Corpus Christi\'s Feast held on the Thursday after Trinity Sunday. In Western Christianity, it originally celebrated in the Roman Catholic Church. Some churches have introduced the service to the following Sunday. The day celebrates the foundation of the Blessed Sacrament or Holy Communion.</li>\r</ul>\r\r','/corpus-christi/','Corpus Christi is celebrated every year on Thursday before Good Friday','Corpus Christi is a Christian festival where Christians honor the Holy body of the Christ','Corpus christi festival','/i/festival-banner.jpg','wikiPedia','us','Y',385,'religious','christian',NULL,NULL),(16,'us/good-friday','Good Friday','National / Religious','2022-04-15','Holy Friday, Great Friday, Black Friday, Easter Friday','','No traditional celebrations','<img src=\"/i/good-friday-ceremony.jpg\" alt=\"Good Friday Ceremonies\">\r\n<br>\r\n\r\n<p>The Good Friday UK holiday is believed to have once been called God’s Friday or Holy Friday. Good Friday is treated as a day of mourning in the UK as Christians mourn the crucifixion of Jesus Christ. The holiday is observed two days before Easter Sunday and, in most cases, coincides with the Jewish Passover Holiday. </p>\r\n\r\n<h2>When is Good Friday 2021?</h2>\r\n\r\n<p>Every year, Good Friday falls on a different date, but it is always two days before Easter Sunday. The date is marked on the first weekend after the first Full moon but never before March 22nd. Good Friday 2021 will be celebrated on April 2nd. </p>\r\n\r\n<h2>Why do we call it Good Friday?</h2>\r\n\r\n<p>Although the goodness of such a mourning time may be difficult to understand, Good Friday is good because it is holy. According to Christians, Jesus Christ’s death on this day saved them from sins. Despite the dark events that occurred on this day in history, Christians see it as a blessing to them and thus a Good Friday. </p>\r\n\r\n<h2>Is Good Friday a bank holiday in the UK?</h2>\r\n\r\n<p>Good Friday is a recognized bank holiday in the UK. Although it is followed by Holy Saturday and Easter Sunday, the two are not bank holidays. However, Easter Monday is a bank holiday in Wales, England, and Northern Ireland but not in Scotland. </p>\r\n\r\n<h2>What is open and closed on Good Friday, UK?</h2>\r\n\r\n<p>Although a bank holiday, most shops, supermarkets, theatres, cinemas, and restaurants remain open on Good Friday. However, most businesses and organizations observe the bank holiday and thus close business for the day. Government offices, banks, and schools do not open on Good Friday. </p>\r\n\r\n<p>The transport system mostly runs as usual, but there is likely to be congestion on the roads because many people go out of town during the four-day Easter weekend. </p>\r\n\r\n<h2>Things to do on Good Friday in the UK?</h2>\r\n\r\n<p>Ever since the nineteenth century, Good Friday and Christmas Day were the only universally granted days of leisure to the working people. That means that there are a variety of things to do on Good Friday in the UK. </p>\r\n\r\n<p>Many churches often hold a special communion service either in the morning or at 3. O’clock as that is the time, Christians believe that Jesus died. These services last three hours, and you can take part in Good Friday prayers, the dramatic Bible readings, or be part of the procession of witness carrying a cross through several streets before getting back into the church. Bear in mind that this time is considered a mourning period, and churches are not decorated in any manner. In fact, some churches even cover pictures and statues. </p>\r\n\r\n<p>Because of the different dates that Good Friday can actually fall on, the weather can also be different from one Good Friday to another. If it snows, take advantage of it and head to the Alps for a skiing holiday. However, if you prefer to enjoy warmer temperatures, a weekend getaway to France or Spain can be great for you. </p>\r\n\r\n<p>Good Friday is also a great time to indulge in warm, spicy, and fruity hot cross buns. It is a Good Friday tradition as it reminds Christians of the cross that Jesus was crucified on. If you are in London, you can check in the Widow’s Son pub where there’s a hot cross bun ceremony that takes place every Good Friday. </p>\r\n\r\n<p>As you plan to have fun, please note that some activities are prohibited on Good Friday in the UK. Some towns do not allow gambling, while others consider horse riding illegal. </p>\r\n\r\n<h2>What are the Good Friday Alcohol laws?</h2>\r\n\r\n<p>For many years, selling alcohol during the Easter period was restricted. Today the law only remains in Ireland. In Northern Ireland, alcohol is only served between 5 pm and 11 pm on Good Friday. In the Republic of Ireland, however, the alcohol restriction ban was lifted in 2008 after scrapping a law over 90 years old. </p>\r\n\r\n<h2>Can you eat meat on Good Friday in the UK?</h2>\r\n\r\n<p>Many restaurants are often offering Good Friday Deals, and there is no better time to eat out than now. However, most of them may not be serving meat. Christians believe that meat of any land animal should not be eaten during the lent period and on Good Friday. This is a worthy sacrifice because meat is associated with festivities. You can, however, eat fish as it is not considered a land animal. </p>\r\n','/good-friday/','Good Friday in United States','Good Friday, also known as Holy Friday, Great Friday is one of the major holidays primarily observed by Christians.','US Holiday, Good Friday,calendar','/i/festival-banner.jpg',' flickr/victornuno','us','Y',316,'country','us',NULL,NULL),(17,'us/st-patricks-day','St. Patrick\'s Day','Religious','2022-03-17','St. Paddy\'s Day, Feast Day, St. Patty\'s Day','',' Parades, Eating special Irish dishes, Organizing green themed parties','<img src=\"/i/st-patricks-day.jpg\" alt=\"st. Patrick\'s day Parade\">\r\n<br>\r\n\r\n<p>St. Patrick’s Day is sometimes called the Feast of St. Patrick marks the death of Saint Patrick, Ireland’s patron in the 5th century. The holiday dates back over 1500 years ago. The earliest recorded celebration was in 1631, and since then, the day has been celebrated every year since 1903 when it was officially declared a holiday. <p>\r\n\r\n<h2>When is St. Patrick’s Day?</h2>\r\n<p>St. Patrick’s Day is observed on March 17th every year. The holiday aims at celebrating Saint Patrick, who ministered Christianity in Ireland during the fifth century. The holiday has, however, evolved to become a celebration of Irish culture across the globe. </p>\r\n\r\n<h2>Is St. Patrick’s Day a bank holiday?</h2>\r\n\r\n<p>In Ireland, St. Patrick’s Day is a bank holiday. In 1903, the Bank Holiday (Ireland) Act declared St. Patrick’s Day a bank holiday. If the Day comes on a Sunday, the observance is moved to the following Monday. This holiday is, however, not a bank holiday in England, Wales, and Scotland. </p>\r\n\r\n<h2>What is open or closed on St. Patrick’s Holiday?</h2>\r\n<p>In Ireland, St. Patrick’s Day is a festive occasion that sees most of the businesses and schools closed for the day. Due to the various parades across the country, traffic and parking are often affected in towns where the events are taking place. </p>\r\n\r\n<h2>What is St. Patrick’s history?</h2>\r\n\r\n<p>Saint Patrick was one of Ireland’s patrons. His birth is not precisely known, but many people believe that he was born in Britain before his kidnapping at 16. He was taken to Ireland, where he lived for six years, working as a slave before escaping. He later returned to Ireland as a missionary and spread Christianity in the country. A popular legend suggests that he drove snakes out of Ireland, and religious theorists have translated snakes as druids, pagan worshipers, and serpent gods. Saint Patrick then died on March 17th around the year 493 and was buried under Down Cathedral in Downpatrick., Ireland. </p>\r\n\r\n<p>Luke Wadding, an Irish scholar, is believed to have made St. Patrick’s Day a real observance through his persistent efforts. Wadding, an advocate in Rome for Irish Catholics, advocated for St. Patrick’s Day to be part of the church calendar and become to be recognized by the Vatican. </p>\r\n\r\n<h2>What are St. Patrick’s Day traditions?</h2>\r\n\r\n<p>St Patrick’s Day is popularly known for the rich Irish culture, such as parades, shamrocks, and many other symbols representing the Irish traditions. </p>\r\n\r\n<p>The Shamrock is clover-like plants consisting of three leaves. It is said to symbolize the rebirth of spring and a symbol of the emergence of Irish nationalism in the 17th century. According to a legend, St. Patrick used shamrocks to explain the Holy Trinity to the Irish pagans. Many people, therefore, choose to wear green outfits on St. Patrick’s Day. However, this trend started in the 19th century since the original St. Patrick’s colour was blue. </p>\r\n\r\n<p>The Leprechaun is an icon of the Irish culture, and they refer to small-bodied men who can use magical powers to serve either good or evil. Some people believe that if you catch one of these fairies, then he will grant any of your three wishes. Some people like to dress up like wily fairies to celebrate St. Patrick’s Day. </p>\r\n\r\n<h2>Things to do on St. Patrick’s Day?</h2>\r\n\r\n<p>Although the holiday has its roots in Ireland, it is celebrated in many parts of the world. However, Ireland hosts the longest celebration, which is full of a week of festivities , and crowned with the annual St. Patrick’s Day parade in Dublin. The parade is all pomp and colour, and it passes through the historic city centre lead by international bands displaying vivid St. Patrick Day crafts. Indeed you don’t want to miss this event. </p>\r\n<p>Many people hold parties at home featuring a variety of Irish food and drinks. It is common to see most of this food dyed in green colour as green has become synonymous with St. Patrick’s Day. The children often indulge in sweets while the adults enjoy beer. </p>\r\n<p>Similarly, most Irish restaurants and pubs are open to serving Irish food and drinks to people who wish to eat out. The most common Food variety includes Irish brown bread, Irish potato soup, Irish cream chocolate mousse cake, Guinness pie, among others. </p>\r\n<p>If you wish, you can attend a pilgrimage to St. Patrick’s Purgatory. Since the 13th century, this journey has been associated with spiritual healing and penance. The destination is at Station Island in County Donegal where it is believed that St. Patrick had a vision promising pardon of sins to those who came to the sanctuary for repentance and faith.</p> \r\n','/st-patricks-day/','St. Patrick\'s Day : A Christian Festival','St. Patrick\'s Day is a Christian Festival celebrated every year on a Monday closest to 17th March.','US Holiday,St. Patrick’s Day,holidays','/i/festival-banner.jpg','wikiPedia','us','y',10059,'country','canada',NULL,NULL),(18,'us/easter','Easter','Religious','2022-04-17','Easter Sunday','',' Prayer, Donation to poor, Easter egg hunting','<img src =\"/i/easter-sunday.jpg\" alt=\"easter sunday\">\r\n<br>\r\n\r\n<p>Easter celebrates by Christians to commemorate the resurrection of Jesus Christ and considered as a rebirth of Christianity. It observes on the first Sunday of a full moon day after the spring equinox. </p>\r\n\r\n<p>In Pagan times, many groups of people organized spring festivals. People celebrated the rebirth of nature, restoring the fertility of the land and many young animal\'s births. The origin of hunting and eating of easter eggs starts from here.</p>\r\n<p>In Christian times, spring was associated with the cross and resurrection of Jesus Christ. The cross is remembered on Good Friday, and the revival is recognized on Easter Sunday. The idea of the resurrection connected with the concepts of rebirth in Pagan beliefs.</p>\r\n\r\n<h2>How people celebrate Easter?</h2>\r\n<p>Several churches arrange special services on Easter Sunday, which celebrate Jesus Christ\'s rebirth after his crucifixion. The traditional celebration of the festival organizes in the church, which involves a dimly lightened church with special prayers sung in recognition of Jesus Christ.</p>\r\n<p>One more necessary feature of Easter is an egg. An egg is a token of rebirth for the Christian community, so they decorated eggs nicely. Eggs can be hard-boiled that can be eaten later, but they may also use model eggs made of plastic, candy, chocolate, or other materials. Egg hunting has become very important at Easter. Probably, Some of the Eggs are hidden by a hare or rabbit. Then children search for those eggs. In some regions, Easter egg hunts are a common way for local businesses to promote their business or may even be arranged by churches.</p>\r\n\r\n\r\n<p>Use <a href=\"https://twitter.com/hashtag/easter\" target=\"_blank\" rel=\"nofollow\">#Easter </a> on social media to mark this day. Send Easter messages to friends and relatives. There are some Messages or wishes which you can send to your loved ones.</p>\r\n<ul>\r\n<li> \"May this special day of Easter bring joy, love, and peace to you and your family. May the beauty of God, the Son, and the Holy Spirit warm your home.\" </li>\r\n<li> \"Easter brings fun, Easter brings Happiness, Easter brings God\'s endless blessings, Easter brings love and the freshness of spring. Happy Easter to you and your family!\" </li>\r\n<li> \"Warm greetings and best wishes to you and your family. May God shower you with all the great things that you want, for He has risen!\" </li>\r\n<li> \"Easter brings God Endless Blessings, Easter brings new love… Happy Easter to You, with all best wishes!\" </li>\r\n</ul>\r\n\r\n<h2>Is Easter a federal holiday?</h2>\r\n<p>Easter Sunday is not a federal holiday, but many stores closed in various parts of the US. If they are open, they may have limited business hours. In some cities, public transportation systems usually run according to their regular Sunday schedules. But, it is best to check with local transportation officials to see if any changes implemented during Easter Sunday.</p>\r\n\r\n<p>Most of the services for Federal Express and UPS remain closed for Easter Sunday. Nasdaq, the New York Stock Exchange, and other major U.S. exchanges closed on Easter, of course, because it is a Sunday. Most stores and restaurants are open on Easter Sunday, but some national chains, including Target, Costco and Chick-fil-A, close on Easter.</p>\r\n\r\n<h2>Are Banks Open on Easter?</h2>\r\n<p>For Easter Sunday, banks that are normally closed on Sundays, remain closed on Easter. Besides, banks with branches that usually open on most Sundays, including TD Bank remain closed on Easter.</p>\r\n\r\n<h2>Interesting Facts Related to Easter</h2>\r\n<ul>\r\n<li>For many Christian groups, the first Easter ceremony for the year is the Service of Light. The worship typically begins in darkness on the previous night or in early Sunday morning. Light is taken into the church with candles to signify the hope based on the resurrection. The service ends with the lighting of a paschal candle, which depicts Christ.</li>\r\n<li>Easter eggs symbolize new life and also signify the shape of the tomb of Jesus.</li>\r\n<li>The colors for Easter are white and golden. Easter lilies are attractive decorations in American churches. The blooming of white flowers are in the spring season and signify the beauty and purity.</li>\r\n<li>Easter marks the 40-day fast of fasting, the end of Lent, preparation, and penance observed by the faithful.</li>\r\n<li>The Easter season begins on Easter Sunday and lasts 40 days until Pentecost. The Easter date is determined by the moon. Easter is the Sunday after the initial full moon of springtime.</li>\r\n<ul>\r\n\r\n\r\n','/easter/','Easter : A major Christian Festival','Easter is a Christian Festival celebrates the resurrection of Jesus','US Holiday,easter sunday,holidays','/i/festival-banner.jpg','','us','Y',332,'country','us',NULL,NULL),(19,'us/christmas','Christmas','Religious','2022-12-27','25th December','Y',' Wearing costumes, Home decoration, Family gathering, Gift exchange','<img src=\"/i/christmas.jpg\" alt=\"Christmas Celebrations\">\r\n<br>\r\n\r\n<p>Celebrated on December 25th across the United Kingdom, Christmas Day remains a favourite holiday for many people. It is one of the widely recognized holidays in the world, especially in western influenced countries. </p>\r\n\r\n<h2>Is Christmas Day a bank holiday?</h2>\r\n\r\n<p>Christmas is a bank holiday in England, Wales, Ireland, and Scotland. It is, therefore, a day off for the general population and banks, schools and most businesses are closed for the day. </p>\r\n\r\n<h2>What is the origin of Christmas Day?</h2>\r\n\r\n<p>Christmas is a Christian holiday that aims at celebrating the birth of Jesus Christ in Bethlehem over 2000 years ago. Today, however, many aspects of this holiday have been associated with pagan traditions in England, Wales, Scotland, and Ireland. Such include lighting fires, evergreen trees in homes, holding parties, and indulging in special foods. When missionaries converted most of the people in the UK to Christianity, most of these customs did not die and instead became part of Christian celebrations. </p>\r\n\r\n<p>Similarly, Christmas is associated with many symbols and figures. Pine trees, candles, small lights, and figures such as Father Christmas or Santa Claus have become part of Christmas celebrations. </p>\r\n\r\n<h2>What is open and closed on Christmas Day?</h2>\r\n\r\n<p>Christmas Day is a major holiday, and therefore almost all organizations are closed on this day. Public transport services and operations follow the holiday timetable, and, in some places, they do not operate at all. Some stores selling food and Christmas necessities may open, but they only operate for a few hours during the day. Many churches are, however, open as they hold special services on Christmas Day. Some churches also organize visits to shelters for the homeless, where they provide food and other necessities to them. A few others hold events in towns where they preach to the public and urge them to turn away from the commercial aspects of modern Christmas celebrations. The only places that are not likely to be affected by the celebrations are hospitals as they remain open the whole day. </p>\r\n\r\n<p>People start decorating their homes and gardens early in preparations for Christmas Day. Decorations mostly include Christmas trees, fairy lights, leaves, and berries from holly trees and bright colours that spark the Christmas mood. The shopping streets of most cities and towns are also decorated with pine trees and lights. </p>\r\n\r\n<h2>Which are the Christmas Day traditions?</h2>\r\n\r\n<p>For most people, it is a tradition to spend Christmas Day with family members as they exchange gifts and cards. In many households, it is a tradition for children to find a sock or stocking filled with small gifts. The children are made to believe that the gifts were brought by Father Christmas or Santa Claus, who lives at the North Pole. He supposedly travels very fast in a sleigh pulled by a reindeer and drops presents to all houses with children. Long before Christmas, children usually write letters to Santa listing their requests and then toss them in the fireplace. Apparently, the draught takes the letters up the chimney, and Santa reads the smoke. </p>\r\n\r\n<h2>Things to do on Christmas Day?</h2>\r\n\r\n<p>If you would rather stay and relax at home, there is still a lot to entertain you. Check out the Christmas day tv guide and follow up on the best Christmas shows and series. If your family members are home, you could also have a great time reviewing and playing some Christmas Day games. </p>\r\n\r\n<p>On Christmas day, restaurants open as usual or for the better part of the day. You may, therefore, check into your favourite restaurant for some Christmas Day meal such as roast turkey, Christmas pudding, and a variety of vegetables. If you prefer a cosy pub, you might need to wait until evening as that is the time most of them open. </p>\r\n\r\n<p>You can attend a Christmas Day church services in a cathedral or a church near you. However, remember to arrive early as it can get very busy due to limited space in the churches. </p>\r\n\r\n<p>Have you always wanted to tour London just like a tourist? Here is your chance. Although public transport usually takes a rest in most towns, you can still take this chance to explore the city of London in a different way. Hop on a Santander Cycle and enjoy the ride beneath the festive decorations lining the city’s streets. A hop bus tour can also be a great way to explore London at your own pace for 24 hours. Better still, you can take a traditional black cab or walk off those calories by exploring London on foot as you admire the city’s architecture, street art, and parks. </p>\r\n\r\n<p>Most tourist attractions are closed on Christmas Day, but a few continue to operate. Such include the Body Worlds exhibition at Piccadilly Circus and Jw3 ice rink where you can have fun ice skating with friends on Christmas Day. </p>\r\n\r\n<p>Londons’ Royal Parks and The Serpentine lake in Hyde Park are also open, and this can be a great time to have that well-deserved family walk. </p>\r\n\r\n<p>You could also hit the open stores and buy some Christmas Day outfits and other gifts for your loved ones, all at great Christmas Day sales.</p>\r\n','/christmas/','Christmas Day or XMas is celebrated on 25th December : USA Holidays','Christmas Day is a Christian festival, celebrated on 25th December in all over the world.','Holiday, Christmas,calendar','/i/festival-banner.jpg','PhotoXpress','us','Y',2841,'country','us',NULL,NULL),(20,'us/baptism-of-the-lord','The Baptism of Jesus','Religious','2022-01-09','The Baptism of Christ','','','<p>In Catholicism, a great deal of emphasis is placed on the rituals surrounding the events of the Lord Jesus\'s life from birth to resurrection to death. Every detail is minutely scrutinized and carefully celebrated in its own way. One such celebration is the Baptism of the Lord, which is celebrated in January every year. \r\n<p>It was originally observed through the event known as the Epiphany, which marked three events from the Gospel. It denoted the visit of the three Magi to the baby Jesus in his crib, the baptism of Jesus by the river Jordan and the wedding at Cana where Jesus is said to have performed his first miracle, turning water to wine. The Magi became the most prominent celebration of the Epiphany, and in 1955 Pope Pius XII instituted a separate liturgical commemoration for the Baptism, as the 13th of January. This was changed by Pope John XXIII and subsequently by Pope Paul IV, to its current date of the first Sunday after 6th January (the Epiphany), or if in a particular country the Epiphany is celebrated on 7th or 8th January, the following Monday. The feast marks the end of the liturgical season of Christmastide and the beginning of Ordinary Time.\r\n<p>The Baptism of Christ would seem to be a paradox, since in Catholicism baptism is meant for remission of past sins and Christ was said to be born without Original Sin. However, by humbling himself, the Son of God, to John the Baptist, Christ is seen to have been taking on the sins of others and giving his followers a model to replicate - it was necessary not for him, but for mankind. After the Epiphany, which is seen as the \"first manifestation\" of the Lord, the Baptism is the \"second manifestation\" which marks the beginning of Christ\'s public ministrations.\r\n<p>The day is marked by feasting by Catholics, with a particular liturgy or set of prayers being read. Pope John Paul III began a tradition of christening babies at the Sistine Chapel on this day. Around the world, different water-centered traditions exist, such as in Ukraine, where craftsmen\'s fairs are held with traditional food, drinks and entertainment and devout Catholics bathe in ice-cold lake water. Across southern and eastern Europe, orthodox believers jump into frigid water to retrieve a wooden crucifix that is thrown in. In Bulgaria and Romania also, similar traditions are followed. From pulpits, through publications and all forms of outreach, the Catholic Church uses this day to affirm belief in Christ and the importance of the rituals of Catholicism even in the modern day context of multiple fractions in Christianity and growing atheism. Practicing Catholics take this day as an opportunity to remember their own baptisms, and reaffirm what they see as their baptismal calling - to announce the goodness of their lord.\r\n<p>The Feat of the Baptism of our Lord, as it is formally called, is one of the high feasts of the Catholic Church, and marks a solemn occasion in the life of Christ as their Lord and savior.','/baptism-of-the-lord/','The Baptism of Jesus : A Christian Festival','Baptism of Christ is a Christian Festival celebrated every year in the month of January','US Holiday,holidays,Baptism of the Lord','/i/festival-banner.jpg','wikiPedia','us','Y',370,'religious','christian',NULL,NULL),(22,'singapore/hari-raya-haji','Hari Raya Haji / Eid ul-Adha / Bakri Id','Religious','2022-07-09','Eid-Al-Adha, Bakri Id','Y','Prayer, Wearing new clothes, exchanging gifts','<p>Eid al-Adha, also recognized as the Festival of Sacrifice or Feast of Sacrifice, celebrates accomplishment. Eid al-Adha also reminds of a time when Ibrahim (Abraham) was willing to sacrifice his son for God according to Islamic belief. </p>\r\n<p>The United States government announced postage stamps to honor Eid al-Adha and Eid al-Fitr. The purpose of these postage stamps is to shed light on the trade, educational, and social contributions made by Muslims in the United States.</p>\r\n<h2>How do People celebrate Eid al-Adha?</h2>\r\n<p>Many Muslims commemorate Eid al-Adha with prayers and social functions in the United States. Eid al-Adha services can invite thousands of Muslims in several locations such as Chicago (Illinois) and Orlando (Florida). Many Muslims from different heritages, including Pakistan, as well as Eastern European and African countries, wear traditional clothes and share their national cuisine. It is a moment for prayer, sharing food, handing out gifts, and greeting each other.</p>\r\n<p>At the time of Eid al-Adha, they plan a tour from Hajj to Saudi Arabia\'s Mecca, which Muslims required to execute at least once in their lives. Eid al-Adha is also known because a feast because it traditionally sacrifices an animal permitted for food (e.g., lamb) as an act of thanksgiving to God\'s mercy. Some Muslims look for a field where they can make sacrifices, but many people send money to their birthplace to make sacrifices. Eid al-Adha continues for three days and is a time to ask God for mercy.</p>\r\n\r\n<h2>Is Eid al-Adha an official holiday?</h2>\r\n<p>In the United States, Eid al-Adha is not an official public holiday. All the schools, organizations, banks, stores, and businesses remain open. But, some Islamic organizations may close or reduce their service time, and there may be some local traffic nearby mosques. In New York City, public schools have a holiday on this day.</p>\r\n\r\n<h2>Eid al Adha Facts</h2>\r\n<ul>\r\n<li>Unlike regular prayer, prayer for Eid al-Adha occurs in any large, open field. There, Muslims from many mosques assemble in one place. Typically, mosques collaborate to find an area that is convenient for everyone to visit. In the United States, Eid prayers often take place in parks.</li>\r\n<li>The celebration begins with a prayer service, followed by a short lecture on the morning of the first day. During the Namaz, Muslims recite verses from the Quran, led by an Imam, bow to God, and send their peace to Muhammad and Abraham.</li>\r\n<li>Since the festival takes place immediately after the day of Arafah, many people going on pilgrimages celebrate it in Mina (Saudi Arabia), where thousands of animals killed for sacrifice.</li>\r\n<li>A ritual for Muslims to perform a body wash before walking to the place of prayer is called \"ghusl.\" It is following the tradition of Prophet Mohammad.</li>\r\n</ul>\r\n\r\n\r\n\r\n\r\n','/hari-raya-haji/','Hari Raya Haji / Eid-Al-Adha / Bakri Id : A major Muslim Festival','Hari Raya Haji / Eid ul-Adha / Bakri Id','Singapore Holidays,Eid-Al-Adha, Bakri Id,hari raya haji','/i/festival-banner.jpg','wikiPedia','singapore','Y',205,'country','malaysia',NULL,NULL),(23,'philippines/all-saints-day','All Saints\' Day','Religious','2022-11-01','All Hallows, All-Hallomas','Y','Cleaning the graves, Offering flowers and light candles on the graves','','/all-saints-day/','All Saints Day : A Christian Festival celebrated every year on 1st November','All Saints\' Day','US Holiday, all saints Day,calendar','/i/festival-banner.jpg','wikiPedia','philippines','Y',241,'country','philippines',NULL,NULL),(24,'jewish/sukkot','Sukkot Starts (Jewish Festival)','Religious','2022-10-16','Succot, Sukkos, Feast of Tabernacles, Feast of Booths','','Eating in Sukkah, Carrying the Four Species','<p>Many Jewish associations in the United States commemorate the first day of Sukkot, the beginning of the Sukkot period. This time, also recognized as the Feast of Tabernacles, lasts for around seven days. It is a biblical Jewish holiday celebrated during the week starting on the 15th day of Tishri, the first month of the year, according to the Jewish calendar.</p>\r\n\r\n<p> It is an agricultural celebration that was initially considered a thanksgiving for the fruit harvest. Jews lived in Sukkot that are hut-like structures, during the 40 years of wandering through the desert after the exodus from Egypt. As a temporary home, the Sukkah also represents the fact that all existence is fragile. Therefore, Sukkot is a chance to appreciate the shelter of our homes and our bodies.</p>\r\n\r\n<h2>How do People celebrate the first day of Sukkot?</h2>\r\n<p>Many American Jews construct a temporary hut known as Sukkha, where they sleep, eat, and use it for a Sukkot season, which continues for about seven days. The initial day of Sukkot observed as a Sabbath, so many Jewish people do not involve in regular work activities on this day. The rest of the days throughout the Sukkot period are the days when work is allowed.</p>\r\n\r\n<p>Many Jews in the northeastern United States hang dry squash and corn to decorate the Sukkah. Sometimes, these vegetables are used for Halloween and Thanksgiving afterward. Many Jewish Americans are building and decorating a sukkah before Sukkot, and it is a fun activity for them. Jews also perform a religious duty, or mitzvah, known as waving four species of plants and chanting a blessing. This deed is usually done each day during Sukkot (except Sabbath).</p>\r\n\r\n<h2>Is First Day of Sukkot a Public Holiday?</h2>\r\n<p>The first day of Sukkot is not a national public holiday in the United States. Most companies, schools, businesses, banks, stores, and restaurants follow regular opening hours in the United States. However, several Jewish businesses, schools, and organizations may remain closed or reduced the timing of their service. </p>\r\n\r\n<h2>Facts related to Sukkot</h2>\r\n<ul>\r\n<li>Sukkot is a harvest festival and is also known as Chag Ha-Asif, the Festival of Ingathering. On the first day of Sukkot, no work is allowed, but some work is permitted on intermediate days, known as Chol Hamoed.</li>\r\n<li>Each day of Sukkot is connected with Ushpezin (visitors), one of the seven Sukkah visitors. Each day has its visitors, beginning with Abraham. Other visitors of this day are Isaac, Aaron, Joseph, Moses, Solomon, Jacob, and David.</li>\r\n<li>During Sukkot, there is a particular priest (Cohen), who offered a blessing on the western wall. The Western Wall is the last surviving wall of the Holy Temple that borders the Temple Mount in Jerusalem. Thousands of priests considered descendants of the original priests, gather on the western wall, and offer blessings.</li>\r\n</ul>\r\n\r\n','/sukkot/','Sukkot : A week long Jewish Festival','Sukkot (Jewish Festival)','sukkot','/i/festival-banner.jpg','wikiPedia','us','Y',455,'religious','jewish',NULL,NULL),(25,'jewish/purim','Purim (Jewish Festival)','Religious','2022-03-18','','','Listening to the Book of Esther, Gift exchange, making donation to poor, Wearing interesting outfi','Purim (Jewish Festival)','/purim/','Purim : A Jewish Festival','Purim (Jewish Festival)','purim','/i/festival-banner.jpg','wikiPedia','us','Y',437,'religious','jewish',NULL,NULL),(26,'jewish/passover','Passover First day (Jewish Festival)','Religious','2022-04-23','Pesach, Pesakh','','Attend Passover Seder, Eating Matzah','<p>Passover is an important Jewish holiday and one of the most widely celebrated Jewish holidays, and it usually lasts for eight days in the United States. It is one of the more necessary holidays among Jewish, marking their ancestors to escape from Egypt under the Pharaoh and returning to Israel.</p>\r\n<p>Passover is one of three pilgrimage festivals during which the whole population of the Kingdom of Judah began a journey to the temple in Jerusalem. Many Jewish people spend their Passover time with family members or close friends.</p>\r\n\r\n<h2>How do People celebrate Passover- the first day?</h2>\r\n<p>Many people make a special effort to ensure that older people, poor and lonely people, can participate in the ceremonial food known for seders. They may invite people to their homes or giving them gift baskets. The Passover gift baskets are filled with seder plates and traditional foods and wine.</p>\r\n\r\n<h2>Is Passover-the first day a federal holiday?</h2>\r\n<p>Passover is not a national federal holiday in the United States. Mostly all the organizations, restaurants, businesses, banks, and schools are working on regular schedules. But, some Jewish businesses and organizations may close or reduce the timing of services throughout Passover. Jewish people may also want to take their annual holiday at this time.</p>\r\n\r\n<h2>Facts related to Passover</h2>\r\n<ul>\r\n<li> Traditionally, following Biblical Law, all Orthodox Jews remove all baked bread, cakes, flour-containing products, and flour-derived products from the Jewish household in the weeks before Passover. These products include whiskey, flour, beer, and all patisserie commodities. Any stocks left on the eve of Passover are burned or sold to non-Jews.</li>\r\n<li>On Passover, Jews are to consume bread without yeast, baked from flour and water, and cooked within eighteen minutes. The unleavened food signifies that Israelites leave Egypt in such a hurry that they could not even wait for their bread mixture to rise.</li>\r\n<li>On the initial day of Passover, it is common to arrange a Seder Night ceremony with family and friends. During this festival, the Haggadah is typically read and sang. The Haggadah includes narrating the story of fleeing of the Israelite workers from Egypt, the reality that their dough mixture could not rise due to the quick exit, blessings over Matzah, and hymns of appreciation and happiness.</li>\r\n<li>Traditionally, for Seder, a plate is served to include the following:</li>\r\n<ul>\r\n<li>an egg - signifying the Chaggigah sacrifice</li>\r\n<li>a shank bone - symbolizing Passover Lamb</li>\r\n<li>saltwater- expressing Israelite slaves\' tears</li>\r\n<li>a bitter herb- symbolizing the bitterness of enslavement</li>\r\n<li>charoset-signifying the cement used in the construction works</li>\r\n<li> a vegetable to be dipped in the saltwater</li>\r\n</ul>\r\n<li>The Passovers\' first and seventh days are considered festivals in which work is not allowed. The intermediate days of Passover are Chol Hamoed, in which families go on trips and tours or visit friends\' houses.</li>\r\n</ul>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n','/passover/','Passover : A very famous Jewish Festival','Passover (Jewish Festival)','passover','/i/festival-banner.jpg','wikiPedia','us','Y',439,'religious','jewish',NULL,NULL),(27,'jewish/hanukkah','Hanukkah Starts(Jewish Festival)','Religious','2022-12-26','Chanukah, Chanukkah, Chanuka, Festival of Lights, Feast of Dedication','','Lighting Candles on the Menorah, Gift exchange','<p>Jewish communities celebrate the first day of Hanukkah in the United States, marking the beginning of Hanukkah, also known as Chanukah or Festival of Lights. Hanukkah is an eight-day Jewish practice that remembers the struggle of the Jewish people for religious freedom. It commences on the 25th day of Kislev according to the Hebrew calendar, which may occur at any point from the end of November to late December in the Gregorian calendar.</p>\r\n<p>The festival celebrated by lighting candles of a candelabrum with nine branches called a menorah (or hanukkiah). Only one candle is used to light up the other eight candles. This unique candle is called Shamash. Every night, one new candle is lit by Shamash until all eight candles are lit together on the final night of the festival.</p>\r\n\r\n<h2>Is Hanukkah a Federal Holiday in the US?</h2>\r\n<p>The first day of Hanukkah is not a federal holiday. Businesses, government organizations, banks, and stores have regular opening hours. Some Jewish schools have their school holidays fall at the same time as Hanukkah.</p>\r\n\r\n<h2>How do people celebrate Hanukkah?</h2>\r\n<p> In the United States, Jewish communities celebrate the first day of Hanukkah on the 25th day of Kislev month, according to the Jewish calendar. The Hanukkah season lasts for eight days and celebrated from the 25th day of Kislev to the second day of Tevet. The first night of Hanukkah begins with a special blessing at sunset before the 25th day of Kislev. Many Jews illuminate the Menorah, also known as the hanukkiah, which is a type of candelabra.</p>\r\n<p>Many American Jewish people eat fried food in olive oil, such as potato cake and individually fried pieces of bread. Hanukkah dishes combine sufganiyot (Hanukkah donuts), Mandelbrot (it can slice ​​like hard bread), potato latte (pancakes), and rugelach (pastry with various fillings). Hanukkah\'s first day indicates the origin of a celebratory season in which a four-sided toy (dreidel) is used for games. On the first night of Hanukkah, people sing traditional hymns to commemorate Hanukkah. Gifting is also popular at this time of the year.</p>\r\n\r\n<h2>Facts related to Hanukkah</h2>\r\n<ul>\r\n<li>Due to the importance of oil for a holiday, it is customary to eat fried foods on Hanukkah. Among Ashkenazic Jews, this includes latkes ( of fried potatoes pancakes in oil) and donuts.</li>\r\n<li>A traditional game is played during Hanukkah is dreidel. Dreidel is a four-way spinning top with a Hebrew letter inscribed on each side. These letters are nuns (like N), gimel (like G), hei (like H) and shin (like sh). These letters stand for the Hebrew phrase Nes Gadol Hayah Sham, a great miracle happened, referring to the revelation of the oil.</li>\r\n<li>After the meal, there is a special prayer called for miracles during the prayer sessions and grace. In this prayer, God is thanked for allowing Jewish minorities to overcome their large and strong enemies (a recurring theme in Jewish existence).</li>\r\n<li>It is not one of the biblical festivals, and Jews are allowed to work on Hanukkah.</li>\r\n</ul>\r\n\r\n\r\n','/hanukkah/','Hanukkah : also known as the Festival of Lights or Feast of Dedication is a Jewi','Hanukkah (Jewish Festival)','hanukkah','/i/festival-banner.jpg','wikiPedia','us','Y',460,'religious','jewish',NULL,NULL),(28,'india/vasant-panchami','Vasant Panchami','Religious','2022-02-05','Saraswati Pooja, Shree Panchami','','Worshiping Goddess Saraswati',NULL,'/vasant-panchami/','Vasant Panchami : a Hindu Festival','Vasant Panchami','Indian Holidays,Saraswati Pooja, Shree Panchami,Hindu festival','/i/festival-banner.jpg','Wikipedia','india','Y',406,'religious','hindu',NULL,NULL),(29,'india/muharram','Muharram / Islamic New year','Religious','2022-08-08','Islamic New year','','Fasting','Muharram / Islamic New year','/muharram/','Muharram : Islamic New Year','Muharram / Islamic New year','Indian Holidays,Muharram ,Islamic festival','/i/festival-banner.jpg','','india','Y',24,'country','india',NULL,NULL),(30,'islam/lailat-al-miraj','Lailat al Miraj','Religious','2022-02-28','Lailat al Miraj\r\n','','Exchanging Gifts, donation to poor','<p>Lailat al Miraj reminded the Prophet Muhammad\'s exile in heaven. Muslims assume that on this night, an angel came to the Prophet, washed his abdomen with the water of Zamzam water, and filled his heart with wisdom and faith. Then, Muhammad was called to God from Mecca to Jerusalem, where he prayed in the Masjid al-Aqsa (Jerusalem). He ascended to heaven from Jerusalem, where he was honored to see God directly, to go to the highest levels of heaven, and to lead all the past Prophets in prayers, including Joseph, Moses, Adam, Jesus, Aaron, Abraham, and John the Baptist.</p>\r\n\r\n<p>To reach his destinations, he rode al-Buraq, a heavenly animal smaller than a mule but larger than a donkey. God granted him the gift of prayer. When he returned to Mecca, he described a caravan that was going from Jerusalem to Mecca to show the Quraish. It was celebrated on the 27th day of Rajab, the seventh month in the Islamic calendar.</p>\r\n\r\n<h2>How do people celebrate Lailat al Miraj?</h2>\r\n<p>Customs and traditions that center on Lailat al Miraj vary in the United States. Many Muslims offer special prayers in the evening. Some people attend sermons and prayer services in Islamic centers or mosques, while others celebrate Isra and Mi\'raj at home.</p>\r\n\r\n<p>In recent days conferences, about Lailat al Miraj were held in parts of the United States. It has also listed (in various media) that thousands of Muslims in Wisconsin, California, and other states celebrate this practice each year. This event provides people the chance to reflect on the importance of prayer. It is an opportunity for people, especially students, to learn more about Isra and Mi\'raj, what it implies in the Islamic faith, and how it applies in practice.</p>\r\n\r\n<h2>Is Lailat al Miraj a public holiday in the US?</h2>\r\n<p>Lailat al Miraj is not a public holiday in the United States. All the organizations, schools, offices, and businesses remain open. Muslim organizations or schools may alter their timing schedules. There may be local congestion on roads nearby significant mosques in the evening of the event.</p>\r\n\r\n<h2>Facts related to Lailat al Miraj</h2>\r\n<ul>\r\n<li>Muslims believe that heaven has many levels. Muhammad was carried to each one by Angel Gabriel. In each heaven, a gatekeeper asked both the angel and Muhammad to identify themselves before proceeding.</li>\r\n<li>Muslims believe that Muhammad saw \"Al-Bait-al-Mamur\" (the house of God). Gabriel said Muhammad that since the beginning of creation, 70,000 different angels pray there daily.</li>\r\n<li>Muhammad also declared that \"Sidrat al-Muntaha\" is visible in the seventh heaven. Its leaves resembled the ears of elephants, its fruits resembled those of earthen pots, and it gave rise to four rivers. Two of them were disappeared in heaven, while the additional two were made clear to one person as the Nile and the Euphrates.</li>\r\n<li>Muslims believe that God initially assigned fifty daily prayers. After Moses heard about this from Muhammad, Muhammad was encouraged to negotiate and reduce the number of prayers God appointed, which he politely reduced to five daily prayers. (Sahih al-Bukhari, Volume 4, Book 54, Hadith no. 429[6].</li>\r\n</ul>\r\n\r\n','/lailat-al-miraj/','Lailat-Al-Miraj : a major Islamic Festival','Lailat-Al-Miraj','Indian Holidays,Lailat-Al-Miraj','/i/festival-banner.jpg','wikiPedia','india','Y',464,'religious','india',NULL,NULL),(31,'india/maha-shivratri','Maha Shivratri','Religious','2022-03-01','Shivratri, Happy Shivaratri','','Worshiping Lord Shiva, fasting','','/maha-shivratri/','Maha Shivratri : Why we celebrate shivratri','Maha Shivratri','Indian Holidays,Maha Shivratri,Hindu festival','/i/festival-banner.jpg','','india','Y',9,'country','india',NULL,NULL),(32,'india/karva-chauth','Karva Chauth / Karwa Chauth','Religious','2022-10-13','Karwa Chauth','','Praying to the Moon, Fasting, Gift exchange, Wearing new clothes','','/karva-chauth/',' Karva Chauth / Karwa Chauth : a Hindu festival','Karva Chauth / Karwa Chauth','Karva Chauth , Karwa Chauth','/i/festival-banner.jpg','','india','Y',432,'religious','hindu',NULL,NULL),(33,'india/holi','Holi','Religious','2022-03-18','Festival of Colors','','Playing with Colors, Sweet distribution','','/holi/','Holi : a colorful Hindu Festival','Holi','Indian Holidays,Holi,Hindu festival','/i/festival-banner.jpg','wikiPedia','india','Y',10,'country','india',NULL,NULL),(34,'india/akshaya-tritiya','Akshaya Tritiya ','Religious','2022-05-03','Akha Teej','',' Start any new Venture, Buying Gold','','/akshaya-tritiya/','Akshaya Tritiya : a popular Hindu Festival','Akshaya Tritiya ','Akshaya Tritiya,Akha Teej ','/i/festival-banner.jpg','','india','Y',415,'religious','hindu',NULL,NULL),(35,'canada/boxing-day','Boxing Day','Religious','2022-12-26',NULL,'Y','Shopping, Outdoor Sports, Donation','<img src=\"/i/boxing-day.jpg\" alt=\"Boxing Day\">\r\n<br>\r\n\r\n<p>Boxing Day originated in England back in the middle ages. Boxing Day got its name from Queen Victoria when she was on the throne in the 1880s and not from sporting activities, as many tend to think. In Ireland, the holiday is also called St. Stephen’s Day, while in most European countries, it is celebrated as a second Christmas Day. </p>\r\n\r\n<h2>When is Boxing Day?</h2>\r\n\r\n<p>Boxing Day comes after Christmas and falls on 26th December every year. When it falls on a Saturday, Boxing Day is usually moved to the next Monday. If it falls on a Sunday, then it moves to the following Tuesday. </p>\r\n\r\n<h2>Is Boxing Day a bank holiday?</h2>\r\n\r\n<p>Boxing Day is a bank holiday across the United Kingdom. All schools, organisations, businesses and banks are closed on this date. Some may even close the whole week for Christmas and New Year celebrations.</p>\r\n\r\n<h2>What is Boxing Day?</h2>\r\n\r\n<p>The name Boxing Day is believed to originate from a time when the rich and prominent in the society used to give boxed gifts to the needy. In the early days, it was a day off for servants and the day when they received special Christmas gifts from their masters. The servants would take the boxes to their families, and together, they would open them at home. The holiday has religious connections in Ireland, where it is called Saint Stephen’s Day. </p>\r\n\r\n<p>Another popular theory states that the name has a reference to charity drives. In the early days, a box would be placed in churches on Christmas day to collect money for the poor. This box would be opened the next day, hence Boxing Day. </p>\r\n\r\n<h2>Things to do on Boxing Day?</h2>\r\n\r\n<p>Although the spirit of gifting servants has faded today, people still celebrate Boxing Day with similar jubilation. Most people prefer spending the day with family and friends as they indulge in Christmas leftovers at home. </p>\r\n\r\n<p>The open retail stores offer great Boxing Day Sales, and this day turns to be one of the major shopping extravaganzas in the country. Some people spend part of the night and early mornings queuing to be among the first to get into the stores when the bargains begin. </p>\r\n\r\n<p>This is a good time for a new home makeover as you get ready for the new year. The stores are usually offloading stock ready for the new year, which means better bargains for the citizens.</p>\r\n\r\n<p>Boxing Day is also very popular with sporting events. A few years ago, fox hunting was prevalent among the upper class, but the sport has since been outlawed. You can, however, attend or participate in other activities like horse riding, football, and cricket. Most British also enjoy showing off their eccentricity in silly activities like bizarre traditions like fun runs and swimming the icy cold English Channel. </p>\r\n\r\n<p>You can also continue with the tradition of giving gifts by donating some food and essentials to a charity. Homeless people would appreciate donations of clothes, toiletries, and of course, this would make them happier as the new year starts. </p>\r\n\r\n<p>Some people also enjoy the outdoors by walking in the crisp winter air. You can try the Snowdonia range in Wales, the Peak District in the English Midlands, The Lake District in Northern Ireland, or just walk around the local streets.</p>\r\n','/boxing-day/','Boxing Day : the day after Christmas','Boxing Day','Holidays,Boxing Day','/i/festival-banner.jpg','PhotoXpress','canada','Y',326,'country','canada',NULL,NULL),(36,'india/raksha-bandhan','Raksha Bandhan','Religious','2022-08-11','Rakhi, Rakhi Purnima','','Sisters tie a rakhi on brother\'s wrist and mark tilak','','/raksha-bandhan/','Raksha Bandhan - a famous hindu festival','Raksha Bandhan','Indian Holidays,Saraswati Pooja,raksha bandhan,Hindu festival','/i/festival-banner.jpg','Wikipedia','india','Y',13,'country','india',NULL,NULL),(37,'india/navaratri','Navaratri','Religious','2022-10-04','Sharad Navaratri','','Nine forms of godess are worshiped.','','/navaratri/','Navaratri : a major hindu festival of India','Navaratri','Indian Holidays,Navaratri,Hindu festival','/i/festival-banner.jpg','wikiPedia','india','Y',427,'religious','hindu',NULL,NULL),(38,'christian/palm-sunday','Palm Sunday','Religious','2022-04-10','Sunday before Easter','','Worshippers to receive fresh palm leaves on Palm Sunday','\r\n<p>Palm Sunday celebrates on the Sunday before Easter, which begins Holy Week. It is the day we recognize and commemorates when Jesus entered Jerusalem as Savior and King. According to the Gospels, as Jesus entered Jerusalem on a donkey, the crowd greeted him by waving and laying palm branches on his way. Today, palms used during the Palm Sunday ceremony.</p>\r\n<p>The palm leaves are a symbol of victory and happiness among many Christians in the United States. Some churches use silk plant leaves or replace palm leaves with olive branches on Palm Sunday because palm leaves can be challenging to find in some areas of the United States.</p>\r\n<p>During the service, the palms are blessed and then collected and burnt to ashes for next year\'s Ash Wednesday celebration.</p>\r\n\r\n<h2>How Do People celebrate Palm Sunday?</h2>\r\n<p>Palm Sunday is celebrated by people, organizing holy music performances in many cities and towns throughout the United States. They are usually sponsored and regulated by local churches, but may also be part of the music community\'s annual concert series. This program ordinarily starts on or before Palm Sunday and may last throughout Holy Week. Bethany College\'s Messiah Festival has been celebrating form more than 100 years during Holy Week in Lindsborg and Kansas.</p>\r\n<p>Plays or exhibitions that focus on the themes of Holy Week also performed on Palm Sunday. The Fleet\'s Blessing held on Palm Sunday each year in St. Augustine and Florida. Shrimps trawlers and other fishing boats, as well as privately owned boats, also visit the city to receive blessings. In the United States, it is a common thing for Christians to put holy palm leaves in the shape of a cross behind any religious images or statues in homes, restaurants, and shops.</p>\r\n\r\n<h2>Is Palm Sunday a Government Holiday?</h2>\r\n<p>Palm Sunday is not a government holiday. Most businesses, stores, and restaurants follow regular Sunday opening hours in the United States. Although, It falls on a Sunday, which is a non-school day and non-working day for many Americans. They follow the regular schedule of Sunday, as there is no change in schedule. You may find traffic on the roads due to this festival.</p>\r\n\r\n<h2>Palm Sunday Facts</h2>\r\n<ul>\r\n<li>Groups of people greeted Jesus to Jerusalem by throwing their cloaks on his path and waving palm branches (John 12:19, Mark 11:1-11, Matthew 21:1-11). </li>\r\n<li>The foal that Jesus rode on in Jerusalem (Luke 19: 28–44), the Old Testament was asked to fulfill the prophecy about the Messiah, the savior of Israel. The scripture of the Old Testament that he completed is Zechariah 9: 9 \"Rejoice greatly, O daughter of Zion! Shout aloud, O daughter of Jerusalem! Behold, your king is coming to you; righteous and having salvation is he, humble and mounted on a donkey, on a colt, the foal of a donkey.\"</li>\r\n<li>Many churches provide palms as part of Mass on this day. The palms typically weaved into crosses and other religious symbols.</li>\r\n</ul>\r\n','/palm-sunday/','Palm Sunday : The Sunday before Easter','Palm Sunday','palm sunday,holidays','/i/festival-banner.jpg','Pixabay','international','Y',332,'religious','christian','N',NULL),(39,'islam/ramadan-start','Ramadan','Religious','2022-05-02','Ramazan, Ramzan, Ramadhan','','Community iftars and Community prayers',' \r\n<p>Ramadan is the ninth month in the Islamic calendar, consisting of 12 months and lasting approximately 354 days. The word \"Ramadan\" originated from an Arabic name, which is identified by intense heat, scorched grounds, and a shortage of food and drink. It granted as the most sacred and blessed month. Fighting is not allowed during this period.</p>\r\n<p>The month of Ramadan traditionally begins with the sighting of the new moon, which is the beginning of the ninth month in the Islamic calendar. Many Muslims avoided food, drink, and some other activities during the daytime in Ramadan. It is regarded as the most sacred season in the Islamic year and celebrates the time when the Quran (Islamic holy book) is shown to Prophet Muhammad. It is one of the last ten nights of the month on Laylat al-Qadr. The end of Ramadan is when the first curve of the new moon is seen again, marking the beginning of the new lunar month. Eid al-Fitr is an Islamic holiday that signifies the completion of Ramadan. </p>\r\n \r\n<h2>How do People celebrate Ramadan?</h2>\r\n<p>Ramadan is a period of fasting for various Muslims in the United States. Fasting throughout Ramadan is one of the five pillars of Islam. It is a period of self-examination and heightened religious devotion.</p>\r\n<p>People of the Islamic religion are encouraged to recite the entire Quran during Ramadan. Some Muslims recite the whole Quran by the end of Ramadan by special prayers known as Tarawih. These prayers held in mosques, during which a section of the Quran is recited every night of the month. Ramadan is also a month for works of charity. Some Islamic centers and organizations actively participate in charity events and activities such as giving necessities, including clothing, food, donating school equipment to the homeless or schools.</p>\r\n<p>Some schools may organize special programs to welcome Ramadan for Islamic religious students. Some school authorities may assign requests on or before Ramadan, asking staff members in all schools within the district to help Muslim students perform fasting rituals.</p>\r\n \r\n<h2>Is Ramadan a public holiday?</h2>\r\n<p>Ramadan is not a public government holiday. Many Islamic businesses and organizations in the United States may reduce their opening hours for prayer times during Ramadan. There may be jams around mosques at the time of prayer.</p>\r\n \r\n<h2>Facts related to Ramadan </h2>\r\n<ul>\r\n<li>The word Ramadan comes from Ramada, which means \'sunbaked\' in Arabic. It is probably a reference to the suffering of hungry Muslims while fasting.</li>\r\n<li>According to Islamic tradition, menstruating women, women who are experiencing bleeding after giving birth, men who are ill, and travelers are free from fasting. Fasting is also an option for pregnant women.</li>\r\n<li>When Ramadan ends in Islamic countries, and the new moon is first seen, people beat drums and give great shouts.</li>\r\n<li>According to the belief of the Sunnah, Prophet Mohammad once said, there is no conceit in fasting.</li>\r\n</ul> \r\n \r\n \r\n \r\n','/ramadan/','Ramadan : The month of fasting','Ramadan','Ramazan, Ramzan, Ramadhan','/i/festival-banner.jpg','Pixabay','international','Y',466,'religious','islam','Y',NULL),(44,'christian/all-souls-day','All Souls\' Day','Religious','2022-11-02','Day of the Dead','N','Visit graves, place candles on tomb,wear masks, carry signs, or embed up elaborate decorations to honor the dead','<p>All Souls\' Day was initially founded in the monastery in Cluny in 993 CE and quickly expanded everywhere in the Christian world. All Souls\' Day celebrates and honors the dead. It was Saint Odilo, who recommended this Day after All Saints\' Day in the 10th century to honor the dead, especially those whose souls were still in purgatory. According to Catholic belief, when somebody dies, their souls go to one of three places: heaven, hell, or purgatory, which thought to be where most people end up purified and perfected before they enter heaven.</p>\r\n\r\n <p>Although some Protestants celebrate All Souls\' Day, it was initially a Roman Catholic, Anglican, and Orthodox holy day. Depending on the sect of Christianity, All Souls\' Day held on different days. In Western Christianity, it falls on 1 November. Beliefs and traditions connected with the DayDay differ depending on denominations and countries.</p>\r\n\r\n<h2>How do People celebrate All Souls\' Day?</h2>\r\n<p>All Souls\' Day is a time of prayer for the deceased spirits in the United States. Several Christians visit graves where their loved ones buried. In some cemeteries, candles placed on these tombs. The candles are blessed and placed in the cemetery marked with the deceased\'s name. The Catholic Church memorializes deceased members of the group on this Day.</p>\r\n\r\n<p>(Day of the Dead) DÃa de Los Muertos is celebrated in many parts of the United States, mainly where there are large Latin American communities. Day of the Dead events occurs in the form of parades, festivals, and group celebrations, which are held on 1-2 November to correspond with All Souls\' Day and All Saints\' Day. During these ceremonies, some people wear masks, carry signs, or embed up elaborate decorations to honor the dead. Some community centers invite people to honor their deceased loved ones with offerings that include food, flowers, symbols, photos, candles, and other mementos. Altars are also made in people\'s homes in memory of the dead.</p>\r\n\r\n<h2>Is All Souls\' Day a Federal holiday in the US?</h2>\r\n<p>All Souls\' Day is not a federal holiday. Mostly all schools, colleges, businesses, shops, and organizations remain open. Transport service runs on their schedule time. People who live in towns where Day of the Dead celebrated in the form of parades and festivals may need to check traffic reports as there is a possibility of traffic congestion or blocked streets.</p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n','/all-souls-day/','Christmas Day or XMas is celebrated on 25th December : USA Holidays','Christmas Day is a Christian festival, celebrated on 25th December in all over the world.','Holiday, All Souls\' Day,calendar','/i/festival-banner.jpg','','us','Y',217,'country','us',NULL,NULL),(43,'buddhist/mahayana-new-year','Mahayana New Year','National','2022-01-18','Gift exchange, Fireworks, Dragon and Lion, Family gethering','N','Visit local Buddhist temple, pray, bathe budha statue, some offerings to monks','<p>The first full moon in January marks the beginning of the new year in the countries which follow the Mahayana Buddhism beliefs. </p>\r\n\r\n<p>Although the Buddhist New Year falls on a different day, it depends upon ethnicity and country. For example, Chinese, Koreans, and Vietnamese hold their celebrations in correspondence with the lunar calendar, either late January or early February. Whereas Tibetans usually celebrate roughly one month later.</p>\r\n\r\n<p>The largest category of Buddhism is Mahayana. Mahayana Buddhists consider that any person can obtain enlightenment in his current lifetime. They think that knowledge can be made not only by nuns and monks but also by ordinary Buddhists. The goal of religion is to help people, achieve understanding through good deeds, and by following the teachings of Buddha.</p>\r\n\r\n<h2>How people celebrate Mahayana New Year?</h2>\r\n <p>People visit this day to the nearest local Buddhist temple, pray and glorify the Buddha. This festival is about his life and new beginnings. You can also make some offerings for the monks and the temple. Just remember the rules of the temple, which they strictly follow. You should pray for a successful year under his guidance. \r\nAn everyday activity for this day is to bathe the statue of Buddha. People understand that this method enables one to overcome all negative thoughts. To do this, you can pour water on your Buddha statue and think clearly about your negative thoughts then focus on the right sides.</p>\r\n<p>You can also bring the celebration of this day on social media. You can use the hashtag<a href=\"https://twitter.com/hashtag/MahayanaNewYear\" target=\"_blank\" rel=\"nofollow\"> #MahayanaNewYear</a> to tell your friends and followers that you are participating in the celebration of this day.</p>\r\n<ul>\r\n<li>\"May your days be as glittery as a diamond, may your friends be as good as gold, may your heart stay as green as an emerald, and may your soul remain as pure as a pearl.\"</li>\r\n<li>Happy New Year! Always welcome the new morning with a new spirit, a smile on your face, love in your heart, and good thoughts in your mind.\"</li>\r\n<li>\"An idea that is developed and put into action is more important than an idea that exists only as an idea.\" – Buddha</li>\r\n<li>\"The ego\'s root feeling is that if I do not hold myself together, there will be a falling apart into something chaotic and stressful. So there is anxiety, energetic anxiety which is located in the body, in the whole active system of the body and interpersonal turbulence reminds us again and again \'If I don\'t keep it together, I will get in trouble.\'\" – Dalai Lama</li>\r\n<li>\"Do not overrate what you have received, nor envy others. He who envies others does not obtain peace of mind.\" – Buddha</li>\r\n</ul>\r\n\r\n\r\n\r\n','/mahayana-new-year/','Chinese New Year -The most important festival of China','Chinese New Year also known as Lunar New Year is a very popular ancient festival, celebrated in China.','chinese holiday,mahayana new year','/i/festival-banner.jpg',NULL,'chinese','Y',473,'country','china',NULL,NULL),(40,'china/chinese-new-year','Chinese New Year','National','2022-02-01','Gift exchange, Fireworks, Dragon and Lion, Family gethering','N','Gift exchange, Fireworks, Dragon and Lion dance, Family gathering','\r\n<p>The Chinese New Year is a Chinese festival that celebrates the beginning of the new year on the traditional Chinese calendar. This festival is commonly known as the Spring Festival in mainland China. The first day of the Lantern Festival held on the 15th day of the year, is traditionally celebrated from the evening. The first day of the Chinese New Year starts on the new moon and, based on the Chinese Lunar Calendar, usually appears between 21 January and 20 February.</p>\r\n\r\n<h2>Is the Chinese new year is a federal holiday?</h2>\r\n<p>The Chinese New Year is not a national public holiday in the United States. However, some Chinese businesses may remain closes on the day or may change their business hours to participate in the Chinese New Year celebration. There may be heavy traffic on roads, or some routes may close in towns or cities, due to the festival of the Chinese New Year.</p>\r\n\r\n<h2>How do people celebrate the Chinese new year?</h2>\r\n<p>Many individuals and communities in the United States, especially the Chinese community, participate celebrations, which can last for days. The Chinese New Year is celebrating in the United States from the past many years, including activities and events:</p>\r\n<ul>\r\n<li>Chinese New Year parades featuring colorful costumes, floats, firecrackers, and other attractions</li>\r\n<li>Various dances, including lion and dragon dances</li>\r\n<li>Balls and pageants</li>\r\n<li>Chinatown fun runs or walks</li>\r\n<li>Street fairs</li>\r\n<li>Firework displays</li>\r\n</ul>\r\n<p>Some organizations may organize exclusive contests or announce to coincide with the Chinese New Year. For instance, On the occasion of Chinese New Year, some newspapers or magazines may publish the best 10 Chinese restaurants in a city or town. It is common for many Chinese-American families to spend time together and exchange gifts, including money covered in red and gold packages that usually given to children.</p>\r\n\r\n<h2>Traditions of Chinese New Year</h2>\r\n<p>The Chinese New Year connected to many myths and customs. This festival is traditionally a time to honor the gods as well as ancestors. It is also traditional for every family to clean their house thoroughly, remove any misfortune, and make way for good luck to come. Another tradition is decorating the doors and windows with red paper-cut and couplets. Popular themes for these couplets and paper-cuts are good luck or happiness, wealth, and longevity. Dumplings are prominently featured in the food to celebrate the festival. It usually serves as the first meal of the year, either at night or in the morning as a breakfast on the first day.</p>\r\n\r\n\r\n','/chinese-new-year/','Chinese New Year -The most important festival of China','Chinese New Year also known as Lunar New Year is a very popular ancient festival, celebrated in China.','chinese holiday, new year,calendar','/i/festival-banner.jpg',NULL,'chinese','Y',79,'country','china',NULL,NULL),(45,'christian/ash-wednesday','Ash Wednesday','Religious','2022-03-02','','N','Gathering together','<p>Ash Wednesday is a Christian sacred day of fasting and prayer. It is headed by Shrove Tuesday and falls on the Lent\'s first day, the six weeks of repentance before Easter. Western Christians traditionally observe Ash Wednesday. </p>\r\n<p>As it is the Lent\'s first day, some Christians start Ash Wednesday by pointing a Lenten calendar, praying a Lenten daily devotional, and restraining from a luxury. It is not a national holiday in the United States.</p>\r\n<h2>Where do the Ashes Come from for Ash Wednesday?</h2>\r\n<p>In many gatherings, ashes prepared from burning palm branches from last Palm Sunday. On the day of Palm Sunday, churches bless and hand over palm branches to attendees, referencing the Gospel account of Jesus\' triumphal entry into Jerusalem, when observers lay palm branches on their way.</p>\r\n<h2>What do the Ashes Symbolize?</h2>\r\n<p>The ashes of this celebration symbolize two main things: death and repentance. \"Ash is similar to dust, and the human body made up of dust or mud, and when a human corpse decomposes, it reverts to dust or ashes.\"</p>\r\n<p>On Ash Wednesday, when we go ahead to receive ashes, and we are saying that we are sorry for sins. We desire to use the season of Lent to heal our faults, control our desires, purify our hearts, and grow in worship so that we will prepare to celebrate Easter with great joy.</p>\r\n<p>With a focus on our mortality and sinfulness, Christians can fully enter the Lent season, while waiting for greater anticipation and enjoyment of the message of Easter and Christ\'s ultimate victory over sin and death.</p>\r\n \r\n<h2>What Are You Not Allowed to Eat on Ash Wednesday?</h2>\r\n<p>As for the exact rules and practices of Lent, they have changed over the years. In the early centuries, the provisions of fasting were strict, as they are still in Eastern churches. One day a meal was allowed in the evening, and meat, eggs, fish, and butter were forbidden. The Eastern Church also prohibits the use of alcohol, oil, and dairy products. These fasting rules have gradually relaxed in the West. The strict law of fasting amongst Roman Catholics spread during World War II, and only Ash Wednesday and Good Friday now kept as Fast Lenten days.</p>\r\n \r\n<h2>Ash Wednesday Facts & Quotes</h2>\r\n<ul>\r\n<li>Ashes to ashes, dust to dust is a phrase usually mentioned during Ash Wednesday services. It means that we remind our mortality that we began as dust, and our bodies will eventually revert to dust after our death. This phrase originates from Genesis 3:19: \"Dust thou art, and unto dust shalt thou return.\"</li>\r\n<li>Ashes symbolize the dust that we ultimately become after death. It evokes us of our mortality, and our time on earth is limited.</li>\r\n<li>Ash Wednesday is the day next Mardi Gras. As it is the last day before the beginning of Lent, it often accompanied by celebration. The idea is that it is the last day to indulge before the Lenten period of moderation and repentance.</li>\r\n<li>Ash Wednesday is not a sacred day of obligation. It is not in the Bible. However, the Bible records account of people in the Old Testament as symbols of dust and ashes and as remorse or mourning.</li>\r\n</ul>\r\n \r\n \r\n\r\n','/ash-wednesday/','Ash Wednesday is a Christian sacred day of fasting and prayer. It is headed b','Christmas Day is a Christian festival, celebrated on 25th December in all over the world.','Holiday, All Souls\' Day,calendar','/i/festival-banner.jpg','','us','Y',217,'country','us',NULL,NULL),(46,'us/epiphany','Epiphany','Religious','2022-01-06','','','',' \r\n<p>Epiphany Day is a Christian celebration that marks the day when the Three Kings visited Jesus by following a star to reach him. They developed a bright star that predicted the birth of Jesus and brought gifts of gold, frankincense, and myrrh.</p>\r\n<p> Usually, this festival commemorated in Western Roman Catholic and Protestant churches. It marks 12 days after Christmas on the 6th of January. Some places celebrate this festival for two occasions that are: to remember Jesus\'s baptism and three Wise Men who visited the infant Jesus. This festival is also called The Festival of the Three Magic Kings.</p>\r\n \r\n<h2>What Do People celebrate Epiphany?</h2>\r\n<p>Epiphany celebrates by the people from the US Virgin Islands to highlight and maintain their culture and customs, particularly on the island of St Croix, where the celebrations of this day feature food, parades, bands, music, and other types of entertainment. Many Christians participate in Epiphany activities such as:</p>\r\n<ul>\r\n<li>Churches hold star processionals services on the Sunday closest to Epiphany.</li>\r\n<li>They create treasure hunts to discover a statue of the Christ child.</li>\r\n<li>Also, organize Epiphany parties, luncheons, and celebrations among churchgoers.</li>\r\n<li>Focusing on Epiphany, some Sunday school organize activities for children, such as designing the star that directed the wise men to Bethlehem.</li>\r\n</ul>\r\n \r\n<p>Epiphany points to the beginning of the Mardi Gras season in Louisiana. It is common to bake king cakes during this period of the year. These cakes may include a small trinket. The person who gets a piece of cake with a toy gets various privileges or responsibilities. They may request to provide the next king cake. The interval between Epiphany and Mardi Gras sometimes referred to as \"King Cake Season.\"</p>\r\n \r\n<h2>Is Epiphany is a public holiday?</h2>\r\n<p>Epiphany is not a public holiday in the US except the US Virgin Islands, where government offices, shops, businesses, and stores remain closed. Some companies or stores may close early the day before the holiday.</p>\r\n \r\n<h2>Facts about Epiphany</h2>\r\n<ul>\r\n<li>A perfume, frankincense, myrrh, and anointing oil, were traditional gifts for kings in Christ\'s time. These were the presents that the wise men gave to the infant Jesus.</li>\r\n<li>Epiphany means \'manifestation\' in Latin American culture. They celebrated this festival with plays and unique tunes that indicate the arrival of the three kings or magi. Children place boxes of dried grass under their beds for the magi\'s camels, and they receive return gifts.</li>\r\n<li>In some Eastern Orthodox Christian societies, Epiphany is celebrated by a parade to the nearest lake, ponds, and rivers. The priest sanctifies the water, and he throws a cross in the waves. People dive into the water to find the cross and the one who finds it especially blessed in the New Year.</li>\r\n</ul>\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n','/epiphany/','Christmas Day or XMas is celebrated on 25th December : USA Holidays','Christmas Day is a Christian festival, celebrated on 25th December in all over the world.','Holiday, All Souls\' Day,calendar','/i/festival-banner.jpg','','us','Y',110,'religious','us',NULL,NULL),(47,'christian/holy-innocents','Holy Innocents','Religious','2022-12-28','','',NULL,'<p>Holy Innocents Day annually observed on December 28. The purpose of this festival is to commemorate the massacre of the innocent male children by King Herod in Bethlehem, as he was also attempting to kill baby Jesus, told in Matthew 2:16.</p> \r\n<p>Holy Innocents is also known as Childermas, Innocents’ Day, and Feast of the Holy Innocents. It is a holiday that falls on different days in the Western and Eastern Christian churches. It refers to King Herod’s order found in Matthew’s account of the king’s reaction to the fulfillment of the Old Testament prophecy. These children recognized as martyrs, Saints of God, by the Church.</p>\r\n\r\n<h2>How do people celebrate Holy Innocent?</h2>\r\n<p>On Holy Innocent day, there is a culture to give the power of the household to the youngest child to rule for a day. The youngest child is in charge of everything in the house, such as what to eat, where to go, and what to do. People usually attend church services in which the priest states a prayer called the Blessing of the Children.</p>\r\n\r\n<h2>Is holy innocent a federal holiday?</h2>\r\n<p>Holy Innocent is not a federal holiday in the United States. Mostly all banks, businesses, shops, and government organizations remain open on this day. Transport services run on their regular schedule.</p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n','/holy-innocents/','Christmas Day or XMas is celebrated on 25th December : USA Holidays','Christmas Day is a Christian festival, celebrated on 25th December in all over the world.','Holiday, holy innocents,christian festival','/i/festival-banner.jpg','','us','Y',402,'religious','us',NULL,NULL),(48,'christian/pentecost','Pentecost','Religious','2022-06-05','','',NULL,'<p>Pentecost is a Christian festival that commemorates the gift of the Holy Spirit. The day used to recognize as Whitsun, a Christian holiday. The holiday is usually full of good spirits. Priests will wear red robes as a symbol of the flames in which the Holy Spirit came to Earth. Symbolism is an essential part of this day. The Holy Spirit is the third part of the Trinity (Father, Son, and Holy Spirit), which Christians use as a method to understand God. In reality, Pentecost is the birthday of the Christian faith.</p>\r\n<p>Pentecost takes place on Sunday, after 50 days of easter. Pentecost celebrated widely as a secular public holiday, not as a holy day. Many industries have a day off for workers on account of a secular public holiday.</p>\r\n\r\n<h2>How do People celebrate Pentecost?</h2>\r\n<p>In the United States, Christians share their views about the meaning of Pentecost how the variety of languages and cultures can improve their worship and fellowship with each other. Christians observe Pentecost as an extension of God\'s favor and regard from Judaism to all peoples. Many churches commemorate Pentecost with a worship service. </p>\r\n\r\n<h2>Is Pentecost a Government Holiday?</h2>\r\n<p>Pentecost is not a government holiday. It happens on Sunday, and most businesses, stores, and restaurants follow regular Sunday opening hours in the United States. Transport service is on their schedule time.</p>\r\n\r\n<h2> Facts related to Pentecost</h2>\r\n<ul>\r\n<li>Red is the color of Pentecost. Churches decorated in crimson color (deep red color), and sometimes people dress up in red to signify the day. The color originates from the flame that scripture says appeared above the heads of each of the disciples (Acts 2:3).</li>\r\n<li>Pentecost is sometimes named Whitsunday (vocalized: \'with - Sunday\'), in the Roman Catholic tradition. The name comes from the white-colored clothes that people usually wear when they are baptized.</li>\r\n<li>The Holy Spirit, often described in the Bible as wind or a dove, is the third part of the Christian Trinity, which also includes the God, Father, and Jesus Christ, the Son. Sometimes the Holy Spirit referred to as the Holy Ghost.</li>\r\n<li>In the U.S., some churches hold confirmation on Pentecost. Acceptance is a designation given to youth that offers responsibility for their faith.</li>\r\n</ul>\r\n\r\n\r\n\r\n\r\n\r\n\r\n','/pentecost/','Christmas Day or XMas is celebrated on 25th December : USA Holidays','Christmas Day is a Christian festival, celebrated on 25th December in all over the world.','Holiday,pentecost,christian festival','/i/festival-banner.jpg','','us','Y',102,'country','us',NULL,NULL),(49,'christian/st-nicholas-day','Saint Nicholas','Religious','2022-12-06','Saint Nicholas Day','',NULL,'<p>Saint Nicholas Day observed on December 6 in the US. The legendary personality of St. Nicholas is derived from Nicholas of Myra, who directed as a bishop in the 4th century. During his existence, he developed a respect for gift-giving by inserting coins into other people\'s shoes, which considers for many of today\'s Christmas beliefs that include leaving gifts in shoes or boots.</p>\r\n<p>\r\nSome Europeans who resettled to the United States brought with them beliefs, customs, and practices associated with St Nicholas\' Day. It has recorded that celebrations related to the observance took place in cities such as New York in the early 1800s.</p>\r\n \r\n<h2>How people Celebrate St Nicholas\' Day?</h2>\r\n<p>The children in families who celebrate St Nicholas\' Day receive treats - including candy, fruit, cookies, or small toys on December 6 in socks, shoes, stockings, or bags. Some churches have unique services dedicated to the feast of St Nicholas day.</p>\r\n \r\n<p>In the United States, there is a custom associated with Saint Nicholas Day that children are leaving their shoes in the entrance hall on Saint Nicholas Eve in the belief that Saint Nicholas will put some coins on the soles.</p>\r\n \r\n<p>Surprise someone with a treat or a gift into their shoe on Saint Nicholas Day. Use <a href=\"https://twitter.com/hashtag/StNicholasDay\" target=â€_blank†rel=â€nofollowâ€>#StNicholasDay</a> to post on social media to tell your friends and followers, that you are engaging in the celebration of this day.</p>\r\n \r\n<p>Feasts of Saint Nicholas not celebrated nationally. The cities which have strong German influences celebrate St. Nick\'s Day on a large scale similar to the German customs, like Evansville, Indiana, Cincinnati, Wisconsin, Ohio, Texas, Milwaukee, Newport News, Fredericksburg, Virginia, Missouri, St. Louis, and Pittsburgh, Pennsylvania. </p>\r\n \r\n<p>Although it is not widespread in other countries, some people in the United States celebrate a different St Nicholas Day by placing their shoes outside their bedroom doors or hanging an empty stocking at the fireplace on the eve of December 5. St Nicholas then arrives during the night. On the 6th December morning, people will find their shoes or stockings full of gifts and sugary treats. </p>\r\n \r\n<p>The adoption of the custom of this day has widely spread among the German, Belgian, Polish, and Dutch communities throughout the United States. Americans celebrating Saint Nicholas Day usually celebrate Christmas Day (December 25) as a separate holiday. Some of the Christmas traditions and rituals are similar to the traditions of Saint Nicholas Day, such as dropping out a shoe or stocking to be filled.</p>\r\n \r\n \r\n \r\n \r\n','/st-nicholas-day/','Christmas Day or XMas is celebrated on 25th December : USA Holidays','Christmas Day is a Christian festival, celebrated on 25th December in all over the world.','Holiday,saint nicholas,christian festival','/i/festival-banner.jpg','','us','Y',399,'religious','us',NULL,NULL),(50,'india/lailat-al-baraah','Lailat al Bara\'ah','Religious','2022-03-18','Shab-e-Barat','','',' \r\n<p>The Lailat-ul Barat is an essential night for the Muslims and also popularly known as Shab-e-Barat. It is regarded as one of the most sacred nights on the Islamic calendar. Lailat means night, and Barat relates to Privilege. It is believed, God himself blesses all human beings and accumulates all of us in his eternal mercy. Lailat al Barat takes place in the middle of the month of Sha\'ban, one month before Ramadan.</p>\r\n<p>The night starts on the 14th and ends at dawn on the 15th of Sha\'ban. Muslims recommended a fast of at least six days of this month. According to Islamic tradition, Prophet Muhammad fasted more in Sha\'ban than in any other months.</p>\r\n \r\n<h2>How do people celebrate Lailat al Barat?</h2>\r\n<p>Lailat al Barat celebrates a night that Muslims believe God descends from heaven and forgives sins very generously. For this reason, Muslims spend the night in special prayers, reciting from the Holy Qur\'an, and perform other religious rituals, hoping to receive divine blessings for the well-being of humanity.</p>\r\n<p>On this night, most Muslims try to stay awake in prayer as much as possible. Many people will fast on the day next to Laylat al Barat. It is a tradition to visit the graves of their loved ones and pray for the peace of their souls. </p>\r\n \r\n \r\n \r\n','/lailat-al-baraah/','Lailat Al Baraah: a major Islamic Festival','Lailat Al Baraah','Indian Holidays,Lailat Al Baraah','/i/festival-banner.jpg','','india','Y',465,'religious','india',NULL,NULL),(51,'islam/laylat-al-kadr','Laylat al Qadr','Religious','2022-04-28','','','visit a mosque, read the Koran, and pray to God','<p>Lailat al Qadr marks the time when the first verses of the Koran were revealed to the Islamic Prophet Muhammad. It is considered that at some time, possibly in 610 CE, he got the first verse of the Koran from God. However, it is not clear when the revelation occurred. Prophet Mohammed spent an extended period, especially during Ramadan, meditating about the world around him and seeking help to rid his people of moral evils and idolatry. On some occasions, he traveled to Hira Cave, a small cave in the hills near Mecca, now Saudi Arabia.</p>\r\n\r\n<h2>How do People celebrate Laylat al Qadr?</h2>\r\n<p>Lailat al Qadr marks the time when the first verses of the Quran were revealed to the Islamic Prophet Muhammad. It also assumed that this night marks his fate in the following year. Many Muslims consider the last ten days of Ramadan to be particularly sacred. During this period, they try to visit a mosque, read the Koran, and pray to God at night for mercy, forgiveness, and salvation. This practice also named Ehya. </p>\r\n\r\n<p>This \"night of the power\" is considered the most suitable time of the whole year to pray for salvation and blessings. It is believed that the past sins of a Muslim are forgiven if the person prays on this night. Many gather in mosques during Isha\'s prayer; many prayers are performed till midnight.</p>\r\n\r\n<h2>Is Laylat al-Qadr a national government holiday?</h2>\r\n<p>Laylat al-Qadr is not a national government holiday in the United States. Still, many Islamic organizations and businesses can change their opening hours, and there may be some blockage around mosques, especially in the evening and at night.</p>\r\n\r\n <h2>Facts related to Laylat al Qadr</h2>\r\n<ul>\r\n<li>A complete chapter of the Quran, called \"Al-Qadr,\" is dedicated to explaining the benefits of worshipping on Laylat al Qadr.</li>\r\n<li>According to Islamic tradition, the following are tokens of The Night of Power every year: A quiet night with average temperatures, no shooting stars, and a moon that glows without rays. When the sun rises, it will appear as a circle with no beams of light coming out of it.</li>\r\n<li>Some Muslims assume that on this night, the entire Quran revealed to Angel Gabriel, who recited the verse of Mohammed for more than twenty-three years when God ordered to do so.</li>\r\n<li>Muslims who can take time off work expect to offer namaz on each of the last ten nights, hoping to find Lailat al Qadr, trying to emulate the traditions of Prophet Muhammad. They fast throughout the day and read the Quran and pray during the night. Prophet Muhammad applied to do the same. In fact, according to his wife, he tightened his belt and implored all night, and encouraged his family members to pray all night. (Bukhari, Sahib Bukhari, Volume 3, Book 32, Number 241)</li>\r\n</ul>\r\n\r\n\r\n\r\n\r\n','/laylat-al-qadr/','Laylat al Qadr: a major Islamic Festival','Laylat al Qadr','Indian Holidays,Laylat al Qadr','/i/festival-banner.jpg','','india','Y',467,'religious','india',NULL,NULL),(53,'jewish/hanukkah-end','Hanukkah Ends(Jewish Festival)','Religious','2022-12-26','Chanukah, Chanukkah, Chanuka, Festival of Lights, Feast of Dedication','','Lighting Candles on the Menorah, Gift exchange','<p>In the United States, many Jews consider the last day of Hanukkah as the end of Hanukkah celebrations. Hanukkah is also recognized as the Festival of Lights, are an eight-day Jewish customs to remember the Jewish people struggle for religious freedom.</p>\r\n\r\n<p>Hanukkah celebrates the Jewish people\'s successful rebellion against the Syrians in the Maccabean War in 162 BCE. A custom of cleaning and rededicating the Temple happened after the victory of the Jewish people. It is believed that there was just enough oil to light the lamp throughout the day, but the small oil bottle miraculously lasted for eight days.</p>\r\n\r\n<p>Besides, the existence of Judaism over many years is also celebrated during this time. Hanukkah is celebrated for eight days, from the 25th day of Kislev month to the second day of the Tevet in the Hebrew calendar. It is necessary to remark that many Jewish rituals begin at sunset on the day before.</p>\r\n\r\n<h2>Is Last Day of Hanukkah a Public Holiday?</h2>\r\n<p>The Last Day of Hanukkah is not a public holiday in the United States. Businesses, schools, banks, restaurants, and public transport runs on their regular schedule. But, many Jewish schools have their school holidays fall around the same period as Hanukkah.</p>\r\n\r\n<h2>How do People Celebrate Hanukkah?</h2>\r\n<p>Hanukkah is one of the happiest Jewish celebrations for many Jewish Americans. Many families light candles on the Hanukkah on a type of candle holder, give gifts, eat sizzling potato pancakes, and play with the dreidel, a spinning toy that is particularly popular during Hanukkah.</p>\r\n<p>Hanukkah\'s last day is the eighth day of Hanukkah. It is also recognized as Zos Hanukkah, Zose Hanukkah, or Zot Hanukkah. According to Jewish belief, it is the second day of the Tevet month and indicates the day on which the glorious miracle of oil occurred. It is a special day because it encapsulates all of Hanukkah.</p>\r\n\r\n<p>Hanukkah events in the United States include the day or evening events of making popular food eaten during Hanukkah, especially food fried in oil. Music nights are reserved for singing and playing the dreidel, games programs, as well as music and drama.</p>\r\n\r\n\r\n\r\n\r\n\r\n','/hanukkah/','Hanukkah : also known as the Festival of Lights or Feast of Dedication is a Jewi','Hanukkah (Jewish Festival)','hanukkah','/i/festival-banner.jpg','','us','Y',461,'religious','jewish',NULL,NULL),(55,'jewish/sukkot-end',' Sukkot Ends(Jewish Festival)','Religious','2022-10-16','Succot, Sukkos, Feast of Tabernacles, Feast of Booths','','Eating in Sukkah, Carrying the Four Species','<p>According to Jewish teachings, the Sukkot session is a moment to recognize the Jews traveling in the desert for 40 years, leading their exodus from Egypt. It is also a chance to commemorate the grape harvest. Some references demand that Sukkot extends for about seven days, while others say it is an eight-day festival.\r\nThe Sukkot seventh day is recognized as Hoshana Rabbah, while the eighth day is called Shemini Atzeret, and the next day is called Simchat Torah. Hoshana Rabbah is known as the time of the final sealing of the judgment, which began on Rosh Hashanah.</p>\r\n\r\n<h2>Is the last day of Sukkot a federal holiday?</h2>\r\n<p>In the United States, the last day of Sukkot is not a national public holiday. Government organizations or businesses remain open and run on their working hours. However, many Jewish businesses, schools, and organizations stay closed or reduce the level of service.</p>\r\n\r\n<h2>How do People celebrate the last day of Sukkot?</h2>\r\n<p>A unique service in the synagogue marks Hoshana Rabbah. During the ceremony, the Torah rolls are taken out of their ark, and worshipers make seven circuits holding four species and recite Hoshonot (Psalm 118: 25). The four species of plants with symbolic meanings are waved in guided directions after a blessing during Sukkot, excluding Shabbat (Sabbath). People can do it in the synagogue, Sukka, or at home. The caravan, a willow branch, is also beaten.</p>\r\n<p>Some sources say that it is common to wear a kittel on the last day of Sukkot. It is also customary to have a festive meal in the Sukkah in the afternoon to fulfill the religious duty (mitzvah) of staying in Sukka once in the last time of the year. According to Jewish belief, heavenly decrees made on Rosh Hashanah (and the seal on Yom Kippur) are sent to Hoshana Rabbah. The main book of Kabbalah also says that countries around the world are judged on this day.</p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n','/sukkot/','Sukkot : A week long Jewish Festival','Sukkot (Jewish Festival)','sukkot','/i/festival-banner.jpg','','us','Y',456,'religious','jewish',NULL,NULL),(54,'jewish/lag-bomer',' Lag BaOmer(Jewish Festival)','Religious','2022-05-19',' Lag BaOmer','','holding bonfires for friends and family','<p>In the United States, many Jews celebrate Lag B\'Omer, and also known as Lag BaOmer, on the 18th day of Iyar month, according to the Jewish calendar. The name of this practice means the 33rd day of the count of Omer.</p>\r\n<p>An \"Omer\" indicates to a sheaf of barley or wheat. In the book of Leviticus, it is printed that God had instructed the people to present a bunch of cereal between Passover and Shavuot. The day number was announced after the dusk service, and at this time, tradition came to be known as the \"counting of the Omer.\"</p>\r\n\r\n <p>Another story claims that in the second century CE, a plague attacked Rabbi Akiba\'s students suddenly stopped on this day. Many Jewish people mark this day by recognizing the death of Rabbi Shimon bar Yochai, who was a student of Rabbi Akiva. In some cases, this practice signifies a break in the period between Passover and Shavuot.</p>\r\n\r\n<h2>Is a Lag B\'Omer a public holiday?</h2>\r\n<p>Lag B\'Omer is not a national public holiday in the United States. All the Government offices, organizations, public transportation services, and educational institutions run to their regular schedules.</p>\r\n\r\n\r\n<h2>How do People celebrate Lag B\'Omer?</h2>\r\n<p>In the United States, Jews may celebrate Lag B\'Omer by holding bonfires for friends and family, while some Jewish people may want to get married on this day. It is because mourning practices that happen throughout the Omer period are lifted on this date.</p>\r\n\r\n<p>Some Jewish boys may not cut their hair until they are the age of three when they start learning Torah. On this occasion, many people await the Lag B\'Omer to have the ceremony, recognized as Upsherin. Some children play with the bow, representing the rainbow. Some people eat carobs in memory of a story regarding a carob tree known as Rabbi Shimon ben Yochai and his son Elazar.</p>\r\n\r\n\r\n \r\n\r\n\r\n','/lag-bomer/',' Lag BaOmer',' Lag BaOmer (Jewish Festival)','','/i/festival-banner.jpg','','us','Y',442,'religious','jewish',NULL,NULL),(56,'jewish/passover-final-day','Passover Final day (Jewish Festival)','Religious','2022-04-23','Pesach, Pesakh','','Attend Passover Seder, Eating Matzah','<p>Many Jews in the United States mark the last day of Passover as the end of a Jewish holiday that remembers the rescue of Jewish people from slavery in Egypt. Passover also recognized as Pesah, Pesach, and the feast of unleavened bread.</p>\r\n\r\n<p>Passover celebrates the Biblical story of Exodus — where God rescued the Israelites from slavery in Egypt. The celebration of Passover is mentioned in the book of Exodus in the Old Testament. The holiday is usually celebrated for seven days. It includes themes of springtime, a Jewish country, family, recognition of Jewish history, social justice, and freedom — including recognizing those who are still troubled today. All these viewpoints are discussed, if not symbolically represented, during the Passover seder.</p>\r\n\r\n<h2>Is Final Day of Passover a Federal Holiday?</h2>\r\n<p>Last Day of Passover is not a federal holiday in the United States. Governmental organizations, businesses, schools, and restaurants remain open. But, many Jewish businesses and organizations are closed for the days or have restricted opening hours.</p>\r\n\r\n<h2>How do People celebrate Passover in the US?</h2>\r\n<p>Passover continues up to seven days among Jewish groups. Many Jewish people observe the Sabbath during the last day of Passover. Some people may take a holiday around this time of the year. It is also an opportunity for Jewish people to recite special blessings or prayers, as well as visit a synagogue or listen to passages from the Torah and eat a ceremonial meal.</p>\r\n<p>Many Jewish families in the United States eat a Ceremonial meal known as Seder, which includes the story of the exodus from Egypt as well as eating different symbolic foods, such as Paschal lamb meat and bitter herbs.</p>\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n','/passover/','Passover : A very famous Jewish Festival','Passover (Jewish Festival)','passover','/i/festival-banner.jpg','','us','Y',441,'religious','jewish',NULL,NULL),(57,'jewish/rosh-hashanah',' Rosh HaShana','Religious','2022-09-27',' Day of Atonement','','Family gatherings, special meals, and sweet foods','<p>Many Jewish Americans commemorate Rosh Hashanah, which is recognized as the Jewish New Year. It originates on the first day of Tishrei, which is the seventh month in the Jewish calendar and can last up to two days. It is sometimes called the Day of Blowing the Shofar or the Day of Remembrance.</p>\r\n\r\n<p>Rosh Hashanah is considered a momentous and solemn occasion. In Jewish thought, it is the time when all the people, whether Jewish and non-Jewish, are judged for their activities over the previous year, and their reward or punishment designated. </p>\r\n\r\n<p>It reminds of the creation of the world and marks the beginning of the days of Awe, a 10-day period of meditation and sorrow that culminates in the Yom Kippur holiday, also known as the Day of Atonement. Some sources say that there were four new years, corresponding to the seasons in the Jewish calendar, one of the new years is Rosh Hashana.</p>\r\n\r\n<h2>Is Rosh Hashana a Public Holiday in the US?</h2>\r\n<p>Rosh Hashana is not a public holiday in the United States. But, it can be taken as an optional holiday for state government employees in Texas. In Florida, a chief judge of any judicial circuit can choose this day as a juridical holiday for court employees or workers inside the state\'s judicial circuit. Several Jewish organizations or businesses may remain closed or have limited opening hours on Rosh Hashana.</p>\r\n\r\n<h2>How do People celebrate Rosh Hashanah?</h2>\r\n<p>Rosh Hashanah is a moment of family gatherings, special meals, and sweet foods. Many Jewish people commemorate Rosh Hashana by eating challah bread and apples dipped in honey. In the United States, many Jewish people seek mercy from friends and family before this event.</p>\r\n<p>Some Jewish people do tashlikh. It is the custom of performing prayers near a naturally flowing water, such as stream or river, and symbolically throwing away one\'s sins as bread or other food. Many Jewish people perform tashlikh from areas such as the Manhattan and Brooklyn bridges in New York. Some people may do it in a fish pond or mikveh if there is no river or stream in a particular place.\r\nThe view of the Jewish people that taking days off from a job or arranging time during this time of year is to follow the belief that no work is allowed on Rosh Hashanah. Part of the day is spent in the synagogue, where the daily liturgy is regularly expanded. The story of Abraham narrated in the synagogues, and the Shofar serves as a reminder that God allowed Abraham to sacrifice Ram instead of Abraham\'s son, Isaac. The Shofar is blown like a trumpet during this year\'s time.</p>\r\n\r\n<h2>Facts related to Rosh Hashana</h2>\r\n<ul>\r\n<li>It is customary for 100 notes to be ringed with a Ram\'s horn as a call to repentance, in synagogues.</li>\r\n<li>Jews wear new clothes on Rosh Hashanah and eat fresh fruits that have not yet tasted in the season. Common foods include round challah bread with pomegranates, raisins, pumpkins, carrots, and honey cake.</li>\r\n<li>The Tashlich ritual performs on Rosh Hashana, many Jews \'cast off their sins\' to a running water stream/sea containing fish. It is a symbol to purify one\'s body of sin and cast the sins onto the fish.</li>\r\n<li>On Rosh Hashanah, it is supposed that God defines the fate of all Jews and Gentiles for that year. Jews wish each other with many Happy New Year wishes.</li>\r\n</ul>\r\n\r\n\r\n','/rosh-hashanah/',' Rosh HaShana : A very famous Jewish Festival',' Rosh HaShana (Jewish Festival)',' Rosh HaShana','/i/festival-banner.jpg','','us','Y',451,'religious','jewish',NULL,NULL),(58,'jewish/shavuot','Shavuot','Religious','2022-06-06','Shavuot','','Reading Ruth\'s book or staying up all night to study the Torah','<p>Many American Jews celebrate Shavuot, which is the second of three main Jewish festivals that concentrate on historical and agricultural importance. Shavuot follows Passover by 50 days. It happens on the sixth day of the month of Sivan in the Jewish calendar.</p>\r\n<p>It is also recognized as Festival of Week or Festival of Harvest as it initially considered the end of the seven weeks of the Passover barley harvest and the start of the wheat harvest. At one period, Jewish men were supposed to bring their first bunch of barley as a thanksgiving offering to the Temple in Jerusalem.</p>\r\n\r\n<p>After a period of Jewish slavery in Egypt, Shavuot observed Moses\' return from \"Mount of the Sinai\" with two stone tablets, including \"Ten Commandments.\" These commandments are the most necessary laws of Judaism. Therefore, Shavuot is also known as the Feast of Laws.</p>\r\n\r\n<h2>Is Shavuot a national holiday in the US?</h2>\r\n<p>Shavuot is not a national public holiday in the United States. All the organizations, businesses, stores, restaurants, banks remain open on this day. Some Jewish people may use their annual vacation around this point of the year.</p>\r\n\r\n<h2>How do People Celebrate Shavuot?</h2>\r\n<p>Many Jewish communities in the United States follow unique customs on Shavuot. These activities include reading Ruth\'s book or staying up all night to study the Torah. Many Jewish people also eat dairy foods during the Shavuot. Many houses decorated with various plants, including flowering. On this day, specific prayers are offered and lits candles. Jewish confirmation may also occur at this time of year.</p>\r\n<p>Some Jewish people take their annual holidays during this time of the year, so they are not required to work on the Shavuot. Some sources state that, according to Jewish custom, no work is allowed on Shavuot except for cooking, baking, transferring fires, and carrying objects or equipment.</p>\r\n\r\n<h2>Facts related to Shavuot</h2>\r\n<ul>\r\n<li>It is customary on Shavuot to decorate and illuminate the Synagogue and the house with flowers and green plants. It is in memory of the foliage around Mount Sinai.</li>\r\n<li>On Shavuot, it is common to eat milk products. Many Jewish homes replace the usual meat/chicken dinner with a celebration of milk products, including cheesecakes, cheeses, blintzes, and ice cream. This tradition commemorates the acts of the children of Israel in Sinai. After obtaining the Law, they understood that their dishes are no longer kosher, which are used for milk and meat. They were also required to teach on intricate details of ritual slaughter (Shechitah). By reducing these, they opted to eat only milk products.</li>\r\n<li>It is compulsory in Orthodox and some traditional communities to participate in Bible/Jewish law teachings on the eve of Shavuot and overnight. It is to accept the Torah for their generation. In Jerusalem, many people learn all night until dawn and later walk on the western wall at sunrise and pray for the day around 5-8 am. After this, they go home for a hearty festive breakfast and then go to sleep for the rest of the morning.</li>\r\n<li>The book of Ruth is explained in the Synagogue on the morning of Shavuot. Ruth turned into Judaism, and it is her descendant David, who became king in Israel. Ruth\'s book shows that achieving high status in Judaism is neither ethnic nor genetic.</li>\r\n</li>It is common to wear new clothes at Shavuot. In seven weeks (Omer), before the Shavuot, people refrain from purchasing major clothing items.</li>\r\n</ul>\r\n\r\n\r\n\r\n','/shavuot/',' Shavuot : A very famous Jewish Festival','Shavuot (Jewish Festival)','shavuot','/i/festival-banner.jpg','','us','Y',451,'religious','jewish',NULL,NULL),(59,'jewish/yom-haatzmaut','Yom HaAtzma\'ut','Religious','2022-05-05',' Israel\'s Independence Day','','Singing, music, dances, games or performances','\r\n<p>In the United States, Many American Jewish remembers Israel\'s Independence Day, also known as Yom Ha\'Atzmaut (or Yom HaAtzmaut). Israel declared independence on May 14th, 1948. Shortly before, the British mandate of Palestine was to end.</p>\r\n\r\n<p>According to the Jewish calendar, the fifth day of Iyar month does not fall on a Sunday. If this date falls on Friday or Saturday, then Yom Haazmut is observed on the third or fourth day of the month. If it falls on a Monday, Yom Haazmut is celebrated on the sixth day of Iyar. It is so that the celebration does not fall immediately before or after the Sabbath.</p>\r\n\r\n<h2>How do People celebrate Yom Ha\'Atzmaut?</h2>\r\n<p>Several Jewish groups, including university student groups, community centers, and some schools, plan events to commemorate Yom Ha\'Atzmaut. Many of these activities are available to the common public at free of cost and include entertainment:</p>\r\n<ul>\r\n<li>Kosher pizza dinners</li>\r\n<li>Singing, music, and dance games or performances</li>\r\n<li>Face painting</li>\r\n<li>Flag making activities</li>\r\n<li>Barbecues</li>\r\n<li>Unique rides, including camel rides</li>\r\n</ul>\r\n<p>Some Jewish societies commemorate Israel\'s Independence Day with benefit concerts from bands as well as local groups from Israel. A variety of music is commonly offered, varying from traditional music to rock twist to modern music from Israel. Various arts and crafts movements for children and young adolescents have also been included in events that commemorate Yom Ha\'Atzmaut.</p>\r\n\r\n<h2>Is Yom Ha\'Atzmaut a national holiday in the US?</h2>\r\n<p>Yom Ha\'Atzmaut is not a national public holiday in the United States. All organizations, businesses, schools, and restaurants remain open on their regular schedules. Some Jewish organizations and schools may remain closed.</p>\r\n\r\n<h2> Facts related to Yom-HaAtzmaut</h2>\r\n<ul>\r\n<li>Many Jewish prophets in the Bible predict that Israel\'s children will return to their land. Isaiah, Jeremiah, and Zechariah made remarkable predictions. For example, Jeremiah 29:10, it is what the Lord says: \"When the seventy years of Babylon are complete, I will come to you and fulfill my good promise to bring you back to this place.\"</li>\r\n<li>In the 19th century, Theodor Herzl was the visionary of the State of Israel in his book Altneuland, \'The Old New Land\' in 1902. Tel Aviv was founded in 1909.</li>\r\n<li>According to Rabbi Tzvi Yehuda Kook and many others in the religious Zionist camp, the establishment of the state of Israel was considered to be Achalata Degulah, the beginning of the final redemption.</li>\r\n<li>Isaiah also mentioned the return of Jews to the Holy Land: On the day of the redemption, a great shofar will be sounded. Those who lost in the Ashur\'s land and dispersed in the Land of Egypt will return to the Holy Land. (Isaiah 27:13).</li>\r\n</ul>\r\n\r\n','/yom-haatzmaut/','Yom HaAtzma\'ut','Yom HaAtzma\'ut (Jewish Festival)','Yom HaAtzma\'ut','/i/festival-banner.jpg','','us','Y',444,'religious','jewish',NULL,NULL),(60,'jewish/yom-hashoah','Yom Hashoah','Religious','2022-04-27','Holocaust Memorial Day and a remembrance day','',' lighting memorial candles and reciting the Kaddish prayer','<p>Yom HaShoah is also recognized as Holocaust Memorial Day and a remembrance day to honor the six million Jewish people who died during the Holocaust. It is celebrated on the 27th day of the Hebrew month Nisan- which occurs around April or May in the Gregorian calendar. However, if the 27th day or so is near the Jewish Sabbath, then it can be moved a day.</p>\r\n<p> In the United States, many Jewish people celebrate Yom Hashoah, which is also known as Holocaust Remembrance Day. It remembers the lives and bravery of Jews who died in the Holocaust between 1933 and 1945.</p>\r\n\r\n<h2>How do People celebrate Yom Hashoah?</h2>\r\n<p> In the United States, many people, including those with Jewish ancestry or relationships, recognize Yom Hashoah on the 27th day of the Nisan month. Many Jewish societies hold observing ceremonies or functions to commemorate Holocaust victims killed during World War II. Activities may involve lighting memorial candles and reciting the Kaddish prayer for the departed.</p>\r\n\r\n<p>The Masorti movement in Israel planned Megilat HaShoah, a scroll and liturgical reading for Yom HaShoah. It is a joint effort between Israel and Jewish leaders in the United States. Rituals correlated with Yom Hashoah are still being created and suggested. These rituals differ from one synagogue to another in North America.</p>\r\n\r\n<p>Educational events about historical events related to Yom Hashoah are explained around this point of the year, mainly to learners who are studying Jewish history. These programs may include Holocaust survivor stories as well as a Holocaust-themed film.</p>\r\n\r\n<h2>Is Yom Hashoah a public holiday?</h2> \r\n<p>Yom Hashoah is not a national public holiday in the United States. All the businesses, organizations, schools, banks, and stores remain open on this day. The custom of Yom Hashoah moves in the state of Israel when the actual date comes on a Friday or Sunday. It is then commemorated on the previous Thursday or following Monday, respectively. Some societies in the US also follow the same tradition, and therefore, they may have some discrepancy about the actual date Yom Hashoah is observed in America.</p>\r\n\r\n<h2>Facts related to Holocaust Remembrance Day </h2>\r\n<ul>\r\n<li>The date of Yom Hashoah was initially planned to celebrate the Warsaw Uprising (19 April 1943) but was postponed until 27 April due to a clash with the Passover festival that began the following day.</li>\r\n<li>Unlike an ancient Jewish festival, Yom Hashoah is an Israeli festival. Yom Hashoa was inaugurated sixty years ago in 1953. It was founded by Israeli Prime Minister David Ben Gurion and President Isaac (Yitzchak) Ben Zvi. The ancient fast of a tenth of the Tevet is the day on which Jerusalem siege began before the destruction of the holy temple. Many Jews commemorate the Holocaust remembrance day on this day.</li>\r\n<li> On the night of Yom Hashoah, a siren is played, followed by an official memorial service to the Prime Minister, the President, army officials, and Holocaust survivors in Israel, The ceremony includes speeches, Kashish and El Male Rahim, and Hatikvah. Other sirens and various memorial services listen in the morning.</li>\r\n</ul>\r\n','/yom-hashoah/','Yom Hashoah','Yom Hashoah(Jewish Festival)','Yom Hashoah','/i/festival-banner.jpg','','us','Y',444,'religious','jewish',NULL,NULL),(61,'jewish/yom-kippur','Yom Kippur','Religious','2022-10-04','Day of Atonement','',' praying and fasting','<p>Yom Kippur is the holiest day in the Jewish calendar, which recognized as the Day of Atonement. It falls on the tenth day of the Tishrei, a Jewish month. Many Jews in the United States believe in fasting and praying days. Its subject is atonement and repentance.</p>\r\n\r\n<p>In ancient times, Yom Kippur was commemorated by Kohen Gadol in a temple in Jerusalem. A ritual was performed on this day to purify the temple from any accidental ritual impurities that occurred in the previous year. </p>\r\n\r\n<p>According to Jewish tradition, Yom Kippur originated in the time of Moses when the Israelites migrated from Egypt. When Moses reached Mount Sinai, God gave the Ten Commandments to them. When Moses came from the mountain, he found that the people were praying a golden calf. Moses angrily destroyed the tablets, but the people atoned for their wrongdoing, so God pardoned them.</p>\r\n\r\n<h2>How do people celebrate Yom Kippur?</h2>\r\n<p>Many Jewish Americans consider that God seals their fortune for the following year on Yom Kippur. This holiday includes activities such as praying and fasting. It is believed that those who apologize for their sins will granted a happy New Year. Many Jewish spend their time in the synagogue at this point of the year.</p>\r\n<p>The fast lasts for 25 hours and starts in the evening before Yom Kippur. It ends after the night on Yom Kippur. Throughout time, according to Leviticus 23:32, we fast from eating, drinking, getting involved in marital relationships, applying lotion, washing clothes, and wearing leather shoes. Similar to Shabbat, there is no task to be done, and women light holiday candles before the commencement of the holy day. Some restrictions may be lifted if there is a threat to health or life. Many Jewish Americans perform Havdalah ceremonies at evening services and then break the fast. The holiday ends on a happy note, and many Jewish people attend the festivities after the meal.</p>\r\n<p>Jewish leaders give lectures on Yom Kippur in Jewish community centers. Some cities in states such as New York have an interactive start-up service. Yom Kippur also includes a remembrance service, called Yizkor, during which people mention the names of the dead, their lives, admiring them through memory. Some Jews may take a day off from work or organize time during this time of the year to follow the belief that no work is allowed on Yom Kippur.</p>\r\n<h2>Is Yom Kippur a Federal Holiday in the US?</h2>\r\n<p>Yom Kippur is not a national public holiday. But, many Jewish schools, organizations, and businesses may remain closed on this day, and the places around the synagogues may be bustling.</p>\r\n\r\n<p>It is an elective holiday for state government employees in Texas. The Chief Justice of any judicial circuit in Florida may designate Yom Kippur as a legal holiday for court employees within the state\'s judicial circuit. Some states like North Carolina, try to support their government employee\'s request of holiday from work for specific religious holiday observances, such as Yom Kippur.</p>\r\n\r\n\r\n\r\n\r\n \r\n','/yom-kippur/','Yom Kippur','Yom Kippur(Jewish Festival)','Yom Kippur','/i/festival-banner.jpg','','us','Y',6588,'religious','jewish',NULL,NULL),(62,'islam/ramadan-end',' Eid-al-Fitr','Religious','2022-05-02','Eid-al-Fitr, End of Ramadan','','Community iftars and Community prayers','<p>Eid al-Fitr also recognized as the festival of fast-breaking or Lesser feast. It signifies the end of Ramadan and the beginning of a three-day feast in some countries, like Jordan, and the United Arab Emirates. It is one of the two important festivals of Islam, with Eid al-Adha being the other major festival. Eid al-Fitr celebrates the end of fasting that occurs during Ramadan.</p>\r\n\r\n<p>According to the Gregorian calendar, it is not possible to accurately predict the day of Eid al-Fitr. It is because when the month of Shawwal begins, and consequently, the month of Ramadan ends, the day of Amavasya (sighting of the new moon) confirmed. Amavasya can be seen at specific places before or after. Therefore, Muslims in different communities, for example, on the east and west coasts of the United States, may begin Eid-al-Fitr commemorations on different days.</p>\r\n\r\n<h2>How do People celebrate Eid al-Fitr?</h2>\r\n<p>Eid al-Fitr is a crucial Islamic holiday in which many Muslims wake up early and pray in either at a prayer hall or a mosque. Many Muslims wear their most beautiful clothes and decorate their homes with lights and other decorations. Old mistakes are forgiven on this day. People give money to the poor and prepare different types of unique foods for friends or relatives to share the feast. People exchange presents, and greeting cards, and children received awards. Eid al-Fitr is a joyful time, but its underlying purpose is to praise and thank God according to Islamic belief.</p>\r\n<p>Some Muslim associations in the United States campaign for schools in some sectors of the nation to allocate Eid al-Fitr as a day off without being penalized on Eid al-Fitr. For example, the Coalition for Muslim School Holidays, a group of more than 80 religious and ethnic organizations, have been requesting to have the two Eid al-Fitr and Eid al-Adha named as days off in New York City schools.</p>\r\n\r\n<h2>Is Eid al-Fitr a public holiday in the US?</h2>\r\n<p>Eid al-Fitr is not a national public holiday in the US. But, many Islamic businesses and organizations may change their business hours during this event. There may be some jam around mosques throughout this time of the year. In New York City, Eid al-Fitr day is a holiday for public schools.</p>\r\n\r\n<h2>Eid al Fitr Starts Facts </h2>\r\n<ul>\r\n<li>Prophet Muhammad asked the Muslims of Madinah about the two festivals to which they were attached. He replied that before Islam, it was traditional to commemorate grand celebrations. It is stated that Muhammad said, instead of those two days, Allah has designated two additional days, which are better, the days of Eid-al-Fitr and Eid-al-Adha.</li>\r\n<li>For Eid-al-Fitr, it is common to have breakfast before prayer (unlike Eid al Adha). It is a custom of the Prophet Muhammad to eat something sweet.</li>\r\n<li>Following the Islamic tradition, many Muslims rise early on Eid-ul-Fitr, to take a bath, known as ghusl. They also wear the best clothes for themselves.</li>\r\n<li>In the Islamic calendar, every single month begins when the new moon is observed. Eid-al-Fitr begins when the Amavasya of Shawwal (the 10th month of the Islamic calendar) appears. Because the moon arrives on various dates in different parts of the world, many Muslim communities commemorate Eid-ul-Fitr on whatever day happens in Mecca.</li>\r\n</ul>\r\n\r\n\r\n\r\n\r\n\r\n\r\n','/ramadan/',' Eid-al-Fitr-Ending of Ramdan','Ramadan','','/i/festival-banner.jpg','','international','Y',468,'religious','islam','Y',NULL),(63,'islam/waqf-al-arafa-hajj','Waqf al Arafa - Hajj','religious','2022-07-08',NULL,'',NULL,NULL,'/waqf-al-arafa-hajj/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',469,NULL,NULL,NULL,NULL),(176,'australia/australia-day','Australia Day OBS','market','2022-01-26',NULL,'Y',NULL,NULL,'/australia-day/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',2713,NULL,NULL,NULL,NULL),(66,'islam/lailat-al-baraah','Lailat al Bara\'ah','religious','2022-03-18',NULL,'',NULL,NULL,'/lailat-al-baraah/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',465,NULL,NULL,NULL,NULL),(157,'sikh/vaisakhi','Vaisakhi','religious','2022-04-14',NULL,'',NULL,NULL,'/vaisakhi/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',485,NULL,NULL,NULL,NULL),(68,'india/milad-un-nabi','Milad un Nabi (Shia)','religious','2022-10-08',NULL,'',NULL,NULL,'/milad-un-nabi/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',463,NULL,NULL,NULL,NULL),(69,'hindu/kartik-poornima','Kartik Purnima','religious','2021-11-19',NULL,'',NULL,NULL,'/kartik-purnima/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',435,NULL,NULL,NULL,NULL),(70,'india/diwali','Diwali','religious','2022-10-24',NULL,'',NULL,NULL,'/diwali/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',434,NULL,NULL,NULL,NULL),(71,'india/dhanteras','Dhan Teras','religious','2022-10-22',NULL,'',NULL,NULL,'/dhanteras/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',433,NULL,NULL,NULL,NULL),(72,'hindu/sharad-purnima','Sharad Purnima','religious','2022-10-09',NULL,'',NULL,NULL,'/sharad-purnima/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',431,NULL,NULL,NULL,NULL),(73,'india/dussehra','Dusshera ','religious','2022-10-05',NULL,'',NULL,NULL,'/dussehra/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',430,NULL,NULL,NULL,NULL),(74,'hindu/bhai-dooj','Bhai Dooj','religious','2022-10-26',NULL,'',NULL,NULL,'/bhai-dooj/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',654,NULL,NULL,NULL,NULL),(75,'hindu/mahalaya-amavasya','Mahalaya Amavasya','religious','2022-09-25',NULL,'',NULL,NULL,'/mahalaya-amavasya/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',425,NULL,NULL,NULL,NULL),(76,'india/onam','Onam','religious','2022-09-08',NULL,'',NULL,NULL,'/onam/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',424,NULL,NULL,NULL,NULL),(77,'india/ganesh-chaturthi','Ganesh Chaturthi','religious','2022-08-31',NULL,'',NULL,NULL,'/ganesh-chaturthi/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',423,NULL,NULL,NULL,NULL),(78,'india/janmashtami','Krishna Janmashtami','religious','2022-08-19',NULL,'',NULL,NULL,'/janmashtami/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',422,NULL,NULL,NULL,NULL),(79,'hindu/nag-panchami','Nag Panchami','religious','2022-08-02',NULL,'',NULL,NULL,'/nag-panchami/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',420,NULL,NULL,NULL,NULL),(80,'hindu/guru-purnima','Guru Purnima','religious','2022-07-13',NULL,'',NULL,NULL,'/guru-purnima/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',419,NULL,NULL,NULL,NULL),(81,'india/rath-yatra','Puri Rath Yatra','religious','2022-07-01',NULL,'',NULL,NULL,'/rath-yatra/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',418,NULL,NULL,NULL,NULL),(82,'hindu/savitri-pooja','Savitri Pooja','religious','2022-05-30',NULL,'',NULL,NULL,'/savitri-pooja/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',417,NULL,NULL,NULL,NULL),(83,'hindu/vishu','Vaisakhi / Baisakhi / Vishu ','religious','2022-04-14',NULL,'',NULL,NULL,'/vishu/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',416,NULL,NULL,NULL,NULL),(84,'hindu/hanuman-jayanti','Hanuman Jayanti','religious','2022-04-10',NULL,'',NULL,NULL,'/hanuman-jayanti/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',414,NULL,NULL,NULL,NULL),(85,'hindu/bihu-bengali-new-year','Bengali New Year / Bihu','religious','2022-04-15',NULL,'',NULL,NULL,'/bihu-bengali-new-year/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',413,NULL,NULL,NULL,NULL),(86,'hindu/ramanavami','Ramanavami','religious','2022-04-10',NULL,'',NULL,NULL,'/ramanavami/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',411,NULL,NULL,NULL,NULL),(87,'hindu/ugadi-telugu-new-year','Ugadi / Gudi Padwa / Telugu New Year','religious','2022-04-02',NULL,'',NULL,NULL,'/ugadi-telugu-new-year/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',410,NULL,NULL,NULL,NULL),(88,'hindu/hindi-new-year','Hindi New Year','religious','2022-03-22',NULL,'',NULL,NULL,'/hindi-new-year/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',409,NULL,NULL,NULL,NULL),(89,'hindu/tamil-new-year','Tamil New Year','religious','2022-04-14',NULL,'',NULL,NULL,'/tamil-new-year/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',405,NULL,NULL,NULL,NULL),(90,'india/pongal','Makarsankranti / Pongal','religious','2022-01-14',NULL,'',NULL,NULL,'/pongal/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',404,NULL,NULL,NULL,NULL),(91,'hindu/chhath-puja','Chhath Puja','religious','2022-10-30',NULL,'',NULL,NULL,'/chhath-puja/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',655,NULL,NULL,NULL,NULL),(92,'hindu/varalakshmi-vrat','Varalakshmi Vrat','religious','2022-08-12',NULL,'',NULL,NULL,'/varalakshmi-vrat/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',685,NULL,NULL,NULL,NULL),(93,'hindu/vishwakarma-puja','Vishwakarma Puja','religious','2022-09-17',NULL,'',NULL,NULL,'/vishwakarma-puja/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',686,NULL,NULL,NULL,NULL),(94,'hindu/geeta-jayanti','Geeta Jayanti','religious','2022-12-03',NULL,'',NULL,NULL,'/geeta-jayanti/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',687,NULL,NULL,NULL,NULL),(95,'hindu/dhanu-sankranti','Dhanu Sankranti','religious','2022-12-16',NULL,'',NULL,NULL,'/dhanu-sankranti/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',688,NULL,NULL,NULL,NULL),(96,'hindu/thaipusam','Thaipusam','religious','2022-01-18',NULL,'',NULL,NULL,'/thaipusam/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',754,NULL,NULL,NULL,NULL),(97,'jewish/simhat-torah','Simchat Torah','religious','2022-10-18',NULL,'',NULL,NULL,'/simhat-torah/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',459,NULL,NULL,NULL,NULL),(98,'jewish/shemini-atzeret','Shmini Atzeret','religious','2022-10-16',NULL,'',NULL,NULL,'/shemini-atzeret/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',458,NULL,NULL,NULL,NULL),(99,'jewish/fast-of-gedaliah','Fast of Gedaliah','religious','2022-09-28',NULL,'',NULL,NULL,'/fast-of-gedaliah/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',453,NULL,NULL,NULL,NULL),(100,'jewish/tisha-bav','Tish\'a B\'Av','religious','2022-08-06',NULL,'',NULL,NULL,'/tisha-bav/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',450,NULL,NULL,NULL,NULL),(175,'australia/queens-birthday','Queen\'s Birthday','market','2022-06-13',NULL,'',NULL,NULL,'/queens-birthday/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',2717,NULL,NULL,NULL,NULL),(102,'jewish/yom-yerushalayim','Yom Yerushalayim','religious','2022-05-28',NULL,'',NULL,NULL,'/yom-yerushalayim/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',446,NULL,NULL,NULL,NULL),(103,'jewish/yom-hazikaron','Yom HaZikaron','religious','2022-05-03',NULL,'',NULL,NULL,'/yom-hazikaron/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',443,NULL,NULL,NULL,NULL),(104,'jewish/tu-bishvat','Tu Bishvat','religious','2022-01-16',NULL,'',NULL,NULL,'/tu-bishvat/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',436,NULL,NULL,NULL,NULL),(105,'christian/watch-night','Watch Night','religious','2022-12-31',NULL,'',NULL,NULL,'/watch-night/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',403,NULL,NULL,NULL,NULL),(108,'christian/st-andrews-day','St. Andrew\'s Day','religious','2022-11-30',NULL,'',NULL,'<img src=\"/i/st-andrews-day.jpg\" alt=\"st. Andrew\'s day Celebration\">\r\n<br>\r\n\r\n<p>St. Andrews\'s Day is a national holiday observed in Scotland and often celebrated with feasts across the country. This day is also called Scotland\'s National Day, and it marks the feast of Saint Andrew. The holiday is seen as a time to celebrate and support the Scottish culture all over the world. Variations of the holiday are also observed in Russia, Poland, Austria, Romania, and Germany.</p>\r\n \r\n<h2>When is St. Andrew\'s Day?</h2>\r\n\r\n<p>St. Andrew\'s Day is marked on November 30 every year, and that is according to many Christian churches. However, if November 30 falls on Saturday or Sunday, then the holiday is moved to the next Monday. </p>\r\n\r\n<h2>Is St. Andrew\'s Day a bank holiday?</h2>\r\n<p>St. Andrew\'s Day is only a bank holiday in Scotland but not in Wales, England, and Northern Ireland. It was declared a bank holiday by the Scottish Parliament in 2006. Banks are, however, allowed to open if they wish to. The bill to make St. Andrew\'s holiday was made in 2003 but was rejected because an extra bank holiday would have a negative effect on the Scottish economy. In 2006 however, the St. Andrew\'s Day Bank Holiday Act 2007 passed the proposal with the agreement being that it would replace another bank holiday. The first St. Andrew\'s Day was observed on November 30, 2007. </p>\r\n\r\n<h2>What is open or closed on St. Andrew\'s Bank holiday?</h2>\r\n<p>The amount of disruption on St. Andrews\'s day varies. Schools, government offices, and organisations are closed, but some businesses are likely to open. Public transport may run as usual or adopt the holiday timetable. </p>\r\n\r\n<h2>Who is Saint. Andrew?</h2>\r\n<p>He was one of the disciples of Jesus Christ. He was also the brother to Saint Peter, another disciple of Jesus Christ. St. Andrew was born in Bethsaida on Lake Galilee and worked as a fisherman before following Jesus Christ. He is believed to have died bound on an X shaped cross in Greece, and this shape is now engraved in the Scottish flag. </p>\r\n\r\n<p>The link between Scotland and St. Andrew dates back to 832AD. It is believed that King Óengus II made a promise to God. Óengus II begged God to make the Scots and Picts win the battle against Angles, and if that came to be, he promised that he would make Saint Andrew the patron saint of Scotland. This happened to be, and Óengus II fulfilled his promise. </p>\r\n\r\n<h2>What are St. Andrew\'s Day traditions?</h2>\r\n\r\n<p>St. Andrew\'s Day is mainly all about celebrating Scottish culture. Scots mark this date with Scottish food, recitations, music, dancing, and many other aspects. Food is primarily a big part of this holiday. Traditional St. Andrew\'s food includes haggis, Cullen skink, neeps, lamb, and tatties. Ceilidh is a famous Scottish country dance often played on St. Andrew\'s Day. Various events are also conducted across Scotland, and Scottish folk music played with a mix of modern pop music, dancing, and storytelling. It is also a tradition for Scottish people to wear a traditional iconic kilt when attending these events.</p>\r\n \r\n<h2>Things to do on St. Andrew\'s Day?</h2>\r\n\r\n<p>There is unlimited St. Andrew\'s activities to take part in this holiday. You may decide to visit the saint\'s namesake town along the Fife coast. The town of St. Andrews has a lot to offer. From rolling landscapes, traditions, history, and some of the best St. Andrew spas. Here you will explore St Andrews Cathedral, one of the largest cathedrals in the world. Don\'t forget to shop for some St. Andrew crafts mostly sold along the streets of this beautiful town. </p>\r\n\r\n<p>Whether you are a Scot or not, wearing the traditional Scottish kilt on this day can make you feel like a true Scot at heart. So, wear a kilt and paint your face with the traditional Scottish flag and celebrate this day in style. While at it, watch a Scottish film or simply listen to some of the greatest Scottish musical talents. </p>\r\n\r\n<p>Better still, invite family and friends in your home and throw a St. Andrew\'s feast for them. You can indulge in traditional Scottish food such as Haggis, Porridge, Black pudding, and of course, whiskey. </p>\r\n\r\n','/st-andrews-day/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',10074,NULL,NULL,NULL,NULL),(109,'christian/advent-first-sunday','Advent - first Sunday','religious','2022-11-27',NULL,'',NULL,NULL,'/advent-first-sunday/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',397,NULL,NULL,NULL,NULL),(111,'christian/michael-and-all-angels','Michael and All Angels','religious','2022-09-29',NULL,'Y',NULL,NULL,'/michael-and-all-angels/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',391,NULL,NULL,NULL,NULL),(112,'christian/holy-cross-day','Holy Cross Day','religious','2022-09-14',NULL,'Y',NULL,NULL,'/holy-cross-day/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',390,NULL,NULL,NULL,NULL),(113,'christian/lammas','Lammas','religious','2022-08-01',NULL,'Y',NULL,NULL,'/lammas/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',388,NULL,NULL,NULL,NULL),(114,'christian/saint-vladimir','Saint Vladimir','religious','2022-07-15',NULL,'',NULL,NULL,'/saint-vladimir/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',387,NULL,NULL,NULL,NULL),(115,'christian/saints-peter-and-paul','Saints Peter and Paul','religious','2022-06-29',NULL,'Y',NULL,NULL,'/saints-peter-and-paul/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',386,NULL,NULL,NULL,NULL),(116,'christian/trinity-sunday','Trinity Sunday','religious','2022-06-12',NULL,'',NULL,NULL,'/trinity-sunday/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',384,NULL,NULL,NULL,NULL),(118,'romania/ascension-day','Ascension of Jesus','religious','2022-05-26',NULL,'',NULL,NULL,'/ascension-day/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',382,NULL,NULL,NULL,NULL),(119,'christian/st-james-the-great-day','St. James the Great Day','religious','2022-07-25',NULL,'',NULL,NULL,'/st-james-the-great-day/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',381,NULL,NULL,NULL,NULL),(120,'christian/easter-monday','Easter Monday','religious','2022-04-18',NULL,'',' Prayer, Donation to poor, Easter egg hunting','<img src=\"/i/easter-monday.jpg\" alt=\"Easter Monday Eggs\">\r\n<br>\r\n\r\n<p>Easter Monday is the last day after a four-day weekend break coming after Good Friday and Easter Sunday. The holiday is celebrated as a day off in England, Wales and Northern Ireland but not in Scotland. </p>\r\n\r\n<h2>When is Easter Monday, 2021?</h2>\r\n\r\n<p>The Easter Monday holiday date changes every year, and the Christian Ecclesiastical Calendar determines it, but the holiday is always between 22nd March and 25th April. Easter Monday 2021 will be observed on 5th April. Years back, Easter was a week-long holiday, but this has since been reduced to just a one-day holiday. </p>\r\n\r\n<h2>Is Easter Monday a bank holiday? </h2>\r\n\r\n<p>Easter Monday is a bank holiday that is marked as a day off across the UK except in Scotland. According to the Banking and Financial Dealings Act 1971, Easter Monday was not among the listed bank holidays in Scotland. In 1996 however, Scottish banks changed their opening days to match those of the rest of the country. As a result, several other Scottish local authorities have enlisted Easter Monday as a public holiday in their localities. </p>\r\n\r\n<h2>What is open and closed on Easter Monday in the UK?</h2>\r\n\r\n<p>In England, Wales and Northern Ireland, supermarkets, banks, schools, and government offices remain closed, and the transport system also operates at a reduced service. Most retail shops are open for the main part of the day, but they tend to close much earlier. In Scotland, Easter Monday is a typical working day for most of organisations. </p>\r\n\r\n<h2>Things to do on Easter Monday?</h2>\r\n\r\n<p>Easter Monday is the first bank holiday of the year to enjoy some spring weather and hence an excellent time for outdoor events. You can either visit your loved ones or simply take a trip to some key hotspot destinations in the country. To ensure that you secure accommodation at the best rates, just remember to make your plans early as many people are travelling during the Easter Monday UK breaks. </p>\r\n\r\n<p>If you had already taken a short vacation for the long weekend, it’s time to travel back and get ready for your regular routine. If you had hosted family and friends, who live in another town, it is time to bid them goodbye. However, it doesn’t mean there is nothing more to do on this day. </p>\r\n\r\n<p>In most towns, there are egg rolling competitions, special sports matches, Easter bonnet parades, and even displays of traditional Morris dances. Get to know what is happening near you and have fun. </p>\r\n\r\n<p>If you live in Leicestershire, there is often a bottle kicking match held in the villages of Hallaton and Medbourne. The exciting game involves three wooden bottles barrels, two of which are filled with beer, and the third one is just solid wood. The game requires two teams to take turns and get the three bottles across two streams a mile apart. If this sounds like a game you would wish to take part in on Easter Monday, make plans in advance. </p>\r\n\r\n<p>If you are a fun of Beatrix Potter series, consider taking part in the annual Easter egg hunts at the Peter Rabbit Garden. The event attracts many people who are often anticipating for prizes totalling up to $10,000. It is a lovely occasion for both children and adults. </p>\r\n\r\n<p>Although Easter Monday is not a bank holiday in Scotland, it doesn’t mean that you should stay indoors all day long. The Floors Castle often hosts an annual egg and spoon race, bunny hop races, face painting,, and various other activities in the beautiful castle gardens. Similarly, the Island of Harris in Scotland holds an egg rolling competition where the participants are dared to roll their eggs down a hill. If the egg reaches the bottom of the hill unbroken, you are declared to have good luck in the remaining year. </p>\r\n\r\n\r\n<h2>Which are the Easter Monday traditions?</h2>\r\n\r\n<p>The most popular Easter traditions revolve around eggs. Eggs are believed to be a symbol of new life created during the Spring season. In the former times, people gave out birds’ eggs painted in bright patterns and colours. Although some people still engage in egg painting as a children activity, most kids are usually given gifts of cream filling and wrapped in silver or gold paper. </p>\r\n\r\n<p>Another popular tradition involves rolling an egg downhill with the winner being the person with the last uncracked egg. Although the tradition is fading away, it is still popular in Lancashire. However, some people have altered the culture by hiding eggs in the garden and making children look for them.</p>\r\n','/easter-monday/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',318,NULL,NULL,NULL,NULL),(121,'christian/st-georges-day','St. George\'s Day','religious','2022-04-23',NULL,'',NULL,NULL,'/st-georges-day/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',378,NULL,NULL,NULL,NULL),(122,'philippines/maundy-thursday','Maundy (Holy) Thursday','religious','2022-04-14',NULL,'',NULL,NULL,'/maundy-thursday/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',376,NULL,NULL,NULL,NULL),(123,'christian/st-josephs-day','St. Joseph\'s Day','religious','2022-03-19',NULL,'',NULL,NULL,'/st-josephs-day/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',374,NULL,NULL,NULL,NULL),(124,'christian/candlemas','Candlemas','religious','2022-02-02',NULL,'',NULL,NULL,'/candlemas/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',371,NULL,NULL,NULL,NULL),(126,'christian/christ-the-king','Christ the King','religious','2022-11-20',NULL,'',NULL,NULL,'/christ-the-king/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',656,NULL,NULL,NULL,NULL),(158,'sikh/martyrdom-of-guru-arjan-dev-sahib','Martyrdom of Guru Arjan Dev Sahib','religious','2022-06-03',NULL,'Y',NULL,NULL,'/martyrdom-of-guru-arjan-dev-sahib/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',486,NULL,NULL,NULL,NULL),(159,'sikh/hola-mohalla','Hola Mohalla','religious','2022-03-19',NULL,'',NULL,NULL,'/hola-mohalla/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',484,NULL,NULL,NULL,NULL),(160,'sikh/maghi-lohri','Maghi - Lohri','religious','2022-01-14',NULL,'',NULL,NULL,'/maghi-lohri/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',482,NULL,NULL,NULL,NULL),(161,'sikh/guru-gobind-singh-birthday','Guru Gobind Singh Birthday','religious','2022-01-09',NULL,'',NULL,NULL,'/guru-gobind-singh-birthday/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',481,NULL,NULL,NULL,NULL),(162,'sikh/guru-nanak-birthday','Guru Nanak Birthday','religious','2022-11-08',NULL,'',NULL,NULL,'/guru-nanak-birthday/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',494,NULL,NULL,NULL,NULL),(163,'sikh/martyrdom-of-guru-tegh-bahadur-sahib','Martyrdom of Guru Tegh Bahadur Sahib','religious','2022-11-24',NULL,'Y',NULL,NULL,'/martyrdom-of-guru-tegh-bahadur-sahib/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',495,NULL,NULL,NULL,NULL),(164,'sikh/birthday-of-guru-angad-dev','Birthday of Guru Angad Dev','religious','2022-04-18',NULL,'Y',NULL,NULL,'/birthday-of-guru-angad-dev/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',661,NULL,NULL,NULL,NULL),(165,'sikh/birth-of-the-guru-granth','Birth of the Guru Granth','religious','2022-10-20',NULL,'Y',NULL,NULL,'/birth-of-the-guru-granth/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',662,NULL,NULL,NULL,NULL),(166,'buddhist/bodhi-day','Bodhi Day','religious','2022-01-10',NULL,'',NULL,NULL,'/bodhi-day/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',480,NULL,NULL,NULL,NULL),(167,'buddhist/asala-dharma-day','Asala - Dharma Day','religious','2022-07-13',NULL,'',NULL,NULL,'/asala-dharma-day/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',479,NULL,NULL,NULL,NULL),(168,'singapore/vesak-day','Vesak - Buddha Day','religious','2022-05-16',NULL,'',NULL,NULL,'/vesak-day/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',478,NULL,NULL,NULL,NULL),(169,'buddhist/theravada-new-year','Theravada New Year','religious','2022-04-16',NULL,'',NULL,NULL,'/theravada-new-year/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',477,NULL,NULL,NULL,NULL),(170,'buddhist/magha-puja-day','Magha Puja Day','religious','2022-02-16',NULL,'',NULL,NULL,'/magha-puja-day/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',476,NULL,NULL,NULL,NULL),(174,'buddhist/obon','Obon','religious','2022-08-13',NULL,'',NULL,NULL,'/obon/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',659,NULL,NULL,NULL,NULL),(177,'india/ram-navami','Ram Navami','market','2022-04-10',NULL,NULL,NULL,NULL,'/ram-navami/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',2493,NULL,NULL,NULL,NULL),(178,'singapore/hari-raya-puasa','Id-ul-Fitr (Ramzan ID)','market','2022-05-03',NULL,NULL,NULL,NULL,'/hari-raya-puasa/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',2492,NULL,NULL,NULL,NULL),(179,'india/gandhi-jayanti','Mathatma Gandhi Jayanti','market','2022-10-02',NULL,'Y',NULL,NULL,'/gandhi-jayanti/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',2488,NULL,NULL,NULL,NULL),(180,'india/ambedkar-jayanti','Dr.Baba Saheb Ambedkar Jayanti','market','2022-04-14',NULL,'Y',NULL,NULL,'/ambedkar-jayanti/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',2484,NULL,NULL,NULL,NULL),(181,'india/maharashtra-din','Maharashtra Day','market','2022-05-01',NULL,'Y',NULL,NULL,'/maharashtra-din/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',2482,NULL,NULL,NULL,NULL),(182,'india/mahavir-jayanti','Mahavir Jayanti','market','2022-04-14',NULL,'',NULL,NULL,'/mahavir-jayanti/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',2480,NULL,NULL,NULL,NULL),(183,'india/republic-day','Republic Day','market','2022-01-26',NULL,'Y',NULL,NULL,'/republic-day/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',2477,NULL,NULL,NULL,NULL),(184,'germany/pentecost-monday','Whit Monday','market','2022-06-06',NULL,'',NULL,NULL,'/pentecost-monday/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',2730,NULL,NULL,NULL,NULL),(185,'uk/may-day','Labor Day','market','2022-05-01',NULL,'Y',NULL,NULL,'/may-day/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',2837,NULL,NULL,NULL,NULL),(186,'uk/early-may-bank-holiday','Early May Bank Holiday','market','2022-05-02',NULL,'',NULL,'<img src=\"/i/early-may-bank-holiday.jpg\" alt=\"Early May Bank Holiday\">\r\n<br>\r\n\r\n<p>Most countries celebrate it as International Labour Day, but the UK call it Early May Day. England, Wales and Northern Ireland also refer it as May Day. The day was declared a holiday in 1978, though Scotland was already observing it as a bank holiday since 1871. </p>\r\n\r\n<h2>Is Early May a Bank Holiday?</h2>\r\n\r\n<p>Early May Bank Holiday is observed on the first Monday of the month. Early May Day is an official bank holiday in the UK and thus a day off for the general population. </p>\r\n\r\n<h2>What is open or closed on Early May Bank Holiday?</h2>\r\n\r\n<p>Like any other bank holiday, government offices, schools, banks and most businesses close their operations for the day. However, a few retail shops and supermarkets remain open, but their operating hours are subject to change. The public transport is not majorly affected, but the buses and trains are likely to alter their schedules and run to a holiday timetable. </p>\r\n\r\n<h2>What is the origin of the Early May Bank Holiday?</h2>\r\n\r\n<p>The United Kingdom has a history of May celebrations dating back in the pagan times. These celebrations are often associated with fertility rituals and celebrations of flora, a Roman goddess. For this reason, May Day has been considered unchristian, and there have been many attempts to outlaw it. </p>\r\n\r\n<p>Following protests by International Workers\' Day in 1890, Early May Bank Holiday was later brought about to mark International Labour Day. </p>\r\n\r\n<p>In 2011, the British parliament proposed replacing the Early May Day Bank Holiday with a different holiday in October. Although the reasoning was valid, to have a more even spread out of the holidays throughout the year, it was decided to have the date unchanged. </p>\r\n\r\n<h2>What is Early May Bank Holiday VE Day</h2>\r\n\r\n<p>Early May Day has been moved on a couple of times from the first Monday of the month to the second Monday. In 1995, the date was changed to mark the 50th anniversary of Victory Europe Day (VE), which fell on a Monday. In 2020, the holiday was moved to the following Monday to coincide with the diamond anniversary of the end of World War II. As a result, many people have resulted in calling such a special day Early May Bank Holiday VE Day.</p>\r\n\r\n<h2>Things to do on Early May Bank Holiday</h2>\r\n\r\n<p>Besides dining out and taking advantage of Early May Bank holiday deals on shopping sprees, there is still plenty of fun activities you can take part in to mark this day in style. </p>\r\n\r\n<p>There is likely to be several campaigns, marches, and rallies of workers\' rights in many towns. These rallies are organized by trade unions, who are often demanding rights for the workers. You may plan on attending as this can educate you a lot about your rights as an employer or employee. </p>\r\n\r\n<p>Traditionally, May Day had been associated with maypole dancing. Mostly, the dance is done around a tall pole that has been decorated with colourful ribbons, thus creating a decorating pattern as the dancers go round the poles with their movements. It is believed that ancient soldiers welcomed Spring by dancing around decorated trees to appease their goddess, Flora. Try to check around your town as there might be a Maypole dancing taking place. </p>\r\n\r\n<p>If you live in Rochester, you may consider attending the chimney sweep festival that happens on this date. Similarly, villagers in Derbyshire often decorate and dress wells with flowers. Apparently, decorating homes with flowers and leaves is believed to crown the Roman goddess Flora thus thanking her for the Spring season. In some areas, girls go out early to wash their faces in the morning dew as this they believe will make them more beautiful in the coming year. You may consider trying out some of these traditions on the Early May Bank Holiday and see how it goes.</p>\r\n','/early-may-bank-holiday/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',319,NULL,NULL,NULL,NULL),(187,'uk/summer-bank-holiday','Summer Bank Holiday','market','2022-08-29',NULL,'',NULL,'<img src=\"/i/summer-bank-holiday.jpg\" alt=\"Summmer Bank Holiday\">\r\n<br>\r\n\r\n<p>Summer Bank Holiday is observed as a way to mark the end of the summer holidays as people prepare to get to work or school in the Autumn. Summer bank holiday is celebrated in England, Wales and Northern Ireland. Scotland marks the day on a different date. </p>\r\n\r\n<h2>When is Summer Bank holiday</h2>\r\n\r\n<p>Summer Bank Holiday also called Late Summer Bank Holiday is observed on the last Monday of August in England, Wales and Northern Ireland. Scotland and the Republic of Ireland have a similar holiday, but they mark it on the first Monday of August following. </p>\r\n\r\n<h2>Is Summer Bank Holiday a bank holiday?</h2>\r\n\r\n<p>Summer Bank Holiday is a bank holiday in the UK and therefore a day off to the public. The holiday was introduced in the Bank Holidays Act in 1871 and that was the first year when the holiday was observed. Initially, the intention was to give the bank staff a day off to attend cricket matches. In 1971, a hundred years later, the Bank and Financial Dealings Act moved the holiday to the last Monday in August. </p>\r\n\r\n<h2>What is open or closed on Summer Bank Holiday?</h2>\r\n\r\n<p>Being a bank holiday, many businesses, organisations and schools are closed. Some stores may be open or closed but that is determined by the local customs. The public transport systems often run to a holiday timetable but there could be a lot of congestion on roads considering that this holiday marks the end of a three-day long weekend. </p>\r\n\r\n<h2>Things to do on Summer Bank Holiday?</h2>\r\n\r\n<p>Summer Bank Holiday falls on a three-day long weekend and therefore many people take trips and short vacations during the period. To others, it is a chance to relax at home, work on their gardens or carry out home maintenance. A few others opt to go out shopping and take advantage of the Summer Bank Holiday sales in various stores. <p>\r\n\r\n<p>Depending on the weather, you may head to the local park, natural reserves, and other tourist attractions. If you wish to experience some beach atmosphere, visit British beaches as they won’t be warm for a long time. You can try Weymouth Beach, Woolacombe, Rhossili, and Fistral Beach in Newquay. </p>\r\n\r\n<p>You may plan on attending the famous Notting Hill Carnival in London. The street festival is famous for its exuberant customs and music played by steel drum bands. The festival started in 1965 as a protest against racism and poor working conditions for the Caribbean immigrants to the United Kingdom. Today, the festival is multicultural and attracts millions of people across the world. </p>\r\n\r\n<p>There are many other festivals across the country you can attend and have some fun experiencing live music. The Edinburgh International Festival which offers music, dance and dramatic performances from across the world is one you don’t want to miss. Others include, Liverpool International Music Festival, Manchester Pride and Leeds and Reading Festival.</p>\r\n','/summer-bank-holiday/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',322,NULL,NULL,NULL,NULL),(188,'uk/may-spring-bank-holiday','Spring Bank Holiday','market','2022-05-30',NULL,'',NULL,'<img src=\"/i/spring-bank-holiday.jpg\" alt=\"Spring Bank Holiday\">\r\n<br>\r\n\r\n<p>The Spring Bank Holiday is sometimes referred to as Late May Bank Day, given that it falls at the end of May. The day became a holiday in 1967 after it replaced Whit Monday as a public holiday in the UK. The move was welcome, considering that Whit Monday was not only disrupting exam schedules in Summer, but the Holiday was also not recognized in Scotland.</p>\r\n\r\n<h2>When is Spring Bank Holiday?</h2>\r\n\r\n<p>Spring Bank Holiday is celebrated on the last Monday in May. Besides the UK, Spring Bank Holiday is also celebrated in Gilbrator, Jersey, and Isle of Man as a public holiday. Initially, the day fell on the Monday after Pentecost which used to be a Christian holiday commemorating the day Holy Ghost descended on Jesus Christ and his disciples to mark the end of Easter season. However, the Banking And Financial Dealings Act of 1971 moved the Holiday to the last Monday of May. </p>\r\n\r\n<h2>Is Spring Bank Holiday a bank holiday?</h2>\r\n\r\n<p>Spring Bank Holiday is a bank and a day off for the general public in the UK. The Spring Bank Holiday celebrations have however been changed a couple of times. In 2002, it was moved to June 4th, to give people a long weekend to celebrate 50 years since Queen Elizabeth II accession to the throne. A similar move was made in June 2012, to have the Holiday coincide with Queen’s Diamond Jubilee bank Holiday. </p>\r\n\r\n<h2>What is open and closed on Spring Bank Holiday?</h2>\r\n\r\n<p>Like any other bank holiday, business is on low key on this day. It is a day off for most workers, schools, banks and the majority of businesses are closed. The few shops open often offer Spring Bank Holiday deals and sales, thus allowing the public to acquire gifts for loved ones. The public transport system is still in operation but runs on a holiday timetable. </p>\r\n\r\n<h2>Things to do on Spring Bank Holiday breaks?</h2>\r\n\r\n<p>For most people Spring Bank Holiday is a time to relax and take a break from work and school. Others prefer taking traditional whit walks, catching up with family and friends or simply doing their own home maintenance. The air is often aromatic with BBQ and the atmosphere bears the scent of summer. There are plenty of picnic parties and children activities in the local parks while the pubs and eateries enjoy a flock of people having fun on their day off. </p>\r\n\r\n<p>If you are yearning to go out, there are plenty of activities and celebrations held across the country.The most famous celebration is held on Cooper’s Hill in Brock worth. Usually, a 9lbs Double Gloucester shaped cheese is rolled down the steep and concave hill. Although the cheese can reach speeds of up to 70mph, people often continue chasing after it. The winner is the person who gets to cross the finishing line at the bottom of the hill first and for that he gets the wheeled cheese as the prize. If you are feeling energetic enough, you may plan on attending this event. </p>\r\n\r\n<p>You may also attend any of the numerous festivals and carnivals that run on this Holiday. Some include the Hay Festival of Literature and Arts, Street Feast of Kingston Road and Canalway Cavalcade. The choice is all yours on the one you wish to attend. </p>\r\n','/may-spring-bank-holiday/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',320,NULL,NULL,NULL,NULL),(189,'canada/family-day','Family Day','market','2022-02-21',NULL,'',NULL,NULL,'/family-day/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',4901,NULL,NULL,NULL,NULL),(190,'canada/victoria-day','Victoria/Patriots\' Day','market','2022-05-23',NULL,'',NULL,NULL,'/victoria-day/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',2766,NULL,NULL,NULL,NULL),(191,'canada/canada-day','Canada Day','market','2022-07-01',NULL,'Y',NULL,NULL,'/canada-day/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',2767,NULL,NULL,NULL,NULL),(192,'canada/provincial-day','Civic Holiday','market','2022-08-01',NULL,'',NULL,NULL,'/provincial-day/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',2768,NULL,NULL,NULL,NULL),(196,'canada/battle-of-the-boyne-holiday','Battle of the Boyne','National','2022-07-12',NULL,NULL,NULL,'<img src=\"/i/battle-of-the-boyne.jpg\" alt=\"Battle of the Boyne\">\r\n<br>\r\n\r\n<p>Battle of Boyne is also known as Orange Day, Glorious Twelfth, Orangemen’s Day, or Twelfth Day. It commemorates a historic battle between King James II and William III in the quest to control Ireland. All this happened at the banks of River Boyne back in the 17th century. </p>\r\n\r\n<h2>Why Orangemen’s Day?</h2>\r\n\r\n<p>Battle of the Boyne commemorates the events that transpired on July 1st, 1690. The battle was between King William of Orange, a protestant and King James II, a catholic. As fate would have it, William and his Orangemen won. This was a victory to the protestant revolution in a Catholic-dominated Ireland. Because of this win, some people started referring it to The Orangemen’s Day.</p>\r\n \r\n<h2>When is the Battle of the Boyne?</h2>\r\n\r\n<p>Celebrations of Battle of the Boyne are on July 12th every year. If the holiday falls on a Saturday or Sunday, then the holiday moves to July 13th or 14th, respectively. Although the battle actually happened on July 1st, 1690, according to the Julian calendar, the date was repositioned to July 11th after the Gregorian calendar was adopted.</p>\r\n\r\n<h2>Is Battle of the Boyne a bank holiday?</h2>\r\n\r\n<p>Battle of the Boyne is a bank holiday in Northern Ireland but not England, Wales, and Scotland. The secretary of State proclaimed the battle of the Boyne holiday for Northern Ireland. </p>\r\n\r\n<h2>What is open or closed on the Battle of the Boyne?</h2>\r\n\r\n<p>Being a bank holiday in Northern Ireland, schools, public offices, organizations, and most businesses are closed. Public transport is still in operation, but they are likely to run on a special holiday timetable. The rest of the UK celebrates the holiday, but business mostly runs as usual in England, Wales, and Scotland. </p>\r\n\r\n<h2>Why Orangemen’s Day?</h2>\r\n\r\n<p>Battle of the Boyne commemorates the events that transpired on July 1st, 1690. The battle was between King William of Orange, a protestant and King James II, a catholic. As fate would have it, William and his Orangemen won. This was a victory to the protestant revolution in a Catholic-dominated Ireland. Because of this win, some people started referring it to The Orangemen’s Day.</p>\r\n \r\n<h2>Things to do on Battle of the Boyne?</h2>\r\n\r\n<p>There are a variety of battle of the Boyne parades, marches and walks organised by Lodges of the Orange Order in most towns in Northern Ireland. Most of these marches last a season, from April all the way to August. This way, you can attend these marches at your convenient time and get to enjoy watching the marching bands of Ireland. </p>\r\n\r\n<p>If you must attend any of the walks, remember to wear a dark suit. It is also a tradition to wear black bowler hats, white gloves,, and orange collarettes that bear the number of lodges you belong to and a range of badges showing your position in the lodge. </p>\r\n\r\n<p>Better still, explore the outdoors and get to enjoy nature in various places. The most popular is the scenic battle of the Boyne site. The valley is surrounded by the Boyne River and plays host to lively towns like Drogheda and Navan. If you love less crowds and the weather allows, you can try Portrush on the north coast. This place not only has stunning and dramatic scenery, but it also offers a rich Irish culture. </p>\r\n\r\n<p>Being a day off, you can also spend time with family and friends enjoying delicious Irish food and drinks. While at it, watch a film about Irish history or just read a book that explores the history of the troubles in Ireland. </p>\r\n\r\n','/battle-of-the-boyne/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',10064,NULL,NULL,NULL,NULL),(198,'uk/guy-fawkes-day','Guy Fawkes Day','uk','2022-11-05',NULL,NULL,NULL,'<img src=\"/i/guy-fawkes-day-celebrations.jpg\" alt=\"Guy Fawkes Day Celebrations\">\r\n<br> \r\n\r\n<p>Guy Fawkes day is also known as Guy Fawkes Night, Bonfire Night or Fireworks Night. The day is observed as an annual celebration of the gun powder plot\'s failure meant to blow up the Houses of parliament. </p>\r\n\r\n<h2>When is Guy Fawkes Day?</h2>\r\n\r\n<p>Guy Fawkes Day is marked on November 5th across the United Kingdom. The holiday commemorates the day Guy Fawkes was arrested for being part of the group that plotted the blowing up of the houses of parliament. </p>\r\n\r\n<h2>Is Guy Fawkes Day a bank holiday? </h2>\r\n\r\n<p>Guy Fawkes is neither a bank holiday nor a public holiday. Schools, organizations and even the public transport system go on business as usual. </p>\r\n\r\n<h2>What is the history of Guy Fawkes Day? </h2>\r\n\r\n<p>The Guy Fawkes holiday dates back to November 4th 1605. According to history, there was an attempt to blow up the Parliament houses in London. It is believed that the attack was organized by a group of Catholic conspirators who were against the lack of religious tolerance under King James I. The plan was to assassinate the king and his parliamentarians during the state opening of the parliament on November 5th 1605. According to Catholics, this would have been the beginning of their uprising. </p>\r\n\r\n<p>The conspirators prepared for over one year, and 36 barrels of gun powder was stored in the House of Lords. Unfortunately, the whole plot was leaked through a secret letter that persuaded Lord Monteagle not to attend the parliament on that day. </p>\r\n\r\n<p>A massive hunt was later conducted. It saw Guy Fawkes, one of the perpetrators arrested while guarding a cache of explosives in a cellar near the House of Parliament in London. Guy, together with seven other suspects, were convicted of treason, tortured and later executed in January 1606. </p>\r\n\r\n<p>The parliament then established Guy Fawkes Day as a national day of Thanksgiving following King James I survival against the assassination plot.</p>\r\n\r\n<h2>Why Guy Fawkes Mask? </h2>\r\n\r\n<p>The Guy Fawkes Mask was stylized by David Lloyd as a depiction of the man who was the mastermind behind the blow-up plot at the house of parliament. The mask became popular in the 1980s after it was used in the movies V for Vendetta, which depicted the protagonist wearing the Guy Fawkes Mask while battling a fascist government in Britain. </p>\r\n\r\n<h2>Things to do on Guy Fawkes Day? </h2>\r\n\r\n<p>Guy Fawkes Day comes at the end of Autumn, and this makes it a great time to light bonfires and set fireworks. Burning bonfires on Guy Fawkes night is a tradition that dates back on the night of November 4th 1605. King James 1 allowed his supporters to burn bonfires in celebration of the failure of the assassination plot. Most people tend to light bonfires in their own gardens and invite friends to pass the evening away. Some municipalities organize larger bonfires at communal spaces or set fireworks in the local parks. </p>\r\n\r\n<p>Considering Guy Fawkes proximity to Halloween, some people tend to organize combined parties for the two holidays. The parties borrow aspects from both festivities such as bonfires, spooky outfits, and foods like toffee apples and ash baked potatoes. </p>\r\n\r\n<p>A visit to Guy Fawkes Inn York can also be a great way to mark this day. The medieval inn stands at the exact spot where Guy Fawkes was born in 1507. Besides having a meal at the inn, you can tour nearby attractions like the York minister, The Hilt, and the Shambles. </p>\r\n\r\n<p>Some Catholics tend to be a bit restrained in their celebration for Guy Fawkes Night. This is in consideration that Guy Fawkes was a catholic who was tortured and executed in his quest to have a better catholic uprising in Britain.</p>','/guy-fawkes-day/',NULL,NULL,NULL,'/i/festival-banner.jpg',NULL,NULL,'Y',324,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `uk_articles` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `uk_locale`
--
DROP TABLE IF EXISTS `uk_locale`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `uk_locale` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`page_id` varchar(120) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
`text_id` varchar(120) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT '',
`lang_id` varchar(2) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT '',
`text_content` text DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `PAGE_TEXT_LANG` (`page_id`,`text_id`,`lang_id`)
) ENGINE=InnoDB AUTO_INCREMENT=1716 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `uk_locale`
--
LOCK TABLES `uk_locale` WRITE;
/*!40000 ALTER TABLE `uk_locale` DISABLE KEYS */;
INSERT INTO `uk_locale` VALUES (1,'GENERIC','CALENDAR','ES','Calendario'),(2,'GENERIC','HOLIDAYS','ES','Vacaciones'),(3,'GENERIC','TEMPLATES','ES','Plantillas'),(4,'GENERIC','CALENDAR_TEMPLATES','ES','Plantillas de calendario'),(5,'GENERIC','LANGUAGES','ES','Idiomas'),(6,'GENERIC','POPULAR_PAGES','ES','Páginas populares'),(7,'GENERIC','PRINTABLE_CALENDAR','ES','Calendario imprimible'),(8,'GENERIC','SUBSCRIBE_CALENDAR','ES','Calendario de suscripción'),(9,'GENERIC','HOLIDAY_NEWS','ES','Noticias de vacaciones'),(10,'GENERIC','TERMS','ES','Términos y Condiciones'),(11,'GENERIC','PRIVACY_POLICY','ES','PolÃtica de privacidad'),(12,'GENERIC','ABOUT','ES','Acerca de'),(13,'GENERIC','FAQ','ES','Preguntas más frecuentes'),(14,'GENERIC','SPANISH','ES','Español'),(15,'GENERIC','ENGISH','ES','Inglés'),(16,'GENERIC','COUNTRIES','ES','PaÃses'),(17,'GENERIC','HOLIDAYS_OBSERVENCES','ES','Vacaciones y celebraciones'),(18,'GENERIC','QUICK_FACTS','ES','Hechos rápidos'),(19,'GENERIC','POPULAR_HOLIDAYS','ES','Fiestas populares'),(20,'GENERIC','HOLIDAY_NAMES_IN_LANGUAGE','ES','Nombres de vacaciones en otro idioma'),(21,'GENERIC','CALENDAR','EN','Calendar'),(22,'GENERIC','HOLIDAYS','EN','Holidays'),(23,'GENERIC','TEMPLATES','EN','Templates'),(24,'GENERIC','CALENDAR_TEMPLATES','EN','Calendar Templates'),(25,'GENERIC','LANGUAGES','EN','Languages'),(26,'GENERIC','POPULAR_PAGES','EN','Popular Pages'),(27,'GENERIC','PRINTABLE_CALENDAR','EN','Printable Calendar'),(28,'GENERIC','SUBSCRIBE_CALENDAR','EN','Subscribe Calendar'),(29,'GENERIC','HOLIDAY_NEWS','EN','Holiday News'),(30,'GENERIC','TERMS','EN','Terms and Conditions'),(31,'GENERIC','PRIVACY_POLICY','EN','Privacy Policy'),(32,'GENERIC','ABOUT','EN','About'),(33,'GENERIC','FAQ','EN','FAQ'),(34,'GENERIC','SPANISH','EN','Español'),(35,'GENERIC','ENGISH','EN','English'),(36,'GENERIC','COUNTRIES','EN','Countries'),(37,'GENERIC','HOLIDAYS_OBSERVENCES','EN','Holidays and Observances'),(38,'GENERIC','QUICK_FACTS','EN','Quick Schedules'),(39,'GENERIC','POPULAR_HOLIDAYS','EN','Popular Holidays'),(40,'GENERIC','HOLIDAY_NAMES_IN_LANGUAGE','EN','Holiday Names in Other Language'),(41,'GENERIC','HOLIDAY_LIST','ES','Lista de vacaciones'),(42,'GENERIC','HOLIDAY_LIST','EN','Lista de vacaciones'),(50,'MAHAYANA-NEW-YEAR','SE_DESCRIPTION','EN','Mahayana New Year is a Buddhist holiday. The first full moon in January marks the beginning of the new year. When & how people celebrate Mahayana New Year in 2020? '),(51,'MAHAYANA-NEW-YEAR','SE_TITLE','EN','~{SE_YEAR}~ Mahayana New Year ~{SE_BRAND}~'),(52,'CHINESE-NEW-YEAR','SE_DESCRIPTION','EN','Chinese New Year is also known as Lunar New Year. It celebrates the beginning of the new year on the traditional Chinese calendar. '),(53,'CHINESE-NEW-YEAR','SE_TITLE','EN','~{SE_YEAR}~ Chinese New Year - Buddhist Holiday - ~{SE_BRAND}~'),(54,'NIRVANA-DAY','SE_DESCRIPTION','EN','Nirvana day is a Buddhist holiday celebrated in commemoration of Buddha\'s death. The celebrations and observances of the festival are according to the Buddhist Calendar. \r\n'),(55,'NIRVANA-DAY','SE_TITLE','EN','~{SE_YEAR}~ Nirvana day - Buddhist Holiday - ~{SE_BRAND}~'),(56,'MAGHA-PUJA-DAY','SE_DESCRIPTION','EN','Magha Puja Day is also known as Sangha Day or Fourfold Assembly Day. The festival is in honor of the Sangha and an occasion for people to reaffirm their devotion to Buddhism.'),(57,'MAGHA-PUJA-DAY','SE_TITLE','EN','~{SE_YEAR}~ Magha Puja Day - Buddhist Holiday - ~{SE_BRAND}~'),(58,'THERAVADA-NEW-YEAR','SE_DESCRIPTION','EN','Theravada New Year is one of three Buddhist New Year\'s festivals. Theravada Buddhists mainly celebrate this new year.'),(59,'THERAVADA-NEW-YEAR','SE_TITLE','EN','~{SE_YEAR}~ Theravada New Year - Buddhist Holiday - ~{SE_BRAND}~'),(60,'VESAK-DAY','SE_DESCRIPTION','EN','Vesak Day is also known as Buddha Purnima and a major Buddhist festival celebrated by all the Buddhists throughout the world, with great ceremonial rituals.'),(61,'VESAK-DAY','SE_TITLE','EN','~{SE_YEAR}~ Vesak Day - Buddhist Holidays - ~{SE_BRAND}~'),(62,'ASALA-DHARMA-DAY','SE_DESCRIPTION','EN','Asala-Dharma Day falls on the first full moon of the 8th lunar month and celebrates the day in which Buddha began teaching. It is a Theravada Buddhist festival. '),(63,'ASALA-DHARMA-DAY','SE_TITLE','EN','~{SE_YEAR}~ Asala - Dharma Day - Buddhist Festival - ~{SE_BRAND}~'),(64,'OBON','SE_DESCRIPTION','EN','Obon is a Buddhist festival, celebrates to honor the spirits of ancestors. Lanterns are hung in front of houses to guide the ancestors\' spirits. '),(65,'OBON','SE_TITLE','EN','~{SE_YEAR}~ Obon - Buddhist holiday - ~{SE_BRAND}~'),(66,'BODHI-DAY','SE_DESCRIPTION','EN','Bodhi Day is the Buddhist festival that celebrates the day that the Siddhartha Gautama experienced enlightenment.'),(67,'BODHI-DAY','SE_TITLE','EN','~{SE_YEAR}~ Bodhi Day - Buddhist Holiday - ~{SE_BRAND}~'),(68,'BUDDHIST-HOLIDAYS','SE_DESCRIPTION','EN','Here, a list of ~{SE_YEAR}~ Buddhist holidays or festivals available. You can get lots of information about the Buddhist holidays. '),(69,'BUDDHIST-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Buddhist Holidays -Calendarholidays.net'),(70,'US-HOLIDAYS','SE_DESCRIPTION','EN','Here you can get lots of information about holidays. We provide the list of 2020 public & regional holidays with breif description.'),(71,'US-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ US holidays - ~{SE_BRAND}~'),(72,'RELIGIOUS-HOLIDAYS','SE_DESCRIPTION','EN','Here is the list of 2020 religious holidays and festivals of six religions including Christian, Hindu,Buddhist, Islam, Jewish, and Sikh.'),(73,'RELIGIOUS-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Religious holidays - ~{SE_BRAND}~'),(74,'STATE-HOLIDAYS','SE_DESCRIPTION','EN','We are providing state holiday information with a brief description. You can find out the regional holidays of a specific state easily.'),(75,'STATE-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ State Public holidays - ~{SE_BRAND}~'),(76,'BANK-HOLIDAYS','SE_DESCRIPTION','EN','Here you can find the 2020 Bank holidays or day off for the particular region or state.'),(77,'BANK-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Banks Federal holiday - ~{SE_BRAND}~'),(78,'MARKET-HOLIDAYS','SE_DESCRIPTION','EN','Here you can find 2020 Market holidays or trading day off for the stock exchanges of all the regions of the US.'),(79,'MARKET-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Market Holidays  - ~{SE_BRAND}~'),(82,'NEW-YEARS-DAY','SE_DESCRIPTION','EN','New Year\'s Day celebrates on the first of January in the USA, follows the Gregorian calendar. Its a public holiday in many countries.'),(83,'NEW-YEARS-DAY','SE_TITLE','EN','~{SE_YEAR}~ New Years Day - ~{SE_BRAND}~'),(84,'MARTIN-LUTHER-KING-DAY','SE_DESCRIPTION','EN','Martin Luther King Day observed on the 3rd Monday of January every year. It is celebrated on the birthday of the skilled leader and a great man, Dr. Martin Luther King, Jr.'),(85,'MARTIN-LUTHER-KING-DAY','SE_TITLE','EN','~{SE_YEAR}~ Martin Luter King Day - Public Holiday - ~{SE_BRAND}~'),(86,'VALENTINES-DAY','SE_DESCRIPTION','EN','Valentine\'s Day celebrates on February 14 every year in the USA. Pope Gelasius announced February 14 as Valentine\'s Day at the end of the 5th century. '),(87,'VALENTINES-DAY','SE_TITLE','EN','~{SE_YEAR}~ Valentines Day - ~{SE_BRAND}~'),(88,'PRESIDENTS-DAY','SE_DESCRIPTION','EN','President\'s Day marks on the third Monday of February each year in the United States to honor George Washington, Abraham Lincoln, and all of the nation\'s presidents.'),(89,'PRESIDENTS-DAY','SE_TITLE','EN','~{SE_YEAR}~ Presidents Day - ~{SE_BRAND}~'),(90,'GOOD-FRIDAY','SE_DESCRIPTION','EN','Good Friday is a time of fasting and penance, commemorating the anniversary of Jesus Christ\'s death on the Cross. It falls 2 Days before Easter Day.\n'),(91,'GOOD-FRIDAY','SE_TITLE','EN','~{SE_YEAR}~ Good Friday-National Holiday - ~{SE_BRAND}~'),(92,'EASTER','SE_DESCRIPTION','EN','Easter celebrates by Christians to commemorate the resurrection of Jesus Christ and considered as a rebirth of Christianity. '),(93,'EASTER','SE_TITLE','EN','~{SE_YEAR}~ Easter - ~{SE_BRAND}~'),(94,'MOTHERS-DAY','SE_DESCRIPTION','EN','Mother\'s Day commemorated every year in the USA in honor of mothers, motherhood, and maternity bonds, as well as the positive contributions they have made to society. '),(95,'MOTHERS-DAY','SE_TITLE','EN','~{SE_YEAR}~ Mothers Day - ~{SE_BRAND}~'),(96,'NATIONAL-MEMORIAL-DAY','SE_DESCRIPTION','EN','National Memorial Day is marked on the last Monday of May in the United States. On this day, people pay tribute to all the soldiers who died while in the military service.'),(97,'NATIONAL-MEMORIAL-DAY','SE_TITLE','EN','~{SE_YEAR}~ National Memorial Day - ~{SE_BRAND}~'),(98,'FATHERS-DAY','SE_DESCRIPTION','EN',' Father\'s day celebrates to honors the contribution of fathers, and fathers figure to make the children\'s lives. It falls on the third Sunday of June.'),(99,'FATHERS-DAY','SE_TITLE','EN','~{SE_YEAR}~ Fathers Day - ~{SE_BRAND}~'),(100,'INDEPENDENCE-DAY','SE_DESCRIPTION','EN','Independence Day honors the birthday of the US. On ~{SE_DATE}~, the United States claimed its independence from England by signing the Declaration of Independence and Democracy.\n'),(101,'INDEPENDENCE-DAY','SE_TITLE','EN','~{SE_YEAR}~ Independence Day - ~{SE_BRAND}~'),(102,'LABOR-DAY','SE_DESCRIPTION','EN','Labor Day celebrates on the first Monday of September. It honors the workers and their various labor unions that contribute to the growing American economy. '),(103,'LABOR-DAY','SE_TITLE','EN','~{SE_YEAR}~ Labor Day - ~{SE_BRAND}~'),(104,'COLUMBUS-DAY','SE_DESCRIPTION','EN','Columbus Day observed in most states of the United States, a federal holiday celebrating the arrival of Christopher Columbus in the country who discovered America in October 1942. '),(105,'COLUMBUS-DAY','SE_TITLE','EN','~{SE_YEAR}~ Columbus Day - ~{SE_BRAND}~'),(106,'ALL-HALLOWS-EVE','SE_DESCRIPTION','EN','Halloween is a holiday observed each year on October 31, which is the evening before the Christian feast of All Saint\'s Day. It is a trick-or-treat festival.'),(107,'ALL-HALLOWS-EVE','SE_TITLE','EN','~{SE_YEAR}~ Halloween - ~{SE_BRAND}~'),(108,'VETERANS-DAY','SE_DESCRIPTION','EN','Veterans Day is celebrated to honor and thank all military personnel who served the United States in all wars, mainly surviving veterans.'),(109,'VETERANS-DAY','SE_TITLE','EN','~{SE_YEAR}~ Veterans Day - ~{SE_BRAND}~'),(110,'THANKSGIVING-DAY','SE_DESCRIPTION','EN','Thanksgiving Day owes its origin to the harvest festival. Usually, Americans give thanks to God for their autumn harvest and every other success they have obtained in the year.'),(111,'THANKSGIVING-DAY','SE_TITLE','EN',' Thanksgiving Day ~{SE_YEAR}~ - ~{SE_BRAND}~'),(112,'CHRISTMAS','SE_DESCRIPTION','EN','Christmas is a Christian holiday admiring the birth of Jesus. Christians believe that Jesus is the son of God, the Messiah sent from Heaven to save the world. '),(113,'CHRISTMAS','SE_TITLE','EN','~{SE_YEAR}~ Christmas Holiday - ~{SE_BRAND}~'),(114,'CHRISTIAN-HOLIDAYS','SE_DESCRIPTION','EN','List of the ~{SE_YEAR}~ Christian holidays or festivals is mention here. All the dates are provided for each of the significant holidays which are celebrated by Christians.'),(115,'CHRISTIAN-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Christian Holidays - ~{SE_BRAND}~'),(116,'EPIPHANY','SE_DESCRIPTION','EN','Epiphany Day is a Christian celebration that marks the day when the Three Kings visited Jesus by following a star to reach him. It marks 12 days after Christmas on the 6th of January.'),(117,'EPIPHANY','SE_TITLE','EN','~{SE_YEAR}~ Epiphany - A Christian Festivals - ~{SE_BRAND}~'),(118,'BAPTISM-OF-THE-JESUS','SE_DESCRIPTION','EN','Baptism of Christ is a Christian Festival celebrated every year in the month of January'),(119,'BAPTISM-OF-THE-JESUS','SE_TITLE','EN','~{SE_YEAR}~ Baptism of Jesus - A Christian Festivals - ~{SE_BRAND}~'),(120,'CANDLEMAS','SE_DESCRIPTION','EN','Candlemas celebrates three moments according to Christian belief: the child Jesus\'s presentation, the first entry of Jesus into the temple, and it symbolizes the purification of the Virgin Mary.'),(121,'CANDLEMAS','SE_TITLE','EN','~{SE_YEAR}~ Candlemas - A Christian Festivals - ~{SE_BRAND}~'),(124,'ASH-WEDNESDAY','SE_DESCRIPTION','EN','Ash Wednesday is a sacred day of fasting and prayer. It is headed by Shrove Tuesday and falls on the Lent\'s first day, the six weeks of repentance before Easter. '),(125,'ASH-WEDNESDAY','SE_TITLE','EN','~{SE_YEAR}~ Ash Wednesday - A Christian Festivals - ~{SE_BRAND}~'),(126,'ST-PATRICKS-DAY','SE_DESCRIPTION','EN','St. Patrick\'s day celebrates to honors the arrival of St. Patrick and Christianity in Ireland. It also celebrates the culture and customs of the Irish community.'),(127,'ST-PATRICKS-DAY','SE_TITLE','EN','~{SE_YEAR}~ St Patricks Day - A Christian Festivals - ~{SE_BRAND}~'),(128,'ST-JOSEPHS-DAY','SE_DESCRIPTION','EN','St. Joseph\'s Day falls on 19 March each year. Saint Joseph is believed to have been the husband of the Blessed Virgin Mary and the legal father of Jesus Christ.'),(129,'ST-JOSEPHS-DAY','SE_TITLE','EN','~{SE_YEAR}~ St Josephs Day - A Christian Festivals - ~{SE_BRAND}~'),(130,'EASTER-MONDAY','SE_DESCRIPTION','EN','Easter Monday is celebrated after Easter Sunday, which the first Sunday after the Paschal full moon. It marks the death and resurrection of Christ. '),(131,'EASTER-MONDAY','SE_TITLE','EN','~{SE_YEAR}~ Easter Monday - A Christian Festivals - ~{SE_BRAND}~'),(132,'ST-GEORGES-DAY','SE_DESCRIPTION','EN','St. George\'s Day in England commemorates St. George, the patron saint of England. It normally marked on his death anniversary which falls on 23 April .'),(133,'ST-GEORGES-DAY','SE_TITLE','EN','~{SE_YEAR}~ St Georges - A Christian Festivals - ~{SE_BRAND}~'),(134,'ASCENSION-DAY','SE_DESCRIPTION','EN','Ascension Day is observed on the 40th day of Easter. It is a Christian holiday that commemorates the arrival of Jesus Christ to heaven, according to Christianity.'),(135,'ASCENSION-DAY','SE_TITLE','EN','~{SE_YEAR}~ Ascension Day - A Christian Festivals - ~{SE_BRAND}~'),(136,'PENTECOST','SE_DESCRIPTION','EN','Pentecost is a Christian festival that commemorates the gift of the Holy Spirit. The day used to recognize as Whitsun, a Christian holiday. '),(137,'PENTECOST','SE_TITLE','EN','~{SE_YEAR}~ Pentecost - A Christian Festivals - ~{SE_BRAND}~'),(138,'TRINITY-SUNDAY','SE_DESCRIPTION','EN','Trinity Sunday is the first Sunday to honor the Holy Trinity after Pentecost - the Father, Son, and Holy Spirit describing that there are three elements of one God.'),(139,'TRINITY-SUNDAY','SE_TITLE','EN','~{SE_YEAR}~ Trinty Sunday - A Christian Festivals - ~{SE_BRAND}~'),(140,'CORPUS-CHRISTI','SE_DESCRIPTION','EN','Corpus Christi is a festival where Christians honor the Holy Body of Christ. A Latin phrase of Corpus Christi refers to the body and blood of Christ.'),(141,'CORPUS-CHRISTI','SE_TITLE','EN','~{SE_YEAR}~ Corpus Christ - A Christian Festivals - ~{SE_BRAND}~'),(142,'SAINT-VLADIMIR','SE_DESCRIPTION','EN','Saint Vladimir is a Christian festival that celebrates on 15 June every year.'),(143,'SAINT-VLADIMIR','SE_TITLE','EN','~{SE_YEAR}~ Saint Vladimir - A Christian Festivals - ~{SE_BRAND}~'),(144,'SAINTS-PETER-AND-PAUL','SE_DESCRIPTION','EN','St. Peter and St. Paul are two well-known saints, and they are most responsible for spreading the Christian message in the days of the early church.\n'),(145,'SAINTS-PETER-AND-PAUL','SE_TITLE','EN','~{SE_YEAR}~ Saint Peter and Paul - A Christian Festivals - ~{SE_BRAND}~'),(146,'ST-JAMES-THE-GREAT-DAY-','SE_DESCRIPTION','EN','James the Great is also known as James or as Saint James the Greater. James is described as one of the first disciples to join Jesus.'),(147,'ST-JAMES-THE-GREAT-DAY-','SE_TITLE','EN','~{SE_YEAR}~ St James the great day - A Christian Festivals - ~{SE_BRAND}~'),(148,'LAMMAS','SE_DESCRIPTION','EN','Lamma is a celebration to mark the annual wheat harvest. It is the first harvest festival of the year. It was customary to bring loaf made from the new crop to the church.'),(149,'LAMMAS','SE_TITLE','EN','~{SE_YEAR}~ Lammas - A Christian Festivals - ~{SE_BRAND}~'),(150,'THE-ASSUMPTION-OF-MARY','SE_DESCRIPTION','EN','Assumption of Mary is a Christian festival that celebrates every year on 15th August. Christians belief that God accepted the Virgin Mary into heaven after her death.'),(151,'THE-ASSUMPTION-OF-MARY','SE_TITLE','EN','~{SE_YEAR}~ The assumption of marry - A Christian Festivals - ~{SE_BRAND}~'),(152,'HOLY-CROSS-DAY','SE_DESCRIPTION','EN','Holy Cross Day is celebrated every year on 14 September. It is a day that honors and commemorates Jesus Christ\'s sacrifice for our salvation.'),(153,'HOLY-CROSS-DAY','SE_TITLE','EN','~{SE_YEAR}~ Holy Cross Day - A Christian Festivals - ~{SE_BRAND}~'),(154,'MICHAEL-AND-ALL-ANGELS','SE_DESCRIPTION','EN','Michael and All Angels is celebrated in the Western churches on September 29 every year.'),(155,'MICHAEL-AND-ALL-ANGELS','SE_TITLE','EN','~{SE_YEAR}~ Michael and all angles - A Christian Festivals - ~{SE_BRAND}~'),(156,'ALL-SAINTS-DAY','SE_DESCRIPTION','EN','All Saints\' Day is also known as the Feast of All Saints, Hallowmas, or Solemnity of All Saints. It is a Christian festival celebrated in honour of all the saints.'),(157,'ALL-SAINTS-DAY','SE_TITLE','EN','~{SE_YEAR}~ All Saints Day - A Christian Festivals - ~{SE_BRAND}~'),(158,'ALL-SOULS-DAY','SE_DESCRIPTION','EN','All Souls\' Day was initially founded in the monastery in Cluny in 993 CE and quickly expanded everywhere in the Christian world. All Souls\' Day celebrates and honors the dead.'),(159,'ALL-SOULS-DAY','SE_TITLE','EN','~{SE_YEAR}~ All Soul Day - A Christian Festivals - ~{SE_BRAND}~'),(160,'CHRIST-THE-KING','SE_DESCRIPTION','EN','Christ the King is the title of Christ referring to the idea of the kingdom of God, in which Christ is seated at the right hand of God.'),(161,'CHRIST-THE-KING','SE_TITLE','EN','~{SE_YEAR}~ Christ the King - A Christian Festivals - ~{SE_BRAND}~'),(162,'ADVENT-FIRST-SUNDAY','SE_DESCRIPTION','EN','Advent -First Sunday is the first day of the liturgical year and the start of the season of Advent, which marks the beginning of the Christian year.\n'),(163,'ADVENT-FIRST-SUNDAY','SE_TITLE','EN','~{SE_YEAR}~ Advent first Sunday - A Christian Festivals - ~{SE_BRAND}~'),(164,'ST-ANDREWS-DAY','SE_DESCRIPTION','EN','St. Andrew\'s Day is observed on 30 November every year. It is the feast day of Andrew the Apostle. Saint Andrew was one of the twelve disciples of Jesus Christ.'),(165,'ST-ANDREWS-DAY','SE_TITLE','EN','~{SE_YEAR}~ St Andrews Day - A Christian Festivals - ~{SE_BRAND}~'),(166,'HOLY-INNOCENTS','SE_DESCRIPTION','EN','Holy Innocents Day annually observed on December 28. The purpose of this festival is to commemorate the massacre of the innocent male children by King Herod in Bethlehem.'),(167,'HOLY-INNOCENTS','SE_TITLE','EN','~{SE_YEAR}~ Holy Innocents - A Christian Festivals - ~{SE_BRAND}~'),(168,'WATCH-NIGHT','SE_DESCRIPTION','EN','Watch Night is also known as Freedom Eve, is a Christian religious service held on New Year\'s Eve. It provides the opportunity for Christians to review the year that has passed and made a confession.'),(169,'WATCH-NIGHT','SE_TITLE','EN','~{SE_YEAR}~ Watch Night - A Christian Festivals - ~{SE_BRAND}~'),(170,'HINDU-HOLIDAYS','SE_DESCRIPTION','EN','Here you can get lots of information about holidays. We provide the list of ~{SE_YEAR}~ Hindu holidays with breif description.'),(171,'HINDU-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Hindu Holiday - ~{SE_BRAND}~'),(172,'PONGAL','SE_DESCRIPTION','EN','Pongal is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Pongal in ~{SE_YEAR}~.'),(173,'PONGAL','SE_TITLE','EN','~{SE_YEAR}~ Pongal - Hindu Festival - ~{SE_BRAND}~'),(174,'VASANT-PANCHAMI','SE_DESCRIPTION','EN','Vasant Panchami is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Vasant Panchami in ~{SE_YEAR}~.'),(175,'VASANT-PANCHAMI','SE_TITLE','EN','~{SE_YEAR}~ Vasant Panchami - Hindu Festival - ~{SE_BRAND}~'),(176,'THAIPUSAM','SE_DESCRIPTION','EN','Thaipusam is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Thaipusam in ~{SE_YEAR}~.'),(177,'THAIPUSAM','SE_TITLE','EN','~{SE_YEAR}~ Thaipusam - Hindu Festival - ~{SE_BRAND}~'),(178,'MAHA-SHIVRATRI','SE_DESCRIPTION','EN','Maha Shivaratri is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Maha Shivratri in ~{SE_YEAR}~.'),(179,'MAHA-SHIVRATRI','SE_TITLE','EN','~{SE_YEAR}~ Maha Shivaratri - Hindu Festival - ~{SE_BRAND}~'),(180,'HOLI','SE_DESCRIPTION','EN','Holi is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Holi in ~{SE_YEAR}~.'),(181,'HOLI','SE_TITLE','EN','~{SE_YEAR}~ Holi - Hindu Festival - ~{SE_BRAND}~'),(182,'UGADI-TELUGU-NEW-YEAR','SE_DESCRIPTION','EN','Ugadi Telugu New Year is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Ugadi Telugu New Year in ~{SE_YEAR}~.'),(183,'UGADI-TELUGU-NEW-YEAR','SE_TITLE','EN','~{SE_YEAR}~ Ugadi/ Telgu New Year - Hindu Festival - ~{SE_BRAND}~'),(184,'HINDI-NEW-YEAR','SE_DESCRIPTION','EN','Hindi New Year is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Hindi New Year in ~{SE_YEAR}~.'),(185,'HINDI-NEW-YEAR','SE_TITLE','EN','~{SE_YEAR}~ Hindi New Year - Hindu Festival - ~{SE_BRAND}~'),(186,'RAMANAVAMI','SE_DESCRIPTION','EN','Ramanavami is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Ramanavami in ~{SE_YEAR}~.'),(187,'RAMANAVAMI','SE_TITLE','EN','~{SE_YEAR}~ Ramanavami - Hindu Festival - ~{SE_BRAND}~'),(188,'HANUMAN-JAYANTI','SE_DESCRIPTION','EN','Hanuman Jayanti is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Hanuman Jayanti in ~{SE_YEAR}~.'),(189,'HANUMAN-JAYANTI','SE_TITLE','EN','~{SE_YEAR}~ Hanuman Jayanti - Hindu Festival - ~{SE_BRAND}~'),(190,'VISHU','SE_DESCRIPTION','EN','Vishu is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Vishu in ~{SE_YEAR}~.'),(191,'VISHU','SE_TITLE','EN','~{SE_YEAR}~ Vishu - Hindu Festival - ~{SE_BRAND}~'),(192,'BIHU-BENGALI-NEW-YEAR','SE_DESCRIPTION','EN','Bihu Bengali New Year is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Bihu Bengali New Year in ~{SE_YEAR}~.'),(193,'BIHU-BENGALI-NEW-YEAR','SE_TITLE','EN','~{SE_YEAR}~ Bihu/ Bengali New Year - Hindu Festival - ~{SE_BRAND}~'),(194,'TAMIL-NEW-YEAR','SE_DESCRIPTION','EN','Tamil New Year is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Tamil New Year in ~{SE_YEAR}~.'),(195,'TAMIL-NEW-YEAR','SE_TITLE','EN','~{SE_YEAR}~ Tamil New Year - Hindu Festival - ~{SE_BRAND}~'),(196,'AKSHAYA-TRITIYA','SE_DESCRIPTION','EN','Akshaya Tritiya is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Akshaya Tritiya in ~{SE_YEAR}~.'),(197,'AKSHAYA-TRITIYA','SE_TITLE','EN','~{SE_YEAR}~ Akshaya Tritiya - Hindu Festival - ~{SE_BRAND}~'),(198,'SAVITRI-POOJA','SE_DESCRIPTION','EN','Savitri Pooja is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Savitri Pooja in ~{SE_YEAR}~.'),(199,'SAVITRI-POOJA','SE_TITLE','EN','~{SE_YEAR}~ Savitri Pooja - Hindu Festival - ~{SE_BRAND}~'),(200,'RATH-YATRA','SE_DESCRIPTION','EN','Rath Yatra is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Rath Yatra in ~{SE_YEAR}~.'),(201,'RATH-YATRA','SE_TITLE','EN','~Year~ Rath Yatra - Hindu Festival - ~{SE_BRAND}~'),(202,'GURU-PURNIMA','SE_DESCRIPTION','EN','Guru Purnima is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Guru Purnima in ~{SE_YEAR}~.'),(203,'GURU-PURNIMA','SE_TITLE','EN','~{SE_YEAR}~ Guru Purnima - Hindu Festival - ~{SE_BRAND}~'),(204,'NAG-PANCHAMI','SE_DESCRIPTION','EN','Nag Panchami is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Nag Panchami in ~{SE_YEAR}~.'),(205,'NAG-PANCHAMI','SE_TITLE','EN','~{SE_YEAR}~ Nag Panchmi - Hindu Holiday - ~{SE_BRAND}~'),(206,'VARALAKSHMI-VRAT','SE_DESCRIPTION','EN','Varalakshmi Vrat is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Varalakshmi Vrat in ~{SE_YEAR}~.'),(207,'VARALAKSHMI-VRAT','SE_TITLE','EN','~{SE_YEAR}~ Varalakshmi Vrat - Hindu Holiday - ~{SE_BRAND}~'),(208,'RAKSHA-BANDHAN','SE_DESCRIPTION','EN','Raksha Bandhan is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Raksha Bandhan in ~{SE_YEAR}~.'),(209,'RAKSHA-BANDHAN','SE_TITLE','EN','~{SE_YEAR}~ Raksha Bandhan - Hindu Holiday - ~{SE_BRAND}~'),(210,'JANMASHTAMI','SE_DESCRIPTION','EN','Janmashtami is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Janmashtami in ~{SE_YEAR}~.'),(211,'JANMASHTAMI','SE_TITLE','EN','~{SE_YEAR}~ Janmashtami - Hindu Holiday - ~{SE_BRAND}~'),(212,'GANESH-CHATURTHI','SE_DESCRIPTION','EN','Ganesh Chaturthi is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Ganesh Chaturthi in ~{SE_YEAR}~.'),(213,'GANESH-CHATURTHI','SE_TITLE','EN','~{SE_YEAR}~ Ganesh Chaturthi - Hindu Holiday - ~{SE_BRAND}~'),(214,'ONAM','SE_DESCRIPTION','EN','Onam is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Onam in ~{SE_YEAR}~.'),(215,'ONAM','SE_TITLE','EN','~{SE_YEAR}~ Onam - Hindu Holiday - ~{SE_BRAND}~'),(216,'VISHWAKARMA-PUJA','SE_DESCRIPTION','EN','Vishwakarma Puja is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Vishwakarma Puja in ~{SE_YEAR}~.'),(217,'VISHWAKARMA-PUJA','SE_TITLE','EN','~{SE_YEAR}~ Vishwakarama Puja - Hindu Holiday - ~{SE_BRAND}~'),(218,'MAHALAYA-AMAVASYA','SE_DESCRIPTION','EN','Mahalaya Amavasya is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Mahalaya Amavasya in ~{SE_YEAR}~.'),(219,'MAHALAYA-AMAVASYA','SE_TITLE','EN','~{SE_YEAR}~ Mahalaya Amavasya - Hindu Holiday - ~{SE_BRAND}~'),(220,'NAVARATRI','SE_DESCRIPTION','EN','Navaratri is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Navaratri in ~{SE_YEAR}~.'),(221,'NAVARATRI','SE_TITLE','EN','~{SE_YEAR}~ Navaratri - Hindu Holiday - ~{SE_BRAND}~'),(222,'DUSSHERA','SE_DESCRIPTION','EN','Dussehra is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Dussehra in ~{SE_YEAR}~.'),(223,'DUSSHERA','SE_TITLE','EN','~{SE_YEAR}~ Dussehra - Hindu Holiday - ~{SE_BRAND}~'),(224,'SHARAD-PURNIMA','SE_DESCRIPTION','EN','Sharad Purnima is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Sharad Purnima in ~{SE_YEAR}~.'),(225,'SHARAD-PURNIMA','SE_TITLE','EN','~{SE_YEAR}~ Sharad Purnima - Hindu Holiday - ~{SE_BRAND}~'),(226,'KARVA-CHAUTH','SE_DESCRIPTION','EN','Karva Chauth is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Karva Chauth in ~{SE_YEAR}~.'),(227,'KARVA-CHAUTH','SE_TITLE','EN','~{SE_YEAR}~ Karva Chauth - Hindu Holiday - ~{SE_BRAND}~'),(228,'DHANTERAS','SE_DESCRIPTION','EN','Dhanteras is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Dhanteras in ~{SE_YEAR}~.'),(229,'DHANTERAS','SE_TITLE','EN','~{SE_YEAR}~ Dhanteras - Hindu Holiday - ~{SE_BRAND}~'),(230,'DIWALI','SE_DESCRIPTION','EN','Diwali is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Diwali in ~{SE_YEAR}~.'),(231,'DIWALI','SE_TITLE','EN','~{SE_YEAR}~ Diwali - Hindu Holiday - ~{SE_BRAND}~'),(232,'BHAI-DOOJ','SE_DESCRIPTION','EN','Bhai Dooj is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Bhai Dooj in ~{SE_YEAR}~.'),(233,'BHAI-DOOJ','SE_TITLE','EN','~{SE_YEAR}~ Bhai Dooj - Hindu Holiday - ~{SE_BRAND}~'),(234,'CHHATH-PUJA','SE_DESCRIPTION','EN','Chhath Puja is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Chhath Puja in ~{SE_YEAR}~.'),(235,'CHHATH-PUJA','SE_TITLE','EN','~{SE_YEAR}~ Chhath Puja - Hindu Holiday - ~{SE_BRAND}~'),(236,'KARTIK-POORNIMA','SE_DESCRIPTION','EN','Kartik Poornima is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Kartik Poornima in ~{SE_YEAR}~.'),(237,'KARTIK-POORNIMA','SE_TITLE','EN','~{SE_YEAR}~ Kartik Poornima - Hindu Holiday - ~{SE_BRAND}~'),(238,'DHANU-SANKRANTI','SE_DESCRIPTION','EN','Dhanu Sankranti is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Dhanu Sankranti in ~{SE_YEAR}~.'),(239,'DHANU-SANKRANTI/','SE_TITLE','EN','~{SE_YEAR}~ Dhanu Sankranti - Hindu Holiday - ~{SE_BRAND}~'),(240,'GEETA-JAYANTI','SE_DESCRIPTION','EN','Geeta Jayanti is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Geeta Jayanti in ~{SE_YEAR}~.'),(241,'GEETA-JAYANTI','SE_TITLE','EN','~{SE_YEAR}~ Geeta Jayanti - Hindu Holiday - ~{SE_BRAND}~'),(242,'ISLAM-HOLIDAYS','SE_DESCRIPTION','EN','Here you can get lots of information about holidays. We provide the list of ~{SE_YEAR}~ Islam holidays with breif description.'),(243,'ISLAM-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Islam Holidays - ~{SE_BRAND}~'),(244,'LAILAT-AL-MIRAJ','SE_DESCRIPTION','EN','Lailat al Miraj reminded the Prophet Muhammad\'s exile in heaven. Muslims assume that on this night, an angel came to the Prophet, washed his abdomen with the water of Zamzam water, and filled his heart with wisdom and faith.'),(245,'LAILAT-AL-MIRAJ','SE_TITLE','EN','~{SE_YEAR}~ Lailat al Miraj - Islam Holidays - ~{SE_BRAND}~'),(246,'LAILAT-AL-BARAAH','SE_DESCRIPTION','EN','The Lailat-ul Barat is an essential night for the Muslims and also popularly known as Shab-e-Barat. It is regarded as one of the most sacred nights on the Islamic calendar.'),(247,'LAILAT-AL-BARAAH','SE_TITLE','EN','~{SE_YEAR}~ Lailat al Baraah - Islam Holidays - ~{SE_BRAND}~'),(248,'RAMADAN-START','SE_DESCRIPTION','EN','Ramadan is the ninth month of the Islamic calendar. The word \"Ramadan\" originated from an Arabic name, which is identified by intense heat, scorched grounds, and a shortage of food and drink. '),(249,'RAMADAN-START','SE_TITLE','EN','~{SE_YEAR}~ Ramadan - Islam Holidays - ~{SE_BRAND}~'),(250,'LAYLAT-AL-KADR','SE_DESCRIPTION','EN','Lailat al Qadr marks the time when the first verses of the Koran were revealed to the Islamic Prophet Muhammad. '),(251,'LAYLAT-AL-KADR','SE_TITLE','EN','~{SE_YEAR}~ Layal al Kadr - Islam Holidays - ~{SE_BRAND}~'),(252,'RAMADAN-END','SE_DESCRIPTION','EN','Eid al-Fitr also recognized as the festival of fast-breaking or Lesser feast. It signifies the end of Ramadan and the beginning of a three-day feast in some countries.'),(253,'RAMADAN-END','SE_TITLE','EN','~{SE_YEAR}~ Eid al Fitr - Islam Holidays - ~{SE_BRAND}~'),(254,'HARI-RAYA-HAJI','SE_DESCRIPTION','EN','Eid al-Adha, also recognized as the Festival of Sacrifice or Feast of Sacrifice, celebrates accomplishment. Eid al-Adha also reminds of a time when Ibrahim was willing to sacrifice his son for God.'),(255,'HARI-RAYA-HAJI','SE_TITLE','EN','~{SE_YEAR}~ Hari Raya Hanji - Islam Holidays - ~{SE_BRAND}~'),(256,'WAQF-AL-ARAFA-HAJJ','SE_DESCRIPTION','EN',' Waqf al Arafa is an Islamic holiday that falls on the 9th day of Dhu al-Hijjah of the Islamic calendar. It is the second day of the Haj pilgrimage after eid al Adha.'),(257,'WAQF-AL-ARAFA-HAJJ','SE_TITLE','EN','~{SE_YEAR}~ Waqf al Arafa Hajj - Islam Holidays - ~{SE_BRAND}~'),(258,'MUHARRAM','SE_DESCRIPTION','EN','Muharram is the first Islamic month and is a time of mourning and peace. It is one of the four holy months of the year, during which warfare is forbidden.'),(259,'MUHARRAM','SE_TITLE','EN','~{SE_YEAR}~ Muharram - ~{SE_BRAND}~'),(260,'MILAD-UN-NABI','SE_DESCRIPTION','EN','Milad un-Nabi is a festival that commemorates the Prophet Muhammad\'s birthday and celebrates his teachings. It is also known as Mawlid an-NabawÄ«, Havliye, Donba, and Gani.'),(261,'MILAD-UN-NABI','SE_TITLE','EN','~{SE_YEAR}~ Milad un Nabi - Islam Holidays - ~{SE_BRAND}~'),(262,'JEWISH-HOLIDAYS','SE_DESCRIPTION','EN','Here you can get lots of information about holidays. We provide the list of ~{SE_YEAR}~ Jewish holidays with breif description.'),(263,'JEWISH-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Jewish Holidays - ~{SE_BRAND}~'),(264,'TU-BISHVAT','SE_DESCRIPTION','EN','Tu Bishvat is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Tu Bishvat in ~{SE_YEAR}~.'),(265,'TU-BISHVAT','SE_TITLE','EN','~{SE_YEAR}~ Tu Bishvat - Jewish Holidays - ~{SE_BRAND}~'),(266,'PURIM','SE_DESCRIPTION','EN','Purim is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Purim in ~{SE_YEAR}~.'),(267,'PURIM','SE_TITLE','EN','~{SE_YEAR}~ Purim - Jewish Holidays - ~{SE_BRAND}~'),(268,'PASSOVER','SE_DESCRIPTION','EN','Passover is an important Jewish holiday and one of the most widely celebrated Jewish holidays, and it usually lasts for eight days in the United States. '),(269,'PASSOVER','SE_TITLE','EN','~{SE_YEAR}~ Passover - Jewish Holidays - ~{SE_BRAND}~'),(270,'PASSOVER-FINAL-DAY','SE_DESCRIPTION','EN','Many Jews in the United States mark the last day of Passover as the end of a Jewish holiday that remembers the rescue of Jewish people from slavery in Egypt. '),(271,'PASSOVER-FINAL-DAY','SE_TITLE','EN','~{SE_YEAR}~ Passover Final Day - Jewish Holidays - ~{SE_BRAND}~'),(272,'YOM-HASHOAH','SE_DESCRIPTION','EN','Yom HaShoah is also recognized as Holocaust Memorial Day and a remembrance day to honor the six million Jewish people who died during the Holocaust. '),(273,'YOM-HASHOAH','SE_TITLE','EN','~{SE_YEAR}~ Yom Hoshoah - Jewish Holidays - ~{SE_BRAND}~'),(274,'YOM-HAZIKARON','SE_DESCRIPTION','EN','Yom Hazikaron is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Yom Hazikaron in ~{SE_YEAR}~.'),(275,'YOM-HAZIKARON','SE_TITLE','EN','~{SE_YEAR}~ Yom Hazikaron - Jewish Holidays - ~{SE_BRAND}~'),(276,'YOM-HAATZMAUT','SE_DESCRIPTION','EN','Many American Jewish remembers Israel\'s Independence Day, also known as Yom Ha\'Atzmaut (or Yom HaAtzmaut). Israel declared independence on May 14th, 1948. '),(277,'YOM-HAATZMAUT','SE_TITLE','EN','~{SE_YEAR}~ Yom Haatzmaut - Jewish Holidays - ~{SE_BRAND}~'),(278,'PASSOVER-SECOND-DAY','SE_DESCRIPTION','EN','Passover Second Day is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Passover Second Day in ~{SE_YEAR}~.'),(279,'PASSOVER-SECOND-DAY','SE_TITLE','EN','~{SE_YEAR}~ Passover Second Day - Jewish Holidays - ~{SE_BRAND}~'),(280,'LAG-BOMER','SE_DESCRIPTION','EN','According to the Jewish calendar, many Jews celebrate Lag B\'Omer on the 18th day of Iyar month and also known as Lag BaOmer.'),(281,'LAG-BOMER','SE_TITLE','EN','~{SE_YEAR}~ Lag Bomer-Jewish Holidays - ~{SE_BRAND}~'),(282,'YOM-YERUSHALAYIM','SE_DESCRIPTION','EN','Yom Yerushalayim is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Yom Yerushalayim in ~{SE_YEAR}~.'),(283,'YOM-YERUSHALAYIM','SE_TITLE','EN','~{SE_YEAR}~ Yom Yerushalayim - Jewish Holidays - ~{SE_BRAND}~'),(284,'SHAVUOT','SE_DESCRIPTION','EN','Shavuot is the second main Jewish festival that concentrates on historical and agricultural importance. Shavuot follows Passover by 50 days.'),(285,'SHAVUOT','SE_TITLE','EN','~{SE_YEAR}~ Shavuot - Jewish Holidays - ~{SE_BRAND}~'),(286,'TISHA-BAV','SE_DESCRIPTION','EN','Tisha Bav is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Tisha Bav in ~{SE_YEAR}~.'),(287,'TISHA-BAV','SE_TITLE','EN','~{SE_YEAR}~ Tisha Bav - Jewish Holidays - ~{SE_BRAND}~'),(288,'ROSH-HASHANAH','SE_DESCRIPTION','EN','Many Jewish Americans commemorate Rosh Hashanah, which is recognized as the Jewish New Year. It originates on the first day of Tishrei, which is the seventh month.'),(289,'ROSH-HASHANAH','SE_TITLE','EN','~{SE_YEAR}~ Rosh Hashanah - Jewish Holidays - ~{SE_BRAND}~'),(290,'FAST-OF-GEDALIAH','SE_DESCRIPTION','EN','Fast Of Gedaliah is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Fast Of Gedaliah in ~{SE_YEAR}~.'),(291,'FAST-OF-GEDALIAH','SE_TITLE','EN','~{SE_YEAR}~ Fast of Gedaliah - Jewish Holidays - ~{SE_BRAND}~'),(292,'YOM-KIPPUR','SE_DESCRIPTION','EN','Yom Kippur are the holiest day in the Jewish calendar, which recognized as the Day of Atonement. It falls on the tenth day of the Tishrei, a Jewish month.'),(293,'YOM-KIPPUR','SE_TITLE','EN','~{SE_YEAR}~ Yom Kippur - Jewish Holidays - ~{SE_BRAND}~'),(294,'SUKKOT','SE_DESCRIPTION','EN','Sukkot is a biblical Jewish holiday celebrated during the week starting on the 15th day of Tishri, the first month of the year, according to the Jewish calendar.'),(295,'SUKKOT','SE_TITLE','EN','~{SE_YEAR}~ Sukkot - Jewish Holidays - ~{SE_BRAND}~'),(296,'SUKKOT-END','SE_DESCRIPTION','EN','The Sukkot session is a moment to recognize the Jews traveling in the desert for 40 years, leading their exodus from Egypt. Its seventh day is known as Hoshana Rabbah.'),(297,'SUKKOT-END','SE_TITLE','EN','~{SE_YEAR}~ Sukkot Ends - Jewish Holidays - ~{SE_BRAND}~'),(298,'SHEMINI-ATZERET','SE_DESCRIPTION','EN','Shemini Atzeret is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Shemini Atzeret in ~{SE_YEAR}~.'),(299,'SHEMINI-ATZERET','SE_TITLE','EN','~{SE_YEAR}~ Shemini Atzeret - Jewish Holidays - ~{SE_BRAND}~'),(300,'SIMHAT-TORAH','SE_DESCRIPTION','EN','Simhat Torah is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Simhat Torah in ~{SE_YEAR}~.'),(301,'SIMHAT-TORAH','SE_TITLE','EN','~{SE_YEAR}~ Simhat Torah - Jewish Holidays - ~{SE_BRAND}~'),(302,'HANUKKAH','SE_DESCRIPTION','EN','Hanukkah is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Hanukkah in ~{SE_YEAR}~.'),(303,'HANUKKAH','SE_TITLE','EN','~{SE_YEAR}~ Hanukkah - Jewish Holidays - ~{SE_BRAND}~'),(304,'HANUKKAH-END','SE_DESCRIPTION','EN','Hanukkah End is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Hanukkah End in ~{SE_YEAR}~.'),(305,'HANUKKAH-END','SE_TITLE','EN','~{SE_YEAR}~ Hanukkah Ends - Jewish Holidays - ~{SE_BRAND}~'),(306,'SIKH-HOLIDAYS','SE_DESCRIPTION','EN','Here you can get lots of information about holidays. We provide the list of ~{SE_YEAR}~ Sikh holidays with breif description.'),(307,'SIKH-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Sikh Holidays - ~{SE_BRAND}~'),(308,'GURU-GOBIND-SINGH-BIRTHDAY','SE_DESCRIPTION','EN','Guru Govind Singh Ji was the 10th Sikh Guru. He was born in Patna, Bihar, India. The annual celebration of Guru\'s birthday is based on the Nanakshahi calendar.'),(309,'GURU-GOBIND-SINGH-BIRTHDAY','SE_TITLE','EN','~{SE_YEAR}~ Guru Gobind Singh Birthday - Sikh Holidays'),(310,'MAGHI-LOHRI','SE_DESCRIPTION','EN','Maghi is an annual festival and one of the seasonal gathering of Sikhs. It is celebrated in Muktsar in memory of forty Sikh martyrs. It follows the festival of Lohri in North India.'),(311,'MAGHI-LOHRI','SE_TITLE','EN','~{SE_YEAR}~ Maghi Lohri - Sikh Holidays - ~{SE_BRAND}~'),(312,'HOLA-MOHALLA','SE_DESCRIPTION','EN','Hola Mohalla is a Sikh festival celebrated in the month of Phalgun after Holi. An annual festival is celebrated for three days at Anandpur Sahib in Punjab.'),(313,'HOLA-MOHALLA','SE_TITLE','EN','~{SE_YEAR}~ Hola Mohalla - Sikh Holidays - ~{SE_BRAND}~'),(314,'VAISAKHI','SE_DESCRIPTION','EN','Vaisakhi is also known as Baisakhi. It is usually celebrated every year on 13 or 14 April, which commemorates the formation of the Khalsa Panth of warriors in 1699 under Guru Govind Singh.'),(315,'VAISAKHI','SE_TITLE','EN','~{SE_YEAR}~ Vaisakhi - Sikh Holidays - ~{SE_BRAND}~'),(316,'BIRTHDAY-OF-GURU-ANGAD-DEV','SE_DESCRIPTION','EN','Guru Angad Dev Ji was an Indian religious leader and the second Sikh Guru. He was born in a Hindu family, with birth name as Lehna, in Harike village.'),(317,'BIRTHDAY-OF-GURU-ANGAD-DEV','SE_TITLE','EN','~{SE_YEAR}~ Guru Angad Dev Ji Bithday - Sikh Holidays'),(318,'MARTYRDOM-OF-GURU-ARJAN-DEV-SAHIB','SE_DESCRIPTION','EN','Guru Arjan Dev Ji is the fifth Sikh Guru. The Mughal emperor Jahangir ordered that Guru Arjan Dev ji be tortured and beheaded because the Guru refused to stop preaching his message to God.'),(319,'MARTYRDOM-OF-GURU-ARJAN-DEV-SAHIB','SE_TITLE','EN','~{SE_YEAR}~ Martyrdom of Guru Arjan Dev Ji - Sikh Holidays - ~{SE_BRAND}~'),(320,'BIRTH-OF-THE-GURU-GRANTH','SE_DESCRIPTION','EN','Guru Granth Sahib Ji is the religious scripture of Sikhism, which is considered by Sikhs as the last, sovereign and eternal living Guru after the descent of ten human gurus of religion.'),(321,'BIRTH-OF-THE-GURU-GRANTH','SE_TITLE','EN','~{SE_YEAR}~ Bith of the Guru Granth Sahib Ji - Sikh Holidays'),(322,'MARTYRDOM-OF-GURU-TEGH-BAHADUR-SAHIB','SE_DESCRIPTION','EN','Guru Tegh Bahadur Ji was the ninth Guru of Sikhism. He was publicly beheaded in 1675 on the orders of Mughal Emperor Aurangzeb in Delhi for refusing to convert to Islam and to save Hindu Kashmiri Pandits and other non-Muslims.'),(323,'MARTYRDOM-OF-GURU-TEGH-BAHADUR-SAHIB','SE_TITLE','EN','~{SE_YEAR}~ Martyrdom of Guru Tegh Bahadur Ji - Sikh Holidays'),(324,'GURU-NANAK-BIRTHDAY','SE_DESCRIPTION','EN','Guru Nanak Dev ji is also known as Baba Nanak, the founder of Sikhism and the first Sikh Guru. His birth is celebrated on the day of Kartik Purnima as Guru Nanak Gurupurab worldwide.'),(325,'GURU-NANAK-BIRTHDAY','SE_TITLE','EN','~{SE_YEAR}~ Guru Nanank Dev Ji Birthday - Sikh Holidays'),(326,'ST-NICHOLAS-DAY','SE_DESCRIPTION','EN','Saint Nicholas Day observed on December 6 in the US. The legendary personality of St. Nicholas is derived from Nicholas of Myra, who directed as a bishop in the 4th century. '),(327,'ST-NICHOLAS-DAY','SE_TITLE','EN','~{SE_YEAR}~ St Nicholas Day - A Christian Festival - ~{SE_BRAND}~'),(328,'ALABAMA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Alabama State Holidays - ~{SE_BRAND}~'),(329,'ALASKA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Alaska State Holidays - ~{SE_BRAND}~'),(330,'ARIZONA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Arizona State Holidays - ~{SE_BRAND}~'),(331,'ARKANSAS-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Arkansas State Holidays - ~{SE_BRAND}~'),(332,'CALIFORNIA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ California State Holidays - ~{SE_BRAND}~'),(333,'COLORADO-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Colorado State Holidays - ~{SE_BRAND}~'),(334,'CONNECTICUT-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Connecticut State Holidays - ~{SE_BRAND}~'),(335,'DELAWARE-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Delaware State Holidays - ~{SE_BRAND}~'),(336,'FLORIDA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Florida State Holidays - ~{SE_BRAND}~'),(337,'GEORGIA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Georgia State Holidays - ~{SE_BRAND}~'),(338,'HAWAII-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Hawaii State Holidays - ~{SE_BRAND}~'),(339,'IDAHO-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Idaho State Holidays - ~{SE_BRAND}~'),(340,'ILLINOIS-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Illinois State Holidays - ~{SE_BRAND}~'),(341,'INDIANA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Indiana State Holidays - ~{SE_BRAND}~'),(342,'IOWA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Iowa State Holidays - ~{SE_BRAND}~'),(343,'KANSAS-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Kansas State Holidays - ~{SE_BRAND}~'),(344,'KENTUCKY-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Kentucky State Holidays - ~{SE_BRAND}~'),(345,'LOUISIANA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Louisiana State Holidays - ~{SE_BRAND}~'),(346,'MAINE-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Maine State Holidays - ~{SE_BRAND}~'),(347,'MARYLAND-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Maryland State Holidays - ~{SE_BRAND}~'),(348,'MASSACHUSETTS-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Massachusetts State Holidays - ~{SE_BRAND}~'),(349,'MICHIGAN-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Michigan State Holidays - ~{SE_BRAND}~'),(350,'MINNESOTA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Minnesota State Holidays - ~{SE_BRAND}~'),(351,'MISSISSIPPI-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Mississippi State Holidays - ~{SE_BRAND}~'),(352,'MISSOURI-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Missouri State Holidays - ~{SE_BRAND}~'),(353,'MONTANA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Montana State Holidays - ~{SE_BRAND}~'),(354,'NEBRASKA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Nebraska State Holidays - ~{SE_BRAND}~'),(355,'NEVADA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Nevada State Holidays - ~{SE_BRAND}~'),(356,'NEW-HAMPSHIRE-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ New Hampshire State Holidays - ~{SE_BRAND}~'),(357,'NEW-JERSEY-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ New Jersey State Holidays - ~{SE_BRAND}~'),(358,'NEW-MEXICO-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ New Mexico State Holidays - ~{SE_BRAND}~'),(359,'NEW-YORK-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ New York State Holidays - ~{SE_BRAND}~'),(360,'NORTH-CAROLINA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ North Carolina State Holidays - ~{SE_BRAND}~'),(361,'NORTH-DAKOTA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ North Dakota State Holidays - ~{SE_BRAND}~'),(362,'OHIO-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Ohio State Holidays - ~{SE_BRAND}~'),(363,'OKLAHOMA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Oklahoma State Holidays - ~{SE_BRAND}~'),(364,'OREGON-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Oregon State Holidays - ~{SE_BRAND}~'),(365,'PENNSYLVANIA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Pennsylvania State Holidays - ~{SE_BRAND}~'),(366,'RHODE-ISLAND-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Rhode Island State Holidays - ~{SE_BRAND}~'),(367,'SOUTH-CAROLINA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ South Carolina State Holidays - ~{SE_BRAND}~'),(368,'SOUTH-DAKOTA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ South Dakota State Holidays - ~{SE_BRAND}~'),(369,'TENNESSEE-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Tennessee State Holidays - ~{SE_BRAND}~'),(370,'TEXAS-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Texas State Holidays - ~{SE_BRAND}~'),(371,'UTAH-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Utah State Holidays - ~{SE_BRAND}~'),(372,'VERMONT-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Vermont State Holidays - ~{SE_BRAND}~'),(373,'VIRGINIA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Virginia State Holidays - ~{SE_BRAND}~'),(374,'WASHINGTON-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Washington State Holidays - ~{SE_BRAND}~'),(375,'WEST-VIRGINIA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ West Virginia State Holidays - ~{SE_BRAND}~'),(376,'WISCONSIN-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Wisconsin State Holidays - ~{SE_BRAND}~'),(377,'WYOMING-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Wyoming State Holidays - ~{SE_BRAND}~'),(378,'ALABAMA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Alabama, USA. Check upcoming Alabama holidays and plan accordingly.'),(379,'ALASKA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Alaska, USA. Check upcoming Alaska holidays and plan accordingly.'),(380,'ARIZONA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Arizona, USA. Check upcoming Arizona holidays and plan accordingly.'),(381,'ARKANSAS-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Arkansas, USA. Check upcoming Arkansas holidays and plan accordingly.'),(382,'CALIFORNIA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in California, USA. Check upcoming California holidays and plan accordingly.'),(383,'COLORADO-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Colorado, USA. Check upcoming Colorado holidays and plan accordingly.'),(384,'CONNECTICUT-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Connecticut, USA. Check upcoming Connecticut holidays and plan accordingly.'),(385,'DELAWARE-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Delaware, USA. Check upcoming Delaware holidays and plan accordingly.'),(386,'FLORIDA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Florida, USA. Check upcoming Florida holidays and plan accordingly.'),(387,'GEORGIA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Georgia, USA. Check upcoming Georgia holidays and plan accordingly.'),(388,'HAWAII-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Hawaii, USA. Check upcoming Hawaii holidays and plan accordingly.'),(389,'IDAHO-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Idaho, USA. Check upcoming Idaho holidays and plan accordingly.'),(390,'ILLINOIS-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Illinois, USA. Check upcoming Illinois holidays and plan accordingly.'),(391,'INDIANA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Indiana, USA. Check upcoming Indiana holidays and plan accordingly.'),(392,'IOWA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Iowa, USA. Check upcoming Iowa holidays and plan accordingly.'),(393,'KANSAS-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Kansas, USA. Check upcoming Kansas holidays and plan accordingly.'),(394,'KENTUCKY-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Kentucky, USA. Check upcoming Kentucky holidays and plan accordingly.'),(395,'LOUISIANA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Louisiana, USA. Check upcoming Louisiana holidays and plan accordingly.'),(396,'MAINE-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Maine, USA. Check upcoming Maine holidays and plan accordingly.'),(397,'MARYLAND-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Maryland, USA. Check upcoming Maryland holidays and plan accordingly.'),(398,'MASSACHUSETTS-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Massachusetts, USA. Check upcoming Massachusetts holidays and plan accordingly.'),(399,'MICHIGAN-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Michigan, USA. Check upcoming Michigan holidays and plan accordingly.'),(400,'MINNESOTA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Minnesota, USA. Check upcoming Minnesota holidays and plan accordingly.'),(401,'MISSISSIPPI-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Mississippi, USA. Check upcoming Mississippi holidays and plan accordingly.'),(402,'MISSOURI-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Missouri, USA. Check upcoming Missouri holidays and plan accordingly.'),(403,'MONTANA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Montana, USA. Check upcoming Montana holidays and plan accordingly.'),(404,'NEBRASKA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Nebraska, USA. Check upcoming Nebraska holidays and plan accordingly.'),(405,'NEVADA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Nevada, USA. Check upcoming Nevada holidays and plan accordingly.'),(406,'NEW-HAMPSHIRE-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in New Hampshire, USA. Check upcoming New Hampshire holidays and plan accordingly.'),(407,'NEW-JERSEY-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in New Jersey, USA. Check upcoming New Jersey holidays and plan accordingly.'),(408,'NEW-MEXICO-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in New Mexico, USA. Check upcoming New Mexico holidays and plan accordingly.'),(409,'NEW-YORK-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in New York, USA. Check upcoming New York holidays and plan accordingly.'),(410,'NORTH-CAROLINA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in North Carolina, USA. Check upcoming North Carolina holidays and plan accordingly.'),(411,'NORTH-DAKOTA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in North Dakota, USA. Check upcoming North Dakota holidays and plan accordingly.'),(412,'OHIO-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Ohio, USA. Check upcoming Ohio holidays and plan accordingly.'),(413,'OKLAHOMA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Oklahoma, USA. Check upcoming Oklahoma holidays and plan accordingly.'),(414,'OREGON-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Oregon, USA. Check upcoming Oregon holidays and plan accordingly.'),(415,'PENNSYLVANIA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Pennsylvania, USA. Check upcoming Pennsylvania holidays and plan accordingly.'),(416,'RHODE-ISLAND-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Rhode Island, USA. Check upcoming Rhode Island holidays and plan accordingly.'),(417,'SOUTH-CAROLINA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in South Carolina, USA. Check upcoming South Carolina holidays and plan accordingly.'),(418,'SOUTH-DAKOTA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in South Dakota, USA. Check upcoming South Dakota holidays and plan accordingly.'),(419,'TENNESSEE-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Tennessee, USA. Check upcoming Tennessee holidays and plan accordingly.'),(420,'TEXAS-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Texas, USA. Check upcoming Texas holidays and plan accordingly.'),(421,'UTAH-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Utah, USA. Check upcoming Utah holidays and plan accordingly.'),(422,'VERMONT-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Vermont, USA. Check upcoming Vermont holidays and plan accordingly.'),(423,'VIRGINIA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Virginia, USA. Check upcoming Virginia holidays and plan accordingly.'),(424,'WASHINGTON-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Washington, USA. Check upcoming Washington holidays and plan accordingly.'),(425,'WEST-VIRGINIA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in West Virginia, USA. Check upcoming West Virginia holidays and plan accordingly.'),(426,'WISCONSIN-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Wisconsin, USA. Check upcoming Wisconsin holidays and plan accordingly.'),(427,'WYOMING-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Wyoming, USA. Check upcoming Wyoming holidays and plan accordingly.'),(428,'BANK-OF-AMERICA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Bank of America Holidays - ~{SE_BRAND}~'),(429,'CAPITAL-ONE-BANK-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Capital One Bank Holidays - ~{SE_BRAND}~'),(430,'CHASE-BANK-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Chase Bank Holidays - ~{SE_BRAND}~'),(431,'CITIBANK-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ CITIBANK Holidays - ~{SE_BRAND}~'),(432,'HSBC-BANK-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ HSBC Bank Holidays - ~{SE_BRAND}~'),(433,'WELLS-FARGO-BANK-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Wells Fargo Bank Holidays - ~{SE_BRAND}~'),(434,'SUNTRUST-BANK-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ SunTrust Bank Holidays - ~{SE_BRAND}~'),(435,'BANK-OF-AMERICA-HOLIDAYS','SE_DESCRIPTION','EN','Here is the list of Bank of America holidays for the year ~{SE_YEAR}~. Check when Bank of America is open or closed for business and plan accordingly.'),(436,'CAPITAL-ONE-BANK-HOLIDAYS','SE_DESCRIPTION','EN','Here is the list of Capital One Bank holidays for the year ~{SE_YEAR}~. Check when Capital One Bank is open or closed for business and plan accordingly.'),(437,'CHASE-BANK-HOLIDAYS','SE_DESCRIPTION','EN','Here is the list of Chase Bank holidays for the year ~{SE_YEAR}~. Check when Chase Bank is open or closed for business and plan accordingly.'),(438,'CITIBANK-HOLIDAYS','SE_DESCRIPTION','EN','Here is the list of CitiBank holidays for the year ~{SE_YEAR}~. Check when Citi Bank is open or closed for business and plan accordingly.'),(439,'HSBCB-BANK-HOLIDAYS','SE_DESCRIPTION','EN','Here is the list of HSBC Bank holidays for the year ~{SE_YEAR}~. Check when HSBC Bank is open or closed for business and plan accordingly.'),(440,'WELLS-FARGO-BANK-HOLIDAYS','SE_DESCRIPTION','EN','Here is the list of Wells Fargo Bank holidays for the year ~{SE_YEAR}~. Check when Wells Fargo Bank is open or closed for business and plan accordingly.'),(441,'SUNTRUST-BANK-HOLIDAYS','SE_DESCRIPTION','EN','Here is the list of SunTrust Bank holidays for the year ~{SE_YEAR}~. Check when SunTrust Bank is open or closed for business and plan accordingly.'),(442,'ASX-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ ASX Market Holidays - ~{SE_BRAND}~'),(443,'BSE-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ BSE Market Holidays - ~{SE_BRAND}~'),(444,'DAX-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ DAX Market Holidays - ~{SE_BRAND}~'),(445,'EURONEXT-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ EURONEXT Market Holidays - ~{SE_BRAND}~'),(446,'LSE-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ LSE Market Holidays - ~{SE_BRAND}~'),(447,'MCX-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ MCX Market Holidays - ~{SE_BRAND}~'),(448,'NASDAQ-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ NASDAQ Market Holidays - ~{SE_BRAND}~'),(449,'NSE-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ NSE Market Holidays - ~{SE_BRAND}~'),(450,'NYSE-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ NYSE Market Holidays - ~{SE_BRAND}~'),(451,'TSX-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ TSX Market Holidays - ~{SE_BRAND}~'),(452,'ASX-HOLIDAYS','SE_DESCRIPTION','EN','Check the list of ~{SE_YEAR}~ holidays when the ASX (Australian Securities Exchange) - Australia market will be closed. Plan your trading activities as per the ASX holiday schedules.'),(453,'BSE-HOLIDAYS','SE_DESCRIPTION','EN','Check the list of ~{SE_YEAR}~ holidays when the BSE (Bombay Stock Exchange) - India market will be closed. Plan your trading activities as per the BSE holiday schedules.'),(454,'DAX-HOLIDAYS','SE_DESCRIPTION','EN','Check the list of ~{SE_YEAR}~ holidays when the DAX (Frankfurt Stock Exchange) - Germany market will be closed. Plan your trading activities as per the DAX holiday schedules.'),(455,'EURONEXT-HOLIDAYS','SE_DESCRIPTION','EN','Check the list of ~{SE_YEAR}~ holidays when the EURONEXT - Paris, France market will be closed. Plan your trading activities as per the EURONEXT holiday schedules.'),(456,'LSE-HOLIDAYS','SE_DESCRIPTION','EN','Check the list of ~{SE_YEAR}~ holidays when the LSE (London Stock Exchange) - UK market will be closed. Plan your trading activities as per the LSE holiday schedules.'),(457,'MCX-HOLIDAYS','SE_DESCRIPTION','EN','Check the list of ~{SE_YEAR}~ holidays when the MCX (Multi Commodity Exchange) - India market will be closed. Plan your trading activities as per the MCX holiday schedules.'),(458,'NASDAQ-HOLIDAYS','SE_DESCRIPTION','EN','Check the list of ~{SE_YEAR}~ holidays when the NASDAQ (NASDAQ Stock Exchange) - US market will be closed. Plan your trading activities as per the NASDAQ holiday schedules.'),(459,'NSE-HOLIDAYS','SE_DESCRIPTION','EN','Check the list of ~{SE_YEAR}~ holidays when the NSE (National Stock Exchange) - India market will be closed. Plan your trading activities as per the NSE holiday schedules.'),(460,'NYSE-HOLIDAYS','SE_DESCRIPTION','EN','Check the list of ~{SE_YEAR}~ holidays when the NYSE (New York Stock Exchange) - US market will be closed. Plan your trading activities as per the NYSE holiday schedules.'),(461,'TSX-HOLIDAYS','SE_DESCRIPTION','EN','Check the list of ~{SE_YEAR}~ holidays when the TSX (Toronto Stock Exchange) - Canada market will be closed. Plan your trading activities as per the TSX holiday schedules.'),(462,'POST-OFFICE-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Post Office Holidays | Royal Mail Holidays - ~{SE_BRAND}~'),(463,'POST-OFFICE-HOLIDAYS','SE_DESCRIPTION','EN','Find the list of ~{SE_YEAR}~ post office holidays or the Royal mail holidays. Check and know when the mail will come and go. '),(464,'CALENDAR-ALABAMA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Alabama State Holidays Calendar - ~{SE_BRAND}~'),(466,'CALENDAR-ALASKA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Alaska State Holidays Calendar - ~{SE_BRAND}~'),(467,'CALENDAR-ARIZONA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Arizona State Holidays Calendar - ~{SE_BRAND}~'),(468,'CALENDAR-ARKANSAS-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Arkansas State Holidays Calendar - ~{SE_BRAND}~'),(469,'CALENDAR-CALIFORNIA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ California State Holidays Calendar - ~{SE_BRAND}~'),(470,'CALENDAR-COLORADO-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Colorado State Holidays Calendar - ~{SE_BRAND}~'),(471,'CALENDAR-CONNECTICUT-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Connecticut State Holidays Calendar - ~{SE_BRAND}~'),(472,'CALENDAR-DELAWARE-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Delaware State Holidays Calendar - ~{SE_BRAND}~'),(473,'CALENDAR-FLORIDA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Florida State Holidays Calendar - ~{SE_BRAND}~'),(474,'CALENDAR-GEORGIA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Georgia State Holidays Calendar - ~{SE_BRAND}~'),(475,'CALENDAR-HAWAII-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Hawaii State Holidays Calendar - ~{SE_BRAND}~'),(476,'CALENDAR-IDAHO-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Idaho State Holidays Calendar - ~{SE_BRAND}~'),(477,'CALENDAR-ILLINOIS-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Illinois State Holidays Calendar - ~{SE_BRAND}~'),(478,'CALENDAR-INDIANA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Indiana State Holidays Calendar - ~{SE_BRAND}~'),(479,'CALENDAR-IOWA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Iowa State Holidays Calendar - ~{SE_BRAND}~'),(480,'CALENDAR-KANSAS-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Kansas State Holidays Calendar - ~{SE_BRAND}~'),(481,'CALENDAR-KENTUCKY-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Kentucky State Holidays Calendar - ~{SE_BRAND}~'),(482,'CALENDAR-LOUISIANA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Louisiana State Holidays Calendar - ~{SE_BRAND}~'),(483,'CALENDAR-MAINE-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Maine State Holidays Calendar - ~{SE_BRAND}~'),(484,'CALENDAR-MARYLAND-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Maryland State Holidays Calendar - ~{SE_BRAND}~'),(485,'CALENDAR-MASSACHUSETTS-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Massachusetts State Holidays Calendar - ~{SE_BRAND}~'),(486,'CALENDAR-MICHIGAN-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Michigan State Holidays Calendar - ~{SE_BRAND}~'),(487,'CALENDAR-MINNESOTA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Minnesota State Holidays Calendar - ~{SE_BRAND}~'),(488,'CALENDAR-MISSISSIPPI-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Mississippi State Holidays Calendar - ~{SE_BRAND}~'),(489,'CALENDAR-MISSOURI-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Missouri State Holidays Calendar - ~{SE_BRAND}~'),(490,'CALENDAR-MONTANA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Montana State Holidays Calendar - ~{SE_BRAND}~'),(491,'CALENDAR-NEBRASKA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Nebraska State Holidays Calendar - ~{SE_BRAND}~'),(492,'CALENDAR-NEVADA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Nevada State Holidays Calendar - ~{SE_BRAND}~'),(493,'CALENDAR-NEW-HAMPSHIRE-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ New Hampshire State Holidays Calendar - ~{SE_BRAND}~'),(494,'CALENDAR-NEW-JERSEY-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ New Jersey State Holidays Calendar - ~{SE_BRAND}~'),(495,'CALENDAR-NEW-MEXICO-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ New Mexico State Holidays Calendar - ~{SE_BRAND}~'),(496,'CALENDAR-NEW-YORK-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ New York State Holidays Calendar - ~{SE_BRAND}~'),(497,'CALENDAR-NORTH-CAROLINA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ North Carolina State Holidays Calendar - ~{SE_BRAND}~'),(498,'CALENDAR-NORTH-DAKOTA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ North Dakota State Holidays Calendar - ~{SE_BRAND}~'),(499,'CALENDAR-OHIO-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Ohio State Holidays Calendar - ~{SE_BRAND}~'),(500,'CALENDAR-OKLAHOMA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Oklahoma State Holidays Calendar - ~{SE_BRAND}~'),(501,'CALENDAR-OREGON-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Oregon State Holidays Calendar - ~{SE_BRAND}~'),(502,'CALENDAR-PENNSYLVANIA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Pennsylvania State Holidays Calendar - ~{SE_BRAND}~'),(503,'CALENDAR-RHODE-ISLAND-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Rhode Island State Holidays Calendar - ~{SE_BRAND}~'),(504,'CALENDAR-SOUTH-CAROLINA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ South Carolina State Holidays Calendar - ~{SE_BRAND}~'),(505,'CALENDAR-SOUTH-DAKOTA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ South Dakota State Holidays Calendar - ~{SE_BRAND}~'),(506,'CALENDAR-TENNESSEE-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Tennessee State Holidays Calendar - ~{SE_BRAND}~'),(507,'CALENDAR-TEXAS-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Texas State Holidays Calendar - ~{SE_BRAND}~'),(508,'CALENDAR-UTAH-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Utah State Holidays Calendar - ~{SE_BRAND}~'),(509,'CALENDAR-VERMONT-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Vermont State Holidays Calendar - ~{SE_BRAND}~'),(510,'CALENDAR-VIRGINIA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Virginia State Holidays Calendar - ~{SE_BRAND}~'),(511,'CALENDAR-WASHINGTON-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Washington State Holidays Calendar - ~{SE_BRAND}~'),(512,'CALENDAR-WEST-VIRGINIA-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ West Virginia State Holidays Calendar - ~{SE_BRAND}~'),(513,'CALENDAR-WISCONSIN-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Wisconsin State Holidays Calendar - ~{SE_BRAND}~'),(514,'CALENDAR-WYOMING-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Wyoming State Holidays Calendar - ~{SE_BRAND}~'),(515,'CALENDAR-ALABAMA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Alabama, USA. Check upcoming Alabama holidays calendar and plan accordingly.'),(516,'CALENDAR-ALASKA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Alaska, USA. Check upcoming Alaska holidays calendar and plan accordingly.'),(517,'CALENDAR-ARIZONA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Arizona, USA. Check upcoming Arizona holidays calendar and plan accordingly.'),(518,'CALENDAR-ARKANSAS-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Arkansas, USA. Check upcoming Arkansas holidays calendar and plan accordingly.'),(519,'CALENDAR-CALIFORNIA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in California, USA. Check upcoming California holidays calendar and plan accordingly.'),(520,'CALENDAR-COLORADO-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Colorado, USA. Check upcoming Colorado holidays calendar and plan accordingly.'),(521,'CALENDAR-CONNECTICUT-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Connecticut, USA. Check upcoming Connecticut holidays calendar and plan accordingly.'),(522,'CALENDAR-DELAWARE-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Delaware, USA. Check upcoming Delaware holidays calendar and plan accordingly.'),(523,'CALENDAR-FLORIDA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Florida, USA. Check upcoming Florida holidays calendar and plan accordingly.'),(524,'CALENDAR-GEORGIA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Georgia, USA. Check upcoming Georgia holidays calendar and plan accordingly.'),(525,'CALENDAR-HAWAII-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Hawaii, USA. Check upcoming Hawaii holidays calendar and plan accordingly.'),(526,'CALENDAR-IDAHO-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Idaho, USA. Check upcoming Idaho holidays calendar and plan accordingly.'),(527,'CALENDAR-ILLINOIS-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Illinois, USA. Check upcoming Illinois holidays calendar and plan accordingly.'),(528,'CALENDAR-INDIANA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Indiana, USA. Check upcoming Indiana holidays calendar and plan accordingly.'),(529,'CALENDAR-IOWA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Iowa, USA. Check upcoming Iowa holidays calendar and plan accordingly.'),(530,'CALENDAR-KANSAS-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Kansas, USA. Check upcoming Kansas holidays calendar and plan accordingly.'),(531,'CALENDAR-KENTUCKY-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Kentucky, USA. Check upcoming Kentucky holidays calendar and plan accordingly.'),(532,'CALENDAR-LOUISIANA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Louisiana, USA. Check upcoming Louisiana holidays calendar and plan accordingly.'),(533,'CALENDAR-MAINE-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Maine, USA. Check upcoming Maine holidays calendar and plan accordingly.'),(534,'CALENDAR-MARYLAND-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Maryland, USA. Check upcoming Maryland holidays calendar and plan accordingly.'),(535,'CALENDAR-MASSACHUSETTS-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Massachusetts, USA. Check upcoming Massachusetts holidays calendar and plan accordingly.'),(536,'CALENDAR-MICHIGAN-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Michigan, USA. Check upcoming Michigan holidays calendar and plan accordingly.'),(537,'CALENDAR-MINNESOTA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Minnesota, USA. Check upcoming Minnesota holidays calendar and plan accordingly.'),(538,'CALENDAR-MISSISSIPPI-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Mississippi, USA. Check upcoming Mississippi holidays calendar and plan accordingly.'),(539,'CALENDAR-MISSOURI-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Missouri, USA. Check upcoming Missouri holidays calendar and plan accordingly.'),(540,'CALENDAR-MONTANA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Montana, USA. Check upcoming Montana holidays calendar and plan accordingly.'),(541,'CALENDAR-NEBRASKA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Nebraska, USA. Check upcoming Nebraska holidays calendar and plan accordingly.'),(542,'CALENDAR-NEVADA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Nevada, USA. Check upcoming Nevada holidays calendar and plan accordingly.'),(543,'CALENDAR-NEW-HAMPSHIRE-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in New Hampshire, USA. Check upcoming New Hampshire holidays calendar and plan accordingly.'),(544,'CALENDAR-NEW-JERSEY-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in New Jersey, USA. Check upcoming New Jersey holidays calendar and plan accordingly.'),(545,'CALENDAR-NEW-MEXICO-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in New Mexico, USA. Check upcoming New Mexico holidays calendar and plan accordingly.'),(546,'CALENDAR-NEW-YORK-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in New York, USA. Check upcoming New York holidays calendar and plan accordingly.'),(547,'CALENDAR-NORTH-CAROLINA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in North Carolina, USA. Check upcoming North Carolina holidays calendar and plan accordingly.'),(548,'CALENDAR-NORTH-DAKOTA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in North Dakota, USA. Check upcoming North Dakota holidays calendar and plan accordingly.'),(549,'CALENDAR-OHIO-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Ohio, USA. Check upcoming Ohio holidays calendar and plan accordingly.'),(550,'CALENDAR-OKLAHOMA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Oklahoma, USA. Check upcoming Oklahoma holidays calendar and plan accordingly.'),(551,'CALENDAR-OREGON-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Oregon, USA. Check upcoming Oregon holidays calendar and plan accordingly.'),(552,'CALENDAR-PENNSYLVANIA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Pennsylvania, USA. Check upcoming Pennsylvania holidays calendar and plan accordingly.'),(553,'CALENDAR-RHODE-ISLAND-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Rhode Island, USA. Check upcoming Rhode Island holidays calendar and plan accordingly.'),(554,'CALENDAR-SOUTH-CAROLINA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in South Carolina, USA. Check upcoming South Carolina holidays calendar and plan accordingly.'),(555,'CALENDAR-SOUTH-DAKOTA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in South Dakota, USA. Check upcoming South Dakota holidays calendar and plan accordingly.'),(556,'CALENDAR-TENNESSEE-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Tennessee, USA. Check upcoming Tennessee holidays calendar and plan accordingly.'),(557,'CALENDAR-TEXAS-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Texas, USA. Check upcoming Texas holidays calendar and plan accordingly.'),(558,'CALENDAR-UTAH-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Utah, USA. Check upcoming Utah holidays calendar and plan accordingly.'),(559,'CALENDAR-VERMONT-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Vermont, USA. Check upcoming Vermont holidays calendar and plan accordingly.'),(560,'CALENDAR-VIRGINIA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Virginia, USA. Check upcoming Virginia holidays calendar and plan accordingly.'),(561,'CALENDAR-WASHINGTON-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Washington, USA. Check upcoming Washington holidays calendar and plan accordingly.'),(562,'CALENDAR-WEST-VIRGINIA-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in West Virginia, USA. Check upcoming West Virginia holidays calendar and plan accordingly.'),(563,'CALENDAR-WISCONSIN-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Wisconsin, USA. Check upcoming Wisconsin holidays calendar and plan accordingly.'),(564,'CALENDAR-WYOMING-HOLIDAYS','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional holidays calendar and festivals observed in Wyoming, USA. Check upcoming Wyoming holidays calendar and plan accordingly.'),(597,'BUDDHIST-HOLIDAYS','SE_HERO','EN','Buddhist Festivals'),(598,'CHRISTIAN-HOLIDAYS','SE_HERO','EN','Christian Festivals'),(599,'HINDU-HOLIDAYS','SE_HERO','EN','Hindu Festivals'),(600,'ISLAM-HOLIDAYS','SE_HERO','EN','Islam Festivals'),(601,'JEWISH-HOLIDAYS','SE_HERO','EN','Jewish Festivals'),(602,'SIKH-HOLIDAYS','SE_HERO','EN','Sikh Festivals'),(604,'MAHAYANA-NEW-YEAR','SE_AREA_TITLE','EN','Mahayana New Year'),(605,'CHINESE-NEW-YEAR','SE_AREA_TITLE','EN','Chinese New Year'),(606,'NIRVANA-DAY','SE_AREA_TITLE','EN','Nirvana Day'),(607,'MAGHA-PUJA-DAY','SE_AREA_TITLE','EN','Magha Puja Day'),(608,'THERAVADA-NEW-YEAR','SE_AREA_TITLE','EN','Theravada New Year'),(609,'VESAK-BUDDHA-DAY','SE_AREA_TITLE','EN','Vesak Day'),(610,'ASALA-DHARMA-DAY','SE_AREA_TITLE','EN','Asala Dharma Day'),(611,'OBON','SE_AREA_TITLE','EN','Obon'),(612,'BODHI-DAY','SE_AREA_TITLE','EN','Bodhi Day'),(613,'BUDDHIST-HOLIDAYS','SE_AREA_TITLE','EN','Buddhist Holidays'),(614,'US-HOLIDAYS','SE_AREA_TITLE','EN','United States Holidays'),(615,'RELIGIOUS-HOLIDAYS','SE_AREA_TITLE','EN','Religious Holidays'),(616,'STATE-HOLIDAYS','SE_AREA_TITLE','EN','State Holidays'),(617,'BANK-HOLIDAYS','SE_AREA_TITLE','EN','Bank Holidays'),(618,'MARKET-HOLIDAYS','SE_AREA_TITLE','EN','Market Holidays'),(619,'NEW-YEARS-DAY','SE_AREA_TITLE','EN','New Years Day'),(620,'MARTIN-LUTHER-KING-DAY','SE_AREA_TITLE','EN','Martin Luther King Day'),(621,'VALENTINES-DAY','SE_AREA_TITLE','EN','Valentines Day'),(622,'PRESIDENTS-DAY','SE_AREA_TITLE','EN','Presidents Day'),(623,'GOOD-FRIDAY','SE_AREA_TITLE','EN','Good Friday'),(624,'EASTER','SE_AREA_TITLE','EN','Easter'),(625,'MOTHERS-DAY','SE_AREA_TITLE','EN','Mother\'s Day'),(626,'NATIONAL-MEMORIAL-DAY','SE_AREA_TITLE','EN','National Memorial Day'),(627,'FATHERS-DAY','SE_AREA_TITLE','EN','Fathers Day'),(628,'INDEPENDENCE-DAY','SE_AREA_TITLE','EN','Independence Day'),(629,'LABOR-DAY','SE_AREA_TITLE','EN','Labor Day'),(630,'COLUMBUS-DAY','SE_AREA_TITLE','EN','Native Americans Day'),(631,'ALL-HALLOWS-EVE','SE_AREA_TITLE','EN','Halloween'),(632,'VETERANS-DAY','SE_AREA_TITLE','EN','Veterans Day'),(633,'THANKSGIVING-DAY','SE_AREA_TITLE','EN','Thanksgiving Day'),(634,'CHRISTMAS-EVE','SE_AREA_TITLE','EN','Christmas Eve'),(635,'CHRISTIAN-HOLIDAYS','SE_AREA_TITLE','EN','Christian Holidays'),(636,'EPIPHANY','SE_AREA_TITLE','EN','Epiphany'),(637,'BAPTISM-OF-THE-JESUS','SE_AREA_TITLE','EN','Baptism Of The Lord'),(638,'CANDLEMAS','SE_AREA_TITLE','EN','Candlemas'),(639,'ASH-WEDNESDAY','SE_AREA_TITLE','EN','Ash Wednesday'),(640,'ST-PATRICKS-DAY1','SE_AREA_TITLE','EN','St Patricks Day'),(641,'ST-JOSEPHS-DAY','SE_AREA_TITLE','EN','St Josephs Day '),(642,'EASTER-MONDAY','SE_AREA_TITLE','EN','Easter Monday'),(643,'ST-GEORGES-DAY','SE_AREA_TITLE','EN','St Georges Day'),(644,'ASCENSION-DAY','SE_AREA_TITLE','EN','Ascension Day'),(645,'PENTECOST','SE_AREA_TITLE','EN','Pentecost'),(646,'TRINITY-SUNDAY','SE_AREA_TITLE','EN','Trinity Sunday'),(647,'CORPUS-CHRISTI','SE_AREA_TITLE','EN','Corpus Christi'),(648,'SAINT-VLADIMIR','SE_AREA_TITLE','EN','Saint Vladimir'),(649,'SAINTS-PETER-AND-PAUL','SE_AREA_TITLE','EN','Saints Peter And Paul'),(650,'ST-JAMES-THE-GREAT-DAY','SE_AREA_TITLE','EN','St James The Great Day '),(651,'LAMMAS','SE_AREA_TITLE','EN','Lammas'),(652,'THE-ASSUMPTION-OF-MARY','SE_AREA_TITLE','EN','The Assumption Of Mary'),(653,'HOLY-CROSS-DAY','SE_AREA_TITLE','EN','Holy Cross Day'),(654,'MICHAEL-AND-ALL-ANGELS','SE_AREA_TITLE','EN','Michael And All Angels'),(655,'ALL-SAINTS-DAY','SE_AREA_TITLE','EN','All Saints Day'),(656,'ALL-SOULS-DAY','SE_AREA_TITLE','EN','All Souls Day'),(657,'CHRIST-THE-KING','SE_AREA_TITLE','EN','Christ The King'),(658,'ADVENT-FIRST-SUNDAY','SE_AREA_TITLE','EN','Advent First Sunday'),(659,'ST-ANDREWS-DAY','SE_AREA_TITLE','EN','St Andrews Day'),(660,'HOLY-INNOCENTS','SE_AREA_TITLE','EN','Holy Innocents'),(661,'WATCH-NIGHT','SE_AREA_TITLE','EN','Watch Night'),(662,'HINDU-HOLIDAYS','SE_AREA_TITLE','EN','Hindu Holidays'),(663,'PONGAL','SE_AREA_TITLE','EN','Pongal'),(664,'VASANT-PANCHAMI','SE_AREA_TITLE','EN','Vasant Panchami'),(665,'THAIPUSAM','SE_AREA_TITLE','EN','Thaipusam'),(666,'MAHA-SHIVRATRI','SE_AREA_TITLE','EN','Maha Shivaratri'),(667,'HOLI','SE_AREA_TITLE','EN','Holi'),(668,'UGADI-TELUGU-NEW-YEAR','SE_AREA_TITLE','EN','Ugadi Telugu New Year'),(669,'HINDI-NEW-YEAR','SE_AREA_TITLE','EN','Hindi New Year'),(670,'RAMANAVAMI','SE_AREA_TITLE','EN','Ramanavami'),(671,'HANUMAN-JAYANTI','SE_AREA_TITLE','EN','Hanuman Jayanti'),(672,'VISHU','SE_AREA_TITLE','EN','Vishu'),(673,'BIHU-BENGALI-NEW-YEAR','SE_AREA_TITLE','EN','Bihu Bengali New Year'),(674,'TAMIL-NEW-YEAR','SE_AREA_TITLE','EN','Tamil New Year'),(675,'AKSHAYA-TRITIYA','SE_AREA_TITLE','EN','Akshaya Tritiya'),(676,'SAVITRI-POOJA','SE_AREA_TITLE','EN','Savitri Pooja'),(677,'RATH-YATRA','SE_AREA_TITLE','EN','Rath Yatra'),(678,'GURU-PURNIMA','SE_AREA_TITLE','EN','Guru Purnima'),(679,'NAG-PANCHAMI','SE_AREA_TITLE','EN','Nag Panchami'),(680,'VARALAKSHMI-VRAT','SE_AREA_TITLE','EN','Varalakshmi Vrat'),(681,'RAKSHA-BANDHAN','SE_AREA_TITLE','EN','Raksha Bandhan'),(682,'JANMASHTAMI','SE_AREA_TITLE','EN','Janmashtami'),(683,'GANESH-CHATURTHI','SE_AREA_TITLE','EN','Ganesh Chaturthi'),(684,'ONAM','SE_AREA_TITLE','EN','Onam'),(685,'VISHWAKARMA-PUJA','SE_AREA_TITLE','EN','Vishwakarma Puja'),(686,'MAHALAYA-AMAVASYA','SE_AREA_TITLE','EN','Mahalaya Amavasya'),(687,'NAVARATRI','SE_AREA_TITLE','EN','Navaratri'),(688,'DUSSHERA-','SE_AREA_TITLE','EN','Dusshera'),(689,'SHARAD-PURNIMA','SE_AREA_TITLE','EN','Sharad Purnima'),(690,'KARVA-CHAUTH','SE_AREA_TITLE','EN','Karva Chauth'),(691,'DHANTERAS','SE_AREA_TITLE','EN','Dhanteras'),(692,'DIWALI','SE_AREA_TITLE','EN','Diwali'),(693,'BHAI-DOOJ','SE_AREA_TITLE','EN','Bhai Dooj'),(694,'CHHATH-PUJA','SE_AREA_TITLE','EN','Chhath Puja'),(695,'KARTIK-POORNIMA','SE_AREA_TITLE','EN','Kartik Purnima'),(696,'DHANU-SANKRANTI','SE_AREA_TITLE','EN','Dhanu Sankranti'),(697,'DHANU-SANKRANTI/','SE_AREA_TITLE','EN','Dhanu Sankranti/'),(698,'GEETA-JAYANTI','SE_AREA_TITLE','EN','Geeta Jayanti'),(699,'ISLAM-HOLIDAYS','SE_AREA_TITLE','EN','Islam Holidays'),(700,'LAILAT-AL-MIRAJ','SE_AREA_TITLE','EN','Lailat Al Miraj'),(701,'LAILAT-AL-BARAAH','SE_AREA_TITLE','EN','Lailat Al Baraah'),(702,'RAMADAN-START','SE_AREA_TITLE','EN','Ramadan Start'),(703,'LAYLAT-AL-KADR','SE_AREA_TITLE','EN','Laylat Al Kadr'),(704,'RAMADAN-END','SE_AREA_TITLE','EN','Ramadan End'),(705,'HARI-RAYA-HAJI','SE_AREA_TITLE','EN','Hari Raya Haji'),(706,'WAQF-AL-ARAFA-HAJJ','SE_AREA_TITLE','EN','Waqf Al Arafa Hajj'),(707,'MUHARRAM','SE_AREA_TITLE','EN','Muharram'),(708,'MILAD-UN-NABI','SE_AREA_TITLE','EN','Milad Un Nabi'),(709,'JEWISH-HOLIDAYS','SE_AREA_TITLE','EN','Jewish Holidays'),(710,'TU-BISHVAT','SE_AREA_TITLE','EN','Tu Bishvat'),(711,'PURIM','SE_AREA_TITLE','EN','Purim'),(712,'PASSOVER','SE_AREA_TITLE','EN','Passover (Jewish Festival)'),(713,'PASSOVER-FINAL-DAY','SE_AREA_TITLE','EN','Passover Final Day'),(714,'YOM-HASHOAH','SE_AREA_TITLE','EN','Yom Hashoah'),(715,'YOM-HAZIKARON','SE_AREA_TITLE','EN','Yom Hazikaron'),(716,'YOM-HAATZMAUT','SE_AREA_TITLE','EN','Yom Haatzmaut'),(717,'PASSOVER-SECOND-DAY','SE_AREA_TITLE','EN','Passover Second Day'),(718,'LAG-BOMER','SE_AREA_TITLE','EN','Lag Bomer'),(719,'YOM-YERUSHALAYIM','SE_AREA_TITLE','EN','Yom Yerushalayim'),(720,'SHAVUOT','SE_AREA_TITLE','EN','Shavuot'),(721,'TISHA-BAV','SE_AREA_TITLE','EN','Tisha Bav'),(722,'ROSH-HASHANAH','SE_AREA_TITLE','EN','Rosh Hashanah'),(723,'FAST-OF-GEDALIAH','SE_AREA_TITLE','EN','Fast Of Gedaliah'),(724,'YOM-KIPPUR','SE_AREA_TITLE','EN','Yom Kippur'),(725,'SUKKOT','SE_AREA_TITLE','EN','Sukkot'),(726,'SUKKOT-ENDS','SE_AREA_TITLE','EN','Sukkot End'),(727,'SHEMINI-ATZERET','SE_AREA_TITLE','EN','Shemini Atzeret'),(728,'SIMHAT-TORAH','SE_AREA_TITLE','EN','Simhat Torah'),(729,'HANUKKAH','SE_AREA_TITLE','EN','Hanukkah'),(730,'HANUKKAH-END','SE_AREA_TITLE','EN','Hanukkah End'),(731,'SIKH-HOLIDAYS','SE_AREA_TITLE','EN','Sikh Holidays'),(732,'GURU-GOBIND-SINGH-BIRTHDAY','SE_AREA_TITLE','EN','Guru Gobind Singh Birthday'),(733,'MAGHI-LOHRI','SE_AREA_TITLE','EN','Maghi Lohri'),(734,'HOLA-MOHALLA','SE_AREA_TITLE','EN','Hola Mohalla'),(735,'VAISAKHI','SE_AREA_TITLE','EN','Vaisakhi'),(736,'BIRTHDAY-OF-GURU-ANGAD-DEV','SE_AREA_TITLE','EN','Birthday Of Guru Angad Dev'),(737,'MARTYRDOM-OF-GURU-ARJAN-DEV-SAHIB','SE_AREA_TITLE','EN','Martyrdom Of Guru Arjan Dev Sahib'),(738,'BIRTH-OF-THE-GURU-GRANTH','SE_AREA_TITLE','EN','Birth Of The Guru Granth'),(739,'MARTYRDOM-OF-GURU-TEGH-BAHADUR-SAHIB','SE_AREA_TITLE','EN','Martyrdom Of Guru Tegh Bahadur Sahib'),(740,'GURU-NANAK-BIRTHDAY','SE_AREA_TITLE','EN','Guru Nanak Birthday'),(741,'ST-NICHOLAS-DAY','SE_AREA_TITLE','EN','St Nicholas Day'),(742,'ALABAMA-HOLIDAYS','SE_AREA_TITLE','EN','Alabama Holidays'),(743,'ALASKA-HOLIDAYS','SE_AREA_TITLE','EN','Alaska Holidays'),(744,'ARIZONA-HOLIDAYS','SE_AREA_TITLE','EN','Arizona Holidays'),(745,'ARKANSAS-HOLIDAYS','SE_AREA_TITLE','EN','Arkansas Holidays'),(746,'CALIFORNIA-HOLIDAYS','SE_AREA_TITLE','EN','California Holidays'),(747,'COLORADO-HOLIDAYS','SE_AREA_TITLE','EN','Colorado Holidays'),(748,'CONNECTICUT-HOLIDAYS','SE_AREA_TITLE','EN','Connecticut Holidays'),(749,'DELAWARE-HOLIDAYS','SE_AREA_TITLE','EN','Delaware Holidays'),(750,'FLORIDA-HOLIDAYS','SE_AREA_TITLE','EN','Florida Holidays'),(751,'GEORGIA-HOLIDAYS','SE_AREA_TITLE','EN','Georgia Holidays'),(752,'HAWAII-HOLIDAYS','SE_AREA_TITLE','EN','Hawaii Holidays'),(753,'IDAHO-HOLIDAYS','SE_AREA_TITLE','EN','Idaho Holidays'),(754,'ILLINOIS-HOLIDAYS','SE_AREA_TITLE','EN','Illinois Holidays'),(755,'INDIANA-HOLIDAYS','SE_AREA_TITLE','EN','Indiana Holidays'),(756,'IOWA-HOLIDAYS','SE_AREA_TITLE','EN','Iowa Holidays'),(757,'KANSAS-HOLIDAYS','SE_AREA_TITLE','EN','Kansas Holidays'),(758,'KENTUCKY-HOLIDAYS','SE_AREA_TITLE','EN','Kentucky Holidays'),(759,'LOUISIANA-HOLIDAYS','SE_AREA_TITLE','EN','Louisiana Holidays'),(760,'MAINE-HOLIDAYS','SE_AREA_TITLE','EN','Maine Holidays'),(761,'MARYLAND-HOLIDAYS','SE_AREA_TITLE','EN','Maryland Holidays'),(762,'MASSACHUSETTS-HOLIDAYS','SE_AREA_TITLE','EN','Massachusetts Holidays'),(763,'MICHIGAN-HOLIDAYS','SE_AREA_TITLE','EN','Michigan Holidays'),(764,'MINNESOTA-HOLIDAYS','SE_AREA_TITLE','EN','Minnesota Holidays'),(765,'MISSISSIPPI-HOLIDAYS','SE_AREA_TITLE','EN','Mississippi Holidays'),(766,'MISSOURI-HOLIDAYS','SE_AREA_TITLE','EN','Missouri Holidays'),(767,'MONTANA-HOLIDAYS','SE_AREA_TITLE','EN','Montana Holidays'),(768,'NEBRASKA-HOLIDAYS','SE_AREA_TITLE','EN','Nebraska Holidays'),(769,'NEVADA-HOLIDAYS','SE_AREA_TITLE','EN','Nevada Holidays'),(770,'NEW-HAMPSHIRE-HOLIDAYS','SE_AREA_TITLE','EN','New Hampshire Holidays'),(771,'NEW-JERSEY-HOLIDAYS','SE_AREA_TITLE','EN','New Jersey Holidays'),(772,'NEW-MEXICO-HOLIDAYS','SE_AREA_TITLE','EN','New Mexico Holidays'),(773,'NEW-YORK-HOLIDAYS','SE_AREA_TITLE','EN','New York Holidays'),(774,'NORTH-CAROLINA-HOLIDAYS','SE_AREA_TITLE','EN','North Carolina Holidays'),(775,'NORTH-DAKOTA-HOLIDAYS','SE_AREA_TITLE','EN','North Dakota Holidays'),(776,'OHIO-HOLIDAYS','SE_AREA_TITLE','EN','Ohio Holidays'),(777,'OKLAHOMA-HOLIDAYS','SE_AREA_TITLE','EN','Oklahoma Holidays'),(778,'OREGON-HOLIDAYS','SE_AREA_TITLE','EN','Oregon Holidays'),(779,'PENNSYLVANIA-HOLIDAYS','SE_AREA_TITLE','EN','Pennsylvania Holidays'),(780,'RHODE-ISLAND-HOLIDAYS','SE_AREA_TITLE','EN','Rhode Island Holidays'),(781,'SOUTH-CAROLINA-HOLIDAYS','SE_AREA_TITLE','EN','South Carolina Holidays'),(782,'SOUTH-DAKOTA-HOLIDAYS','SE_AREA_TITLE','EN','South Dakota Holidays'),(783,'TENNESSEE-HOLIDAYS','SE_AREA_TITLE','EN','Tennessee Holidays'),(784,'TEXAS-HOLIDAYS','SE_AREA_TITLE','EN','Texas Holidays'),(785,'UTAH-HOLIDAYS','SE_AREA_TITLE','EN','Utah Holidays'),(786,'VERMONT-HOLIDAYS','SE_AREA_TITLE','EN','Vermont Holidays'),(787,'VIRGINIA-HOLIDAYS','SE_AREA_TITLE','EN','Virginia Holidays'),(788,'WASHINGTON-HOLIDAYS','SE_AREA_TITLE','EN','Washington Holidays'),(789,'WEST-VIRGINIA-HOLIDAYS','SE_AREA_TITLE','EN','West Virginia Holidays'),(790,'WISCONSIN-HOLIDAYS','SE_AREA_TITLE','EN','Wisconsin Holidays'),(791,'WYOMING-HOLIDAYS','SE_AREA_TITLE','EN','Wyoming Holidays'),(792,'BANK-OF-AMERICA-HOLIDAYS','SE_AREA_TITLE','EN','Bank Of America Holidays'),(793,'CAPITAL-ONE-BANK-HOLIDAYS','SE_AREA_TITLE','EN','Capital One Bank Holidays'),(794,'CHASE-BANK-HOLIDAYS','SE_AREA_TITLE','EN','Chase Bank Holidays'),(795,'CITIBANK-HOLIDAYS','SE_AREA_TITLE','EN','Citibank Holidays'),(796,'HSBC-BANK-HOLIDAYS','SE_AREA_TITLE','EN','Hsbc Bank Holidays'),(797,'WELLS-FARGO-BANK-HOLIDAYS','SE_AREA_TITLE','EN','Wells Fargo Bank Holidays'),(798,'SUNTRUST-BANK-HOLIDAYS','SE_AREA_TITLE','EN','Suntrust Bank Holidays'),(799,'HSBCB-BANK-HOLIDAYS','SE_AREA_TITLE','EN','Hsbcb Bank Holidays'),(859,'ASX-HOLIDAYS','SE_AREA_TITLE','EN','ASX Holidays'),(860,'BSE-HOLIDAYS','SE_AREA_TITLE','EN','BSE Holidays'),(861,'DAX-HOLIDAYS','SE_AREA_TITLE','EN','DAX Holidays'),(862,'EURONEXT-HOLIDAYS','SE_AREA_TITLE','EN','EURONEXT Holidays'),(863,'LSE-HOLIDAYS','SE_AREA_TITLE','EN','LSE Holidays'),(864,'MCX-HOLIDAYS','SE_AREA_TITLE','EN','MCX Holidays'),(865,'NASDAQ-HOLIDAYS','SE_AREA_TITLE','EN','NASDAQ Holidays'),(866,'NSE-HOLIDAYS','SE_AREA_TITLE','EN','NSE Holidays'),(867,'NYSE-HOLIDAYS','SE_AREA_TITLE','EN','NYSE Holidays'),(868,'TSX-HOLIDAYS','SE_AREA_TITLE','EN','TSX Holidays'),(875,'POST-OFFICE-HOLIDAYS','SE_AREA_TITLE','EN','Royal Mail Holidays'),(877,'USPS-HOLIDAYS','SE_AREA_TITLE','EN','USPS Holidays'),(878,'DAILY-PLANNER-TEMPLATES','SE_AREA_TITLE','EN','Daily Planner Templates'),(879,'MONTHLY-CALENDAR-TEMPLATES','SE_AREA_TITLE','EN','Monthly Calendar Templates'),(880,'QUARTERLY-CALENDAR-TEMPLATES','SE_AREA_TITLE','EN','Quarterly Calendar Templates'),(881,'YEARLY-CALENDAR-TEMPLATES','SE_AREA_TITLE','EN','Yearly Calendar Templates'),(882,'GENERIC','HOLIDAYS_CATEGORIES','EN','Holidays Categories'),(883,'GENERIC','FACTS','EN','Facts'),(884,'GENERIC','THIS_YEAR','EN','This Year'),(885,'GENERIC','LAST_YEAR','EN','Last Year'),(886,'GENERIC','NEXT_YEAR','EN','Next Year'),(887,'GENERIC','TYPE','EN','Type'),(888,'GENERIC','OBSERVENCE','EN','Observence'),(889,'PASSOVER-FIRST-DAY','SE_AREA_TITLE','EN','Passover First Day'),(890,'PASSOVER-LAST-DAY','SE_AREA_TITLE','EN','Passover Last Day'),(891,'SHUSHAN-PURIM','SE_AREA_TITLE','EN','Shushan Purim'),(892,'SHUSHAN-PURIM','SE_TITLE','EN','~{SE_YEAR}~ Shushan Purim - Jewish Holidays - ~{SE_BRAND}~'),(893,'SHUSHAN-PURIM','SE_DESCRIPTION','EN','Shushan Purim is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Shushan Purim in ~{SE_YEAR}~.'),(894,'SEWARDS-DAY','SE_AREA_TITLE','EN','Seward\'s Day'),(896,'SEWARDS-DAY','SE_TITLE','EN','~{SE_YEAR}~ Sewards Day - Alaska State Holidays - ~{SE_BRAND}~'),(898,'SEWARDS-PURIM','SE_DESCRIPTION','EN','Full list of ~{SE_YEAR}~ federal and regional public holidays and festivals observed in Alaska, USA. Check upcoming Alaska holidays and plan accordingly.'),(899,'CHAVEZ-DAY','SE_TITLE','EN','~{SE_YEAR}~ Cesar Chavez Day - ~{SE_BRAND}~'),(917,'CHAVEZ-DAY','SE_DESCRIPTION','EN','Chavez Day is a US federal memorial holiday, declared in 2014 by President Barack Obama to mark the birth and legacy of civil rights & labor movement activist Chavez.'),(920,'CHAVEZ-DAY','SE_AREA_TITLE','EN','Cesar Chavez Day'),(923,'ROSA-PARKS-DAY','SE_TITLE','EN','~{SE_YEAR}~ Mrs. Rosa L. Parks Day(Commemoration Only) - ~{SE_BRAND}~'),(924,'JEFFERSON-DAVIS-BIRTHDAY','SE_TITLE','EN','~{SE_YEAR}~ Jefferson Davis\' Birthday - ~{SE_BRAND}~'),(925,'CONFEDERATE-MEMORIAL-DAY','SE_TITLE','EN','~{SE_YEAR}~ Confederate Memorial Day - ~{SE_BRAND}~'),(926,'MARDI-GRAS','SE_TITLE','EN','~{SE_YEAR}~ Mardi Gras - ~{SE_BRAND}~'),(927,'ALASKA-DAY','SE_TITLE','EN','~{SE_YEAR}~ Alaska Day - ~{SE_BRAND}~'),(928,'GEORGE-WASHINGTON-DAY','SE_TITLE','EN','~{SE_YEAR}~ George Washington\'s Birthday - ~{SE_BRAND}~'),(929,'LINCOLNS-BIRTHDAY','SE_TITLE','EN','~{SE_YEAR}~ Lincoln\'s Birthday - ~{SE_BRAND}~'),(930,'ELECTION-DAY','SE_TITLE','EN','~{SE_YEAR}~ Election Day - ~{SE_BRAND}~'),(931,'WASHINGTON-DAY','SE_TITLE','EN','~{SE_YEAR}~ Washington Birthday - ~{SE_BRAND}~'),(932,'STATE-HOLIDAY','SE_TITLE','EN','~{SE_YEAR}~ State Holiday - ~{SE_BRAND}~'),(933,'KUHIO-DAY','SE_TITLE','EN','~{SE_YEAR}~ Prince Jonah Kuhio Kalanianaole Day - ~{SE_BRAND}~'),(934,'KAMEHAMEHA-DAY','SE_TITLE','EN','~{SE_YEAR}~ King Kamehameha I Day - ~{SE_BRAND}~'),(935,'STATEHOOD-DAY','SE_TITLE','EN','~{SE_YEAR}~ Statehood Day - ~{SE_BRAND}~'),(936,'PRIMARY-ELECTION-DAY','SE_TITLE','EN','~{SE_YEAR}~ Primary Election Day - ~{SE_BRAND}~'),(937,'GENERAL-ELECTION-DAY','SE_TITLE','EN','~{SE_YEAR}~ General Election Day - ~{SE_BRAND}~'),(938,'PATRIOT-DAY','SE_TITLE','EN','~{SE_YEAR}~ Patriot\'s Day - ~{SE_BRAND}~'),(939,'AMERICAN-INDIAN-HERITAGE-DAY','SE_TITLE','EN','~{SE_YEAR}~ American Indian Heritage Day - ~{SE_BRAND}~'),(940,'EMANCIPATION-DAY','SE_TITLE','EN','~{SE_YEAR}~ Emancipation Day - ~{SE_BRAND}~'),(941,'TRUMAN-DAY','SE_TITLE','EN','~{SE_YEAR}~ Truman Day - ~{SE_BRAND}~'),(942,'ARBOR-DAY','SE_TITLE','EN','~{SE_YEAR}~ Arbor Day - ~{SE_BRAND}~'),(943,'NEVADA-DAY','SE_TITLE','EN','~{SE_YEAR}~ Nevada Day - ~{SE_BRAND}~'),(944,'VICTORY-DAY','SE_TITLE','EN','~{SE_YEAR}~ Victory Day - ~{SE_BRAND}~'),(945,'PIONEER-DAY','SE_TITLE','EN','~{SE_YEAR}~ Pioneer Day - ~{SE_BRAND}~'),(946,'TOWN-MEETING-DAY','SE_TITLE','EN','~{SE_YEAR}~ Town Meeting Day - ~{SE_BRAND}~'),(947,'BENNINGTON-DAY','SE_TITLE','EN','~{SE_YEAR}~ Bennington Battle Day - ~{SE_BRAND}~'),(948,'LEE-JACK-DAY','SE_TITLE','EN','~{SE_YEAR}~ Lee-Jackson Day - ~{SE_BRAND}~'),(949,'HERITAGE-DAY','SE_TITLE','EN','~{SE_YEAR}~ Native American Heritage Day - ~{SE_BRAND}~'),(954,'ROSA-PARKS-DAY','SE_DESCRIPTION','EN','Rosa Parks Day is an American holiday, founded by the California State Legislature in honor of civil rights leader Rosa Parks and first celebrated in 2000.'),(955,'JEFFERSON-DAVIS-BIRTHDAY','SE_DESCRIPTION','EN','Jefferson Davis Birthday is celebrated in Alabama with an official state holiday. He was a Confederate leader during the American Civil War in the 1860s.'),(956,'CONFEDERATE-MEMORIAL-DAY','SE_DESCRIPTION','EN','Confederate Memorial Day is a state holiday, and it provides an opportunity to honor and remember soldiers killed or wounded during the American Civil War during 1860.'),(957,'MARDI-GRAS','SE_DESCRIPTION','EN','Mardi Gas is a Carnival celebration, which begins on the Christian Feast of the Epiphany and concludes on the day before Ash Wednesday, which is known as Shrove Tuesday.'),(958,'SEWARDS-DAY','SE_DESCRIPTION','EN','Seward\'s day falls on the last Monday in March and commemorates the signing of the Alaska Purchase Agreement on March 30, 1867. It is a legal holiday in Alaska state.'),(959,'ALASKA-DAY','SE_DESCRIPTION','EN','Alaska Day is observed on October 18 and a legal holiday in Alaska State of the US. On this day, Russia formally transferred Alaska Territory to the United States.'),(960,'GEORGE-WASHINGTON-DAY','SE_DESCRIPTION','EN','Washington\'s Birthday commemorates on the third Monday of February in respect of George Washington, the first President of the US. It is a federal holiday in the US.'),(961,'LINCOLNS-BIRTHDAY','SE_DESCRIPTION','EN','Lincoln\'s Birthday is observed on the anniversary of Abraham Lincoln\'s birth on February 12, 1809. It is a legal, public holiday in some US states.'),(962,'ELECTION-DAY','SE_DESCRIPTION','EN','Election Day is the annual day set by law in the United States for the general elections of federal public officials. '),(963,'WASHINGTON-DAY','SE_DESCRIPTION','EN','George Washington\'s Birthday is a federal holiday in the US. It marks on the third Monday of February in respect of George Washington, the first President of the US. '),(964,'STATE-HOLIDAY','SE_DESCRIPTION','EN','State holiday is celebrated on ~{SE_DATE}~ in the Georgia state of the United States. '),(965,'KUHIO-DAY','SE_DESCRIPTION','EN','Prince Kuhio Day is celebrated annually on March 26, to mark the birth of Prince Jonah Kuhio Kalanianaole. It is an official holiday in the Hawaii state of the US.'),(966,'KAMEHAMEHA-DAY','SE_DESCRIPTION','EN','King Kamehameha I Day is celebrated on June 11 as a public holiday in Hawaii state. It honors Kamehameha the Great, who established the unified Kingdom of Hawaii.'),(967,'STATEHOOD-DAY','SE_DESCRIPTION','EN','Statehood Day is a legal holiday and celebrated on the third Friday in August every year to memorize the anniversary of the state\'s 1959 admission to the Union.'),(968,'PRIMARY-ELECTION-DAY','SE_DESCRIPTION','EN','Primary election is a process by which voters can indicate their choice for their party\'s candidate in the upcoming elections.'),(969,'GENERAL-ELECTION-DAY','SE_DESCRIPTION','EN','A general election is a political voting election where all or most of the members of a given legislative body are usually elected.'),(970,'PATRIOT-DAY','SE_DESCRIPTION','EN','Patriots Day is an annual event, ceremonially celebrated as several state holidays, in memory of the Battle of Lexington and Concord, and the Battle of Menotomy.'),(971,'AMERICAN-INDIAN-HERITAGE-DAY','SE_DESCRIPTION','EN','American Indian Heritage Day is a civil holiday observed to honors native Americans in the United States after the Day of Thanksgiving.'),(972,'EMANCIPATION-DAY','SE_DESCRIPTION','EN','Emancipation Day is celebrated in many former European colonies of the Caribbean and area of the US to commemorate the emancipation of enslaved people of African descent.'),(973,'TRUMAN-DAY','SE_DESCRIPTION','EN','Truman Day is a memorial holiday to celebrate the birth of Harry S. Truman, the 33rd President of the US. It is celebrated on May 8 in Missouri as a state holiday.'),(974,'ARBOR-DAY','SE_DESCRIPTION','EN','Arbor Day is a festival in which people and groups are encouraged to plant trees. Usually, it observed in the spring, and the date varies depending on climate.'),(975,'NEVADA-DAY','SE_DESCRIPTION','EN','Nevada Day is a legal holiday in the Nevada state of the United States. It celebrated the state\'s admission into the Union on October 31, 1864.'),(976,'VICTORY-DAY','SE_DESCRIPTION','EN','Victory Day is a holiday observed on the second Monday of August in the state of Rhode Island. It reminded of the end of the Second World War when Japan\'s surrender was announced.'),(977,'PIONEER-DAY','SE_DESCRIPTION','EN','Pioneer Day is an official holiday celebrated in the Utah state on July 24 and commemorates the entry of Brigham Young and the first group of Mormon pioneers.'),(978,'TOWN-MEETING-DAY','SE_DESCRIPTION','EN','A town meeting is a form of direct democratic governance in which all members of a community come together to form policy and budgets for local government.'),(979,'BENNINGTON-DAY','SE_DESCRIPTION','EN','Bennington Battle Day is a state holiday for Vermont, commemorating the American victory over the British Army at the Battle of Bennington.'),(980,'LEE-JACK-DAY','SE_DESCRIPTION','EN','Lee-Jackson Day is a state holiday in the US Commonwealth of Virginia, in memory of Confederate generals Robert E. Lee and Thomas J. Stonewell Jackson.'),(981,'HERITAGE-DAY','SE_DESCRIPTION','EN','Native American Heritage Day is a state holiday commemorated to honors native Americans in the United States after the Day of Thanksgiving. '),(985,'ROSA-PARKS-DAY','SE_AREA_TITLE','EN','Mrs. Rosa L. Parks Day(Commemoration Only)'),(986,'JEFFERSON-DAVIS-BIRTHDAY','SE_AREA_TITLE','EN','Jefferson Davis Birthday'),(987,'CONFEDERATE-MEMORIAL-DAY','SE_AREA_TITLE','EN','Confederate Memorial Day'),(988,'MARDI-GRAS','SE_AREA_TITLE','EN','Mardi Gras'),(989,'ALASKA-DAY','SE_AREA_TITLE','EN','Alaska Day'),(990,'GEORGE-WASHINGTON-DAY','SE_AREA_TITLE','EN','George Washington\'s Birthday'),(991,'LINCOLNS-BIRTHDAY','SE_AREA_TITLE','EN','Lincoln\'s Birthday'),(992,'ELECTION-DAY','SE_AREA_TITLE','EN','Election Day'),(993,'WASHINGTON-DAY','SE_AREA_TITLE','EN','Washington Birthday'),(994,'STATE-HOLIDAY','SE_AREA_TITLE','EN','State Holiday'),(995,'KUHIO-DAY','SE_AREA_TITLE','EN','Prince Jonah Kuhio Kalanianaole Day'),(996,'KAMEHAMEHA-DAY','SE_AREA_TITLE','EN','King Kamehameha I Day'),(997,'STATEHOOD-DAY','SE_AREA_TITLE','EN','Statehood Day'),(998,'PRIMARY-ELECTION-DAY','SE_AREA_TITLE','EN','Primary Election Day'),(999,'GENERAL-ELECTION-DAY','SE_AREA_TITLE','EN','General Election Day'),(1000,'PATRIOT-DAY','SE_AREA_TITLE','EN','Patriot\'s Day'),(1001,'AMERICAN-INDIAN-HERITAGE-DAY','SE_AREA_TITLE','EN','American Indian Heritage Day'),(1002,'EMANCIPATION-DAY','SE_AREA_TITLE','EN','Emancipation Day'),(1003,'TRUMAN-DAY','SE_AREA_TITLE','EN','Truman Day'),(1004,'ARBOR-DAY','SE_AREA_TITLE','EN','Arbor Day'),(1005,'NEVADA-DAY','SE_AREA_TITLE','EN','Nevada Day'),(1006,'VICTORY-DAY','SE_AREA_TITLE','EN','Victory Day'),(1007,'PIONEER-DAY','SE_AREA_TITLE','EN','Pioneer Day'),(1008,'TOWN-MEETING-DAY','SE_AREA_TITLE','EN','Town Meeting Day'),(1009,'BENNINGTON-DAY','SE_AREA_TITLE','EN','Bennington Battle Day'),(1010,'LEE-JACK-DAY','SE_AREA_TITLE','EN','Lee-Jackson Day'),(1011,'HERITAGE-DAY','SE_AREA_TITLE','EN','Native American Heritage Day'),(1016,'HOLIKA-DAHAN','SE_AREA_TITLE','EN','Holika Dahan'),(1017,'HOLIKA-DAHAN','SE_DESCRIPTION','EN','Holi is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Holika Dhan in ~{SE_YEAR}~.'),(1018,'HOLIKA-DAHAN','SE_TITLE','EN','~{SE_YEAR}~ Holika Dahan - Hindu Festival - ~{SE_BRAND}~'),(1019,'GENERIC','JANUARY','EN','January'),(1020,'GENERIC','FEBRUARY','EN','Febraury'),(1021,'GENERIC','MARCH','EN','March'),(1022,'GENERIC','APRIL','EN','April'),(1023,'GENERIC','MAY','EN','May'),(1024,'GENERIC','JUNE','EN','June'),(1025,'GENERIC','JULY','EN','July'),(1026,'GENERIC','AUGUST','EN','August'),(1027,'GENERIC','SEPTEMBER','EN','September'),(1028,'GENERIC','OCTOBER','EN','October'),(1029,'GENERIC','NOVEMBER','EN','November'),(1030,'GENERIC','DECEMBER','EN','December'),(1031,'GENERIC','JAN','EN','Jan'),(1032,'GENERIC','FEB','EN','Feb'),(1033,'GENERIC','MAR','EN','Mar'),(1034,'GENERIC','APR','EN','Apr'),(1036,'GENERIC','JUN','EN','Jun'),(1037,'GENERIC','JUL','EN','Jul'),(1038,'GENERIC','AUG','EN','Aug'),(1039,'GENERIC','SEP','EN','Sep'),(1040,'GENERIC','OCT','EN','Oct'),(1041,'GENERIC','NOV','EN','Nov'),(1042,'GENERIC','DEC','EN','Dec'),(1046,'GENERIC','SUNDAY','EN','Sunday'),(1047,'GENERIC','SATURDAY','EN','Saturday'),(1049,'GENERIC','MONDAY','EN','Monday'),(1050,'GENERIC','TUESDAY','EN','Tuesday'),(1051,'GENERIC','WEDNESDAY','EN','Wednesday'),(1052,'GENERIC','THURSDAY','EN','Thursday'),(1053,'GENERIC','FRIDAY','EN','Friday'),(1055,'GENERIC','SU','EN','Su'),(1056,'GENERIC','SA','EN','Sa'),(1057,'GENERIC','MO','EN','Mo'),(1058,'GENERIC','TU','EN','Tu'),(1059,'GENERIC','WE','EN','We'),(1060,'GENERIC','TH','EN','Th'),(1061,'GENERIC','FR','EN','Fr'),(1062,'GENERIC','SUN','EN','Sun'),(1063,'GENERIC','SAT','EN','Sat'),(1064,'GENERIC','MON','EN','Mon'),(1065,'GENERIC','TUE','EN','Tue'),(1066,'GENERIC','WED','EN','Wed'),(1067,'GENERIC','THU','EN','Thu'),(1068,'GENERIC','FRI','EN','Fri'),(1069,'GENERIC','NO','EN','No'),(1070,'GENERIC','NATIONAL_HOLIDAYS','EN','National Holidays'),(1071,'GENERIC','REGIONAL_HOLIDAYS','EN','Regional Holidays'),(1072,'GENERIC','RELIGIOUS_HOLIDAYS','EN','Religious Holidays'),(1074,'EASTER-SUNDAY','SE_TITLE','EN','~{SE_YEAR}~ Easter Sunday- ~{SE_BRAND}~'),(1077,'EASTER-SUNDAY','SE_DESCRIPTION','EN','Many Christians commemorate the resurrection of Jesus Christ on Easter Sunday. It is considered as a rebirth of Christianity and falls on Sunday, ~{SE_DATE}~.'),(1080,'EASTER-SUNDAY','SE_AREA_TITLE','EN','Easter Sunday'),(1083,'GENERIC','YEAR','EN','Year'),(1084,'GENERIC','DATE','EN','Date'),(1085,'GENERIC','DAY','EN','Day'),(1086,'GENERIC','HOLIDAY','EN','Holiday'),(1087,'INDEX','CALENDAR_HOLIDAYS_SERVICES','EN','CALENDAR HOLIDAYS SERVICES'),(1088,'GENERIC','BUDDHIST','EN','Buddhist'),(1089,'GENERIC','CHRISTIAN','EN','Christian'),(1091,'GENERIC','HINDU','EN','Hindu'),(1092,'GENERIC','ISLAM','EN','Islam'),(1093,'GENERIC','JEWISH','EN','Jewish'),(1094,'GENERIC','SIKH','EN','Sikh'),(1095,'BANK-HOLIDAYS','LIST_OF_REGION','EN','LIST OF REGION / STATE FOR'),(1104,'MARKET-HOLIDAYS','ASX-ABBR','EN','The Australian Securities Exchange'),(1105,'MARKET-HOLIDAYS','BSE-ABBR','EN','The Bombay Stock Exchange'),(1106,'MARKET-HOLIDAYS','DAX-ABBR','EN','German Stock Exchange'),(1107,'MARKET-HOLIDAYS','EURONEXT-ABBR','EN','European New Exchange Technology'),(1108,'MARKET-HOLIDAYS','LSE-ABBR','EN','London Stock Exchange'),(1109,'MARKET-HOLIDAYS','NASDAQ-ABBR','EN','National Association of Securities Dealers Automated Quotations'),(1110,'MARKET-HOLIDAYS','NSE-ABBR','EN','National Stock Exchange'),(1111,'MARKET-HOLIDAYS','NYSE-ABBR','EN','The New York Stock Exchange'),(1112,'MARKET-HOLIDAYS','TSX-ABBR','EN','Toronto Stock Exchange'),(1113,'MARKET-HOLIDAYS','MCX-ABBR','EN','Multi Commodity Exchange'),(1114,'POST-OFFICE','HEADING','EN','WHEN ARE NEXT ~{AREA}~ HOLIDAYS ?'),(1115,'RELIGIOUS','HEADING','EN','WHEN ARE NEXT ~{AREA}~ HOLIDAYS ?'),(1116,'BANK-ORG','HEADING','EN','WHEN ARE NEXT ~{AREA}~ HOLIDAYS ?'),(1117,'BANK-GEO','HEADING','EN','WHEN ARE NEXT ~{AREA}~ HOLIDAYS ?'),(1118,'COUNTRY','HEADING','EN','WHEN ARE NEXT PUBLIC HOLIDAYS IN ~{AREA}~ ?'),(1119,'STATE','HEADING','EN','WHEN ARE NEXT PUBLIC HOLIDAYS IN ~{AREA}~ ?'),(1120,'MEMORIAL-DAY','SE_DESCRIPTION','EN','Memorial Day is marked on the last Monday of May in the United States. On this day, people pay tribute to all the soldiers who died while in the military service.'),(1121,'MEMORIAL-DAY','SE_TITLE','EN','~{SE_YEAR}~ Memorial Day - ~{SE_BRAND}~'),(1122,'MEMORIAL-DAY','SE_AREA_TITLE','EN','Memorial Day'),(1123,'ST-VALENTINES-DAY','SE_DESCRIPTION','EN','St Valentine\'s Day celebrates on February 14 every year in the USA. Pope Gelasius announced February 14 as St Valentine\'s Day at the end of the 5th century. '),(1124,'ST-VALENTINES-DAY','SE_TITLE','EN','~{SE_YEAR}~ St Valentines Day - ~{SE_BRAND}~'),(1125,'ST-VALENTINES-DAY','SE_AREA_TITLE','EN','St Valentines Day'),(1126,'PALM-SUNDAY','SE_AREA_TITLE','EN','Palm Sunday'),(1129,'PALM-SUNDAY','SE_TITLE','EN','~{SE_YEAR}~ Palm Sunday - ~{SE_BRAND}~'),(1132,'PALM-SUNDAY','SE_DESCRIPTION','EN','Palm Sunday is a Christian feast that falls on the Sunday before Easter. The feast remembers Jesus\' triumphal entry into Jerusalem.'),(1135,'MAUNDY-HOLY-THURSDAY','SE_TITLE','EN','~{SE_YEAR}~ Maundy Holy Thursday - ~{SE_BRAND}~'),(1137,'MAUNDY-HOLY-THURSDAY','SE_DESCRIPTION','EN','MaundyThursday is the holy day held on the Thursday before Easter. It celebrates the washing of the feet and final feasts of Jesus Christ with the apostles.'),(1138,'MAUNDY-HOLY-THURSDAY','SE_AREA_TITLE','EN','Maundy Holy Thursday'),(1139,'ASCENSION-OF-JESUS','SE_DESCRIPTION','EN','Ascension of Jesus is observed on the 40th day of Easter. It is a Christian holiday that commemorates the arrival of Jesus Christ to heaven, according to Christianity.'),(1140,'ASCENSION-OF-JESUS','SE_TITLE','EN','~{SE_YEAR}~ Ascension of Jesus - A Christian Festivals - ~{SE_BRAND}~'),(1141,'ASCENSION-OF-JESUS','SE_AREA_TITLE','EN','Ascension of Jesus'),(1142,'THANKSGIVING-USA','SE_DESCRIPTION','EN','Thanksgiving (USA) owes its origin to the harvest festival. Usually, Americans give thanks to God for their autumn harvest and every other success they have obtained in the year.'),(1143,'THANKSGIVING-USA','SE_AREA_TITLE','EN','Thanksgiving (USA)'),(1144,'THANKSGIVING-USA','SE_TITLE','EN',' ~{SE_YEAR}~ Thanksgiving (USA) - ~{SE_BRAND}~'),(1145,'CHRISTMAS-EVE','SE_DESCRIPTION','EN','Christmas Eve is a Christian holiday admiring the birth of Jesus. Christians believe that Jesus is the son of God, the Messiah sent from Heaven to save the world. '),(1146,'CHRISTMAS-EVE','SE_TITLE','EN','~{SE_YEAR}~ Christmas Eve Holiday - ~{SE_BRAND}~'),(1147,'CHRISTMAS','SE_AREA_TITLE','EN','Christmas'),(1148,'VESAK-DAY','SE_AREA_TITLE','EN','Vesak Day'),(1149,'BAPTISM-OF-THE-LORD','SE_AREA_TITLE','EN','Baptism Of The Lord'),(1150,'MAUNDY-THURSDAY','SE_AREA_TITLE','EN','Maundy Holy Thursday'),(1151,'HALLOWEEN','SE_AREA_TITLE','EN','Halloween'),(1152,'UGADI-GUDI-PADWA-TELUGU-NEW-YEAR','SE_AREA_TITLE','EN','Ugadi Padwa Telugu New Year'),(1153,'UGADI','SE_TITLE','EN','~{SE_YEAR}~ Ugadi - Hindu Festival - ~{SE_BRAND}~'),(1154,'UGADI','SE_DESCRIPTION','EN','Ugadi is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Ugadi Telugu New Year in ~{SE_YEAR}~.'),(1155,'UGADI','SE_AREA_TITLE','EN','Ugadi'),(1156,'MAKARSANKRANTI-PONGAL','SE_AREA_TITLE','EN','Makarasankranti'),(1157,'MAKARSANKRANTI-PONGAL','SE_DESCRIPTION','EN','Makarasankranti is celebrated on ~{SE_DATE}~. Find information, history, facts, and how to celebrate Pongal in ~{SE_YEAR}~.'),(1159,'Makarasankranti Pongal','SE_AREA_TITLE','EN','Makarasankranti'),(1160,'VAISAKHI-BAISAKHI-VISHU','SE_AREA_TITLE','EN','Vaisakhi / Baisakhi / Vishu'),(1161,'BENGALI-NEW-YEAR-BIHU','SE_AREA_TITLE','EN','Bihu Bengali New Year'),(1165,'PURI-RATH-YATRA','SE_AREA_TITLE','EN','Puri Rath Yatra'),(1166,'KRISHNA-JANMASHTAMI','SE_AREA_TITLE','EN','Krishna Janmashtami'),(1167,'NAVARATRI-BEGINS','SE_AREA_TITLE','EN','Navaratri Begins'),(1168,'NAVARATRI-ENDS-MAHA-NAVAMI','SE_AREA_TITLE','EN','Navaratri ends / Maha Navami'),(1169,'KARWA-CHAUTH','SE_AREA_TITLE','EN','Karva Chauth'),(1170,'DHAN-TERAS','SE_AREA_TITLE','EN','Dhanteras'),(1171,'MAHA-SHIVARATRI','SE_AREA_TITLE','EN','Maha Shivaratri'),(1172,'EID-AL-FITR-END-OF-RAMADAN','SE_AREA_TITLE','EN','End of Ramadan'),(1174,'EID-AL-ADHA','SE_AREA_TITLE','EN','Eid al-Adha'),(1175,'EID-UL-ADHA','SE_AREA_TITLE','EN','Bakri Id / Eid ul-Adha'),(1176,'HIJRA-ISLAMIC-NEW-YEAR','SE_AREA_TITLE','EN','Hijra - Islamic New Year'),(1177,'DAY-OF-ASHURA-MUHARRAM','SE_AREA_TITLE','EN','Day of Ashura Muharram'),(1178,'MILAD-UN-NABI-SHIA','SE_AREA_TITLE','EN','Milad un Nabi (Shia)'),(1179,'EID-E-MILAD','SE_AREA_TITLE','EN','Eid-e-Milad'),(1180,'LAG-BAOMER','SE_AREA_TITLE','EN','Lag Baomer'),(1181,'SHAVUOT-1ST-DAY','SE_AREA_TITLE','EN','Shavuot 1st Day'),(1182,'ROSH-HASHANAH-STARTS','SE_AREA_TITLE','EN','Rosh HaShana Starts'),(1183,'ROSH-HASHANAH-ENDS','SE_AREA_TITLE','EN','Rosh HaShana Ends'),(1184,'SUKKOT-STARTS','SE_AREA_TITLE','EN','Sukkot Starts'),(1186,'SUKKOT-END','SE_AREA_TITLE','EN','Sukkot End'),(1187,'HANUKKAH-STARTS','SE_AREA_TITLE','EN','Hanukkah Starts'),(1188,'HANUKKAH-ENDS','SE_AREA_TITLE','EN','Hanukkah Ends'),(1189,'WASHINGTONS-DAY','SE_AREA_TITLE','EN','Washington\'s Birthday'),(1190,'GEORGE-WASHINGTON','SE_AREA_TITLE','EN','President\'s Day (George Washington\'s Birthday)'),(1191,'FOURTH-DAY-OF-JULY','SE_AREA_TITLE','EN','Independence Day'),(1192,'THANKSGIVING-HOLIDAY','SE_AREA_TITLE','EN','Thanksgiving Holiday'),(1193,'WASHINGTON-BIRTHDAY','SE_AREA_TITLE','EN','Washington Birthday'),(1194,'KUHIO-KALANIANAOLE-DAY','SE_AREA_TITLE','EN','Prince Jonah Kuhio Kalanianaole Day'),(1195,'KING-KAMEHAMEHA-DAY','SE_AREA_TITLE','EN','King Kamehameha I Day'),(1196,'LINCOLNS-DAY','SE_AREA_TITLE','EN','Lincoln\'s Birthday'),(1197,'PRESEDENTIAL-ELECTION','SE_AREA_TITLE','EN','Presidential Election'),(1198,'THANKSGIVING-FRIDAY','SE_AREA_TITLE','EN','Thanksgiving Friday'),(1199,'NEW-YEARS-EVE','SE_AREA_TITLE','EN','New Year\'s Eve'),(1200,'INDIGENOUS-PEOPLE-DAY','SE_AREA_TITLE','EN','Indigenous Peoples\' Day'),(1201,'AMERICANS-DAY','SE_AREA_TITLE','EN','Columbus Day'),(1202,'WEST-VIRGINIA-DAY','SE_AREA_TITLE','EN','West Virginia Day'),(1203,'AMERICAN-HERITAGE-DAY','SE_AREA_TITLE','EN','Native American Heritage Day'),(1204,'LEE-JACKSON-DAY','SE_AREA_TITLE','EN','Lee-Jackson Day'),(1206,'BENNINGTON-BATTLE-DAY','SE_AREA_TITLE','EN','Bennington Battle Day'),(1207,'RELIGIOUS','SUB-HEADING','EN','~{AREA}~ Festivals and Holidays in ~{SE_YEAR}~'),(1208,'BANK-ORG','SUB-HEADING','EN','~{AREA}~ HOLIDAYS IN ~{SE_YEAR}~'),(1209,'BANK-GEO','SUB-HEADING','EN','~{AREA}~ HOLIDAYS IN ~{SE_YEAR}~'),(1210,'STATE','SUB-HEADING','EN','NATIONAL AND REGIONAL PUBLIC HOLIDAYS IN ~{AREA}~ ~{SE_YEAR}~'),(1211,'POST-OFFICE','SUB-HEADING','EN','~{AREA}~ HOLIDAYS LIST ~{SE_YEAR}~'),(1212,'COUNTRY','SUB-HEADING','EN','~{AREA}~ HOLIDAYS LIST ~{SE_YEAR}~'),(1213,'MARKET','SUB-HEADING','EN','~{AREA}~ HOLIDAY SCHEDULE ~{SE_YEAR}~'),(1214,'MARKET','HEADING','EN','WHEN ARE NEXT ~{AREA}~ HOLIDAYS ?'),(1215,'RAM-NAVAMI','SE_AREA_TITLE','EN','Ramanavami'),(1216,'MAHAVIR-JAYANTI','SE_TITLE','EN','~{SE_YEAR}~ Mahavir Jayanti - ~{SE_BRAND}~'),(1217,'MAHAVIR-JAYANTI','SE_AREA_TITLE','EN','Mahavir Jayanthi'),(1218,'MAHAVIR-JAYANTI','SE_DESCRIPTION','EN','Mahavir Jayanti is most important religious festivals in Jainism. It commemorates the birth of Mahavira, the twenty-fourth and last Tirthankara of the present Avasarpari.'),(1219,'REPUBLIC-DAY','SE_TITLE','EN','~{SE_YEAR}~ Republic Day - ~{SE_BRAND}~'),(1220,'REPUBLIC-DAY','SE_AREA_TITLE','EN','Republic Day'),(1221,'REPUBLIC-DAY','SE_DESCRIPTION','EN','Republic Day is a public holiday in India. It honors the date on which the Constitution of India came into force on January 26, 1950.'),(1222,'AMBEDKAR-JAYANTI','SE_TITLE','EN','~{SE_YEAR}~ Ambedkar Jayanti - ~{SE_BRAND}~'),(1223,'AMBEDKAR-JAYANTI','SE_AREA_TITLE','EN','Ambedkar Jayanti'),(1225,'AMBEDKAR-JAYANTI','SE_DESCRIPTION','EN','Ambedkar Jayanti is a festival observed on ~{SE_DATE}~ to commemorate the memory of B. R. Ambedkar. Since 2015, it has been noted as a public holiday throughout India.'),(1226,'MAHARASHTRA-DIN','SE_TITLE','EN','~{SE_YEAR} ~Maharashra Din - ~{SE_BRAND}~'),(1228,'MAHARASHTRA-DIN','SE_DESCRIPTION','EN','Maharashtra Din is a state holiday in the Indian state of Maharashtra, commemorating the formation of the state of Maharashtra from the division of the Bombay State on May 1, 1960.'),(1229,'MAHARASHTRA-DIN','SE_AREA_TITLE','EN','Maharashtra Din'),(1230,'HARI-RAYA-PUASA','SE_DESCRIPTION','EN','Hari Raya Puasa is a famous religious festival celebrated by Muslims. This marks the end of Ramadan, which is a month of fasting.'),(1231,'EID-AL-FITR','SE_AREA_TITLE','EN','EID AL FITR'),(1232,'HARI-RAYA-PUASA','SE_TITLE','EN','~{SE_YEAR}~ EID AL FITR - ~{SE_BRAND}~'),(1233,'HARI-RAYA-PUASA','SE_AREA_TITLE','EN','EID AL FITR'),(1234,'GANDHI-JAYANTI','SE_AREA_TITLE','EN','Gandhi Jayanti'),(1235,'GANDHI-JAYANTI','SE_DESCRIPTION','EN','Gandhi Jayanti is celebrated in India to mark the birth anniversary of Mahatma Gandhi. It is celebrated on ~{SE_DATE}~, and it is one of the three national holidays of India.'),(1236,'GANDHI-JAYANTI','SE_TITLE','EN','~{SE_YEAR}~ Gandhi Jayanti - ~{SE_BRAND}~'),(1237,'GURU-NANAKS-BIRTHDAY','SE_AREA_TITLE','EN','Guru Nanak\'s Birthday'),(1239,'GURU-NANAKS-BIRTHDAY','SE_TITLE','EN','~{SE_YEAR}~ Guru Nanak\'s Birthday - ~{SE_BRAND}~'),(1240,'GURU-NANAKS-BIRTHDAY','SE_DESCRIPTION','EN','Guru Nanak Dev ji is also known as Baba Nanak, the founder of Sikhism and the first Sikh Guru. His birth is celebrated on the day of Kartik Purnima as Guru Nanak Gurupurab worldwide.'),(1244,'BOXING-DAY','SE_TITLE','EN','~{SE_YEAR}~ Boxing Day - ~{SE_BRAND}~'),(1245,'CHRISTMAS-DAY','SE_TITLE','EN','~{SE_YEAR}~ Christmas Day - ~{SE_BRAND}~'),(1246,'QUEENS-BIRTHDAY-QLD','SE_TITLE','EN','~{SE_YEAR}~ Queen\'s Birthday - ~{SE_BRAND}~'),(1247,'AUSTRALIA-DAY','SE_TITLE','EN','~{SE_YEAR}~ Australia Day OBS - ~{SE_BRAND}~'),(1251,'BOXING-DAY','SE_DESCRIPTION','EN','Boxing Day comes after Christmas and falls on 26th December every year. It was begun in England back in the middle ages. In Ireland, it is known as St. Stephen Day.'),(1252,'CHRISTMAS-DAY','SE_DESCRIPTION','EN','Christmas Day Celebrated on December 25th across the United Kingdom. It is a favorite holiday for many people and widely recognized holidays in the world.'),(1253,'QUEENS-BIRTHDAY-QLD','SE_DESCRIPTION','EN','The Queen\'s birthday is an Australian popular holiday, but the date may different across states and territories. '),(1254,'AUSTRALIA-DAY','SE_DESCRIPTION','EN','Australia Day is the official federal day of Australia. It is celebrated on ~{SE_DATE}~ to mark the anniversary of the arrival of the first fleet of British ships.'),(1258,'BOXING-DAY','SE_AREA_TITLE','EN','Boxing Day'),(1259,'CHRISTMAS-DAY','SE_AREA_TITLE','EN','Christmas Day'),(1260,'QUEENS-BIRTHDAY-QLD','SE_AREA_TITLE','EN','Queen\'s Birthday'),(1261,'AUSTRALIA-DAY','SE_AREA_TITLE','EN','Australia Day OBS'),(1266,'QUEENS-BIRTHDAY','SE_AREA_TITLE','EN','Queen\'s Birthday'),(1267,'WHIT-MONDAY','SE_AREA_TITLE','EN','Whit Monday'),(1268,'PENTECOST-MONDAY','SE_DESCRIPTION','EN','Pentecost Monday is a Christian festival that commemorates the gift of the Holy Spirit. The day used to recognize as Whitsun, a Christian holiday. '),(1269,'PENTECOST-MONDAY','SE_AREA_TITLE','EN','Pentecost Monday'),(1270,'PENTECOST-MONDAY','SE_TITLE','EN','~{SE_YEAR}~ Pentecost Monday - ~{SE_BRAND}~'),(1271,'EARLY-MAY-BANK-HOLIDAY','SE_AREA_TITLE','EN','Early May Bank Holiday'),(1272,'SUMMER-BANK-HOLIDAY','SE_AREA_TITLE','EN','Summer Bank Holiday'),(1273,'SPRING-BANK-HOLIDAY','SE_AREA_TITLE','EN','Spring Bank Holiday'),(1274,'EARLY-MAY-BANK-HOLIDAY','SE_DESCRIPTION','EN','Early May Bank Holiday is celebrated on the first Monday of May and it is a bank holiday. It is also known as May Day.'),(1275,'NEW-YEARS-EVE','SE_DESCRIPTION','EN','New Year\'s Eve is the last day of year falls on ~{SE_DATE}~ in the USA, follows the Gregorian calendar. Its not a public holiday in many countries.'),(1276,'SUMMER-BANK-HOLIDAY','SE_DESCRIPTION','EN','Summer Bank Holiday is celebrated on the last Monday of August. It signifies the end of the summer holidays for many people who return to work or school in the autumn.'),(1277,'SPRING-BANK-HOLIDAY','SE_DESCRIPTION','EN','Spring Bank Holiday is a day job or school for people. It falls on the last Monday of May but used to be on the Monday after Pentecost.'),(1281,'EARLY-MAY-BANK-HOLIDAY','SE_TITLE','EN','~{SE_YEAR}~ Early May Bank Holiday - ~{SE_BRAND}~'),(1282,'NEW-YEARS-EVE','SE_TITLE','EN','~{SE_YEAR}~ New Year\'s Eve - ~{SE_BRAND}~'),(1283,'SUMMER-BANK-HOLIDAY','SE_TITLE','EN','~{SE_YEAR}~ Summer Bank Holiday - ~{SE_BRAND}~'),(1284,'SPRING-BANK-HOLIDAY','SE_TITLE','EN','~{SE_YEAR}~ Spring Bank Holiday - ~{SE_BRAND}~'),(1288,'MAY-SPRING-BANK-HOLIDAY','SE_AREA_TITLE','EN','May Spring Bank Holiday'),(1289,'THANKSGIVING','SE_AREA_TITLE','EN','Thanksgiving'),(1290,'FAMILY-DAY','SE_TITLE','EN','~{SE_YEAR}~ Family Day - ~{SE_BRAND}~'),(1291,'VICTORIA-DAY','SE_TITLE','EN','~{SE_YEAR}~ Victoria/Patriots\' Day - ~{SE_BRAND}~'),(1292,'CANADA-DAY','SE_TITLE','EN','~{SE_YEAR}~ Canada Day - ~{SE_BRAND}~'),(1293,'CIVIC-HOLIDAY','SE_TITLE','EN','~{SE_YEAR}~ Civic Holiday - ~{SE_BRAND}~'),(1294,'THANKSGIVING','SE_TITLE','EN','~{SE_YEAR}~ Thanksgiving - ~{SE_BRAND}~'),(1297,'FAMILY-DAY','SE_AREA_TITLE','EN','Family Day'),(1298,'VICTORIA-DAY','SE_AREA_TITLE','EN','Victoria/Patriots\' Day'),(1299,'CANADA-DAY','SE_AREA_TITLE','EN','Canada Day'),(1300,'CIVIC-HOLIDAY','SE_AREA_TITLE','EN','Civic Holiday'),(1304,'FAMILY-DAY','SE_DESCRIPTION','EN','Family day is a public holiday in many countries which falls on ~{SE_DATE}~.'),(1305,'VICTORIA-DAY','SE_DESCRIPTION','EN','Victoria Day is a national Canadian public holiday celebrated on last Monday to commemorate Queen Victoria\'s Birthday.'),(1306,'CANADA-DAY','SE_DESCRIPTION','EN','Canada Day is the governmental day of Canada. It celebrates the July 1, 1867 anniversary, the effective date of the Constitution Act, 1867, which united the three separate colonies. '),(1307,'CIVIC-HOLIDAY','SE_DESCRIPTION','EN','The Civic Holiday is the most widely used name for a public holiday commemorate on the first Monday in August in most of Canada.'),(1308,'THANKSGIVING','SE_DESCRIPTION','EN','Thanksgiving owes its origin to the harvest festival. Usually, People give thanks to God for their autumn harvest and every other success they have obtained in the year.'),(1311,'PROVINCIAL-DAY','SE_AREA_TITLE','EN','Porivical Day'),(1312,'M-L-KING-DAY','SE_AREA_TITLE','EN','Martin Luther King Day'),(1319,'CALENDAR','SE_TITLE','EN','~{SE_YEAR}~ ~{COUNTRY}~ Calendar Holidays - ~{SE_BRAND}~'),(1320,'CALENDAR','SE_DESCRIPTION','EN','Here we provide an online calendar to plan your business and personal issues and even check on long weekends when you can take a deserved vacation.'),(1321,'CALENDAR','SE_AREA_TITLE','EN','~{COUNTRY}~ Holidays Calendar'),(1322,'GENERIC','DAYS_LEFT','EN','~{HOLIDAY}~ in ~{YEARKEY}~ is on the ~{DAYNAME}~, ~{DAY}~ of ~{MONTH}~ (~{DATEKEY}~)\n</br>~{HOLIDAY}~ is on the ~{DAY}~ day of ~{YEARKEY}~. There are ~{DAYS}~ days left in the year.'),(1324,'CONTACT-US','SE_AREA_TITLE','EN','Contact us'),(1325,'CONTACT-US','SE_TITLE','EN','Contact us @ ~{SE_BRAND}~'),(1326,'CONTACT-US','SE_DESCRIPTION','EN','In case of any queries of feedback please shoot us a email on contact@CalendarHolidays.net'),(1327,'CONTACT-US','TEXT','EN','Fill out and submit the form below and we will get back to you as soon as we can. Alternatively you may send email to contact [at] contact@calendarholidays.net for your query.'),(1328,'CONTACT-US','ERROR','EN','<p style=\'color:red\'>Oops! Your message was not sent at this time. Please try again later.</p>\n<p>You may send your query directly by email to contact@calendarholidays.net</p>'),(1329,'ABOUT','SE_TITLE','EN','More information about ~{SE_BRAND}~'),(1330,'ABOUT','SE_DESCRIPTION','EN','CalendarHolidays.net is a one stop portal/site for all the federal and public holidays in US.'),(1331,'ABOUT','SE_AREA_TITLE','EN','About us'),(1332,'CALENDAR-ALABAMA-HOLIDAYS','SE_AREA_TITLE','EN','Alabama Holidays'),(1333,'CALENDAR-ALASKA-HOLIDAYS','SE_AREA_TITLE','EN','Alaska Holidays'),(1334,'CALENDAR-ARIZONA-HOLIDAYS','SE_AREA_TITLE','EN','Arizona Holidays'),(1335,'CALENDAR-ARKANSAS-HOLIDAYS','SE_AREA_TITLE','EN','Arkansas Holidays'),(1336,'CALENDAR-CALIFORNIA-HOLIDAYS','SE_AREA_TITLE','EN','California Holidays'),(1337,'CALENDAR-COLORADO-HOLIDAYS','SE_AREA_TITLE','EN','Colorado Holidays'),(1338,'CALENDAR-CONNECTICUT-HOLIDAYS','SE_AREA_TITLE','EN','Connecticut Holidays'),(1339,'CALENDAR-DELAWARE-HOLIDAYS','SE_AREA_TITLE','EN','Delaware Holidays'),(1340,'CALENDAR-FLORIDA-HOLIDAYS','SE_AREA_TITLE','EN','Florida Holidays'),(1341,'CALENDAR-GEORGIA-HOLIDAYS','SE_AREA_TITLE','EN','Georgia Holidays'),(1342,'CALENDAR-HAWAII-HOLIDAYS','SE_AREA_TITLE','EN','Hawaii Holidays'),(1343,'CALENDAR-IDAHO-HOLIDAYS','SE_AREA_TITLE','EN','Idaho Holidays'),(1344,'CALENDAR-ILLINOIS-HOLIDAYS','SE_AREA_TITLE','EN','Illinois Holidays'),(1345,'CALENDAR-INDIANA-HOLIDAYS','SE_AREA_TITLE','EN','Indiana Holidays'),(1346,'CALENDAR-IOWA-HOLIDAYS','SE_AREA_TITLE','EN','Iowa Holidays'),(1347,'CALENDAR-KANSAS-HOLIDAYS','SE_AREA_TITLE','EN','Kansas Holidays'),(1348,'CALENDAR-KENTUCKY-HOLIDAYS','SE_AREA_TITLE','EN','Kentucky Holidays'),(1349,'CALENDAR-LOUISIANA-HOLIDAYS','SE_AREA_TITLE','EN','Louisiana Holidays'),(1350,'CALENDAR-MAINE-HOLIDAYS','SE_AREA_TITLE','EN','Maine Holidays'),(1351,'CALENDAR-MARYLAND-HOLIDAYS','SE_AREA_TITLE','EN','Maryland Holidays'),(1352,'CALENDAR-MASSACHUSETTS-HOLIDAYS','SE_AREA_TITLE','EN','Massachusetts Holidays'),(1353,'CALENDAR-MICHIGAN-HOLIDAYS','SE_AREA_TITLE','EN','Michigan Holidays'),(1354,'CALENDAR-MINNESOTA-HOLIDAYS','SE_AREA_TITLE','EN','Minnesota Holidays'),(1355,'CALENDAR-MISSISSIPPI-HOLIDAYS','SE_AREA_TITLE','EN','Mississippi Holidays'),(1356,'CALENDAR-MISSOURI-HOLIDAYS','SE_AREA_TITLE','EN','Missouri Holidays'),(1357,'CALENDAR-MONTANA-HOLIDAYS','SE_AREA_TITLE','EN','Montana Holidays'),(1358,'CALENDAR-NEBRASKA-HOLIDAYS','SE_AREA_TITLE','EN','Nebraska Holidays'),(1359,'CALENDAR-NEVADA-HOLIDAYS','SE_AREA_TITLE','EN','Nevada Holidays'),(1360,'CALENDAR-NEW-HAMPSHIRE-HOLIDAYS','SE_AREA_TITLE','EN','New Hampshire Holidays'),(1361,'CALENDAR-NEW-JERSEY-HOLIDAYS','SE_AREA_TITLE','EN','New Jersey Holidays'),(1362,'CALENDAR-NEW-MEXICO-HOLIDAYS','SE_AREA_TITLE','EN','New Mexico Holidays'),(1363,'CALENDAR-NEW-YORK-HOLIDAYS','SE_AREA_TITLE','EN','New York Holidays'),(1364,'CALENDAR-NORTH-CAROLINA-HOLIDAYS','SE_AREA_TITLE','EN','North Carolina Holidays'),(1365,'CALENDAR-NORTH-DAKOTA-HOLIDAYS','SE_AREA_TITLE','EN','North Dakota Holidays'),(1366,'CALENDAR-OHIO-HOLIDAYS','SE_AREA_TITLE','EN','Ohio Holidays'),(1367,'CALENDAR-OKLAHOMA-HOLIDAYS','SE_AREA_TITLE','EN','Oklahoma Holidays'),(1368,'CALENDAR-OREGON-HOLIDAYS','SE_AREA_TITLE','EN','Oregon Holidays'),(1369,'CALENDAR-PENNSYLVANIA-HOLIDAYS','SE_AREA_TITLE','EN','Pennsylvania Holidays'),(1370,'CALENDAR-RHODE-ISLAND-HOLIDAYS','SE_AREA_TITLE','EN','Rhode Island Holidays'),(1371,'CALENDAR-SOUTH-CAROLINA-HOLIDAYS','SE_AREA_TITLE','EN','South Carolina Holidays'),(1372,'CALENDAR-SOUTH-DAKOTA-HOLIDAYS','SE_AREA_TITLE','EN','South Dakota Holidays'),(1373,'CALENDAR-TENNESSEE-HOLIDAYS','SE_AREA_TITLE','EN','Tennessee Holidays'),(1374,'CALENDAR-TEXAS-HOLIDAYS','SE_AREA_TITLE','EN','Texas Holidays'),(1375,'CALENDAR-UTAH-HOLIDAYS','SE_AREA_TITLE','EN','Utah Holidays'),(1376,'CALENDAR-VERMONT-HOLIDAYS','SE_AREA_TITLE','EN','Vermont Holidays'),(1377,'CALENDAR-VIRGINIA-HOLIDAYS','SE_AREA_TITLE','EN','Virginia Holidays'),(1378,'CALENDAR-WASHINGTON-HOLIDAYS','SE_AREA_TITLE','EN','Washington Holidays'),(1379,'CALENDAR-WEST-VIRGINIA-HOLIDAYS','SE_AREA_TITLE','EN','West Virginia Holidays'),(1380,'CALENDAR-WISCONSIN-HOLIDAYS','SE_AREA_TITLE','EN','Wisconsin Holidays'),(1381,'CALENDAR-WYOMING-HOLIDAYS','SE_AREA_TITLE','EN','Wyoming Holidays'),(1395,'RETURN-DAY','SE_AREA_TITLE','EN','Return Day (after 12:00 noon Sussex County)'),(1396,'INDEPENDENCE-DAY-HOLIDAY','SE_AREA_TITLE','EN','Independence Day Holiday'),(1397,'DAILY-PLANNER-TEMPLATES','SE_TITLE','EN','~{SE_YEAR}~ Daily Planner Template - ~{SE_BRAND}~'),(1398,'MONTHLY-CALENDAR-TEMPLATES','SE_TITLE','EN','~{SE_YEAR}~ Monthly Template - ~{SE_BRAND}~'),(1399,'YEARLY-CALENDAR-TEMPLATES','SE_TITLE','EN','~{SE_YEAR}~ Yearly Template - ~{SE_BRAND}~'),(1401,'QUARTERLY-CALENDAR-TEMPLATES','SE_TITLE','EN','~{SE_YEAR}~ Quarterly Template - ~{SE_BRAND}~'),(1402,'DAILY-PLANNER-TEMPLATES','SE_DESCRIPTION','EN','Download FREE ~{SE_YEAR}~ daily schedule planner templates in Word, Excel, and PDF. Personalize these editable and printable daily planners as you like.'),(1403,'MONTHLY-CALENDAR-TEMPLATES','SE_DESCRIPTION','EN','Editable ~{SE_YEAR}~ Monthly templates with holidays available for free download. Choose and print Monthly Planner from great collections of templates.'),(1404,'QUARTERLY-CALENDAR-TEMPLATES','SE_DESCRIPTION','EN','The best collection of FREE printable quarterly calendar templates are available with US holidays. Customize to create your personalized ~{YEAR}~ quarterly planner.'),(1405,'YEARLY-CALENDAR-TEMPLATES','SE_DESCRIPTION','EN','Free printable ~{SE_YEAR}~ yearly calendar templates available in an editable format. Annual planners can be customized through the online calendar maker tool.'),(1406,'GENERIC','DOWNLOAD_EXCEL','EN','Download Excel'),(1407,'GENERIC','DOWNLOAD_PDF','EN','Download PDF'),(1408,'GENERIC','DOWNLOAD_IMAGE','EN','Download Image'),(1409,'GENERIC','DOWNLOAD_WORD','EN','Donwload Word'),(1410,'PRIVACY-POLICY','SE_AREA_TITLE','EN','Privacy Policy'),(1411,'PRIVACY-POLICY','SE_DESCRIPTION','EN','Your privacy is important to us. It is calendarholidays.net\'s policy to respect your privacy regarding any information we may collect from you across our website a nd other sites we own and operate.'),(1412,'PRIVACY-POLICY','SE_TITLE','EN','~{SE_YEAR}~ Privacy Policy - ~{SE_BRAND}~'),(1413,'TERMS-CONDITIONS','SE_AREA_TITLE','EN','Terms and Conditions'),(1414,'TERMS-CONDITIONS','SE_TITLE','EN','~{SE_YEAR}~ Terms and Conditions ~{SE_BRAND}~'),(1415,'TERMS-CONDITIONS','SE_DESCRIPTION','EN','Here are some terms and conditions of Calendarholidays.net which should be strictly follow. The materials contained in this website are protected by applicable copyright and trademark law.'),(1416,'ICS','SE_AREA_TITLE','EN','PLACEHOLDER'),(1417,'ICS','SE_TITLE','EN','Subscribe to ~{SE_YEAR}~ ~{SE_AREA}~ Calendar - ~{SE_BRAND}~'),(1418,'ICS','SE_DESCRIPTION','EN','Subscribe our ~{SE_YEAR}~ ~{SE_AREA}~ Calendar. If you subscribe it, you can use on other applications. It helps you to manage your work.'),(1419,'NATIONAL-DONUT-DAY','SE_TITLE','EN','~{SE_YEAR}~ National Donut Day - ~{SE_BRAND}~'),(1420,'NATIONAL-DONUT-DAY','SE_DESCRIPTION','EN','National Doughnut Day is celebrated on the first Friday in June every year to honor the Salvation Army Lassies who served doughnuts to soldiers during WWI.'),(1421,'NATIONAL-DONUT-DAY','SE_AREA_TITLE','EN','National Donut Day'),(1422,'MAY-DAY','SE_AREA_TITLE','EN','May Day'),(1423,'MAY-DAY','SE_TITLE','EN','~{SE_YEAR}~ May Day - ~{SE_BRAND}~'),(1424,'MAY-DAY','SE_DESCRIPTION','EN','Early May Bank Holiday is celebrated on the first Monday of May as a bank holiday in the United Kingdom. It is known as may day in some countries of the UK.'),(1425,'NEW-YEARS-DAY-HOLIDAY','SE_AREA_TITLE','EN','New Years Day'),(1426,'DAILY-PLANNER-TEMPLATES','HEADER_TEXT','EN','<p>Planning your day ahead of time improves your productivity and helps you evaluate your daily progress. With a daily planner, it is easy to track down your activities and prioritize the most critical tasks. We have created a variety of downloadable free printable 2020 daily planners to help you achieve your daily success. Our planners are compatible with Open Office, Google Docs, and Libre Office and printable in both portrait and landscape format. </p>'),(1427,'DAILY-PLANNER-TEMPLATES','DAILY_TO_DO_LIST_PLANNER_TEXT','EN','<p>The simple layout is what you need for your daily to-do schedules, appointments, crucial reminders, errands to run, and tasks that you need to prioritize more on. You can as well take note of calls and emails that must be written every day. In the notes section, you can scribble the little details that come up as you run your schedules. Remember, you can customize the template according to your requirements. Download this template in pdf, excel, word, or as an image in any paper size. </p>\r\n'),(1428,'DAILY-PLANNER-TEMPLATES','ANNAS_DAILY_PLANNER_TEXT','EN','<p>Organize your health life using our free downloadable Anna’s Daily Planner today. The planner will help you keep track of your lifestyle and the food that gets into your body. Get to plan what you will eat for breakfast, lunch, and dinner and prepare for the ingredients in advance. The planner also allows you to list down your everyday priorities and any relevant notes for the day. The highlight of our Anna’s Daily Planner is the quote of the day that keeps you motivated towards reaching your day’s goals. </p>'),(1429,'DAILY-PLANNER-TEMPLATES','POPULAR_PAGES_TEXT','EN','<p>The below free downloadable popular planners will help you organize your schedules and busy days. All the planners can be customized to fit your requirements, whether for personal or business use. The templates are printable on either A4, Legal, or letter page style.</p>\r\n'),(1430,'DAILY-PLANNER-TEMPLATES','DAILY_TO_DO_LIST_PLANNER_HEADING','EN','DAILY TO-DO LIST PLANNER'),(1431,'DAILY-PLANNER-TEMPLATES','ANNAS_DAILY_PLANNER_HEADING','EN','ANNA\'S DAILY PLANNER'),(1436,'MONTHLY-CALENDAR-TEMPLATES','HEADER_TEXT','EN','<p>Planning your schedules gives you a holistic view of how you spend time every month. You can easily see where you mostly spend too much time and areas that probably need your attention. Planning ensures that you schedule and set deadlines for important events, appointments, errands, and any other tasks before running out of time. We have a variety of free printable 2020 monthly planner with UK holidays that you can choose from.</p>'),(1437,'MONTHLY-CALENDAR-TEMPLATES','MONTHLY_LARGE_BOXES_PRINTABLE_PLANNER_HEADING','EN','MONTHLY LARGE BOXES PRINTABLE CALENDAR'),(1438,'MONTHLY-CALENDAR-TEMPLATES','MONTHLY_LARGE_BOXES_PRINTABLE_PLANNER_TEXT','EN','<p>The landscape monthly planner has all the bank holidays for the year ~{SE_YEAR}~ well marked. The planner has large spaces for your monthly notes where you can jot down work schedules, events, birthdays, and important commitments. You can customize and print this planner to fit your personal or business use. If you prefer to use it as a softcopy, the planner supports writing applications like Google Docs, Libre Office, and Open Office. </p>'),(1439,'MONTHLY-CALENDAR-TEMPLATES','MONTHLY_KID_KINDERGARTEN_CALENDAR_TEMPLATE_HEADING','EN','~{SE_YEAR}~ MONTHLY KID KINDERGARTEN CALENDAR TEMPLATE'),(1440,'MONTHLY-CALENDAR-TEMPLATES','MONTHLY_KID_KINDERGARTEN_CALENDAR_TEMPLATE_TEXT','EN','<p>Our floral monthly planner will give you a vibrant mood to help you remain focused all month round. The beautiful template is ideal for kids and even adults who love floral details. The planner has enough notes space where you can write monthly projections or even school projects for the month. The planner is ready to download, print, and also customize to your preference. </p>\r\n'),(1441,'MONTHLY-CALENDAR-TEMPLATES','MONTHLY_PLANNER_WITH_LARGE_SPACE_NOTES_HEADING','EN','MONTHLY CALENDAR WITH LARGE SPACE NOTES'),(1442,'MONTHLY-CALENDAR-TEMPLATES','MONTHLY_PLANNER_WITH_LARGE_SPACE_NOTES_TEXT','EN','<p>The landscape monthly planner has all the bank holidays for the year ~{SE_YEAR}~ well marked. The planner has large spaces for your monthly notes where you can jot down work schedules, events, birthdays, and important commitments. You can customize and print this planner to fit your personal or business use. If you prefer to use it as a softcopy, the planner supports writing applications like Google Docs, Libre Office, and Open Office. </p>'),(1443,'MONTHLY-CALENDAR-TEMPLATES','MONTHLY_APPOINMENT_CALENDAR_HEADING','EN','~{SE_YEAR}~ MONTHLY APPOINTMENT CALENDAR'),(1444,'MONTHLY-CALENDAR-TEMPLATES','MONTHLY_APPOINMENT_CALENDAR_TEXT','EN','<p>Our version of the ~{SE_YEAR}~ monthly appointment planner is what you need to schedule your monthly appointments. The planner has enough space for you to write down the date, time, and clear details of your scheduled appointment. In addition, the planner includes all the bank holidays in the particular month just so that you get to know when businesses are closed for operation. </p>'),(1445,'MONTHLY-CALENDAR-TEMPLATES','THREE_MONTH_PRINTABLE_PLANNER_HEADING','EN','THREE-MONTH PRINTABLE CALENDAR'),(1446,'MONTHLY-CALENDAR-TEMPLATES','THREE_MONTH_PRINTABLE_PLANNER_TEXT','EN','<p>Our three-month printable planner includes the current, prior, and the next month. The structure helps you to reflect on your achievements for the previous month and plan on goals for the month to come. The notes section enables you to jot down your projections and goals for the month. Download the free template on our site and customize it to your liking. </p>\r\n'),(1448,'MONTHLY-CALENDAR-TEMPLATES','CUSTOMIZABLE_MONTHLY_PLANNER_WITH_LARGE_SPACE_FOR_NOTES_HEADING','EN','CUSTOMIZABLE MONTHLY CALENDAR WITH LARGE SPACE FOR NOTES'),(1449,'MONTHLY-CALENDAR-TEMPLATES','CUSTOMIZABLE_MONTHLY_PLANNER_WITH_LARGE_SPACE_FOR_NOTES_TEXT','EN','<p>Download our ~{SE_YEAR}~ monthly planner with large boxes to fit your everyday scribble notes. The planner has some space at the bottom of the page where you can indicate your monthly goals, birthdays and special dates you don’t want to forget. The portrait layout planner can be customized to your requirements before printing on your chosen paper size. </p>\r\n'),(1451,'MONTHLY-CALENDAR-TEMPLATES','POPULAR_PAGES_TEXT','EN','<p>These planners are the ultimate organizers that you need to keep your schedules well-coordinated. All the planners can be organized to your requirements and then downloaded or printed to your preferred size. </p>'),(1452,'QUARTERLY-CALENDAR-TEMPLATES','HEADER_TEXT','EN','<p>Download our ~{SE_YEAR}~ quarterly calendar templates to help you organize your schedules and plan for the next three months. The free downloadable three-month ~{SE_YEAR}~ calendar templates are available free of cost to all our users in both portrait and landscape format. You can also customize them to your personal or business requirements before printing them to your preferred paper size.</p>'),(1453,'QUARTERLY-CALENDAR-TEMPLATES','QUARTERLY_PRINTABLE_PLANNER_HEADING','EN','QUARTERLY PRINTABLE CALENDAR'),(1454,'QUARTERLY-CALENDAR-TEMPLATES','QUARTERLY_PRINTABLE_PLANNER_TEXT','EN','<p>The unique but simple quarterly printable planner has a great design fit for a desktop calendar. The bank holidays for all the three months are well displayed to help in your planning. There is also enough space for you to write down any important notes for the month. You can personalize the planner to your personal preference or business requirements. </p>\r\n'),(1455,'QUARTERLY-CALENDAR-TEMPLATES','THREE_MONTH_PLANNER_WITH_LARGE_SPACE_NOTES_HEADING','EN','THREE-MONTHS CALENDAR WITH LARGE NOTES SPACE'),(1456,'QUARTERLY-CALENDAR-TEMPLATES','THREE_MONTH_PLANNER_WITH_LARGE_SPACE_NOTES_TEXT','EN','<p>Download the three-month planner with a large notes template if you are looking for a better way to achieve your quarterly goals. The large spaces clearly show you the holidays and allow you to write down your projections and goals that you wish to accomplish for the month. The planner is easily customizable to suit your needs and printable on your paper size of choice. </p>\r\n'),(1457,'QUARTERLY-CALENDAR-TEMPLATES','QUARTERLY_HORIZONTAL_PLANNER_HEADING','EN','QUARTERLY HORIZONTAL CALENDAR'),(1458,'QUARTERLY-CALENDAR-TEMPLATES','QUARTERLY_HORIZONTAL_PLANNER_TEXT','EN','<p>Download our quarterly horizontal planner for the most detailed three-month planner. The planner has large spaces for you to write schedules for each day and week. You can easily edit when the week starts as well as holidays that might occur during the month. If you wish to customize it to fit your personal or business use, you can do so using an online quarterly calendar creator. </p>\r\n'),(1459,'QUARTERLY-CALENDAR-TEMPLATES','QUARTERLY_PLANNER_WITH_QUICK_NOTES_HEADING','EN','QUARTERLY CALENDAR TEMPLATE WITH QUICK NOTES'),(1460,'QUARTERLY-CALENDAR-TEMPLATES','QUARTERLY_PLANNER_WITH_QUICK_NOTES_TEXT','EN','<p>The landscape quarterly planner has large spaces for you to write important notes for your three-month projection. The template includes the monthly bank and national holidays to assist you in your monthly organization. The simple layout makes it ideal for both business or even a minimalistic personal choice. The quarterly planner is free to download and print to all our esteemed users.</p> \r\n'),(1461,'QUARTERLY-CALENDAR-TEMPLATES','POPULAR_PAGES_TEXT','EN','<p>Our calendar templates will help you organize work and make it easy for you to achieve set goals. The planners can be customized as per your requirements and then printed on A4, letter, or legal page.</p>'),(1462,'YEARLY-CALENDAR-TEMPLATES','HEADER_TEXT','EN','<p>A customizable yearly calendar will help you achieve your annual goals more easily. Download our variety of free printable ~{SE_YEAR}~ annual calendars and customise them to your needs or preference. The planners are compatible with various writing applications like OpenOffice, Google Docs, and Libre Office. Available in both landscape and portrait, you can print on A4, letter, or even legal paper size. </p>'),(1463,'YEARLY-CALENDAR-TEMPLATES','ANNUAL_PLANNER_HEADING','EN','ANNUAL PLANNER ~{SE_YEAR}~'),(1464,'YEARLY-CALENDAR-TEMPLATES','ANNUAL_PLANNER_TEXT','EN','<p>The classic annual landscape planner has all the months laid out in three rows and UK bank and public holidays well indicated at the bottom of the calendar. However, you can customise and edit the calendar to your needs. The 12-month planner is printable on various paper sizes as per your preference. </p>'),(1465,'YEARLY-CALENDAR-TEMPLATES','ONE_PAGE_YEARLY_PLANNER_HEADING','EN','ONE PAGE YEARLY CALENDAR'),(1467,'YEARLY-CALENDAR-TEMPLATES','ONE_PAGE_YEARLY_PLANNER_TEXT','EN','<p>The classic annual landscape planner has all the months laid out in three rows and UK bank and public holidays well indicated at the bottom of the calendar. However, you can customise and edit the calendar to your needs. The 12-month planner is printable on various paper sizes as per your preference. </p>'),(1468,'YEARLY-CALENDAR-TEMPLATES','VERTICAL_ANNUAL_PLANNER_HEADING','EN','VERTICAL ANNUAL CALENDAR'),(1470,'YEARLY-CALENDAR-TEMPLATES','VERTICAL_ANNUAL_PLANNER_TEXT','EN','<p>Our vertical annual planner displays a simple layout of the months, days of the week, and the respective weeks for the year. On your right, all the holidays are clearly shown and enough space left for you to write down important dates, events, and activities for the whole year. You can customise the planner or even include colour to your preference. </p>'),(1471,'YEARLY-CALENDAR-TEMPLATES','YEAR_AT_A_GLANCE_PLANNER_HEADING','EN','YEAR AT A GLANCE CALENDAR'),(1472,'YEARLY-CALENDAR-TEMPLATES','YEAR_AT_A_GLANCE_PLANNER_TEXT','EN','<p>The simple design of our year at a Glance planner displays the 12 months in clean three rows. On the right side, the layout shows the annual bank and public holidays. Some space is available on the right for you to write the most important notes for the year. Download our year at a glance planner and plan your annual business or personal schedules at ease. The planner is free of cost to download and print on the paper of your choice. </p>'),(1473,'YEARLY-CALENDAR-TEMPLATES','POPULAR_PAGES_TEXT','EN','<p>Download our free planners and organize your annual schedules ahead of everyone else. All our planners can be customised for personal or business use and then printed on A4, Letter, or legal page style. They are also compatible with writing applications such as OpenOffice, Google Docs, and LibreOffice.</p>\r\n'),(1474,'DAILY-PLANNER-TEMPLATES','POPULAR_PAGES_HEADING','EN','POPULAR CALENDAR TEMPLATES'),(1476,'MONTHLY-CALENDAR-TEMPLATES','POPULAR_PAGES_HEADING','EN','POPULAR CALENDAR TEMPLATES'),(1479,'QUARTERLY-CALENDAR-TEMPLATES','POPULAR_PAGES_HEADING','EN','POPULAR CALENDAR TEMPLATES'),(1480,'YEARLY-CALENDAR-TEMPLATES','POPULAR_PAGES_HEADING','EN','POPULAR CALENDAR TEMPLATES'),(1481,'INDEX','CALENDAR_HOLIDAYS_SERVICES_TEXT','EN','<p>Calendarholidays is a one-stop destination for all your planning needs. You can use our calendars as they are, or customize them to your needs. We have an online calendar that will help you locate the day and date of a specific holiday. All the UK bank holidays and other festivals and observances are well indicated to make your planning easier. You can also click on an individual month to view the holidays and working days for the specific month. The calendar also indicates a list of all the holidays and their observances at the bottom. </p>\r\n\r\n<p>Calendarholidays provide you with free printable daily, monthly, quarterly, and yearly calendar templates. The templates can be customized to your requirements through our online calendar maker tool. </p>\r\n\r\n<p>Our site provides you with holiday categories such as stock market holidays, post office holidays, bank-related holidays, etc., all to make your planning even better. All the holidays are accompanied by write-ups about the specific festival to give you ideas on how to celebrate the festivities even better. </p>\r\n'),(1482,'INDEX','HEADER_TEXT','EN','<p>Our online calendar helps you view the projection of the year in a single click. You can check the day, date, and month a particular holiday falls in. The online calendar helps you plan your business matters, personal issues, and even check on long weekends when you can take a deserved vacation.</p>\r\n<p>Calendarholidays provides you with a list of bank holidays, religious holidays, and country-based holidays and their observances throughout the year. The bank holidays are shown in a different colour from other observances for easier planning. Use our free online calendar to organize and manage your work all year round. </p>\r\n'),(1484,'GENERIC','UK','EN','United Kingdom'),(1485,'GENERIC','UK','ES','Estados Unidos'),(1486,'GENERIC','ALABAMA','EN','Alabama'),(1487,'GENERIC','ALASKA','EN','Alaska'),(1488,'GENERIC','ARIZONA','EN','Arizona'),(1489,'GENERIC','ARKANSAS','EN','Arkansas'),(1490,'GENERIC','CALIFORNIA','EN','California'),(1491,'GENERIC','COLORADO','EN','Colorado'),(1492,'GENERIC','CONNECTICUT','EN','Connecticut'),(1493,'GENERIC','DELAWARE','EN','Delaware'),(1494,'GENERIC','FLORIDA','EN','Florida'),(1495,'GENERIC','GEORGIA','EN','Georgia'),(1496,'GENERIC','HAWAII','EN','Hawaii'),(1497,'GENERIC','IDAHO','EN','Idaho'),(1498,'GENERIC','ILLINOIS','EN','Illinois'),(1499,'GENERIC','INDIANA','EN','Indiana'),(1500,'GENERIC','IOWA','EN','Iowa'),(1501,'GENERIC','KANSAS','EN','Kansas'),(1502,'GENERIC','KENTUCKY','EN','Kentucky'),(1503,'GENERIC','LOUISIANA','EN','Louisiana'),(1504,'GENERIC','MAINE','EN','Maine'),(1505,'GENERIC','MARYLAND','EN','Maryland'),(1506,'GENERIC','MASSACHUSETTS','EN','Massachusetts'),(1507,'GENERIC','MICHIGAN','EN','Michigan'),(1508,'GENERIC','MINNESOTA','EN','Minnesota'),(1509,'GENERIC','MISSISSIPPI','EN','Mississippi'),(1510,'GENERIC','MISSOURI','EN','Missouri'),(1511,'GENERIC','MONTANA','EN','Montana'),(1512,'GENERIC','NEBRASKA','EN','Nebraska'),(1513,'GENERIC','NEVADA','EN','Nevada'),(1514,'GENERIC','NEW-HAMPSHIRE','EN','New Hampshire'),(1515,'GENERIC','NEW-JERSEY','EN','New Jersey'),(1516,'GENERIC','NEW-MEXICO','EN','New Mexico'),(1517,'GENERIC','NEW-YORK','EN','New York'),(1518,'GENERIC','NORTH-CAROLINA','EN','North Carolina'),(1519,'GENERIC','NORTH-DAKOTA','EN','North Dakota'),(1520,'GENERIC','OHIO','EN','Ohio'),(1521,'GENERIC','OKLAHOMA','EN','Oklahoma'),(1522,'GENERIC','OREGON','EN','Oregon'),(1523,'GENERIC','PENNSYLVANIA','EN','Pennsylvania'),(1524,'GENERIC','RHODE-ISLAND','EN','Rhode Island'),(1525,'GENERIC','SOUTH-CAROLINA','EN','South Carolina'),(1526,'GENERIC','SOUTH-DAKOTA','EN','South Dakota'),(1527,'GENERIC','TENNESSEE','EN','Tennessee'),(1528,'GENERIC','TEXAS','EN','Texas'),(1529,'GENERIC','UTAH','EN','Utah'),(1530,'GENERIC','VERMONT','EN','Vermont'),(1531,'GENERIC','VIRGINIA','EN','Virginia'),(1532,'GENERIC','WASHINGTON','EN','Washington'),(1533,'GENERIC','WEST-VIRGINIA','EN','West Virginia'),(1534,'GENERIC','WISCONSIN','EN','Wisconsin'),(1535,'GENERIC','WYOMING','EN','Wyoming'),(1536,'BANK-HOLIDAYS','NOTES','EN','<h2 class=\"text-uppercase\" style=\"color: rgb(205,101,57);margin-top: 10px;font-size: 24px;width: 100%;\">UK Bank Holidays Information:</h2>\r\n<p>The United Kingdom\'s banking sector is the largest in Europe and the fourth largest globally. Furthermore, it is considered the world\'s best financial center for cross border lending, thanks to cutting edge technology and innovations. </p>\r\n\r\n<p>The UK banking sector has a deep concentration across the country with over 40 billion payments fulfilled every year. Nearly the entire UK population has a debit card, and about two-thirds have a credit card. </p>\r\n\r\n<p>The UK banks are considered as essential service providers and are therefore open almost all year round. However, the banks remain closed on Sundays and bank holidays. On such days, most of the bank services are available through internet banking or mobile banking. You need to know the various bank holidays in the UK to help you plan your schedules well.</p>\r\n'),(1537,'MARKET-HOLIDAYS','NOTES','EN','<h2 class=\"text-uppercase\" style=\"color: rgb(205,101,57);margin-top: 10px;font-size: 24px;width: 100%;\">Market Holidays Information:</h2>\r\n<p>With a market cap of $3.1 trillion, the London Stock Exchange (LSE)is the UK\'s leading market exchange and the largest in Europe. The UK stock market operates every day of the week for eight and a half hours. The business opens at 8.00 am and closes at 4.30 pm. </p>\r\n\r\n<p>As a trader and investor, it\'s important to know the days when the stock market closes its business. It will help you plan your schedules all year round and avoid costly expenses if the stock exchange is closed without your knowledge. </p>\r\n\r\n<p>The UK stock exchange market does not operate on Sundays and all the public and bank holidays. For any holidays on the weekend, then the stock market closes on the Friday before or the Monday after. On rare occasions, the market can close on multiple days or modify their operating hours instead of fully closing. Here is a list of all the Market holidays in the UK to help plan your schedule accordingly.</p>\r\n'),(1538,'STATE-HOLIDAYS','NOTES','EN','<h2 class=\"text-uppercase\" style=\"color: rgb(205,101,57);margin-top: 10px;font-size: 24px;width: 100%;\">\r\nState Holidays Notes</h2>\r\n<div class=\"col align-self-center\" style=\"padding-right: 0px;padding-left: 0px;\"><i class=\"fa fa-arrow-circle-o-right float-left\" style=\"color: rgb(12,123,83);margin-top: 5px;\"></i>\r\n<p style=\"margin-left: 30px;\">Every state celebrates its holidays and usually has events that go along with these states holidays. Every holiday is unique and represents the state in its own way. Click on the above states to see a quick reference guide and their 2020 state holidays calendar. We have a page on our website for each of the 50 US states with the listing of state holidays.</p>\r\n<p style=\"margin-left: 30px;\">Many states in the United States have state holidays where they give their employees the day off. These are in addition to the US federal holidays that are recognized nationally throughout the United States.</p>\r\n<p style=\"margin-left: 30px;\">Some states also have local observance days, where it is usually not a workday, but there is something within their state that the state wants to identify.</p></div>'),(1539,'RELIGIOUS-HOLIDAYS','NOTES','EN','<h2 class=\"text-uppercase\" style=\"color: rgb(205,101,57);margin-top: 10px;font-size: 24px;width: 100%;\">Religious Holidays Information:</h2>\r\n<p>Religious plays a crucial role in every community, and that is often the cornerstone on which societal customs and traditions are built. Religious observances and festivals are usually upheld to strengthen these customs. </p>\r\n\r\n<p>The UK is home to different religions. From Christians, Hindu, Islam, Jewish, Sikh, and Buddhists. For this reason, employers and their employees need to come to an understanding of how religious holidays may affect their workplace. </p>\r\n\r\n<p>Although some festivals may apply while the employees are at work, employers are not legally obliged to grant leave requests on religious grounds. However, employers may opt to grant permissions, but this is cautiously done to ensure a balance at the workplace. </p>\r\n\r\n<p>Most religious festivals and holidays occur on a set date every year, but many others occur at different times each year. Phases of the moon, the timing of the solstices and equinoxes, determine the dates on which the festivals occur. </p>\r\n\r\n<p>Here is a list of the Religious holidays in the UK as per the Gregorian calendar. The information is accurate as far as we know, but some dates may change regionally as the lunar calendar determines them.</p>\r\n'),(1540,'GENERIC','ASX','EN','ASX'),(1541,'GENERIC','BSE','EN','BSE'),(1542,'GENERIC','DAX','EN','DAX'),(1543,'GENERIC','EURONEXT','EN','EURONEXT'),(1544,'GENERIC','LSE','EN','LSE'),(1545,'GENERIC','MCX','EN','MCX'),(1546,'GENERIC','NASDAQ','EN','NASDAQ'),(1547,'GENERIC','NSE','EN','NSE'),(1548,'GENERIC','NYSE','EN','NYSE'),(1549,'GENERIC','TSX','EN','TSX'),(1550,'GENERIC','BANK-OF-AMERICA','EN','Bank Of America'),(1551,'GENERIC','CAPITAL-ONE-BANK','EN','Capital One Bank'),(1552,'GENERIC','CHASE-BANK','EN','Chase Bank'),(1553,'GENERIC','CITIBANK','EN','Citibank'),(1554,'GENERIC','HSBC-BANK','EN','Hsbc Bank'),(1555,'GENERIC','SUNTRUST-BANK','EN','Suntrust Bank'),(1556,'GENERIC','WELLS-FARGO-BANK','EN','Wells Fargo Bank'),(1557,'GENERIC','USPS','EN','USPS'),(1558,'GENERPIC','POST-OFFICE','EN','Post Office'),(1559,'STATE-HOLIDAYS','NEWS','EN','<h2 class=\"text-uppercase\" style=\"color: rgb(205,101,57);margin-top: 10px;font-size: 24px;width: 100%;\">\nState Holidays News:</h2>\n<div class=\"col align-self-center\" style=\"padding-right: 0px;padding-left: 0px;\"><i class=\"fa fa-arrow-circle-o-right float-left\" style=\"color: rgb(12,123,83);margin-top: 5px;\"></i>\n\n<ul>\n<li> <a href=\"https://edition.cnn.com/2020/02/24/politics/virginia-confederate-holiday-lee-jackson-election-day/index.html\" target=\"_blank\" rel=\"nofollow\">Virginia lawmakers pass a bill to swap holiday honoring Confederate generals for Election Day</a> </li>\n<li><a href=\"https://www.washingtonexaminer.com/politics/northam-expected-to-sign-bill-ending-lee-jackson-day-in-virginia\" target=\"_blank\" rel=\"nofollow\">Northam expected to sign a bill ending Lee-Jackson Day in Virginia</a> </li>\n<li><a href=\"https://www.newsweek.com/christmas-eve-federal-holiday-what-government-offices-are-open-december-24-1478710\" target=\"_blank\" rel=\"nofollow\">Is Christmas eve a federal holiday? What government offices are open on December 24?</a> </li>\n</ul>\n</div>\n'),(1560,'RELIGIOUS-HOLIDAYS','NEWS','EN',''),(1561,'BANK-HOLIDAYS','NEWS','EN','NEWS'),(1562,'POST-OFFICE-HOLIDAYS','CALENDAR_HOLIDAYS_SERVICES_HEADING','EN','Royal Mail Services'),(1563,'POST-OFFICE-HOLIDAYS','CALENDAR_HOLIDAYS_SERVICES_TEXT','EN','<p>The post office business plays a very crucial role in the economy of the United Kingdom. Millions of people and businesses depend on postal services every day to run their daily operations. There are over 11,500 post office branches countrywide, making it one of the UK\'s biggest retail networks. </p>\r\n<p>The post offices are evenly distributed countrywide, easing communication even in the most isolated places. All you need is a British address with the postcode included and a stamp which can be bought at supermarkets, petrol stations, and many other outlets.</p>\r\n<p>Freestanding Postboxes or wall safes are found in big cities, towns, and even in the most remote villages in the UK. They are painted bright red, and collections are made at least twice a day. </p>\r\n<p>Post offices in UK open every weekday from 9 am to 5.30 pm and work a half-day on Saturdays. However, they do not operate on public and bank holidays. Therefore, you must get to know the list of Post Office Holidays in the UK to plan your schedules and avoid last-minute frustrations.</p>\r\n'),(1564,'POST-OFFICE-HOLIDAYS','CALENDAR_HOLIDAYS_NEWS_HEADING','EN','ROYAL MAIL HOLIDAYS NEWS'),(1565,'POST-OFFICE-HOLIDAYS','CALENDAR_HOLIDAYS_NEWS_TEXT','EN','<ul>\n<li> <a href=\"https://www.ecommercebytes.com/2020/02/04/why-the-usps-launched-a-premium-tracking-option\" target=\"_blank\" rel=\"nofollow\">USPS Launched a Premium Tracking Option </a> </li>\n<li><a href=\"https://esellercafe.com/usps-will-no-longer-accept-handwritten-customs-declaration-forms-on-march-6/\" target=\"_blank\" rel=\"nofollow\">USPS Will No Longer Accept Handwritten Customs Declaration Forms </a> </li>\n</ul>\n'),(1566,'ICS','CALENDAR_HOLIDAYS_SUBSCRIPTION_HEADING','EN','~{SE_AREA}~ Holidays Calendar Subcription Notes'),(1567,'ICS','CALENDAR_HOLIDAYS_SUBSCRIPTION_NOTES','EN','<p style=\"margin-left: 30px;\">Subscribe to our ~{SE_YEAR}~ ~{SE_AREA}~ web calendar in any iCal calendar supported application. It works well with iOS, Google Calendar, Android, Outlook, Mac iCal, etc. The calendar template is automatically updated. We also provide federal and local holidays for many other countries, states, and territories. Please tell us if you want to add your favorite calendar here.</p>'),(1570,'NEW-YEARS-DAY-HOLIDAY-SCT','SE_AREA_TITLE','EN','New Year\'s Day Holiday (SCT)'),(1571,'BATTLE-OF-THE-BOYNE-HOLIDAY','SE_AREA_TITLE','EN','Battle of the Boyne Holiday'),(1572,'SUMMER-BANK-HOLIDAY-SCT','SE_AREA_TITLE','EN','Summer Bank Holiday (SCT)'),(1573,'GUY-FAWKES-DAY','SE_AREA_TITLE','EN','Guy Fawkes Day'),(1574,'UK-HOLIDAYS','SE_AREA_TITLE','EN','United Kindom Holidays'),(1575,'COUNTRY-HOLIDAYS','SE_AREA_TITLE','EN','Country Holidays'),(1576,'COUNTRY-HOLIDAYS','NOTES','EN','\r\n<h2 class=\"text-uppercase\" style=\"color: rgb(205,101,57);margin-top: 10px;font-size: 24px;width: 100%;\">Country Holidays Information:</h2>\r\n<p>Four countries make up the United Kingdom: England, Wales, Scotland, and Northern Ireland. The public holidays popularly known as bank holidays are a debatable subject in the UK as not every country agrees to the definition that constitutes such a holiday. Most of these holidays are influenced by culture, religions, and the specific country’s history. </p>\r\n\r\n<p>The UK has 16 public holidays, out of which only eight are uniformly celebrated in all the four countries. Most of the uniform holidays are religious related. For instance, England and Wales often celebrate certain holidays that are not considered bank holidays in Scotland and Northern Ireland. </p>\r\n\r\n<p>Some countries have special days where it is a day off to all employees, and this is in addition to the UK bank holidays that are observed throughout the UK. During the specific country holidays, most businesses, schools, and organizations are closed. However, most employers are not obliged to give complete off days for all the holidays. </p>\r\n'),(1577,'COUNTRY-HOLIDAYS','NEWS','EN',''),(1578,'ENGLAND-HOLIDAYS','SE_AREA_TITLE','EN','England Holidays'),(1579,'NORTHERN-IRELAND-HOLIDAYS','SE_AREA_TITLE','EN','Northern Ireland Holidays'),(1580,'SCOTLAND-HOLIDAYS','SE_AREA_TITLE','EN','Scotland Holidays'),(1581,'WALES-HOLIDAYS','SE_AREA_TITLE','EN','Wales Holidays'),(1582,'EARLY-MAY-BANK-HOLIDAY-VE-DAY','SE_AREA_TITLE','EN','Early May Bank Holiday VE Day'),(1583,'EASTER-TUESDAY','SE_AREA_TITLE','EN','Easter Tuesday'),(1584,'GENERIC','POPULAR_TEMPLATES','EN','POPULAR TEMPLATES'),(1585,'CALENDAR-ENGLAND-HOLIDAYS','SE_DESCRIPTION','EN','Here is the complete list of ~{SE_YEAR}~ bank holiday calendar and festivals observed in England, UK. Check the upcoming England holidays calendar and plan accordingly.'),(1586,'CALENDAR-ENGLAND-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~- England Holidays - ~{SE_BRAND}~'),(1587,'GENERIC','ENGLAND','EN','England'),(1588,'CALENDAR-NORTHERN-IRELAND-HOLIDAYS','SE_DESCRIPTION','EN','Here is the list of ~{SE_YEAR}~ bank holiday calendar and festivals observed in Northern Ireland. Check the upcoming Northern Ireland holidays calendar and plan accordingly.'),(1589,'CALENDAR-NORTHERN-IRELAND-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Northern Ireland Holidays - ~{SE_BRAND}~'),(1590,'GENERIC','NORTHERN-IRELAND','EN','Northern Ireland'),(1591,'CALENDAR-SCOTLAND-HOLIDAYS','SE_DESCRIPTION','EN','Here is the full list of ~{SE_YEAR}~ bank holiday calendar and festivals observed in Scotland, UK. Check the forthcoming Wales holidays calendar and plan accordingly.\r\n'),(1592,'CALENDAR-SCOTLAND-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Scotland Holidays - ~{SE_BRAND}~'),(1593,'GENERIC','SCOTLAND','EN','Scotland'),(1594,'CALENDAR-WALES-HOLIDAYS','SE_DESCRIPTION','EN','Here is the full list of ~{SE_YEAR}~ bank holiday calendar and festivals observed in Wales, UK. Check the upcoming Wales holidays calendar and plan accordingly.'),(1595,'CALENDAR-WALES-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Wales Holidays - ~{SE_BRAND}~'),(1596,'GENERIC','WALES','EN','Wales'),(1597,'CALENDAR-WALES-HOLIDAYS','SE_AREA_TITLE','EN','Wales Holidays'),(1598,'CALENDAR-SCOTLAND-HOLIDAYS','SE_AREA_TITLE','EN','Scotland Holidays'),(1599,'CALENDAR-NORTHERN-IRELAND-HOLIDAYS','SE_AREA_TITLE','EN','Northern Ireland Holidays'),(1600,'CALENDAR-ENGLAND-HOLIDAYS','SE_AREA_TITLE','EN','England Holidays'),(1601,'REGION','HEADING','EN','WHEN ARE NEXT PUBLIC HOLIDAYS IN ~{AREA}~ ?'),(1603,'REGION','SUB-HEADING','EN','NATIONAL AND REGIONAL PUBLIC HOLIDAYS IN ~{AREA}~ ~{SE_YEAR}~'),(1604,'BOXING-DAY-HOLIDAY','SE_AREA_TITLE','EN','Boxing Day Holiday'),(1618,'BARCLAYS-BANK-HOLIDAYS','SE_AREA_TITLE','EN','Barclays Bank Holidays'),(1619,'BARCLAYS-BANK-HOLIDAYS','SE_DESCRIPTION','EN','Here is the list of Barclays Bank holidays for the year ~{SE_YEAR}~. Check when the Barclays Bank is open or closed for business and plan accordingly.'),(1620,'BARCLAYS-BANK-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Barclays Bank - ~{SE_BRAND}~'),(1621,'CLYDESDALE-BANK-HOLIDAYS','SE_AREA_TITLE','EN','Clydesdale Bank Holidays'),(1624,'CLYDESDALE-BANK-HOLIDAYS','SE_DESCRIPTION','EN','Here is the list of Clydesdale Bank holidays for the year ~{SE_YEAR}~. Check when the Clydesdale Bank is open or closed for business and plan accordingly.'),(1625,'CLYDESDALE-BANK-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Clydesdale Bank - ~{SE_BRAND}~'),(1629,'HSBC-UK-BANK-HOLIDAYS','SE_AREA_TITLE','EN','HSBC UK Bank Holidays'),(1630,'HSBC-UK-BANK-HOLIDAYS','SE_DESCRIPTION','EN','Here is the list of HSBC UK Bank holidays for the year ~{SE_YEAR}~. Check when the HSBC UK Bank is open or closed for business and plan accordingly.'),(1631,'HSBC-UK-BANK-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ HSBC UK Bank - ~{SE_BRAND}~'),(1632,'LLOYDS-BANK-HOLIDAYS','SE_AREA_TITLE','EN','LLOYDS Bank Holidays'),(1633,'LLOYDS-BANK-HOLIDAYS','SE_DESCRIPTION','EN','Here is the list of LLOYDS Bank holidays for the year ~{SE_YEAR}~. Check when the LLOYDS Bank is open or closed for business and plan accordingly.'),(1635,'LLOYDS-BANK-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ LLOYDS Bank - ~{SE_BRAND}~'),(1636,'NATIONWIDE-BANK-HOLIDAYS','SE_AREA_TITLE','EN','Nationwide Bank Holidays'),(1637,'NATIONWIDE-BANK-HOLIDAYS','SE_DESCRIPTION','EN','Here is the list of Nationwide Bank holidays for the year ~{SE_YEAR}~. Check when the Nationwide Bank is open or closed for business and plan accordingly.'),(1638,'NATIONWIDE-BANK-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Nationwide Bank - ~{SE_BRAND}~'),(1639,'ROYAL-BANK-OF-SCOTLAND-HOLIDAYS','SE_AREA_TITLE','EN','Royal Bank of Scotland Holidays'),(1640,'ROYAL-BANK-OF-SCOTLAND-HOLIDAYS','SE_DESCRIPTION','EN','Here is the list of Royal Bank of Scotland holidays for the year ~{SE_YEAR}~. Check when the Royal Bank of Scotland is open or closed for business and plan accordingly.'),(1641,'ROYAL-BANK-OF-SCOTLAND-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Royal Bank of Scotland - ~{SE_BRAND}~'),(1642,'TSB-BANK-HOLIDAYS','SE_AREA_TITLE','EN','TSB Bank Holidays'),(1643,'TSB-BANK-HOLIDAYS','SE_DESCRIPTION','EN','Here is the list of TSB Bank holidays for the year ~{SE_YEAR}~. Check when TSB Bank is open or closed for business and plan accordingly.'),(1644,'TSB-BANK-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ TSB Bank - ~{SE_BRAND}~'),(1645,'YORKSHIRE-BANK-HOLIDAYS','SE_AREA_TITLE','EN','Yorkshire Bank Holidays'),(1646,'YORKSHIRE-BANK-HOLIDAYS','SE_DESCRIPTION','EN','Here is the list of Yorkshire Bank holidays for the year ~{SE_YEAR}~. Check when Yorkshire Bank is open or closed for business and plan accordingly.'),(1647,'YORKSHIRE-BANK-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Yorkshire Bank - ~{SE_BRAND}~'),(1648,'DAILY-PLANNER-TEMPLATES','DAILY_HOURLY_PLANNER_HEADING','EN',' DAILY HOURLY PLANNER'),(1650,'DAILY-PLANNER-TEMPLATES','DAILY_HOURLY_PLANNER_TEXT','EN','<p>If you tend to have many tasks requiring your attention every hour, our free downloadable Daily Hourly Planner is what you need. The planner allows you to organize your schedule per hour or as it demands. You can also list down your to-do lists in the priority order you would like to handle them. Most importantly, the notes section in this planner is your handy tool for ideas that pop up amidst your daily hustles. </p>'),(1651,'DAILY-PLANNER-TEMPLATES','PRINTABLE_DAILY_PLANNER_HEADING','EN','PRINTABLE DAILY PLANNER'),(1652,'DAILY-PLANNER-TEMPLATES','PRINTABLE_DAILY_PLANNER_TEXT','EN','<p>For a detailed everyday planner that keeps you on toes with all the schedules, download the Printable Daily planner from us. The planner allows you to do a quick write up for your day task summary and what you need to be achieved as well the to-do list for each day. The plan to action section will help you organize tasks into what needs to be done in the morning and afternoons. Most importantly, you can customize this planner according to your needs. </p>'),(1653,'UK-HOLIDAYS','NOTES','EN','<p>The public holidays in the UK are commonly referred to as bank holidays. The United Kingdom comprises four countries, and the holidays may vary depending on the region. The bank holidays are evenly spread throughout to mark special events such as historical and religious commemorations. </p>\r\n\r\n<p>The Banking and Financial Dealings Act 1971 defines the bank holidays and changes them if need be. Her Majesty, the queen, has the authority to grant a national holiday for celebration or mourning. Recently, she used her powers to proclaim a holiday in celebration of her grandsons’ weddings. </p>\r\n\r\n<p>Bank holidays are a day off to the people in the UK, and most organizations and non-essential providers close down for business. Most tourist attractions and picnic sites remain open throughout the public holidays. The public transport is likely to be affected and therefore offer reduced services. </p>\r\n\r\n<p>Employers are not legally mandated to give an automatic paid leave to their workers. The labor laws provide employers an option to give a paid day off in place of the public holidays. Most employers prefer the option of paying premium payments to keep their businesses going on other dates. </p>\r\n\r\n<p>Usually, if a bank holiday falls on a weekend, the observance is postponed to the next weekday, usually on a Monday. This day is referred to as the substitute public holiday or just the observed holiday. </p>\r\n'),(1654,'ENGLAND-HOLIDAYS','SE_DESCRIPTION','EN','Here is the full list of ~{SE_YEAR}~ bank holidays and festivals observed in England, UK. Check the upcoming England holidays and plan your vacation accordingly.'),(1655,'ENGLAND-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ England Country Holidays - ~{SE_BRAND}~'),(1656,'NORTHERN-IRELAND-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Northern Ireland Country Holidays - ~{SE_BRAND}~'),(1657,'NORTHERN-IRELAND-HOLIDAYS','SE_DESCRIPTION','EN','Here is the full list of ~{SE_YEAR}~ bank holidays and festivals observed in Northern Ireland, UK. Check the forthcoming Northern Ireland holidays and plan accordingly.'),(1658,'WALES-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Wales Country Holidays - ~{SE_BRAND}~'),(1659,'SCOTLAND-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Scotland Country Holidays - ~{SE_BRAND}~'),(1660,'WALES-HOLIDAYS','SE_DESCRIPTION','EN','Here is the entire list of ~{SE_YEAR}~ bank holidays and festivals observed in Wales, UK. Check the upcoming Wales holidays and organize your vacation accordingly.'),(1661,'SCOTLAND-HOLIDAYS','SE_DESCRIPTION','EN','Here is the complete list of ~{SE_YEAR}~ bank holidays and festivals observed in Scotland, UK. Check the upcoming Scotland holidays and organize them consequently.'),(1662,'BATTLE-OF-THE-BOYNE','SE_TITLE','EN','~{SE_YEAR}~Battle of the Boyne Holiday -~{SE_BRAND}~'),(1663,'BATTLE-OF-THE-BOYNE','SE_DESCRIPTION','EN','Battle of Boyne is also known as Orange Day, Glorious Twelfth, Orangemen’s Day, or Twelfth Day. It commemorates a historic battle between King James II and William III in the quest to control Ireland. '),(1664,'GUY-FAWKES-DAY','SE_DESCRIPTION','EN','Guy Fawkes Night is a Bonfire and Fireworks Night. It is celebrated annually on 5 November, primarily in the United Kingdom.'),(1665,'GUY-FAWKES-DAY','SE_TITLE','EN','~{SE_YEAR}~ Guy Fawkes Day -~{SE_BRAND}~'),(1667,'DUSSHERA','SE_AREA_TITLE','EN','Dusshera'),(1668,'SECOND-PASSOVER','SE_AREA_TITLE','EN','Second Passover'),(1670,'ST-PATRICKS-DAY','SE_AREA_TITLE','EN','St Patricks Day'),(1672,'POST','HEADING','EN','WHEN ARE NEXT ~{AREA}~ HOLIDAYS ?'),(1674,'POST','SUB-HEADING','EN','Post Office Holiday Schedule ~{SE_YEAR}~'),(1676,'ROYAL-MAIL-HOLIDAYS','SE_AREA_TITLE','EN','Royal Mail Holidays'),(1677,'ST-PATRICKS-DAY-NIR','SE_AREA_TITLE','EN','St Patrick\'s Day (NIR)'),(1678,'DUSSEHRA','SE_AREA_TITLE','EN','Dussehra'),(1679,'2ND-JANUARY','SE_AREA_TITLE','EN','2nd January'),(1680,'BATTLE-OF-THE-BOYNE','SE_AREA_TITLE','EN','Battle of the Boyne'),(1681,'UK-HOLIDAYS','SE_DESCRIPTION','EN','Here you can get information about UK holidays. We provide the list of ~{SE_YEAR}~ public & regional holidays with breif description.'),(1682,'COUNTRY-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Country Holidays -~{SE_BRAND}~'),(1683,'COUNTRY-HOLIDAYS','SE_DESCRIPTION','EN','We are providing UK country holiday information with a brief description. You can find out the regional holidays of a specific state easily.'),(1684,'MAY-SPRING-BANK-HOLIDAY','SE_DESCRIPTION','EN','The Spring Bank Holiday is sometimes referred to as Late May Bank Day and it falls at the end of May. It is a bank and a day off for the general public in the UK.'),(1685,'MAY-SPRING-BANK-HOLIDAY','SE_TITLE','EN','~{SE_YEAR}~ May Spring Bank Holiday -~{SE_BRAND}~'),(1686,'UK-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ UK Holidays -~{SE_BRAND}~'),(1687,'2ND-JANUARY-SCT','SE_AREA_TITLE','EN','2nd January (SCT)'),(1688,'EASTER-MONDAY-ENG-NIR-WAL','SE_AREA_TITLE','EN','Easter Monday (Eng, NIR, Wal)'),(1689,'BATTLE-OF-THE-BOYNE-NIR','SE_AREA_TITLE','EN','Battle Of The Boyne (NIR)'),(1690,'SUMMER-BANK-HOLIDAY-ENG-NIR-WAL','SE_AREA_TITLE','EN','Summer Bank Holiday (Eng,NIR,Wal)'),(1691,'ST-ANDREWS-DAY-SCT','SE_AREA_TITLE','EN','St Andrew\'s Day (SCT)'),(1692,'GENERIC','BARCLAYS-BANK','EN','Barclays Bank'),(1693,'GENERIC',' YORKSHIRE-BANK','EN','Yorkshire Bank'),(1694,'GENERIC','CLYDESDALE-BANK','EN','Clydesdale Bank'),(1695,'GENERIC','HSBC-UK-BANK','EN','HSBC UK Bank'),(1696,'GENERIC','LLOYDS-BANK','EN','Lloyds Bank'),(1697,'GENERIC','NATIONWIDE-BANK','EN','Nationalwide Bank'),(1698,'GENERIC','ROYAL-BANK-OF-SCOTLAND','EN','Royal Bank of Scotland'),(1699,'GENERIC','TSB-BANK','EN','TSB Bank'),(1700,'NATWEST-BANK-HOLIDAYS','SE_DESCRIPTION','EN','Here is the list of Natwest Bank holidays for the year ~{SE_YEAR}~. Check when Natwest Bank is open or closed for business and plan accordingly.'),(1701,'NATWEST-BANK-HOLIDAYS','SE_TITLE','EN','~{SE_YEAR}~ Natwest Bank holidays - ~{SE_BRAND}~'),(1702,'NATWEST-BANK-HOLIDAYS','SE_AREA_TITLE','EN','Natwest Bank holidays '),(1703,'ST-PATRICK\'S-DAY','SE_AREA_TITLE','EN','Natwest Bank holidays '),(1704,'CHRISTMAS-DAY-HOLIDAY','SE_AREA_TITLE','EN','Christmas Day Holiday'),(1705,'THE-17TH-OF-TAMMUZ','SE_AREA_TITLE','EN','The 17th of Tammuz'),(1706,'HOSHANAH-RABBAH','SE_AREA_TITLE','EN','Hoshanah Rabbah'),(1707,'MONTHLY-CALENDAR-TEMPLATES','MONTHLY_KID_KINDERGARTEWN_CALENDAR_TEMPLATE_HEADING','EN','~{SE_YEAR}~ MONTHLY KID KINDERGARTEN CALENDAR TEMPLATE'),(1708,'MONTHLY-CALENDAR-TEMPLATES','MONTHLY_KID_KINDERGARTEWN_CALENDAR_TEMPLATE_TEXT','EN','<p>The floral design monthly planner will keep your mood happy all month long. The cute and simple design makes it perfect for adults and children. Record all of your monthly projects and important information that you don\'t want to skip during the month. The monthly calendar has UK public holidays simply mentioned in a different color to help you organize your monthly schedule. </p>'),(1709,'CHRISTMAS-HOLIDAY','SE_AREA_TITLE','EN','Christmas Holiday'),(1710,'ANZAC-DAY','SE_AREA_TITLE','EN','Anzac Day'),(1711,'GURU-HAR-RAI-BIRTHDAY','SE_AREA_TITLE','EN','Guru Har Rai Birthday'),(1712,'ST-PATRICKS-DAY-HOLIDAY','SE_AREA_TITLE','EN','St. Patrick\'s Day Holiday'),(1713,'NEW-YEAR-HOLIDAY','SE_AREA_TITLE','EN','New Year'),(1714,'BATTLE-OF-THE-BOYNE-HOLIDAY-NIR','SE_AREA_TITLE','EN','Battle of the Boyne Holiday (NIR)'),(1715,'ST-ANDREWS-DAY-HOLIDAY-SCT','SE_AREA_TITLE','EN','St. Andrew\'s Day (SCT)');
/*!40000 ALTER TABLE `uk_locale` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Dumping routines for database 'calendarholidays_uk'
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2023-12-18 16:28:43
|