Use Swagger to trigger calculation first, then view data here by year/month.
Use Swagger to trigger calculation first, then view data by year + month (month is mapped to quarter).
Year
Month
@@ -252,8 +252,8 @@
{ key: "product_id", label: "Product ID" },
{ key: "product_hs_code", label: "HS Code" },
{ key: "year", label: "Year" },
- { key: "month", label: "Month" },
- { key: "month_name", label: "Month Name" },
+ { key: "quarter", label: "Quarter" },
+ { key: "quarter_name", label: "Quarter Name" },
{ key: "production_quantity", label: "Production Qty" },
{ key: "unit", label: "Unit" },
];
@@ -264,10 +264,10 @@
{ key: "product_hs_code", label: "HS Code" },
{ key: "base_year", label: "Base Year" },
{ key: "avg_by_production", label: "Avg Base Year Prod." },
- { key: "jan", label: "Jan" }, { key: "feb", label: "Feb" }, { key: "mar", label: "Mar" },
- { key: "apr", label: "Apr" }, { key: "may", label: "May" }, { key: "jun", label: "Jun" },
- { key: "jul", label: "Jul" }, { key: "aug", label: "Aug" }, { key: "sep", label: "Sep" },
- { key: "oct", label: "Oct" }, { key: "nov", label: "Nov" }, { key: "dec", label: "Dec" },
+ { key: "q1", label: "Q1" },
+ { key: "q2", label: "Q2" },
+ { key: "q3", label: "Q3" },
+ { key: "q4", label: "Q4" },
];
}
return [
diff --git a/ipidev_correctly_working_sample.sql b/ipidev_correctly_working_sample.sql
new file mode 100644
index 0000000..94d6f4c
--- /dev/null
+++ b/ipidev_correctly_working_sample.sql
@@ -0,0 +1,2792 @@
+# ************************************************************
+# Antares - SQL Client
+# Version 0.7.35
+#
+# https://antares-sql.app/
+# https://github.com/antares-sql/antares
+#
+# Host: 45.198.14.220 ((Ubuntu) 8.0.45)
+# Database: ipidev
+# Generation time: 2026-04-18T09:00:22+05:30
+# ************************************************************
+
+
+/*!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 */;
+SET NAMES utf8mb4;
+/*!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 */;
+
+
+# Dump of table admin_users
+# ------------------------------------------------------------
+
+DROP TABLE IF EXISTS `admin_users`;
+
+CREATE TABLE `admin_users` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL,
+ `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL,
+ `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL,
+ `createdAt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
+ `updatedAt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
+ `last_login` datetime DEFAULT NULL,
+ `reset_otp` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `reset_otp_expires_at` datetime DEFAULT NULL,
+ `login_otp` varchar(255) DEFAULT NULL,
+ `login_otp_expires_at` datetime DEFAULT NULL,
+ `is_active` tinyint DEFAULT '1',
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `email` (`email`)
+) ENGINE=InnoDB AUTO_INCREMENT=108 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
+
+LOCK TABLES `admin_users` WRITE;
+/*!40000 ALTER TABLE `admin_users` DISABLE KEYS */;
+
+INSERT INTO `admin_users` (`id`, `name`, `email`, `password`, `createdAt`, `updatedAt`, `last_login`, `reset_otp`, `reset_otp_expires_at`, `login_otp`, `login_otp_expires_at`, `is_active`) VALUES
+ (1, "Gowtham Manavalan", "gowtham@venbainfotech.com", "$2b$10$FI6Xf5zTRVaT3H9lE9rD9.hYwmJEq6wnDiwr4bifRnyOsDz6Yba5u", "2026-01-07 06:04:50", "2026-01-07 06:04:50", "2025-11-20 12:38:47", NULL, NULL, "$2b$10$8UmYSWrT/YiwcARgZn/O5OV2X355wZsHhtsJCL7bMstdJyzJf09Em", "2026-01-06 12:40:33", 1),
+ (6, "John Doe", "gowtham.manavalan@gmail.com", "$2b$10$IrnU53Kf3gwiHz/qZ1oGZO/2RDOI2BmDkxPaFFuLOw8Yocr5lFtfG", "2026-01-07 06:04:46", "2026-01-07 06:04:46", NULL, NULL, NULL, "$2b$10$hwBZh3EerioV3NyEqka3yOPXDGywrDrtMSOhXhHnaoRSqcyuA8uMW", "2026-01-06 13:38:23", 1),
+ (10, "MaliniV", "malinisaran1999@gmail.com", "$2b$10$NH6cH3UeeOjeu5eh5.YVDuNwRnqNKSU0vJgylb/NgfeXytalMrk.G", "2026-01-19 04:17:10", "2026-01-19 04:17:10", "2026-01-19 04:17:10", "$2b$10$mOITr5N2sVwFH8UKHeaN3.GGmcMYBhUDK3U05.KA08/rv2rR/d/WC", "2025-12-18 12:07:51", "$2b$10$dzsXkbE7CJay9qc0mKAuZun5JliXtU968Q3TyUe/pt9qbs41DaQca", "2026-01-19 04:27:10", 1),
+ (43, "John Doe", "john@example.com", "$2b$10$tHC7SAtobXhnUixcZ6w7Lez0DRggLoKrG75e0QY70WHs44xmYTNDG", "2025-12-08 11:09:56", "2025-12-08 11:09:56", "2025-12-08 11:09:56", NULL, NULL, NULL, NULL, 1),
+ (44, "Malini", "rrd@gmail.com", "$2b$10$cvaKEidueLEMzYFzdyIcqeTAmft3QPEd6M7qXOtP4OXXEqB5KsidO", "2025-11-27 12:20:51", "2025-11-27 12:20:51", NULL, NULL, NULL, NULL, NULL, 0),
+ (65, "Gayat", "support44@yopmail.com", "$2b$10$rJaTpboCh.Toe0/ujF09JOzNo1ItK13lPXoBzTai2M/5cCqUjk3ma", "2025-11-09 17:36:30", "2025-11-18 14:53:44", NULL, NULL, NULL, NULL, NULL, 1),
+ (66, "Kiruthika S", "kiruthika.s@gmail.com", "$2b$10$HROgQPZusqi.HJ2kx7G9de6IuU51nmCynSPJg6ddW4q5xGYGqLfOq", "2026-02-09 05:14:57", "2026-02-09 05:14:57", NULL, NULL, NULL, NULL, NULL, 1),
+ (70, "tt217", "yrt7@gmail.com", "$2b$10$uBeN78T8ENWXVcUg8e9tAuaY74NJVQsYLbehDpfbDdz3zTyVcrLA2", "2025-11-18 13:59:36", "2025-11-19 04:48:01", NULL, NULL, NULL, NULL, NULL, 1),
+ (72, "Malini", "malini@sightspectrum.com", "$2b$10$y/qYfRho7BRfNchNf4ALN.a1aq.4Fi9Xxz6NXyWhW/RZk1VvPUmbm", "2026-04-17 06:19:18", "2026-04-17 06:19:18", "2026-04-17 06:18:54", NULL, NULL, NULL, NULL, 1),
+ (75, "Testingmm", "balajir@sightspectrum.in", "$2b$10$8iQRkig74UK3A5UDEyh9dOI4Wt36BzI2NiYGE44eIriksmsMKI.1a", "2026-01-30 06:59:16", "2026-01-30 06:59:16", "2026-01-30 06:59:15", "$2b$10$1dilJrNUb41bGTRTAlm2B.dXc8kG.VHUhGCm2zrz/ysyiMV8nVSjO", "2026-01-21 07:20:55", "$2b$10$bbpRCyVNWZzxux38jWu5xeAzrQzjnxjwksYsAVURgc/W2PR36RNDm", "2026-01-30 07:09:16", 1),
+ (76, "Bhavin", "bhavinkumar.chandulal@fcsc.gov.ae", "$2b$10$NH6cH3UeeOjeu5eh5.YVDuNwRnqNKSU0vJgylb/NgfeXytalMrk.G", "2026-01-13 06:07:29", "2026-01-13 06:07:29", NULL, NULL, NULL, NULL, NULL, 1),
+ (77, "string", "string", "$2b$10$toz/v/PJg3wEwquAhpWBFeze2lzk14ENEmlsOuZ6l6Epk4zHpMK2K", "2025-12-04 08:57:31", "2025-12-04 08:57:31", NULL, NULL, NULL, NULL, NULL, 1),
+ (78, "Vel", "vel@gmail.com", "$2b$10$MLg9bPfqRMLcUV8TKnn5WualC49kYgjjk4Qu8rLoEqEMugy/oZZ1G", "2025-12-04 09:35:57", "2025-12-04 09:35:57", NULL, NULL, NULL, NULL, NULL, 1),
+ (79, "Testingbymalini", "Testingbmalinii@gmail.com", "$2b$10$AHv29rl0gSw7vudIWTtRxuLY9W6k1su7p/jKHg2PUI27Rthqmksna", "2025-12-04 16:37:39", "2025-12-04 16:37:39", NULL, NULL, NULL, NULL, NULL, 1),
+ (82, "GeethaThanapal", "geethanapal@gmail.com", "$2b$10$chBEC9WXBwvNs41uM8CXuu1Q3we7aDQ1nsXwGE87yfJrHbPxX.uuu", "2025-12-08 07:07:04", "2025-12-08 07:07:04", NULL, NULL, NULL, NULL, NULL, 1),
+ (85, "ujjyu", "ujji@gmail.com", "$2b$10$jQmCEhfBb/poEvjpamR7guRYVS5H1r1c7chkcx0dBP6x1eMjgZ/q.", "2025-12-08 07:24:54", "2025-12-08 07:24:54", NULL, NULL, NULL, NULL, NULL, 1),
+ (86, "test9000", "test900@gmail.com", "$2b$10$d0B.BfJMfZaGqwra3n.y2ObWMIpdxhQkm76pLCIXEHn6xlS8f1T2q", "2025-12-19 06:31:36", "2025-12-19 06:31:36", "2025-12-08 12:10:11", NULL, NULL, NULL, NULL, 1),
+ (91, "GeethaT", "hth@gmail.com", "$2b$10$BrkFgPKDfshRSlo.xvGf0.d0L4LdowbmCH.6ftdf3yX77x20qZZh2", "2026-02-01 15:12:00", "2026-02-01 15:12:00", "2026-02-01 15:10:10", "$2b$10$7VlQMav92/L.eDPzj07hW./txR2ruEFKrpY/uLELO5tXOEJ0tNp2m", "2026-01-20 14:00:36", NULL, NULL, 0),
+ (92, "S.Priyanka", "spriyanka@sightspectrum.com", "$2b$10$mFwe0B0dpCAsuG/FcegbIOmeBgxiIQo8YhaYcWckKnCMzItc7PeKW", "2026-01-09 09:46:22", "2026-01-09 09:46:22", "2026-01-09 09:46:22", NULL, NULL, "$2b$10$r5omETJwApkNKjs4WjLwUemDr1Xm/8XiNb0VJNm3s2pcJkWSgiwX6", "2026-01-09 09:56:22", 1),
+ (97, "Priyanka", "sspriyanka@sightspectrum.com", "$2b$10$Uv1d/HPEWU7BgEmbSHsd4eInud4DDGlTW0YzD12Qa5JG9e/bj8Mb6", "2026-01-14 11:31:51", "2026-01-14 11:31:51", NULL, NULL, NULL, NULL, NULL, 1),
+ (99, "Priyanka", "sssspriyanka@sightspectrum.com", "$2b$10$8tEPWImbJoQU/GBA3b80dOEMuu35ydWhzZTGJqS8rYq.lCH6nmNWu", "2026-01-14 11:38:35", "2026-01-14 11:38:35", NULL, NULL, NULL, NULL, NULL, 1),
+ (100, "Priyankaaa", "priyankseenuvasan75@gmail.com", "$2b$10$wBDGbK4yVsx577x/R9m7NeW0qgsI2kFsBsiC.6lEurSqZm3Z3Brvm", "2026-01-14 11:57:06", "2026-01-14 11:57:06", NULL, NULL, NULL, NULL, NULL, 1),
+ (101, "geetha", "gt@gmail.com", "$2b$10$uSuRYEFXW6uvP/K3t7wOKO1Xa0ejhrGXNpVS1a5Mxxj1kW1neplQy", "2026-01-14 12:06:23", "2026-01-14 12:06:23", NULL, NULL, NULL, NULL, NULL, 1),
+ (102, "Priyanka Admin", "priyankaseenuvasan75@gmail.com", "$2b$10$jRNLkhaMphZi.aoMXsI/iOTlRgPlNJyHvxSPfJ/JMNOrGfL5skoI.", "2026-03-31 12:49:05", "2026-03-31 12:49:05", "2026-03-31 12:49:05", "$2b$10$EHVz4Nxpq05.89vBSIPB.uAqX1iSuWRxt6enq9uIYiup9AFNWxS0G", "2026-01-20 14:16:30", "$2b$10$.wrhxV8Z4MXNilDGmKJ8q.dZfDVOPJhwtnX9ny/3D.9IVznr.K.g6", "2026-03-31 12:59:05", 1),
+ (103, "Prem", "premr@sightspectrum.com", "$2b$10$ORa6BPtEdPZtZufvkRj3euzcV8Ket7dQfJS4IUd.okezXualoqxz.", "2026-02-24 12:46:29", "2026-02-24 12:46:29", "2026-02-24 12:46:29", "$2b$10$LPjQMIRUEfA15ti5d26XC.aSLkVfdtekfR8sOdsHwWRP748NJYwiq", "2026-01-17 05:10:16", "$2b$10$cxrQB3TV40pMA0j63ZP2Le8y7teMRnNI6JyBJZ8e9S31Bgh69/UL6", "2026-02-24 12:56:29", 1),
+ (105, "Kannan", "kannan@sightspectrum.com", "$2b$10$3RqbOfpdMZ1u/6Pp0FPat.XfrjmbOqB30np564Gd3RxSPFwS8vS0u", "2026-01-19 10:52:23", "2026-01-19 10:52:23", "2026-01-19 10:50:54", NULL, NULL, NULL, NULL, 1),
+ (106, "Gayathri", "gayathria@sightspectrum.in", "$2b$10$N5xWehBU1qbvpYxgCka82uqeV4VPfvzJXI7HcsIBWIFjgXY/fbp8C", "2026-01-27 06:46:54", "2026-01-27 06:46:54", "2026-01-27 06:46:54", NULL, NULL, "$2b$10$eFNJSLfDG7DtKWKoHekseeLy7labWKeW5vFOKpiGwiAaLvgkD.QVq", "2026-01-27 06:56:54", 1);
+
+/*!40000 ALTER TABLE `admin_users` ENABLE KEYS */;
+UNLOCK TABLES;
+
+
+
+# Dump of table base_year_production
+# ------------------------------------------------------------
+
+DROP TABLE IF EXISTS `base_year_production`;
+
+CREATE TABLE `base_year_production` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `product_id` int NOT NULL,
+ `product_hs_code` varchar(50) DEFAULT NULL,
+ `base_year` int NOT NULL DEFAULT '2022',
+ `unit` varchar(50) DEFAULT NULL,
+ `q1` decimal(15,2) DEFAULT NULL,
+ `q2` decimal(15,2) DEFAULT NULL,
+ `q3` decimal(15,2) DEFAULT NULL,
+ `q4` decimal(15,2) DEFAULT NULL,
+ `jan` decimal(15,2) DEFAULT '0.00',
+ `feb` decimal(15,2) DEFAULT '0.00',
+ `mar` decimal(15,2) DEFAULT '0.00',
+ `apr` decimal(15,2) DEFAULT '0.00',
+ `may` decimal(15,2) DEFAULT '0.00',
+ `jun` decimal(15,2) DEFAULT '0.00',
+ `jul` decimal(15,2) DEFAULT '0.00',
+ `aug` decimal(15,2) DEFAULT '0.00',
+ `sep` decimal(15,2) DEFAULT '0.00',
+ `oct` decimal(15,2) DEFAULT '0.00',
+ `nov` decimal(15,2) DEFAULT '0.00',
+ `dec` decimal(15,2) DEFAULT '0.00',
+ `avg_by_production` decimal(15,2) NOT NULL,
+ `created_at` datetime DEFAULT CURRENT_TIMESTAMP,
+ `updated_at` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `unique_product_year` (`product_id`,`base_year`),
+ KEY `idx_product` (`product_id`),
+ KEY `idx_hs_code` (`product_hs_code`)
+) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
+
+LOCK TABLES `base_year_production` WRITE;
+/*!40000 ALTER TABLE `base_year_production` DISABLE KEYS */;
+
+INSERT INTO `base_year_production` (`id`, `product_id`, `product_hs_code`, `base_year`, `unit`, `q1`, `q2`, `q3`, `q4`, `jan`, `feb`, `mar`, `apr`, `may`, `jun`, `jul`, `aug`, `sep`, `oct`, `nov`, `dec`, `avg_by_production`, `created_at`, `updated_at`) VALUES
+ (1, 1, "16029010", 2022, NULL, 4819910, 7580503, 54760136, 7583034, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18685895.75, "2026-04-17 13:34:36", "2026-04-17 13:34:36"),
+ (2, 2, "2071400", 2022, NULL, 43300360, 48445702, 31545347, 51098236, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 43597411.25, "2026-04-17 13:34:36", "2026-04-17 13:34:36"),
+ (3, 3, "16010030", 2022, NULL, 552495652, 641527030, 663344641, 569229032, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 606649088.75, "2026-04-17 13:34:36", "2026-04-17 13:34:36"),
+ (4, 4, "2013000", 2022, NULL, 75648765, 7768596, 7125987, 7234567, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24444478.75, "2026-04-17 13:34:36", "2026-04-17 13:34:36"),
+ (5, 5, "16052100", 2022, NULL, 800144512, 824224504, 815220224, 835119414, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 818677163.5, "2026-04-17 13:34:36", "2026-04-17 13:34:36"),
+ (6, 6, "3054100", 2022, NULL, 7202227030, 7511475104, 7452101822, 7630186218, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7448997543.5, "2026-04-17 13:34:36", "2026-04-17 13:34:36"),
+ (7, 7, "16023200", 2022, NULL, 75736494, 74957348, 76318604, 77556113, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 76142139.75, "2026-04-17 13:34:36", "2026-04-17 13:34:36"),
+ (8, 8, "2042100", 2022, NULL, 11651178281, 12893951532, 11949553890, 13465065379, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12489937270.5, "2026-04-17 13:34:36", "2026-04-17 13:34:36"),
+ (9, 9, "2072700", 2022, NULL, 2758827531, 3100229349, 2980977785, 3188650549, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3007171303.5, "2026-04-17 13:34:36", "2026-04-17 13:34:36"),
+ (10, 10, "3019100", 2022, NULL, 573211768, 580171341, 592332919, 570713774, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 579107450.5, "2026-04-17 13:34:36", "2026-04-17 13:34:36"),
+ (11, 11, "3061700", 2022, NULL, 67489524, 68552202, 67113745, 68918289, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 68018440, "2026-04-17 13:34:36", "2026-04-17 13:34:36");
+
+/*!40000 ALTER TABLE `base_year_production` ENABLE KEYS */;
+UNLOCK TABLES;
+
+
+
+# Dump of table calculation_log
+# ------------------------------------------------------------
+
+DROP TABLE IF EXISTS `calculation_log`;
+
+CREATE TABLE `calculation_log` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `calculation_type` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT 'base_year, monthly_production, item_index, isic4, isic3, isic2, manufacturing',
+ `reference_year` int NOT NULL,
+ `reference_month` varchar(20) DEFAULT NULL,
+ `status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT 'Started' COMMENT 'Started, Completed, Failed',
+ `records_processed` int DEFAULT '0',
+ `error_message` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci,
+ `started_at` datetime DEFAULT CURRENT_TIMESTAMP,
+ `completed_at` datetime DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `idx_type_status` (`calculation_type`,`status`)
+) ENGINE=InnoDB AUTO_INCREMENT=51 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
+
+LOCK TABLES `calculation_log` WRITE;
+/*!40000 ALTER TABLE `calculation_log` DISABLE KEYS */;
+
+INSERT INTO `calculation_log` (`id`, `calculation_type`, `reference_year`, `reference_month`, `status`, `records_processed`, `error_message`, `started_at`, `completed_at`) VALUES
+ (1, "base_year", 2022, NULL, "Completed", 11, NULL, "2026-04-17 12:03:04", "2026-04-17 12:03:04"),
+ (2, "monthly_production", 2025, "1", "Completed", 11, NULL, "2026-04-17 12:04:17", "2026-04-17 12:04:17"),
+ (3, "item_level_indices", 2025, "1", "Completed", 11, NULL, "2026-04-17 12:04:17", "2026-04-17 12:04:18"),
+ (4, "isic_4digit_indices", 2025, "1", "Completed", 7, NULL, "2026-04-17 12:04:18", "2026-04-17 12:04:18"),
+ (5, "isic_3digit_indices", 2025, "1", "Completed", 7, NULL, "2026-04-17 12:04:18", "2026-04-17 12:04:18"),
+ (6, "isic_2digit_indices", 2025, "1", "Completed", 6, NULL, "2026-04-17 12:04:18", "2026-04-17 12:04:18"),
+ (7, "manufacturing_ipi", 2025, "1", "Completed", 1, NULL, "2026-04-17 12:04:19", "2026-04-17 12:04:19"),
+ (8, "monthly_production", 2025, "2", "Completed", 11, NULL, "2026-04-17 12:04:23", "2026-04-17 12:04:23"),
+ (9, "item_level_indices", 2025, "2", "Completed", 11, NULL, "2026-04-17 12:04:23", "2026-04-17 12:04:24"),
+ (10, "isic_4digit_indices", 2025, "2", "Completed", 7, NULL, "2026-04-17 12:04:24", "2026-04-17 12:04:24"),
+ (11, "isic_3digit_indices", 2025, "2", "Completed", 7, NULL, "2026-04-17 12:04:24", "2026-04-17 12:04:24"),
+ (12, "isic_2digit_indices", 2025, "2", "Completed", 6, NULL, "2026-04-17 12:04:24", "2026-04-17 12:04:25"),
+ (13, "manufacturing_ipi", 2025, "2", "Completed", 1, NULL, "2026-04-17 12:04:25", "2026-04-17 12:04:25"),
+ (14, "monthly_production", 2025, "3", "Completed", 11, NULL, "2026-04-17 12:04:39", "2026-04-17 12:04:39"),
+ (15, "item_level_indices", 2025, "3", "Completed", 11, NULL, "2026-04-17 12:04:39", "2026-04-17 12:04:39"),
+ (16, "isic_4digit_indices", 2025, "3", "Completed", 7, NULL, "2026-04-17 12:04:39", "2026-04-17 12:04:40"),
+ (17, "isic_3digit_indices", 2025, "3", "Completed", 7, NULL, "2026-04-17 12:04:40", "2026-04-17 12:04:40"),
+ (18, "isic_2digit_indices", 2025, "3", "Completed", 6, NULL, "2026-04-17 12:04:40", "2026-04-17 12:04:40"),
+ (19, "manufacturing_ipi", 2025, "3", "Completed", 1, NULL, "2026-04-17 12:04:40", "2026-04-17 12:04:40"),
+ (20, "monthly_production", 2025, "Q1", "Completed", 11, NULL, "2026-04-17 13:02:45", "2026-04-17 13:02:46"),
+ (21, "item_level_indices", 2025, "Q1", "Completed", 11, NULL, "2026-04-17 13:02:46", "2026-04-17 13:02:46"),
+ (22, "isic_4digit_indices", 2025, "Q1", "Completed", 7, NULL, "2026-04-17 13:02:46", "2026-04-17 13:02:47"),
+ (23, "isic_3digit_indices", 2025, "Q1", "Completed", 7, NULL, "2026-04-17 13:02:47", "2026-04-17 13:02:47"),
+ (24, "isic_2digit_indices", 2025, "Q1", "Completed", 6, NULL, "2026-04-17 13:02:47", "2026-04-17 13:02:47"),
+ (25, "manufacturing_ipi", 2025, "Q1", "Completed", 1, NULL, "2026-04-17 13:02:47", "2026-04-17 13:02:47"),
+ (26, "base_year", 2022, NULL, "Completed", 11, NULL, "2026-04-17 13:34:36", "2026-04-17 13:34:36"),
+ (27, "monthly_production", 2025, "Q1", "Completed", 11, NULL, "2026-04-17 13:35:10", "2026-04-17 13:35:11"),
+ (28, "item_level_indices", 2025, "Q1", "Completed", 11, NULL, "2026-04-17 13:35:11", "2026-04-17 13:35:11"),
+ (29, "isic_4digit_indices", 2025, "Q1", "Completed", 7, NULL, "2026-04-17 13:35:11", "2026-04-17 13:35:11"),
+ (30, "isic_3digit_indices", 2025, "Q1", "Completed", 7, NULL, "2026-04-17 13:35:12", "2026-04-17 13:35:12"),
+ (31, "isic_2digit_indices", 2025, "Q1", "Completed", 6, NULL, "2026-04-17 13:35:12", "2026-04-17 13:35:12"),
+ (32, "manufacturing_ipi", 2025, "Q1", "Completed", 1, NULL, "2026-04-17 13:35:12", "2026-04-17 13:35:12"),
+ (33, "monthly_production", 2025, "Q1", "Completed", 11, NULL, "2026-04-17 13:52:22", "2026-04-17 13:52:22"),
+ (34, "item_level_indices", 2025, "Q1", "Completed", 11, NULL, "2026-04-17 13:52:22", "2026-04-17 13:52:23"),
+ (35, "isic_4digit_indices", 2025, "Q1", "Completed", 7, NULL, "2026-04-17 13:52:23", "2026-04-17 13:52:23"),
+ (36, "isic_3digit_indices", 2025, "Q1", "Completed", 7, NULL, "2026-04-17 13:52:23", "2026-04-17 13:52:23"),
+ (37, "isic_2digit_indices", 2025, "Q1", "Completed", 6, NULL, "2026-04-17 13:52:23", "2026-04-17 13:52:24"),
+ (38, "manufacturing_ipi", 2025, "Q1", "Completed", 1, NULL, "2026-04-17 13:52:24", "2026-04-17 13:52:24"),
+ (39, "monthly_production", 2025, "Q1", "Completed", 11, NULL, "2026-04-17 13:54:27", "2026-04-17 13:54:28"),
+ (40, "item_level_indices", 2025, "Q1", "Completed", 11, NULL, "2026-04-17 13:54:28", "2026-04-17 13:54:28"),
+ (41, "isic_4digit_indices", 2025, "Q1", "Completed", 7, NULL, "2026-04-17 13:54:28", "2026-04-17 13:54:29"),
+ (42, "isic_3digit_indices", 2025, "Q1", "Completed", 7, NULL, "2026-04-17 13:54:30", "2026-04-17 13:54:30"),
+ (43, "isic_2digit_indices", 2025, "Q1", "Completed", 6, NULL, "2026-04-17 13:54:31", "2026-04-17 13:54:31"),
+ (44, "manufacturing_ipi", 2025, "Q1", "Completed", 1, NULL, "2026-04-17 13:54:31", "2026-04-17 13:54:31"),
+ (45, "monthly_production", 2025, "Q1", "Completed", 11, NULL, "2026-04-17 14:01:09", "2026-04-17 14:01:09"),
+ (46, "item_level_indices", 2025, "Q1", "Completed", 11, NULL, "2026-04-17 14:01:09", "2026-04-17 14:01:10"),
+ (47, "isic_4digit_indices", 2025, "Q1", "Completed", 7, NULL, "2026-04-17 14:01:10", "2026-04-17 14:01:10"),
+ (48, "isic_3digit_indices", 2025, "Q1", "Completed", 7, NULL, "2026-04-17 14:01:10", "2026-04-17 14:01:11"),
+ (49, "isic_2digit_indices", 2025, "Q1", "Completed", 6, NULL, "2026-04-17 14:01:11", "2026-04-17 14:01:11"),
+ (50, "manufacturing_ipi", 2025, "Q1", "Completed", 1, NULL, "2026-04-17 14:01:11", "2026-04-17 14:01:11");
+
+/*!40000 ALTER TABLE `calculation_log` ENABLE KEYS */;
+UNLOCK TABLES;
+
+
+
+# Dump of table city_towns
+# ------------------------------------------------------------
+
+DROP TABLE IF EXISTS `city_towns`;
+
+CREATE TABLE `city_towns` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `emirate_id` int DEFAULT NULL,
+ `name` varchar(255) NOT NULL,
+ `code` varchar(255) DEFAULT NULL,
+ `is_active` tinyint(1) DEFAULT '1',
+ `created_at` datetime DEFAULT NULL,
+ `updated_at` datetime DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `emirate_id` (`emirate_id`),
+ CONSTRAINT `city_towns_ibfk_1` FOREIGN KEY (`emirate_id`) REFERENCES `emirates` (`id`) ON DELETE SET NULL ON UPDATE CASCADE
+) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
+
+LOCK TABLES `city_towns` WRITE;
+/*!40000 ALTER TABLE `city_towns` DISABLE KEYS */;
+
+INSERT INTO `city_towns` (`id`, `emirate_id`, `name`, `code`, `is_active`, `created_at`, `updated_at`) VALUES
+ (1, 1, "Abu Dhabi City", NULL, 1, NULL, NULL),
+ (2, 1, "Al Ain", NULL, 1, NULL, NULL),
+ (3, 1, "Madinat Zayed", NULL, 1, NULL, NULL),
+ (4, 1, "Ruways", NULL, 1, NULL, NULL),
+ (5, 2, "Deira", NULL, 1, NULL, NULL),
+ (6, 2, "Bur Dubai", NULL, 1, NULL, NULL),
+ (7, 2, "Jumeirah", NULL, 1, NULL, NULL),
+ (8, 2, "Dubai Marina", NULL, 1, NULL, NULL),
+ (9, 3, "Sharjah City", NULL, 1, NULL, NULL),
+ (10, 3, "Khor Fakkan", NULL, 1, NULL, NULL),
+ (11, 3, "Kalba", NULL, 1, NULL, NULL),
+ (12, 4, "Ajman City", NULL, 1, NULL, NULL),
+ (13, 5, "Umm Al Quwain City", NULL, 1, NULL, NULL),
+ (14, 6, "Ras Al Khaimah City", NULL, 1, NULL, NULL),
+ (15, 6, "Digdaga", NULL, 1, NULL, NULL),
+ (16, 7, "Fujairah City", NULL, 1, NULL, NULL),
+ (17, 7, "Dibba", NULL, 1, NULL, NULL);
+
+/*!40000 ALTER TABLE `city_towns` ENABLE KEYS */;
+UNLOCK TABLES;
+
+
+
+# Dump of table emirates
+# ------------------------------------------------------------
+
+DROP TABLE IF EXISTS `emirates`;
+
+CREATE TABLE `emirates` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `name` varchar(255) NOT NULL,
+ `code` varchar(255) DEFAULT NULL,
+ `is_active` tinyint(1) DEFAULT '1',
+ `created_at` datetime DEFAULT NULL,
+ `updated_at` datetime DEFAULT NULL,
+ PRIMARY KEY (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
+
+LOCK TABLES `emirates` WRITE;
+/*!40000 ALTER TABLE `emirates` DISABLE KEYS */;
+
+INSERT INTO `emirates` (`id`, `name`, `code`, `is_active`, `created_at`, `updated_at`) VALUES
+ (1, "Abu Dhabi", NULL, 1, NULL, NULL),
+ (2, "Dubai", NULL, 1, NULL, NULL),
+ (3, "Sharjah", NULL, 1, NULL, NULL),
+ (4, "Ajman", NULL, 1, NULL, NULL),
+ (5, "Umm Al Quwain", NULL, 1, NULL, NULL),
+ (6, "Ras Al Khaimah", NULL, 1, NULL, NULL),
+ (7, "Fujairah", NULL, 1, NULL, NULL);
+
+/*!40000 ALTER TABLE `emirates` ENABLE KEYS */;
+UNLOCK TABLES;
+
+
+
+# Dump of table establishment_products
+# ------------------------------------------------------------
+
+DROP TABLE IF EXISTS `establishment_products`;
+
+CREATE TABLE `establishment_products` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `establishment_id` int NOT NULL,
+ `product_id` int NOT NULL,
+ `is_active` tinyint(1) DEFAULT '1',
+ `created_at` datetime DEFAULT NULL,
+ `updated_at` datetime DEFAULT NULL,
+ `created_by` int DEFAULT NULL,
+ `updated_by` int DEFAULT NULL,
+ `action_done_by` varchar(25) DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `establishment_id` (`establishment_id`),
+ KEY `product_id` (`product_id`),
+ CONSTRAINT `establishment_products_ibfk_1` FOREIGN KEY (`establishment_id`) REFERENCES `establishments` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
+ CONSTRAINT `establishment_products_ibfk_2` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`) ON UPDATE CASCADE
+) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
+
+LOCK TABLES `establishment_products` WRITE;
+/*!40000 ALTER TABLE `establishment_products` DISABLE KEYS */;
+
+INSERT INTO `establishment_products` (`id`, `establishment_id`, `product_id`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `action_done_by`) VALUES
+ (1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL),
+ (2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL),
+ (3, 2, 3, 1, NULL, NULL, NULL, NULL, NULL),
+ (4, 3, 4, 1, NULL, NULL, NULL, NULL, NULL),
+ (5, 3, 5, 1, NULL, NULL, NULL, NULL, NULL),
+ (6, 3, 6, 1, NULL, NULL, NULL, NULL, NULL),
+ (7, 4, 7, 1, NULL, NULL, NULL, NULL, NULL),
+ (8, 5, 7, 1, NULL, NULL, NULL, NULL, NULL),
+ (9, 6, 8, 1, NULL, NULL, NULL, NULL, NULL),
+ (10, 7, 8, 1, NULL, NULL, NULL, NULL, NULL),
+ (11, 8, 8, 1, NULL, NULL, NULL, NULL, NULL),
+ (12, 9, 9, 1, NULL, NULL, NULL, NULL, NULL),
+ (13, 9, 10, 1, NULL, NULL, NULL, NULL, NULL),
+ (14, 10, 11, 1, NULL, NULL, NULL, NULL, NULL),
+ (15, 11, 1, 1, NULL, NULL, NULL, NULL, NULL),
+ (16, 11, 2, 1, NULL, NULL, NULL, NULL, NULL),
+ (17, 12, 3, 1, NULL, NULL, NULL, NULL, NULL),
+ (18, 13, 9, 1, NULL, NULL, NULL, NULL, NULL),
+ (19, 14, 5, 1, NULL, NULL, NULL, NULL, NULL),
+ (20, 14, 6, 1, NULL, NULL, NULL, NULL, NULL),
+ (21, 15, 7, 1, NULL, NULL, NULL, NULL, NULL),
+ (22, 16, 8, 1, NULL, NULL, NULL, NULL, NULL),
+ (23, 17, 9, 1, NULL, NULL, NULL, NULL, NULL),
+ (24, 17, 10, 1, NULL, NULL, NULL, NULL, NULL),
+ (25, 18, 11, 1, NULL, NULL, NULL, NULL, NULL),
+ (26, 19, 9, 1, NULL, NULL, NULL, NULL, NULL);
+
+/*!40000 ALTER TABLE `establishment_products` ENABLE KEYS */;
+UNLOCK TABLES;
+
+
+
+# Dump of table establishment_users
+# ------------------------------------------------------------
+
+DROP TABLE IF EXISTS `establishment_users`;
+
+CREATE TABLE `establishment_users` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `establishment_id` int NOT NULL,
+ `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL,
+ `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL,
+ `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL,
+ `is_active` tinyint(1) DEFAULT '1',
+ `created_at` datetime DEFAULT NULL,
+ `updated_at` datetime DEFAULT NULL,
+ `created_by` int DEFAULT NULL,
+ `updated_by` int DEFAULT NULL,
+ `gender` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `last_login` datetime DEFAULT NULL,
+ `reset_otp` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `reset_otp_expires_at` datetime DEFAULT NULL,
+ `login_otp` varchar(255) DEFAULT NULL,
+ `login_otp_expires_at` datetime DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `email` (`email`),
+ KEY `establishment_id` (`establishment_id`),
+ KEY `est_created` (`created_by`),
+ KEY `est_updatedby` (`updated_by`),
+ CONSTRAINT `est_created` FOREIGN KEY (`created_by`) REFERENCES `admin_users` (`id`) ON DELETE RESTRICT ON UPDATE RESTRICT,
+ CONSTRAINT `est_updatedby` FOREIGN KEY (`updated_by`) REFERENCES `admin_users` (`id`) ON DELETE RESTRICT ON UPDATE RESTRICT,
+ CONSTRAINT `establishment_users_ibfk_1` FOREIGN KEY (`establishment_id`) REFERENCES `establishments` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
+) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
+
+LOCK TABLES `establishment_users` WRITE;
+/*!40000 ALTER TABLE `establishment_users` DISABLE KEYS */;
+
+INSERT INTO `establishment_users` (`id`, `establishment_id`, `name`, `email`, `password`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `gender`, `last_login`, `reset_otp`, `reset_otp_expires_at`, `login_otp`, `login_otp_expires_at`) VALUES
+ (1, 1, "User 1", "user1@test.com", "$2b$10$FI6Xf5zTRVaT3H9lE9rD9.hYwmJEq6wnDiwr4bifRnyOsDz6Yba5u", 1, "2026-04-17 07:42:52", "2026-04-17 07:42:52", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (2, 2, "User 2", "user2@test.com", "$2b$10$FI6Xf5zTRVaT3H9lE9rD9.hYwmJEq6wnDiwr4bifRnyOsDz6Yba5u", 1, "2026-04-17 07:42:52", "2026-04-17 07:42:52", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (3, 3, "User 3", "user3@test.com", "$2b$10$FI6Xf5zTRVaT3H9lE9rD9.hYwmJEq6wnDiwr4bifRnyOsDz6Yba5u", 1, "2026-04-17 07:42:52", "2026-04-17 07:42:52", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (4, 4, "User 4", "user4@test.com", "$2b$10$FI6Xf5zTRVaT3H9lE9rD9.hYwmJEq6wnDiwr4bifRnyOsDz6Yba5u", 1, "2026-04-17 07:42:52", "2026-04-17 07:42:52", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (5, 5, "User 5", "user5@test.com", "$2b$10$FI6Xf5zTRVaT3H9lE9rD9.hYwmJEq6wnDiwr4bifRnyOsDz6Yba5u", 1, "2026-04-17 07:42:52", "2026-04-17 07:42:52", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (6, 6, "User 6", "user6@test.com", "$2b$10$FI6Xf5zTRVaT3H9lE9rD9.hYwmJEq6wnDiwr4bifRnyOsDz6Yba5u", 1, "2026-04-17 07:42:52", "2026-04-17 07:42:52", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (7, 7, "User 7", "user7@test.com", "$2b$10$FI6Xf5zTRVaT3H9lE9rD9.hYwmJEq6wnDiwr4bifRnyOsDz6Yba5u", 1, "2026-04-17 07:42:52", "2026-04-17 07:42:52", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (8, 8, "User 8", "user8@test.com", "$2b$10$FI6Xf5zTRVaT3H9lE9rD9.hYwmJEq6wnDiwr4bifRnyOsDz6Yba5u", 1, "2026-04-17 07:42:52", "2026-04-17 07:42:52", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (9, 9, "User 9", "user9@test.com", "$2b$10$FI6Xf5zTRVaT3H9lE9rD9.hYwmJEq6wnDiwr4bifRnyOsDz6Yba5u", 1, "2026-04-17 07:42:52", "2026-04-17 07:42:52", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (10, 10, "User 10", "user10@test.com", "$2b$10$FI6Xf5zTRVaT3H9lE9rD9.hYwmJEq6wnDiwr4bifRnyOsDz6Yba5u", 1, "2026-04-17 07:42:52", "2026-04-17 07:42:52", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (11, 11, "User 11", "user11@test.com", "$2b$10$FI6Xf5zTRVaT3H9lE9rD9.hYwmJEq6wnDiwr4bifRnyOsDz6Yba5u", 1, "2026-04-17 07:42:52", "2026-04-17 07:42:52", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (12, 12, "User 12", "user12@test.com", "$2b$10$FI6Xf5zTRVaT3H9lE9rD9.hYwmJEq6wnDiwr4bifRnyOsDz6Yba5u", 1, "2026-04-17 07:42:52", "2026-04-17 07:42:52", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (13, 13, "User 13", "user13@test.com", "$2b$10$FI6Xf5zTRVaT3H9lE9rD9.hYwmJEq6wnDiwr4bifRnyOsDz6Yba5u", 1, "2026-04-17 07:42:52", "2026-04-17 07:42:52", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (14, 14, "User 14", "user14@test.com", "$2b$10$FI6Xf5zTRVaT3H9lE9rD9.hYwmJEq6wnDiwr4bifRnyOsDz6Yba5u", 1, "2026-04-17 07:42:52", "2026-04-17 07:42:52", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (15, 15, "User 15", "user15@test.com", "$2b$10$FI6Xf5zTRVaT3H9lE9rD9.hYwmJEq6wnDiwr4bifRnyOsDz6Yba5u", 1, "2026-04-17 07:42:52", "2026-04-17 07:42:52", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (16, 16, "User 16", "user16@test.com", "$2b$10$FI6Xf5zTRVaT3H9lE9rD9.hYwmJEq6wnDiwr4bifRnyOsDz6Yba5u", 1, "2026-04-17 07:42:52", "2026-04-17 07:42:52", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (17, 17, "User 17", "user17@test.com", "$2b$10$FI6Xf5zTRVaT3H9lE9rD9.hYwmJEq6wnDiwr4bifRnyOsDz6Yba5u", 1, "2026-04-17 07:42:52", "2026-04-17 07:42:52", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (18, 18, "User 18", "user18@test.com", "$2b$10$FI6Xf5zTRVaT3H9lE9rD9.hYwmJEq6wnDiwr4bifRnyOsDz6Yba5u", 1, "2026-04-17 07:42:52", "2026-04-17 07:42:52", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (19, 19, "User 19", "user19@test.com", "$2b$10$FI6Xf5zTRVaT3H9lE9rD9.hYwmJEq6wnDiwr4bifRnyOsDz6Yba5u", 1, "2026-04-17 07:42:52", "2026-04-17 07:42:52", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
+
+/*!40000 ALTER TABLE `establishment_users` ENABLE KEYS */;
+UNLOCK TABLES;
+
+
+
+# Dump of table establishments
+# ------------------------------------------------------------
+
+DROP TABLE IF EXISTS `establishments`;
+
+CREATE TABLE `establishments` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `establishment_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL,
+ `factory_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL,
+ `permanent_factory_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `industry_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `industry_code_production` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `license_number` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci,
+ `isic_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `emirati_male` int DEFAULT NULL,
+ `emirati_female` int DEFAULT NULL,
+ `non_emirati_male` int DEFAULT NULL,
+ `non_emirati_female` int DEFAULT NULL,
+ `total_emirati` int DEFAULT NULL,
+ `total_employees` int DEFAULT NULL,
+ `is_active` tinyint(1) DEFAULT '1',
+ `created_at` datetime DEFAULT NULL,
+ `updated_at` datetime DEFAULT NULL,
+ `created_by` int DEFAULT NULL,
+ `updated_by` int DEFAULT NULL,
+ `establishment_address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `establishment_city_town_id` int DEFAULT NULL,
+ `establishment_emirate_id` int DEFAULT NULL,
+ `establishment_postal_code` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `establishment_po_box` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `establishment_makani_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `establishment_contact_person_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `establishment_contact_person_designation` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `establishment_mobile_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `establishment_contact_email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `establishment_website` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `corporate_same_as_establishment` tinyint(1) DEFAULT '0',
+ `corporate_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `corporate_address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `corporate_city_town_id` int DEFAULT NULL,
+ `corporate_emirate_id` int DEFAULT NULL,
+ `corporate_postal_code` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `corporate_po_box` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `corporate_makani_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `corporate_contact_person_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `corporate_contact_person_designation` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `corporate_mobile_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `corporate_email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `corporate_website` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `establishment_remarks` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci,
+ `industry_code_mismatch_remarks` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `ERN` varchar(150) DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `establishment_code` (`establishment_code`),
+ UNIQUE KEY `industry_code` (`industry_code`),
+ UNIQUE KEY `permanent_factory_code` (`permanent_factory_code`),
+ UNIQUE KEY `license_number` (`license_number`),
+ KEY `fk_establishment_city` (`establishment_city_town_id`),
+ KEY `fk_establishment_emirate` (`establishment_emirate_id`),
+ KEY `fk_corporate_city` (`corporate_city_town_id`),
+ KEY `fk_corporate_emirate` (`corporate_emirate_id`),
+ CONSTRAINT `fk_corporate_city` FOREIGN KEY (`corporate_city_town_id`) REFERENCES `city_towns` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
+ CONSTRAINT `fk_corporate_emirate` FOREIGN KEY (`corporate_emirate_id`) REFERENCES `emirates` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
+ CONSTRAINT `fk_establishment_city` FOREIGN KEY (`establishment_city_town_id`) REFERENCES `city_towns` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
+ CONSTRAINT `fk_establishment_emirate` FOREIGN KEY (`establishment_emirate_id`) REFERENCES `emirates` (`id`) ON DELETE SET NULL ON UPDATE CASCADE
+) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
+
+LOCK TABLES `establishments` WRITE;
+/*!40000 ALTER TABLE `establishments` DISABLE KEYS */;
+
+INSERT INTO `establishments` (`id`, `establishment_code`, `factory_name`, `permanent_factory_code`, `industry_code`, `industry_code_production`, `license_number`, `description`, `isic_code`, `emirati_male`, `emirati_female`, `non_emirati_male`, `non_emirati_female`, `total_emirati`, `total_employees`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `establishment_address`, `establishment_city_town_id`, `establishment_emirate_id`, `establishment_postal_code`, `establishment_po_box`, `establishment_makani_number`, `establishment_contact_person_name`, `establishment_contact_person_designation`, `establishment_mobile_number`, `establishment_contact_email`, `establishment_website`, `corporate_same_as_establishment`, `corporate_name`, `corporate_address`, `corporate_city_town_id`, `corporate_emirate_id`, `corporate_postal_code`, `corporate_po_box`, `corporate_makani_number`, `corporate_contact_person_name`, `corporate_contact_person_designation`, `corporate_mobile_number`, `corporate_email`, `corporate_website`, `establishment_remarks`, `industry_code_mismatch_remarks`, `ERN`) VALUES
+ (1, "EST0001", "Factory 1", NULL, NULL, NULL, NULL, NULL, "797619", NULL, NULL, NULL, NULL, NULL, NULL, 1, "2026-04-17 07:42:28", "2026-04-17 07:42:28", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (2, "EST0002", "Factory 2", NULL, NULL, NULL, NULL, NULL, "421042", NULL, NULL, NULL, NULL, NULL, NULL, 1, "2026-04-17 07:42:28", "2026-04-17 07:42:28", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (3, "EST0003", "Factory 3", NULL, NULL, NULL, NULL, NULL, "512353", NULL, NULL, NULL, NULL, NULL, NULL, 1, "2026-04-17 07:42:28", "2026-04-17 07:42:28", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (4, "EST0004", "Factory 4", NULL, NULL, NULL, NULL, NULL, "298639", NULL, NULL, NULL, NULL, NULL, NULL, 1, "2026-04-17 07:42:28", "2026-04-17 07:42:28", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (5, "EST0005", "Factory 5", NULL, NULL, NULL, NULL, NULL, "756139", NULL, NULL, NULL, NULL, NULL, NULL, 1, "2026-04-17 07:42:28", "2026-04-17 07:42:28", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (6, "EST0006", "Factory 6", NULL, NULL, NULL, NULL, NULL, "984777", NULL, NULL, NULL, NULL, NULL, NULL, 1, "2026-04-17 07:42:28", "2026-04-17 07:42:28", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (7, "EST0007", "Factory 7", NULL, NULL, NULL, NULL, NULL, "755471", NULL, NULL, NULL, NULL, NULL, NULL, 1, "2026-04-17 07:42:28", "2026-04-17 07:42:28", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (8, "EST0008", "Factory 8", NULL, NULL, NULL, NULL, NULL, "723023", NULL, NULL, NULL, NULL, NULL, NULL, 1, "2026-04-17 07:42:28", "2026-04-17 07:42:28", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (9, "EST0009", "Factory 9", NULL, NULL, NULL, NULL, NULL, "348702", NULL, NULL, NULL, NULL, NULL, NULL, 1, "2026-04-17 07:42:28", "2026-04-17 07:42:28", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (10, "EST0010", "Factory 10", NULL, NULL, NULL, NULL, NULL, "374440", NULL, NULL, NULL, NULL, NULL, NULL, 1, "2026-04-17 07:42:28", "2026-04-17 07:42:28", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (11, "EST0011", "Factory 11", NULL, NULL, NULL, NULL, NULL, "726095", NULL, NULL, NULL, NULL, NULL, NULL, 1, "2026-04-17 07:42:28", "2026-04-17 07:42:28", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (12, "EST0012", "Factory 12", NULL, NULL, NULL, NULL, NULL, "607156", NULL, NULL, NULL, NULL, NULL, NULL, 1, "2026-04-17 07:42:28", "2026-04-17 07:42:28", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (13, "EST0013", "Factory 13", NULL, NULL, NULL, NULL, NULL, "757496", NULL, NULL, NULL, NULL, NULL, NULL, 1, "2026-04-17 07:42:28", "2026-04-17 07:42:28", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (14, "EST0014", "Factory 14", NULL, NULL, NULL, NULL, NULL, "966012", NULL, NULL, NULL, NULL, NULL, NULL, 1, "2026-04-17 07:42:28", "2026-04-17 07:42:28", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (15, "EST0015", "Factory 15", NULL, NULL, NULL, NULL, NULL, "657573", NULL, NULL, NULL, NULL, NULL, NULL, 1, "2026-04-17 07:42:28", "2026-04-17 07:42:28", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (16, "EST0016", "Factory 16", NULL, NULL, NULL, NULL, NULL, "289831", NULL, NULL, NULL, NULL, NULL, NULL, 1, "2026-04-17 07:42:28", "2026-04-17 07:42:28", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (17, "EST0017", "Factory 17", NULL, NULL, NULL, NULL, NULL, "276435", NULL, NULL, NULL, NULL, NULL, NULL, 1, "2026-04-17 07:42:28", "2026-04-17 07:42:28", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (18, "EST0018", "Factory 18", NULL, NULL, NULL, NULL, NULL, "412681", NULL, NULL, NULL, NULL, NULL, NULL, 1, "2026-04-17 07:42:28", "2026-04-17 07:42:28", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+ (19, "EST0019", "Factory 19", NULL, NULL, NULL, NULL, NULL, "234102", NULL, NULL, NULL, NULL, NULL, NULL, 1, "2026-04-17 07:42:28", "2026-04-17 07:42:28", 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
+
+/*!40000 ALTER TABLE `establishments` ENABLE KEYS */;
+UNLOCK TABLES;
+
+
+
+# Dump of table isic_2digit_indices
+# ------------------------------------------------------------
+
+DROP TABLE IF EXISTS `isic_2digit_indices`;
+
+CREATE TABLE `isic_2digit_indices` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `isic_2digit_code` varchar(10) NOT NULL,
+ `isic_description` varchar(255) DEFAULT NULL,
+ `year` int NOT NULL,
+ `total_weight` decimal(10,2) NOT NULL,
+ `weighted_index_sum` decimal(15,4) NOT NULL,
+ `isic_2digit_index` decimal(10,2) NOT NULL,
+ `created_at` datetime DEFAULT CURRENT_TIMESTAMP,
+ `updated_at` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
+ `quarter` varchar(2) NOT NULL,
+ `quarter_name` varchar(20) DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `unique_isic2_period_quarter` (`isic_2digit_code`,`year`,`quarter`),
+ KEY `idx_isic2` (`isic_2digit_code`),
+ KEY `idx_year_quarter` (`year`,`quarter`)
+) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
+
+LOCK TABLES `isic_2digit_indices` WRITE;
+/*!40000 ALTER TABLE `isic_2digit_indices` DISABLE KEYS */;
+
+INSERT INTO `isic_2digit_indices` (`id`, `isic_2digit_code`, `isic_description`, `year`, `total_weight`, `weighted_index_sum`, `isic_2digit_index`, `created_at`, `updated_at`, `quarter`, `quarter_name`) VALUES
+ (1, "10", NULL, 2025, 17.22, 3734.5014, 216.87, "2026-04-17 13:54:31", "2026-04-17 13:54:31", "Q1", "Q1"),
+ (2, "19", NULL, 2025, 42.88, 3473.8917, 81.01, "2026-04-17 13:54:31", "2026-04-17 13:54:31", "Q1", "Q1"),
+ (3, "20", NULL, 2025, 11.29, 1075.8241, 95.29, "2026-04-17 13:54:31", "2026-04-17 13:54:31", "Q1", "Q1"),
+ (4, "21", NULL, 2025, 6.06, 606.5454, 100.09, "2026-04-17 13:54:31", "2026-04-17 13:54:31", "Q1", "Q1"),
+ (5, "22", NULL, 2025, 17.29, 1804.3844, 104.36, "2026-04-17 13:54:31", "2026-04-17 13:54:31", "Q1", "Q1"),
+ (6, "23", NULL, 2025, 5.27, 542.8627, 103.01, "2026-04-17 13:54:31", "2026-04-17 14:01:11", "Q1", "Q1");
+
+/*!40000 ALTER TABLE `isic_2digit_indices` ENABLE KEYS */;
+UNLOCK TABLES;
+
+
+
+# Dump of table isic_3digit_indices
+# ------------------------------------------------------------
+
+DROP TABLE IF EXISTS `isic_3digit_indices`;
+
+CREATE TABLE `isic_3digit_indices` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `isic_3digit_code` varchar(10) NOT NULL,
+ `isic_description` varchar(255) DEFAULT NULL,
+ `year` int NOT NULL,
+ `total_weight` decimal(10,2) NOT NULL,
+ `weighted_index_sum` decimal(15,4) NOT NULL,
+ `isic_3digit_index` decimal(10,2) NOT NULL,
+ `created_at` datetime DEFAULT CURRENT_TIMESTAMP,
+ `updated_at` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
+ `quarter` varchar(2) NOT NULL,
+ `quarter_name` varchar(20) DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `unique_isic3_period_quarter` (`isic_3digit_code`,`year`,`quarter`),
+ KEY `idx_isic3` (`isic_3digit_code`),
+ KEY `idx_year_quarter` (`year`,`quarter`)
+) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
+
+LOCK TABLES `isic_3digit_indices` WRITE;
+/*!40000 ALTER TABLE `isic_3digit_indices` DISABLE KEYS */;
+
+INSERT INTO `isic_3digit_indices` (`id`, `isic_3digit_code`, `isic_description`, `year`, `total_weight`, `weighted_index_sum`, `isic_3digit_index`, `created_at`, `updated_at`, `quarter`, `quarter_name`) VALUES
+ (1, "101", NULL, 2025, 17.22, 3734.5014, 216.87, "2026-04-17 13:54:30", "2026-04-17 13:54:30", "Q1", "Q1"),
+ (2, "191", NULL, 2025, 9.49, 933.2466, 98.34, "2026-04-17 13:54:30", "2026-04-17 13:54:30", "Q1", "Q1"),
+ (3, "192", NULL, 2025, 33.39, 2540.6451, 76.09, "2026-04-17 13:54:30", "2026-04-17 13:54:30", "Q1", "Q1"),
+ (4, "201", NULL, 2025, 11.29, 1075.8241, 95.29, "2026-04-17 13:54:30", "2026-04-17 13:54:30", "Q1", "Q1"),
+ (5, "210", NULL, 2025, 6.06, 606.5454, 100.09, "2026-04-17 13:54:30", "2026-04-17 13:54:30", "Q1", "Q1"),
+ (6, "221", NULL, 2025, 17.29, 1804.3844, 104.36, "2026-04-17 13:54:30", "2026-04-17 13:54:30", "Q1", "Q1"),
+ (7, "231", NULL, 2025, 5.27, 542.8627, 103.01, "2026-04-17 13:54:30", "2026-04-17 14:01:11", "Q1", "Q1");
+
+/*!40000 ALTER TABLE `isic_3digit_indices` ENABLE KEYS */;
+UNLOCK TABLES;
+
+
+
+# Dump of table isic_4digit_indices
+# ------------------------------------------------------------
+
+DROP TABLE IF EXISTS `isic_4digit_indices`;
+
+CREATE TABLE `isic_4digit_indices` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `isic_4digit_code` varchar(10) NOT NULL,
+ `isic_description` varchar(255) DEFAULT NULL,
+ `year` int NOT NULL,
+ `total_weight` decimal(10,2) NOT NULL COMMENT 'Sum of item weights',
+ `weighted_index_sum` decimal(15,4) NOT NULL COMMENT 'Sum of (Wi * Ii)',
+ `isic_4digit_index` decimal(10,2) NOT NULL COMMENT 'Weighted Index',
+ `created_at` datetime DEFAULT CURRENT_TIMESTAMP,
+ `updated_at` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
+ `quarter` varchar(2) NOT NULL,
+ `quarter_name` varchar(20) DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `unique_isic4_period_quarter` (`isic_4digit_code`,`year`,`quarter`),
+ KEY `idx_isic4` (`isic_4digit_code`),
+ KEY `idx_year_quarter` (`year`,`quarter`)
+) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
+
+LOCK TABLES `isic_4digit_indices` WRITE;
+/*!40000 ALTER TABLE `isic_4digit_indices` DISABLE KEYS */;
+
+INSERT INTO `isic_4digit_indices` (`id`, `isic_4digit_code`, `isic_description`, `year`, `total_weight`, `weighted_index_sum`, `isic_4digit_index`, `created_at`, `updated_at`, `quarter`, `quarter_name`) VALUES
+ (1, "1010", NULL, 2025, 17.22, 3733.951, 216.87, "2026-04-17 13:54:28", "2026-04-17 13:54:28", "Q1", "Q1"),
+ (2, "1910", NULL, 2025, 9.49, 933.2965, 98.34, "2026-04-17 13:54:28", "2026-04-17 13:54:28", "Q1", "Q1"),
+ (3, "1920", NULL, 2025, 33.39, 2540.549, 76.09, "2026-04-17 13:54:29", "2026-04-17 13:54:29", "Q1", "Q1"),
+ (4, "2010", NULL, 2025, 11.29, 1075.919, 95.29, "2026-04-17 13:54:29", "2026-04-17 13:54:29", "Q1", "Q1"),
+ (5, "2100", NULL, 2025, 6.06, 606.178, 100.09, "2026-04-17 13:54:29", "2026-04-17 13:54:29", "Q1", "Q1"),
+ (6, "2210", NULL, 2025, 17.29, 1804.0827, 104.36, "2026-04-17 13:54:29", "2026-04-17 13:54:29", "Q1", "Q1"),
+ (7, "2310", NULL, 2025, 5.27, 542.4641, 103.01, "2026-04-17 13:54:29", "2026-04-17 14:01:10", "Q1", "Q1");
+
+/*!40000 ALTER TABLE `isic_4digit_indices` ENABLE KEYS */;
+UNLOCK TABLES;
+
+
+
+# Dump of table isic_master
+# ------------------------------------------------------------
+
+DROP TABLE IF EXISTS `isic_master`;
+
+CREATE TABLE `isic_master` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `code` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL,
+ `is_active` tinyint DEFAULT '1',
+ PRIMARY KEY (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=583 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
+
+LOCK TABLES `isic_master` WRITE;
+/*!40000 ALTER TABLE `isic_master` DISABLE KEYS */;
+
+INSERT INTO `isic_master` (`id`, `code`, `description`, `is_active`) VALUES
+ (1, NULL, "Crop and animal production, hunting and related service activities", 1),
+ (2, NULL, "Growing of non-perennial crops", 1),
+ (3, "0111", "Growing of cereals (except rice), leguminous crops and oil seeds", 1),
+ (4, "0112", "Growing of rice", 1),
+ (5, "0113", "Growing of vegetables and melons, roots and tubers", 1),
+ (6, "0114", "Growing of sugar cane", 1),
+ (7, "0115", "Growing of tobacco", 1),
+ (8, "0116", "Growing of fibre crops", 1),
+ (9, "0119", "Growing of other non-perennial crops", 1),
+ (10, NULL, "Growing of perennial crops", 1),
+ (11, "0121", "Growing of grapes", 1),
+ (12, "0122", "Growing of tropical and subtropical fruits", 1),
+ (13, "0123", "Growing of citrus fruits", 1),
+ (14, "0124", "Growing of pome fruits and stone fruits", 1),
+ (15, "0125", "Growing of other tree and bush fruits and nuts", 1),
+ (16, "0126", "Growing of oleaginous fruits", 1),
+ (17, "0127", "Growing of beverage crops", 1),
+ (18, "0128", "Growing of spices, aromatic, drug and pharmaceutical crops", 1),
+ (19, "0129", "Growing of other perennial crops", 1),
+ (20, "0130", "Plant propagation", 1),
+ (21, NULL, "Animal production", 1),
+ (22, "0141", "Raising of cattle and buffaloes", 1),
+ (23, "0142", "Raising of horses and other equines", 1),
+ (24, "0143", "Raising of camels and camelids", 1),
+ (25, "0144", "Raising of sheep and goats", 1),
+ (26, "0145", "Raising of swine/pigs", 1),
+ (27, "0146", "Raising of poultry", 1),
+ (28, "0149", "Raising of other animals", 1),
+ (29, "0150", "Mixed farming", 1),
+ (30, NULL, "Support activities to agriculture and post-harvest crop activities", 1),
+ (31, "0161", "Support activities for crop production", 1),
+ (32, "0162", "Support activities for animal production", 1),
+ (33, "0163", "Post-harvest crop activities", 1),
+ (34, "0164", "Seed processing for propagation", 1),
+ (35, "0170", "Hunting, trapping and related service activities", 1),
+ (36, NULL, "Forestry and logging", 1),
+ (37, "0210", "Silviculture and other forestry activities", 1),
+ (38, "0220", "Logging", 1),
+ (39, "0230", "Gathering of non-wood forest products", 1),
+ (40, "0240", "Support services to forestry", 1),
+ (41, NULL, "Fishing and aquaculture", 1),
+ (42, NULL, "Fishing", 1),
+ (43, "0311", "Marine fishing", 1),
+ (44, "0312", "Freshwater fishing", 1),
+ (45, NULL, "Aquaculture", 1),
+ (46, "0321", "Marine aquaculture", 1),
+ (47, "0322", "Freshwater aquaculture", 1),
+ (48, NULL, "Mining of coal and lignite", 1),
+ (49, "0510", "Mining of hard coal", 1),
+ (50, "0520", "Mining of lignite", 1),
+ (51, NULL, "Extraction of crude petroleum and natural gas", 1),
+ (52, "0610", "Extraction of crude petroleum", 1),
+ (53, "0620", "Extraction of natural gas", 1),
+ (54, NULL, "Mining of metal ores", 1),
+ (55, "0710", "Mining of iron ores", 1),
+ (56, NULL, "Mining of non-ferrous metal ores", 1),
+ (57, "0721", "Mining of uranium and thorium ores", 1),
+ (58, "0729", "Mining of other non-ferrous metal ores", 1),
+ (59, NULL, "Other mining and quarrying", 1),
+ (60, "0810", "Quarrying of stone, sand and clay", 1),
+ (61, NULL, "Mining and quarrying n.e.c.", 1),
+ (62, "0891", "Mining of chemical and fertilizer minerals", 1),
+ (63, "0892", "Extraction of peat", 1),
+ (64, "0893", "Extraction of salt", 1),
+ (65, "0899", "Other mining and quarrying n.e.c.", 1),
+ (66, NULL, "Mining support service activities", 1),
+ (67, "0910", "Support activities for petroleum and natural gas extraction", 1),
+ (68, "0990", "Support activities for other mining and quarrying", 1),
+ (69, NULL, "Manufacture of food products", 1),
+ (70, "1010", "Processing and preserving of meat", 1),
+ (71, "1020", "Processing and preserving of fish, crustaceans and molluscs", 1),
+ (72, "1030", "Processing and preserving of fruit and vegetables", 1),
+ (73, "1040", "Manufacture of vegetable and animal oils and fats", 1),
+ (74, "1050", "Manufacture of dairy products", 1),
+ (75, NULL, "Manufacture of grain mill products, starches and starch products", 1),
+ (76, "1061", "Manufacture of grain mill products", 1),
+ (77, "1062", "Manufacture of starches and starch products", 1),
+ (78, NULL, "Manufacture of other food products", 1),
+ (79, "1071", "Manufacture of bakery products", 1),
+ (80, "1072", "Manufacture of sugar", 1),
+ (81, "1073", "Manufacture of cocoa, chocolate and sugar confectionery", 1),
+ (82, "1074", "Manufacture of macaroni, noodles, couscous and similar farinaceous products", 1),
+ (83, "1075", "Manufacture of prepared meals and dishes", 1),
+ (84, "1079", "Manufacture of other food products n.e.c.", 1),
+ (85, "1080", "Manufacture of prepared animal feeds", 1),
+ (86, NULL, "Manufacture of beverages", 1),
+ (87, "1101", "Distilling, rectifying and blending of spirits", 1),
+ (88, "1102", "Manufacture of wines", 1),
+ (89, "1103", "Manufacture of malt liquors and malt", 1),
+ (90, "1104", "Manufacture of soft drinks; production of mineral waters and other bottled waters", 1),
+ (91, NULL, "Manufacture of tobacco products", 1),
+ (92, "1200", "Manufacture of tobacco products", 1),
+ (93, NULL, "Manufacture of textiles", 1),
+ (94, NULL, "Spinning, weaving and finishing of textiles", 1),
+ (95, "1311", "Preparation and spinning of textile fibres", 1),
+ (96, "1312", "Weaving of textiles", 1),
+ (97, "1313", "Finishing of textiles", 1),
+ (98, NULL, "Manufacture of other textiles", 1),
+ (99, "1391", "Manufacture of knitted and crocheted fabrics", 1),
+ (100, "1392", "Manufacture of made-up textile articles, except apparel", 1),
+ (101, "1393", "Manufacture of carpets and rugs", 1),
+ (102, "1394", "Manufacture of cordage, rope, twine and netting", 1),
+ (103, "1399", "Manufacture of other textiles n.e.c.", 1),
+ (104, NULL, "Manufacture of wearing apparel", 1),
+ (105, "1410", "Manufacture of wearing apparel, except fur apparel", 1),
+ (106, "1420", "Manufacture of articles of fur", 1),
+ (107, "1430", "Manufacture of knitted and crocheted apparel", 1),
+ (108, NULL, "Manufacture of leather and related products", 1),
+ (109, NULL, "Tanning and dressing of leather; manufacture of luggage, handbags, saddlery andharness; dressing and dyeing of fur", 1),
+ (110, "1511", "Tanning and dressing of leather; dressing and dyeing of fur", 1),
+ (111, "1512", "Manufacture of luggage, handbags and the like, saddlery and harness", 1),
+ (112, "1520", "Manufacture of footwear", 1),
+ (113, NULL, "Manufacture of wood and of products of wood and cork, exc furniture;manufacture of articles of straw and plaiting aterials", 1),
+ (114, "1610", "Sawmilling and planing of wood", 1),
+ (115, NULL, "Manufacture of products of wood, cork, straw and plaiting materials", 1),
+ (116, "1621", "Manufacture of veneer sheets and wood-based panels", 1),
+ (117, "1622", "Manufacture of builders’ carpentry and joinery", 1),
+ (118, "1623", "Manufacture of wooden containers", 1),
+ (119, "1629", "Manufacture of other products of wood; manufacture of articles of cork, straw and plaiting materials", 1),
+ (120, NULL, "Manufacture of paper and paper products", 1),
+ (121, "1701", "Manufacture of pulp, paper and paperboard", 1),
+ (122, "1702", "Manufacture of corrugated paper and paperboard and of containers of paper and paperboard", 1),
+ (123, "1709", "Manufacture of other articles of paper and paperboard", 1),
+ (124, NULL, "Printing and reproduction of recorded media", 1),
+ (125, NULL, "Printing and service activities related to printing", 1),
+ (126, "1811", "Printing", 1),
+ (127, "1812", "Service activities related to printing", 1),
+ (128, "1820", "Reproduction of recorded media", 1),
+ (129, NULL, "Manufacture of coke and refined petroleum products", 1),
+ (130, "1910", "Manufacture of coke oven products", 1),
+ (131, "1920", "Manufacture of refined petroleum products", 1),
+ (132, NULL, "Manufacture of chemicals and chemical products", 1),
+ (133, NULL, "Manufacture of basic chemicals, fertilizers and nitrogen compounds, plastics and synthetic rubber in primary forms", 1),
+ (134, "2011", "Manufacture of basic chemicals", 1),
+ (135, "2012", "Manufacture of fertilizers and nitrogen compounds", 1),
+ (136, "2013", "Manufacture of plastics and synthetic rubber in primary forms", 1),
+ (137, NULL, "Manufacture of other chemical products", 1),
+ (138, "2021", "Manufacture of pesticides and other agrochemical products", 1),
+ (139, "2022", "Manufacture of paints, varnishes and similar coatings, printing ink and mastics", 1),
+ (140, "2023", "Manufacture of soap and detergents, cleaning and polishing preparations, perfumes and toilet preparations", 1),
+ (141, "2029", "Manufacture of other chemical products n.e.c.", 1),
+ (142, "2030", "Manufacture of man-made fibres", 1),
+ (143, NULL, "Manufacture of pharmaceuticals, medicinal chemical and botanical products", 1),
+ (144, "2100", "Manufacture of pharmaceuticals, medicinal chemical and botanical products", 1),
+ (145, NULL, "Manufacture of rubber and plastics products", 1),
+ (146, NULL, "Manufacture of rubber products", 1),
+ (147, "2211", "Manufacture of rubber tyres and tubes; retreading and rebuilding of rubber tyres", 1),
+ (148, "2219", "Manufacture of other rubber products", 1),
+ (149, "2220", "Manufacture of plastics products", 1),
+ (150, NULL, "Manufacture of other non-metallic mineral products", 1),
+ (151, "2310", "Manufacture of glass and glass products", 1),
+ (152, NULL, "Manufacture of non-metallic mineral products n.e.c.", 1),
+ (153, "2391", "Manufacture of refractory products", 1),
+ (154, "2392", "Manufacture of clay building materials", 1),
+ (155, "2393", "Manufacture of other porcelain and ceramic products", 1),
+ (156, "2394", "Manufacture of cement, lime and plaster", 1),
+ (157, "2395", "Manufacture of articles of concrete, cement and plaster", 1),
+ (158, "2396", "Cutting, shaping and finishing of stone", 1),
+ (159, "2399", "Manufacture of other non-metallic mineral products n.e.c.", 1),
+ (160, NULL, "Manufacture of basic metals", 1),
+ (161, "2410", "Manufacture of basic iron and steel", 1),
+ (162, "2420", "Manufacture of basic precious and other non-ferrous metals", 1),
+ (163, NULL, "Casting of metals", 1),
+ (164, "2431", "Casting of iron and steel", 1),
+ (165, "2432", "Casting of non-ferrous metals", 1),
+ (166, NULL, "Manufacture of fabricated metal products, except machinery and equipment", 1),
+ (167, NULL, "Manufacture of structural metal products, tanks, reservoirs and steam generators", 1),
+ (168, "2511", "Manufacture of structural metal products", 1),
+ (169, "2512", "Manufacture of tanks, reservoirs and containers of metal", 1),
+ (170, "2513", "Manufacture of steam generators, except central heating hot water boilers", 1),
+ (171, "2520", "Manufacture of weapons and ammunition", 1),
+ (172, NULL, "Manufacture of other fabricated metal products; metalworking service activities", 1),
+ (173, "2591", "Forging, pressing, stamping and roll-forming of metal; powder metallurgy", 1),
+ (174, "2592", "Treatment and coating of metals; machining", 1),
+ (175, "2593", "Manufacture of cutlery, hand tools and general hardware", 1),
+ (176, "2599", "Manufacture of other fabricated metal products n.e.c.", 1),
+ (177, NULL, "Manufacture of computer, electronic and optical products", 1),
+ (178, "2610", "Manufacture of electronic components and boards", 1),
+ (179, "2620", "Manufacture of computers and peripheral equipment", 1),
+ (180, "2630", "Manufacture of communication equipment", 1),
+ (181, "2640", "Manufacture of consumer electronics", 1),
+ (182, NULL, "Manufacture of measuring, testing, navigating and control equipment; watches and clocks", 1),
+ (183, "2651", "Manufacture of measuring, testing, navigating and control equipment", 1),
+ (184, "2652", "Manufacture of watches and clocks", 1),
+ (185, "2660", "Manufacture of irradiation, electromedical and electrotherapeutic equipment", 1),
+ (186, "2670", "Manufacture of optical instruments and photographic equipment", 1),
+ (187, "2680", "Manufacture of magnetic and optical media", 1),
+ (188, NULL, "Manufacture of electrical equipment", 1),
+ (189, "2710", "Manufacture of electric motors, generators, transformers and electricity distribution and control apparatus", 1),
+ (190, "2720", "Manufacture of batteries and accumulators", 1),
+ (191, NULL, "Manufacture of wiring and wiring devices", 1),
+ (192, "2731", "Manufacture of fibre optic cables", 1),
+ (193, "2732", "Manufacture of other electronic and electric wires and cables", 1),
+ (194, "2733", "Manufacture of wiring devices", 1),
+ (195, "2740", "Manufacture of electric lighting equipment", 1),
+ (196, "2750", "Manufacture of domestic appliances", 1),
+ (197, "2790", "Manufacture of other electrical equipment", 1),
+ (198, NULL, "Manufacture of machinery and equipment n.e.c.", 1),
+ (199, NULL, "Manufacture of general-purpose machinery", 1),
+ (200, "2811", "Manufacture of engines and turbines, except aircraft, vehicle and cycle engines", 1),
+ (201, "2812", "Manufacture of fluid power equipment", 1),
+ (202, "2813", "Manufacture of other pumps, compressors, taps and valves", 1),
+ (203, "2814", "Manufacture of bearings, gears, gearing and driving elements", 1),
+ (204, "2815", "Manufacture of ovens, furnaces and furnace burners", 1),
+ (205, "2816", "Manufacture of lifting and handling equipment", 1),
+ (206, "2817", "Manufacture of office machinery and equipment (except computers and peripheral equipment)", 1),
+ (207, "2818", "Manufacture of power-driven hand tools", 1),
+ (208, "2819", "Manufacture of other general-purpose machinery", 1),
+ (209, NULL, "Manufacture of special-purpose machinery", 1),
+ (210, "2821", "Manufacture of agricultural and forestry machinery", 1),
+ (211, "2822", "Manufacture of metal-forming machinery and machine tools", 1),
+ (212, "2823", "Manufacture of machinery for metallurgy", 1),
+ (213, "2824", "Manufacture of machinery for mining, quarrying and construction", 1),
+ (214, "2825", "Manufacture of machinery for food, beverage and tobacco processing", 1),
+ (215, "2826", "Manufacture of machinery for textile, apparel and leather production", 1),
+ (216, "2829", "Manufacture of other special-purpose machinery", 1),
+ (217, NULL, "Manufacture of motor vehicles, trailers and semi-trailers", 1),
+ (218, "2910", "Manufacture of motor vehicles", 1),
+ (219, "2920", "Manufacture of bodies (coachwork) for motor vehicles; manufacture of trailers and semi-trailers", 1),
+ (220, "2930", "Manufacture of parts and accessories for motor vehicles", 1),
+ (221, NULL, "Manufacture of other transport equipment", 1),
+ (222, NULL, "Building of ships and boats", 1),
+ (223, "3011", "Building of ships and floating structures", 1),
+ (224, "3012", "Building of pleasure and sporting boats", 1),
+ (225, "3020", "Manufacture of railway locomotives and rolling stock", 1),
+ (226, "3030", "Manufacture of air and spacecraft and related machinery", 1),
+ (227, "3040", "Manufacture of military fighting vehicles", 1),
+ (228, NULL, "Manufacture of transport equipment n.e.c.", 1),
+ (229, "3091", "Manufacture of motorcycles", 1),
+ (230, "3092", "Manufacture of bicycles and invalid carriages", 1),
+ (231, "3099", "Manufacture of other transport equipment n.e.c", 1),
+ (232, NULL, "Manufacture of furniture", 1),
+ (233, "3100", "Manufacture of furniture", 1),
+ (234, NULL, "Other manufacturing", 1),
+ (235, NULL, "Manufacture of jewellery, bijouterie and related articles", 1),
+ (236, "3211", "Manufacture of jewellery and related articles", 1),
+ (237, "3212", "Manufacture of imitation jewellery and related articles", 1),
+ (238, "3220", "Manufacture of musical instruments", 1),
+ (239, "3230", "Manufacture of sports goods", 1),
+ (240, "3240", "Manufacture of games and toys", 1),
+ (241, "3250", "Manufacture of medical and dental instruments and supplies", 1),
+ (242, "3290", "Other manufacturing n.e.c.", 1),
+ (243, NULL, "Repair and installation of machinery and equipment", 1),
+ (244, NULL, "Repair of fabricated metal products, machinery and equipment", 1),
+ (245, "3311", "Repair of fabricated metal products", 1),
+ (246, "3312", "Repair of machinery", 1),
+ (247, "3313", "Repair of electronic and optical equipment", 1),
+ (248, "3314", "Repair of electrical equipment", 1),
+ (249, "3315", "Repair of transport equipment, except motor vehicles", 1),
+ (250, ".", "Repair of other equipment", 1),
+ (251, "3320", "Installation of industrial machinery and equipment", 1),
+ (252, NULL, "Electricity, gas, steam and air conditioning supply", 1),
+ (253, "3510", "Electric power generation, transmission and distribution", 1),
+ (254, "3520", "Manufacture of gas; distribution of gaseous fuels through mains", 1),
+ (255, "3530", "Steam and air conditioning supply", 1),
+ (256, NULL, "Water collection, treatment and supply", 1),
+ (257, "3600", "Water collection, treatment and supply", 1),
+ (258, NULL, "Sewerage", 1),
+ (259, "3700", "Sewerage", 1),
+ (260, NULL, "Waste collection, treatment and disposal activities; materials recovery", 1),
+ (261, NULL, "Waste collection", 1),
+ (262, "3811", "Collection of non-hazardous waste", 1),
+ (263, "3812", "Collection of hazardous waste", 1),
+ (264, NULL, "Waste treatment and disposal", 1),
+ (265, "3821", "Treatment and disposal of non-hazardous waste", 1),
+ (266, "3822", "Treatment and disposal of hazardous waste", 1),
+ (267, "3830", "Materials recovery", 1),
+ (268, NULL, "Remediation activities and other waste management services", 1),
+ (269, "3900", "Remediation activities and other waste management services", 1),
+ (270, NULL, "Construction of buildings", 1),
+ (271, "4100", "Construction of buildings", 1),
+ (272, NULL, "Civil engineering", 1),
+ (273, "4210", "Construction of roads and railways", 1),
+ (274, "4220", "Construction of utility projects", 1),
+ (275, "4290", "Construction of other civil engineering projects", 1),
+ (276, NULL, "Specialized construction activities", 1),
+ (277, NULL, "Demolition and site preparation", 1),
+ (278, "4311", "Demolition", 1),
+ (279, "4312", "Site preparation", 1),
+ (280, NULL, "Electrical, plumbing and other construction installation activities", 1),
+ (281, "4321", "Electrical installation", 1),
+ (282, "4322", "Plumbing, heat and air-conditioning installation", 1),
+ (283, "4329", "Other construction installation", 1),
+ (284, "4330", "Building completion and finishing", 1),
+ (285, "4390", "Other specialized construction activities", 1),
+ (286, NULL, "Wholesale and retail trade and repair of motor vehicles and motorcycles", 1),
+ (287, "4510", "Sale of motor vehicles", 1),
+ (288, "4520", "Maintenance and repair of motor vehicles", 1),
+ (289, "4530", "Sale of motor vehicle parts and accessories", 1),
+ (290, "4540", "Sale, maintenance and repair of motorcycles and related parts and accessories", 1),
+ (291, NULL, "Wholesale trade, except of motor vehicles and motorcycles", 1),
+ (292, "4610", "Wholesale on a fee or contract basis", 1),
+ (293, "4620", "Wholesale of agricultural raw materials and live animals", 1),
+ (294, "4630", "Wholesale of food, beverages and tobacco", 1),
+ (295, NULL, "Wholesale of household goods", 1),
+ (296, "4641", "Wholesale of textiles, clothing and footwear", 1),
+ (297, "4649", "Wholesale of other household goods", 1),
+ (298, NULL, "Wholesale of machinery, equipment and supplies", 1),
+ (299, "4651", "Wholesale of computers, computer peripheral equipment and software", 1),
+ (300, "4652", "Wholesale of electronic and telecommunications equipment and parts", 1),
+ (301, "4653", "Wholesale of agricultural machinery, equipment and supplies", 1),
+ (302, "4659", "Wholesale of other machinery and equipment", 1),
+ (303, NULL, "Other specialized wholesale", 1),
+ (304, "4661", "Wholesale of solid, liquid and gaseous fuels and related products", 1),
+ (305, "4662", "Wholesale of metals and metal ores", 1),
+ (306, "4663", "Wholesale of construction materials, hardware, plumbing and heating equipment and supplies", 1),
+ (307, "4669", "Wholesale of waste and scrap and other products n.e.c.", 1),
+ (308, "4690", "Non-specialized wholesale trade", 1),
+ (309, NULL, "Retail trade, except of motor vehicles and motorcycles", 1),
+ (310, NULL, "Retail sale in non-specialized stores", 1),
+ (311, "4711", "Retail sale in non-specialized stores with food, beverages or tobacco predominating", 1),
+ (312, "4719", "Other retail sale in non-specialized stores", 1),
+ (313, NULL, "Retail sale of food, beverages and tobacco in specialized stores", 1),
+ (314, "4721", "Retail sale of food in specialized stores", 1),
+ (315, "4722", "Retail sale of beverages in specialized stores", 1),
+ (316, "4723", "Retail sale of tobacco products in specialized stores", 1),
+ (317, "4730", "Retail sale of automotive fuel in specialized stores", 1),
+ (318, NULL, "Retail sale of information and communications equipment in specialized stores", 1),
+ (319, "4741", "Retail sale of computers, peripheral units, software and telecommunications\n equipment in specialized stores", 1),
+ (320, "4742", "Retail sale of audio and video equipment in specialized stores", 1),
+ (321, NULL, "Retail sale of other household equipment in specialized stores", 1),
+ (322, "4751", "Retail sale of textiles in specialized stores", 1),
+ (323, "4752", "Retail sale of hardware, paints and glass in specialized stores", 1),
+ (324, "4753", "Retail sale of carpets, rugs, wall and floor coverings in specialized stores", 1),
+ (325, "4759", "Retail sale of electrical household appliances, furniture, lighting equipment andother household articles in specialized stores", 1),
+ (326, NULL, "Retail sale of cultural and recreation goods in specialized stores", 1),
+ (327, "4761", "Retail sale of books, newspapers and stationary in specialized stores", 1),
+ (328, "4762", "Retail sale of music and video recordings in specialized stores", 1),
+ (329, "4763", "Retail sale of sporting equipment in specialized stores", 1),
+ (330, "4764", "Retail sale of games and toys in specialized stores", 1),
+ (331, NULL, "Retail sale of other goods in specialized stores", 1),
+ (332, "4771", "Retail sale of clothing, footwear and leather articles in specialized stores", 1),
+ (333, "4772", "Retail sale of pharmaceutical and medical goods, cosmetic and toilet articles inspecialized stores", 1),
+ (334, "4773", "Other retail sale of new goods in specialized stores", 1),
+ (335, "4774", "Retail sale of second-hand goods", 1),
+ (336, NULL, "Retail sale via stalls and markets", 1),
+ (337, "4781", "Retail sale via stalls and markets of food, beverages and tobacco products", 1),
+ (338, "4782", "Retail sale via stalls and markets of textiles, clothing and footwear", 1),
+ (339, "4789", "Retail sale via stalls and markets of other goods", 1),
+ (340, NULL, "Retail trade not in stores, stalls or markets", 1),
+ (341, "4791", "Retail sale via mail order houses or via Internet", 1),
+ (342, "4799", "Other retail sale not in stores, stalls or markets", 1),
+ (343, NULL, "Land transport and transport via pipelines", 1),
+ (344, NULL, "Transport via railways", 1),
+ (345, "4911", "Passenger rail transport, interurban", 1),
+ (346, "4912", "Freight rail transport", 1),
+ (347, NULL, "Other land transport", 1),
+ (348, "4921", "Urban and suburban passenger land transport", 1),
+ (349, "4922", "Other passenger land transport", 1),
+ (350, "4923", "Freight transport by road", 1),
+ (351, "4930", "Transport via pipeline", 1),
+ (352, NULL, "Water transport", 1),
+ (353, NULL, "Sea and coastal water transport", 1),
+ (354, "5011", "Sea and coastal passenger water transport", 1),
+ (355, "5012", "Sea and coastal freight water transport", 1),
+ (356, NULL, "Inland water transport", 1),
+ (357, "5021", "Inland passenger water transport", 1),
+ (358, "5022", "Inland freight water transport", 1),
+ (359, NULL, "Air transport", 1),
+ (360, "5110", "Passenger air transport", 1),
+ (361, "5120", "Freight air transport", 1),
+ (362, NULL, "Warehousing and support activities for transportation", 1),
+ (363, "5210", "Warehousing and storage", 1),
+ (364, NULL, "Support activities for transportation", 1),
+ (365, "5221", "Service activities incidental to land transportation", 1),
+ (366, "5222", "Service activities incidental to water transportation", 1),
+ (367, "5223", "Service activities incidental to air transportation", 1),
+ (368, "5224", "Cargo handling", 1),
+ (369, "5229", "Other transportation support activities", 1),
+ (370, NULL, "Postal and courier activities", 1),
+ (371, "5310", "Postal activities", 1),
+ (372, "5320", "Courier activities", 1),
+ (373, NULL, "Accommodation", 1),
+ (374, "5510", "Short term accommodation activities", 1),
+ (375, "5520", "Camping grounds, recreational vehicle parks and trailer parks", 1),
+ (376, "5590", "Other accommodation", 1),
+ (377, NULL, "Food and beverage service activities", 1),
+ (378, "5610", "Restaurants and mobile food service activities", 1),
+ (379, NULL, "Event catering and other food service activities", 1),
+ (380, "5621", "Event catering", 1),
+ (381, "5629", "Other food service activities", 1),
+ (382, "5630", "Beverage serving activities", 1),
+ (383, NULL, "Publishing activities", 1),
+ (384, NULL, "Publishing of books, periodicals and other publishing activities", 1),
+ (385, "5811", "Book publishing", 1),
+ (386, "5812", "Publishing of directories and mailing lists", 1),
+ (387, "5813", "Publishing of newspapers, journals and periodicals", 1),
+ (388, "5819", "Other publishing activities", 1),
+ (389, "5820", "Software publishing", 1),
+ (390, NULL, "Motion picture, video and television programme production, sound recordingand music publishing activities", 1),
+ (391, NULL, "Motion picture, video and television programme activities", 1),
+ (392, "5911", "Motion picture, video and television programme production activities", 1),
+ (393, "5912", "Motion picture, video and television programme post-production activities", 1),
+ (394, "5913", "Motion picture, video and television programme distribution activities", 1),
+ (395, "5914", "Motion picture projection activities", 1),
+ (396, "5920", "Sound recording and music publishing activities", 1),
+ (397, NULL, "Programming and broadcasting activities", 1),
+ (398, "6010", "Radio broadcasting", 1),
+ (399, "6020", "Television programming and broadcasting activities", 1),
+ (400, NULL, "Telecommunications", 1),
+ (401, "6110", "Wired telecommunications activities", 1),
+ (402, "6120", "Wireless telecommunications activities", 1),
+ (403, "6130", "Satellite telecommunications activities", 1),
+ (404, "6190", "Other telecommunications activities", 1),
+ (405, NULL, "Computer programming, consultancy and related activities", 1),
+ (406, "6201", "Computer programming activities", 1),
+ (407, "6202", "Computer consultancy and computer facilities management activities", 1),
+ (408, "6209", "Other information technology and computer service activities", 1),
+ (409, NULL, "Information service activities", 1),
+ (410, NULL, "Data processing, hosting and related activities; web portals", 1),
+ (411, "6311", "Data processing, hosting and related activities", 1),
+ (412, "6312", "Web portals", 1),
+ (413, NULL, "Other information service activities", 1),
+ (414, "6391", "News agency activities", 1),
+ (415, "6399", "Other information service activities n.e.c.", 1),
+ (416, NULL, "Financial service activities, except insurance and pension funding", 1),
+ (417, NULL, "Monetary intermediation", 1),
+ (418, "6411", "Central banking", 1),
+ (419, "6419", "Other monetary intermediation", 1),
+ (420, "6420", "Activities of holding companies", 1),
+ (421, "6430", "Trusts, funds and similar financial entities", 1),
+ (422, NULL, "Other financial service activities, except insurance and pension funding activities", 1),
+ (423, "6491", "Financial leasing", 1),
+ (424, "6492", "Other credit granting", 1),
+ (425, "6499", "Other financial service activities, except insurance and pension funding activities,\nn.e.c", 1),
+ (426, NULL, "Insurance, reinsurance and pension funding, except compulsory social security", 1),
+ (427, NULL, "Insurance", 1),
+ (428, "6511", "Life insurance", 1),
+ (429, "6512", "Non-life insurance", 1),
+ (430, "6520", "Reinsurance", 1),
+ (431, "6530", "Pension funding", 1),
+ (432, NULL, "Activities auxiliary to financial service and insurance activities", 1),
+ (433, NULL, "Activities auxiliary to financial service activities, except insurance and pension funding", 1),
+ (434, "6611", "Administration of financial markets", 1),
+ (435, "6612", "Security and commodity contracts brokerage", 1),
+ (436, "6619", "Other activities auxiliary to financial service activities", 1),
+ (437, NULL, "Activities auxiliary to insurance and pension funding", 1),
+ (438, "6621", "Risk and damage evaluation", 1),
+ (439, "6622", "Activities of insurance agents and brokers", 1),
+ (440, "6629", "Other activities auxiliary to insurance and pension funding", 1),
+ (441, "6630", "Fund management activities", 1),
+ (442, NULL, "Real estate activities", 1),
+ (443, "6810", "Real estate activities with own or leased property", 1),
+ (444, "6820", "Real estate activities on a fee or contract basis", 1),
+ (445, NULL, "Legal and accounting activities", 1),
+ (446, "6910", "Legal activities", 1),
+ (447, "6920", "Accounting, bookkeeping and auditing activities; tax consultancy", 1),
+ (448, NULL, "Activities of head offices; management consultancy activities", 1),
+ (449, "7010", "Activities of head offices", 1),
+ (450, "7020", "Management consultancy activities", 1),
+ (451, NULL, "Architectural and engineering activities; technical testing and analysis", 1),
+ (452, "7110", "Architectural and engineering activities and related technical consultancy", 1),
+ (453, "7120", "Technical testing and analysis", 1),
+ (454, NULL, "Scientific research and development", 1),
+ (455, "7210", "Research and experimental development on natural sciences and engineering", 1),
+ (456, "7220", "Research and experimental development on social sciences and humanities", 1),
+ (457, NULL, "Advertising and market research", 1),
+ (458, "7310", "Advertising", 1),
+ (459, "7320", "Market research and public opinion polling", 1),
+ (460, NULL, "Other professional, scientific and technical activities", 1),
+ (461, "7410", "Specialized design activities", 1),
+ (462, "7420", "Photographic activities", 1),
+ (463, "7490", "Other professional, scientific and technical activities n.e.c.", 1),
+ (464, NULL, "Veterinary activities", 1),
+ (465, "7500", "Veterinary activities", 1),
+ (466, NULL, "Rental and leasing activities", 1),
+ (467, "7710", "Renting and leasing of motor vehicles", 1),
+ (468, NULL, "Renting and leasing of personal and household goods", 1),
+ (469, "7721", "Renting and leasing of recreational and sports goods", 1),
+ (470, "7722", "Renting of video tapes and disks", 1),
+ (471, "7729", "Renting and leasing of other personal and household goods", 1),
+ (472, "7730", "Renting and leasing of other machinery, equipment and tangible goods", 1),
+ (473, "7740", "Leasing of intellectual property and similar products, except copyrighted works", 1),
+ (474, NULL, "Employment activities", 1),
+ (475, "7810", "Activities of employment placement agencies", 1),
+ (476, "7820", "Temporary employment agency activities", 1),
+ (477, "7830", "Other human resources provision", 1),
+ (478, NULL, "Travel agency, tour operator, reservation service and related activities", 1),
+ (479, NULL, "Travel agency and tour operator activities", 1),
+ (480, "7911", "Travel agency activities", 1),
+ (481, "7912", "Tour operator activities", 1),
+ (482, "7990", "Other reservation service and related activities", 1),
+ (483, NULL, "Security and investigation activities", 1),
+ (484, "8010", "Private security activities", 1),
+ (485, "8020", "Security systems service activities", 1),
+ (486, "8030", "Investigation activities", 1),
+ (487, NULL, "Services to buildings and landscape activities", 1),
+ (488, "8110", "Combined facilities support activities", 1),
+ (489, NULL, "Cleaning activities", 1),
+ (490, "8121", "General cleaning of buildings", 1),
+ (491, "8129", "Other building and industrial cleaning activities", 1),
+ (492, "8130", "Landscape care and maintenance service activities", 1),
+ (493, NULL, "Office administrative, office support and other business support activities", 1),
+ (494, NULL, "Office administrative and support activities", 1),
+ (495, "8211", "Combined office administrative service activities", 1),
+ (496, "8219", "Photocopying, document preparation and other specialized office support activities", 1),
+ (497, "8220", "Activities of call centres", 1),
+ (498, "8230", "Organization of conventions and trade shows", 1),
+ (499, NULL, "Business support service activities n.e.c.", 1),
+ (500, "8291", "Activities of collection agencies and credit bureaus", 1),
+ (501, "8292", "Packaging activities", 1),
+ (502, "8299", "Other business support service activities n.e.c.", 1),
+ (503, NULL, "Public administration and defence; compulsory social security", 1),
+ (504, NULL, "Administration of the State and the economic and social policy of the community", 1),
+ (505, "8411", "General public administration activities", 1),
+ (506, "8412", "Regulation of the activities of providing health care, education, cultural services andother social services, excluding social security", 1),
+ (507, "8413", "Regulation of and contribution to more efficient operation of businesses", 1),
+ (508, NULL, "Provision of services to the community as a whole", 1),
+ (509, "8421", "Foreign affairs", 1),
+ (510, "8422", "Defence activities", 1),
+ (511, "8423", "Public order and safety activities", 1),
+ (512, "8430", "Compulsory social security activities", 1),
+ (513, NULL, "Education", 1),
+ (514, "8510", "Pre-primary and primary education", 1),
+ (515, NULL, "Secondary education", 1),
+ (516, "8521", "General secondary education", 1),
+ (517, "8522", "Technical and vocational secondary education", 1),
+ (518, "8530", "Higher education", 1),
+ (519, NULL, "Other education", 1),
+ (520, "8541", "Sports and recreation education", 1),
+ (521, "8542", "Cultural education", 1),
+ (522, "8549", "Other education n.e.c.", 1),
+ (523, "8550", "Educational support activities", 1),
+ (524, NULL, "Human health activities", 1),
+ (525, "8610", "Hospital activities", 1),
+ (526, "8620", "Medical and dental practice activities", 1),
+ (527, "8690", "Other human health activities", 1),
+ (528, NULL, "Residential care activities", 1),
+ (529, "8710", "Residential nursing care facilities", 1),
+ (530, "8720", "Residential care activities for mental retardation, mental health and substance abuse", 1),
+ (531, "8730", "Residential care activities for the elderly and disabled", 1),
+ (532, "8790", "Other residential care activities", 1),
+ (533, NULL, "Social work activities without accommodation", 1),
+ (534, "8810", "Social work activities without accommodation for the elderly and disabled", 1),
+ (535, "8890", "Other social work activities without accommodation", 1),
+ (536, NULL, "Creative, arts and entertainment activities", 1),
+ (537, "9000", "Creative, arts and entertainment activities", 1),
+ (538, NULL, "Libraries, archives, museums and other cultural activities", 1),
+ (539, "9101", "Library and archives activities", 1),
+ (540, "9102", "Museums activities and operation of historical sites and buildings", 1),
+ (541, "9103", "Botanical and zoological gardens and nature reserves activities", 1),
+ (542, NULL, "Gambling and betting activities", 1),
+ (543, "9200", "Gambling and betting activities", 1),
+ (544, NULL, "Sports activities and amusement and recreation activities", 1),
+ (545, NULL, "Sports activities", 1),
+ (546, "9311", "Operation of sports facilities", 1),
+ (547, "9312", "Activities of sports clubs", 1),
+ (548, "9319", "Other sports activities", 1),
+ (549, NULL, "Other amusement and recreation activities", 1),
+ (550, "9321", "Activities of amusement parks and theme parks", 1),
+ (551, "9329", "Other amusement and recreation activities n.e.c.", 1),
+ (552, NULL, "Activities of membership organizations", 1),
+ (553, NULL, "Activities of business, employers and professional membership organizations", 1),
+ (554, "9411", "Activities of business and employers membership organizations", 1),
+ (555, "9412", "Activities of professional membership organizations", 1),
+ (556, "9420", "Activities of trade unions", 1),
+ (557, NULL, "Activities of other membership organizations", 1),
+ (558, "9491", "Activities of religious organizations", 1),
+ (559, "9492", "Activities of political organizations", 1),
+ (560, "9499", "Activities of other membership organizations n.e.c.", 1),
+ (561, NULL, "Repair of computers and personal and household goods", 1),
+ (562, NULL, "Repair of computers and communication equipment", 1),
+ (563, "9511", "Repair of computers and peripheral equipment", 1),
+ (564, "9512", "Repair of communication equipment", 1),
+ (565, NULL, "Repair of personal and household goods", 1),
+ (566, "9521", "Repair of consumer electronics", 1),
+ (567, "9522", "Repair of household appliances and home and garden equipment", 1),
+ (568, "9523", "Repair of footwear and leather goods", 1),
+ (569, "9524", "Repair of furniture and home furnishings", 1),
+ (570, "9529", "Repair of other personal and household goods", 1),
+ (571, NULL, "Other personal service activities", 1),
+ (572, "9601", "Washing and (dry-) cleaning of textile and fur products", 1),
+ (573, "9602", "Hairdressing and other beauty treatment", 1),
+ (574, "9603", "Funeral and related activities", 1),
+ (575, "9609", "Other personal service activities n.e.c.", 1),
+ (576, NULL, "Activities of households as employers of domestic personnel", 1),
+ (577, "9700", "Activities of households as employers of domestic personnel", 1),
+ (578, NULL, "Undifferentiated goods- and services-producing activities of private households for own use", 1),
+ (579, "9810", "Undifferentiated goods-producing activities of private households for own use", 1),
+ (580, "9820", "Undifferentiated service-producing activities of private households for own use", 1),
+ (581, NULL, "Activities of extraterritorial organizations and bodies", 1),
+ (582, "9900", "Activities of extraterritorial organizations and bodies", 1);
+
+/*!40000 ALTER TABLE `isic_master` ENABLE KEYS */;
+UNLOCK TABLES;
+
+
+
+# Dump of table item_level_indices
+# ------------------------------------------------------------
+
+DROP TABLE IF EXISTS `item_level_indices`;
+
+CREATE TABLE `item_level_indices` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `product_id` int NOT NULL,
+ `product_hs_code` varchar(50) DEFAULT NULL,
+ `year` int NOT NULL,
+ `current_production` decimal(15,2) NOT NULL,
+ `base_year_avg_production` decimal(15,2) NOT NULL,
+ `production_relative` decimal(10,4) NOT NULL COMMENT 'Ri = Current/BaseYear',
+ `item_index` decimal(10,2) NOT NULL COMMENT 'Ii = Ri * 100',
+ `created_at` datetime DEFAULT CURRENT_TIMESTAMP,
+ `updated_at` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
+ `quarter` varchar(2) NOT NULL,
+ `quarter_name` varchar(20) DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `unique_product_period_quarter` (`product_id`,`year`,`quarter`),
+ KEY `idx_product` (`product_id`),
+ KEY `idx_year_quarter` (`year`,`quarter`)
+) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
+
+LOCK TABLES `item_level_indices` WRITE;
+/*!40000 ALTER TABLE `item_level_indices` DISABLE KEYS */;
+
+INSERT INTO `item_level_indices` (`id`, `product_id`, `product_hs_code`, `year`, `current_production`, `base_year_avg_production`, `production_relative`, `item_index`, `created_at`, `updated_at`, `quarter`, `quarter_name`) VALUES
+ (1, 1, "16029010", 2025, 73130430, 18685895.75, 3.9137, 391.37, "2026-04-17 13:54:28", "2026-04-17 13:54:28", "Q1", "Q1"),
+ (2, 2, "2071400", 2025, 42057610, 43597411.25, 0.9647, 96.47, "2026-04-17 13:54:28", "2026-04-17 13:54:28", "Q1", "Q1"),
+ (3, 3, "16010030", 2025, 596571524, 606649088.75, 0.9834, 98.34, "2026-04-17 13:54:28", "2026-04-17 13:54:28", "Q1", "Q1"),
+ (4, 4, "2013000", 2025, 7859486, 24444478.75, 0.3215, 32.15, "2026-04-17 13:54:28", "2026-04-17 13:54:28", "Q1", "Q1"),
+ (5, 5, "16052100", 2025, 796370431, 818677163.5, 0.9728, 97.28, "2026-04-17 13:54:28", "2026-04-17 13:54:28", "Q1", "Q1"),
+ (6, 6, "3054100", 2025, 7312093691, 7448997543.5, 0.9816, 98.16, "2026-04-17 13:54:28", "2026-04-17 13:54:28", "Q1", "Q1"),
+ (7, 7, "16023200", 2025, 72559466, 76142139.75, 0.9529, 95.29, "2026-04-17 13:54:28", "2026-04-17 13:54:28", "Q1", "Q1"),
+ (8, 8, "2042100", 2025, 12501558109, 12489937270.5, 1.0009, 100.09, "2026-04-17 13:54:28", "2026-04-17 13:54:28", "Q1", "Q1"),
+ (9, 9, "2072700", 2025, 3092186715, 3007171303.5, 1.0283, 102.83, "2026-04-17 13:54:28", "2026-04-17 13:54:28", "Q1", "Q1"),
+ (10, 10, "3019100", 2025, 611973998, 579107450.5, 1.0568, 105.68, "2026-04-17 13:54:28", "2026-04-17 13:54:28", "Q1", "Q1"),
+ (11, 11, "3061700", 2025, 70066546, 68018440, 1.0301, 103.01, "2026-04-17 13:54:28", "2026-04-17 14:01:10", "Q1", "Q1");
+
+/*!40000 ALTER TABLE `item_level_indices` ENABLE KEYS */;
+UNLOCK TABLES;
+
+
+
+# Dump of table manufacturing_ipi
+# ------------------------------------------------------------
+
+DROP TABLE IF EXISTS `manufacturing_ipi`;
+
+CREATE TABLE `manufacturing_ipi` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `year` int NOT NULL,
+ `reference_date` date NOT NULL COMMENT 'First day of the month',
+ `total_weight` decimal(10,2) DEFAULT '100.00',
+ `weighted_index_sum` decimal(15,4) NOT NULL,
+ `manufacturing_index` decimal(10,2) NOT NULL COMMENT 'Headline IPI',
+ `mom_change` decimal(10,2) DEFAULT NULL COMMENT 'Month-on-Month % change',
+ `yoy_change` decimal(10,2) DEFAULT NULL COMMENT 'Year-on-Year % change',
+ `status` varchar(20) DEFAULT 'Pending' COMMENT 'Pending, Completed, Published',
+ `generated_on` datetime DEFAULT CURRENT_TIMESTAMP,
+ `created_at` datetime DEFAULT CURRENT_TIMESTAMP,
+ `updated_at` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
+ `quarter` varchar(2) NOT NULL,
+ `quarter_name` varchar(20) DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `unique_period_quarter` (`year`,`quarter`),
+ KEY `idx_reference_date` (`reference_date`),
+ KEY `idx_status` (`status`)
+) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
+
+LOCK TABLES `manufacturing_ipi` WRITE;
+/*!40000 ALTER TABLE `manufacturing_ipi` DISABLE KEYS */;
+
+INSERT INTO `manufacturing_ipi` (`id`, `year`, `reference_date`, `total_weight`, `weighted_index_sum`, `manufacturing_index`, `mom_change`, `yoy_change`, `status`, `generated_on`, `created_at`, `updated_at`, `quarter`, `quarter_name`) VALUES
+ (1, 2025, "2025-01-01", 100.01, 11237.8268, 112.37, NULL, NULL, "Completed", "2026-04-17 19:31:12", "2026-04-17 13:54:31", "2026-04-17 14:01:11", "Q1", "Q1");
+
+/*!40000 ALTER TABLE `manufacturing_ipi` ENABLE KEYS */;
+UNLOCK TABLES;
+
+
+
+# Dump of table monthly_production
+# ------------------------------------------------------------
+
+DROP TABLE IF EXISTS `monthly_production`;
+
+CREATE TABLE `monthly_production` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `product_id` int NOT NULL,
+ `product_hs_code` varchar(50) DEFAULT NULL,
+ `year` int NOT NULL,
+ `production_quantity` decimal(15,2) NOT NULL,
+ `unit` varchar(50) DEFAULT NULL,
+ `is_estimated` tinyint(1) DEFAULT '0' COMMENT 'If data was estimated using one of the 3 methods',
+ `estimation_method` varchar(50) DEFAULT NULL COMMENT 'repeat_previous_month, avg_last_3_months, repeat_previous_year',
+ `created_at` datetime DEFAULT CURRENT_TIMESTAMP,
+ `updated_at` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
+ `quarter` varchar(2) NOT NULL,
+ `quarter_name` varchar(20) DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `unique_product_quarter` (`product_id`,`year`,`quarter`),
+ KEY `idx_product` (`product_id`),
+ KEY `idx_year_quarter` (`year`,`quarter`)
+) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
+
+LOCK TABLES `monthly_production` WRITE;
+/*!40000 ALTER TABLE `monthly_production` DISABLE KEYS */;
+
+INSERT INTO `monthly_production` (`id`, `product_id`, `product_hs_code`, `year`, `production_quantity`, `unit`, `is_estimated`, `estimation_method`, `created_at`, `updated_at`, `quarter`, `quarter_name`) VALUES
+ (1, 1, "16029010", 2025, 73130430, NULL, 0, NULL, "2026-04-17 13:54:27", "2026-04-17 13:54:27", "Q1", "Q1"),
+ (2, 2, "2071400", 2025, 42057610, NULL, 0, NULL, "2026-04-17 13:54:27", "2026-04-17 13:54:27", "Q1", "Q1"),
+ (3, 3, "16010030", 2025, 596571524, NULL, 0, NULL, "2026-04-17 13:54:27", "2026-04-17 13:54:27", "Q1", "Q1"),
+ (4, 4, "2013000", 2025, 7859486, NULL, 0, NULL, "2026-04-17 13:54:28", "2026-04-17 13:54:28", "Q1", "Q1"),
+ (5, 5, "16052100", 2025, 796370431, NULL, 0, NULL, "2026-04-17 13:54:28", "2026-04-17 13:54:28", "Q1", "Q1"),
+ (6, 6, "3054100", 2025, 7312093691, NULL, 0, NULL, "2026-04-17 13:54:28", "2026-04-17 13:54:28", "Q1", "Q1"),
+ (7, 7, "16023200", 2025, 72559466, NULL, 0, NULL, "2026-04-17 13:54:28", "2026-04-17 13:54:28", "Q1", "Q1"),
+ (8, 8, "2042100", 2025, 12501558109, NULL, 0, NULL, "2026-04-17 13:54:28", "2026-04-17 13:54:28", "Q1", "Q1"),
+ (9, 9, "2072700", 2025, 3092186715, NULL, 0, NULL, "2026-04-17 13:54:28", "2026-04-17 13:54:28", "Q1", "Q1"),
+ (10, 10, "3019100", 2025, 611973998, NULL, 0, NULL, "2026-04-17 13:54:28", "2026-04-17 13:54:28", "Q1", "Q1"),
+ (11, 11, "3061700", 2025, 70066546, NULL, 0, NULL, "2026-04-17 13:54:28", "2026-04-17 14:01:09", "Q1", "Q1");
+
+/*!40000 ALTER TABLE `monthly_production` ENABLE KEYS */;
+UNLOCK TABLES;
+
+
+
+# Dump of table notification_templates
+# ------------------------------------------------------------
+
+DROP TABLE IF EXISTS `notification_templates`;
+
+CREATE TABLE `notification_templates` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `title` varchar(255) NOT NULL,
+ `template_code` varchar(255) NOT NULL,
+ `subject` varchar(255) DEFAULT NULL,
+ `body_html` text NOT NULL,
+ `placeholders` json DEFAULT NULL,
+ `is_active` tinyint(1) DEFAULT '1',
+ `created_at` datetime DEFAULT NULL,
+ `updated_at` datetime DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `template_code` (`template_code`)
+) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
+
+LOCK TABLES `notification_templates` WRITE;
+/*!40000 ALTER TABLE `notification_templates` DISABLE KEYS */;
+
+INSERT INTO `notification_templates` (`id`, `title`, `template_code`, `subject`, `body_html`, `placeholders`, `is_active`, `created_at`, `updated_at`) VALUES
+ (1, "Establishment user creation mail to user", "establishment_user_creation_to_user", "Your account for the Index of Industrial Production (IIP) survey submission", "\n\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nDear {{contact_name}} ,\n
\n\n\nAn account has been created for you to submit the Index of Industrial Production (IIP) surveys on the\nFCSC IIP Survey Portal. \n
\n\n\nSign-in: {{portal_url}} \nUsername: {{username}} \nPassword: {{password}}\n
\n\n\nWhat to do next:\n
\n\n\nSign in using the above credentials. \nAfter signing in, your dashboard will show any open surveys assigned to your establishment. \nIf you can?t access your account, use Forgot password on the sign-in page or contact us. \n \n\n\nSupport: \nEmail: {{support_email}} \nPhone: {{support_phone}} \n
\n\n\nRegards, \nFederal Competitiveness and Statistics Centre (FCSC) \n{{support_email}} \n{{support_phone}}\n
\n\n \n\n\n\n\n\nDisclaimer: \nThe information contained in and transmitted with this e-mail message is\nPRIVILEGED AND/OR CONFIDENTIAL. If you are not the intended recipient, or\nhave received the message by error, please notify the sender via E-Mail or\nover the telephone and delete this e-mail. You are not authorized to read,\ncopy, disseminate, distribute or use this E-Mail or any of its attachments\nin any way.\n
\n\n \n \n
\n\n \n \n
\n\n \n \n
\n\n\n", NULL, 1, NULL, NULL),
+ (2, "Establishment user creation mail to establishment", "establishment_user_creation_to_establishment", "New user Registration", "\n\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nDear {{user_name}} ,\n
\n\n\nYour account has been successfully created under the establishment\n{{establishment_name}} .\n
\n\n\nYou can now login to the system and manage your submissions, products and quarterly forecast data.\n
\n\n\nLogin Email: {{user_email}}\n
\n\n\nIf this was not initiated by you, please contact support immediately.\n
\n\n\nRegards, \nMinistry of Industry & Advanced Technology \nUAE\n
\n\n\nThis is an automated system generated email. Please do not reply to this email.\n
\n\n \n\n\n\n\n\nDisclaimer: \nThe information contained in and transmitted with this e-mail message is\nPRIVILEGED AND/OR CONFIDENTIAL. If you are not the intended recipient, or\nhave received the message by error, please notify the sender via E-Mail or\nover the telephone and delete this e-mail. You are not authorized to read,\ncopy, disseminate, distribute or use this E-Mail or any of its attachments\nin any way.\n
\n\n \n \n
\n\n \n \n
\n\n \n \n
\n\n\n", NULL, 1, NULL, NULL),
+ (3, "Submission created mail to establishment user", "submission_created_mail_to_establishment_user", "Quarterly Submission Form – Confirmation of Successful Submission", "\n\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nDear {{user_name}} ,\n
\n\n\nThank you for submitting your Quarterly Survey for the period\n{{quarter}} / {{year}} .\nYour submission has been received successfully and is currently under review.\n
\n\n\nSubmission Details:\n
\n\n\n\nSurvey Name: \n{{survey_name}} \n \n\nSubmitted By: \n{{submitted_by}} \n \n\nSubmission Date: \n{{submission_date}} \n \n
\n\n\nOur team will review the submitted information and get in touch if any additional details are required.\n
\n\n\nThank you for your continued cooperation.\n
\n\n\nRegards, \nFederal Competitiveness and Statistics Centre (FCSC) \n{{support_email}} | {{support_phone}}\n
\n\n \n\n\n\n\n\nDisclaimer: \nThe information contained in and transmitted with this e-mail message is\nPRIVILEGED AND/OR CONFIDENTIAL. If you are not the intended recipient, or\nhave received the message by error, please notify the sender via E-Mail or\nover the telephone and delete this e-mail. You are not authorized to read,\ncopy, disseminate, distribute or use this E-Mail or any of its attachments\nin any way.\n
\n\n \n \n
\n\n \n \n
\n\n \n \n
\n\n\n", NULL, 1, NULL, NULL),
+ (4, "Submission approved mail to establishment user", "submission_approved_mail_to_establishment_user", "Quarterly Submission Form – Approved", "\n\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nDear {{user_name}} ,\n
\n\n\nWe would like to inform you that your Quarterly Survey for the period\n{{quarter}} / {{year}} has been reviewed and approved by the\nFederal Competitiveness and Statistics Centre (FCSC) .\n
\n\n\nSubmission Details:\n
\n\n\n\nSurvey Name: \n{{survey_name}} \n \n\nEstablishment: \n{{establishment_name}} \n \n\nSubmitted On: \n{{submission_date}} \n \n\nStatus: \nApproved \n \n
\n\n\nNo further action is required at this stage.\nThank you for your timely submission and continued cooperation.\n
\n\n\nRegards, \nFederal Competitiveness and Statistics Centre (FCSC) \n{{support_email}} | {{support_phone}}\n
\n\n \n\n\n\n\n\nDisclaimer: \nThe information contained in and transmitted with this e-mail message is\nPRIVILEGED AND/OR CONFIDENTIAL. If you are not the intended recipient, or\nhave received the message by error, please notify the sender via E-Mail or\nover the telephone and delete this e-mail. You are not authorized to read,\ncopy, disseminate, distribute or use this E-Mail or any of its attachments\nin any way.\n
\n\n \n \n
\n\n \n \n
\n\n \n \n
\n\n\n", NULL, 1, NULL, NULL),
+ (5, "Submission rejected mail to establishment user", "submission_rejected_mail_to_establishment_user", "Quarterly Submission Form – Rejected", "\n\n
\n\n\n\n\n\n\n\n\n\n\n\n\nDear {{user_name}} ,\n
\n\n\nYour Quarterly Survey for the period\n{{quarter}} / {{year}} has been reviewed and rejected by the\nFederal Competitiveness and Statistics Centre (FCSC) \n
\n\n\n Please resubmit within 14 days for review. \n Resubmissions will not be permitted after this period.\n
\n\n\nSubmission Details:\n
\n\n\n\nSurvey Name: \n{{survey_name}} \n \n\nEstablishment: \n{{establishment_name}} \n \n\nSubmitted On: \n{{submission_date}} \n \n\nStatus: \nRejected \n \n\nReason for Rejection: \n{{rejection_reason}} \n \n
\n\n\nPlease review the feedback, make the necessary corrections, and resubmit the form for approval.\n
\n\n\nThank you for your understanding and cooperation.\n
\n\n\nRegards, \nFederal Competitiveness and Statistics Centre (FCSC) \n{{support_email}} | {{support_phone}}\n
\n\n \n\n\n \n\n \n \n \n\n\n\n\nWETHEUAE.AE\n \n \n\n
\n\n\nDisclaimer: \nThe information contained in and transmitted with this e-mail message is\nPRIVILEGED AND/OR CONFIDENTIAL. If you are not the intended recipient, or\nhave received the message by error, please notify the sender via E-Mail or\nover the telephone and delete this e-mail. You are not authorized to read,\ncopy, disseminate, distribute or use this E-Mail or any of its attachments\nin any way.\n
\n\n \n \n
\n\n \n \n
\n\n\n\n\n\n\n\n", NULL, 1, NULL, NULL),
+ (6, "Submission created mail to admin", "submission_created_mail_to_admin", "New Quarterly Submission Received – Pending Review", "\n\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nDear {{user_name}} ,\n
\n\n\nA new Quarterly Survey has been submitted and is pending your review.\nPlease review the details below and take the appropriate action (Approve / Reject ).\n
\n\n\nSubmission Details:\n
\n\n\n\nEstablishment: \n{{establishment_name}} \n \n\nSubmitted By: \n{{submitted_by}} \n \n\nSubmission Period: \n{{quarter}} / {{year}} \n \n\nSubmission Date: \n{{submission_date}} \n \n
\n\n\nKindly log in to the Admin Portal to review the form and complete the approval process.\n
\n\n\nAdmin Portal: \n\n{{portal_url}}\n \n
\n\n\nThank you!\n
\n\n\nRegards, \nFederal Competitiveness and Statistics Centre (FCSC) \n{{support_email}} | {{support_phone}}\n
\n\n \n\n\n\n\n\nDisclaimer: \nThe information contained in and transmitted with this e-mail message is\nPRIVILEGED AND/OR CONFIDENTIAL. If you are not the intended recipient, or\nhave received the message by error, please notify the sender via E-Mail or\nover the telephone and delete this e-mail. You are not authorized to read,\ncopy, disseminate, distribute or use this E-Mail or any of its attachments\nin any way.\n
\n\n \n \n
\n\n \n \n
\n\n \n \n
\n\n\n", NULL, 1, NULL, NULL),
+ (8, "Quarterly Survey Creation Notification", "quarterly_survey_created_to_establishment", "New Quarterly Survey Window Created", "\n\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nHello,\n
\n\n\nA new Quarterly Survey Window has been created on the\nFCSC IIP Survey Portal .\n
\n\n\nWe request you to complete your survey submission for this quarter before the due date.\n
\n\n\nSurvey Details:\n
\n\n\n\nSurvey Name: \n{{survey_name}} \n \n\nQuarter: \n{{quarter}} \n \n\nYear: \n{{year}} \n \n\nOpening Date: \n{{opens_on}} \n \n\nClosing Date: \n{{closes_on}} \n \n\nAccess Portal: \n\n\n{{portal_url}}\n \n \n \n
\n\n\nPlease ensure your establishment submits the required information before the survey window closes.\n
\n\n\nIf you need any assistance, please reach out:\n
\n\n\nEmail: {{support_email}} \nPhone: {{support_phone}}\n
\n\n\nRegards, \nFederal Competitiveness and Statistics Centre (FCSC) \n{{support_email}} \n{{support_phone}}\n
\n\n \n\n\n\n\n\nDisclaimer: \nThe information contained in and transmitted with this e-mail message is\nPRIVILEGED AND/OR CONFIDENTIAL. If you are not the intended recipient, or\nhave received the message by error, please notify the sender via E-Mail or\nover the telephone and delete this e-mail. You are not authorized to read,\ncopy, disseminate, distribute or use this E-Mail or any of its attachments\nin any way.\n
\n\n \n \n
\n\n \n \n
\n\n \n \n
\n\n\n", "{\"year\":\"\",\"quarter\":\"\",\"opens_on\":\"\",\"closes_on\":\"\",\"portal_url\":\"\",\"survey_name\":\"\",\"support_email\":\"\",\"support_phone\":\"\"}", 1, NULL, NULL),
+ (11, "Sign in Verfication Code", "sign_in_verification_code", "Your IIP Sign-in Verification Code", "\n\n\n
\n \n \n\n \n \n \n \n\n \n \n \n \n\n \n IIP Sign-in Verification\n \n\n \n Dear {{username}} ,\n
\n\n \n Use this one-time verification code to complete your sign-in.\n This code expires in {{otp_expiry}} minutes.\n
\n\n \n Verification code: {{verfication_code}}\n \n
\n \n\n \n If you did not request this code, you can ignore this email.\n For assistance, contact support at\n {{support_email}} \n or\n {{support_phone}} .\n
\n\n \n Security note: \n Do not share this code with anyone.\n Our team will never ask for your verification code.\n
\n\n \n Regards, \n Federal Competitiveness and Statistics Centre (FCSC) \n {{support_email}} \n {{support_phone}}\n
\n\n \n\n \n \n\n \n Disclaimer: \n The information contained in and transmitted with this e-mail message is\n PRIVILEGED AND/OR CONFIDENTIAL. If you are not the intended recipient, or\n have received the message by error, please notify the sender via E-Mail or\n over the telephone and delete this e-mail. You are not authorized to read,\n copy, disseminate, distribute or use this E-Mail or any of its attachments\n in any way.\n
\n\n \n \n
\n\n \n \n
\n\n \n \n
\n\n\n", "{\"logo_url\":\"\",\"username\":\"\",\"otp_expiry\":\"\",\"support_email\":\"\",\"support_phone\":\"\",\"verification_code\":\"\"}", 1, NULL, NULL),
+ (15, "IIP Reset Password", "iip_reset_password", "IIP Reset Password", "\n\n
\n\n\n \n\n\n\n \n\n\n\n IIP Reset Password \n \n Dear {{username}} ,\n
\n\n \n Use this one-time verification code to reset your password.\n This code expires in {{otp_expiry}} minutes.\n
\n\n \n Verification code: {{verfication_code}}\n \n
\n \n\n \n If you did not request this code, you can ignore this email.\n For assistance, contact support at\n{{support_email}} \n or\n{{support_phone}} .\n
\n\n \nSecurity note: \n Do not share this code with anyone.\n Our team will never ask for your verification code.\n
\n\n \n Regards, \nFederal Competitiveness and Statistics Centre (FCSC) \n {{support_email}} \n {{support_phone}}\n
\n\n \n\n \n\n\n \nDisclaimer: \n The information contained in and transmitted with this e-mail message is\n PRIVILEGED AND/OR CONFIDENTIAL. If you are not the intended recipient, or\n have received the message by error, please notify the sender via E-Mail or\n over the telephone and delete this e-mail. You are not authorized to read,\n copy, disseminate, distribute or use this E-Mail or any of its attachments\n in any way.\n
\n\n \n \n
\n\n \n \n
\n\n \n \n
\n\n\n", "{\"username\":\"\",\"otp_expiry\":\"\",\"support_email\":\"\",\"support_phone\":\"\",\"verification_code\":\"\"}", 1, NULL, NULL),
+ (16, "Submission Reminder email", "submission_last_day_reminder_mail", "Quarterly Survey Window Closing Today", "\n\n
\n\n\n\n\n\n\n\n\n\n\n\n\nHello,\n
\n\n\nThis is an important reminder. \n
\n\n\nYour Quarterly Survey on the\nFCSC IIP Survey Portal \ncloses today .\n
\n\n\nIf you have not yet submitted your response, please complete it immediately to avoid non-compliance.\n
\n\n\nSurvey Details:\n
\n\n\n\nSurvey Name: \n{{survey_name}} \n \n\nQuarter: \n{{quarter}} \n \n\nYear: \n{{year}} \n \n\nOpening Date: \n{{opens_on}} \n \n\nClosing Date: \n{{closes_on}} (Today) \n \n\nAccess Portal: \n\n\n{{portal_url}}\n \n \n \n
\n\n\nPlease ensure your establishment submits the required information before the end of today.\n
\n\n\nIf you need any assistance, please reach out:\n
\n\n\nEmail: {{support_email}} \nPhone: {{support_phone}}\n
\n\n\nRegards, \nFederal Competitiveness and Statistics Centre (FCSC) \n{{support_email}} \n{{support_phone}}\n
\n\n \n\n\n\n\nDisclaimer: \nThe information contained in and transmitted with this e-mail message is\nPRIVILEGED AND/OR CONFIDENTIAL. If you are not the intended recipient, or\nhave received the message by error, please notify the sender via E-Mail or\nover the telephone and delete this e-mail. You are not authorized to read,\ncopy, disseminate, distribute or use this E-Mail or any of its attachments\nin any way.\n
\n\n \n \n
\n\n \n \n
\n\n \n \n
\n\n\n", "{\"year\":\"\",\"quarter\":\"\",\"opens_on\":\"\",\"closes_on\":\"\",\"portal_url\":\"\",\"survey_name\":\"\",\"support_email\":\"\",\"support_phone\":\"\"}", 1, NULL, NULL);
+
+/*!40000 ALTER TABLE `notification_templates` ENABLE KEYS */;
+UNLOCK TABLES;
+
+
+
+# Dump of table products
+# ------------------------------------------------------------
+
+DROP TABLE IF EXISTS `products`;
+
+CREATE TABLE `products` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `product_name` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `hs_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `hs_description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci,
+ `unit_id` int DEFAULT NULL,
+ `is_active` tinyint(1) DEFAULT '1',
+ `created_at` datetime DEFAULT NULL,
+ `updated_at` datetime DEFAULT NULL,
+ `created_by` int DEFAULT NULL,
+ `updated_by` int DEFAULT NULL,
+ `weight_in_ib` decimal(12,10) NOT NULL,
+ `isic_code` int NOT NULL,
+ PRIMARY KEY (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=522 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
+
+LOCK TABLES `products` WRITE;
+/*!40000 ALTER TABLE `products` DISABLE KEYS */;
+
+INSERT INTO `products` (`id`, `product_name`, `hs_code`, `hs_description`, `unit_id`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `weight_in_ib`, `isic_code`) VALUES
+ (1, "Food Preparation Containing More Than 20% by Weight of Meat Readymade Meals", "16029010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 7.02942869, 1010),
+ (2, "Cuts and offal, Frozen", "2071400", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 10.18807377, 1010),
+ (3, "Of Poultry", "16010030", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 9.49050793, 1910),
+ (4, "Boneless", "2013000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 11.0301589, 1920),
+ (5, "Not In Airtight Container", "16052100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 10.19976801, 1920),
+ (6, "Pacific Salmon oncorhynchus Nerka, oncorhynchus Gorbuscha, oncorhynchus Keta, oncorhynchus Tschawytscha, oncorhynchus Kisutch, oncorhynchus Masou and oncorhynchus Rhodurus, atlantic Salmon Salmo Salar and Danube Salmon Hucho Hucho", "3054100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 12.16071727, 1920),
+ (7, "Of Fowls of the Species Gallus Domesticus", "16023200", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 11.29099611, 2010),
+ (8, "Carcasses and Halfcarcasses", "2042100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 6.0563298, 2100),
+ (9, "Cuts and offal, Frozen", "2072700", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 8.03557361, 2210),
+ (10, "Trout Salmo Trutta, oncorhynchus Mykiss, oncorhynchus Clarki, oncorhynchus Aguabonita, oncorhynchus Gilae, oncorhynchus Apache and oncorhynchus Chrysogaster:", "3019100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 9.25231558, 2210),
+ (11, "Other Shrimps and Prawns", "3061700", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 5.26613033, 2310),
+ (12, "Tunas of the Genus Thunnus, Skipjack or Stripebellied Bonitoeuthynnus Katsuwonus Pelamis", "3048700", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0156014274, 0),
+ (13, "Frozen fish fillets, n.e.s. – Includes various frozen fish fillets such as salmon, cod, tilapia, and haddock.", "3048990", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0124811419, 0),
+ (14, "Dates, other than fresh or dried dates specified elsewhere", "8041029", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1574580925, 0),
+ (15, "Foul Medamas Cooked Beans", "20059911", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1300118946, 0),
+ (16, "Yogurt, not containing added sugar or other sweetening matter", "4032000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0789876865, 0),
+ (17, "Roasted , Whether or not Salted", "20081110", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0697123779, 0),
+ (18, "Powder for Making Table Jelly", "21069020", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0455132403, 0),
+ (19, "Paper, paperboard, cellulose wadding and webs of cellulose fibres, coated, impregnated, covered, surface-coloured, surface-decorated or printed, in rolls or rectangular (including square) sheets, of any size, other than goods of the kind described in head", "48115900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0104009516, 0),
+ (20, "Vegetable Fats and Oils and their Fractions", "15162000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 1.2318307984, 0),
+ (21, "Other vegetable oils and their fractions, whether or not refined, but not chemically modified.", "15119000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1938188771, 0),
+ (22, "Long Life Milk, In Containers Exceeding 1 Litre", "4014030", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2067386976, 0),
+ (23, "Milk, for Industrial Purposes, Containing at Least 75% Milk, Containing Added Sugar or Other Sweetening Matter, Whether or not Concentrated.", "4021011", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1300118946, 0),
+ (24, "Milk", "4029110", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1261866649, 0),
+ (25, "Other of Milk, Containing Less Than 75% of Milk, Containing Added Sugar Pr Other Sweetening Matter, Whther or not Concentrated.", "4029912", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0793140058, 0),
+ (26, "Infants Food Based on Milk or Malted Milk Prepared As Substitutes of Mother Milk, not Containing Cocoa", "19011010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.051337842, 0),
+ (27, "Conveyor or transmission belts or belting of vulcanized rubber other than hard rubber", "4021019", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0265224265, 0),
+ (28, "Ice Cream and Other Edible Ice, Whether or not Containing Cocoa.", "21050000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0217040323, 0),
+ (29, "Seed", "10051000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1830981689, 0),
+ (30, "Semimilled or Wholly Milled Rice, Whether or not Polished or Glazed", "10063000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0938204452, 0),
+ (31, "Lentils", "7134000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0906399739, 0),
+ (32, "Shelled", "8021200", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0780071368, 0),
+ (33, "Seed", "10011100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0770142778, 0),
+ (34, "Medicaments (excluding goods of heading 3002, 3005 or 3006) consisting of mixed or unmixed products for therapeutic or prophylactic uses, other", "30049090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0000312029, 0),
+ (35, "Confectionery Products Containing Cocoa", "18062020", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.6336056466, 0),
+ (36, "Fine Crystals", "17019911", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.3480688815, 0),
+ (37, "Rice In the Husk Paddy or Rough", "21011211", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1843902562, 0),
+ (38, "Waffles and Wafers", "19053200", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1708713719, 0),
+ (39, "Ordinary Bread of Any Kind", "19059010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1388722406, 0),
+ (40, "Other chocolate and other food preparations containing cocoa.", "18063290", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.128513785, 0),
+ (41, "Confectionery Products Containing Cocoa", "20081920", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1272825886, 0),
+ (42, "Cinnamon Cinnamomum Zeylanicum Blume", "9061100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1012808264, 0),
+ (43, "Tea Bags of A Content not Exceeding 3 G", "9023010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0999695261, 0),
+ (44, "Ordinary Bread of Any Kind", "11063030", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0791764331, 0),
+ (45, "Other chocolate and other food preparations containing cocoa.", "21032000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0735271986, 0),
+ (46, "Crushed or Ground", "9081200", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0733508816, 0),
+ (47, "Tea Bags of A Content not Exceeding 3 G", "19053100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.070456623, 0),
+ (48, "Crushed or Ground", "19059040", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0685104773, 0),
+ (49, "Soups and Broths and Preparations therefor", "9012200", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0684686512, 0),
+ (50, "Soups and Broths and Preparations therefor", "21041000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0668080812, 0),
+ (51, "Food preparations not elsewhere specified or included", "21069099", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0649047419, 0),
+ (52, "Chocolate and other food preparations containing cocoa, in blocks or bars", "18063190", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0624133437, 0),
+ (53, "Other Black Tea Fermented and Other Partly Fermented Tea", "21042000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0598054715, 0),
+ (54, "Ordinary Biscuits, Whether or not Salted", "19059093", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0496651969, 0),
+ (55, "Other Black Tea Fermented and Other Partly Fermented Tea", "9024000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0490753003, 0),
+ (56, "Not Decaffeinated", "9012100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0486329375, 0),
+ (57, "Macaroni , Vermicelli and the Like Such As Spaghetti or Cannelloni In Shape of Shells, Stars , Letters and the Like", "19021910", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0336465585, 0),
+ (58, "Of A Kind Used In the Food or Drink Industries", "33021000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0331579733, 0),
+ (59, "Mayonnaise", "21039010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.031226677, 0),
+ (60, "Other sauces and preparations;mixed condiments and seasonings", "21039090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0269529442, 0),
+ (61, "Poultry Food", "23099020", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0507869116, 0),
+ (62, "Vegetable Materials and Vegetable Waste, Vegetable Residues and byproducts, Whether or not In the form of Pellets, of A Kind Used In Animal Feeding, not Elsewhere Specified or Included.", "23080000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0410693679, 0),
+ (63, "Of aluminium", "28261200", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0359329358, 0),
+ (64, "Lucerne Alfalfa Meal and Pellets", "12141000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0333212685, 0),
+ (65, "Waters, including mineral waters and aerated waters, containing added sugar or other sweetening matter or flavored", "22010000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 1.0832277099, 0),
+ (66, "Cola Drink E.g. Peppsi", "22021023", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.3372208906, 0),
+ (67, "Nutural Mineral Waters", "22011010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1870559907, 0),
+ (68, "Other leadacid accumulators", "85072000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.083826066, 0),
+ (69, "Cigarettes Containing tobacco", "24022000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 1.0702836082, 0),
+ (70, "Of Manmade Fibres", "56012200", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1142907845, 0),
+ (71, "Water Pipe tobacco Specified In Subheading note 1 to This Chapter", "24031100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0867694453, 0),
+ (72, "Of Other Textile Materials", "57019000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1156887459, 0),
+ (73, "Lifting Ropes", "73129010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2238045517, 0),
+ (74, "Readymixed Doughs Consisting Essentially of Cereal Flour With Sugar , Fat, Eggs or Fruit", "57033010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0449112483, 0),
+ (75, "Crushed or Ground", "63039110", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.02772719, 0),
+ (76, "Pure Sodium Chloride", "40103200", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0206241776, 0),
+ (77, "Crushed or Ground", "94049040", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0200144282, 0),
+ (78, "Pillows", "94049020", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0161836238, 0),
+ (79, "Carpets, rugs & moquette, of man made textile materials", "57033910", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0001611264, 0),
+ (80, "Women\'s or girls\' suits, of synthetic fibers", "62024010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.3385291504, 0),
+ (81, "Of Cotton", "62034200", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.3240272102, 0),
+ (82, "Other Mens or Boys Garments", "62104000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.3197895072, 0),
+ (83, "Other Womens or Girls Garments", "62105000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2457462338, 0),
+ (84, "Womens Cloaks", "62021310", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2246879534, 0),
+ (85, "Women\'s or girls\' overcoats, of synthetic fibers", "62029011", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1327309661, 0),
+ (86, "Mens or Boys", "62111100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0961845356, 0),
+ (87, "Thobe Dishdasha", "62113210", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0890018118, 0),
+ (88, "Of Synthetic Fibres", "62042300", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0815927504, 0),
+ (89, "Saddlery and Harness for Any Animal Including Traces, Leads, Knee Pads, Muzzles, Saddle Cloths, Saddle Bags Dog Coats and the Like, of Any Material.", "42010000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0809975037, 0),
+ (90, "Plaited Strips Braids for ornamenting foreparts of Military Uniform and the Like, Including Those Designed to Be Placed on Shoulder or Armpit", "62171060", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0632792997, 0),
+ (91, "Woven fabrics of synthetic filament yarn, including woven fabrics obtained from materials of heading 5404", "54076000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0630261825, 0),
+ (92, "Tailoring Patterns", "48239050", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0626439012, 0),
+ (93, "Of Other Textile Materials", "62071900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0608146033, 0),
+ (94, "Cotton yarn (other than sewing thread), containing 85% or more by weight of cotton, not put up for retail sale", "52050000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0607481277, 0),
+ (95, "Of Synthetic Fibres", "62031200", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0605047834, 0),
+ (96, "Cloaks", "62011110", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0598973769, 0),
+ (97, "Of Other Textile Materials", "62031900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0552241233, 0),
+ (98, "Of Other Textile Materials", "62044900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0541118517, 0),
+ (99, "Thobe Dishdasha", "62113310", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0468031473, 0),
+ (100, "Of Synthetic Fibres", "61032300", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0435361582, 0),
+ (101, "Garments of cotton, not knitted or crocheted", "62101090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0408245137, 0),
+ (102, "Of Other Textile Materials", "62046900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0384738142, 0),
+ (103, "Manmade Filament Yarn Other Than Sewing Thread, Put Up for Retail Sale.", "54060000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0380422494, 0),
+ (104, "Of Other Textile Materials", "62041900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0350314203, 0),
+ (105, "Of Cotton", "62052000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0347545979, 0),
+ (106, "Of Other Textile Materials", "61123900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0337387508, 0),
+ (107, "Textile Fabrics , Felt and Feltlined Woven Fabrics, Coated, Covered or Laminated With Rubber, Leather or Other Material, of A Kind Used for Card Clothing, and Similar Fabrics of A Kind Used for Other Technical Purposes, Including Narrow Fabrics Made of", "59111000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0317408967, 0),
+ (108, "Grain Splits", "41079200", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0310997035, 0),
+ (109, "Of Cotton", "61112000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0276886169, 0),
+ (110, "Of Other Textile Materials", "61029000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0273366575, 0),
+ (111, "Of A Width Exceeding 30 Cm, Plain Weave, Weighing Less Than 250 G/m2, of Filaments Measuring Per Single Yarn not More Than 136 Tex", "70195200", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0000850474, 0),
+ (112, "Seat Covers for Vehicles", "63049120", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0839460601, 0),
+ (113, "With Outer Surface of Plastic Sheeting or of Textile Materials", "42022200", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0097645688, 0),
+ (114, "With Uppers of Leather or Composition Leather", "64051000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0054885437, 0),
+ (115, "With Outer Surface of Leather, of Composition Leather or of Patent Leather", "42022100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0018444186, 0),
+ (116, "For Men and Boys", "64035110", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.010601195, 0),
+ (117, "Articles of Apparel", "42031000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0082487905, 0),
+ (118, "Planed", "44071110", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 1.0016363496, 0),
+ (119, "Synthetic monofilament of 67 decitex or more and of which no cross-sectional dimension exceeds 1 mm;strip and the like (for example, artificial straw) of synthetic textile materials of an apparent width not exceeding 5 mm other", "54049000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2083547881, 0),
+ (120, "Awnings and Sunblinds", "94034010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1546960728, 0),
+ (121, "Doors and their Frames and Thresholds", "44182000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1125436, 0),
+ (122, "Of Cotton", "44152000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1115872176, 0),
+ (123, "Other Mens or Boys Garments", "44182900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.097822386, 0),
+ (124, "Other Womens or Girls Garments", "48230000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0601340819, 0),
+ (125, "Densified Wood, In Blocks, Plates, Strips or Profile Shapes.", "44130000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0550481148, 0),
+ (126, "Women\'s or girls\' overcoats, of synthetic fibers", "44091060", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.038892958, 0),
+ (127, "With at Least one Outer Ply of Tropical Wood Specified In Suhhcading note 1 to This Chapter", "44123100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0370976426, 0),
+ (128, "Thobe Dishdasha", "68118200", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0360402967, 0),
+ (129, "Of Synthetic Fibres", "94031090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0360206142, 0),
+ (130, "Stage theatre Scenery", "44219930", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0299174537, 0),
+ (131, "Plaited Strips Braids for ornamenting foreparts of Military Uniform and the Like, Including Those Designed to Be Placed on Shoulder or Armpit", "94031010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0280863459, 0),
+ (132, "Trimethyl butyl ether", "29091910", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0003900069, 0),
+ (133, "Toilet or Facial Tissue Stock, towel or Napkin Stock and Similar Paper of A Kind Used for Household or Sanitary Purposes,", "48030010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.3945348477, 0),
+ (134, "Other, Weighing 40 G/m2 or More But More Than 150 G/m2", "48025700", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.3254219673, 0),
+ (135, "Cotton yarn (other than sewing thread), containing 85% or more by weight of cotton, not put up for retail sale", "48191090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1973344919, 0),
+ (136, "Of Synthetic Fibres", "48182000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1899856452, 0),
+ (137, "Weighing 40 G/m2 Pr More But not More Than 150 G/m2, In Sheets With one Sid not Exceeding 435 Mm and the Other Side not Exceeding 297 Mm In the Unfolded State", "48025600", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1618987707, 0),
+ (138, "Mechanical Wood Pulp.", "47010000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1364414454, 0),
+ (139, "Of Other Textile Materials", "48196000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1306136912, 0),
+ (140, "Thobe Dishdasha", "48041100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1216178114, 0),
+ (141, "Of Synthetic Fibres", "48192090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1179119061, 0),
+ (142, "Kraft Paper, Creped or Crinkled, Whether or not Embossed or Perforated", "48084000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1133768327, 0),
+ (143, "Of Other Textile Materials", "48070000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1123129382, 0),
+ (144, "Fluting Paper of Recycled Liner Board Weighing 150 G/m2 or Less", "48051910", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0971546393, 0),
+ (145, "Scientific, Technical, Literary, Religious or Government Books, Booklets and Pamphlets, Designed for Reading of Any Kind, Printed", "49019910", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0925910801, 0),
+ (146, "Of Cotton", "48025500", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0897119136, 0),
+ (147, "Of Other Textile Materials", "48191010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0811609987, 0),
+ (148, "Weighing 150 G/m2 or Less", "48052400", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0741590788, 0),
+ (149, "Ln Rolls", "48026100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0734026108, 0),
+ (150, "Other paper, paperboard, cellulose wadding and webs of cellulose fibers, coated, impregnated or covered", "48236900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0646040089, 0),
+ (151, "Old News Papers", "47079010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0585780303, 0),
+ (152, "Semichemical Fluting Paper", "48051100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0536650342, 0),
+ (153, "Newspapers, Journals and Periodicals With Paperboard Covering, Sets of Newspapers, , Journals or Periodicals Combined In A Single Cover, Whetheror not Containing Advertising Material", "49019960", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.3167538357, 0),
+ (154, "With Outer Surface of Plastic Sheeting or of Textile Materials", "48173000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.167984206, 0),
+ (155, "With Uppers of Leather or Composition Leather", "49019930", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1313200114, 0),
+ (156, "With Outer Surface of Leather, of Composition Leather or of Patent Leather", "39202000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1242284584, 0),
+ (157, "For Men and Boys", "49060000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1086999011, 0),
+ (158, "Paper Cards or Envelops Impressed With Unused Postage", "49070020", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1085756726, 0),
+ (159, "Trade Advertising Material", "49111010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.092277527, 0),
+ (160, "Rolls, Sheets and Dials, Printed for Selfrecording Apparatus", "48234000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0782639288, 0),
+ (161, "Doors and their Frames and Thresholds", "49019920", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0782639288, 0),
+ (162, "Densified Wood, In Blocks, Plates, Strips or Profile Shapes.", "96110000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.055281664, 0),
+ (163, "Smart cards", "85235200", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0000931713, 0),
+ (164, "Other musical instruments, not elsewhere specified or included.", "92099900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0000155286, 0),
+ (165, "Other petroleum oils and oils obtained from bituminous minerals, other than crude", "27101999", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 3.1075086387, 0),
+ (166, "Containers for compressed or liquefied gas, of iron or steel", "73110000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.4250389297, 0),
+ (167, "Natural Gas", "27111100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.4179007271, 0),
+ (168, "Light Straight", "27101211", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.102761345, 0),
+ (169, "Other petroleum oils and oils obtained from bituminous minerals, other than crude", "27101919", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0813357818, 0),
+ (170, "For Compressionignition Engines Diesel", "27101913", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0339253613, 0),
+ (171, "For Sparkignition Engines Gasoline", "27101912", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0324893026, 0),
+ (172, "For Other Purposes", "27101239", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0236429164, 0),
+ (173, "Base Oils", "27101911", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0136910918, 0),
+ (174, "White Oils Such As Paraffin Oil and Vaseline Oil", "27101997", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0103098895, 0),
+ (175, "Other Lubricating Oils Greasing Oil", "27101998", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0078571579, 0),
+ (176, "For Hydraulic and Turbo Systems", "27101995", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0040984975, 0),
+ (177, "For Automatic Transmission Gears", "27101915", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0040225993, 0),
+ (178, "For Transformers and Circuit Breakers", "27101996", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.003719957, 0),
+ (179, "Natural Gasoline", "27101214", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0035692523, 0),
+ (180, "In Rolls", "68071000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0025124681, 0),
+ (181, "Soya-bean oil and its fractions, whether or not refined, but not chemically modified other : edible grade", "15079000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0015731867, 0),
+ (182, "Other polymers of propylene or other olefins, in primary forms", "39029000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 4.8159479897, 0),
+ (183, "Polishes, Creams and Similar Preparations for the Maintenance of Wooden Furniture, Floors or Other Woodwork", "38140010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 2.3655115533, 0),
+ (184, "Unsaturated", "39079100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.3372353423, 0),
+ (185, "Toilet linens and kitchen linens of cotton", "39079900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2743993402, 0),
+ (186, "Toilet or Facial Tissue Stock, towel or Napkin Stock and Similar Paper of A Kind Used for Household or Sanitary Purposes,", "34021100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2343039194, 0),
+ (187, "Other, Weighing 40 G/m2 or More But More Than 150 G/m2", "39011000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2284137956, 0),
+ (188, "Weighing 40 G/m2 Pr More But not More Than 150 G/m2, In Sheets With one Sid not Exceeding 435 Mm and the Other Side not Exceeding 297 Mm In the Unfolded State", "39091000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2270891091, 0),
+ (189, "Mechanical Wood Pulp.", "38123900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2236752028, 0),
+ (190, "Compound Plasticisers for Rubber or Plastics", "38122000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2224458172, 0),
+ (191, "Fluting Paper of Recycled Liner Board Weighing 150 G/m2 or Less", "28010000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2204677452, 0),
+ (192, "Scientific, Technical, Literary, Religious or Government Books, Booklets and Pamphlets, Designed for Reading of Any Kind, Printed", "31028000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2017497494, 0),
+ (193, "Other coloring matter and preparations based on inorganic compounds", "32064900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1932988676, 0),
+ (194, "Of Polyurethanes", "39211300", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1471890144, 0),
+ (195, "Linear alkylbenzene sulphonic acids and their salts", "34023100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.106940632, 0),
+ (196, "Polymers of styrene, in primary forms - other: copolymers, solely of styrene with allyl alcohol, of any acetyl value of 175 or more", "39039000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0013625347, 0),
+ (197, "Aromatic Ethers and their Halogenated, Sulphonated, Nitrated or Nitrosated Derivatives", "29093000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 4.2579261105, 0),
+ (198, "Perfumes, Liquid or Solid", "33030010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 1.9414227277, 0),
+ (199, "Envelopes", "32091090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 1.2230382865, 0),
+ (200, "Other paints and varnishes, excluding those based on acrylic or vinyl polymers", "32089090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.8827552534, 0),
+ (201, "Perfumes and toilet waters", "33030090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.8496989647, 0),
+ (202, "Hair Oil", "33059010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.6746694813, 0),
+ (203, "Selfcopy Paper", "84131910", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.5949734659, 0),
+ (204, "Bleached Uniformly Throughout the Mass and of Which More Than 95% by Weight of the total Fibre Content Consists of Wood Fibres Obtained by A Chemical Process, and Weighing More Than 150 G/m2", "32041700", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.5067334877, 0),
+ (205, "Newspapers, Journals and Periodicals With Paperboard Covering, Sets of Newspapers, , Journals or Periodicals Combined In A Single Cover, Whetheror not Containing Advertising Material", "32149000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.3992147541, 0),
+ (206, "Paper Cards or Envelops Impressed With Unused Postage", "32082090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.3655074718, 0),
+ (207, "Trade Advertising Material", "34021300", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.3576653469, 0),
+ (208, "Rolls, Sheets and Dials, Printed for Selfrecording Apparatus", "38279000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.3406336637, 0),
+ (209, "Resin Mastics for Technical Uses", "32141030", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.3361855557, 0),
+ (210, "Toothpastes", "33061010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.3043860899, 0),
+ (211, "Perfumed Paper, Paper Impregnated or Coated With Cosmetics and Perfumed Sachets", "33079020", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2746319939, 0),
+ (212, "Disinfectant Soap", "34011150", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.268745072, 0),
+ (213, "Selfcopy Paper", "32081010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2654103963, 0),
+ (214, "Dyes and Other Colouring Matters Put Up In forms or Packings for Retail Sale", "32129010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2242452253, 0),
+ (215, "Printed", "33030020", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2176271445, 0),
+ (216, "Exercise Books", "13019091", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2100574259, 0),
+ (217, "Beauty or make-up preparations and preparations for the care of the skin, other than those specified", "33049990", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2082022413, 0),
+ (218, "Beauty or make-up preparations and preparations for the care of the skin", "33074190", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1946940518, 0),
+ (219, "Offset Printing Machinery, Reelfed", "32141094", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1909311643, 0),
+ (220, "Epoxide Resins", "39073000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1895768926, 0),
+ (221, "Organic surface-active agents, other than soap", "34029000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1866186601, 0),
+ (222, "Shampoos", "33051000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1798048525, 0),
+ (223, "Mixtures of odoriferous substances, other than those of 3301", "33029000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1717415567, 0),
+ (224, "Other chemical products and preparations of the chemical or allied industries, not elsewhere specified", "38249999", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1574434256, 0),
+ (225, "Containing Petroleum Oils or Oils Obtained From Bituminous Minerals", "38112100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1463887325, 0),
+ (226, "Other pigments and preparations based on inorganic compounds", "32099090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1440558669, 0),
+ (227, "Organic Suface Active Products and Preparations for Washing the Skin, In the form of Liguid or Cream and Put for Retail Sale, Whether or not Containing Soap", "34013000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1261149331, 0),
+ (228, "Preparations for oral or dental hygiene", "33059090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1225095538, 0),
+ (229, "Insecticides, rodenticides, fungicides, herbicides, anti-sprouting products", "38089490", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1167207127, 0),
+ (230, "Organic composite solvents and thinners, not elsewhere specified", "38140090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1043777545, 0),
+ (231, "Garments, made up of knitted or crocheted fabrics of heading 59.03, 59.06 or 59.07.", "61130000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0509651357, 0),
+ (232, "Petroleum oils and oils obtained from bituminous minerals, other than crude", "27101249", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0023655116, 0),
+ (233, "Glass frit and other glass, in the form of powder, gtanules or flakes", "32074000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0021289604, 0),
+ (234, "Iron or Steel Wool;Pot Scourers and Scouring or Polishing Pads, Gloves and the Like", "73231000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0291331423, 0),
+ (235, "Of A Kind Used on Motor Cars Including Station Wagons and Racing Cars, Buses or Lorries", "40131000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0081921368, 0),
+ (236, "Other pharmaceuticals, in dosage forms or in forms (whether or not in measured doses) for retail sale, not elsewhere specified or included.", "30059090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.3159753026, 0),
+ (237, "Containing Penicillins or Derivatives thereof, With A Penicillanic Acid Structure, or Streptomycins or their Derivatives", "30041000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0390140655, 0),
+ (238, "Other human blood;animal blood prepared for therapeutic, prophylactic, or diagnostic uses;antisera and other blood fractions.", "30019000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0386277876, 0),
+ (239, "Gelatin and Its Derivatires", "35030010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0309022301, 0),
+ (240, "Preparations for Face Makeup and Makeup Removers", "33049940", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0266219479, 0),
+ (241, "New pneumatic tires, of rubber, of a kind used on motor cars", "40139000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0376960915, 0),
+ (242, "Unsaturated", "40069010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0349690587, 0),
+ (243, "Of Pumps", "84139100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0311405305, 0),
+ (244, "Tubes, pipes and hoses, and fittings thereof, of vulcanized rubber other than hard rubber", "40082900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0208574007, 0),
+ (245, "For Transportation Equipment", "40094210", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0190567078, 0),
+ (246, "Reinforced only With Metal", "40101100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0110528905, 0),
+ (247, "Gaskets, Washers and Other Seals", "40169300", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.00902297, 0),
+ (248, "Camelback Strips for Retreading Rubber Tyres", "40061000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.006875111, 0),
+ (249, "Carboys, Bottles, Flasks and Similar Articles", "39233000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.8340908863, 0),
+ (250, "Ethylenealphaolefin Copolymers, Having A Specific Gravity of Less Than 0.94", "39014000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.4591726447, 0),
+ (251, "Of Other Plastics", "39172900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2035099432, 0),
+ (252, "Of Polymers of Vinyl Chloride", "39172300", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1521580916, 0),
+ (253, "Biodegradable", "39232910", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1407626714, 0),
+ (254, "Warehouses", "94069043", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1205571432, 0),
+ (255, "Tableware and kitchenware of plastics, other than of plastics of heading 3924", "39241039", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.119904856, 0),
+ (256, "Propylene copolymers", "39023000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1105947008, 0),
+ (257, "Of Polymers of Styrene", "39211100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1062411457, 0),
+ (258, "Biodegradable", "39232110", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0774761275, 0),
+ (259, "Of Poly Ethylene Terephthalate", "39206200", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0771642667, 0),
+ (260, "Stoppers, Lids, Caps and Other Closures", "39235000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0766300831, 0),
+ (261, "Tubes, pipes, and hoses, and fittings therefor (for example, joints, elbows, flanges), of plastics", "39170000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0661335963, 0),
+ (262, "Cards Incorporating A Magnetic Stripe", "85232100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.062314291, 0),
+ (263, "Pipes and Tubes", "70199060", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0567579796, 0),
+ (264, "Of Cellualr Plastic Foam", "39241031", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0563633922, 0),
+ (265, "Aluminum wire, not alloyed", "76071190", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.054455183, 0),
+ (266, "Carpets and other textile floor coverings, tufted, whether or not made up", "57033100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0505002756, 0),
+ (267, "Plastic boxes, cases, crates and similar articles", "39231090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0465500525, 0),
+ (268, "Tableclothes", "39204910", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0465059575, 0),
+ (269, "Polyethylene Having A Specific Gravity of 0.94 or More", "39012000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.045321633, 0),
+ (270, "Containers for Keeping the Ice and Foods", "39241010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0435940461, 0),
+ (271, "Other plastic articles of polymers of vinyl chloride", "39232990", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.039842502, 0),
+ (272, "Tubes, pipes, and hoses of plastics, other than polyethylene and polypropylene", "39173900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0374946696, 0),
+ (273, "Of Polymers of Ethylene", "39201000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.035471956, 0),
+ (274, "Flexible Tubes Pipes and Hoses, Having A Minimum Burst Pressure of 27.6 Mpa", "39173100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0342102318, 0),
+ (275, "Plasticised", "39042200", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0336508053, 0),
+ (276, "Self-adhesive plates, sheets, film, foil, tape, strip, of plastics", "39199000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.027314526, 0),
+ (277, "Other articles of plastics and articles of other materials of headings 3901 to 3914, not elsewhere specified or included.", "39249090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0222611498, 0),
+ (278, "Other polyethers.", "39072900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0019463839, 0),
+ (279, "Cast glass and rolled glass, in sheets or otherwise, whether or not polished", "70030000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.7576276579, 0),
+ (280, "Multiplewalled Insulating Units of Glass .", "70080000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.34064712, 0),
+ (281, "Nonwired Glass, Having An Absorbent, Reflecting or nonreflecting Layer", "70051000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1844446065, 0),
+ (282, "Coloured Throughout the Mass Body Tinted, Opacified, Flashed or Merely Surface Ground", "70052100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1516894444, 0),
+ (283, "Profiles", "70033000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1444119394, 0),
+ (284, "Ampoules", "70101000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1420637777, 0),
+ (285, "Other articles of aluminum, not elsewhere specified or included", "76109090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1339807883, 0),
+ (286, "Glass, Coloured Throughout the Mass Body Tinted, Opacified, Flashed or Having An Absorbent, Reflecting or nonreflecting Layer", "70042000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1328887018, 0),
+ (287, "Glass of Heading 70.03, 70.04 or 70.05, Bent, Edgeworked, Engraved, Drilled, Enamelled or Otherwise Worked, But not Framed or Fitted With Other Materials.", "70060000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0983272127, 0),
+ (288, "Float glass and surface ground or polished glass, of thickness less than 3 mm", "70052900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.066145228, 0),
+ (289, "Other aromatic hydrocarbon mixtures of which 65 % or more by volume (including losses) distils at 250 °C by the ISO 3405 method (equivalent to the ASTM D 86 method)”.", "27075000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0011946135, 0),
+ (290, "Cement Clinkers", "25231000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 1.3371358431, 0),
+ (291, "Other pigments and preparations based on inorganic compounds", "38160000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 1.199205072, 0),
+ (292, "Organic Suface Active Products and Preparations for Washing the Skin, In the form of Liguid or Cream and Put for Retail Sale, Whether or not Containing Soap", "69072100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.5390087245, 0),
+ (293, "Nonrefractory Mortars and Concretes", "38245000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.3668988152, 0),
+ (294, "Aqueous", "72103000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.3585446069, 0),
+ (295, "Insecticides, rodenticides, fungicides, herbicides, anti-sprouting products", "68109100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.3122301168, 0),
+ (296, "Building Blocks and Bricks", "68101100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.284105523, 0),
+ (297, "Other articles of iron or steel, not elsewhere specified", "73144900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2097691043, 0),
+ (298, "Coal Gas, Water Gas, Producer Gas and Similar Gases, Other Than Petroleum Gases and Other Gaseous Hydrocarbons.", "69072300", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.207491509, 0),
+ (299, "Articles of stone or other mineral substances (including carbon fibers and articles thereof)", "68100000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2072049624, 0),
+ (300, "Naphthalene", "94069024", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1968542154, 0),
+ (301, "Liquid", "25239000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1967786337, 0),
+ (302, "White Cement, Whether or not Artificially Coloured", "25232100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.166385397, 0),
+ (303, "Paper, Wadding, Felt and nonwovens, Impregnated or Covered With Soap or Detergent, Whether or not Perfumed", "39095000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1555992647, 0),
+ (304, "Sodium Hypochlorite", "25232910", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1549273034, 0),
+ (305, "Diphosphorus Pentaoxide", "68010000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1386796905, 0),
+ (306, "Textile Fabrics Coated With Silicates to Render them noninflammable for Example, for Fireproof Screens", "96010000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1105754068, 0),
+ (307, "Ethylene Glycol Ethanediol", "25151200", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1076691605, 0),
+ (308, "Scent Sprays and Similar toilet Sprays, and Mounts and Heads therefor", "76109060", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0970573468, 0),
+ (309, "Additives for Hardening Varnishes or Glues", "81130000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0937309148, 0),
+ (310, "Of Porcelain or China", "69101000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0799405698, 0),
+ (311, "Residential or School Buildings", "94069014", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0475000518, 0),
+ (312, "Other articles of stone, plaster, cement, asbestos or similar materials", "68069000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0395128838, 0),
+ (313, "Machinery for sorting, screening, separating, washing, crushing, grinding, mixing or kneading earth, stone, ores or other mineral substances, in solid (including powder or paste) form;machinery for agglomerating, shaping or moulding solid mineral fuels", "84749000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0007827205, 0),
+ (314, "Non-alloy pig iron;spiegeleisen in pigs, blocks or other primary forms", "72010000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 3.1975243534, 0),
+ (315, "Of Circular Crosssection Measuring Less Than 14 Mm In Diameter", "72139100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 1.3336992407, 0),
+ (316, "Other semi-finished products of iron or non-alloy steel", "72071900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.7961545636, 0),
+ (317, "Aluminium ores and Concentrates.", "26060000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.7498083822, 0),
+ (318, "Containing Indentations, Ribs, Grooves or Other Deformations Produced During the Rolling Process", "72131000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.6050009926, 0),
+ (319, "Of Circular Crosssection Measuring 840 Mm In Diameter", "72142040", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.4704607113, 0),
+ (320, "Ferrous waste and scrap, remelting scrap ingots of iron or steel", "72044900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.4480075196, 0),
+ (321, "Tubes, Pipes and Hollow Profiles, of Cast Iron.", "73030000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.4007587121, 0),
+ (322, "Flat-rolled products of iron or non-alloy steel, of a width of 600 mm or more, clad, plated or coated - otherwise plated or coated with zinc : other", "72104900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.3169219898, 0),
+ (323, "Sheet Piling", "73011000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2959149793, 0),
+ (324, "Other, Welded, of Circular Crosssection, of Iron or nonalloy Steel", "73063000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1160152178, 0),
+ (325, "Of Rectangular Including Square Crosssection, the Width Measuring Less Than Twice the Thickness", "72071100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1071899125, 0),
+ (326, "Of Circular Crosssection Measuring 840 Mm In Diameter", "72141040", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0633139093, 0),
+ (327, "Painted, Varnished or Coated With Plastics", "72107000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0571797443, 0),
+ (328, "Ferrous Products Obtained by Direct Reduction of Iron ore", "72031000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0426021048, 0),
+ (329, "Bars and Rods, not Further Worked Than Coldformed or Coldfinished", "72222000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0316553409, 0),
+ (330, "Bars and rods, hot-rolled, in irregularly wound coils, of other alloy steel - other : valve spring steel quality", "72279000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0136395321, 0),
+ (331, "Parts of Machines and mechanical appliances having individual functions, : of machines for public works, building or the like", "84799000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0029307128, 0),
+ (332, "Ingots", "71069110", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 1.0919988419, 0),
+ (333, "Of Gold", "71141910", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.355666345, 0),
+ (334, "Of Aluminium, not Alloyed", "76041000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.219326299, 0),
+ (335, "Angles and Stays for Fixing Decoration Tiles In Ceilings", "76109070", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1889642434, 0),
+ (336, "Copper Mattes;Cement Copper Precipitated Copper.", "74010000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.114877919, 0),
+ (337, "Of Which the Maximum Crosssectional Dimension Exceeds 6 Mm", "74081100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 1.8172175314, 0),
+ (338, "Tubes, pipes, and hollow profiles, seamless, of iron or steel", "73069000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2653509621, 0),
+ (339, "Of Square or Rectangular Crosssection", "73066100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1413028401, 0),
+ (340, "Drill Pipe of Stainless Steel", "73042200", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1062627224, 0),
+ (341, "Other, Welded, of Circular Crosssection, of Other Alloy Steel", "73065000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0401051943, 0),
+ (342, "Aluminium alloys;plates, sheets, and strip, of a thickness exceeding 0.2 mm", "76061240", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 2.2639845103, 0),
+ (343, "Of Stainless Steel", "72042100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.7131524829, 0),
+ (344, "Doors, Windows and their Frames and Thresholds for Doors", "73083000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.5259505543, 0),
+ (345, "Other articles of vulcanized rubber other than hard rubber", "84264100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.3654717852, 0),
+ (346, "Of A Kind Used on Buses Aircraft", "73089090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.3523849255, 0),
+ (347, "Machines and mechanical appliances with individual functions not specified elsewhere", "84798999", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.3340861977, 0),
+ (348, "Parts of machinery for making up textile yarns", "84304900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.3120862161, 0),
+ (349, "Other Bars and Rods", "72223000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2910837227, 0),
+ (350, "Prefabricated buildings", "94062000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2838750712, 0),
+ (351, "Aluminum structures and parts of structures", "76101090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2706823996, 0),
+ (352, "Vessels and floating structures for transport or navigation", "89079000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2239174768, 0),
+ (353, "Bridges and Bridgesections", "73081000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1906036883, 0),
+ (354, "Other parts of furniture, not elsewhere specified", "94069029", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1588954287, 0),
+ (355, "Tableware and kitchenware of plastics, other than of plastics of heading 3924", "73082000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1400026973, 0),
+ (356, "Of Other Materials", "94069090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1253381037, 0),
+ (357, "Colddrawn or Coldrolled Coldreduced", "73043100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1123960835, 0),
+ (358, "Regulating or controlling instruments and apparatus, excluding hydraulic or pneumatic, manostats, thermostats, and taps, cocks, and valves of heading 8481.", "90328900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0959283996, 0),
+ (359, "Other articles of iron or steel, not elsewhere specified", "73259990", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0844764357, 0),
+ (360, "Other machinery, plant, and equipment for the treatment of materials by a process involving a change of temperature, not elsewhere specified or included.", "84198900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0650542818, 0),
+ (361, "Other paper or paperboard made mainly of bleached chemical pulp, not coloured in the mass", "47072000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0084090853, 0),
+ (362, "Tableware and kitchenware", "69111000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0016171318, 0),
+ (363, "Fencing posts", "73269070", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0007239951, 0),
+ (364, "Acrylic polymers in primary forms - other :acrylic resins", "39069090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0000466154, 0),
+ (365, "Other revolvers and pistols, n.e.s.", "93063090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2174102404, 0),
+ (366, "Other Sporting, Hunting or Targetshooting Shotguns, Including Combination Shotgunrifles", "93032000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2003089404, 0),
+ (367, "Cans for Aerated Beverages and Fruit Juices", "76129010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 1.1274642861, 0),
+ (368, "Lables, Badges, Emblems and Initials Other Than Those of Headings 58.07, or 58.10", "62171050", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.7762232607, 0),
+ (369, "Polyethylene Having A Specific Gravity of 0.94 or More", "76169929", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.4825463054, 0),
+ (370, "Glass containers for packing or transporting goods, of glass other than that of heading 7010", "70109000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.4637826637, 0),
+ (371, "Other plastic articles of polymers of vinyl chloride", "73101000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.4533643814, 0),
+ (372, "Coldformed or Coldfinished From Flatrolled Products", "72169100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1442764975, 0),
+ (373, "Heat Exchange Units", "84195000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1424402026, 0),
+ (374, "Turnings, Shavings, Chips, Milling Waste, Sawdust, Filings, Trimmings and Stampings, Whether or not In Bundles", "72044100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1377443378, 0),
+ (375, "Sheds and Domes", "76109030", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1293705434, 0),
+ (376, "Bars and rods, hot-rolled, in irregularly wound coils, of iron or nonalloy steel", "72130000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1204539776, 0),
+ (377, "Other articles of plastics and articles of other materials of headings 3901 to 3914, not elsewhere specified or included.", "73181500", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1158608024, 0),
+ (378, "Other polyethers.", "68061000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1002929588, 0),
+ (379, "Cast glass and rolled glass, in sheets or otherwise, whether or not polished", "73062000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0970279076, 0),
+ (380, "Multiplewalled Insulating Units of Glass .", "96200090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0958150109, 0),
+ (381, "Nonwired Glass, Having An Absorbent, Reflecting or nonreflecting Layer", "72172000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.087904705, 0),
+ (382, "Other tubes and pipes, welded, of stainless steel", "73062900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0878748685, 0),
+ (383, "Stainless steel cooking ware other than pressure cookers", "73102190", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0848463624, 0),
+ (384, "Seats of cane, osier, bamboo or similar materials, other than upholstered", "94061090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0756765931, 0),
+ (385, "Not Plated or Coated, Whether or not Polished", "72171000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.068059641, 0),
+ (386, "skis", "95061100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0087672134, 0),
+ (387, "Interchangeable Spanner Sockets, With or Without Handles", "82042000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0023470237, 0),
+ (388, "Parts Suitable for Use Solely or Principally With the Machines of Heading 85.01 or 85.02.", "85030000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0095999377, 0),
+ (389, "Parts and accessories of automatic data processing machines and units", "84702900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0049411026, 0),
+ (390, "Electric instantaneous or storage water heaters and immersion heaters", "85171410", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0802929176, 0),
+ (391, "Tv Cameras for Security Monitoring only", "85258091", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0137115598, 0),
+ (392, "Other, Presented In the form of Systems", "84714900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0713396396, 0),
+ (393, "For Measuring or Checking the Flow or Level of Liquids", "90261000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0160819504, 0),
+ (394, "Thermometers and pyrometers, not combined with other instruments, not elsewhere specified or included.", "90251900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0125549032, 0),
+ (395, "Date Molasses, not Containing Added Sugar or Other Sweetening Matter.", "20098911", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0389111831, 0),
+ (396, "Spectacle Lenses of Other Materials", "90015000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.008523402, 0),
+ (397, "Contact Lenses", "90013000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0054352129, 0),
+ (398, "Chemical Elements Doped for Use In Electronics, In the form of Discs, Wafers or Similar forms;Chemical Compounds Doped for Use In Electronics.", "38180000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.010061419, 0),
+ (399, "Parts", "85049000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.247406111, 0),
+ (400, "For A Voltage of Less Than 72.5 Kv", "85352100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1815898196, 0),
+ (401, "Electronic Switches, Including Electronic Switches Protected Against Temperature, Consisting of Transistor and Chip Chiponchip Technique for A Voltage not Exceeding 1000 V", "85365020", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1814696473, 0),
+ (402, "Photovoltaic cells assembled in modules or made up into panels", "85414300", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1663757636, 0),
+ (403, "Connection and Contact Elements for Wires and Cables", "85369010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1040356226, 0),
+ (404, "For A Voltage not Exceeding 1, 000 V", "85371000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0864624387, 0),
+ (405, "Having A Power Handling Capacity Exceeding 10, 000 Kva", "85042300", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.085694509, 0),
+ (406, "Having A Power Handling Capacity Exceeding 16 Kva But not Exceeding 500 Kva", "85043300", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0688542442, 0),
+ (407, "Boards, Panels, Consoles Desks, Cabinets and Other Bases for the Goods of Heading 85.37, not Equipped With their Appuratus", "85381000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0674384807, 0),
+ (408, "Of An Output Exceeding 75 Kva But not Exceeding 375 Kva", "85021200", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0474427886, 0),
+ (409, "Of An Output Exceeding 375 Kva But not Exceeding 750 Kva", "85016300", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0459677367, 0),
+ (410, "Other Engines", "84089000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0428803514, 0),
+ (411, "Of An Output not Exceeding 75 Kva", "85021100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0415312165, 0),
+ (412, "Other medicaments containing vitamins or other products of heading 29.36", "30045000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0402592512, 0),
+ (413, "Sunflower seed, safflower or cotton seed oil and fractions thereof, whether or not refined, but not chemically modified sunflower seed or safflower oil and fractions thereof : other : sunflower oil, edible grade", "15121900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.039857462, 0),
+ (414, "Having A Power Handling Capacity Exceeding 650 Kv A But not Exceeding 10, 000 Kva", "85042200", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0355577465, 0),
+ (415, "Rape, colza or mustard oil and their fractions, whether or not refined , but not chemically modified low erucic acid rape or colza oil and its fractions : other : refined colza oil of edible grade", "15141900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0051716709, 0),
+ (416, "Of vegetable origin", "15171020", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0002089254, 0),
+ (417, "Parts suitable for use solely or principally with the apparatus of headings 85.43, 85.44, or 85.45", "85499100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0068608562, 0),
+ (418, "Lithiumion", "85076000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0025728211, 0),
+ (419, "Stranded Wire, Cables, Plaited Bands and the Like, of Copper, not Electrically Insulated.", "74130000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.6758204624, 0),
+ (420, "Ignition Wiring Sets and Other Wiring Sets of A Kind Used In Vehicles, Aircraft or Ships", "85443000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2729024889, 0),
+ (421, "Of Circular Crosssection Measuring Less Than 14 Mm In Diameter", "85353000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1372171246, 0),
+ (422, "Other semi-finished products of iron or non-alloy steel", "73121090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1051357609, 0),
+ (423, "Electric Cable of A Crosssection Exceeding 10 Mm and A Voltage Exceeding 300 V", "85442010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0709018395, 0),
+ (424, "Containing Indentations, Ribs, Grooves or Other Deformations Produced During the Rolling Process", "85446020", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0634629201, 0),
+ (425, "Electric Cable of A Crosssection Exceeding 10 Mm", "85446010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0423502391, 0),
+ (426, "Electrical apparatus for switching or protecting electrical circuits, or for making connections to or in electrical circuits", "85395200", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0161230121, 0),
+ (427, "Chandeliers and Other Electric Ceiling or Wall Lighting Fittings, Excluding Those of A Kind Used for Lighting Public Open Spaces or Thoroughfares", "94051000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0115605427, 0),
+ (428, "Combined Refrigeratorfreezers, Fitted With Separate External Doors", "84181000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1422632844, 0),
+ (429, "Iceblock Making Machines", "84186950", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0219204357, 0),
+ (430, "Refrigerating or Freezing Rooms of A Capacity Exceeding 900 L", "84186940", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0195534403, 0),
+ (431, "Other electric lamps and lighting fittings", "94056100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0320969451, 0),
+ (432, "Of An Output Exceeding 75 Kw", "85015300", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0285196806, 0),
+ (433, "Advertisement Boards, Signboards, Road Signs", "44219960", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0260712537, 0),
+ (434, "Signplates for Public Services Police, Firebrigade, etc Prohibition notices no Smoking, for Games ..etc and Guiding Signs for Roads and Passage of Modes of Transportation, .. etc.", "83100020", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0210971329, 0),
+ (435, "Denatured Salt Unfit for Human Consumption", "25010020", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0193617644, 0),
+ (436, "Advertising Signplates", "83100040", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0148194495, 0),
+ (437, "Flags, Banners, Pennants, Badges and the Like", "63079020", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0140647553, 0),
+ (438, "Central Air Conditioning Machines", "84158220", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.3039684707, 0),
+ (439, "Parts for filtering or purifying machinery and apparatus for liquids", "84213900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2726982616, 0),
+ (440, "Of Aluminium, not Alloyed", "84138200", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2418816182, 0),
+ (441, "Angles and Stays for Fixing Decoration Tiles In Ceilings", "84159000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1401911019, 0),
+ (442, "Taps, cocks, valves and similar appliances for pipes, boiler shells, tanks, vats or the like, other than for motor vehicles", "84818090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1356968551, 0),
+ (443, "Sanitary Wares for Bathrooms and the Like", "40170030", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0552805308, 0),
+ (444, "Alkyd resins", "39075000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0459776421, 0),
+ (445, "Of Square or Rectangular Crosssection", "84099130", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0406015198, 0),
+ (446, "Other filtering or purifying machinery and apparatus for liquids, not elsewhere specified", "84212990", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0376660599, 0),
+ (447, "Stoppers", "40170050", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0352920903, 0),
+ (448, "Air conditioning machines, comprising a motor-driven fan and elements for changing temperature or humidity, other than those in 8415.81.10", "84158190", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0331058546, 0),
+ (449, "Nails, tacks, drawing pins, staples, and similar articles, of iron or steel", "85365010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0316632489, 0),
+ (450, "Safety or Relief Valves", "84814000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0292330943, 0),
+ (451, "Other Reciprocating Positive Displacement Pumps", "84135000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0269527955, 0),
+ (452, "Of Nickel Alloys", "84145900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.025200239, 0),
+ (453, "Pressurereducing Valves", "84811000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1728422314, 0),
+ (454, "Aluminium Waste and Scrap.", "84248210", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.165529273, 0),
+ (455, "Of Other Base Metal", "84314310", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1447461833, 0),
+ (456, "Casing of A Kind Used In Drilling for Oil or Gas", "73052000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0982051097, 0),
+ (457, "Electrical and electronic waste and scrap (excluding certain hazardous components)", "85499900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0933210317, 0),
+ (458, "Signalling glassware and glassware used for decorative purposes", "83110000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0840710685, 0),
+ (459, "Other Furniture Chests, Cabinets, Display Counters, Showcases and the Like for Storage and Display, Incorporating Refrigerating or Freezing Equipment", "84185000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.048354896, 0),
+ (460, "Parts", "84819000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0436723249, 0),
+ (461, "Doors, Windows and their Frames and Thresholds for Doors", "85118000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0424754361, 0),
+ (462, "Tools for Drilling, Other Than for Rock Drilling", "82075000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0344707368, 0),
+ (463, "For Other Gases", "73110090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0337304934, 0),
+ (464, "Parts", "84129000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0334993043, 0),
+ (465, "Other, Including Parts", "82071900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0298015155, 0),
+ (466, "Machinery, Apparatus and Equipment", "84423000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.029656942, 0),
+ (467, "Parts and Accessories not Specified or Included Elsewhere In This Chapter for Machines, Appliances, Instruments or Apparatus of Chapter 90.", "90330000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0281087445, 0),
+ (468, "With Compressionignition Internal Combustion Piston Engine Diesel or Semidiesel", "87021000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2150113628, 0),
+ (469, "For the Vehicles of Heading 87.03", "87071000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0780368682, 0),
+ (470, "Trailers and Semitrailers for Public Works, Whether or not Fitted With Tipboxes", "87163910", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0411815754, 0),
+ (471, "Make of the Clearance Year or the Year That Follows", "87032131", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0234915109, 0),
+ (472, "Lorries, Tippers and Tankes, Assembled", "87043210", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0225261063, 0),
+ (473, "Firstaid Boxes and Kits", "30065000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0209170987, 0),
+ (474, "Refrigerators for Foodstuff Tranportation Vehicles", "87079036", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0128728691, 0),
+ (475, "Trailers and Semitrailers of the Caravan Type, for Housing or Camping", "87161000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0120286253, 0),
+ (476, "Make of the Clearance Year or the Year That Follows", "87032431", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0115848547, 0),
+ (477, "Radiators and Parts thereof", "87089100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0879485644, 0),
+ (478, "Other filtering or purifying machinery and apparatus for liquids", "84219900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0490643233, 0),
+ (479, "Compressors of A Kind Used In Refrigerating Eguipment", "84143000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0321801518, 0),
+ (480, "Handles of Base Metal", "82119500", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0316964375, 0),
+ (481, "For Domestic Use", "84212110", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0308929458, 0),
+ (482, "Filters", "90022000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0201598997, 0),
+ (483, "Excursion Boats and Similar Vessels Principally Designed for the Transport of Persons;Ferryboats of All Kinds", "89011000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2322055588, 0),
+ (484, "Motorboats Other Than Outboard Motorboards", "89039200", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2008784389, 0),
+ (485, "Warships", "89061000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1747117454, 0),
+ (486, "Pipes and Tubes and Fittings thereof and Hollow Bars", "89039910", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1583684622, 0),
+ (487, "Electrical Energy. Optional Heading.", "89060000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0973717951, 0),
+ (488, "Other Parts of Aeroplanes or Helicopters", "88033000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1468211934, 0),
+ (489, "Aircraft Launching Gear and Parts thereof;Deckarrestor or Similar Gear and Parts thereof", "88051000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0282156861, 0),
+ (490, "Parts and accessories of motor vehicles not specified elsewhere", "87089900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1140385598, 0),
+ (491, "Refrigerated Vehicles", "87042391", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1067498928, 0),
+ (492, "Parts of aeroplanes or helicopters other than propellers, rotors & undercarriages & parts thereof or unmanned aircraft of heading 88.01, 88.02 or 88.06.", "88073000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.2019758983, 0),
+ (493, "Bedroom Sets, Complete", "94035010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1875696668, 0),
+ (494, "Desks", "94033010", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1865042146, 0),
+ (495, "Wardrobes", "94035020", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1821349685, 0),
+ (496, "Articles of Wooden Furniture, Other Than Those of Chapter 94, Clothes Brush Hangers, Letter Trays for office Use, Ashtrays . . . etc.", "44209020", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.1306449815, 0),
+ (497, "Upholstered", "94016100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0907780706, 0),
+ (498, "Wooden furniture of a kind used in kitchens", "94036090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0887861053, 0),
+ (499, "Stepped Platforms", "44219950", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0657452024, 0),
+ (500, "Other articles of iron or steel, including metal cable ties", "73269099", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0655332973, 0),
+ (501, "Mattress Supports", "94041000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0645973052, 0),
+ (502, "Mattresses Fitted With Springs", "94042910", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0509015376, 0),
+ (503, "Furniture of Aluminum of A Kind Used In Kitchen", "94032050", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0436764857, 0),
+ (504, "Wooden furniture of a kind used in offices", "94032090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0434964772, 0),
+ (505, "Dining Room Sets, Complete", "94034020", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0418559904, 0),
+ (506, "Other wood articles not specified elsewhere", "44189990", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.041664267, 0),
+ (507, "Wall Cabinets First Aid Kits", "94036030", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0412502382, 0),
+ (508, "Windows, French windows, and their frames, of wood", "44181100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.03597379, 0),
+ (509, "Mattresses Fitted With Springs", "94042110", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0335278278, 0),
+ (510, "Petroleum bitumen", "27132000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0108367941, 0),
+ (511, "Ingots", "71081210", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 1.9198125535, 0),
+ (512, "Sailboards", "95062100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0107858709, 0),
+ (513, "Other Games, Operated by Coins, Banknotes, Bank Cards, tokens or by Other Means of Payments, Other Than Bowling Alley Equipment", "95043000", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0001078587, 0),
+ (514, "Atificial Teeth", "90212100", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0046990804, 0),
+ (515, "Other instruments and appliances used in medical, surgical, dental or veterinary sciences", "90189090", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0040784998, 0),
+ (516, "Disposable Subcutaneous Syringes", "90183140", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.003338918, 0),
+ (517, "Toilet Soaps, Whether or not Coloured , Perfumed, Abrasive or Disinfectant E.g. Lux, Camay, etc", "34011180", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0391218043, 0),
+ (518, "Glassware of a kind used for table, kitchen, toilet, office, indoor decoration or similar uses", "70134900", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0352697978, 0),
+ (519, "Other Glassware;drinking glasses (not stemware), other than of lead crystal or glass-ceramics", "70133700", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0281047438, 0),
+ (520, "Agglomerated", "26011200", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0149042023, 0),
+ (521, "Other air conditioning machines, comprising a motor-driven fan and elements for changing temperature and humidity", "84158390", NULL, NULL, 1, "2026-04-15 10:22:33", "2026-04-15 10:22:33", NULL, NULL, 0.0049615006, 0);
+
+/*!40000 ALTER TABLE `products` ENABLE KEYS */;
+UNLOCK TABLES;
+
+
+
+# Dump of table quarterly_windows_configuration_master
+# ------------------------------------------------------------
+
+DROP TABLE IF EXISTS `quarterly_windows_configuration_master`;
+
+CREATE TABLE `quarterly_windows_configuration_master` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `survey_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `year` int NOT NULL,
+ `quarter` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL,
+ `start_date` datetime NOT NULL,
+ `end_date` datetime NOT NULL,
+ `grace_periods_days` int DEFAULT NULL,
+ `is_active` tinyint(1) DEFAULT '1',
+ `created_at` datetime DEFAULT NULL,
+ `created_by` int DEFAULT NULL,
+ `updated_at` datetime DEFAULT NULL,
+ `updated_by` int DEFAULT NULL,
+ `assigned` int DEFAULT NULL,
+ `responded` int DEFAULT NULL,
+ `not_responded` int DEFAULT NULL,
+ `ipi_calculated` tinyint(1) DEFAULT '0',
+ PRIMARY KEY (`id`),
+ KEY `qr_create` (`created_by`),
+ KEY `qr_update` (`updated_by`),
+ CONSTRAINT `qr_create` FOREIGN KEY (`created_by`) REFERENCES `admin_users` (`id`) ON DELETE RESTRICT ON UPDATE RESTRICT,
+ CONSTRAINT `qr_update` FOREIGN KEY (`updated_by`) REFERENCES `admin_users` (`id`) ON DELETE SET NULL ON UPDATE CASCADE
+) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
+
+LOCK TABLES `quarterly_windows_configuration_master` WRITE;
+/*!40000 ALTER TABLE `quarterly_windows_configuration_master` DISABLE KEYS */;
+
+INSERT INTO `quarterly_windows_configuration_master` (`id`, `survey_name`, `year`, `quarter`, `start_date`, `end_date`, `grace_periods_days`, `is_active`, `created_at`, `created_by`, `updated_at`, `updated_by`, `assigned`, `responded`, `not_responded`, `ipi_calculated`) VALUES
+ (1, "Survey1", 2026, "Q1", "2026-04-16 00:00:00", "2026-04-17 00:00:00", 10, 1, "2026-04-16 13:40:13", 72, "2026-04-16 13:45:26", NULL, 50, 1, 49, 0),
+ (2, "Survey2", 2026, "Q3", "2026-04-17 00:00:00", "2026-04-24 00:00:00", 20, 1, "2026-04-16 13:51:10", 72, "2026-04-16 13:53:32", NULL, 51, 1, 50, 0),
+ (3, "Production Index", 2025, "Q4", "2026-04-18 00:00:00", "2026-04-24 00:00:00", 5, 1, "2026-04-16 14:06:04", 72, NULL, NULL, 51, 0, 51, 0),
+ (4, "Monthly Industry", 2025, "Q2", "2026-04-18 00:00:00", "2026-04-24 00:00:00", 10, 1, "2026-04-16 14:06:47", 72, NULL, NULL, 51, 0, 51, 0);
+
+/*!40000 ALTER TABLE `quarterly_windows_configuration_master` ENABLE KEYS */;
+UNLOCK TABLES;
+
+
+
+# Dump of table submission
+# ------------------------------------------------------------
+
+DROP TABLE IF EXISTS `submission`;
+
+CREATE TABLE `submission` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `establishment_id` int NOT NULL,
+ `quarter` enum('Q1','Q2','Q3','Q4') CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL,
+ `year` int NOT NULL,
+ `edit_request` tinyint(1) DEFAULT '0',
+ `edit_access` tinyint(1) DEFAULT '0',
+ `edit_access_close_date` datetime DEFAULT NULL,
+ `status` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT 'Pending',
+ `created_by` int DEFAULT NULL,
+ `updated_by` int DEFAULT NULL,
+ `created_at` datetime DEFAULT NULL,
+ `updated_at` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
+ `approve_reject_status` int DEFAULT '0',
+ `reject_reason` varchar(255) DEFAULT NULL,
+ `approve_or_reject_by` int DEFAULT NULL,
+ `rejected_at` datetime DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `sub_est` (`establishment_id`),
+ KEY `sub_create` (`created_by`),
+ CONSTRAINT `sub_create` FOREIGN KEY (`created_by`) REFERENCES `establishment_users` (`id`) ON DELETE RESTRICT ON UPDATE RESTRICT,
+ CONSTRAINT `sub_est` FOREIGN KEY (`establishment_id`) REFERENCES `establishments` (`id`) ON DELETE RESTRICT ON UPDATE RESTRICT
+) ENGINE=InnoDB AUTO_INCREMENT=153 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
+
+LOCK TABLES `submission` WRITE;
+/*!40000 ALTER TABLE `submission` DISABLE KEYS */;
+
+INSERT INTO `submission` (`id`, `establishment_id`, `quarter`, `year`, `edit_request`, `edit_access`, `edit_access_close_date`, `status`, `created_by`, `updated_by`, `created_at`, `updated_at`, `approve_reject_status`, `reject_reason`, `approve_or_reject_by`, `rejected_at`) VALUES
+ (1, 1, "Q1", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-03-15 10:00:00", "2022-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (2, 1, "Q2", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-06-15 10:00:00", "2022-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (3, 1, "Q3", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-09-15 10:00:00", "2022-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (4, 1, "Q4", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-12-15 10:00:00", "2022-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (5, 2, "Q1", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-03-15 10:00:00", "2022-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (6, 2, "Q2", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-06-15 10:00:00", "2022-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (7, 2, "Q3", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-09-15 10:00:00", "2022-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (8, 2, "Q4", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-12-15 10:00:00", "2022-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (9, 3, "Q1", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-03-15 10:00:00", "2022-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (10, 3, "Q2", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-06-15 10:00:00", "2022-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (11, 3, "Q3", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-09-15 10:00:00", "2022-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (12, 3, "Q4", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-12-15 10:00:00", "2022-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (13, 4, "Q1", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-03-15 10:00:00", "2022-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (14, 4, "Q2", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-06-15 10:00:00", "2022-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (15, 4, "Q3", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-09-15 10:00:00", "2022-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (16, 4, "Q4", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-12-15 10:00:00", "2022-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (17, 5, "Q1", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-03-15 10:00:00", "2022-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (18, 5, "Q2", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-06-15 10:00:00", "2022-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (19, 5, "Q3", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-09-15 10:00:00", "2022-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (20, 5, "Q4", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-12-15 10:00:00", "2022-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (21, 6, "Q1", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-03-15 10:00:00", "2022-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (22, 6, "Q2", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-06-15 10:00:00", "2022-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (23, 6, "Q3", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-09-15 10:00:00", "2022-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (24, 6, "Q4", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-12-15 10:00:00", "2022-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (25, 19, "Q1", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-03-15 10:00:00", "2022-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (26, 19, "Q2", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-06-15 10:00:00", "2022-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (27, 19, "Q3", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-09-15 10:00:00", "2022-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (28, 19, "Q4", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-12-15 10:00:00", "2022-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (29, 7, "Q1", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-03-15 10:00:00", "2022-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (30, 7, "Q2", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-06-15 10:00:00", "2022-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (31, 7, "Q3", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-09-15 10:00:00", "2022-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (32, 7, "Q4", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-12-15 10:00:00", "2022-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (33, 8, "Q1", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-03-15 10:00:00", "2022-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (34, 8, "Q2", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-06-15 10:00:00", "2022-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (35, 8, "Q3", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-09-15 10:00:00", "2022-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (36, 8, "Q4", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-12-15 10:00:00", "2022-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (37, 9, "Q1", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-03-15 10:00:00", "2022-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (38, 9, "Q2", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-06-15 10:00:00", "2022-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (39, 9, "Q3", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-09-15 10:00:00", "2022-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (40, 9, "Q4", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-12-15 10:00:00", "2022-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (41, 10, "Q1", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-03-15 10:00:00", "2022-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (42, 10, "Q2", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-06-15 10:00:00", "2022-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (43, 10, "Q3", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-09-15 10:00:00", "2022-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (44, 10, "Q4", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-12-15 10:00:00", "2022-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (45, 11, "Q1", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-03-15 10:00:00", "2022-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (46, 11, "Q2", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-06-15 10:00:00", "2022-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (47, 11, "Q3", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-09-15 10:00:00", "2022-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (48, 11, "Q4", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-12-15 10:00:00", "2022-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (49, 12, "Q1", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-03-15 10:00:00", "2022-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (50, 12, "Q2", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-06-15 10:00:00", "2022-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (51, 12, "Q3", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-09-15 10:00:00", "2022-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (52, 12, "Q4", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-12-15 10:00:00", "2022-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (53, 13, "Q1", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-03-15 10:00:00", "2022-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (54, 13, "Q2", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-06-15 10:00:00", "2022-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (55, 13, "Q3", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-09-15 10:00:00", "2022-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (56, 13, "Q4", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-12-15 10:00:00", "2022-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (57, 14, "Q1", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-03-15 10:00:00", "2022-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (58, 14, "Q2", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-06-15 10:00:00", "2022-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (59, 14, "Q3", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-09-15 10:00:00", "2022-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (60, 14, "Q4", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-12-15 10:00:00", "2022-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (61, 15, "Q1", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-03-15 10:00:00", "2022-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (62, 15, "Q2", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-06-15 10:00:00", "2022-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (63, 15, "Q3", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-09-15 10:00:00", "2022-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (64, 15, "Q4", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-12-15 10:00:00", "2022-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (65, 16, "Q1", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-03-15 10:00:00", "2022-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (66, 16, "Q2", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-06-15 10:00:00", "2022-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (67, 16, "Q3", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-09-15 10:00:00", "2022-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (68, 16, "Q4", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-12-15 10:00:00", "2022-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (69, 17, "Q1", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-03-15 10:00:00", "2022-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (70, 17, "Q2", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-06-15 10:00:00", "2022-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (71, 17, "Q3", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-09-15 10:00:00", "2022-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (72, 17, "Q4", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-12-15 10:00:00", "2022-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (73, 18, "Q1", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-03-15 10:00:00", "2022-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (74, 18, "Q2", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-06-15 10:00:00", "2022-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (75, 18, "Q3", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-09-15 10:00:00", "2022-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (76, 18, "Q4", 2022, 0, 0, NULL, "Approved", 1, NULL, "2022-12-15 10:00:00", "2022-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (77, 1, "Q1", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-03-15 10:00:00", "2025-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (78, 1, "Q2", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-06-15 10:00:00", "2025-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (79, 1, "Q3", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-09-15 10:00:00", "2025-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (80, 1, "Q4", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-12-15 10:00:00", "2025-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (81, 2, "Q1", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-03-15 10:00:00", "2025-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (82, 2, "Q2", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-06-15 10:00:00", "2025-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (83, 2, "Q3", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-09-15 10:00:00", "2025-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (84, 2, "Q4", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-12-15 10:00:00", "2025-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (85, 3, "Q1", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-03-15 10:00:00", "2025-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (86, 3, "Q2", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-06-15 10:00:00", "2025-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (87, 3, "Q3", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-09-15 10:00:00", "2025-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (88, 3, "Q4", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-12-15 10:00:00", "2025-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (89, 4, "Q1", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-03-15 10:00:00", "2025-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (90, 4, "Q2", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-06-15 10:00:00", "2025-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (91, 4, "Q3", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-09-15 10:00:00", "2025-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (92, 4, "Q4", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-12-15 10:00:00", "2025-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (93, 5, "Q1", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-03-15 10:00:00", "2025-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (94, 5, "Q2", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-06-15 10:00:00", "2025-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (95, 5, "Q3", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-09-15 10:00:00", "2025-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (96, 5, "Q4", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-12-15 10:00:00", "2025-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (97, 6, "Q1", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-03-15 10:00:00", "2025-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (98, 6, "Q2", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-06-15 10:00:00", "2025-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (99, 6, "Q3", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-09-15 10:00:00", "2025-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (100, 6, "Q4", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-12-15 10:00:00", "2025-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (101, 19, "Q1", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-03-15 10:00:00", "2025-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (102, 19, "Q2", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-06-15 10:00:00", "2025-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (103, 19, "Q3", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-09-15 10:00:00", "2025-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (104, 19, "Q4", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-12-15 10:00:00", "2025-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (105, 7, "Q1", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-03-15 10:00:00", "2025-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (106, 7, "Q2", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-06-15 10:00:00", "2025-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (107, 7, "Q3", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-09-15 10:00:00", "2025-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (108, 7, "Q4", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-12-15 10:00:00", "2025-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (109, 8, "Q1", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-03-15 10:00:00", "2025-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (110, 8, "Q2", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-06-15 10:00:00", "2025-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (111, 8, "Q3", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-09-15 10:00:00", "2025-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (112, 8, "Q4", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-12-15 10:00:00", "2025-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (113, 9, "Q1", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-03-15 10:00:00", "2025-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (114, 9, "Q2", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-06-15 10:00:00", "2025-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (115, 9, "Q3", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-09-15 10:00:00", "2025-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (116, 9, "Q4", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-12-15 10:00:00", "2025-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (117, 10, "Q1", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-03-15 10:00:00", "2025-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (118, 10, "Q2", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-06-15 10:00:00", "2025-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (119, 10, "Q3", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-09-15 10:00:00", "2025-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (120, 10, "Q4", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-12-15 10:00:00", "2025-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (121, 11, "Q1", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-03-15 10:00:00", "2025-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (122, 11, "Q2", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-06-15 10:00:00", "2025-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (123, 11, "Q3", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-09-15 10:00:00", "2025-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (124, 11, "Q4", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-12-15 10:00:00", "2025-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (125, 12, "Q1", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-03-15 10:00:00", "2025-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (126, 12, "Q2", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-06-15 10:00:00", "2025-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (127, 12, "Q3", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-09-15 10:00:00", "2025-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (128, 12, "Q4", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-12-15 10:00:00", "2025-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (129, 13, "Q1", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-03-15 10:00:00", "2025-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (130, 13, "Q2", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-06-15 10:00:00", "2025-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (131, 13, "Q3", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-09-15 10:00:00", "2025-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (132, 13, "Q4", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-12-15 10:00:00", "2025-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (133, 14, "Q1", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-03-15 10:00:00", "2025-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (134, 14, "Q2", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-06-15 10:00:00", "2025-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (135, 14, "Q3", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-09-15 10:00:00", "2025-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (136, 14, "Q4", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-12-15 10:00:00", "2025-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (137, 15, "Q1", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-03-15 10:00:00", "2025-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (138, 15, "Q2", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-06-15 10:00:00", "2025-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (139, 15, "Q3", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-09-15 10:00:00", "2025-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (140, 15, "Q4", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-12-15 10:00:00", "2025-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (141, 16, "Q1", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-03-15 10:00:00", "2025-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (142, 16, "Q2", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-06-15 10:00:00", "2025-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (143, 16, "Q3", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-09-15 10:00:00", "2025-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (144, 16, "Q4", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-12-15 10:00:00", "2025-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (145, 17, "Q1", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-03-15 10:00:00", "2025-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (146, 17, "Q2", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-06-15 10:00:00", "2025-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (147, 17, "Q3", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-09-15 10:00:00", "2025-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (148, 17, "Q4", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-12-15 10:00:00", "2025-12-15 10:00:00", 1, NULL, NULL, NULL),
+ (149, 18, "Q1", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-03-15 10:00:00", "2025-03-15 10:00:00", 1, NULL, NULL, NULL),
+ (150, 18, "Q2", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-06-15 10:00:00", "2025-06-15 10:00:00", 1, NULL, NULL, NULL),
+ (151, 18, "Q3", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-09-15 10:00:00", "2025-09-15 10:00:00", 1, NULL, NULL, NULL),
+ (152, 18, "Q4", 2025, 0, 0, NULL, "Approved", 1, NULL, "2025-12-15 10:00:00", "2025-12-15 10:00:00", 1, NULL, NULL, NULL);
+
+/*!40000 ALTER TABLE `submission` ENABLE KEYS */;
+UNLOCK TABLES;
+
+
+
+# Dump of table submission_deadlines
+# ------------------------------------------------------------
+
+DROP TABLE IF EXISTS `submission_deadlines`;
+
+CREATE TABLE `submission_deadlines` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `deadline_days_after_quarter_end` int NOT NULL,
+ `grace_periods_days_after_deadline` int NOT NULL,
+ `first_reminder_days_before_deadline` int NOT NULL,
+ `second_reminder_days_before_deadline` int NOT NULL,
+ `created_at` datetime DEFAULT NULL,
+ `updated_at` datetime DEFAULT NULL,
+ `created_by` int DEFAULT NULL,
+ `updated_by` int DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `deadline_create` (`created_by`),
+ KEY `deadline_update` (`updated_by`),
+ CONSTRAINT `deadline_create` FOREIGN KEY (`created_by`) REFERENCES `admin_users` (`id`) ON DELETE RESTRICT ON UPDATE RESTRICT,
+ CONSTRAINT `deadline_update` FOREIGN KEY (`updated_by`) REFERENCES `admin_users` (`id`) ON DELETE RESTRICT ON UPDATE RESTRICT
+) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
+
+LOCK TABLES `submission_deadlines` WRITE;
+/*!40000 ALTER TABLE `submission_deadlines` DISABLE KEYS */;
+
+INSERT INTO `submission_deadlines` (`id`, `deadline_days_after_quarter_end`, `grace_periods_days_after_deadline`, `first_reminder_days_before_deadline`, `second_reminder_days_before_deadline`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES
+ (1, 30, 7, 10, 5, "2025-10-17 08:36:32", "2025-10-17 08:36:59", 1, 1);
+
+/*!40000 ALTER TABLE `submission_deadlines` ENABLE KEYS */;
+UNLOCK TABLES;
+
+
+
+# Dump of table submission_history
+# ------------------------------------------------------------
+
+DROP TABLE IF EXISTS `submission_history`;
+
+CREATE TABLE `submission_history` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `primary_key` int NOT NULL,
+ `table_name` varchar(100) NOT NULL,
+ `column_name` varchar(100) NOT NULL,
+ `old_value` text,
+ `new_value` text,
+ `updated_by` int DEFAULT NULL,
+ `created_at` datetime DEFAULT CURRENT_TIMESTAMP,
+ PRIMARY KEY (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
+
+LOCK TABLES `submission_history` WRITE;
+/*!40000 ALTER TABLE `submission_history` DISABLE KEYS */;
+
+INSERT INTO `submission_history` (`id`, `primary_key`, `table_name`, `column_name`, `old_value`, `new_value`, `updated_by`, `created_at`) VALUES
+ (1, 164, "submission_products", "current_quantity", "453867234", "49867234", NULL, "2026-04-17 13:50:46"),
+ (2, 161, "submission_products", "current_quantity", "465896687", "46589687", NULL, "2026-04-17 13:58:18"),
+ (3, 162, "submission_products", "current_quantity", "471498564", "47698564", NULL, "2026-04-17 13:58:49"),
+ (4, 163, "submission_products", "current_quantity", "489786695", "48978695", NULL, "2026-04-17 13:59:22");
+
+/*!40000 ALTER TABLE `submission_history` ENABLE KEYS */;
+UNLOCK TABLES;
+
+
+
+# Dump of table submission_products
+# ------------------------------------------------------------
+
+DROP TABLE IF EXISTS `submission_products`;
+
+CREATE TABLE `submission_products` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `submission_id` int NOT NULL,
+ `product_id` int DEFAULT NULL,
+ `unit_id` int DEFAULT NULL,
+ `annual_installed_capacity` varchar(100) DEFAULT NULL,
+ `previous_quantity_period_one` varchar(50) DEFAULT NULL,
+ `previous_quantity_period_two` varchar(50) DEFAULT NULL,
+ `previous_quantity_period_three` varchar(50) DEFAULT NULL,
+ `previous_cost_period_one` varchar(50) DEFAULT NULL,
+ `previous_cost_period_two` varchar(50) DEFAULT NULL,
+ `previous_cost_period_three` varchar(50) DEFAULT NULL,
+ `current_quantity_period_one` varchar(50) DEFAULT NULL,
+ `current_quantity_period_two` varchar(50) DEFAULT NULL,
+ `current_quantity_period_three` varchar(50) DEFAULT NULL,
+ `current_cost_period_one` varchar(50) DEFAULT NULL,
+ `current_cost_period_two` varchar(50) DEFAULT NULL,
+ `current_cost_period_three` varchar(50) DEFAULT NULL,
+ `forecast_quantity_period_one` varchar(50) DEFAULT NULL,
+ `forecast_quantity_period_two` varchar(50) DEFAULT NULL,
+ `forecast_quantity_period_three` varchar(50) DEFAULT NULL,
+ `forecast_cost_period_one` varchar(50) DEFAULT NULL,
+ `forecast_cost_period_two` varchar(50) DEFAULT NULL,
+ `forecast_cost_period_three` varchar(50) DEFAULT NULL,
+ `previous_quantity` varchar(100) DEFAULT NULL,
+ `previous_cost` varchar(100) DEFAULT NULL,
+ `current_quantity` varchar(100) DEFAULT NULL,
+ `current_cost` varchar(100) DEFAULT NULL,
+ `forecast_quantity` varchar(100) DEFAULT NULL,
+ `forecast_cost` varchar(100) DEFAULT NULL,
+ `variation_reason_master_id` int DEFAULT NULL,
+ `other_variation_reason` varchar(255) DEFAULT NULL,
+ `zero_target_reason_master_id` int DEFAULT NULL,
+ `other_zero_target_reason` varchar(255) DEFAULT NULL,
+ `remarks` varchar(255) DEFAULT NULL,
+ `created_by` int DEFAULT NULL,
+ `updated_by` int DEFAULT NULL,
+ `created_at` datetime DEFAULT NULL,
+ `updated_at` datetime DEFAULT NULL,
+ `is_active` tinyint(1) DEFAULT '1',
+ PRIMARY KEY (`id`),
+ KEY `submission_id` (`submission_id`),
+ KEY `product_id` (`product_id`),
+ CONSTRAINT `submission_products_ibfk_15` FOREIGN KEY (`submission_id`) REFERENCES `submission` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
+ CONSTRAINT `submission_products_ibfk_16` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
+) ENGINE=InnoDB AUTO_INCREMENT=209 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
+
+LOCK TABLES `submission_products` WRITE;
+/*!40000 ALTER TABLE `submission_products` DISABLE KEYS */;
+
+INSERT INTO `submission_products` (`id`, `submission_id`, `product_id`, `unit_id`, `annual_installed_capacity`, `previous_quantity_period_one`, `previous_quantity_period_two`, `previous_quantity_period_three`, `previous_cost_period_one`, `previous_cost_period_two`, `previous_cost_period_three`, `current_quantity_period_one`, `current_quantity_period_two`, `current_quantity_period_three`, `current_cost_period_one`, `current_cost_period_two`, `current_cost_period_three`, `forecast_quantity_period_one`, `forecast_quantity_period_two`, `forecast_quantity_period_three`, `forecast_cost_period_one`, `forecast_cost_period_two`, `forecast_cost_period_three`, `previous_quantity`, `previous_cost`, `current_quantity`, `current_cost`, `forecast_quantity`, `forecast_cost`, `variation_reason_master_id`, `other_variation_reason`, `zero_target_reason_master_id`, `other_zero_target_reason`, `remarks`, `created_by`, `updated_by`, `created_at`, `updated_at`, `is_active`) VALUES
+ (1, 1, 1, 1, "50000", "0", "0", "0", "0", "0", "0", "218642.66666666666", "218642.66666666666", "218642.66666666666", "2667440.6666666665", "2667440.6666666665", "2667440.6666666665", "0", "0", "0", "0", "0", "0", "0", "0", "655928", "8002322", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:51:00", "2026-04-17 11:51:00", 1),
+ (2, 2, 1, 1, "50000", "0", "0", "0", "0", "0", "0", "210733.66666666666", "210733.66666666666", "210733.66666666666", "2575165.3333333335", "2575165.3333333335", "2575165.3333333335", "0", "0", "0", "0", "0", "0", "0", "0", "632201", "7725496", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:51:00", "2026-04-17 11:51:00", 1),
+ (3, 3, 1, 1, "50000", "0", "0", "0", "0", "0", "0", "176301.33333333334", "176301.33333333334", "176301.33333333334", "2154402.3333333335", "2154402.3333333335", "2154402.3333333335", "0", "0", "0", "0", "0", "0", "0", "0", "528904", "6463207", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:51:00", "2026-04-17 11:51:00", 1),
+ (4, 4, 1, 1, "50000", "0", "0", "0", "0", "0", "0", "229788.66666666666", "229788.66666666666", "229788.66666666666", "2803421.6666666665", "2803421.6666666665", "2803421.6666666665", "0", "0", "0", "0", "0", "0", "0", "0", "689366", "8410265", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:51:00", "2026-04-17 11:51:00", 1),
+ (5, 1, 2, 1, "50000", "0", "0", "0", "0", "0", "0", "8546255.333333334", "8546255.333333334", "8546255.333333334", "5518060681", "5518060681", "5518060681", "0", "0", "0", "0", "0", "0", "0", "0", "25638766", "16554182043", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:51:00", "2026-04-17 11:51:00", 1),
+ (6, 2, 2, 1, "50000", "0", "0", "0", "0", "0", "0", "10092854.666666666", "10092854.666666666", "10092854.666666666", "6526746327.333333", "6526746327.333333", "6526746327.333333", "0", "0", "0", "0", "0", "0", "0", "0", "30278564", "19580238982", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:51:00", "2026-04-17 11:51:00", 1),
+ (7, 3, 2, 1, "50000", "0", "0", "0", "0", "0", "0", "9911876.666666666", "9911876.666666666", "9911876.666666666", "6412686847", "6412686847", "6412686847", "0", "0", "0", "0", "0", "0", "0", "0", "29735630", "19238060541", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:51:00", "2026-04-17 11:51:00", 1),
+ (8, 4, 2, 1, "50000", "0", "0", "0", "0", "0", "0", "11922921.666666666", "11922921.666666666", "11922921.666666666", "7713772630.666667", "7713772630.666667", "7713772630.666667", "0", "0", "0", "0", "0", "0", "0", "0", "35768765", "23141317892", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:51:00", "2026-04-17 11:51:00", 1),
+ (9, 5, 3, 1, "50000", "0", "0", "0", "0", "0", "0", "151262326", "151262326", "151262326", "13396910931.666666", "13396910931.666666", "13396910931.666666", "0", "0", "0", "0", "0", "0", "0", "0", "453786978", "40190732795", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:51:00", "2026-04-17 11:51:00", 1),
+ (10, 6, 3, 1, "50000", "0", "0", "0", "0", "0", "0", "178256187.66666666", "178256187.66666666", "178256187.66666666", "15811323846", "15811323846", "15811323846", "0", "0", "0", "0", "0", "0", "0", "0", "534768563", "47433971538", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:51:00", "2026-04-17 11:51:00", 1),
+ (11, 7, 3, 1, "50000", "0", "0", "0", "0", "0", "0", "188923258", "188923258", "188923258", "16776385310.333334", "16776385310.333334", "16776385310.333334", "0", "0", "0", "0", "0", "0", "0", "0", "566769774", "50329155931", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:51:00", "2026-04-17 11:51:00", 1),
+ (12, 8, 3, 1, "50000", "0", "0", "0", "0", "0", "0", "152191186.33333334", "152191186.33333334", "152191186.33333334", "13522186905.666666", "13522186905.666666", "13522186905.666666", "0", "0", "0", "0", "0", "0", "0", "0", "456573559", "40566560717", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:51:01", "2026-04-17 11:51:01", 1),
+ (13, 5, 4, 1, "50000", "0", "0", "0", "0", "0", "0", "25216255", "25216255", "25216255", "33920906226", "33920906226", "33920906226", "0", "0", "0", "0", "0", "0", "0", "0", "75648765", "101762718678", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:51:01", "2026-04-17 11:51:01", 1),
+ (14, 6, 4, 1, "50000", "0", "0", "0", "0", "0", "0", "2589532", "2589532", "2589532", "3484215306", "3484215306", "3484215306", "0", "0", "0", "0", "0", "0", "0", "0", "7768596", "10452645918", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:51:01", "2026-04-17 11:51:01", 1),
+ (15, 7, 4, 1, "50000", "0", "0", "0", "0", "0", "0", "2375329", "2375329", "2375329", "3195292570.6666665", "3195292570.6666665", "3195292570.6666665", "0", "0", "0", "0", "0", "0", "0", "0", "7125987", "9585877712", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:51:01", "2026-04-17 11:51:01", 1),
+ (16, 8, 4, 1, "50000", "0", "0", "0", "0", "0", "0", "2411522.3333333335", "2411522.3333333335", "2411522.3333333335", "3245909060.6666665", "3245909060.6666665", "3245909060.6666665", "0", "0", "0", "0", "0", "0", "0", "0", "7234567", "9737727182", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:51:01", "2026-04-17 11:51:01", 1),
+ (17, 9, 5, 1, "50000", "0", "0", "0", "0", "0", "0", "14485526", "14485526", "14485526", "11733276060", "11733276060", "11733276060", "0", "0", "0", "0", "0", "0", "0", "0", "43456578", "35199828180", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:51:01", "2026-04-17 11:51:01", 1),
+ (18, 10, 5, 1, "50000", "0", "0", "0", "0", "0", "0", "16192312", "16192312", "16192312", "13099580408", "13099580408", "13099580408", "0", "0", "0", "0", "0", "0", "0", "0", "48576936", "39298741224", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:51:01", "2026-04-17 11:51:01", 1),
+ (19, 11, 5, 1, "50000", "0", "0", "0", "0", "0", "0", "16961245.666666668", "16961245.666666668", "16961245.666666668", "13757417902.333334", "13757417902.333334", "13757417902.333334", "0", "0", "0", "0", "0", "0", "0", "0", "50883737", "41272253707", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:51:01", "2026-04-17 11:51:01", 1),
+ (20, 12, 5, 1, "50000", "0", "0", "0", "0", "0", "0", "16221928.666666666", "16221928.666666666", "16221928.666666666", "13172206077.333334", "13172206077.333334", "13172206077.333334", "0", "0", "0", "0", "0", "0", "0", "0", "48665786", "39516618232", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:51:01", "2026-04-17 11:51:01", 1),
+ (21, 9, 6, 1, "50000", "0", "0", "0", "0", "0", "0", "2252893261.3333335", "2252893261.3333335", "2252893261.3333335", "1721210451658.6667", "1721210451658.6667", "1721210451658.6667", "0", "0", "0", "0", "0", "0", "0", "0", "6758679784", "5163631354976", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:51:01", "2026-04-17 11:51:01", 1),
+ (22, 10, 6, 1, "50000", "0", "0", "0", "0", "0", "0", "2348545847.3333335", "2348545847.3333335", "2348545847.3333335", "1792840481515.3333", "1792840481515.3333", "1792840481515.3333", "0", "0", "0", "0", "0", "0", "0", "0", "7045637542", "5378521444546", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:51:01", "2026-04-17 11:51:01", 1),
+ (23, 11, 6, 1, "50000", "0", "0", "0", "0", "0", "0", "2321781810.6666665", "2321781810.6666665", "2321781810.6666665", "1776163085160", "1776163085160", "1776163085160", "0", "0", "0", "0", "0", "0", "0", "0", "6965345432", "5328489255480", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:51:01", "2026-04-17 11:51:01", 1),
+ (24, 12, 6, 1, "50000", "0", "0", "0", "0", "0", "0", "2384854078", "2384854078", "2384854078", "1824870329670", "1824870329670", "1824870329670", "0", "0", "0", "0", "0", "0", "0", "0", "7154562234", "5474610989010", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:51:01", "2026-04-17 11:51:01", 1),
+ (25, 13, 7, 1, "50000", "0", "0", "0", "0", "0", "0", "1184885.6666666667", "1184885.6666666667", "1184885.6666666667", "100715281.66666667", "100715281.66666667", "100715281.66666667", "0", "0", "0", "0", "0", "0", "0", "0", "3554657", "302145845", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:51:02", "2026-04-17 11:51:02", 1),
+ (26, 14, 7, 1, "50000", "0", "0", "0", "0", "0", "0", "1261882.3333333333", "1261882.3333333333", "1261882.3333333333", "108521880.66666667", "108521880.66666667", "108521880.66666667", "0", "0", "0", "0", "0", "0", "0", "0", "3785647", "325565642", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:51:02", "2026-04-17 11:51:02", 1),
+ (27, 15, 7, 1, "50000", "0", "0", "0", "0", "0", "0", "1081788", "1081788", "1081788", "91951980", "91951980", "91951980", "0", "0", "0", "0", "0", "0", "0", "0", "3245364", "275855940", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:51:02", "2026-04-17 11:51:02", 1),
+ (28, 16, 7, 1, "50000", "0", "0", "0", "0", "0", "0", "1081788", "1081788", "1081788", "94115556", "94115556", "94115556", "0", "0", "0", "0", "0", "0", "0", "0", "3245364", "282346668", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:51:02", "2026-04-17 11:51:02", 1),
+ (29, 17, 7, 1, "50000", "0", "0", "0", "0", "0", "0", "21512157.666666668", "21512157.666666668", "21512157.666666668", "1828533401.6666667", "1828533401.6666667", "1828533401.6666667", "0", "0", "0", "0", "0", "0", "0", "0", "64536473", "5485600205", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:51:02", "2026-04-17 11:51:02", 1),
+ (30, 18, 7, 1, "50000", "0", "0", "0", "0", "0", "0", "21141782.333333332", "21141782.333333332", "21141782.333333332", "1818193280.6666667", "1818193280.6666667", "1818193280.6666667", "0", "0", "0", "0", "0", "0", "0", "0", "63425347", "5454579842", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:51:02", "2026-04-17 11:51:02", 1),
+ (31, 19, 7, 1, "50000", "0", "0", "0", "0", "0", "0", "21791521.666666668", "21791521.666666668", "21791521.666666668", "1852279341.6666667", "1852279341.6666667", "1852279341.6666667", "0", "0", "0", "0", "0", "0", "0", "0", "65374565", "5556838025", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:51:02", "2026-04-17 11:51:02", 1),
+ (32, 20, 7, 1, "50000", "0", "0", "0", "0", "0", "0", "22248817.666666668", "22248817.666666668", "22248817.666666668", "1935647137", "1935647137", "1935647137", "0", "0", "0", "0", "0", "0", "0", "0", "66746453", "5806941411", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:51:02", "2026-04-17 11:51:02", 1),
+ (33, 21, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "356157921", "356157921", "356157921", "8191632183", "8191632183", "8191632183", "0", "0", "0", "0", "0", "0", "0", "0", "1068473763", "24574896549", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:51:02", "2026-04-17 11:51:02", 1),
+ (34, 22, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "432619152", "432619152", "432619152", "10382859648", "10382859648", "10382859648", "0", "0", "0", "0", "0", "0", "0", "0", "1297857456", "31148578944", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:51:02", "2026-04-17 11:51:02", 1),
+ (35, 23, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "429216232.6666667", "429216232.6666667", "429216232.6666667", "10086581467.666666", "10086581467.666666", "10086581467.666666", "0", "0", "0", "0", "0", "0", "0", "0", "1287648698", "30259744403", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:51:02", "2026-04-17 11:51:02", 1),
+ (36, 24, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "432858217.3333333", "432858217.3333333", "432858217.3333333", "10821455433.333334", "10821455433.333334", "10821455433.333334", "0", "0", "0", "0", "0", "0", "0", "0", "1298574652", "32464366300", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:51:02", "2026-04-17 11:51:02", 1),
+ (37, 25, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "918825207.6666666", "918825207.6666666", "918825207.6666666", "10107077284.333334", "10107077284.333334", "10107077284.333334", "0", "0", "0", "0", "0", "0", "0", "0", "2756475623", "30321231853", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:51:02", "2026-04-17 11:51:02", 1),
+ (38, 26, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "1032622484.6666666", "1032622484.6666666", "1032622484.6666666", "12391469816", "12391469816", "12391469816", "0", "0", "0", "0", "0", "0", "0", "0", "3097867454", "37174409448", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:51:03", "2026-04-17 11:51:03", 1),
+ (39, 27, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "992855844.6666666", "992855844.6666666", "992855844.6666666", "11417842213.666666", "11417842213.666666", "11417842213.666666", "0", "0", "0", "0", "0", "0", "0", "0", "2978567534", "34253526641", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:51:03", "2026-04-17 11:51:03", 1),
+ (40, 28, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "1062253224.6666666", "1062253224.6666666", "1062253224.6666666", "13278165308.333334", "13278165308.333334", "13278165308.333334", "0", "0", "0", "0", "0", "0", "0", "0", "3186759674", "39834495925", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:51:03", "2026-04-17 11:51:03", 1),
+ (41, 29, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "3282191216.3333335", "3282191216.3333335", "3282191216.3333335", "75490397975.66667", "75490397975.66667", "75490397975.66667", "0", "0", "0", "0", "0", "0", "0", "0", "9846573649", "226471193927", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:51:03", "2026-04-17 11:51:03", 1),
+ (42, 30, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "3623152774.3333335", "3623152774.3333335", "3623152774.3333335", "869556666584", "869556666584", "869556666584", "0", "0", "0", "0", "0", "0", "0", "0", "10869458323", "2608669999752", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:51:03", "2026-04-17 11:51:03", 1),
+ (43, 31, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "3322495115.3333335", "3322495115.3333335", "3322495115.3333335", "78078635210.33333", "78078635210.33333", "78078635210.33333", "0", "0", "0", "0", "0", "0", "0", "0", "9967485346", "234235905631", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:51:03", "2026-04-17 11:51:03", 1),
+ (44, 32, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "3820786224", "3820786224", "3820786224", "95519655600", "95519655600", "95519655600", "0", "0", "0", "0", "0", "0", "0", "0", "11462358672", "286558966800", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:51:03", "2026-04-17 11:51:03", 1),
+ (45, 33, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "26215078", "26215078", "26215078", "602946794", "602946794", "602946794", "0", "0", "0", "0", "0", "0", "0", "0", "78645234", "1808840382", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:51:03", "2026-04-17 11:51:03", 1),
+ (46, 34, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "26956477.333333332", "26956477.333333332", "26956477.333333332", "646955456", "646955456", "646955456", "0", "0", "0", "0", "0", "0", "0", "0", "80869432", "1940866368", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:51:03", "2026-04-17 11:51:03", 1),
+ (47, 35, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "26615087.666666668", "26615087.666666668", "26615087.666666668", "625454560.3333334", "625454560.3333334", "625454560.3333334", "0", "0", "0", "0", "0", "0", "0", "0", "79845263", "1876363681", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:51:03", "2026-04-17 11:51:03", 1),
+ (48, 36, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "27455244.666666668", "27455244.666666668", "27455244.666666668", "686381116.6666666", "686381116.6666666", "686381116.6666666", "0", "0", "0", "0", "0", "0", "0", "0", "82365734", "2059143350", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:51:03", "2026-04-17 11:51:03", 1),
+ (49, 33, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "215121.33333333334", "215121.33333333334", "215121.33333333334", "2366334.6666666665", "2366334.6666666665", "2366334.6666666665", "0", "0", "0", "0", "0", "0", "0", "0", "645364", "7099004", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:51:03", "2026-04-17 11:51:03", 1),
+ (50, 34, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "219152", "219152", "219152", "2629824", "2629824", "2629824", "0", "0", "0", "0", "0", "0", "0", "0", "657456", "7889472", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:51:03", "2026-04-17 11:51:03", 1),
+ (51, 35, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "221512", "221512", "221512", "2547388", "2547388", "2547388", "0", "0", "0", "0", "0", "0", "0", "0", "664536", "7642164", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:51:03", "2026-04-17 11:51:03", 1),
+ (52, 36, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "215114", "215114", "215114", "2688925", "2688925", "2688925", "0", "0", "0", "0", "0", "0", "0", "0", "645342", "8066775", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:51:04", "2026-04-17 11:51:04", 1),
+ (53, 37, 10, 1, "50000", "0", "0", "0", "0", "0", "0", "1780771.6666666667", "1780771.6666666667", "1780771.6666666667", "2468149530", "2468149530", "2468149530", "0", "0", "0", "0", "0", "0", "0", "0", "5342315", "7404448590", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:51:04", "2026-04-17 11:51:04", 1),
+ (54, 38, 10, 1, "50000", "0", "0", "0", "0", "0", "0", "1837436.3333333333", "1837436.3333333333", "1837436.3333333333", "2528312394.6666665", "2528312394.6666665", "2528312394.6666665", "0", "0", "0", "0", "0", "0", "0", "0", "5512309", "7584937184", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:51:04", "2026-04-17 11:51:04", 1),
+ (55, 39, 10, 1, "50000", "0", "0", "0", "0", "0", "0", "1866228.3333333333", "1866228.3333333333", "1866228.3333333333", "2623917036.6666665", "2623917036.6666665", "2623917036.6666665", "0", "0", "0", "0", "0", "0", "0", "0", "5598685", "7871751110", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:51:04", "2026-04-17 11:51:04", 1),
+ (56, 40, 10, 1, "50000", "0", "0", "0", "0", "0", "0", "1958707.6666666667", "1958707.6666666667", "1958707.6666666667", "2755901687", "2755901687", "2755901687", "0", "0", "0", "0", "0", "0", "0", "0", "5876123", "8267705061", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:51:04", "2026-04-17 11:51:04", 1),
+ (57, 41, 11, 1, "50000", "0", "0", "0", "0", "0", "0", "15121585.333333334", "15121585.333333334", "15121585.333333334", "650228169.3333334", "650228169.3333334", "650228169.3333334", "0", "0", "0", "0", "0", "0", "0", "0", "45364756", "1950684508", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:51:04", "2026-04-17 11:51:04", 1),
+ (58, 42, 11, 1, "50000", "0", "0", "0", "0", "0", "0", "15524515.333333334", "15524515.333333334", "15524515.333333334", "659791901.6666666", "659791901.6666666", "659791901.6666666", "0", "0", "0", "0", "0", "0", "0", "0", "46573546", "1979375705", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:51:04", "2026-04-17 11:51:04", 1),
+ (59, 43, 11, 1, "50000", "0", "0", "0", "0", "0", "0", "14662623", "14662623", "14662623", "623161477.6666666", "623161477.6666666", "623161477.6666666", "0", "0", "0", "0", "0", "0", "0", "0", "43987869", "1869484433", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:51:04", "2026-04-17 11:51:04", 1),
+ (60, 44, 11, 1, "50000", "0", "0", "0", "0", "0", "0", "15525630.666666666", "15525630.666666666", "15525630.666666666", "669154681.6666666", "669154681.6666666", "669154681.6666666", "0", "0", "0", "0", "0", "0", "0", "0", "46576892", "2007464045", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:51:04", "2026-04-17 11:51:04", 1),
+ (61, 45, 1, 1, "50000", "0", "0", "0", "0", "0", "0", "1387994", "1387994", "1387994", "16905767", "16905767", "16905767", "0", "0", "0", "0", "0", "0", "0", "0", "4163982", "50717301", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:51:04", "2026-04-17 11:51:04", 1),
+ (62, 46, 1, 1, "50000", "0", "0", "0", "0", "0", "0", "2316100.6666666665", "2316100.6666666665", "2316100.6666666665", "28233267", "28233267", "28233267", "0", "0", "0", "0", "0", "0", "0", "0", "6948302", "84699801", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:51:04", "2026-04-17 11:51:04", 1),
+ (63, 47, 1, 1, "50000", "0", "0", "0", "0", "0", "0", "18077077.333333332", "18077077.333333332", "18077077.333333332", "220540343.33333334", "220540343.33333334", "220540343.33333334", "0", "0", "0", "0", "0", "0", "0", "0", "54231232", "661621030", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:51:04", "2026-04-17 11:51:04", 1),
+ (64, 48, 1, 1, "50000", "0", "0", "0", "0", "0", "0", "2297889.3333333335", "2297889.3333333335", "2297889.3333333335", "28080207.666666668", "28080207.666666668", "28080207.666666668", "0", "0", "0", "0", "0", "0", "0", "0", "6893668", "84240623", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:51:04", "2026-04-17 11:51:04", 1),
+ (65, 45, 2, 1, "50000", "0", "0", "0", "0", "0", "0", "5887198", "5887198", "5887198", "38134520466", "38134520466", "38134520466", "0", "0", "0", "0", "0", "0", "0", "0", "17661594", "114403561398", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:51:05", "2026-04-17 11:51:05", 1),
+ (66, 46, 2, 1, "50000", "0", "0", "0", "0", "0", "0", "6055712.666666667", "6055712.666666667", "6055712.666666667", "3916047710", "3916047710", "3916047710", "0", "0", "0", "0", "0", "0", "0", "0", "18167138", "11748143130", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:51:05", "2026-04-17 11:51:05", 1),
+ (67, 47, 2, 1, "50000", "0", "0", "0", "0", "0", "0", "603239", "603239", "603239", "390277535.6666667", "390277535.6666667", "390277535.6666667", "0", "0", "0", "0", "0", "0", "0", "0", "1809717", "1170832607", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:51:05", "2026-04-17 11:51:05", 1),
+ (68, 48, 2, 1, "50000", "0", "0", "0", "0", "0", "0", "5109823.666666667", "5109823.666666667", "5109823.666666667", "33039235951", "33039235951", "33039235951", "0", "0", "0", "0", "0", "0", "0", "0", "15329471", "99117707853", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:51:05", "2026-04-17 11:51:05", 1),
+ (69, 49, 3, 1, "50000", "0", "0", "0", "0", "0", "0", "32902891.333333332", "32902891.333333332", "32902891.333333332", "2914123538", "2914123538", "2914123538", "0", "0", "0", "0", "0", "0", "0", "0", "98708674", "8742370614", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:51:05", "2026-04-17 11:51:05", 1),
+ (70, 50, 3, 1, "50000", "0", "0", "0", "0", "0", "0", "35586155.666666664", "35586155.666666664", "35586155.666666664", "3156492007.6666665", "3156492007.6666665", "3156492007.6666665", "0", "0", "0", "0", "0", "0", "0", "0", "106758467", "9469476023", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:51:05", "2026-04-17 11:51:05", 1),
+ (71, 51, 3, 1, "50000", "0", "0", "0", "0", "0", "0", "32191622.333333332", "32191622.333333332", "32191622.333333332", "2858616063.3333335", "2858616063.3333335", "2858616063.3333335", "0", "0", "0", "0", "0", "0", "0", "0", "96574867", "8575848190", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:51:05", "2026-04-17 11:51:05", 1),
+ (72, 52, 3, 1, "50000", "0", "0", "0", "0", "0", "0", "37551824.333333336", "37551824.333333336", "37551824.333333336", "3336479592", "3336479592", "3336479592", "0", "0", "0", "0", "0", "0", "0", "0", "112655473", "10009438776", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:51:05", "2026-04-17 11:51:05", 1),
+ (73, 53, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "306595.3333333333", "306595.3333333333", "306595.3333333333", "3372548.6666666665", "3372548.6666666665", "3372548.6666666665", "0", "0", "0", "0", "0", "0", "0", "0", "919786", "10117646", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:51:05", "2026-04-17 11:51:05", 1),
+ (74, 54, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "309558.3333333333", "309558.3333333333", "309558.3333333333", "3714700", "3714700", "3714700", "0", "0", "0", "0", "0", "0", "0", "0", "928675", "11144100", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:51:05", "2026-04-17 11:51:05", 1),
+ (75, 55, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "316290", "316290", "316290", "3636568.3333333335", "3636568.3333333335", "3636568.3333333335", "0", "0", "0", "0", "0", "0", "0", "0", "948870", "10909705", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:51:05", "2026-04-17 11:51:05", 1),
+ (76, 56, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "148558.66666666666", "148558.66666666666", "148558.66666666666", "3940316.6666666665", "3940316.6666666665", "3940316.6666666665", "0", "0", "0", "0", "0", "0", "0", "0", "445676", "11820950", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:51:05", "2026-04-17 11:51:05", 1),
+ (77, 57, 5, 1, "50000", "0", "0", "0", "0", "0", "0", "252229311.33333334", "252229311.33333334", "252229311.33333334", "204305742180", "204305742180", "204305742180", "0", "0", "0", "0", "0", "0", "0", "0", "756687934", "612917226540", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:51:05", "2026-04-17 11:51:05", 1),
+ (78, 58, 5, 1, "50000", "0", "0", "0", "0", "0", "0", "258549189.33333334", "258549189.33333334", "258549189.33333334", "209166294170.66666", "209166294170.66666", "209166294170.66666", "0", "0", "0", "0", "0", "0", "0", "0", "775647568", "627498882512", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:51:06", "2026-04-17 11:51:06", 1),
+ (79, 59, 5, 1, "50000", "0", "0", "0", "0", "0", "0", "254778829", "254778829", "254778829", "206679896985.66666", "206679896985.66666", "206679896985.66666", "0", "0", "0", "0", "0", "0", "0", "0", "764336487", "620039690957", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:51:06", "2026-04-17 11:51:06", 1),
+ (80, 60, 5, 1, "50000", "0", "0", "0", "0", "0", "0", "262151209.33333334", "262151209.33333334", "262151209.33333334", "212866781209.33334", "212866781209.33334", "212866781209.33334", "0", "0", "0", "0", "0", "0", "0", "0", "786453628", "638600343628", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:51:06", "2026-04-17 11:51:06", 1),
+ (81, 57, 6, 1, "50000", "0", "0", "0", "0", "0", "0", "147849082", "147849082", "147849082", "112956698648", "112956698648", "112956698648", "0", "0", "0", "0", "0", "0", "0", "0", "443547246", "338870095944", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:51:06", "2026-04-17 11:51:06", 1),
+ (82, 58, 6, 1, "50000", "0", "0", "0", "0", "0", "0", "155279187.33333334", "155279187.33333334", "155279187.33333334", "118478019935.33333", "118478019935.33333", "118478019935.33333", "0", "0", "0", "0", "0", "0", "0", "0", "465837562", "355434059806", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:51:06", "2026-04-17 11:51:06", 1),
+ (83, 59, 6, 1, "50000", "0", "0", "0", "0", "0", "0", "162252130", "162252130", "162252130", "124122879450", "124122879450", "124122879450", "0", "0", "0", "0", "0", "0", "0", "0", "486756390", "372368638350", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:51:06", "2026-04-17 11:51:06", 1),
+ (84, 60, 6, 1, "50000", "0", "0", "0", "0", "0", "0", "158541328", "158541328", "158541328", "121284115920", "121284115920", "121284115920", "0", "0", "0", "0", "0", "0", "0", "0", "475623984", "363852347760", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:51:06", "2026-04-17 11:51:06", 1),
+ (85, 61, 7, 1, "50000", "0", "0", "0", "0", "0", "0", "2548454.6666666665", "2548454.6666666665", "2548454.6666666665", "216618646.66666666", "216618646.66666666", "216618646.66666666", "0", "0", "0", "0", "0", "0", "0", "0", "7645364", "649855940", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:51:06", "2026-04-17 11:51:06", 1),
+ (86, 62, 7, 1, "50000", "0", "0", "0", "0", "0", "0", "2582118", "2582118", "2582118", "222062148", "222062148", "222062148", "0", "0", "0", "0", "0", "0", "0", "0", "7746354", "666186444", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:51:06", "2026-04-17 11:51:06", 1),
+ (87, 63, 7, 1, "50000", "0", "0", "0", "0", "0", "0", "2566225", "2566225", "2566225", "218129125", "218129125", "218129125", "0", "0", "0", "0", "0", "0", "0", "0", "7698675", "654387375", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:51:06", "2026-04-17 11:51:06", 1),
+ (88, 64, 7, 1, "50000", "0", "0", "0", "0", "0", "0", "2521432", "2521432", "2521432", "219364584", "219364584", "219364584", "0", "0", "0", "0", "0", "0", "0", "0", "7564296", "658093752", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:51:06", "2026-04-17 11:51:06", 1),
+ (89, 65, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "219161878.33333334", "219161878.33333334", "219161878.33333334", "5040723201.666667", "5040723201.666667", "5040723201.666667", "0", "0", "0", "0", "0", "0", "0", "0", "657485635", "15122169605", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:51:06", "2026-04-17 11:51:06", 1),
+ (90, 66, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "215255440.33333334", "215255440.33333334", "215255440.33333334", "5166130568", "5166130568", "5166130568", "0", "0", "0", "0", "0", "0", "0", "0", "645766321", "15498391704", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:51:06", "2026-04-17 11:51:06", 1),
+ (91, 67, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "204858194.33333334", "204858194.33333334", "204858194.33333334", "4814167567", "4814167567", "4814167567", "0", "0", "0", "0", "0", "0", "0", "0", "614574583", "14442502701", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:51:07", "2026-04-17 11:51:07", 1),
+ (92, 68, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "207255440.33333334", "207255440.33333334", "207255440.33333334", "5181386008.333333", "5181386008.333333", "5181386008.333333", "0", "0", "0", "0", "0", "0", "0", "0", "621766321", "15544158025", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:51:07", "2026-04-17 11:51:07", 1),
+ (93, 69, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "262252.6666666667", "262252.6666666667", "262252.6666666667", "2884779.3333333335", "2884779.3333333335", "2884779.3333333335", "0", "0", "0", "0", "0", "0", "0", "0", "786758", "8654338", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:51:07", "2026-04-17 11:51:07", 1),
+ (94, 70, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "258588", "258588", "258588", "3103056", "3103056", "3103056", "0", "0", "0", "0", "0", "0", "0", "0", "775764", "9309168", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:51:07", "2026-04-17 11:51:07", 1),
+ (95, 71, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "265615", "265615", "265615", "3054572.6666666665", "3054572.6666666665", "3054572.6666666665", "0", "0", "0", "0", "0", "0", "0", "0", "796845", "9163718", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:51:07", "2026-04-17 11:51:07", 1),
+ (96, 72, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "266619", "266619", "266619", "3332737.6666666665", "3332737.6666666665", "3332737.6666666665", "0", "0", "0", "0", "0", "0", "0", "0", "799857", "9998213", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:51:07", "2026-04-17 11:51:07", 1),
+ (97, 69, 10, 1, "50000", "0", "0", "0", "0", "0", "0", "189289817.66666666", "189289817.66666666", "189289817.66666666", "262355687286", "262355687286", "262355687286", "0", "0", "0", "0", "0", "0", "0", "0", "567869453", "787067061858", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:51:07", "2026-04-17 11:51:07", 1),
+ (98, 70, 10, 1, "50000", "0", "0", "0", "0", "0", "0", "191553010.66666666", "191553010.66666666", "191553010.66666666", "263576942677.33334", "263576942677.33334", "263576942677.33334", "0", "0", "0", "0", "0", "0", "0", "0", "574659032", "790730828032", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:51:07", "2026-04-17 11:51:07", 1),
+ (99, 71, 10, 1, "50000", "0", "0", "0", "0", "0", "0", "195578078", "195578078", "195578078", "274982777668", "274982777668", "274982777668", "0", "0", "0", "0", "0", "0", "0", "0", "586734234", "824948333004", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:51:07", "2026-04-17 11:51:07", 1),
+ (100, 72, 10, 1, "50000", "0", "0", "0", "0", "0", "0", "188279217", "188279217", "188279217", "264908858319", "264908858319", "264908858319", "0", "0", "0", "0", "0", "0", "0", "0", "564837651", "794726574957", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:51:07", "2026-04-17 11:51:07", 1),
+ (101, 73, 11, 1, "50000", "0", "0", "0", "0", "0", "0", "7374922.666666667", "7374922.666666667", "7374922.666666667", "317121674.6666667", "317121674.6666667", "317121674.6666667", "0", "0", "0", "0", "0", "0", "0", "0", "22124768", "951365024", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:51:07", "2026-04-17 11:51:07", 1),
+ (102, 74, 11, 1, "50000", "0", "0", "0", "0", "0", "0", "7326218.666666667", "7326218.666666667", "7326218.666666667", "311364293.3333333", "311364293.3333333", "311364293.3333333", "0", "0", "0", "0", "0", "0", "0", "0", "21978656", "934092880", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:51:07", "2026-04-17 11:51:07", 1),
+ (103, 75, 11, 1, "50000", "0", "0", "0", "0", "0", "0", "7708625.333333333", "7708625.333333333", "7708625.333333333", "327616576.6666667", "327616576.6666667", "327616576.6666667", "0", "0", "0", "0", "0", "0", "0", "0", "23125876", "982849730", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:51:07", "2026-04-17 11:51:07", 1),
+ (104, 76, 11, 1, "50000", "0", "0", "0", "0", "0", "0", "7447132.333333333", "7447132.333333333", "7447132.333333333", "320971403.6666667", "320971403.6666667", "320971403.6666667", "0", "0", "0", "0", "0", "0", "0", "0", "22341397", "962914211", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:51:07", "2026-04-17 11:51:07", 1),
+ (105, 77, 1, 1, "50000", "0", "0", "0", "0", "0", "0", "240802.33333333334", "240802.33333333334", "240802.33333333334", "2932972.3333333335", "2932972.3333333335", "2932972.3333333335", "0", "0", "0", "0", "0", "0", "0", "0", "722407", "8798917", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:56:42", "2026-04-17 11:56:42", 1),
+ (106, 78, 1, 1, "50000", "0", "0", "0", "0", "0", "0", "232683.33333333334", "232683.33333333334", "232683.33333333334", "2836410", "2836410", "2836410", "0", "0", "0", "0", "0", "0", "0", "0", "698050", "8509230", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:56:42", "2026-04-17 11:56:42", 1),
+ (107, 79, 1, 1, "50000", "0", "0", "0", "0", "0", "0", "218682.33333333334", "218682.33333333334", "218682.33333333334", "2670111.3333333335", "2670111.3333333335", "2670111.3333333335", "0", "0", "0", "0", "0", "0", "0", "0", "656047", "8010334", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:56:42", "2026-04-17 11:56:42", 1),
+ (108, 80, 1, 1, "50000", "0", "0", "0", "0", "0", "0", "252475.66666666666", "252475.66666666666", "252475.66666666666", "3077678.3333333335", "3077678.3333333335", "3077678.3333333335", "0", "0", "0", "0", "0", "0", "0", "0", "757427", "9233035", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:56:42", "2026-04-17 11:56:42", 1),
+ (109, 77, 2, 1, "50000", "0", "0", "0", "0", "0", "0", "9558547.666666666", "9558547.666666666", "9558547.666666666", "6203210679.333333", "6203210679.333333", "6203210679.333333", "0", "0", "0", "0", "0", "0", "0", "0", "28675643", "18609632038", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:56:42", "2026-04-17 11:56:42", 1),
+ (110, 78, 2, 1, "50000", "0", "0", "0", "0", "0", "0", "10042191", "10042191", "10042191", "6530035119.666667", "6530035119.666667", "6530035119.666667", "0", "0", "0", "0", "0", "0", "0", "0", "30126573", "19590105359", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:56:42", "2026-04-17 11:56:42", 1),
+ (111, 79, 2, 1, "50000", "0", "0", "0", "0", "0", "0", "10659524.666666666", "10659524.666666666", "10659524.666666666", "6928552459.666667", "6928552459.666667", "6928552459.666667", "0", "0", "0", "0", "0", "0", "0", "0", "31978574", "20785657379", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:56:42", "2026-04-17 11:56:42", 1),
+ (112, 80, 2, 1, "50000", "0", "0", "0", "0", "0", "0", "10365952", "10365952", "10365952", "6734759014.333333", "6734759014.333333", "6734759014.333333", "0", "0", "0", "0", "0", "0", "0", "0", "31097856", "20204277043", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:56:42", "2026-04-17 11:56:42", 1),
+ (113, 81, 3, 1, "50000", "0", "0", "0", "0", "0", "0", "165595256", "165595256", "165595256", "14655180156", "14655180156", "14655180156", "0", "0", "0", "0", "0", "0", "0", "0", "496785768", "43965540468", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:56:42", "2026-04-17 11:56:42", 1),
+ (114, 82, 3, 1, "50000", "0", "0", "0", "0", "0", "0", "165895254.66666666", "165895254.66666666", "165895254.66666666", "14764677665.333334", "14764677665.333334", "14764677665.333334", "0", "0", "0", "0", "0", "0", "0", "0", "497685764", "44294032996", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:56:42", "2026-04-17 11:56:42", 1),
+ (115, 83, 3, 1, "50000", "0", "0", "0", "0", "0", "0", "192299032", "192299032", "192299032", "17076154041.666666", "17076154041.666666", "17076154041.666666", "0", "0", "0", "0", "0", "0", "0", "0", "576897096", "51228462125", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:56:43", "2026-04-17 11:56:43", 1),
+ (116, 84, 3, 1, "50000", "0", "0", "0", "0", "0", "0", "184776254.33333334", "184776254.33333334", "184776254.33333334", "16406283622.333334", "16406283622.333334", "16406283622.333334", "0", "0", "0", "0", "0", "0", "0", "0", "554328763", "49218850867", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:56:43", "2026-04-17 11:56:43", 1),
+ (117, 85, 4, 1, "50000", "0", "0", "0", "0", "0", "0", "2619828.6666666665", "2619828.6666666665", "2619828.6666666665", "3525896411", "3525896411", "3525896411", "0", "0", "0", "0", "0", "0", "0", "0", "7859486", "10577689233", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:56:43", "2026-04-17 11:56:43", 1),
+ (118, 86, 4, 1, "50000", "0", "0", "0", "0", "0", "0", "2745895", "2745895", "2745895", "3695562785.6666665", "3695562785.6666665", "3695562785.6666665", "0", "0", "0", "0", "0", "0", "0", "0", "8237685", "11086688357", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:56:43", "2026-04-17 11:56:43", 1),
+ (119, 87, 4, 1, "50000", "0", "0", "0", "0", "0", "0", "2821911.3333333335", "2821911.3333333335", "2821911.3333333335", "3798292654.6666665", "3798292654.6666665", "3798292654.6666665", "0", "0", "0", "0", "0", "0", "0", "0", "8465734", "11394877964", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:56:43", "2026-04-17 11:56:43", 1),
+ (120, 88, 4, 1, "50000", "0", "0", "0", "0", "0", "0", "2620324.3333333335", "2620324.3333333335", "2620324.3333333335", "3527480617.6666665", "3527480617.6666665", "3527480617.6666665", "0", "0", "0", "0", "0", "0", "0", "0", "7860973", "10582441853", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:56:43", "2026-04-17 11:56:43", 1),
+ (121, 85, 5, 1, "50000", "0", "0", "0", "0", "0", "0", "16595635", "16595635", "16595635", "13475655620", "13475655620", "13475655620", "0", "0", "0", "0", "0", "0", "0", "0", "49786905", "40426966860", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:56:43", "2026-04-17 11:56:43", 1),
+ (122, 86, 5, 1, "50000", "0", "0", "0", "0", "0", "0", "17488589.333333332", "17488589.333333332", "17488589.333333332", "14183245949.333334", "14183245949.333334", "14183245949.333334", "0", "0", "0", "0", "0", "0", "0", "0", "52465768", "42549737848", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:56:43", "2026-04-17 11:56:43", 1),
+ (123, 87, 5, 1, "50000", "0", "0", "0", "0", "0", "0", "17081825.333333332", "17081825.333333332", "17081825.333333332", "13865317623", "13865317623", "13865317623", "0", "0", "0", "0", "0", "0", "0", "0", "51245476", "41595952869", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:56:43", "2026-04-17 11:56:43", 1),
+ (124, 88, 5, 1, "50000", "0", "0", "0", "0", "0", "0", "17585614", "17585614", "17585614", "14274242883.666666", "14274242883.666666", "14274242883.666666", "0", "0", "0", "0", "0", "0", "0", "0", "52756842", "42822728651", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:56:43", "2026-04-17 11:56:43", 1),
+ (125, 85, 6, 1, "50000", "0", "0", "0", "0", "0", "0", "2282118078", "2282118078", "2282118078", "1780052100840", "1780052100840", "1780052100840", "0", "0", "0", "0", "0", "0", "0", "0", "6846354234", "5340156302520", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:56:43", "2026-04-17 11:56:43", 1),
+ (126, 86, 6, 1, "50000", "0", "0", "0", "0", "0", "0", "2381892181.3333335", "2381892181.3333335", "2381892181.3333335", "1860257793621.3333", "1860257793621.3333", "1860257793621.3333", "0", "0", "0", "0", "0", "0", "0", "0", "7145676544", "5580773380864", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:56:43", "2026-04-17 11:56:43", 1),
+ (127, 87, 6, 1, "50000", "0", "0", "0", "0", "0", "0", "2366188129", "2366188129", "2366188129", "1850359116878", "1850359116878", "1850359116878", "0", "0", "0", "0", "0", "0", "0", "0", "7098564387", "5551077350634", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:56:43", "2026-04-17 11:56:43", 1),
+ (128, 88, 6, 1, "50000", "0", "0", "0", "0", "0", "0", "2388513091.6666665", "2388513091.6666665", "2388513091.6666665", "1863040211500", "1863040211500", "1863040211500", "0", "0", "0", "0", "0", "0", "0", "0", "7165539275", "5589120634500", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:56:43", "2026-04-17 11:56:43", 1),
+ (129, 89, 7, 1, "50000", "0", "0", "0", "0", "0", "0", "1009155", "1009155", "1009155", "92842260", "92842260", "92842260", "0", "0", "0", "0", "0", "0", "0", "0", "3027465", "278526780", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:56:44", "2026-04-17 11:56:44", 1),
+ (130, 90, 7, 1, "50000", "0", "0", "0", "0", "0", "0", "891521", "891521", "891521", "82911453", "82911453", "82911453", "0", "0", "0", "0", "0", "0", "0", "0", "2674563", "248734359", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:56:44", "2026-04-17 11:56:44", 1),
+ (131, 91, 7, 1, "50000", "0", "0", "0", "0", "0", "0", "884791.3333333334", "884791.3333333334", "884791.3333333334", "81843198.33333333", "81843198.33333333", "81843198.33333333", "0", "0", "0", "0", "0", "0", "0", "0", "2654374", "245529595", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:56:44", "2026-04-17 11:56:44", 1),
+ (132, 92, 7, 1, "50000", "0", "0", "0", "0", "0", "0", "781885.6666666666", "781885.6666666666", "781885.6666666666", "74279138.33333333", "74279138.33333333", "74279138.33333333", "0", "0", "0", "0", "0", "0", "0", "0", "2345657", "222837415", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:56:44", "2026-04-17 11:56:44", 1),
+ (133, 93, 7, 1, "50000", "0", "0", "0", "0", "0", "0", "20811747.666666668", "20811747.666666668", "20811747.666666668", "1914680785.3333333", "1914680785.3333333", "1914680785.3333333", "0", "0", "0", "0", "0", "0", "0", "0", "62435243", "5744042356", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:56:44", "2026-04-17 11:56:44", 1),
+ (134, 94, 7, 1, "50000", "0", "0", "0", "0", "0", "0", "20088178.666666668", "20088178.666666668", "20088178.666666668", "1868200616", "1868200616", "1868200616", "0", "0", "0", "0", "0", "0", "0", "0", "60264536", "5604601848", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:56:44", "2026-04-17 11:56:44", 1),
+ (135, 95, 7, 1, "50000", "0", "0", "0", "0", "0", "0", "19949187.666666668", "19949187.666666668", "19949187.666666668", "1845299859.3333333", "1845299859.3333333", "1845299859.3333333", "0", "0", "0", "0", "0", "0", "0", "0", "59847563", "5535899578", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:56:44", "2026-04-17 11:56:44", 1),
+ (136, 96, 7, 1, "50000", "0", "0", "0", "0", "0", "0", "18548458", "18548458", "18548458", "1762103510", "1762103510", "1762103510", "0", "0", "0", "0", "0", "0", "0", "0", "55645374", "5286310530", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:56:44", "2026-04-17 11:56:44", 1),
+ (137, 97, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "421849127.3333333", "421849127.3333333", "421849127.3333333", "12233624692.666666", "12233624692.666666", "12233624692.666666", "0", "0", "0", "0", "0", "0", "0", "0", "1265547382", "36700874078", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:56:44", "2026-04-17 11:56:44", 1),
+ (138, 98, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "436613744.6666667", "436613744.6666667", "436613744.6666667", "12225184850.666666", "12225184850.666666", "12225184850.666666", "0", "0", "0", "0", "0", "0", "0", "0", "1309841234", "36675554552", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:56:44", "2026-04-17 11:56:44", 1),
+ (139, 99, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "436081218", "436081218", "436081218", "12428314713", "12428314713", "12428314713", "0", "0", "0", "0", "0", "0", "0", "0", "1308243654", "37284944139", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:56:44", "2026-04-17 11:56:44", 1),
+ (140, 100, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "438212531.3333333", "438212531.3333333", "438212531.3333333", "12927269674.333334", "12927269674.333334", "12927269674.333334", "0", "0", "0", "0", "0", "0", "0", "0", "1314637594", "38781809023", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:56:44", "2026-04-17 11:56:44", 1),
+ (141, 101, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "1029928918", "1029928918", "1029928918", "14933969311", "14933969311", "14933969311", "0", "0", "0", "0", "0", "0", "0", "0", "3089786754", "44801907933", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:56:44", "2026-04-17 11:56:44", 1),
+ (142, 102, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "1078187928.3333333", "1078187928.3333333", "1078187928.3333333", "16172818925", "16172818925", "16172818925", "0", "0", "0", "0", "0", "0", "0", "0", "3234563785", "48518456775", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:56:45", "2026-04-17 11:56:45", 1),
+ (143, 103, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "1108487918.6666667", "1108487918.6666667", "1108487918.6666667", "16627318780", "16627318780", "16627318780", "0", "0", "0", "0", "0", "0", "0", "0", "3325463756", "49881956340", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:56:45", "2026-04-17 11:56:45", 1),
+ (144, 104, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "1142194969.6666667", "1142194969.6666667", "1142194969.6666667", "17247144042", "17247144042", "17247144042", "0", "0", "0", "0", "0", "0", "0", "0", "3426584909", "51741432126", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:56:45", "2026-04-17 11:56:45", 1),
+ (145, 105, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "3521595584", "3521595584", "3521595584", "102126271936", "102126271936", "102126271936", "0", "0", "0", "0", "0", "0", "0", "0", "10564786752", "306378815808", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:56:45", "2026-04-17 11:56:45", 1),
+ (146, 106, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "3743854757", "3743854757", "3743854757", "394827933196", "394827933196", "394827933196", "0", "0", "0", "0", "0", "0", "0", "0", "11231564271", "1184483799588", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:56:45", "2026-04-17 11:56:45", 1),
+ (147, 107, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "3969289144", "3969289144", "3969289144", "113124740604", "113124740604", "113124740604", "0", "0", "0", "0", "0", "0", "0", "0", "11907867432", "339374221812", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:56:45", "2026-04-17 11:56:45", 1),
+ (148, 108, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "3895731447", "3895731447", "3895731447", "110995661020", "110995661020", "110995661020", "0", "0", "0", "0", "0", "0", "0", "0", "11687194341", "332986983060", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:56:45", "2026-04-17 11:56:45", 1),
+ (149, 109, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "26789181", "26789181", "26789181", "776886249", "776886249", "776886249", "0", "0", "0", "0", "0", "0", "0", "0", "80367543", "2330658747", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:56:45", "2026-04-17 11:56:45", 1),
+ (150, 110, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "27821907.666666668", "27821907.666666668", "27821907.666666668", "779013414.6666666", "779013414.6666666", "779013414.6666666", "0", "0", "0", "0", "0", "0", "0", "0", "83465723", "2337040244", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:56:45", "2026-04-17 11:56:45", 1),
+ (151, 111, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "28648857.333333332", "28648857.333333332", "28648857.333333332", "816492434", "816492434", "816492434", "0", "0", "0", "0", "0", "0", "0", "0", "85946572", "2449477302", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:56:45", "2026-04-17 11:56:45", 1),
+ (152, 112, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "28091817", "28091817", "28091817", "828708601.6666666", "828708601.6666666", "828708601.6666666", "0", "0", "0", "0", "0", "0", "0", "0", "84275451", "2486125805", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:56:45", "2026-04-17 11:56:45", 1),
+ (153, 113, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "225214.33333333334", "225214.33333333334", "225214.33333333334", "3265608", "3265608", "3265608", "0", "0", "0", "0", "0", "0", "0", "0", "675643", "9796824", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:56:45", "2026-04-17 11:56:45", 1),
+ (154, 114, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "221577.66666666666", "221577.66666666666", "221577.66666666666", "3323665", "3323665", "3323665", "0", "0", "0", "0", "0", "0", "0", "0", "664733", "9970995", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:56:45", "2026-04-17 11:56:45", 1),
+ (155, 115, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "225215.66666666666", "225215.66666666666", "225215.66666666666", "3378235", "3378235", "3378235", "0", "0", "0", "0", "0", "0", "0", "0", "675647", "10134705", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:56:46", "2026-04-17 11:56:46", 1),
+ (156, 116, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "229196.33333333334", "229196.33333333334", "229196.33333333334", "3460864.6666666665", "3460864.6666666665", "3460864.6666666665", "0", "0", "0", "0", "0", "0", "0", "0", "687589", "10382594", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:56:46", "2026-04-17 11:56:46", 1),
+ (157, 113, 10, 1, "50000", "0", "0", "0", "0", "0", "0", "2008478.3333333333", "2008478.3333333333", "2008478.3333333333", "2906268148.3333335", "2906268148.3333335", "2906268148.3333335", "0", "0", "0", "0", "0", "0", "0", "0", "6025435", "8718804445", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:56:46", "2026-04-17 11:56:46", 1),
+ (158, 114, 10, 1, "50000", "0", "0", "0", "0", "0", "0", "2041811.6666666667", "2041811.6666666667", "2041811.6666666667", "2958585105", "2958585105", "2958585105", "0", "0", "0", "0", "0", "0", "0", "0", "6125435", "8875755315", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:56:46", "2026-04-17 11:56:46", 1),
+ (159, 115, 10, 1, "50000", "0", "0", "0", "0", "0", "0", "1995450.6666666667", "1995450.6666666667", "1995450.6666666667", "2885421664", "2885421664", "2885421664", "0", "0", "0", "0", "0", "0", "0", "0", "5986352", "8656264992", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:56:46", "2026-04-17 11:56:46", 1),
+ (160, 116, 10, 1, "50000", "0", "0", "0", "0", "0", "0", "1958210.3333333333", "1958210.3333333333", "1958210.3333333333", "2839404983.3333335", "2839404983.3333335", "2839404983.3333335", "0", "0", "0", "0", "0", "0", "0", "0", "5874631", "8518214950", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:56:46", "2026-04-17 11:56:46", 1),
+ (161, 117, 11, 1, "50000", "0", "0", "0", "0", "0", "0", "155298895.66666666", "155298895.66666666", "155298895.66666666", "700398294.6666666", "700398294.6666666", "700398294.6666666", "0", "0", "0", "0", "0", "0", "0", "0", "46589687", "2101194884", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:56:46", "2026-04-17 11:56:46", 1),
+ (162, 118, 11, 1, "50000", "0", "0", "0", "0", "0", "0", "157166188", "157166188", "157166188", "723428220.6666666", "723428220.6666666", "723428220.6666666", "0", "0", "0", "0", "0", "0", "0", "0", "47698564", "2170284662", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:56:46", "2026-04-17 11:56:46", 1),
+ (163, 119, 11, 1, "50000", "0", "0", "0", "0", "0", "0", "163262231.66666666", "163262231.66666666", "163262231.66666666", "751006656.6666666", "751006656.6666666", "751006656.6666666", "0", "0", "0", "0", "0", "0", "0", "0", "48978695", "2253019970", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:56:46", "2026-04-17 11:56:46", 1),
+ (164, 120, 11, 1, "50000", "0", "0", "0", "0", "0", "0", "151289078", "151289078", "151289078", "772942100.3333334", "772942100.3333334", "772942100.3333334", "0", "0", "0", "0", "0", "0", "0", "0", "49867234", "2318826301", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:56:46", "2026-04-17 11:56:46", 1),
+ (165, 121, 1, 1, "50000", "0", "0", "0", "0", "0", "0", "24136007.666666668", "24136007.666666668", "24136007.666666668", "294740441925.6667", "294740441925.6667", "294740441925.6667", "0", "0", "0", "0", "0", "0", "0", "0", "72408023", "884221325777", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:56:46", "2026-04-17 11:56:46", 1),
+ (166, 122, 1, 1, "50000", "0", "0", "0", "0", "0", "0", "32301875.666666668", "32301875.666666668", "32301875.666666668", "32301875.666666668", "32301875.666666668", "32301875.666666668", "0", "0", "0", "0", "0", "0", "0", "0", "96905627", "96905627", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:56:46", "2026-04-17 11:56:46", 1),
+ (167, 123, 1, 1, "50000", "0", "0", "0", "0", "0", "0", "25301474.333333332", "25301474.333333332", "25301474.333333332", "309265740", "309265740", "309265740", "0", "0", "0", "0", "0", "0", "0", "0", "75904423", "927797220", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:56:46", "2026-04-17 11:56:46", 1),
+ (168, 124, 1, 1, "50000", "0", "0", "0", "0", "0", "0", "25634323.666666668", "25634323.666666668", "25634323.666666668", "25611072", "25611072", "25611072", "0", "0", "0", "0", "0", "0", "0", "0", "76902971", "76833216", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:56:47", "2026-04-17 11:56:47", 1),
+ (169, 121, 2, 1, "50000", "0", "0", "0", "0", "0", "0", "4460655.666666667", "4460655.666666667", "4460655.666666667", "2894831708", "2894831708", "2894831708", "0", "0", "0", "0", "0", "0", "0", "0", "13381967", "8684495124", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:56:47", "2026-04-17 11:56:47", 1),
+ (170, 122, 2, 1, "50000", "0", "0", "0", "0", "0", "0", "8216338", "8216338", "8216338", "5342755948", "5342755948", "5342755948", "0", "0", "0", "0", "0", "0", "0", "0", "24649014", "16028267844", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:56:47", "2026-04-17 11:56:47", 1),
+ (171, 123, 2, 1, "50000", "0", "0", "0", "0", "0", "0", "4263810", "4263810", "4263810", "2771421070.3333335", "2771421070.3333335", "2771421070.3333335", "0", "0", "0", "0", "0", "0", "0", "0", "12791430", "8314263211", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:56:47", "2026-04-17 11:56:47", 1),
+ (172, 124, 2, 1, "50000", "0", "0", "0", "0", "0", "0", "7256166.333333333", "7256166.333333333", "7256166.333333333", "4714331266.666667", "4714331266.666667", "4714331266.666667", "0", "0", "0", "0", "0", "0", "0", "0", "21768499", "14142993800", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:56:47", "2026-04-17 11:56:47", 1),
+ (173, 125, 3, 1, "50000", "0", "0", "0", "0", "0", "0", "33261918.666666668", "33261918.666666668", "33261918.666666668", "2943679802", "2943679802", "2943679802", "0", "0", "0", "0", "0", "0", "0", "0", "99785756", "8831039406", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:56:47", "2026-04-17 11:56:47", 1),
+ (174, 126, 3, 1, "50000", "0", "0", "0", "0", "0", "0", "32621552.333333332", "32621552.333333332", "32621552.333333332", "29299864824.333332", "29299864824.333332", "29299864824.333332", "0", "0", "0", "0", "0", "0", "0", "0", "97864657", "87899594473", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:56:47", "2026-04-17 11:56:47", 1),
+ (175, 127, 3, 1, "50000", "0", "0", "0", "0", "0", "0", "37589948.333333336", "37589948.333333336", "37589948.333333336", "3337987412", "3337987412", "3337987412", "0", "0", "0", "0", "0", "0", "0", "0", "112769845", "10013962236", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:56:47", "2026-04-17 11:56:47", 1),
+ (176, 128, 3, 1, "50000", "0", "0", "0", "0", "0", "0", "35965619", "35965619", "35965619", "3193387311", "3193387311", "3193387311", "0", "0", "0", "0", "0", "0", "0", "0", "107896857", "9580161933", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:56:47", "2026-04-17 11:56:47", 1),
+ (177, 129, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "312521.3333333333", "312521.3333333333", "312521.3333333333", "4531559.333333333", "4531559.333333333", "4531559.333333333", "0", "0", "0", "0", "0", "0", "0", "0", "937564", "13594678", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:56:47", "2026-04-17 11:56:47", 1),
+ (178, 130, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "319557.6666666667", "319557.6666666667", "319557.6666666667", "4793365", "4793365", "4793365", "0", "0", "0", "0", "0", "0", "0", "0", "958673", "14380095", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:56:47", "2026-04-17 11:56:47", 1),
+ (179, 131, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "320708", "320708", "320708", "4810620", "4810620", "4810620", "0", "0", "0", "0", "0", "0", "0", "0", "962124", "14431860", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:56:47", "2026-04-17 11:56:47", 1),
+ (180, 132, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "323751.3333333333", "323751.3333333333", "323751.3333333333", "4888645", "4888645", "4888645", "0", "0", "0", "0", "0", "0", "0", "0", "971254", "14665935", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:56:47", "2026-04-17 11:56:47", 1),
+ (181, 133, 5, 1, "50000", "0", "0", "0", "0", "0", "0", "248861175.33333334", "248861175.33333334", "248861175.33333334", "202075274370.66666", "202075274370.66666", "202075274370.66666", "0", "0", "0", "0", "0", "0", "0", "0", "746583526", "606225823112", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:56:47", "2026-04-17 11:56:47", 1),
+ (182, 134, 5, 1, "50000", "0", "0", "0", "0", "0", "0", "25495521.666666668", "25495521.666666668", "25495521.666666668", "20676868071.666668", "20676868071.666668", "20676868071.666668", "0", "0", "0", "0", "0", "0", "0", "0", "76486565", "62030604215", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:56:48", "2026-04-17 11:56:48", 1),
+ (183, 135, 5, 1, "50000", "0", "0", "0", "0", "0", "0", "257448555.33333334", "257448555.33333334", "257448555.33333334", "2089709256697.3333", "2089709256697.3333", "2089709256697.3333", "0", "0", "0", "0", "0", "0", "0", "0", "772345666", "6269127770092", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:56:48", "2026-04-17 11:56:48", 1),
+ (184, 136, 5, 1, "50000", "0", "0", "0", "0", "0", "0", "265224844", "265224844", "265224844", "215283005874.66666", "215283005874.66666", "215283005874.66666", "0", "0", "0", "0", "0", "0", "0", "0", "795674532", "645849017624", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:56:48", "2026-04-17 11:56:48", 1),
+ (185, 133, 6, 1, "50000", "0", "0", "0", "0", "0", "0", "155246485.66666666", "155246485.66666666", "155246485.66666666", "121092258820", "121092258820", "121092258820", "0", "0", "0", "0", "0", "0", "0", "0", "465739457", "363276776460", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:56:48", "2026-04-17 11:56:48", 1),
+ (186, 134, 6, 1, "50000", "0", "0", "0", "0", "0", "0", "158557965", "158557965", "158557965", "123833770665", "123833770665", "123833770665", "0", "0", "0", "0", "0", "0", "0", "0", "475673895", "371501311995", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:56:48", "2026-04-17 11:56:48", 1),
+ (187, 135, 6, 1, "50000", "0", "0", "0", "0", "0", "0", "162521152", "162521152", "162521152", "127091540864", "127091540864", "127091540864", "0", "0", "0", "0", "0", "0", "0", "0", "487563456", "381274622592", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:56:48", "2026-04-17 11:56:48", 1),
+ (188, 136, 6, 1, "50000", "0", "0", "0", "0", "0", "0", "162544841", "162544841", "162544841", "126784975980", "126784975980", "126784975980", "0", "0", "0", "0", "0", "0", "0", "0", "487634523", "380354927940", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:56:48", "2026-04-17 11:56:48", 1),
+ (189, 137, 7, 1, "50000", "0", "0", "0", "0", "0", "0", "2365586", "2365586", "2365586", "217633912", "217633912", "217633912", "0", "0", "0", "0", "0", "0", "0", "0", "7096758", "652901736", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:56:48", "2026-04-17 11:56:48", 1),
+ (190, 138, 7, 1, "50000", "0", "0", "0", "0", "0", "0", "2168289", "2168289", "2168289", "201650877", "201650877", "201650877", "0", "0", "0", "0", "0", "0", "0", "0", "6504867", "604952631", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:56:48", "2026-04-17 11:56:48", 1),
+ (191, 139, 7, 1, "50000", "0", "0", "0", "0", "0", "0", "2035631.3333333333", "2035631.3333333333", "2035631.3333333333", "188295898.33333334", "188295898.33333334", "188295898.33333334", "0", "0", "0", "0", "0", "0", "0", "0", "6106894", "564887695", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:56:48", "2026-04-17 11:56:48", 1),
+ (192, 140, 7, 1, "50000", "0", "0", "0", "0", "0", "0", "1992270.6666666667", "1992270.6666666667", "1992270.6666666667", "189265713.33333334", "189265713.33333334", "189265713.33333334", "0", "0", "0", "0", "0", "0", "0", "0", "5976812", "567797140", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:56:48", "2026-04-17 11:56:48", 1),
+ (193, 141, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "196952144", "196952144", "196952144", "5711612176", "5711612176", "5711612176", "0", "0", "0", "0", "0", "0", "0", "0", "590856432", "17134836528", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:56:48", "2026-04-17 11:56:48", 1),
+ (194, 142, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "195887848.66666666", "195887848.66666666", "195887848.66666666", "5484859762.666667", "5484859762.666667", "5484859762.666667", "0", "0", "0", "0", "0", "0", "0", "0", "587663546", "16454579288", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:56:49", "2026-04-17 11:56:49", 1),
+ (195, 143, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "184918774.66666666", "184918774.66666666", "184918774.66666666", "5270185078", "5270185078", "5270185078", "0", "0", "0", "0", "0", "0", "0", "0", "554756324", "15810555234", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:56:49", "2026-04-17 11:56:49", 1),
+ (196, 144, 8, 1, "50000", "0", "0", "0", "0", "0", "0", "191544751", "191544751", "191544751", "5650570154.666667", "5650570154.666667", "5650570154.666667", "0", "0", "0", "0", "0", "0", "0", "0", "574634253", "16951710464", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:56:49", "2026-04-17 11:56:49", 1),
+ (197, 145, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "262251.3333333333", "262251.3333333333", "262251.3333333333", "3802644.3333333335", "3802644.3333333335", "3802644.3333333335", "0", "0", "0", "0", "0", "0", "0", "0", "786754", "11407933", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:56:49", "2026-04-17 11:56:49", 1),
+ (198, 146, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "268918", "268918", "268918", "4033770", "4033770", "4033770", "0", "0", "0", "0", "0", "0", "0", "0", "806754", "12101310", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:56:49", "2026-04-17 11:56:49", 1),
+ (199, 147, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "275586", "275586", "275586", "4133790", "4133790", "4133790", "0", "0", "0", "0", "0", "0", "0", "0", "826758", "12401370", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:56:49", "2026-04-17 11:56:49", 1),
+ (200, 148, 9, 1, "50000", "0", "0", "0", "0", "0", "0", "281891.3333333333", "281891.3333333333", "281891.3333333333", "4256559", "4256559", "4256559", "0", "0", "0", "0", "0", "0", "0", "0", "845674", "12769677", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:56:49", "2026-04-17 11:56:49", 1),
+ (201, 145, 10, 1, "50000", "0", "0", "0", "0", "0", "0", "201982854.33333334", "201982854.33333334", "201982854.33333334", "292269190220.3333", "292269190220.3333", "292269190220.3333", "0", "0", "0", "0", "0", "0", "0", "0", "605948563", "876807570661", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:56:49", "2026-04-17 11:56:49", 1),
+ (202, 146, 10, 1, "50000", "0", "0", "0", "0", "0", "0", "204289178", "204289178", "204289178", "296015018922", "296015018922", "296015018922", "0", "0", "0", "0", "0", "0", "0", "0", "612867534", "888045056766", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:56:49", "2026-04-17 11:56:49", 1),
+ (203, 147, 10, 1, "50000", "0", "0", "0", "0", "0", "0", "2058549189.6666667", "2058549189.6666667", "2058549189.6666667", "2976662128258", "2976662128258", "2976662128258", "0", "0", "0", "0", "0", "0", "0", "0", "6175647569", "8929986384774", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:56:49", "2026-04-17 11:56:49", 1),
+ (204, 148, 10, 1, "50000", "0", "0", "0", "0", "0", "0", "208245495.33333334", "208245495.33333334", "208245495.33333334", "301955968233.3333", "301955968233.3333", "301955968233.3333", "0", "0", "0", "0", "0", "0", "0", "0", "624736486", "905867904700", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:56:49", "2026-04-17 11:56:49", 1),
+ (205, 149, 11, 1, "50000", "0", "0", "0", "0", "0", "0", "7825619.666666667", "7825619.666666667", "7825619.666666667", "352935447", "352935447", "352935447", "0", "0", "0", "0", "0", "0", "0", "0", "23476859", "1058806341", "0", "0", NULL, NULL, NULL, NULL, "Q1 current only", 1, NULL, "2026-04-17 11:56:49", "2026-04-17 11:56:49", 1),
+ (206, 150, 11, 1, "50000", "0", "0", "0", "0", "0", "0", "8125523", "8125523", "8125523", "369711296.6666667", "369711296.6666667", "369711296.6666667", "0", "0", "0", "0", "0", "0", "0", "0", "24376569", "1109133890", "0", "0", NULL, NULL, NULL, NULL, "Q2 current only", 1, NULL, "2026-04-17 11:56:49", "2026-04-17 11:56:49", 1),
+ (207, 151, 11, 1, "50000", "0", "0", "0", "0", "0", "0", "9558620", "9558620", "9558620", "439696520", "439696520", "439696520", "0", "0", "0", "0", "0", "0", "0", "0", "28675860", "1319089560", "0", "0", NULL, NULL, NULL, NULL, "Q3 current only", 1, NULL, "2026-04-17 11:56:49", "2026-04-17 11:56:49", 1),
+ (208, 152, 11, 1, "50000", "0", "0", "0", "0", "0", "0", "9558620", "9558620", "9558620", "444475830", "444475830", "444475830", "0", "0", "0", "0", "0", "0", "0", "0", "28675860", "1333427490", "0", "0", NULL, NULL, NULL, NULL, "Q4 current only", 1, NULL, "2026-04-17 11:56:50", "2026-04-17 11:56:50", 1);
+
+/*!40000 ALTER TABLE `submission_products` ENABLE KEYS */;
+UNLOCK TABLES;
+
+
+
+# Dump of table unit_master
+# ------------------------------------------------------------
+
+DROP TABLE IF EXISTS `unit_master`;
+
+CREATE TABLE `unit_master` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `uom_short_name` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL,
+ `uom` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL,
+ `is_base_unit` tinyint(1) DEFAULT '0',
+ `base_unit_id` int DEFAULT NULL,
+ `factor` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `is_active` tinyint(1) DEFAULT '1',
+ `description` varchar(1000) DEFAULT NULL,
+ `created_by` int DEFAULT NULL,
+ `updated_by` int DEFAULT NULL,
+ `created_at` datetime DEFAULT NULL,
+ `updated_at` datetime DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `fk_createdby` (`created_by`),
+ KEY `fk_updatedby` (`updated_by`),
+ CONSTRAINT `fk_createdby` FOREIGN KEY (`created_by`) REFERENCES `admin_users` (`id`) ON DELETE RESTRICT ON UPDATE RESTRICT,
+ CONSTRAINT `fk_updatedby` FOREIGN KEY (`updated_by`) REFERENCES `admin_users` (`id`) ON DELETE RESTRICT ON UPDATE RESTRICT
+) ENGINE=InnoDB AUTO_INCREMENT=61 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
+
+LOCK TABLES `unit_master` WRITE;
+/*!40000 ALTER TABLE `unit_master` DISABLE KEYS */;
+
+INSERT INTO `unit_master` (`id`, `uom_short_name`, `uom`, `is_base_unit`, `base_unit_id`, `factor`, `is_active`, `description`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
+ (18, "NO", "Numbers", 0, NULL, NULL, 1, "nos", 1, NULL, "2025-11-10 12:29:10", "2025-11-12 05:32:07"),
+ (20, "S23", "Data7", 0, NULL, NULL, 1, "can7", 10, NULL, "2025-11-10 12:29:10", "2025-11-19 04:48:15"),
+ (28, "CENQZ", "Centimeters", 0, NULL, NULL, 1, "Centimeter", 10, NULL, "2025-11-12 07:11:50", "2025-11-12 07:11:50"),
+ (30, "PIEEL", "Piecee", 0, NULL, NULL, 1, "Piece", 10, NULL, "2025-11-12 07:11:50", "2025-11-12 07:11:50"),
+ (31, "AHDSG", "ahdkashf", 0, NULL, NULL, 1, "hdhdAD", 10, NULL, "2025-11-12 07:27:24", "2025-11-12 07:27:24"),
+ (32, "METGC", "meters", 0, NULL, NULL, 1, "Centimeter", 10, NULL, "2025-11-12 07:29:37", "2025-11-12 07:29:37"),
+ (33, "SQUDY", "Square", 0, NULL, NULL, 1, "Square Meter", 10, NULL, "2025-11-12 07:29:37", "2025-11-12 07:29:37"),
+ (34, "PIECE", "Piece", 0, NULL, NULL, 1, "Piece", 10, NULL, "2025-11-12 07:29:37", "2025-11-12 07:29:37"),
+ (39, "KGLU", "Kilogram", 0, NULL, NULL, 1, "Test 1", 10, NULL, "2025-11-14 04:31:33", "2025-11-14 04:31:33"),
+ (40, "GRAM", "Gram", 0, NULL, NULL, 1, "Test 2", 10, NULL, "2025-11-14 04:31:33", "2025-11-14 04:31:33"),
+ (43, "NOTEN", "Not defined", 0, NULL, NULL, 1, "Not defined", 10, NULL, "2025-11-20 10:39:51", "2025-11-20 10:39:51"),
+ (44, "UNIGT", "unit test namw", 0, NULL, NULL, 1, "dwfdfdf", 75, NULL, "2025-11-28 04:33:10", "2025-11-28 04:33:10"),
+ (50, "STRHZ", "string", 1, 0, "string", 1, "string", 10, NULL, "2025-12-15 12:47:07", "2025-12-15 12:47:07"),
+ (51, "SOIR2", "SOIEFOWE", 0, NULL, NULL, 1, NULL, 10, NULL, "2025-12-15 12:50:11", "2025-12-15 12:50:11"),
+ (52, "SQQ3G", "SQQWQWWE", 0, NULL, NULL, 1, NULL, 10, NULL, "2025-12-15 12:52:24", "2025-12-15 12:52:24"),
+ (53, "SQPV5", "SQPOIPWWE", 0, NULL, NULL, 1, NULL, 10, NULL, "2025-12-15 12:55:03", "2025-12-15 12:55:03"),
+ (54, "MMDEJ", "MMDJKNJE", 1, 3, "nfjnfu", 1, "Testung", 10, NULL, "2025-12-15 13:08:50", "2025-12-15 13:08:50"),
+ (55, "MMDJ", "MMDJ", 0, 0, "", 1, "", 10, NULL, "2025-12-15 13:10:41", "2025-12-15 13:10:41"),
+ (56, "MNJT6", "MNJWNJ", 0, 0, "", 1, "kdnwkndkw", 10, NULL, "2025-12-15 13:12:49", "2025-12-15 13:12:49"),
+ (57, "MNJWG", "MNJPPPNJ", 0, 0, NULL, 1, "kdnwkndkw", 10, NULL, "2025-12-15 13:13:38", "2025-12-15 13:13:38"),
+ (60, "HHFW1", "HHFDHGSG", 0, NULL, NULL, 1, "fdfdf", 10, NULL, "2025-12-19 07:17:31", "2025-12-19 07:17:31");
+
+/*!40000 ALTER TABLE `unit_master` ENABLE KEYS */;
+UNLOCK TABLES;
+
+
+
+# Dump of table variation_reason_master
+# ------------------------------------------------------------
+
+DROP TABLE IF EXISTS `variation_reason_master`;
+
+CREATE TABLE `variation_reason_master` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL,
+ `high_or_low` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
+ `is_active` tinyint(1) DEFAULT '1',
+ `created_at` datetime DEFAULT NULL,
+ `created_by` int DEFAULT NULL,
+ `updated_at` datetime DEFAULT NULL,
+ `updated_by` int DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `fk_create` (`created_by`),
+ KEY `fk_update` (`updated_by`),
+ CONSTRAINT `fk_create` FOREIGN KEY (`created_by`) REFERENCES `admin_users` (`id`) ON DELETE RESTRICT ON UPDATE RESTRICT,
+ CONSTRAINT `fk_update` FOREIGN KEY (`updated_by`) REFERENCES `admin_users` (`id`) ON DELETE RESTRICT ON UPDATE RESTRICT
+) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
+
+LOCK TABLES `variation_reason_master` WRITE;
+/*!40000 ALTER TABLE `variation_reason_master` DISABLE KEYS */;
+
+INSERT INTO `variation_reason_master` (`id`, `reason`, `high_or_low`, `is_active`, `created_at`, `created_by`, `updated_at`, `updated_by`) VALUES
+ (1, "High demand", "High", 1, "2025-10-15 11:42:27", NULL, NULL, NULL),
+ (2, "Change in installed capacity ", "High", 1, "2025-10-15 11:43:16", NULL, NULL, NULL),
+ (3, "Merged with another unit", "High", 1, "2025-10-15 11:43:30", NULL, NULL, NULL),
+ (4, "Variation due to different size/type of product ", "High", 1, "2025-10-15 11:43:45", NULL, NULL, NULL),
+ (5, "Seasonal variation ", "High", 1, "2025-10-15 11:43:55", NULL, NULL, NULL),
+ (6, "More order", "High", 1, "2025-10-15 11:44:08", NULL, NULL, NULL),
+ (7, "Other (please specify) ", "High", 1, "2025-10-15 11:44:23", NULL, NULL, NULL),
+ (8, "Low Demand ", "Low", 1, "2025-10-15 11:44:39", NULL, NULL, NULL),
+ (9, "Manpower shortage ", "Low", 1, "2025-10-15 11:44:50", NULL, NULL, NULL),
+ (10, "Financial issue ", "Low", 1, "2025-10-15 11:45:16", NULL, NULL, NULL),
+ (11, "Non-availability of Raw Material ", "Low", 1, "2025-10-15 11:45:27", NULL, NULL, NULL),
+ (12, "Procedural Delay ", "Low", 1, "2025-10-15 11:45:38", NULL, NULL, NULL),
+ (13, "Temporarily Closed excluding Natural Calamity ", "Low", 1, "2025-10-15 11:45:49", NULL, NULL, NULL),
+ (14, "Power", "Low", 1, "2025-10-15 11:45:58", NULL, NULL, NULL),
+ (15, "Machine Break Down ", "Low", 1, "2025-10-15 11:46:07", NULL, NULL, NULL),
+ (16, "Change in Installed Capacity ", "Low", 1, "2025-10-15 11:46:17", NULL, NULL, NULL),
+ (17, "Natural Calamity ", "Low", 1, "2025-10-15 11:46:26", NULL, NULL, NULL),
+ (18, "Variation is due to different size/type of Product ", "Low", 1, "2025-10-15 11:46:52", NULL, NULL, NULL),
+ (19, "Seasonal Variation ", "Low", 1, "2025-10-15 11:47:04", NULL, NULL, NULL),
+ (20, "Merge in an another Unit ", "Low", 1, "2025-10-15 11:47:12", NULL, NULL, NULL),
+ (21, "Less order ", "Low", 1, "2025-10-15 11:47:23", NULL, NULL, NULL),
+ (22, "Other (please specify) ", "Low", 1, "2025-10-15 11:47:41", NULL, NULL, NULL),
+ (23, "Unexpected delay", "High", 1, "2025-12-15 09:28:39", 10, NULL, NULL),
+ (24, "Unexpected delay", "High", 1, "2025-12-15 09:29:12", 10, NULL, NULL),
+ (25, "Unexpected delay", "high", 1, "2025-12-15 09:33:40", 10, NULL, NULL),
+ (26, "Unexpected delay", "low", 1, "2025-12-15 09:34:03", 10, NULL, NULL),
+ (27, "Unexpected delay", "low", 1, "2025-12-15 09:38:41", 10, NULL, NULL),
+ (28, "Unexpected delay", "Low", 1, "2025-12-15 09:40:31", 10, NULL, NULL),
+ (29, "Unexpected delay", "High", 1, "2025-12-15 09:40:46", 10, NULL, NULL);
+
+/*!40000 ALTER TABLE `variation_reason_master` ENABLE KEYS */;
+UNLOCK TABLES;
+
+
+
+# Dump of table zero_target_reason_master
+# ------------------------------------------------------------
+
+DROP TABLE IF EXISTS `zero_target_reason_master`;
+
+CREATE TABLE `zero_target_reason_master` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL,
+ `is_active` tinyint(1) DEFAULT '1',
+ `created_at` datetime DEFAULT NULL,
+ `created_by` int DEFAULT NULL,
+ `updated_at` datetime DEFAULT NULL,
+ `updated_by` int DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `fk_createby` (`created_by`),
+ KEY `fk_updateby` (`updated_by`),
+ CONSTRAINT `fk_createby` FOREIGN KEY (`created_by`) REFERENCES `admin_users` (`id`) ON DELETE RESTRICT ON UPDATE RESTRICT,
+ CONSTRAINT `fk_updateby` FOREIGN KEY (`updated_by`) REFERENCES `admin_users` (`id`) ON DELETE RESTRICT ON UPDATE RESTRICT
+) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
+
+LOCK TABLES `zero_target_reason_master` WRITE;
+/*!40000 ALTER TABLE `zero_target_reason_master` DISABLE KEYS */;
+
+INSERT INTO `zero_target_reason_master` (`id`, `reason`, `is_active`, `created_at`, `created_by`, `updated_at`, `updated_by`) VALUES
+ (1, "Units are manufacturing seasonal items ", 1, "2025-10-15 11:51:39", NULL, NULL, NULL),
+ (2, "Plant under maintenance ", 1, "2025-10-15 11:51:54", NULL, NULL, NULL),
+ (3, "Non completion of production of machinery in a particular month ", 1, "2025-10-15 11:52:05", NULL, NULL, NULL),
+ (4, "Factory can’t disclose the production figures prior to Auditing and finalization of data. ", 1, "2025-10-15 11:52:19", NULL, NULL, NULL),
+ (5, "Unit hasn’t received any orders for the next month ", 1, "2025-10-15 11:52:30", NULL, NULL, NULL),
+ (6, "Production is completely dependent on order ", 1, "2025-10-15 11:52:38", NULL, NULL, NULL),
+ (7, "Units to not disclose their data without final approval ", 1, "2025-10-15 11:52:50", NULL, NULL, NULL),
+ (8, "Temporary closed ", 1, "2025-10-15 11:53:02", NULL, NULL, NULL),
+ (9, "Production suspended for a particular item ", 1, "2025-10-15 11:53:15", NULL, NULL, NULL),
+ (10, "Labor strike ", 1, "2025-10-15 11:53:24", NULL, NULL, NULL),
+ (11, "Natural calamity ", 1, "2025-10-15 11:53:32", NULL, NULL, NULL),
+ (12, "Others (Please specify) ", 1, "2025-10-15 11:53:44", NULL, NULL, NULL),
+ (13, "string", 1, "2025-12-15 09:18:11", 10, NULL, NULL),
+ (14, "Reason is testing", 1, "2025-12-15 09:20:38", 10, NULL, NULL),
+ (15, "Reason is testing", 1, "2025-12-15 09:21:52", 10, NULL, NULL),
+ (16, "Reason is testing", 1, "2025-12-15 09:22:06", 10, NULL, NULL),
+ (17, "Reason is testing", 1, "2025-12-15 09:22:08", 10, NULL, NULL),
+ (18, "Reason is testing", 1, "2025-12-15 09:22:12", 10, NULL, NULL),
+ (19, "Reason is testing", 1, "2025-12-15 09:23:23", 10, NULL, NULL);
+
+/*!40000 ALTER TABLE `zero_target_reason_master` ENABLE KEYS */;
+UNLOCK TABLES;
+
+
+
+# Dump of views
+# ------------------------------------------------------------
+
+# Creating temporary tables to overcome VIEW dependency errors
+
+
+# Dump of triggers
+# ------------------------------------------------------------
+
+/*!50003 SET @OLD_SQL_MODE=@@SQL_MODE*/;;
+/*!50003 SET SQL_MODE="ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION" */;
+DELIMITER ;;
+/*!50003 CREATE*/ /*!50017 DEFINER=`root`@`localhost`*/ /*!50003 TRIGGER `trg_submission_products_update` AFTER UPDATE ON `submission_products` FOR EACH ROW BEGIN
+ DECLARE current_user_id INT;
+
+
+ SET current_user_id = NEW.updated_by;
+
+
+ IF (OLD.product_id <> NEW.product_id) THEN
+ INSERT INTO submission_history (primary_key, table_name, column_name, old_value, new_value, updated_by)
+ VALUES (NEW.id, 'submission_products', 'product_id', OLD.product_id, NEW.product_id, current_user_id);
+ END IF;
+
+ IF (OLD.unit_id <> NEW.unit_id) THEN
+ INSERT INTO submission_history (primary_key, table_name, column_name, old_value, new_value, updated_by)
+ VALUES (NEW.id, 'submission_products', 'unit_id', OLD.unit_id, NEW.unit_id, current_user_id);
+ END IF;
+
+ IF (OLD.annual_installed_capacity <> NEW.annual_installed_capacity) THEN
+ INSERT INTO submission_history (primary_key, table_name, column_name, old_value, new_value, updated_by)
+ VALUES (NEW.id, 'submission_products', 'annual_installed_capacity', OLD.annual_installed_capacity, NEW.annual_installed_capacity, current_user_id);
+ END IF;
+
+ IF (OLD.previous_quantity <> NEW.previous_quantity) THEN
+ INSERT INTO submission_history (primary_key, table_name, column_name, old_value, new_value, updated_by)
+ VALUES (NEW.id, 'submission_products', 'previous_quantity', OLD.previous_quantity, NEW.previous_quantity, current_user_id);
+ END IF;
+
+ IF (OLD.previous_cost <> NEW.previous_cost) THEN
+ INSERT INTO submission_history (primary_key, table_name, column_name, old_value, new_value, updated_by)
+ VALUES (NEW.id, 'submission_products', 'previous_cost', OLD.previous_cost, NEW.previous_cost, current_user_id);
+ END IF;
+
+ IF (OLD.current_quantity <> NEW.current_quantity) THEN
+ INSERT INTO submission_history (primary_key, table_name, column_name, old_value, new_value, updated_by)
+ VALUES (NEW.id, 'submission_products', 'current_quantity', OLD.current_quantity, NEW.current_quantity, current_user_id);
+ END IF;
+
+ IF (OLD.current_cost <> NEW.current_cost) THEN
+ INSERT INTO submission_history (primary_key, table_name, column_name, old_value, new_value, updated_by)
+ VALUES (NEW.id, 'submission_products', 'current_cost', OLD.current_cost, NEW.current_cost, current_user_id);
+ END IF;
+
+ IF (OLD.forecast_quantity <> NEW.forecast_quantity) THEN
+ INSERT INTO submission_history (primary_key, table_name, column_name, old_value, new_value, updated_by)
+ VALUES (NEW.id, 'submission_products', 'forecast_quantity', OLD.forecast_quantity, NEW.forecast_quantity, current_user_id);
+ END IF;
+
+ IF (OLD.forecast_cost <> NEW.forecast_cost) THEN
+ INSERT INTO submission_history (primary_key, table_name, column_name, old_value, new_value, updated_by)
+ VALUES (NEW.id, 'submission_products', 'forecast_cost', OLD.forecast_cost, NEW.forecast_cost, current_user_id);
+ END IF;
+
+ IF (OLD.variation_reason_master_id <> NEW.variation_reason_master_id) THEN
+ INSERT INTO submission_history (primary_key, table_name, column_name, old_value, new_value, updated_by)
+ VALUES (NEW.id, 'submission_products', 'variation_reason_master_id', OLD.variation_reason_master_id, NEW.variation_reason_master_id, current_user_id);
+ END IF;
+
+ IF (OLD.other_variation_reason <> NEW.other_variation_reason) THEN
+ INSERT INTO submission_history (primary_key, table_name, column_name, old_value, new_value, updated_by)
+ VALUES (NEW.id, 'submission_products', 'other_variation_reason', OLD.other_variation_reason, NEW.other_variation_reason, current_user_id);
+ END IF;
+
+ IF (OLD.zero_target_reason_master_id <> NEW.zero_target_reason_master_id) THEN
+ INSERT INTO submission_history (primary_key, table_name, column_name, old_value, new_value, updated_by)
+ VALUES (NEW.id, 'submission_products', 'zero_target_reason_master_id', OLD.zero_target_reason_master_id, NEW.zero_target_reason_master_id, current_user_id);
+ END IF;
+
+ IF (OLD.other_zero_target_reason <> NEW.other_zero_target_reason) THEN
+ INSERT INTO submission_history (primary_key, table_name, column_name, old_value, new_value, updated_by)
+ VALUES (NEW.id, 'submission_products', 'other_zero_target_reason', OLD.other_zero_target_reason, NEW.other_zero_target_reason, current_user_id);
+ END IF;
+
+ IF (OLD.remarks <> NEW.remarks) THEN
+ INSERT INTO submission_history (primary_key, table_name, column_name, old_value, new_value, updated_by)
+ VALUES (NEW.id, 'submission_products', 'remarks', OLD.remarks, NEW.remarks, current_user_id);
+ END IF;
+
+ IF (OLD.is_active <> NEW.is_active) THEN
+ INSERT INTO submission_history (primary_key, table_name, column_name, old_value, new_value, updated_by)
+ VALUES (NEW.id, 'submission_products', 'is_active', OLD.is_active, NEW.is_active, current_user_id);
+ END IF;
+END*/;;
+DELIMITER ;
+/*!50003 SET SQL_MODE=@OLD_SQL_MODE */;
+
+
+
+/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
+/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
+/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_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 */;
+
+# Dump completed on 2026-04-18T09:00:26+05:30