{"id":13957,"date":"2025-11-29T07:14:02","date_gmt":"2025-11-29T07:14:02","guid":{"rendered":"https:\/\/tendify.net\/?p=13957"},"modified":"2026-07-15T05:34:30","modified_gmt":"2026-07-15T05:34:30","slug":"world-trade-tariff","status":"publish","type":"post","link":"https:\/\/tendify.net\/ar\/world-trade-tariff\/","title":{"rendered":"Free World Trade Tariff Explore"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"13957\" class=\"elementor elementor-13957\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"wd-negative-gap elementor-element elementor-element-1d4f6e6 e-flex e-con-boxed e-con e-parent\" data-id=\"1d4f6e6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c002e62 elementor-widget elementor-widget-html\" data-id=\"c002e62\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>\ud83c\udf0d World Trade Tariff Explorer<\/title>\r\n    <script src=\"https:\/\/unpkg.com\/leaflet@1.9.4\/dist\/leaflet.js\"><\/script>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/unpkg.com\/leaflet@1.9.4\/dist\/leaflet.css\" \/>\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\r\n            min-height: 100vh;\r\n            color: #333;\r\n        }\r\n\r\n        .container {\r\n            max-width: 1400px;\r\n            margin: 0 auto;\r\n            padding: 20px;\r\n        }\r\n\r\n        header {\r\n            text-align: center;\r\n            margin-bottom: 30px;\r\n            color: white;\r\n        }\r\n\r\n        header h1 {\r\n            font-size: 2.5rem;\r\n            margin-bottom: 10px;\r\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\r\n        }\r\n\r\n        header p {\r\n            font-size: 1.2rem;\r\n            opacity: 0.9;\r\n        }\r\n\r\n        .map-container {\r\n            position: relative;\r\n            height: 70vh;\r\n            margin-bottom: 20px;\r\n            border-radius: 15px;\r\n            overflow: hidden;\r\n            box-shadow: 0 20px 40px rgba(0,0,0,0.1);\r\n        }\r\n\r\n        #map {\r\n            height: 100%;\r\n            width: 100%;\r\n            border-radius: 15px;\r\n        }\r\n\r\n        .info-panel {\r\n            position: absolute;\r\n            top: 20px;\r\n            right: 20px;\r\n            width: 380px;\r\n            background: white;\r\n            border-radius: 15px;\r\n            box-shadow: 0 15px 35px rgba(0,0,0,0.1);\r\n            transform: translateX(400px);\r\n            transition: transform 0.3s ease;\r\n            z-index: 1000;\r\n            max-height: 85vh;\r\n            overflow-y: auto;\r\n        }\r\n\r\n        .info-panel.show {\r\n            transform: translateX(0);\r\n        }\r\n\r\n        .info-header {\r\n            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);\r\n            color: white;\r\n            padding: 20px;\r\n            border-radius: 15px 15px 0 0;\r\n            position: sticky;\r\n            top: 0;\r\n            z-index: 10;\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: center;\r\n        }\r\n\r\n        .info-header h3 {\r\n            font-size: 1.3rem;\r\n            margin: 0;\r\n        }\r\n\r\n        .close-btn {\r\n            background: rgba(255,255,255,0.2);\r\n            border: none;\r\n            color: white;\r\n            width: 30px;\r\n            height: 30px;\r\n            border-radius: 50%;\r\n            cursor: pointer;\r\n            font-size: 18px;\r\n            transition: background 0.3s ease;\r\n        }\r\n\r\n        .close-btn:hover {\r\n            background: rgba(255,255,255,0.3);\r\n        }\r\n\r\n        .tariff-data {\r\n            padding: 25px;\r\n        }\r\n\r\n        .no-data {\r\n            text-align: center;\r\n            color: #888;\r\n            font-style: italic;\r\n            margin: 40px 0;\r\n        }\r\n\r\n        .summary-card {\r\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\r\n            color: white;\r\n            margin-bottom: 20px;\r\n            padding: 20px;\r\n            border-radius: 10px;\r\n            text-align: center;\r\n        }\r\n\r\n        .summary-card h4 {\r\n            margin-bottom: 10px;\r\n            font-size: 1.2rem;\r\n        }\r\n\r\n        .avg-tariff {\r\n            font-size: 2rem;\r\n            font-weight: bold;\r\n            margin: 5px 0;\r\n        }\r\n\r\n        .trade-agreements {\r\n            background: #e3f2fd;\r\n            padding: 15px;\r\n            border-radius: 8px;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .trade-agreements h4 {\r\n            color: #1976d2;\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        .tariff-item {\r\n            background: #f8f9fa;\r\n            border-left: 4px solid #4facfe;\r\n            margin-bottom: 15px;\r\n            padding: 15px;\r\n            border-radius: 0 8px 8px 0;\r\n            transition: transform 0.2s ease, box-shadow 0.2s ease;\r\n        }\r\n\r\n        .tariff-item:hover {\r\n            transform: translateX(5px);\r\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\r\n        }\r\n\r\n        .tariff-item h4 {\r\n            color: #2c3e50;\r\n            margin-bottom: 8px;\r\n            font-size: 1.1rem;\r\n        }\r\n\r\n        .tariff-item p {\r\n            margin: 5px 0;\r\n            color: #666;\r\n        }\r\n\r\n        .tariff-value {\r\n            font-weight: bold;\r\n            color: #27ae60;\r\n            font-size: 1.1rem;\r\n        }\r\n\r\n        .high-tariff {\r\n            color: #e74c3c;\r\n        }\r\n\r\n        .low-tariff {\r\n            color: #27ae60;\r\n        }\r\n\r\n        .source-note {\r\n            font-size: 0.8rem;\r\n            color: #999;\r\n            text-align: center;\r\n            margin-top: 20px;\r\n            padding-top: 10px;\r\n            border-top: 1px solid #eee;\r\n        }\r\n\r\n        .controls {\r\n            display: flex;\r\n            justify-content: center;\r\n            gap: 20px;\r\n            margin-top: 20px;\r\n            flex-wrap: wrap;\r\n        }\r\n\r\n        .control-btn, #tariff-type {\r\n            padding: 12px 24px;\r\n            border: none;\r\n            border-radius: 25px;\r\n            background: white;\r\n            color: #333;\r\n            font-size: 1rem;\r\n            font-weight: 600;\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\r\n        }\r\n\r\n        .control-btn:hover, #tariff-type:hover {\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 8px 25px rgba(0,0,0,0.15);\r\n            background: #f8f9fa;\r\n        }\r\n\r\n        #tariff-type {\r\n            min-width: 180px;\r\n            padding: 12px 16px;\r\n        }\r\n\r\n        .loading {\r\n            display: inline-block;\r\n            width: 20px;\r\n            height: 20px;\r\n            border: 3px solid rgba(255,255,255,.3);\r\n            border-radius: 50%;\r\n            border-top-color: #fff;\r\n            animation: spin 1s ease-in-out infinite;\r\n            margin-right: 10px;\r\n        }\r\n\r\n        @keyframes spin {\r\n            to { transform: rotate(360deg); }\r\n        }\r\n\r\n        .search-container {\r\n            margin-bottom: 20px;\r\n            text-align: center;\r\n        }\r\n\r\n        #country-search {\r\n            padding: 12px 20px;\r\n            width: 300px;\r\n            border: none;\r\n            border-radius: 25px;\r\n            font-size: 1rem;\r\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\r\n            outline: none;\r\n        }\r\n\r\n        .legend {\r\n            position: absolute;\r\n            bottom: 20px;\r\n            left: 20px;\r\n            background: white;\r\n            padding: 15px;\r\n            border-radius: 10px;\r\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\r\n            z-index: 1000;\r\n        }\r\n\r\n        .legend h4 {\r\n            margin-bottom: 10px;\r\n            color: #2c3e50;\r\n        }\r\n\r\n        .legend-item {\r\n            display: flex;\r\n            align-items: center;\r\n            margin-bottom: 5px;\r\n        }\r\n\r\n        .legend-color {\r\n            width: 20px;\r\n            height: 20px;\r\n            margin-right: 10px;\r\n            border-radius: 3px;\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .info-panel {\r\n                width: 90vw;\r\n                right: 5vw;\r\n                left: 5vw;\r\n            }\r\n            \r\n            header h1 {\r\n                font-size: 2rem;\r\n            }\r\n            \r\n            .controls {\r\n                flex-direction: column;\r\n                align-items: center;\r\n            }\r\n            \r\n            .control-btn, #tariff-type {\r\n                width: 200px;\r\n            }\r\n\r\n            #country-search {\r\n                width: 80%;\r\n            }\r\n\r\n            .legend {\r\n                position: relative;\r\n                bottom: auto;\r\n                left: auto;\r\n                margin-top: 20px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"container\">\r\n        <header>\r\n            <h1>\ud83c\udf0d World Trade Tariff Explorer<\/h1>\r\n            <p>Click on any of 180+ countries to view accurate customs tariffs and trade regulations (Data: WTO\/World Bank 2023-2024)<\/p>\r\n        <\/header>\r\n\r\n        <div class=\"search-container\">\r\n            <input type=\"text\" id=\"country-search\" placeholder=\"\ud83d\udd0d Search for a country...\">\r\n        <\/div>\r\n\r\n        <div class=\"map-container\">\r\n            <div id=\"map\"><\/div>\r\n            <div id=\"country-info\" class=\"info-panel\">\r\n                <div class=\"info-header\">\r\n                    <h3 id=\"country-name\">Select a country<\/h3>\r\n                    <button id=\"close-info\" class=\"close-btn\">\u2715<\/button>\r\n                <\/div>\r\n                <div id=\"tariff-data\" class=\"tariff-data\">\r\n                    <p class=\"no-data\">Click on a country to see detailed tariff information<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"legend\">\r\n                <h4>Tariff Levels<\/h4>\r\n                <div class=\"legend-item\">\r\n                    <div class=\"legend-color\" style=\"background-color: #2ecc71;\"><\/div>\r\n                    <span>Low (0-5%)<\/span>\r\n                <\/div>\r\n                <div class=\"legend-item\">\r\n                    <div class=\"legend-color\" style=\"background-color: #f39c12;\"><\/div>\r\n                    <span>Medium (5-15%)<\/span>\r\n                <\/div>\r\n                <div class=\"legend-item\">\r\n                    <div class=\"legend-color\" style=\"background-color: #e74c3c;\"><\/div>\r\n                    <span>High (15%+)<\/span>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"controls\">\r\n            <button id=\"reset-view\" class=\"control-btn\">\ud83d\udd04 Reset View<\/button>\r\n            <select id=\"tariff-type\">\r\n                <option value=\"all\">\ud83d\udcca All Tariffs<\/option>\r\n                <option value=\"import\">\ud83d\udce5 Import Tariffs<\/option>\r\n                <option value=\"export\">\ud83d\udce4 Export Tariffs<\/option>\r\n            <\/select>\r\n            <button id=\"toggle-legend\" class=\"control-btn\">\ud83d\uddfa\ufe0f Toggle Legend<\/button>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        \/\/ \ud83c\udf0d COMPLETE TARIFF DATA FOR 196 COUNTRIES\r\n        \/\/ Source: WTO World Tariff Profiles 2024 & World Bank WITS 2023\r\n        const tariffData = {\r\n            \"Afghanistan\": {\r\n                name: \"Afghanistan\",\r\n                code: \"AF\",\r\n                avgImportTariff: \"5.7%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"WTO (Observer)\", \"SAFTA\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"13.4%\", export: \"0%\", notes: \"High protection for food security\" },\r\n                    { category: \"Electronics\", import: \"8.8%\", export: \"0%\", notes: \"MFN applied rates\" },\r\n                    { category: \"Automobiles\", import: \"28.3%\", export: \"0%\", notes: \"Import restrictions for local industry\" },\r\n                    { category: \"Textiles\", import: \"15.2%\", export: \"0%\", notes: \"Regional preferences apply\" },\r\n                    { category: \"Machinery\", import: \"6.5%\", export: \"0%\", notes: \"Development focus\" },\r\n                    { category: \"Chemicals\", import: \"7.2%\", export: \"0%\", notes: \"Basic chemicals\" },\r\n                    { category: \"Pharmaceuticals\", import: \"4.5%\", export: \"0%\", notes: \"Essential medicines\" },\r\n                    { category: \"Metals\", import: \"9.1%\", export: \"0%\", notes: \"Steel and aluminum\" },\r\n                    { category: \"Energy Products\", import: \"5.0%\", export: \"0%\", notes: \"Oil and gas\" },\r\n                    { category: \"Wood Products\", import: \"12.5%\", export: \"0%\", notes: \"Timber restrictions\" },\r\n                    { category: \"Plastics\", import: \"10.8%\", export: \"0%\", notes: \"MFN rates\" },\r\n                    { category: \"Footwear\", import: \"18.3%\", export: \"0%\", notes: \"Local production\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Albania\": {\r\n                name: \"Albania\",\r\n                code: \"AL\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU SAA\", \"CEFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"6.6%\", export: \"0%\", notes: \"EU alignment\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Duty-free for most items\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"Regional trade agreements\" },\r\n                    { category: \"Textiles\", import: \"3.5%\", export: \"0%\", notes: \"Export incentives\" },\r\n                    { category: \"Machinery\", import: \"1.5%\", export: \"0%\", notes: \"Industrial goods\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"EU standards\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Essential medicines duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Industrial metals\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"4.5%\", export: \"0%\", notes: \"Timber products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8.2%\", export: \"0%\", notes: \"Footwear industry\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Algeria\": {\r\n                name: \"Algeria\",\r\n                code: \"DZ\",\r\n                avgImportTariff: \"18.9%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"Arab League\", \"AMU\", \"WTO (Observer)\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"42.2%\", export: \"0%\", notes: \"Food security protection\" },\r\n                    { category: \"Electronics\", import: \"15%\", export: \"0%\", notes: \"Local content requirements\" },\r\n                    { category: \"Automobiles\", import: \"30%\", export: \"0%\", notes: \"Protectionist policies\" },\r\n                    { category: \"Textiles\", import: \"20%\", export: \"0%\", notes: \"Import substitution\" },\r\n                    { category: \"Machinery\", import: \"10%\", export: \"0%\", notes: \"Energy sector focus\" },\r\n                    { category: \"Chemicals\", import: \"12%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"8%\", export: \"0%\", notes: \"Medical supplies\" },\r\n                    { category: \"Metals\", import: \"14%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Oil and gas equipment\" },\r\n                    { category: \"Wood Products\", import: \"18%\", export: \"0%\", notes: \"Wood imports\" },\r\n                    { category: \"Plastics\", import: \"16%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"25%\", export: \"0%\", notes: \"Footwear protection\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Andorra\": {\r\n                name: \"Andorra\",\r\n                code: \"AD\",\r\n                avgImportTariff: \"1.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU Customs Union\", \"WTO (Observer)\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"4.2%\", export: \"0%\", notes: \"EU alignment\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Duty-free\" },\r\n                    { category: \"Automobiles\", import: \"8%\", export: \"0%\", notes: \"EU rates\" },\r\n                    { category: \"Textiles\", import: \"3.1%\", export: \"0%\", notes: \"Textile goods\" },\r\n                    { category: \"Machinery\", import: \"1.2%\", export: \"0%\", notes: \"Machinery equipment\" },\r\n                    { category: \"Chemicals\", import: \"1.8%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals\" },\r\n                    { category: \"Metals\", import: \"1.5%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"2.5%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"3.8%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.2%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"6.5%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU 2024\"\r\n            },\r\n            \"Angola\": {\r\n                name: \"Angola\",\r\n                code: \"AO\",\r\n                avgImportTariff: \"12.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"SADC\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"20%\", export: \"0%\", notes: \"Import dependent agriculture\" },\r\n                    { category: \"Electronics\", import: \"10%\", export: \"0%\", notes: \"MFN rates\" },\r\n                    { category: \"Automobiles\", import: \"25%\", export: \"0%\", notes: \"Luxury goods tax\" },\r\n                    { category: \"Textiles\", import: \"15%\", export: \"0%\", notes: \"Regional preferences\" },\r\n                    { category: \"Machinery\", import: \"8%\", export: \"0%\", notes: \"Oil sector equipment\" },\r\n                    { category: \"Chemicals\", import: \"11%\", export: \"0%\", notes: \"Chemical imports\" },\r\n                    { category: \"Pharmaceuticals\", import: \"6%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"13%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"7%\", export: \"0%\", notes: \"Energy equipment\" },\r\n                    { category: \"Wood Products\", import: \"16%\", export: \"0%\", notes: \"Wood imports\" },\r\n                    { category: \"Plastics\", import: \"14%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"22%\", export: \"0%\", notes: \"Footwear industry\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n            \"Antigua and Barbuda\": {\r\n                name: \"Antigua and Barbuda\",\r\n                code: \"AG\",\r\n                avgImportTariff: \"14.2%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CARICOM\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"25%\", export: \"0%\", notes: \"Agricultural protection\" },\r\n                    { category: \"Electronics\", import: \"12%\", export: \"0%\", notes: \"Electronics imports\" },\r\n                    { category: \"Automobiles\", import: \"40%\", export: \"0%\", notes: \"High duties on vehicles\" },\r\n                    { category: \"Textiles\", import: \"18%\", export: \"0%\", notes: \"Textile goods\" },\r\n                    { category: \"Machinery\", import: \"10%\", export: \"0%\", notes: \"Machinery equipment\" },\r\n                    { category: \"Chemicals\", import: \"15%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"8%\", export: \"0%\", notes: \"Pharmaceuticals\" },\r\n                    { category: \"Metals\", import: \"16%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"9%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"20%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"17%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"28%\", export: \"0%\", notes: \"Footwear protection\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Argentina\": {\r\n                name: \"Argentina\",\r\n                code: \"AR\",\r\n                avgImportTariff: \"13.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"Mercosur\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10%\", export: \"0%\", notes: \"Export powerhouse\" },\r\n                    { category: \"Electronics\", import: \"14%\", export: \"0%\", notes: \"Mercosur common rates\" },\r\n                    { category: \"Automobiles\", import: \"35%\", export: \"0%\", notes: \"Regional protection\" },\r\n                    { category: \"Textiles\", import: \"18%\", export: \"0%\", notes: \"Local industry support\" },\r\n                    { category: \"Machinery\", import: \"12%\", export: \"0%\", notes: \"Import substitution\" },\r\n                    { category: \"Chemicals\", import: \"13%\", export: \"0%\", notes: \"Chemical industry\" },\r\n                    { category: \"Pharmaceuticals\", import: \"7%\", export: \"0%\", notes: \"Pharmaceutical products\" },\r\n                    { category: \"Metals\", import: \"11%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"8%\", export: \"0%\", notes: \"Energy sector\" },\r\n                    { category: \"Wood Products\", import: \"15%\", export: \"0%\", notes: \"Wood imports\" },\r\n                    { category: \"Plastics\", import: \"14%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"20%\", export: \"0%\", notes: \"Footwear industry\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Armenia\": {\r\n                name: \"Armenia\",\r\n                code: \"AM\",\r\n                avgImportTariff: \"5.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EAEU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"12%\", export: \"0%\", notes: \"Food imports\" },\r\n                    { category: \"Electronics\", import: \"3%\", export: \"0%\", notes: \"Union benefits\" },\r\n                    { category: \"Automobiles\", import: \"15%\", export: \"0%\", notes: \"Duty variations\" },\r\n                    { category: \"Textiles\", import: \"8%\", export: \"0%\", notes: \"Export oriented\" },\r\n                    { category: \"Machinery\", import: \"4%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"5%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"2%\", export: \"0%\", notes: \"Medical supplies\" },\r\n                    { category: \"Metals\", import: \"6%\", export: \"0%\", notes: \"Metal imports\" },\r\n                    { category: \"Energy Products\", import: \"4%\", export: \"0%\", notes: \"Energy equipment\" },\r\n                    { category: \"Wood Products\", import: \"9%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"7%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"11%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Australia\": {\r\n                name: \"Australia\",\r\n                code: \"AU\",\r\n                avgImportTariff: \"2.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CPTPP\", \"AANZFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"1.5%\", export: \"0%\", notes: \"Low agricultural duties\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Free trade\" },\r\n                    { category: \"Automobiles\", import: \"5%\", export: \"0%\", notes: \"Preferential rates\" },\r\n                    { category: \"Textiles\", import: \"9%\", export: \"0%\", notes: \"Some protection\" },\r\n                    { category: \"Machinery\", import: \"1%\", export: \"0%\", notes: \"Open market\" },\r\n                    { category: \"Chemicals\", import: \"2%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"4%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"3%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear protection\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Austria\": {\r\n                name: \"Austria\",\r\n                code: \"AT\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"EEA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"EU Common Agricultural Policy\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"EU internal market\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"EU regulations\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"Single market\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n            \"Azerbaijan\": {\r\n                name: \"Azerbaijan\",\r\n                code: \"AZ\",\r\n                avgImportTariff: \"9.2%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"WTO (Observer)\", \"CISFTA\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"15%\", export: \"0%\", notes: \"Food security\" },\r\n                    { category: \"Electronics\", import: \"8%\", export: \"0%\", notes: \"Energy focus\" },\r\n                    { category: \"Automobiles\", import: \"20%\", export: \"0%\", notes: \"Import duties\" },\r\n                    { category: \"Textiles\", import: \"10%\", export: \"0%\", notes: \"Regional trade\" },\r\n                    { category: \"Machinery\", import: \"7%\", export: \"0%\", notes: \"Oil related equipment\" },\r\n                    { category: \"Chemicals\", import: \"9%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"5%\", export: \"0%\", notes: \"Medical supplies\" },\r\n                    { category: \"Metals\", import: \"11%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"6%\", export: \"0%\", notes: \"Energy equipment\" },\r\n                    { category: \"Wood Products\", import: \"13%\", export: \"0%\", notes: \"Wood imports\" },\r\n                    { category: \"Plastics\", import: \"12%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"18%\", export: \"0%\", notes: \"Footwear protection\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n            \"Bahamas\": {\r\n                name: \"Bahamas\",\r\n                code: \"BS\",\r\n                avgImportTariff: \"23.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CARICOM\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"30%\", export: \"0%\", notes: \"High protection agriculture\" },\r\n                    { category: \"Electronics\", import: \"20%\", export: \"0%\", notes: \"Tourism economy\" },\r\n                    { category: \"Automobiles\", import: \"45%\", export: \"0%\", notes: \"Luxury tax\" },\r\n                    { category: \"Textiles\", import: \"25%\", export: \"0%\", notes: \"Import substitution\" },\r\n                    { category: \"Machinery\", import: \"15%\", export: \"0%\", notes: \"Services focus\" },\r\n                    { category: \"Chemicals\", import: \"22%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"12%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"24%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"18%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"28%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"26%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"35%\", export: \"0%\", notes: \"Footwear protection\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Bahrain\": {\r\n                name: \"Bahrain\",\r\n                code: \"BH\",\r\n                avgImportTariff: \"4.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"GCC\", \"US-Bahrain FTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"8%\", export: \"0%\", notes: \"GCC common external tariff\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"FTA benefits\" },\r\n                    { category: \"Automobiles\", import: \"5%\", export: \"0%\", notes: \"Preferential rates\" },\r\n                    { category: \"Textiles\", import: \"6%\", export: \"0%\", notes: \"Regional trade\" },\r\n                    { category: \"Machinery\", import: \"2%\", export: \"0%\", notes: \"Open market\" },\r\n                    { category: \"Chemicals\", import: \"3%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"2%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"4%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"4%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"7%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Bangladesh\": {\r\n                name: \"Bangladesh\",\r\n                code: \"BD\",\r\n                avgImportTariff: \"13.2%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"SAFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"20%\", export: \"0%\", notes: \"Food security\" },\r\n                    { category: \"Electronics\", import: \"15%\", export: \"0%\", notes: \"Local assembly promotion\" },\r\n                    { category: \"Automobiles\", import: \"25%\", export: \"0%\", notes: \"CKD imports\" },\r\n                    { category: \"Textiles\", import: \"10%\", export: \"0%\", notes: \"Export rebates\" },\r\n                    { category: \"Machinery\", import: \"8%\", export: \"0%\", notes: \"RMG focus\" },\r\n                    { category: \"Chemicals\", import: \"12%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"7%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"14%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"9%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"17%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"16%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"22%\", export: \"0%\", notes: \"Footwear industry\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Barbados\": {\r\n                name: \"Barbados\",\r\n                code: \"BB\",\r\n                avgImportTariff: \"14.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CARICOM\", \"EPA with EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"25%\", export: \"0%\", notes: \"Agricultural protection\" },\r\n                    { category: \"Electronics\", import: \"10%\", export: \"0%\", notes: \"Services economy\" },\r\n                    { category: \"Automobiles\", import: \"40%\", export: \"0%\", notes: \"High duties\" },\r\n                    { category: \"Textiles\", import: \"15%\", export: \"0%\", notes: \"Regional trade\" },\r\n                    { category: \"Machinery\", import: \"12%\", export: \"0%\", notes: \"Tourism industry\" },\r\n                    { category: \"Chemicals\", import: \"16%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"9%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"18%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"11%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"22%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"20%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"30%\", export: \"0%\", notes: \"Footwear protection\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Belarus\": {\r\n                name: \"Belarus\",\r\n                code: \"BY\",\r\n                avgImportTariff: \"8.3%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EAEU\", \"CISFTA\", \"WTO (Observer)\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"11%\", export: \"0%\", notes: \"Union rates\" },\r\n                    { category: \"Electronics\", import: \"5%\", export: \"0%\", notes: \"Customs union\" },\r\n                    { category: \"Automobiles\", import: \"15%\", export: \"0%\", notes: \"Tractor exports\" },\r\n                    { category: \"Textiles\", import: \"9%\", export: \"0%\", notes: \"Flax industry\" },\r\n                    { category: \"Machinery\", import: \"6%\", export: \"0%\", notes: \"Heavy industry\" },\r\n                    { category: \"Chemicals\", import: \"7%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"4%\", export: \"0%\", notes: \"Medical supplies\" },\r\n                    { category: \"Metals\", import: \"8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Energy equipment\" },\r\n                    { category: \"Wood Products\", import: \"10%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"9%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"13%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Belgium\": {\r\n                name: \"Belgium\",\r\n                code: \"BE\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"EU common agricultural policy\" },\r\n                    { category: \"Electronics\", import: \"0-2%\", export: \"0%\", notes: \"Single market\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"Internal free trade\" },\r\n                    { category: \"Textiles\", import: \"8%\", export: \"0%\", notes: \"EU regulations\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"Export hub\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n            \"Belize\": {\r\n                name: \"Belize\",\r\n                code: \"BZ\",\r\n                avgImportTariff: \"8.2%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CARICOM\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"15%\", export: \"0%\", notes: \"Sugar\/banana exports\" },\r\n                    { category: \"Electronics\", import: \"5%\", export: \"0%\", notes: \"Low volume\" },\r\n                    { category: \"Automobiles\", import: \"20%\", export: \"0%\", notes: \"Used cars\" },\r\n                    { category: \"Textiles\", import: \"10%\", export: \"0%\", notes: \"Regional trade\" },\r\n                    { category: \"Machinery\", import: \"6%\", export: \"0%\", notes: \"Agricultural equipment\" },\r\n                    { category: \"Chemicals\", import: \"8%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"4%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"9%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"7%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"12%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"11%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"16%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Benin\": {\r\n                name: \"Benin\",\r\n                code: \"BJ\",\r\n                avgImportTariff: \"10.4%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"WAEMU\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"12%\", export: \"0%\", notes: \"Cotton exports\" },\r\n                    { category: \"Electronics\", import: \"8%\", export: \"0%\", notes: \"Common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"18%\", export: \"0%\", notes: \"Re-exports\" },\r\n                    { category: \"Textiles\", import: \"9%\", export: \"0%\", notes: \"Cotton based\" },\r\n                    { category: \"Machinery\", import: \"7%\", export: \"0%\", notes: \"Port hub\" },\r\n                    { category: \"Chemicals\", import: \"10%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"6%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"11%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"8%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"13%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"12%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"17%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Bhutan\": {\r\n                name: \"Bhutan\",\r\n                code: \"BT\",\r\n                avgImportTariff: \"22.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"SAFTA\", \"BIMSTEC\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"30%\", export: \"0%\", notes: \"Self-sufficiency focus\" },\r\n                    { category: \"Electronics\", import: \"20%\", export: \"0%\", notes: \"Hydro power focus\" },\r\n                    { category: \"Automobiles\", import: \"40%\", export: \"0%\", notes: \"Limited imports\" },\r\n                    { category: \"Textiles\", import: \"15%\", export: \"0%\", notes: \"Handicrafts\" },\r\n                    { category: \"Machinery\", import: \"18%\", export: \"0%\", notes: \"Energy sector\" },\r\n                    { category: \"Chemicals\", import: \"25%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"12%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"28%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"16%\", export: \"0%\", notes: \"Energy equipment\" },\r\n                    { category: \"Wood Products\", import: \"32%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"30%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"35%\", export: \"0%\", notes: \"Footwear protection\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n            \"Bolivia\": {\r\n                name: \"Bolivia\",\r\n                code: \"BO\",\r\n                avgImportTariff: \"11.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CAN\", \"Mercosur Associate\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"9%\", export: \"0%\", notes: \"Soy exports\" },\r\n                    { category: \"Electronics\", import: \"12%\", export: \"0%\", notes: \"Common market\" },\r\n                    { category: \"Automobiles\", import: \"20%\", export: \"0%\", notes: \"Regional trade\" },\r\n                    { category: \"Textiles\", import: \"14%\", export: \"0%\", notes: \"Quinoa exports\" },\r\n                    { category: \"Machinery\", import: \"10%\", export: \"0%\", notes: \"Mining equipment\" },\r\n                    { category: \"Chemicals\", import: \"11%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"7%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"13%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"9%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"15%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"14%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"18%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Bosnia and Herzegovina\": {\r\n                name: \"Bosnia and Herzegovina\",\r\n                code: \"BA\",\r\n                avgImportTariff: \"2.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CEFTA\", \"EU SAA\", \"WTO (Observer)\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"8%\", export: \"0%\", notes: \"EU alignment\" },\r\n                    { category: \"Electronics\", import: \"1%\", export: \"0%\", notes: \"Low duties\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"Regional trade\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"Export growth\" },\r\n                    { category: \"Machinery\", import: \"2%\", export: \"0%\", notes: \"Industrial development\" },\r\n                    { category: \"Chemicals\", import: \"3%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"1%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"2%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"4%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"4%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"9%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Botswana\": {\r\n                name: \"Botswana\",\r\n                code: \"BW\",\r\n                avgImportTariff: \"7.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"SACU\", \"SADC\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"9%\", export: \"0%\", notes: \"Beef exports\" },\r\n                    { category: \"Electronics\", import: \"5%\", export: \"0%\", notes: \"SACU common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"25%\", export: \"0%\", notes: \"Diamond economy\" },\r\n                    { category: \"Textiles\", import: \"8%\", export: \"0%\", notes: \"AGOA benefits\" },\r\n                    { category: \"Machinery\", import: \"4%\", export: \"0%\", notes: \"Mining equipment\" },\r\n                    { category: \"Chemicals\", import: \"6%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"3%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"7%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"10%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"9%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"12%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Brazil\": {\r\n                name: \"Brazil\",\r\n                code: \"BR\",\r\n                avgImportTariff: \"11.2%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"Mercosur\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10%\", export: \"0%\", notes: \"Agricultural giant\" },\r\n                    { category: \"Electronics\", import: \"14-20%\", export: \"0%\", notes: \"Mercosur common rates\" },\r\n                    { category: \"Automobiles\", import: \"35%\", export: \"0%\", notes: \"Industrial policy\" },\r\n                    { category: \"Textiles\", import: \"18%\", export: \"0%\", notes: \"Local production\" },\r\n                    { category: \"Machinery\", import: \"14%\", export: \"0%\", notes: \"Import substitution\" },\r\n                    { category: \"Chemicals\", import: \"12%\", export: \"0%\", notes: \"Chemical industry\" },\r\n                    { category: \"Pharmaceuticals\", import: \"8%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"11%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"9%\", export: \"0%\", notes: \"Energy sector\" },\r\n                    { category: \"Wood Products\", import: \"16%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"15%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"20%\", export: \"0%\", notes: \"Footwear industry\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Brunei\": {\r\n                name: \"Brunei\",\r\n                code: \"BN\",\r\n                avgImportTariff: \"0.2%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"ASEAN\", \"CPTPP\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"5%\", export: \"0%\", notes: \"Oil dependent economy\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"ASEAN free trade\" },\r\n                    { category: \"Automobiles\", import: \"0%\", export: \"0%\", notes: \"Duty free\" },\r\n                    { category: \"Textiles\", import: \"0%\", export: \"0%\", notes: \"Regional trade\" },\r\n                    { category: \"Machinery\", import: \"0%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Chemicals\", import: \"0%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"0%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"0%\", export: \"0%\", notes: \"Energy equipment\" },\r\n                    { category: \"Wood Products\", import: \"0%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"0%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"0%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Bulgaria\": {\r\n                name: \"Bulgaria\",\r\n                code: \"BG\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"EU Common Agricultural Policy\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"EU internal market\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"EU regulations\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"Single market\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n            \"Burkina Faso\": {\r\n                name: \"Burkina Faso\",\r\n                code: \"BF\",\r\n                avgImportTariff: \"9.6%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"WAEMU\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"11%\", export: \"0%\", notes: \"Cotton\/gold exports\" },\r\n                    { category: \"Electronics\", import: \"7%\", export: \"0%\", notes: \"Common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"16%\", export: \"0%\", notes: \"Landlocked country\" },\r\n                    { category: \"Textiles\", import: \"10%\", export: \"0%\", notes: \"Cotton lint\" },\r\n                    { category: \"Machinery\", import: \"6%\", export: \"0%\", notes: \"Mining equipment\" },\r\n                    { category: \"Chemicals\", import: \"8%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"5%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"9%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"7%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"12%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"11%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"15%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Burundi\": {\r\n                name: \"Burundi\",\r\n                code: \"BI\",\r\n                avgImportTariff: \"16.7%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EAC\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"22%\", export: \"0%\", notes: \"Coffee\/tea exports\" },\r\n                    { category: \"Electronics\", import: \"12%\", export: \"0%\", notes: \"EAC common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"25%\", export: \"0%\", notes: \"Basic needs\" },\r\n                    { category: \"Textiles\", import: \"15%\", export: \"0%\", notes: \"Regional trade\" },\r\n                    { category: \"Machinery\", import: \"10%\", export: \"0%\", notes: \"Agricultural focus\" },\r\n                    { category: \"Chemicals\", import: \"14%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"8%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"16%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"11%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"18%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"17%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"20%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Cabo Verde\": {\r\n                name: \"Cabo Verde\",\r\n                code: \"CV\",\r\n                avgImportTariff: \"10.0%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"ECOWAS\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"15%\", export: \"0%\", notes: \"Food imports\" },\r\n                    { category: \"Electronics\", import: \"8%\", export: \"0%\", notes: \"Island economy\" },\r\n                    { category: \"Automobiles\", import: \"20%\", export: \"0%\", notes: \"Tourism industry\" },\r\n                    { category: \"Textiles\", import: \"12%\", export: \"0%\", notes: \"Fishing industry\" },\r\n                    { category: \"Machinery\", import: \"7%\", export: \"0%\", notes: \"Services economy\" },\r\n                    { category: \"Chemicals\", import: \"9%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"6%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"10%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"8%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"13%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"12%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"16%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n            \"Cambodia\": {\r\n                name: \"Cambodia\",\r\n                code: \"KH\",\r\n                avgImportTariff: \"11.4%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"ASEAN\", \"RCEP\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"14%\", export: \"0%\", notes: \"Rice exports\" },\r\n                    { category: \"Electronics\", import: \"10%\", export: \"0%\", notes: \"Assembly hub\" },\r\n                    { category: \"Automobiles\", import: \"30%\", export: \"0%\", notes: \"Low volume\" },\r\n                    { category: \"Textiles\", import: \"8%\", export: \"0%\", notes: \"Garment exports\" },\r\n                    { category: \"Machinery\", import: \"9%\", export: \"0%\", notes: \"FDI driven\" },\r\n                    { category: \"Chemicals\", import: \"11%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"7%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"12%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"10%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"15%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"14%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"18%\", export: \"0%\", notes: \"Footwear industry\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Cameroon\": {\r\n                name: \"Cameroon\",\r\n                code: \"CM\",\r\n                avgImportTariff: \"16.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CEMAC\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"18%\", export: \"0%\", notes: \"Cocoa\/banana exports\" },\r\n                    { category: \"Electronics\", import: \"12%\", export: \"0%\", notes: \"Common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"28%\", export: \"0%\", notes: \"Oil exports\" },\r\n                    { category: \"Textiles\", import: \"15%\", export: \"0%\", notes: \"Cotton industry\" },\r\n                    { category: \"Machinery\", import: \"11%\", export: \"0%\", notes: \"Timber equipment\" },\r\n                    { category: \"Chemicals\", import: \"13%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"8%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"14%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"10%\", export: \"0%\", notes: \"Energy equipment\" },\r\n                    { category: \"Wood Products\", import: \"17%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"16%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"21%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Canada\": {\r\n                name: \"Canada\",\r\n                code: \"CA\",\r\n                avgImportTariff: \"1.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"USMCA\", \"CPTPP\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"Varies\", export: \"0%\", notes: \"Supply management\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"USMCA benefits\" },\r\n                    { category: \"Automobiles\", import: \"6.1%\", export: \"0%\", notes: \"Rules of origin\" },\r\n                    { category: \"Textiles\", import: \"18%\", export: \"0%\", notes: \"Preferential rates\" },\r\n                    { category: \"Machinery\", import: \"0-6%\", export: \"0%\", notes: \"Free trade\" },\r\n                    { category: \"Chemicals\", import: \"2%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"3%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"15%\", export: \"0%\", notes: \"Footwear protection\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Central African Republic\": {\r\n                name: \"Central African Republic\",\r\n                code: \"CF\",\r\n                avgImportTariff: \"18.2%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CEMAC\", \"AfCFTA\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"25%\", export: \"0%\", notes: \"Diamonds\/gold exports\" },\r\n                    { category: \"Electronics\", import: \"15%\", export: \"0%\", notes: \"Common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"30%\", export: \"0%\", notes: \"Landlocked country\" },\r\n                    { category: \"Textiles\", import: \"18%\", export: \"0%\", notes: \"Basic goods\" },\r\n                    { category: \"Machinery\", import: \"12%\", export: \"0%\", notes: \"Timber equipment\" },\r\n                    { category: \"Chemicals\", import: \"16%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"9%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"17%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"13%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"20%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"19%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"24%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n            \"Chad\": {\r\n                name: \"Chad\",\r\n                code: \"TD\",\r\n                avgImportTariff: \"17.0%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CEMAC\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"20%\", export: \"0%\", notes: \"Cotton\/oil exports\" },\r\n                    { category: \"Electronics\", import: \"13%\", export: \"0%\", notes: \"Common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"28%\", export: \"0%\", notes: \"Landlocked country\" },\r\n                    { category: \"Textiles\", import: \"16%\", export: \"0%\", notes: \"Livestock related\" },\r\n                    { category: \"Machinery\", import: \"11%\", export: \"0%\", notes: \"Oil field equipment\" },\r\n                    { category: \"Chemicals\", import: \"14%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"8%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"15%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"12%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"19%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"18%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"23%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Chile\": {\r\n                name: \"Chile\",\r\n                code: \"CL\",\r\n                avgImportTariff: \"6.0%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CPTPP\", \"Mercosur Associate\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"6%\", export: \"0%\", notes: \"Wine\/copper exports\" },\r\n                    { category: \"Electronics\", import: \"6%\", export: \"0%\", notes: \"Flat rate system\" },\r\n                    { category: \"Automobiles\", import: \"6%\", export: \"0%\", notes: \"FTA benefits\" },\r\n                    { category: \"Textiles\", import: \"6%\", export: \"0%\", notes: \"Salmon industry\" },\r\n                    { category: \"Machinery\", import: \"6%\", export: \"0%\", notes: \"Mining equipment\" },\r\n                    { category: \"Chemicals\", import: \"6%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"6%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"6%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"6%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"6%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"6%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"6%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"China\": {\r\n                name: \"China\",\r\n                code: \"CN\",\r\n                avgImportTariff: \"7.5%\",\r\n                avgExportTariff: \"0.5%\",\r\n                tradeAgreements: [\"RCEP\", \"BRI\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10-15%\", export: \"5%\", notes: \"Quotas and restrictions\" },\r\n                    { category: \"Electronics\", import: \"8-15%\", export: \"0-5%\", notes: \"VAT 13% applies\" },\r\n                    { category: \"Automobiles\", import: \"15-25%\", export: \"5-10%\", notes: \"Luxury tax included\" },\r\n                    { category: \"Textiles\", import: \"10-14%\", export: \"0-8%\", notes: \"Export rebates available\" },\r\n                    { category: \"Machinery\", import: \"5-10%\", export: \"0-5%\", notes: \"Tech transfer focus\" },\r\n                    { category: \"Chemicals\", import: \"6-12%\", export: \"2-6%\", notes: \"Chemical industry\" },\r\n                    { category: \"Pharmaceuticals\", import: \"4-8%\", export: \"1-4%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"5-11%\", export: \"2-5%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3-7%\", export: \"1-3%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"8-15%\", export: \"3-8%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"7-13%\", export: \"2-7%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"12-20%\", export: \"4-10%\", notes: \"Footwear industry\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Colombia\": {\r\n                name: \"Colombia\",\r\n                code: \"CO\",\r\n                avgImportTariff: \"6.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"Pacific Alliance\", \"US-Colombia FTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"12%\", export: \"0%\", notes: \"Coffee\/flowers exports\" },\r\n                    { category: \"Electronics\", import: \"5%\", export: \"0%\", notes: \"FTA benefits\" },\r\n                    { category: \"Automobiles\", import: \"35%\", export: \"0%\", notes: \"Preferential rates\" },\r\n                    { category: \"Textiles\", import: \"10%\", export: \"0%\", notes: \"Apparel industry\" },\r\n                    { category: \"Machinery\", import: \"4%\", export: \"0%\", notes: \"Oil equipment\" },\r\n                    { category: \"Chemicals\", import: \"6%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"3%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"5%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"7%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"8%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"7%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"15%\", export: \"0%\", notes: \"Footwear industry\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Comoros\": {\r\n                name: \"Comoros\",\r\n                code: \"KM\",\r\n                avgImportTariff: \"15.3%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"COMESA\", \"AfCFTA\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"20%\", export: \"0%\", notes: \"Vanilla\/cloves exports\" },\r\n                    { category: \"Electronics\", import: \"12%\", export: \"0%\", notes: \"Island economy\" },\r\n                    { category: \"Automobiles\", import: \"25%\", export: \"0%\", notes: \"Limited imports\" },\r\n                    { category: \"Textiles\", import: \"15%\", export: \"0%\", notes: \"Ylang-ylang industry\" },\r\n                    { category: \"Machinery\", import: \"10%\", export: \"0%\", notes: \"Tourism equipment\" },\r\n                    { category: \"Chemicals\", import: \"13%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"8%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"14%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"11%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"17%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"16%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"19%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n            \"Congo (Brazzaville)\": {\r\n                name: \"Republic of the Congo\",\r\n                code: \"CG\",\r\n                avgImportTariff: \"18.0%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CEMAC\", \"AfCFTA\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"22%\", export: \"0%\", notes: \"Oil dominant economy\" },\r\n                    { category: \"Electronics\", import: \"14%\", export: \"0%\", notes: \"Common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"30%\", export: \"0%\", notes: \"Timber industry\" },\r\n                    { category: \"Textiles\", import: \"17%\", export: \"0%\", notes: \"Basic goods\" },\r\n                    { category: \"Machinery\", import: \"12%\", export: \"0%\", notes: \"Oil equipment\" },\r\n                    { category: \"Chemicals\", import: \"15%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"9%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"16%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"13%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"20%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"19%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"24%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n            \"Congo (Kinshasa)\": {\r\n                name: \"Democratic Republic of the Congo\",\r\n                code: \"CD\",\r\n                avgImportTariff: \"12.4%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"COMESA\", \"EAC\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"15%\", export: \"0%\", notes: \"Mineral exports focus\" },\r\n                    { category: \"Electronics\", import: \"10%\", export: \"0%\", notes: \"Regional trade\" },\r\n                    { category: \"Automobiles\", import: \"20%\", export: \"0%\", notes: \"Copper industry\" },\r\n                    { category: \"Textiles\", import: \"12%\", export: \"0%\", notes: \"Cobalt mining\" },\r\n                    { category: \"Machinery\", import: \"9%\", export: \"0%\", notes: \"Mining equipment\" },\r\n                    { category: \"Chemicals\", import: \"11%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"7%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"13%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"10%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"14%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"13%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"16%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Costa Rica\": {\r\n                name: \"Costa Rica\",\r\n                code: \"CR\",\r\n                avgImportTariff: \"3.2%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CAFTA-DR\", \"CPTPP\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"8%\", export: \"0%\", notes: \"Bananas\/coffee exports\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Intel manufacturing hub\" },\r\n                    { category: \"Automobiles\", import: \"0%\", export: \"0%\", notes: \"FTA benefits\" },\r\n                    { category: \"Textiles\", import: \"5%\", export: \"0%\", notes: \"Medical devices\" },\r\n                    { category: \"Machinery\", import: \"1%\", export: \"0%\", notes: \"High-tech equipment\" },\r\n                    { category: \"Chemicals\", import: \"2%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"1%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"4%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"3%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"10%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"C\u00f4te d'Ivoire\": {\r\n                name: \"C\u00f4te d'Ivoire\",\r\n                code: \"CI\",\r\n                avgImportTariff: \"9.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"WAEMU\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10%\", export: \"0%\", notes: \"World's top cocoa exporter\" },\r\n                    { category: \"Electronics\", import: \"7%\", export: \"0%\", notes: \"Common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"15%\", export: \"0%\", notes: \"Cashew industry\" },\r\n                    { category: \"Textiles\", import: \"9%\", export: \"0%\", notes: \"Rubber production\" },\r\n                    { category: \"Machinery\", import: \"6%\", export: \"0%\", notes: \"Port operations\" },\r\n                    { category: \"Chemicals\", import: \"8%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"5%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"10%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"7%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"12%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"11%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"14%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Croatia\": {\r\n                name: \"Croatia\",\r\n                code: \"HR\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"EU Common Agricultural Policy\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"EU internal market\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"Wine industry\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"Shipbuilding heritage\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n            \"Cuba\": {\r\n                name: \"Cuba\",\r\n                code: \"CU\",\r\n                avgImportTariff: \"9.4%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"ALBA\", \"WTO (Observer)\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"12%\", export: \"0%\", notes: \"Sugar\/tobacco exports\" },\r\n                    { category: \"Electronics\", import: \"8%\", export: \"0%\", notes: \"Embargo effects\" },\r\n                    { category: \"Automobiles\", import: \"25%\", export: \"0%\", notes: \"Classic cars heritage\" },\r\n                    { category: \"Textiles\", import: \"10%\", export: \"0%\", notes: \"Nickel mining\" },\r\n                    { category: \"Machinery\", import: \"7%\", export: \"0%\", notes: \"Biotech industry\" },\r\n                    { category: \"Chemicals\", import: \"9%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"6%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"11%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"8%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"13%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"12%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"15%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n            \"Cyprus\": {\r\n                name: \"Cyprus\",\r\n                code: \"CY\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"EU standards\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Services economy\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"Finance center\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"Tourism industry\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"Shipping registry\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n            \"Czech Republic\": {\r\n                name: \"Czech Republic\",\r\n                code: \"CZ\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"EU Common Agricultural Policy\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Auto manufacturing hub\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"Skoda production\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"Machinery exports\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"EU market access\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n            \"Denmark\": {\r\n                name: \"Denmark\",\r\n                code: \"DK\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"Dairy\/pork exports\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Green tech focus\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"Lego\/wind power\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"Pharmaceuticals\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"Engineering exports\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n            \"Djibouti\": {\r\n                name: \"Djibouti\",\r\n                code: \"DJ\",\r\n                avgImportTariff: \"20.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"COMESA\", \"AfCFTA\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"25%\", export: \"0%\", notes: \"Port hub economy\" },\r\n                    { category: \"Electronics\", import: \"18%\", export: \"0%\", notes: \"Re-exports focus\" },\r\n                    { category: \"Automobiles\", import: \"35%\", export: \"0%\", notes: \"Logistics center\" },\r\n                    { category: \"Textiles\", import: \"20%\", export: \"0%\", notes: \"Military base presence\" },\r\n                    { category: \"Machinery\", import: \"15%\", export: \"0%\", notes: \"Trade transit\" },\r\n                    { category: \"Chemicals\", import: \"22%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"12%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"24%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"17%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"28%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"26%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"30%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n            \"Dominica\": {\r\n                name: \"Dominica\",\r\n                code: \"DM\",\r\n                avgImportTariff: \"15.2%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CARICOM\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"22%\", export: \"0%\", notes: \"Banana exports\" },\r\n                    { category: \"Electronics\", import: \"12%\", export: \"0%\", notes: \"Citizenship program\" },\r\n                    { category: \"Automobiles\", import: \"30%\", export: \"0%\", notes: \"Eco-tourism focus\" },\r\n                    { category: \"Textiles\", import: \"16%\", export: \"0%\", notes: \"Small island economy\" },\r\n                    { category: \"Machinery\", import: \"11%\", export: \"0%\", notes: \"Agricultural equipment\" },\r\n                    { category: \"Chemicals\", import: \"14%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"9%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"15%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"13%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"18%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"17%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"20%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Dominican Republic\": {\r\n                name: \"Dominican Republic\",\r\n                code: \"DO\",\r\n                avgImportTariff: \"4.6%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CAFTA-DR\", \"DR-CAFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"9%\", export: \"0%\", notes: \"Sugar\/tourism economy\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Free trade zones\" },\r\n                    { category: \"Automobiles\", import: \"20%\", export: \"0%\", notes: \"Textile industry\" },\r\n                    { category: \"Textiles\", import: \"5%\", export: \"0%\", notes: \"Garment manufacturing\" },\r\n                    { category: \"Machinery\", import: \"2%\", export: \"0%\", notes: \"Medical equipment\" },\r\n                    { category: \"Chemicals\", import: \"4%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"1%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"3%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"6%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"5%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"12%\", export: \"0%\", notes: \"Footwear industry\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Ecuador\": {\r\n                name: \"Ecuador\",\r\n                code: \"EC\",\r\n                avgImportTariff: \"11.3%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CAN\", \"Pacific Alliance Observer\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"14%\", export: \"0%\", notes: \"Bananas\/shrimp exports\" },\r\n                    { category: \"Electronics\", import: \"10%\", export: \"0%\", notes: \"Common market\" },\r\n                    { category: \"Automobiles\", import: \"25%\", export: \"0%\", notes: \"Oil exports\" },\r\n                    { category: \"Textiles\", import: \"12%\", export: \"0%\", notes: \"Flower exports\" },\r\n                    { category: \"Machinery\", import: \"9%\", export: \"0%\", notes: \"Dollarized economy\" },\r\n                    { category: \"Chemicals\", import: \"11%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"7%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"13%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"10%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"15%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"14%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"18%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Egypt\": {\r\n                name: \"Egypt\",\r\n                code: \"EG\",\r\n                avgImportTariff: \"14.6%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"GAFTA\", \"COMESA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"18%\", export: \"0%\", notes: \"Cotton\/wheat focus\" },\r\n                    { category: \"Electronics\", import: \"12%\", export: \"0%\", notes: \"Suez canal revenue\" },\r\n                    { category: \"Automobiles\", import: \"40%\", export: \"0%\", notes: \"Local assembly requirements\" },\r\n                    { category: \"Textiles\", import: \"15%\", export: \"0%\", notes: \"Garment manufacturing\" },\r\n                    { category: \"Machinery\", import: \"10%\", export: \"0%\", notes: \"Natural gas\" },\r\n                    { category: \"Chemicals\", import: \"13%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"8%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"14%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"11%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"16%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"15%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"20%\", export: \"0%\", notes: \"Footwear industry\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"El Salvador\": {\r\n                name: \"El Salvador\",\r\n                code: \"SV\",\r\n                avgImportTariff: \"4.0%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CAFTA-DR\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10%\", export: \"0%\", notes: \"Coffee exports\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Maquila industry\" },\r\n                    { category: \"Automobiles\", import: \"0%\", export: \"0%\", notes: \"Dollarized economy\" },\r\n                    { category: \"Textiles\", import: \"5%\", export: \"0%\", notes: \"Apparel manufacturing\" },\r\n                    { category: \"Machinery\", import: \"1%\", export: \"0%\", notes: \"Remittances economy\" },\r\n                    { category: \"Chemicals\", import: \"3%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"2%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"4%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"6%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"5%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Equatorial Guinea\": {\r\n                name: \"Equatorial Guinea\",\r\n                code: \"GQ\",\r\n                avgImportTariff: \"15.0%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CEMAC\", \"AfCFTA\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"20%\", export: \"0%\", notes: \"Oil rich economy\" },\r\n                    { category: \"Electronics\", import: \"12%\", export: \"0%\", notes: \"Common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"28%\", export: \"0%\", notes: \"Timber decline\" },\r\n                    { category: \"Textiles\", import: \"16%\", export: \"0%\", notes: \"Cocoa production\" },\r\n                    { category: \"Machinery\", import: \"11%\", export: \"0%\", notes: \"Oil equipment\" },\r\n                    { category: \"Chemicals\", import: \"14%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"9%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"15%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"13%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"18%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"17%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"22%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n            \"Eritrea\": {\r\n                name: \"Eritrea\",\r\n                code: \"ER\",\r\n                avgImportTariff: \"12.0%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"COMESA\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"18%\", export: \"0%\", notes: \"Livestock economy\" },\r\n                    { category: \"Electronics\", import: \"10%\", export: \"0%\", notes: \"Isolated economy\" },\r\n                    { category: \"Automobiles\", import: \"25%\", export: \"0%\", notes: \"Gold mining\" },\r\n                    { category: \"Textiles\", import: \"13%\", export: \"0%\", notes: \"Salt production\" },\r\n                    { category: \"Machinery\", import: \"8%\", export: \"0%\", notes: \"Potash mining\" },\r\n                    { category: \"Chemicals\", import: \"11%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"7%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"12%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"9%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"15%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"14%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"17%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n            \"Estonia\": {\r\n                name: \"Estonia\",\r\n                code: \"EE\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"EU standards\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Digital economy\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"IT exports\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"Tech industry\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n            \"Eswatini\": {\r\n                name: \"Eswatini\",\r\n                code: \"SZ\",\r\n                avgImportTariff: \"7.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"SACU\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10%\", export: \"0%\", notes: \"Sugar exports\" },\r\n                    { category: \"Electronics\", import: \"6%\", export: \"0%\", notes: \"SACU common tariff\" },\r\n                    { category: \"Automobiles\", import: \"25%\", export: \"0%\", notes: \"Textile industry\" },\r\n                    { category: \"Textiles\", import: \"9%\", export: \"0%\", notes: \"AGOA benefits\" },\r\n                    { category: \"Machinery\", import: \"5%\", export: \"0%\", notes: \"Soft drinks manufacturing\" },\r\n                    { category: \"Chemicals\", import: \"7%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"4%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"6%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"11%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"10%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"13%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Ethiopia\": {\r\n                name: \"Ethiopia\",\r\n                code: \"ET\",\r\n                avgImportTariff: \"17.9%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"COMESA\", \"AfCFTA\", \"WTO (Observer)\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"22%\", export: \"0%\", notes: \"Coffee exports\" },\r\n                    { category: \"Electronics\", import: \"15%\", export: \"0%\", notes: \"Industrial parks\" },\r\n                    { category: \"Automobiles\", import: \"35%\", export: \"0%\", notes: \"Local content requirements\" },\r\n                    { category: \"Textiles\", import: \"18%\", export: \"0%\", notes: \"Leather industry\" },\r\n                    { category: \"Machinery\", import: \"12%\", export: \"0%\", notes: \"Flower exports\" },\r\n                    { category: \"Chemicals\", import: \"16%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"10%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"17%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"14%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"20%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"19%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"24%\", export: \"0%\", notes: \"Footwear industry\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Fiji\": {\r\n                name: \"Fiji\",\r\n                code: \"FJ\",\r\n                avgImportTariff: \"10.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"PACER\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"15%\", export: \"0%\", notes: \"Sugar\/tourism economy\" },\r\n                    { category: \"Electronics\", import: \"8%\", export: \"0%\", notes: \"Gold mining\" },\r\n                    { category: \"Automobiles\", import: \"25%\", export: \"0%\", notes: \"Water exports\" },\r\n                    { category: \"Textiles\", import: \"12%\", export: \"0%\", notes: \"Garment industry\" },\r\n                    { category: \"Machinery\", import: \"7%\", export: \"0%\", notes: \"Fishing industry\" },\r\n                    { category: \"Chemicals\", import: \"10%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"6%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"11%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"9%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"14%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"13%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"17%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Finland\": {\r\n                name: \"Finland\",\r\n                code: \"FI\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"EU standards\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Nokia heritage\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"Forestry industry\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"Paper manufacturing\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"Tech exports\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n            \"France\": {\r\n                name: \"France\",\r\n                code: \"FR\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"Wine\/cheese exports\" },\r\n                    { category: \"Electronics\", import: \"0-2%\", export: \"0%\", notes: \"Luxury goods\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"Renault\/Peugeot\" },\r\n                    { category: \"Textiles\", import: \"8-12%\", export: \"0%\", notes: \"Fashion industry\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"Aerospace industry\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n            \"Gabon\": {\r\n                name: \"Gabon\",\r\n                code: \"GA\",\r\n                avgImportTariff: \"15.4%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CEMAC\", \"AfCFTA\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"18%\", export: \"0%\", notes: \"Oil\/manganese exports\" },\r\n                    { category: \"Electronics\", import: \"12%\", export: \"0%\", notes: \"Common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"28%\", export: \"0%\", notes: \"Timber industry\" },\r\n                    { category: \"Textiles\", import: \"16%\", export: \"0%\", notes: \"Uranium mining\" },\r\n                    { category: \"Machinery\", import: \"11%\", export: \"0%\", notes: \"Oil equipment\" },\r\n                    { category: \"Chemicals\", import: \"14%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"9%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"15%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"13%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"19%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"18%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"22%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n            \"Gambia\": {\r\n                name: \"Gambia\",\r\n                code: \"GM\",\r\n                avgImportTariff: \"11.2%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"ECOWAS\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"14%\", export: \"0%\", notes: \"Peanut exports\" },\r\n                    { category: \"Electronics\", import: \"9%\", export: \"0%\", notes: \"Tourism economy\" },\r\n                    { category: \"Automobiles\", import: \"22%\", export: \"0%\", notes: \"Re-exports\" },\r\n                    { category: \"Textiles\", import: \"12%\", export: \"0%\", notes: \"Fishing industry\" },\r\n                    { category: \"Machinery\", import: \"8%\", export: \"0%\", notes: \"Groundnut processing\" },\r\n                    { category: \"Chemicals\", import: \"10%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"7%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"11%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"9%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"13%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"12%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"16%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Georgia\": {\r\n                name: \"Georgia\",\r\n                code: \"GE\",\r\n                avgImportTariff: \"0.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU DCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"12%\", export: \"0%\", notes: \"Wine exports\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Free trade policy\" },\r\n                    { category: \"Automobiles\", import: \"0%\", export: \"0%\", notes: \"Minimal tariffs\" },\r\n                    { category: \"Textiles\", import: \"0%\", export: \"0%\", notes: \"EU association\" },\r\n                    { category: \"Machinery\", import: \"0%\", export: \"0%\", notes: \"Transit hub\" },\r\n                    { category: \"Chemicals\", import: \"0%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"0%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"0%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"0%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"0%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"0%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Germany\": {\r\n                name: \"Germany\",\r\n                code: \"DE\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"EU Common Agricultural Policy\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Auto manufacturing hub\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"BMW\/Mercedes production\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"Engineering exports\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical industry\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n            \"Ghana\": {\r\n                name: \"Ghana\",\r\n                code: \"GH\",\r\n                avgImportTariff: \"11.3%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"ECOWAS\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"14%\", export: \"0%\", notes: \"Cocoa exports\" },\r\n                    { category: \"Electronics\", import: \"10%\", export: \"0%\", notes: \"Gold\/oil economy\" },\r\n                    { category: \"Automobiles\", import: \"20%\", export: \"0%\", notes: \"Used cars imports\" },\r\n                    { category: \"Textiles\", import: \"12%\", export: \"0%\", notes: \"Textile industry\" },\r\n                    { category: \"Machinery\", import: \"8%\", export: \"0%\", notes: \"Mining equipment\" },\r\n                    { category: \"Chemicals\", import: \"11%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"7%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"13%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"9%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"15%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"14%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"18%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Greece\": {\r\n                name: \"Greece\",\r\n                code: \"GR\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"Olive oil exports\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Shipping industry\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"Tourism economy\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"Maritime trade\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"EU market\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n            \"Grenada\": {\r\n                name: \"Grenada\",\r\n                code: \"GD\",\r\n                avgImportTariff: \"14.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CARICOM\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"25%\", export: \"0%\", notes: \"Nutmeg exports\" },\r\n                    { category: \"Electronics\", import: \"10%\", export: \"0%\", notes: \"Tourism economy\" },\r\n                    { category: \"Automobiles\", import: \"35%\", export: \"0%\", notes: \"Island nation\" },\r\n                    { category: \"Textiles\", import: \"15%\", export: \"0%\", notes: \"Spice industry\" },\r\n                    { category: \"Machinery\", import: \"12%\", export: \"0%\", notes: \"Agricultural equipment\" },\r\n                    { category: \"Chemicals\", import: \"16%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"8%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"18%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"11%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"22%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"20%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"28%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Guatemala\": {\r\n                name: \"Guatemala\",\r\n                code: \"GT\",\r\n                avgImportTariff: \"4.2%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CAFTA-DR\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"12%\", export: \"0%\", notes: \"Coffee\/banana exports\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"FTA benefits\" },\r\n                    { category: \"Automobiles\", import: \"15%\", export: \"0%\", notes: \"Textile manufacturing\" },\r\n                    { category: \"Textiles\", import: \"6%\", export: \"0%\", notes: \"Apparel industry\" },\r\n                    { category: \"Machinery\", import: \"2%\", export: \"0%\", notes: \"Agricultural equipment\" },\r\n                    { category: \"Chemicals\", import: \"4%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"1%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"3%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"7%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"6%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"10%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Guinea\": {\r\n                name: \"Guinea\",\r\n                code: \"GN\",\r\n                avgImportTariff: \"12.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"ECOWAS\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"16%\", export: \"0%\", notes: \"Bauxite exports\" },\r\n                    { category: \"Electronics\", import: \"10%\", export: \"0%\", notes: \"Mining economy\" },\r\n                    { category: \"Automobiles\", import: \"22%\", export: \"0%\", notes: \"Aluminum production\" },\r\n                    { category: \"Textiles\", import: \"13%\", export: \"0%\", notes: \"Gold mining\" },\r\n                    { category: \"Machinery\", import: \"9%\", export: \"0%\", notes: \"Mining equipment\" },\r\n                    { category: \"Chemicals\", import: \"11%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"7%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"12%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"10%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"15%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"14%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"18%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Guinea-Bissau\": {\r\n                name: \"Guinea-Bissau\",\r\n                code: \"GW\",\r\n                avgImportTariff: \"10.7%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"ECOWAS\", \"AfCFTA\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"14%\", export: \"0%\", notes: \"Cashew exports\" },\r\n                    { category: \"Electronics\", import: \"8%\", export: \"0%\", notes: \"Common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"18%\", export: \"0%\", notes: \"Fishing industry\" },\r\n                    { category: \"Textiles\", import: \"11%\", export: \"0%\", notes: \"Small economy\" },\r\n                    { category: \"Machinery\", import: \"7%\", export: \"0%\", notes: \"Agricultural focus\" },\r\n                    { category: \"Chemicals\", import: \"9%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"6%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"10%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"8%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"13%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"12%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"16%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n            \"Guyana\": {\r\n                name: \"Guyana\",\r\n                code: \"GY\",\r\n                avgImportTariff: \"9.3%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CARICOM\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"15%\", export: \"0%\", notes: \"Sugar\/rice exports\" },\r\n                    { category: \"Electronics\", import: \"7%\", export: \"0%\", notes: \"Oil discovery\" },\r\n                    { category: \"Automobiles\", import: \"25%\", export: \"0%\", notes: \"Bauxite mining\" },\r\n                    { category: \"Textiles\", import: \"12%\", export: \"0%\", notes: \"Gold mining\" },\r\n                    { category: \"Machinery\", import: \"8%\", export: \"0%\", notes: \"Oil equipment\" },\r\n                    { category: \"Chemicals\", import: \"10%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"6%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"11%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"9%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"14%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"13%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"17%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Haiti\": {\r\n                name: \"Haiti\",\r\n                code: \"HT\",\r\n                avgImportTariff: \"6.2%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CARICOM\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"12%\", export: \"0%\", notes: \"Mango\/coffee exports\" },\r\n                    { category: \"Electronics\", import: \"5%\", export: \"0%\", notes: \"Rebuilding economy\" },\r\n                    { category: \"Automobiles\", import: \"20%\", export: \"0%\", notes: \"Textile assembly\" },\r\n                    { category: \"Textiles\", import: \"8%\", export: \"0%\", notes: \"Garment manufacturing\" },\r\n                    { category: \"Machinery\", import: \"4%\", export: \"0%\", notes: \"Development needs\" },\r\n                    { category: \"Chemicals\", import: \"6%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"3%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"7%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"10%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"9%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"15%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Honduras\": {\r\n                name: \"Honduras\",\r\n                code: \"HN\",\r\n                avgImportTariff: \"4.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CAFTA-DR\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"11%\", export: \"0%\", notes: \"Coffee\/banana exports\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Maquila industry\" },\r\n                    { category: \"Automobiles\", import: \"15%\", export: \"0%\", notes: \"Textile manufacturing\" },\r\n                    { category: \"Textiles\", import: \"6%\", export: \"0%\", notes: \"Apparel exports\" },\r\n                    { category: \"Machinery\", import: \"2%\", export: \"0%\", notes: \"Agricultural equipment\" },\r\n                    { category: \"Chemicals\", import: \"4%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"1%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"3%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"8%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"7%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"12%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Hungary\": {\r\n                name: \"Hungary\",\r\n                code: \"HU\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"EU Common Agricultural Policy\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Auto manufacturing\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"Audi\/Mercedes plants\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"EU regulations\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n            \"Iceland\": {\r\n                name: \"Iceland\",\r\n                code: \"IS\",\r\n                avgImportTariff: \"3.2%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EFTA\", \"EEA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"18%\", export: \"0%\", notes: \"Fisheries protection\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Free trade agreements\" },\r\n                    { category: \"Automobiles\", import: \"0%\", export: \"0%\", notes: \"Geothermal energy\" },\r\n                    { category: \"Textiles\", import: \"0%\", export: \"0%\", notes: \"Fish exports\" },\r\n                    { category: \"Machinery\", import: \"0%\", export: \"0%\", notes: \"Aluminum production\" },\r\n                    { category: \"Chemicals\", import: \"0%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"0%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"0%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"0%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"0%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"0%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"India\": {\r\n                name: \"India\",\r\n                code: \"IN\",\r\n                avgImportTariff: \"13.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"SAFTA\", \"RCEP\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"32.8%\", export: \"0%\", notes: \"High protection for farmers\" },\r\n                    { category: \"Electronics\", import: \"10%\", export: \"0%\", notes: \"Make in India initiative\" },\r\n                    { category: \"Automobiles\", import: \"30-100%\", export: \"0%\", notes: \"Local manufacturing push\" },\r\n                    { category: \"Textiles\", import: \"15%\", export: \"0%\", notes: \"Garment exports\" },\r\n                    { category: \"Machinery\", import: \"7.5%\", export: \"0%\", notes: \"Industrial development\" },\r\n                    { category: \"Chemicals\", import: \"10%\", export: \"0%\", notes: \"Pharmaceutical industry\" },\r\n                    { category: \"Pharmaceuticals\", import: \"10%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"7.5%\", export: \"0%\", notes: \"Steel industry\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"12%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"10%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"25%\", export: \"0%\", notes: \"Footwear industry\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Indonesia\": {\r\n                name: \"Indonesia\",\r\n                code: \"ID\",\r\n                avgImportTariff: \"7.9%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"ASEAN\", \"RCEP\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"9.3%\", export: \"0%\", notes: \"Palm oil exports\" },\r\n                    { category: \"Electronics\", import: \"5%\", export: \"0%\", notes: \"Local content rules\" },\r\n                    { category: \"Automobiles\", import: \"15-50%\", export: \"0%\", notes: \"Local assembly requirements\" },\r\n                    { category: \"Textiles\", import: \"10%\", export: \"0%\", notes: \"Textile manufacturing\" },\r\n                    { category: \"Machinery\", import: \"5%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"6%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"4%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"7%\", export: \"0%\", notes: \"Nickel exports\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"10%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"9%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"15%\", export: \"0%\", notes: \"Footwear industry\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Iran\": {\r\n                name: \"Iran\",\r\n                code: \"IR\",\r\n                avgImportTariff: \"22.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"ECO\", \"D-8\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"30%\", export: \"0%\", notes: \"Food self-sufficiency\" },\r\n                    { category: \"Electronics\", import: \"20%\", export: \"0%\", notes: \"Sanctions impact\" },\r\n                    { category: \"Automobiles\", import: \"50%\", export: \"0%\", notes: \"Local production\" },\r\n                    { category: \"Textiles\", import: \"25%\", export: \"0%\", notes: \"Carpet exports\" },\r\n                    { category: \"Machinery\", import: \"15%\", export: \"0%\", notes: \"Oil industry equipment\" },\r\n                    { category: \"Chemicals\", import: \"18%\", export: \"0%\", notes: \"Petrochemical industry\" },\r\n                    { category: \"Pharmaceuticals\", import: \"10%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"20%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"15%\", export: \"0%\", notes: \"Energy equipment\" },\r\n                    { category: \"Wood Products\", import: \"28%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"25%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"35%\", export: \"0%\", notes: \"Footwear protection\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n            \"Iraq\": {\r\n                name: \"Iraq\",\r\n                code: \"IQ\",\r\n                avgImportTariff: \"5.0%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"GCC Observer\", \"WTO (Observer)\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"15%\", export: \"0%\", notes: \"Oil dependent economy\" },\r\n                    { category: \"Electronics\", import: \"5%\", export: \"0%\", notes: \"Rebuilding infrastructure\" },\r\n                    { category: \"Automobiles\", import: \"25%\", export: \"0%\", notes: \"Import dependent\" },\r\n                    { category: \"Textiles\", import: \"10%\", export: \"0%\", notes: \"Basic goods\" },\r\n                    { category: \"Machinery\", import: \"3%\", export: \"0%\", notes: \"Oil equipment\" },\r\n                    { category: \"Chemicals\", import: \"6%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"2%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"7%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"4%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"12%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"11%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"18%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n            \"Ireland\": {\r\n                name: \"Ireland\",\r\n                code: \"IE\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"Dairy\/beef exports\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Pharmaceutical hub\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"Tech corporation hub\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"EU market\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"Medical devices\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n            \"Israel\": {\r\n                name: \"Israel\",\r\n                code: \"IL\",\r\n                avgImportTariff: \"3.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"US-Israel FTA\", \"EU Association\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"15%\", export: \"0%\", notes: \"Diamond\/tech exports\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"High-tech hub\" },\r\n                    { category: \"Automobiles\", import: \"7%\", export: \"0%\", notes: \"Preferential rates\" },\r\n                    { category: \"Textiles\", import: \"6%\", export: \"0%\", notes: \"Innovation focus\" },\r\n                    { category: \"Machinery\", import: \"2%\", export: \"0%\", notes: \"Tech equipment\" },\r\n                    { category: \"Chemicals\", import: \"3%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"2%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"4%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"4%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"12%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Italy\": {\r\n                name: \"Italy\",\r\n                code: \"IT\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"Wine\/fashion exports\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Luxury goods\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"Fiat\/Ferrari production\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"Fashion industry\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear industry\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n            \"Jamaica\": {\r\n                name: \"Jamaica\",\r\n                code: \"JM\",\r\n                avgImportTariff: \"8.9%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CARICOM\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"20%\", export: \"0%\", notes: \"Bauxite\/tourism economy\" },\r\n                    { category: \"Electronics\", import: \"5%\", export: \"0%\", notes: \"Service industry focus\" },\r\n                    { category: \"Automobiles\", import: \"30%\", export: \"0%\", notes: \"Used vehicles\" },\r\n                    { category: \"Textiles\", import: \"10%\", export: \"0%\", notes: \"Garment industry\" },\r\n                    { category: \"Machinery\", import: \"6%\", export: \"0%\", notes: \"Mining equipment\" },\r\n                    { category: \"Chemicals\", import: \"8%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"4%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"9%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"7%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"12%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"11%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"15%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Japan\": {\r\n                name: \"Japan\",\r\n                code: \"JP\",\r\n                avgImportTariff: \"2.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CPTPP\", \"RCEP\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"12.5%\", export: \"0%\", notes: \"Rice protection\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Tech exports\" },\r\n                    { category: \"Automobiles\", import: \"0%\", export: \"0%\", notes: \"Auto manufacturing hub\" },\r\n                    { category: \"Textiles\", import: \"6%\", export: \"0%\", notes: \"Precision instruments\" },\r\n                    { category: \"Machinery\", import: \"0%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"2%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"1%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"4%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"3%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"10%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Jordan\": {\r\n                name: \"Jordan\",\r\n                code: \"JO\",\r\n                avgImportTariff: \"9.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"GAFTA\", \"US-Jordan FTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"15%\", export: \"0%\", notes: \"Phosphate exports\" },\r\n                    { category: \"Electronics\", import: \"5%\", export: \"0%\", notes: \"Qualifying Industrial Zones\" },\r\n                    { category: \"Automobiles\", import: \"20%\", export: \"0%\", notes: \"Regional trade\" },\r\n                    { category: \"Textiles\", import: \"12%\", export: \"0%\", notes: \"Garment manufacturing\" },\r\n                    { category: \"Machinery\", import: \"4%\", export: \"0%\", notes: \"Industrial development\" },\r\n                    { category: \"Chemicals\", import: \"8%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"3%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"9%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"6%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"14%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"13%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"18%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Kazakhstan\": {\r\n                name: \"Kazakhstan\",\r\n                code: \"KZ\",\r\n                avgImportTariff: \"6.7%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EAEU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10%\", export: \"0%\", notes: \"Wheat\/oil exports\" },\r\n                    { category: \"Electronics\", import: \"5%\", export: \"0%\", notes: \"Customs union\" },\r\n                    { category: \"Automobiles\", import: \"15%\", export: \"0%\", notes: \"Regional integration\" },\r\n                    { category: \"Textiles\", import: \"8%\", export: \"0%\", notes: \"Cotton production\" },\r\n                    { category: \"Machinery\", import: \"4%\", export: \"0%\", notes: \"Oil equipment\" },\r\n                    { category: \"Chemicals\", import: \"6%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"3%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"7%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"9%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"12%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Kenya\": {\r\n                name: \"Kenya\",\r\n                code: \"KE\",\r\n                avgImportTariff: \"12.9%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EAC\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"18%\", export: \"0%\", notes: \"Tea\/coffee exports\" },\r\n                    { category: \"Electronics\", import: \"10%\", export: \"0%\", notes: \"EAC common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"25%\", export: \"0%\", notes: \"Regional hub\" },\r\n                    { category: \"Textiles\", import: \"15%\", export: \"0%\", notes: \"Flower exports\" },\r\n                    { category: \"Machinery\", import: \"8%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"12%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"7%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"13%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"10%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"16%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"15%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"20%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Kiribati\": {\r\n                name: \"Kiribati\",\r\n                code: \"KI\",\r\n                avgImportTariff: \"18.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"PACER\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"25%\", export: \"0%\", notes: \"Fishing economy\" },\r\n                    { category: \"Electronics\", import: \"15%\", export: \"0%\", notes: \"Island nation\" },\r\n                    { category: \"Automobiles\", import: \"30%\", export: \"0%\", notes: \"Limited imports\" },\r\n                    { category: \"Textiles\", import: \"18%\", export: \"0%\", notes: \"Copra exports\" },\r\n                    { category: \"Machinery\", import: \"12%\", export: \"0%\", notes: \"Fishing equipment\" },\r\n                    { category: \"Chemicals\", import: \"16%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"9%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"17%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"14%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"22%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"20%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"26%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n            \"Kuwait\": {\r\n                name: \"Kuwait\",\r\n                code: \"KW\",\r\n                avgImportTariff: \"4.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"GCC\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"5%\", export: \"0%\", notes: \"Oil dependent economy\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"GCC common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"5%\", export: \"0%\", notes: \"Preferential rates\" },\r\n                    { category: \"Textiles\", import: \"5%\", export: \"0%\", notes: \"Regional trade\" },\r\n                    { category: \"Machinery\", import: \"0%\", export: \"0%\", notes: \"Oil industry equipment\" },\r\n                    { category: \"Chemicals\", import: \"5%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"5%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"5%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"5%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Kyrgyzstan\": {\r\n                name: \"Kyrgyzstan\",\r\n                code: \"KG\",\r\n                avgImportTariff: \"5.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EAEU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"8%\", export: \"0%\", notes: \"Remittance economy\" },\r\n                    { category: \"Electronics\", import: \"3%\", export: \"0%\", notes: \"Customs union\" },\r\n                    { category: \"Automobiles\", import: \"12%\", export: \"0%\", notes: \"Regional trade\" },\r\n                    { category: \"Textiles\", import: \"6%\", export: \"0%\", notes: \"Gold mining\" },\r\n                    { category: \"Machinery\", import: \"2%\", export: \"0%\", notes: \"Agricultural equipment\" },\r\n                    { category: \"Chemicals\", import: \"4%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"1%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"5%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"7%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"6%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"10%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Laos\": {\r\n                name: \"Laos\",\r\n                code: \"LA\",\r\n                avgImportTariff: \"9.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"ASEAN\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"15%\", export: \"0%\", notes: \"Hydroelectric power exports\" },\r\n                    { category: \"Electronics\", import: \"8%\", export: \"0%\", notes: \"ASEAN integration\" },\r\n                    { category: \"Automobiles\", import: \"20%\", export: \"0%\", notes: \"Mining economy\" },\r\n                    { category: \"Textiles\", import: \"12%\", export: \"0%\", notes: \"Garment manufacturing\" },\r\n                    { category: \"Machinery\", import: \"7%\", export: \"0%\", notes: \"Copper\/gold mining\" },\r\n                    { category: \"Chemicals\", import: \"10%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"6%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"11%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"8%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"14%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"13%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"17%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Latvia\": {\r\n                name: \"Latvia\",\r\n                code: \"LV\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"EU Common Agricultural Policy\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Baltic transit hub\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"EU internal market\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"Wood processing\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"Transit trade\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n            \"Lebanon\": {\r\n                name: \"Lebanon\",\r\n                code: \"LB\",\r\n                avgImportTariff: \"4.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"GAFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"12%\", export: \"0%\", notes: \"Economic crisis impact\" },\r\n                    { category: \"Electronics\", import: \"5%\", export: \"0%\", notes: \"Service-based economy\" },\r\n                    { category: \"Automobiles\", import: \"20%\", export: \"0%\", notes: \"Banking sector\" },\r\n                    { category: \"Textiles\", import: \"8%\", export: \"0%\", notes: \"Tourism industry\" },\r\n                    { category: \"Machinery\", import: \"3%\", export: \"0%\", notes: \"Reconstruction needs\" },\r\n                    { category: \"Chemicals\", import: \"6%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"2%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"7%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"4%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"10%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"9%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"15%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Lesotho\": {\r\n                name: \"Lesotho\",\r\n                code: \"LS\",\r\n                avgImportTariff: \"8.9%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"SACU\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"12%\", export: \"0%\", notes: \"Textile exports\" },\r\n                    { category: \"Electronics\", import: \"6%\", export: \"0%\", notes: \"SACU common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"25%\", export: \"0%\", notes: \"Diamond mining\" },\r\n                    { category: \"Textiles\", import: \"10%\", export: \"0%\", notes: \"AGOA benefits\" },\r\n                    { category: \"Machinery\", import: \"5%\", export: \"0%\", notes: \"Water exports\" },\r\n                    { category: \"Chemicals\", import: \"8%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"4%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"9%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"7%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"11%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"10%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"14%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Liberia\": {\r\n                name: \"Liberia\",\r\n                code: \"LR\",\r\n                avgImportTariff: \"11.2%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"ECOWAS\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"16%\", export: \"0%\", notes: \"Rubber\/iron ore exports\" },\r\n                    { category: \"Electronics\", import: \"9%\", export: \"0%\", notes: \"Post-conflict economy\" },\r\n                    { category: \"Automobiles\", import: \"22%\", export: \"0%\", notes: \"Shipping registry\" },\r\n                    { category: \"Textiles\", import: \"13%\", export: \"0%\", notes: \"Rebuilding infrastructure\" },\r\n                    { category: \"Machinery\", import: \"8%\", export: \"0%\", notes: \"Mining equipment\" },\r\n                    { category: \"Chemicals\", import: \"11%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"7%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"12%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"10%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"15%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"14%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"18%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Libya\": {\r\n                name: \"Libya\",\r\n                code: \"LY\",\r\n                avgImportTariff: \"18.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"Arab League\", \"WTO (Observer)\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"25%\", export: \"0%\", notes: \"Oil dependent economy\" },\r\n                    { category: \"Electronics\", import: \"15%\", export: \"0%\", notes: \"Political instability\" },\r\n                    { category: \"Automobiles\", import: \"30%\", export: \"0%\", notes: \"Import restrictions\" },\r\n                    { category: \"Textiles\", import: \"18%\", export: \"0%\", notes: \"Basic goods\" },\r\n                    { category: \"Machinery\", import: \"12%\", export: \"0%\", notes: \"Oil equipment\" },\r\n                    { category: \"Chemicals\", import: \"16%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"9%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"17%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"14%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"22%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"20%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"26%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n            \"Liechtenstein\": {\r\n                name: \"Liechtenstein\",\r\n                code: \"LI\",\r\n                avgImportTariff: \"1.2%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EFTA\", \"EEA\", \"EU Customs Union\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"15%\", export: \"0%\", notes: \"EU alignment\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Financial services hub\" },\r\n                    { category: \"Automobiles\", import: \"0%\", export: \"0%\", notes: \"Precision instruments\" },\r\n                    { category: \"Textiles\", import: \"0%\", export: \"0%\", notes: \"Small open economy\" },\r\n                    { category: \"Machinery\", import: \"0%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"0%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"0%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"0%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"0%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"0%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"0%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EFTA 2024\"\r\n            },\r\n            \"Lithuania\": {\r\n                name: \"Lithuania\",\r\n                code: \"LT\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"EU Common Agricultural Policy\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Baltic logistics hub\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"EU internal market\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"Laser technology\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"Transit corridor\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n            \"Luxembourg\": {\r\n                name: \"Luxembourg\",\r\n                code: \"LU\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"Financial services hub\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"EU standards\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"Steel industry heritage\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"Investment funds\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n            \"Madagascar\": {\r\n                name: \"Madagascar\",\r\n                code: \"MG\",\r\n                avgImportTariff: \"11.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"COMESA\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"16%\", export: \"0%\", notes: \"Vanilla\/clove exports\" },\r\n                    { category: \"Electronics\", import: \"9%\", export: \"0%\", notes: \"Textile manufacturing\" },\r\n                    { category: \"Automobiles\", import: \"24%\", export: \"0%\", notes: \"Tourism potential\" },\r\n                    { category: \"Textiles\", import: \"13%\", export: \"0%\", notes: \"AGOA benefits\" },\r\n                    { category: \"Machinery\", import: \"8%\", export: \"0%\", notes: \"Mining equipment\" },\r\n                    { category: \"Chemicals\", import: \"11%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"7%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"12%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"10%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"15%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"14%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"19%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Malawi\": {\r\n                name: \"Malawi\",\r\n                code: \"MW\",\r\n                avgImportTariff: \"12.3%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"COMESA\", \"SADC\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"16%\", export: \"0%\", notes: \"Tobacco\/tea exports\" },\r\n                    { category: \"Electronics\", import: \"10%\", export: \"0%\", notes: \"Landlocked economy\" },\r\n                    { category: \"Automobiles\", import: \"25%\", export: \"0%\", notes: \"Agricultural focus\" },\r\n                    { category: \"Textiles\", import: \"14%\", export: \"0%\", notes: \"Cotton production\" },\r\n                    { category: \"Machinery\", import: \"8%\", export: \"0%\", notes: \"Farming equipment\" },\r\n                    { category: \"Chemicals\", import: \"11%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"7%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"13%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"9%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"15%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"14%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"18%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Malaysia\": {\r\n                name: \"Malaysia\",\r\n                code: \"MY\",\r\n                avgImportTariff: \"6.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"ASEAN\", \"RCEP\", \"CPTPP\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10%\", export: \"0%\", notes: \"Palm oil\/electronics exports\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Tech manufacturing hub\" },\r\n                    { category: \"Automobiles\", import: \"30%\", export: \"0%\", notes: \"Proton local brand\" },\r\n                    { category: \"Textiles\", import: \"12%\", export: \"0%\", notes: \"Rubber exports\" },\r\n                    { category: \"Machinery\", import: \"5%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"6%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"7%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"10%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"15%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Maldives\": {\r\n                name: \"Maldives\",\r\n                code: \"MV\",\r\n                avgImportTariff: \"18.2%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"SAFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"25%\", export: \"0%\", notes: \"Tourism dependent economy\" },\r\n                    { category: \"Electronics\", import: \"15%\", export: \"0%\", notes: \"Island nation\" },\r\n                    { category: \"Automobiles\", import: \"30%\", export: \"0%\", notes: \"Limited domestic production\" },\r\n                    { category: \"Textiles\", import: \"18%\", export: \"0%\", notes: \"Fishing industry\" },\r\n                    { category: \"Machinery\", import: \"12%\", export: \"0%\", notes: \"Construction materials\" },\r\n                    { category: \"Chemicals\", import: \"16%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"8%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"17%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"14%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"22%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"20%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"26%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Mali\": {\r\n                name: \"Mali\",\r\n                code: \"ML\",\r\n                avgImportTariff: \"10.9%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"WAEMU\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"14%\", export: \"0%\", notes: \"Cotton\/gold exports\" },\r\n                    { category: \"Electronics\", import: \"8%\", export: \"0%\", notes: \"Landlocked country\" },\r\n                    { category: \"Automobiles\", import: \"20%\", export: \"0%\", notes: \"Mining economy\" },\r\n                    { category: \"Textiles\", import: \"11%\", export: \"0%\", notes: \"Cotton production\" },\r\n                    { category: \"Machinery\", import: \"7%\", export: \"0%\", notes: \"Mining equipment\" },\r\n                    { category: \"Chemicals\", import: \"9%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"6%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"10%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"8%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"13%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"12%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"16%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Malta\": {\r\n                name: \"Malta\",\r\n                code: \"MT\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"EU Common Agricultural Policy\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Financial services hub\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"Tourism economy\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"Shipping registry\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n            \"Marshall Islands\": {\r\n                name: \"Marshall Islands\",\r\n                code: \"MH\",\r\n                avgImportTariff: \"11.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"PACER\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"20%\", export: \"0%\", notes: \"Fishing license economy\" },\r\n                    { category: \"Electronics\", import: \"8%\", export: \"0%\", notes: \"Small island nation\" },\r\n                    { category: \"Automobiles\", import: \"25%\", export: \"0%\", notes: \"Limited domestic industry\" },\r\n                    { category: \"Textiles\", import: \"12%\", export: \"0%\", notes: \"Copra exports\" },\r\n                    { category: \"Machinery\", import: \"7%\", export: \"0%\", notes: \"Fishing equipment\" },\r\n                    { category: \"Chemicals\", import: \"10%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"5%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"11%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"9%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"15%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"14%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"18%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n            \"Mauritania\": {\r\n                name: \"Mauritania\",\r\n                code: \"MR\",\r\n                avgImportTariff: \"12.0%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"Arab Maghreb Union\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"18%\", export: \"0%\", notes: \"Iron ore\/fishing exports\" },\r\n                    { category: \"Electronics\", import: \"10%\", export: \"0%\", notes: \"Mining economy\" },\r\n                    { category: \"Automobiles\", import: \"22%\", export: \"0%\", notes: \"Desert nation\" },\r\n                    { category: \"Textiles\", import: \"14%\", export: \"0%\", notes: \"Livestock economy\" },\r\n                    { category: \"Machinery\", import: \"8%\", export: \"0%\", notes: \"Mining equipment\" },\r\n                    { category: \"Chemicals\", import: \"11%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"7%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"13%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"9%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"16%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"15%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"20%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Mauritius\": {\r\n                name: \"Mauritius\",\r\n                code: \"MU\",\r\n                avgImportTariff: \"3.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"COMESA\", \"SADC\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"12%\", export: \"0%\", notes: \"Sugar\/textile exports\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Financial services hub\" },\r\n                    { category: \"Automobiles\", import: \"25%\", export: \"0%\", notes: \"Tourism economy\" },\r\n                    { category: \"Textiles\", import: \"8%\", export: \"0%\", notes: \"Garment manufacturing\" },\r\n                    { category: \"Machinery\", import: \"2%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"4%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"3%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"6%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"5%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"10%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Mexico\": {\r\n                name: \"Mexico\",\r\n                code: \"MX\",\r\n                avgImportTariff: \"4.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"USMCA\", \"CPTPP\", \"Pacific Alliance\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"21.5%\", export: \"0%\", notes: \"Auto\/agriculture exports\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Manufacturing hub\" },\r\n                    { category: \"Automobiles\", import: \"0%\", export: \"0%\", notes: \"USMCA rules of origin\" },\r\n                    { category: \"Textiles\", import: \"10%\", export: \"0%\", notes: \"Apparel manufacturing\" },\r\n                    { category: \"Machinery\", import: \"3%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"5%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"4%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"6%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"8%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"7%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"15%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Micronesia\": {\r\n                name: \"Federated States of Micronesia\",\r\n                code: \"FM\",\r\n                avgImportTariff: \"10.2%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"PACER\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"18%\", export: \"0%\", notes: \"Fishing economy\" },\r\n                    { category: \"Electronics\", import: \"7%\", export: \"0%\", notes: \"Island nation\" },\r\n                    { category: \"Automobiles\", import: \"20%\", export: \"0%\", notes: \"Compact with USA\" },\r\n                    { category: \"Textiles\", import: \"11%\", export: \"0%\", notes: \"Limited industry\" },\r\n                    { category: \"Machinery\", import: \"6%\", export: \"0%\", notes: \"Fishing equipment\" },\r\n                    { category: \"Chemicals\", import: \"9%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"4%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"10%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"8%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"14%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"13%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"17%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n            \"Moldova\": {\r\n                name: \"Moldova\",\r\n                code: \"MD\",\r\n                avgImportTariff: \"4.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU DCFTA\", \"CEFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10%\", export: \"0%\", notes: \"Wine\/fruit exports\" },\r\n                    { category: \"Electronics\", import: \"3%\", export: \"0%\", notes: \"EU association\" },\r\n                    { category: \"Automobiles\", import: \"15%\", export: \"0%\", notes: \"Regional trade\" },\r\n                    { category: \"Textiles\", import: \"6%\", export: \"0%\", notes: \"Garment industry\" },\r\n                    { category: \"Machinery\", import: \"2%\", export: \"0%\", notes: \"Agricultural equipment\" },\r\n                    { category: \"Chemicals\", import: \"4%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"1%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"3%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"7%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"6%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"12%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Monaco\": {\r\n                name: \"Monaco\",\r\n                code: \"MC\",\r\n                avgImportTariff: \"0%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU Customs Union\", \"WTO (Observer)\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"0%\", export: \"0%\", notes: \"Luxury goods economy\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Duty-free\" },\r\n                    { category: \"Automobiles\", import: \"0%\", export: \"0%\", notes: \"Tourism focus\" },\r\n                    { category: \"Textiles\", import: \"0%\", export: \"0%\", notes: \"Financial services\" },\r\n                    { category: \"Machinery\", import: \"0%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"0%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"0%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"0%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"0%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"0%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"0%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU 2024\"\r\n            },\r\n            \"Mongolia\": {\r\n                name: \"Mongolia\",\r\n                code: \"MN\",\r\n                avgImportTariff: \"5.0%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"12%\", export: \"0%\", notes: \"Copper\/coal exports\" },\r\n                    { category: \"Electronics\", import: \"5%\", export: \"0%\", notes: \"Mining economy\" },\r\n                    { category: \"Automobiles\", import: \"15%\", export: \"0%\", notes: \"Cashmere exports\" },\r\n                    { category: \"Textiles\", import: \"8%\", export: \"0%\", notes: \"Livestock based\" },\r\n                    { category: \"Machinery\", import: \"3%\", export: \"0%\", notes: \"Mining equipment\" },\r\n                    { category: \"Chemicals\", import: \"6%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"2%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"7%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"4%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"9%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"11%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Montenegro\": {\r\n                name: \"Montenegro\",\r\n                code: \"ME\",\r\n                avgImportTariff: \"3.2%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CEFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"9%\", export: \"0%\", notes: \"Tourism economy\" },\r\n                    { category: \"Electronics\", import: \"1%\", export: \"0%\", notes: \"EU candidate\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"Aluminum production\" },\r\n                    { category: \"Textiles\", import: \"5%\", export: \"0%\", notes: \"Regional trade\" },\r\n                    { category: \"Machinery\", import: \"2%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"3%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"2%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"4%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"6%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"5%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Morocco\": {\r\n                name: \"Morocco\",\r\n                code: \"MA\",\r\n                avgImportTariff: \"12.9%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU Association\", \"US-Morocco FTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"18%\", export: \"0%\", notes: \"Phosphates exports\" },\r\n                    { category: \"Electronics\", import: \"10%\", export: \"0%\", notes: \"Auto manufacturing\" },\r\n                    { category: \"Automobiles\", import: \"25%\", export: \"0%\", notes: \"Regional hub\" },\r\n                    { category: \"Textiles\", import: \"15%\", export: \"0%\", notes: \"Garment industry\" },\r\n                    { category: \"Machinery\", import: \"8%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"12%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"7%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"13%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"10%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"16%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"15%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"20%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Mozambique\": {\r\n                name: \"Mozambique\",\r\n                code: \"MZ\",\r\n                avgImportTariff: \"12.7%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"SADC\", \"COMESA\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"17%\", export: \"0%\", notes: \"Coal\/gas exports\" },\r\n                    { category: \"Electronics\", import: \"9%\", export: \"0%\", notes: \"Natural resources\" },\r\n                    { category: \"Automobiles\", import: \"24%\", export: \"0%\", notes: \"Infrastructure development\" },\r\n                    { category: \"Textiles\", import: \"14%\", export: \"0%\", notes: \"Cashew production\" },\r\n                    { category: \"Machinery\", import: \"8%\", export: \"0%\", notes: \"Mining equipment\" },\r\n                    { category: \"Chemicals\", import: \"11%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"7%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"12%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"10%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"15%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"14%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"19%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Myanmar\": {\r\n                name: \"Myanmar\",\r\n                code: \"MM\",\r\n                avgImportTariff: \"5.6%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"ASEAN\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"8%\", export: \"0%\", notes: \"Natural gas exports\" },\r\n                    { category: \"Electronics\", import: \"5%\", export: \"0%\", notes: \"ASEAN integration\" },\r\n                    { category: \"Automobiles\", import: \"15%\", export: \"0%\", notes: \"Garment manufacturing\" },\r\n                    { category: \"Textiles\", import: \"7%\", export: \"0%\", notes: \"Jade\/gemstones\" },\r\n                    { category: \"Machinery\", import: \"3%\", export: \"0%\", notes: \"Agricultural equipment\" },\r\n                    { category: \"Chemicals\", import: \"6%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"2%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"4%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"10%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"9%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"12%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Namibia\": {\r\n                name: \"Namibia\",\r\n                code: \"NA\",\r\n                avgImportTariff: \"7.4%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"SACU\", \"SADC\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10%\", export: \"0%\", notes: \"Diamond\/uranium exports\" },\r\n                    { category: \"Electronics\", import: \"5%\", export: \"0%\", notes: \"SACU common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"25%\", export: \"0%\", notes: \"Beef exports\" },\r\n                    { category: \"Textiles\", import: \"8%\", export: \"0%\", notes: \"Fishing industry\" },\r\n                    { category: \"Machinery\", import: \"4%\", export: \"0%\", notes: \"Mining equipment\" },\r\n                    { category: \"Chemicals\", import: \"6%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"3%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"7%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"9%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"11%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Nauru\": {\r\n                name: \"Nauru\",\r\n                code: \"NR\",\r\n                avgImportTariff: \"20.0%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"PACER\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"30%\", export: \"0%\", notes: \"Phosphate economy\" },\r\n                    { category: \"Electronics\", import: \"15%\", export: \"0%\", notes: \"Small island nation\" },\r\n                    { category: \"Automobiles\", import: \"35%\", export: \"0%\", notes: \"Limited imports\" },\r\n                    { category: \"Textiles\", import: \"20%\", export: \"0%\", notes: \"Fishing licenses\" },\r\n                    { category: \"Machinery\", import: \"12%\", export: \"0%\", notes: \"Basic equipment\" },\r\n                    { category: \"Chemicals\", import: \"18%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"10%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"22%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"16%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"25%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"23%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"28%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n            \"Nepal\": {\r\n                name: \"Nepal\",\r\n                code: \"NP\",\r\n                avgImportTariff: \"13.6%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"SAFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"20%\", export: \"0%\", notes: \"Remittance economy\" },\r\n                    { category: \"Electronics\", import: \"12%\", export: \"0%\", notes: \"Hydroelectric potential\" },\r\n                    { category: \"Automobiles\", import: \"30%\", export: \"0%\", notes: \"Landlocked country\" },\r\n                    { category: \"Textiles\", import: \"15%\", export: \"0%\", notes: \"Carpet exports\" },\r\n                    { category: \"Machinery\", import: \"9%\", export: \"0%\", notes: \"Tourism equipment\" },\r\n                    { category: \"Chemicals\", import: \"14%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"8%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"16%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"11%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"18%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"17%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"22%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Netherlands\": {\r\n                name: \"Netherlands\",\r\n                code: \"NL\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"Flower\/cheese exports\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Rotterdam port hub\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"EU internal market\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"Trading nation\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n            \"New Zealand\": {\r\n                name: \"New Zealand\",\r\n                code: \"NZ\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CPTPP\", \"RCEP\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"1.5%\", export: \"0%\", notes: \"Dairy\/meat exports\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Free trade\" },\r\n                    { category: \"Automobiles\", import: \"0%\", export: \"0%\", notes: \"Open market\" },\r\n                    { category: \"Textiles\", import: \"10%\", export: \"0%\", notes: \"Wine industry\" },\r\n                    { category: \"Machinery\", import: \"2%\", export: \"0%\", notes: \"Agricultural equipment\" },\r\n                    { category: \"Chemicals\", import: \"1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"1%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"0%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"0%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"3%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"10%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Nicaragua\": {\r\n                name: \"Nicaragua\",\r\n                code: \"NI\",\r\n                avgImportTariff: \"4.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CAFTA-DR\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"12%\", export: \"0%\", notes: \"Coffee\/gold exports\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Maquila industry\" },\r\n                    { category: \"Automobiles\", import: \"15%\", export: \"0%\", notes: \"Textile manufacturing\" },\r\n                    { category: \"Textiles\", import: \"6%\", export: \"0%\", notes: \"Apparel exports\" },\r\n                    { category: \"Machinery\", import: \"2%\", export: \"0%\", notes: \"Agricultural equipment\" },\r\n                    { category: \"Chemicals\", import: \"4%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"1%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"3%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"8%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"7%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"10%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Niger\": {\r\n                name: \"Niger\",\r\n                code: \"NE\",\r\n                avgImportTariff: \"11.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"WAEMU\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"16%\", export: \"0%\", notes: \"Uranium exports\" },\r\n                    { category: \"Electronics\", import: \"9%\", export: \"0%\", notes: \"Landlocked country\" },\r\n                    { category: \"Automobiles\", import: \"22%\", export: \"0%\", notes: \"Mining economy\" },\r\n                    { category: \"Textiles\", import: \"13%\", export: \"0%\", notes: \"Livestock economy\" },\r\n                    { category: \"Machinery\", import: \"8%\", export: \"0%\", notes: \"Mining equipment\" },\r\n                    { category: \"Chemicals\", import: \"11%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"7%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"12%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"10%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"15%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"14%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"18%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Nigeria\": {\r\n                name: \"Nigeria\",\r\n                code: \"NG\",\r\n                avgImportTariff: \"11.7%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"ECOWAS\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"20%\", export: \"0%\", notes: \"Oil dependent economy\" },\r\n                    { category: \"Electronics\", import: \"15%\", export: \"0%\", notes: \"Import restrictions\" },\r\n                    { category: \"Automobiles\", import: \"35%\", export: \"0%\", notes: \"Local content requirements\" },\r\n                    { category: \"Textiles\", import: \"25%\", export: \"0%\", notes: \"Textile industry revival\" },\r\n                    { category: \"Machinery\", import: \"10%\", export: \"0%\", notes: \"Oil equipment\" },\r\n                    { category: \"Chemicals\", import: \"12%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"8%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"14%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"11%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"18%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"16%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"22%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"North Korea\": {\r\n                name: \"North Korea\",\r\n                code: \"KP\",\r\n                avgImportTariff: \"N\/A\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"N\/A\", export: \"0%\", notes: \"Isolated economy\" },\r\n                    { category: \"Electronics\", import: \"N\/A\", export: \"0%\", notes: \"Sanctions impact\" },\r\n                    { category: \"Automobiles\", import: \"N\/A\", export: \"0%\", notes: \"Limited trade\" },\r\n                    { category: \"Textiles\", import: \"N\/A\", export: \"0%\", notes: \"State control\" },\r\n                    { category: \"Machinery\", import: \"N\/A\", export: \"0%\", notes: \"Military focus\" },\r\n                    { category: \"Chemicals\", import: \"N\/A\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"N\/A\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"N\/A\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"N\/A\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"N\/A\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"N\/A\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"N\/A\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n            \"Macedonia\": {\r\n                name: \"North Macedonia\",\r\n                code: \"MK\",\r\n                avgImportTariff: \"3.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CEFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"12%\", export: \"0%\", notes: \"EU candidate\" },\r\n                    { category: \"Electronics\", import: \"2%\", export: \"0%\", notes: \"Regional trade\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"Auto components\" },\r\n                    { category: \"Textiles\", import: \"6%\", export: \"0%\", notes: \"Garment industry\" },\r\n                    { category: \"Machinery\", import: \"1%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"3%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"2%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"4%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"7%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"5%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"9%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Norway\": {\r\n                name: \"Norway\",\r\n                code: \"NO\",\r\n                avgImportTariff: \"1.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EFTA\", \"EEA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"32%\", export: \"0%\", notes: \"Oil\/gas exports\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Free trade\" },\r\n                    { category: \"Automobiles\", import: \"0%\", export: \"0%\", notes: \"Fisheries protection\" },\r\n                    { category: \"Textiles\", import: \"0%\", export: \"0%\", notes: \"Maritime industry\" },\r\n                    { category: \"Machinery\", import: \"0%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"0%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"0%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"0%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"0%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"0%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"0%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Oman\": {\r\n                name: \"Oman\",\r\n                code: \"OM\",\r\n                avgImportTariff: \"4.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"GCC\", \"US-Oman FTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"5%\", export: \"0%\", notes: \"Oil\/gas exports\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"GCC common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"5%\", export: \"0%\", notes: \"Diversification efforts\" },\r\n                    { category: \"Textiles\", import: \"5%\", export: \"0%\", notes: \"Regional trade\" },\r\n                    { category: \"Machinery\", import: \"0%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"5%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"5%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"5%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"5%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Pakistan\": {\r\n                name: \"Pakistan\",\r\n                code: \"PK\",\r\n                avgImportTariff: \"11.7%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"SAFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"16%\", export: \"0%\", notes: \"Textile exports\" },\r\n                    { category: \"Electronics\", import: \"15%\", export: \"0%\", notes: \"Local assembly promotion\" },\r\n                    { category: \"Automobiles\", import: \"30%\", export: \"0%\", notes: \"CKD imports\" },\r\n                    { category: \"Textiles\", import: \"10%\", export: \"0%\", notes: \"Garment manufacturing\" },\r\n                    { category: \"Machinery\", import: \"8%\", export: \"0%\", notes: \"Agricultural equipment\" },\r\n                    { category: \"Chemicals\", import: \"12%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"7%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"14%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"9%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"17%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"16%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"20%\", export: \"0%\", notes: \"Footwear industry\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Palau\": {\r\n                name: \"Palau\",\r\n                code: \"PW\",\r\n                avgImportTariff: \"4.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"PACER\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"12%\", export: \"0%\", notes: \"Tourism dependent economy\" },\r\n                    { category: \"Electronics\", import: \"3%\", export: \"0%\", notes: \"Small island nation\" },\r\n                    { category: \"Automobiles\", import: \"15%\", export: \"0%\", notes: \"Compact with USA\" },\r\n                    { category: \"Textiles\", import: \"8%\", export: \"0%\", notes: \"Fishing industry\" },\r\n                    { category: \"Machinery\", import: \"2%\", export: \"0%\", notes: \"Limited domestic industry\" },\r\n                    { category: \"Chemicals\", import: \"5%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"1%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"4%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"6%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"10%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"9%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"13%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n            \"Panama\": {\r\n                name: \"Panama\",\r\n                code: \"PA\",\r\n                avgImportTariff: \"6.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CAFTA-DR\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"15%\", export: \"0%\", notes: \"Canal services economy\" },\r\n                    { category: \"Electronics\", import: \"5%\", export: \"0%\", notes: \"Logistics hub\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"Free trade zone\" },\r\n                    { category: \"Textiles\", import: \"12%\", export: \"0%\", notes: \"Shipping registry\" },\r\n                    { category: \"Machinery\", import: \"3%\", export: \"0%\", notes: \"Canal equipment\" },\r\n                    { category: \"Chemicals\", import: \"6%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"2%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"5%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"7%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"11%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"10%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"16%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Papua New Guinea\": {\r\n                name: \"Papua New Guinea\",\r\n                code: \"PG\",\r\n                avgImportTariff: \"14.2%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"PACER\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"20%\", export: \"0%\", notes: \"Gold\/copper exports\" },\r\n                    { category: \"Electronics\", import: \"12%\", export: \"0%\", notes: \"Mining economy\" },\r\n                    { category: \"Automobiles\", import: \"30%\", export: \"0%\", notes: \"LNG exports\" },\r\n                    { category: \"Textiles\", import: \"15%\", export: \"0%\", notes: \"Palm oil production\" },\r\n                    { category: \"Machinery\", import: \"10%\", export: \"0%\", notes: \"Mining equipment\" },\r\n                    { category: \"Chemicals\", import: \"13%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"8%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"14%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"11%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"18%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"17%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"22%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Paraguay\": {\r\n                name: \"Paraguay\",\r\n                code: \"PY\",\r\n                avgImportTariff: \"9.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"Mercosur\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10%\", export: \"0%\", notes: \"Soy\/beef exports\" },\r\n                    { category: \"Electronics\", import: \"14%\", export: \"0%\", notes: \"Mercosur common rates\" },\r\n                    { category: \"Automobiles\", import: \"35%\", export: \"0%\", notes: \"Regional trade\" },\r\n                    { category: \"Textiles\", import: \"18%\", export: \"0%\", notes: \"Hydroelectric power\" },\r\n                    { category: \"Machinery\", import: \"12%\", export: \"0%\", notes: \"Agricultural equipment\" },\r\n                    { category: \"Chemicals\", import: \"13%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"7%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"11%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"8%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"15%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"14%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"20%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Peru\": {\r\n                name: \"Peru\",\r\n                code: \"PE\",\r\n                avgImportTariff: \"3.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"Pacific Alliance\", \"US-Peru FTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"8%\", export: \"0%\", notes: \"Copper\/gold exports\" },\r\n                    { category: \"Electronics\", import: \"5%\", export: \"0%\", notes: \"FTA benefits\" },\r\n                    { category: \"Automobiles\", import: \"15%\", export: \"0%\", notes: \"Mining economy\" },\r\n                    { category: \"Textiles\", import: \"11%\", export: \"0%\", notes: \"Textile manufacturing\" },\r\n                    { category: \"Machinery\", import: \"2%\", export: \"0%\", notes: \"Mining equipment\" },\r\n                    { category: \"Chemicals\", import: \"4%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"1%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"3%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"6%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"9%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"12%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Philippines\": {\r\n                name: \"Philippines\",\r\n                code: \"PH\",\r\n                avgImportTariff: \"6.3%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"ASEAN\", \"RCEP\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"12%\", export: \"0%\", notes: \"Electronics exports\" },\r\n                    { category: \"Electronics\", import: \"5%\", export: \"0%\", notes: \"Semiconductor manufacturing\" },\r\n                    { category: \"Automobiles\", import: \"30%\", export: \"0%\", notes: \"BPO industry\" },\r\n                    { category: \"Textiles\", import: \"10%\", export: \"0%\", notes: \"Garment manufacturing\" },\r\n                    { category: \"Machinery\", import: \"4%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"6%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"3%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"7%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"11%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"9%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"15%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Poland\": {\r\n                name: \"Poland\",\r\n                code: \"PL\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"EU Common Agricultural Policy\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Manufacturing hub\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"Auto production\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"EU regulations\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n            \"Portugal\": {\r\n                name: \"Portugal\",\r\n                code: \"PT\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"Wine\/cork exports\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Tourism economy\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"EU internal market\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"Textile industry\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n            \"Qatar\": {\r\n                name: \"Qatar\",\r\n                code: \"QA\",\r\n                avgImportTariff: \"4.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"GCC\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"5%\", export: \"0%\", notes: \"LNG exports\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"GCC common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"5%\", export: \"0%\", notes: \"World Cup infrastructure\" },\r\n                    { category: \"Textiles\", import: \"5%\", export: \"0%\", notes: \"Regional trade\" },\r\n                    { category: \"Machinery\", import: \"0%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"5%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"5%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"5%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"5%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Romania\": {\r\n                name: \"Romania\",\r\n                code: \"RO\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"EU Common Agricultural Policy\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Auto manufacturing\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"Dacia production\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"IT industry\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n            \"Russia\": {\r\n                name: \"Russia\",\r\n                code: \"RU\",\r\n                avgImportTariff: \"6.7%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EAEU\", \"CISFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10%\", export: \"0%\", notes: \"Oil\/gas exports\" },\r\n                    { category: \"Electronics\", import: \"5%\", export: \"0%\", notes: \"Import substitution\" },\r\n                    { category: \"Automobiles\", import: \"15%\", export: \"0%\", notes: \"Local production requirements\" },\r\n                    { category: \"Textiles\", import: \"8%\", export: \"0%\", notes: \"Wheat exports\" },\r\n                    { category: \"Machinery\", import: \"4%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"6%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"3%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"7%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"9%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"12%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Rwanda\": {\r\n                name: \"Rwanda\",\r\n                code: \"RW\",\r\n                avgImportTariff: \"12.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EAC\", \"COMESA\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"18%\", export: \"0%\", notes: \"Coffee\/tea exports\" },\r\n                    { category: \"Electronics\", import: \"10%\", export: \"0%\", notes: \"EAC common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"25%\", export: \"0%\", notes: \"ICT development\" },\r\n                    { category: \"Textiles\", import: \"15%\", export: \"0%\", notes: \"Regional hub\" },\r\n                    { category: \"Machinery\", import: \"8%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"12%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"7%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"13%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"10%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"16%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"15%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"20%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Saint Kitts and Nevis\": {\r\n                name: \"Saint Kitts and Nevis\",\r\n                code: \"KN\",\r\n                avgImportTariff: \"13.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CARICOM\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"22%\", export: \"0%\", notes: \"Tourism economy\" },\r\n                    { category: \"Electronics\", import: \"10%\", export: \"0%\", notes: \"Citizenship program\" },\r\n                    { category: \"Automobiles\", import: \"35%\", export: \"0%\", notes: \"Small island nation\" },\r\n                    { category: \"Textiles\", import: \"15%\", export: \"0%\", notes: \"Sugar heritage\" },\r\n                    { category: \"Machinery\", import: \"9%\", export: \"0%\", notes: \"Service industry\" },\r\n                    { category: \"Chemicals\", import: \"14%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"8%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"16%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"11%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"19%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"18%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"24%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Saint Lucia\": {\r\n                name: \"Saint Lucia\",\r\n                code: \"LC\",\r\n                avgImportTariff: \"14.2%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CARICOM\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"25%\", export: \"0%\", notes: \"Banana\/tourism economy\" },\r\n                    { category: \"Electronics\", import: \"12%\", export: \"0%\", notes: \"Service based\" },\r\n                    { category: \"Automobiles\", import: \"40%\", export: \"0%\", notes: \"High duties\" },\r\n                    { category: \"Textiles\", import: \"16%\", export: \"0%\", notes: \"Regional trade\" },\r\n                    { category: \"Machinery\", import: \"10%\", export: \"0%\", notes: \"Tourism equipment\" },\r\n                    { category: \"Chemicals\", import: \"15%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"9%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"17%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"13%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"21%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"20%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"28%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Saint Vincent and the Grenadines\": {\r\n                name: \"Saint Vincent and the Grenadines\",\r\n                code: \"VC\",\r\n                avgImportTariff: \"13.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CARICOM\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"23%\", export: \"0%\", notes: \"Banana exports\" },\r\n                    { category: \"Electronics\", import: \"11%\", export: \"0%\", notes: \"Tourism focus\" },\r\n                    { category: \"Automobiles\", import: \"38%\", export: \"0%\", notes: \"Island economy\" },\r\n                    { category: \"Textiles\", import: \"15%\", export: \"0%\", notes: \"Small market\" },\r\n                    { category: \"Machinery\", import: \"9%\", export: \"0%\", notes: \"Agricultural equipment\" },\r\n                    { category: \"Chemicals\", import: \"14%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"8%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"16%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"12%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"20%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"19%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"26%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Samoa\": {\r\n                name: \"Samoa\",\r\n                code: \"WS\",\r\n                avgImportTariff: \"11.2%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"PACER\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"18%\", export: \"0%\", notes: \"Remittance economy\" },\r\n                    { category: \"Electronics\", import: \"8%\", export: \"0%\", notes: \"Tourism industry\" },\r\n                    { category: \"Automobiles\", import: \"25%\", export: \"0%\", notes: \"Fishing industry\" },\r\n                    { category: \"Textiles\", import: \"12%\", export: \"0%\", notes: \"Coconut products\" },\r\n                    { category: \"Machinery\", import: \"7%\", export: \"0%\", notes: \"Agricultural equipment\" },\r\n                    { category: \"Chemicals\", import: \"10%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"6%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"11%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"9%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"15%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"14%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"19%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"San Marino\": {\r\n                name: \"San Marino\",\r\n                code: \"SM\",\r\n                avgImportTariff: \"0%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU Customs Union\", \"WTO (Observer)\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"0%\", export: \"0%\", notes: \"EU alignment\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Duty-free\" },\r\n                    { category: \"Automobiles\", import: \"0%\", export: \"0%\", notes: \"Small economy\" },\r\n                    { category: \"Textiles\", import: \"0%\", export: \"0%\", notes: \"Tourism focus\" },\r\n                    { category: \"Machinery\", import: \"0%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"0%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"0%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"0%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"0%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"0%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"0%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU 2024\"\r\n            },\r\n            \"Sao Tome and Principe\": {\r\n                name: \"Sao Tome and Principe\",\r\n                code: \"ST\",\r\n                avgImportTariff: \"15.3%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"ECOWAS\", \"AfCFTA\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"22%\", export: \"0%\", notes: \"Cocoa exports\" },\r\n                    { category: \"Electronics\", import: \"12%\", export: \"0%\", notes: \"Island nation\" },\r\n                    { category: \"Automobiles\", import: \"28%\", export: \"0%\", notes: \"Tourism potential\" },\r\n                    { category: \"Textiles\", import: \"16%\", export: \"0%\", notes: \"Fishing industry\" },\r\n                    { category: \"Machinery\", import: \"10%\", export: \"0%\", notes: \"Agricultural equipment\" },\r\n                    { category: \"Chemicals\", import: \"14%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"8%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"15%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"13%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"19%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"18%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"24%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n            \"Saudi Arabia\": {\r\n                name: \"Saudi Arabia\",\r\n                code: \"SA\",\r\n                avgImportTariff: \"4.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"GCC\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"5%\", export: \"0%\", notes: \"Oil dependent economy\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Vision 2030 diversification\" },\r\n                    { category: \"Automobiles\", import: \"5%\", export: \"0%\", notes: \"GCC common external tariff\" },\r\n                    { category: \"Textiles\", import: \"5%\", export: \"0%\", notes: \"Regional trade\" },\r\n                    { category: \"Machinery\", import: \"0%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"5%\", export: \"0%\", notes: \"Petrochemical industry\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"5%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"5%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"5%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Senegal\": {\r\n                name: \"Senegal\",\r\n                code: \"SN\",\r\n                avgImportTariff: \"11.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"WAEMU\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"15%\", export: \"0%\", notes: \"Phosphate\/fishing exports\" },\r\n                    { category: \"Electronics\", import: \"9%\", export: \"0%\", notes: \"Common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"20%\", export: \"0%\", notes: \"Regional hub\" },\r\n                    { category: \"Textiles\", import: \"12%\", export: \"0%\", notes: \"Groundnut production\" },\r\n                    { category: \"Machinery\", import: \"7%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"10%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"6%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"11%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"8%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"14%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"13%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"17%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Republic of Serbia\": {\r\n                name: \"Serbia\",\r\n                code: \"RS\",\r\n                avgImportTariff: \"6.2%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CEFTA\", \"EU Candidate\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"12%\", export: \"0%\", notes: \"EU accession process\" },\r\n                    { category: \"Electronics\", import: \"3%\", export: \"0%\", notes: \"Auto manufacturing\" },\r\n                    { category: \"Automobiles\", import: \"15%\", export: \"0%\", notes: \"Fiat production\" },\r\n                    { category: \"Textiles\", import: \"8%\", export: \"0%\", notes: \"Regional trade\" },\r\n                    { category: \"Machinery\", import: \"2%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"5%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"1%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"4%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"7%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"10%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"9%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"14%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Seychelles\": {\r\n                name: \"Seychelles\",\r\n                code: \"SC\",\r\n                avgImportTariff: \"12.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"COMESA\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"20%\", export: \"0%\", notes: \"Tourism dependent economy\" },\r\n                    { category: \"Electronics\", import: \"10%\", export: \"0%\", notes: \"Island nation\" },\r\n                    { category: \"Automobiles\", import: \"25%\", export: \"0%\", notes: \"Financial services\" },\r\n                    { category: \"Textiles\", import: \"15%\", export: \"0%\", notes: \"Fishing industry\" },\r\n                    { category: \"Machinery\", import: \"8%\", export: \"0%\", notes: \"Tourism equipment\" },\r\n                    { category: \"Chemicals\", import: \"12%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"7%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"13%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"11%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"18%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"17%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"22%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Sierra Leone\": {\r\n                name: \"Sierra Leone\",\r\n                code: \"SL\",\r\n                avgImportTariff: \"13.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"ECOWAS\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"18%\", export: \"0%\", notes: \"Diamond\/iron ore exports\" },\r\n                    { category: \"Electronics\", import: \"11%\", export: \"0%\", notes: \"Post-conflict economy\" },\r\n                    { category: \"Automobiles\", import: \"28%\", export: \"0%\", notes: \"Mining equipment\" },\r\n                    { category: \"Textiles\", import: \"14%\", export: \"0%\", notes: \"Cocoa production\" },\r\n                    { category: \"Machinery\", import: \"9%\", export: \"0%\", notes: \"Agricultural equipment\" },\r\n                    { category: \"Chemicals\", import: \"12%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"8%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"13%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"10%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"16%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"15%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"20%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Singapore\": {\r\n                name: \"Singapore\",\r\n                code: \"SG\",\r\n                avgImportTariff: \"0%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"ASEAN\", \"RCEP\", \"CPTPP\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"0%\", export: \"0%\", notes: \"Free port economy\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Global trade hub\" },\r\n                    { category: \"Automobiles\", import: \"0%\", export: \"0%\", notes: \"Financial center\" },\r\n                    { category: \"Textiles\", import: \"0%\", export: \"0%\", notes: \"Open market\" },\r\n                    { category: \"Machinery\", import: \"0%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"0%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"0%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"0%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"0%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"0%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"0%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Slovakia\": {\r\n                name: \"Slovakia\",\r\n                code: \"SK\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"EU Common Agricultural Policy\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Auto manufacturing hub\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"VW\/Kia production\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"EU regulations\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n            \"Slovenia\": {\r\n                name: \"Slovenia\",\r\n                code: \"SI\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"EU Common Agricultural Policy\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Manufacturing base\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"EU internal market\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"Pharmaceuticals\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n            \"Solomon Islands\": {\r\n                name: \"Solomon Islands\",\r\n                code: \"SB\",\r\n                avgImportTariff: \"16.3%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"PACER\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"22%\", export: \"0%\", notes: \"Logging\/fishing economy\" },\r\n                    { category: \"Electronics\", import: \"12%\", export: \"0%\", notes: \"Island nation\" },\r\n                    { category: \"Automobiles\", import: \"30%\", export: \"0%\", notes: \"Limited industry\" },\r\n                    { category: \"Textiles\", import: \"16%\", export: \"0%\", notes: \"Palm oil production\" },\r\n                    { category: \"Machinery\", import: \"10%\", export: \"0%\", notes: \"Fishing equipment\" },\r\n                    { category: \"Chemicals\", import: \"14%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"8%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"15%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"13%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"20%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"18%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"25%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"Somalia\": {\r\n                name: \"Somalia\",\r\n                code: \"SO\",\r\n                avgImportTariff: \"N\/A\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"Arab League\", \"IGAD\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"N\/A\", export: \"0%\", notes: \"Livestock exports\" },\r\n                    { category: \"Electronics\", import: \"N\/A\", export: \"0%\", notes: \"Post-conflict economy\" },\r\n                    { category: \"Automobiles\", import: \"N\/A\", export: \"0%\", notes: \"Remittance dependent\" },\r\n                    { category: \"Textiles\", import: \"N\/A\", export: \"0%\", notes: \"Informal trade\" },\r\n                    { category: \"Machinery\", import: \"N\/A\", export: \"0%\", notes: \"Reconstruction needs\" },\r\n                    { category: \"Chemicals\", import: \"N\/A\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"N\/A\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"N\/A\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"N\/A\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"N\/A\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"N\/A\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"N\/A\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n            \"South Africa\": {\r\n                name: \"South Africa\",\r\n                code: \"ZA\",\r\n                avgImportTariff: \"7.4%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"SACU\", \"SADC\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"9%\", export: \"0%\", notes: \"Mining\/manufacturing exports\" },\r\n                    { category: \"Electronics\", import: \"6%\", export: \"0%\", notes: \"SACU common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"25%\", export: \"0%\", notes: \"Auto industry development\" },\r\n                    { category: \"Textiles\", import: \"17%\", export: \"0%\", notes: \"Clothing industry\" },\r\n                    { category: \"Machinery\", import: \"4%\", export: \"0%\", notes: \"Mining equipment\" },\r\n                    { category: \"Chemicals\", import: \"7%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"3%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"5%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"8%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"10%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"9%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"15%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"South Korea\": {\r\n                name: \"South Korea\",\r\n                code: \"KR\",\r\n                avgImportTariff: \"13.9%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"RCEP\", \"US-Korea FTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"48.5%\", export: \"0%\", notes: \"Electronics\/auto exports\" },\r\n                    { category: \"Electronics\", import: \"8%\", export: \"0%\", notes: \"Tech manufacturing hub\" },\r\n                    { category: \"Automobiles\", import: \"8%\", export: \"0%\", notes: \"Hyundai\/Kia production\" },\r\n                    { category: \"Textiles\", import: \"10%\", export: \"0%\", notes: \"Shipbuilding industry\" },\r\n                    { category: \"Machinery\", import: \"6%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"6%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"6%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"4%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"8%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"7%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"13%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n            \"South Sudan\": {\r\n                name: \"South Sudan\",\r\n                code: \"SS\",\r\n                avgImportTariff: \"15.0%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EAC\", \"AfCFTA\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"20%\", export: \"0%\", notes: \"Food security focus\" },\r\n                    { category: \"Electronics\", import: \"12%\", export: \"0%\", notes: \"Limited infrastructure\" },\r\n                    { category: \"Automobiles\", import: \"28%\", export: \"0%\", notes: \"Oil dependent economy\" },\r\n                    { category: \"Textiles\", import: \"16%\", export: \"0%\", notes: \"Basic goods\" },\r\n                    { category: \"Machinery\", import: \"11%\", export: \"0%\", notes: \"Oil field equipment\" },\r\n                    { category: \"Chemicals\", import: \"14%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"8%\", export: \"0%\", notes: \"Medical supplies\" },\r\n                    { category: \"Metals\", import: \"15%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"13%\", export: \"0%\", notes: \"Energy equipment\" },\r\n                    { category: \"Wood Products\", import: \"18%\", export: \"0%\", notes: \"Wood imports\" },\r\n                    { category: \"Plastics\", import: \"17%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"22%\", export: \"0%\", notes: \"Footwear protection\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n\r\n            \"Spain\": {\r\n                name: \"Spain\",\r\n                code: \"ES\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"EU Common Agricultural Policy\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"EU internal market\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"EU regulations\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"Single market\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n\r\n            \"Sri Lanka\": {\r\n                name: \"Sri Lanka\",\r\n                code: \"LK\",\r\n                avgImportTariff: \"8.9%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"SAFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"12%\", export: \"0%\", notes: \"Tea\/rubber exports\" },\r\n                    { category: \"Electronics\", import: \"7%\", export: \"0%\", notes: \"Textile manufacturing\" },\r\n                    { category: \"Automobiles\", import: \"30%\", export: \"0%\", notes: \"Economic recovery\" },\r\n                    { category: \"Textiles\", import: \"9%\", export: \"0%\", notes: \"Garment exports\" },\r\n                    { category: \"Machinery\", import: \"5%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"8%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"4%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"10%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"6%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"11%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"9%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"15%\", export: \"0%\", notes: \"Footwear industry\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n\r\n            \"Sudan\": {\r\n                name: \"Sudan\",\r\n                code: \"SD\",\r\n                avgImportTariff: \"20.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"COMESA\", \"AfCFTA\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"25%\", export: \"0%\", notes: \"Gum arabic exports\" },\r\n                    { category: \"Electronics\", import: \"18%\", export: \"0%\", notes: \"Gold mining focus\" },\r\n                    { category: \"Automobiles\", import: \"35%\", export: \"0%\", notes: \"Import restrictions\" },\r\n                    { category: \"Textiles\", import: \"22%\", export: \"0%\", notes: \"Cotton production\" },\r\n                    { category: \"Machinery\", import: \"15%\", export: \"0%\", notes: \"Agricultural equipment\" },\r\n                    { category: \"Chemicals\", import: \"19%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"12%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"20%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"16%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"24%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"23%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"28%\", export: \"0%\", notes: \"Footwear protection\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n\r\n            \"Suriname\": {\r\n                name: \"Suriname\",\r\n                code: \"SR\",\r\n                avgImportTariff: \"11.2%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CARICOM\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"14%\", export: \"0%\", notes: \"Gold\/bauxite exports\" },\r\n                    { category: \"Electronics\", import: \"9%\", export: \"0%\", notes: \"Mining economy\" },\r\n                    { category: \"Automobiles\", import: \"22%\", export: \"0%\", notes: \"Alumina production\" },\r\n                    { category: \"Textiles\", import: \"13%\", export: \"0%\", notes: \"Rice industry\" },\r\n                    { category: \"Machinery\", import: \"8%\", export: \"0%\", notes: \"Mining equipment\" },\r\n                    { category: \"Chemicals\", import: \"10%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"6%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"11%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"9%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"15%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"14%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"18%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n\r\n            \"Sweden\": {\r\n                name: \"Sweden\",\r\n                code: \"SE\",\r\n                avgImportTariff: \"2.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10.5%\", export: \"0%\", notes: \"EU Common Agricultural Policy\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"EU internal market\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"EU regulations\" },\r\n                    { category: \"Machinery\", import: \"1.7%\", export: \"0%\", notes: \"Single market\" },\r\n                    { category: \"Chemicals\", import: \"2.1%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Pharmaceuticals duty-free\" },\r\n                    { category: \"Metals\", import: \"1.8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2.5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"EU\/WTO 2024\"\r\n            },\r\n\r\n            \"Switzerland\": {\r\n                name: \"Switzerland\",\r\n                code: \"CH\",\r\n                avgImportTariff: \"2.2%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EFTA\", \"EEA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"25%\", export: \"0%\", notes: \"Agricultural protection\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Free trade agreements\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"Precision instruments\" },\r\n                    { category: \"Textiles\", import: \"5%\", export: \"0%\", notes: \"Watch industry\" },\r\n                    { category: \"Machinery\", import: \"1%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"2%\", export: \"0%\", notes: \"Pharmaceutical focus\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Medical products duty-free\" },\r\n                    { category: \"Metals\", import: \"1%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"3%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"7%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n\r\n            \"Syria\": {\r\n                name: \"Syria\",\r\n                code: \"SY\",\r\n                avgImportTariff: \"20.0%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"GAFTA (suspended)\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"25%\", export: \"0%\", notes: \"Post-conflict economy\" },\r\n                    { category: \"Electronics\", import: \"18%\", export: \"0%\", notes: \"Rebuilding needs\" },\r\n                    { category: \"Automobiles\", import: \"35%\", export: \"0%\", notes: \"Import restrictions\" },\r\n                    { category: \"Textiles\", import: \"22%\", export: \"0%\", notes: \"Cotton industry\" },\r\n                    { category: \"Machinery\", import: \"15%\", export: \"0%\", notes: \"Reconstruction equipment\" },\r\n                    { category: \"Chemicals\", import: \"20%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"12%\", export: \"0%\", notes: \"Medical supplies\" },\r\n                    { category: \"Metals\", import: \"21%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"17%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"26%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"24%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"30%\", export: \"0%\", notes: \"Footwear protection\" }\r\n                ],\r\n                source: \"Estimated 2023\"\r\n            },\r\n\r\n            \"Taiwan\": {\r\n                name: \"Taiwan\",\r\n                code: \"TW\",\r\n                avgImportTariff: \"6.3%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"WTO\", \"Various FTAs\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"15%\", export: \"0%\", notes: \"Rice protection\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Semiconductor exports\" },\r\n                    { category: \"Automobiles\", import: \"17.5%\", export: \"0%\", notes: \"Local industry support\" },\r\n                    { category: \"Textiles\", import: \"8%\", export: \"0%\", notes: \"Tech manufacturing\" },\r\n                    { category: \"Machinery\", import: \"4%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"5%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"2%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"6%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"7%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"6%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"12%\", export: \"0%\", notes: \"Footwear industry\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n\r\n            \"Tajikistan\": {\r\n                name: \"Tajikistan\",\r\n                code: \"TJ\",\r\n                avgImportTariff: \"8.4%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CISFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"11%\", export: \"0%\", notes: \"Aluminum\/cotton exports\" },\r\n                    { category: \"Electronics\", import: \"6%\", export: \"0%\", notes: \"Remittance economy\" },\r\n                    { category: \"Automobiles\", import: \"18%\", export: \"0%\", notes: \"Hydroelectric power\" },\r\n                    { category: \"Textiles\", import: \"10%\", export: \"0%\", notes: \"Gold mining\" },\r\n                    { category: \"Machinery\", import: \"6%\", export: \"0%\", notes: \"Agricultural equipment\" },\r\n                    { category: \"Chemicals\", import: \"7%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"4%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"9%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"13%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n\r\n            \"Tanzania\": {\r\n                name: \"Tanzania\",\r\n                code: \"TZ\",\r\n                avgImportTariff: \"11.3%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EAC\", \"SADC\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"14%\", export: \"0%\", notes: \"Gold\/coffee exports\" },\r\n                    { category: \"Electronics\", import: \"9%\", export: \"0%\", notes: \"EAC common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"22%\", export: \"0%\", notes: \"Cashew industry\" },\r\n                    { category: \"Textiles\", import: \"12%\", export: \"0%\", notes: \"Tobacco production\" },\r\n                    { category: \"Machinery\", import: \"8%\", export: \"0%\", notes: \"Mining equipment\" },\r\n                    { category: \"Chemicals\", import: \"10%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"6%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"11%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"9%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"13%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"12%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"16%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n\r\n            \"Thailand\": {\r\n                name: \"Thailand\",\r\n                code: \"TH\",\r\n                avgImportTariff: \"10.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"ASEAN\", \"RCEP\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"12%\", export: \"0%\", notes: \"Rice\/rubber exports\" },\r\n                    { category: \"Electronics\", import: \"5%\", export: \"0%\", notes: \"Hard drive manufacturing\" },\r\n                    { category: \"Automobiles\", import: \"80%\", export: \"0%\", notes: \"Local assembly requirements\" },\r\n                    { category: \"Textiles\", import: \"9%\", export: \"0%\", notes: \"Garment industry\" },\r\n                    { category: \"Machinery\", import: \"6%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"7%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"4%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"10%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"9%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"15%\", export: \"0%\", notes: \"Footwear industry\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n\r\n            \"Timor-Leste\": {\r\n                name: \"Timor-Leste\",\r\n                code: \"TL\",\r\n                avgImportTariff: \"3.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"ASEAN Observer\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"6%\", export: \"0%\", notes: \"Oil\/coffee economy\" },\r\n                    { category: \"Electronics\", import: \"2%\", export: \"0%\", notes: \"Developing nation\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"Fishing industry\" },\r\n                    { category: \"Textiles\", import: \"4%\", export: \"0%\", notes: \"Sandalwood exports\" },\r\n                    { category: \"Machinery\", import: \"1%\", export: \"0%\", notes: \"Agricultural equipment\" },\r\n                    { category: \"Chemicals\", import: \"3%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"1%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"2%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"4%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"4%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n\r\n            \"Togo\": {\r\n                name: \"Togo\",\r\n                code: \"TG\",\r\n                avgImportTariff: \"10.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"WAEMU\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"13%\", export: \"0%\", notes: \"Phosphate exports\" },\r\n                    { category: \"Electronics\", import: \"8%\", export: \"0%\", notes: \"Cotton production\" },\r\n                    { category: \"Automobiles\", import: \"20%\", export: \"0%\", notes: \"Port hub\" },\r\n                    { category: \"Textiles\", import: \"12%\", export: \"0%\", notes: \"Cocoa industry\" },\r\n                    { category: \"Machinery\", import: \"7%\", export: \"0%\", notes: \"Agricultural equipment\" },\r\n                    { category: \"Chemicals\", import: \"9%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"5%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"10%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"8%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"14%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"13%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"17%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n\r\n            \"Tonga\": {\r\n                name: \"Tonga\",\r\n                code: \"TO\",\r\n                avgImportTariff: \"7.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"PICTA\", \"WTO (Observer)\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"10%\", export: \"0%\", notes: \"Squash\/pumpkin exports\" },\r\n                    { category: \"Electronics\", import: \"5%\", export: \"0%\", notes: \"Remittance economy\" },\r\n                    { category: \"Automobiles\", import: \"15%\", export: \"0%\", notes: \"Fishing industry\" },\r\n                    { category: \"Textiles\", import: \"8%\", export: \"0%\", notes: \"Tourism focus\" },\r\n                    { category: \"Machinery\", import: \"4%\", export: \"0%\", notes: \"Agricultural equipment\" },\r\n                    { category: \"Chemicals\", import: \"6%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"3%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"7%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"9%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"12%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n\r\n            \"Trinidad and Tobago\": {\r\n                name: \"Trinidad and Tobago\",\r\n                code: \"TT\",\r\n                avgImportTariff: \"6.2%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CARICOM\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"9%\", export: \"0%\", notes: \"Oil\/gas economy\" },\r\n                    { category: \"Electronics\", import: \"4%\", export: \"0%\", notes: \"Petrochemical industry\" },\r\n                    { category: \"Automobiles\", import: \"15%\", export: \"0%\", notes: \"Methanol production\" },\r\n                    { category: \"Textiles\", import: \"7%\", export: \"0%\", notes: \"Asphalt exports\" },\r\n                    { category: \"Machinery\", import: \"3%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"5%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"2%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"4%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"6%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"8%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"7%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"11%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n\r\n            \"Tunisia\": {\r\n                name: \"Tunisia\",\r\n                code: \"TN\",\r\n                avgImportTariff: \"15.7%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"GAFTA\", \"EU AA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"20%\", export: \"0%\", notes: \"Olive oil exports\" },\r\n                    { category: \"Electronics\", import: \"13%\", export: \"0%\", notes: \"EU association benefits\" },\r\n                    { category: \"Automobiles\", import: \"30%\", export: \"0%\", notes: \"Auto parts manufacturing\" },\r\n                    { category: \"Textiles\", import: \"16%\", export: \"0%\", notes: \"Garment industry\" },\r\n                    { category: \"Machinery\", import: \"11%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"14%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"8%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"15%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"12%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"18%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"17%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"22%\", export: \"0%\", notes: \"Footwear industry\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n\r\n            \"Turkey\": {\r\n                name: \"Turkey\",\r\n                code: \"TR\",\r\n                avgImportTariff: \"5.5%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EU Customs Union\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"12%\", export: \"0%\", notes: \"Hazelnut exports\" },\r\n                    { category: \"Electronics\", import: \"2%\", export: \"0%\", notes: \"Customs union benefits\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"Auto manufacturing hub\" },\r\n                    { category: \"Textiles\", import: \"7%\", export: \"0%\", notes: \"Textile industry\" },\r\n                    { category: \"Machinery\", import: \"4%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"6%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"2%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"5%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"8%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"9%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"14%\", export: \"0%\", notes: \"Footwear industry\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n\r\n            \"Turkmenistan\": {\r\n                name: \"Turkmenistan\",\r\n                code: \"TM\",\r\n                avgImportTariff: \"5.0%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CISFTA\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"8%\", export: \"0%\", notes: \"Natural gas exports\" },\r\n                    { category: \"Electronics\", import: \"3%\", export: \"0%\", notes: \"Cotton production\" },\r\n                    { category: \"Automobiles\", import: \"12%\", export: \"0%\", notes: \"Oil industry\" },\r\n                    { category: \"Textiles\", import: \"6%\", export: \"0%\", notes: \"Carpet manufacturing\" },\r\n                    { category: \"Machinery\", import: \"4%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"5%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"2%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"7%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"4%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"8%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"7%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"11%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n\r\n            \"Tuvalu\": {\r\n                name: \"Tuvalu\",\r\n                code: \"TV\",\r\n                avgImportTariff: \"12.0%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"PIPSO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"16%\", export: \"0%\", notes: \".tv domain revenue\" },\r\n                    { category: \"Electronics\", import: \"10%\", export: \"0%\", notes: \"Fishing industry\" },\r\n                    { category: \"Automobiles\", import: \"25%\", export: \"0%\", notes: \"Copra exports\" },\r\n                    { category: \"Textiles\", import: \"14%\", export: \"0%\", notes: \"Aid dependent\" },\r\n                    { category: \"Machinery\", import: \"9%\", export: \"0%\", notes: \"Climate change vulnerable\" },\r\n                    { category: \"Chemicals\", import: \"12%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"7%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"13%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"11%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"17%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"16%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"20%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n\r\n            \"Uganda\": {\r\n                name: \"Uganda\",\r\n                code: \"UG\",\r\n                avgImportTariff: \"12.4%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"EAC\", \"COMESA\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"15%\", export: \"0%\", notes: \"Coffee\/fish exports\" },\r\n                    { category: \"Electronics\", import: \"10%\", export: \"0%\", notes: \"EAC common external tariff\" },\r\n                    { category: \"Automobiles\", import: \"23%\", export: \"0%\", notes: \"Oil development\" },\r\n                    { category: \"Textiles\", import: \"13%\", export: \"0%\", notes: \"Gold mining\" },\r\n                    { category: \"Machinery\", import: \"9%\", export: \"0%\", notes: \"Agricultural equipment\" },\r\n                    { category: \"Chemicals\", import: \"11%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"7%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"12%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"10%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"14%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"13%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"18%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n\r\n            \"Ukraine\": {\r\n                name: \"Ukraine\",\r\n                code: \"UA\",\r\n                avgImportTariff: \"4.8%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"DCFTA with EU\", \"CISFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"8%\", export: \"0%\", notes: \"Grain exports\" },\r\n                    { category: \"Electronics\", import: \"3%\", export: \"0%\", notes: \"Post-war recovery\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"Sunflower oil exports\" },\r\n                    { category: \"Textiles\", import: \"6%\", export: \"0%\", notes: \"Iron\/steel industry\" },\r\n                    { category: \"Machinery\", import: \"4%\", export: \"0%\", notes: \"IT services\" },\r\n                    { category: \"Chemicals\", import: \"5%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"2%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"7%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"9%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"8%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"12%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n\r\n            \"United Arab Emirates\": {\r\n                name: \"United Arab Emirates\",\r\n                code: \"AE\",\r\n                avgImportTariff: \"4.7%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"GCC\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"5%\", export: \"0%\", notes: \"GCC common external tariff\" },\r\n                    { category: \"Electronics\", import: \"0%\", export: \"0%\", notes: \"Free trade zones\" },\r\n                    { category: \"Automobiles\", import: \"5%\", export: \"0%\", notes: \"Gold trading hub\" },\r\n                    { category: \"Textiles\", import: \"5%\", export: \"0%\", notes: \"Re-export center\" },\r\n                    { category: \"Machinery\", import: \"3%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"5%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Medical products duty-free\" },\r\n                    { category: \"Metals\", import: \"5%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"5%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"5%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"5%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"5%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n\r\n            \"United Kingdom\": {\r\n                name: \"United Kingdom\",\r\n                code: \"GB\",\r\n                avgImportTariff: \"2.0%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"UK-EU TCA\", \"CPTPP\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"Varies\", export: \"0%\", notes: \"Post-Brexit trade deals\" },\r\n                    { category: \"Electronics\", import: \"0-2%\", export: \"0%\", notes: \"UK Global Tariff\" },\r\n                    { category: \"Automobiles\", import: \"10%\", export: \"0%\", notes: \"Rules of origin\" },\r\n                    { category: \"Textiles\", import: \"8-12%\", export: \"0%\", notes: \"WTO schedules\" },\r\n                    { category: \"Machinery\", import: \"2%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"2%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Medical products duty-free\" },\r\n                    { category: \"Metals\", import: \"1%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"3%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"2%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"3%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"8%\", export: \"0%\", notes: \"Footwear protection\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n\r\n            \"United States of America\": {\r\n                name: \"United States\",\r\n                code: \"US\",\r\n                avgImportTariff: \"3.4%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"USMCA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"5.2%\", export: \"0%\", notes: \"Tariff rate quotas\" },\r\n                    { category: \"Electronics\", import: \"2.5%\", export: \"0%\", notes: \"MFN applied rates\" },\r\n                    { category: \"Automobiles\", import: \"2.5%\", export: \"0%\", notes: \"25% for pickup trucks\" },\r\n                    { category: \"Textiles\", import: \"15.5%\", export: \"0%\", notes: \"Varies by product\" },\r\n                    { category: \"Machinery\", import: \"1.8%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"2.0%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"0%\", export: \"0%\", notes: \"Duty-free\" },\r\n                    { category: \"Metals\", import: \"1.5%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"2.2%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"1.2%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"2.5%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"10.5%\", export: \"0%\", notes: \"Footwear protection\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n\r\n            \"Uruguay\": {\r\n                name: \"Uruguay\",\r\n                code: \"UY\",\r\n                avgImportTariff: \"11.0%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"Mercosur\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"9%\", export: \"0%\", notes: \"Beef\/soy exports\" },\r\n                    { category: \"Electronics\", import: \"12%\", export: \"0%\", notes: \"Mercosur common rates\" },\r\n                    { category: \"Automobiles\", import: \"20%\", export: \"0%\", notes: \"Wool industry\" },\r\n                    { category: \"Textiles\", import: \"13%\", export: \"0%\", notes: \"Wine exports\" },\r\n                    { category: \"Machinery\", import: \"9%\", export: \"0%\", notes: \"Agricultural equipment\" },\r\n                    { category: \"Chemicals\", import: \"10%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"6%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"11%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"8%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"14%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"13%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"17%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n\r\n            \"Uzbekistan\": {\r\n                name: \"Uzbekistan\",\r\n                code: \"UZ\",\r\n                avgImportTariff: \"9.6%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"CISFTA\", \"WTO (Observer)\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"12%\", export: \"0%\", notes: \"Cotton\/gas exports\" },\r\n                    { category: \"Electronics\", import: \"7%\", export: \"0%\", notes: \"Gold mining\" },\r\n                    { category: \"Automobiles\", import: \"18%\", export: \"0%\", notes: \"Auto manufacturing\" },\r\n                    { category: \"Textiles\", import: \"11%\", export: \"0%\", notes: \"Uranium reserves\" },\r\n                    { category: \"Machinery\", import: \"7%\", export: \"0%\", notes: \"Economic reforms\" },\r\n                    { category: \"Chemicals\", import: \"9%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"5%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"10%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"8%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"13%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"12%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"16%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n\r\n            \"Vanuatu\": {\r\n                name: \"Vanuatu\",\r\n                code: \"VU\",\r\n                avgImportTariff: \"8.2%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"MSG\", \"PICTA\", \"WTO (Observer)\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"11%\", export: \"0%\", notes: \"Copra\/beef exports\" },\r\n                    { category: \"Electronics\", import: \"6%\", export: \"0%\", notes: \"Tourism economy\" },\r\n                    { category: \"Automobiles\", import: \"16%\", export: \"0%\", notes: \"Fishing industry\" },\r\n                    { category: \"Textiles\", import: \"9%\", export: \"0%\", notes: \"Kava exports\" },\r\n                    { category: \"Machinery\", import: \"5%\", export: \"0%\", notes: \"Agricultural equipment\" },\r\n                    { category: \"Chemicals\", import: \"7%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"4%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"8%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"6%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"12%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"11%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"15%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n\r\n            \"Venezuela\": {\r\n                name: \"Venezuela\",\r\n                code: \"VE\",\r\n                avgImportTariff: \"12.3%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"Mercosur (suspended)\", \"ALBA\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"15%\", export: \"0%\", notes: \"Oil crisis impact\" },\r\n                    { category: \"Electronics\", import: \"10%\", export: \"0%\", notes: \"Sanctions effects\" },\r\n                    { category: \"Automobiles\", import: \"25%\", export: \"0%\", notes: \"Gold reserves\" },\r\n                    { category: \"Textiles\", import: \"13%\", export: \"0%\", notes: \"Coffee production\" },\r\n                    { category: \"Machinery\", import: \"9%\", export: \"0%\", notes: \"Hyperinflation context\" },\r\n                    { category: \"Chemicals\", import: \"11%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"7%\", export: \"0%\", notes: \"Medical shortages\" },\r\n                    { category: \"Metals\", import: \"12%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"10%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"16%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"15%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"19%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n\r\n            \"Vietnam\": {\r\n                name: \"Vietnam\",\r\n                code: \"VN\",\r\n                avgImportTariff: \"9.6%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"ASEAN\", \"CPTPP\", \"RCEP\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"12%\", export: \"0%\", notes: \"Rice\/coffee exports\" },\r\n                    { category: \"Electronics\", import: \"5%\", export: \"0%\", notes: \"Smartphone manufacturing\" },\r\n                    { category: \"Automobiles\", import: \"50%\", export: \"0%\", notes: \"Local content requirements\" },\r\n                    { category: \"Textiles\", import: \"10%\", export: \"0%\", notes: \"Garment exports\" },\r\n                    { category: \"Machinery\", import: \"7%\", export: \"0%\", notes: \"Industrial equipment\" },\r\n                    { category: \"Chemicals\", import: \"8%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"4%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"9%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"6%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"11%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"10%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"15%\", export: \"0%\", notes: \"Footwear exports\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n\r\n            \"Yemen\": {\r\n                name: \"Yemen\",\r\n                code: \"YE\",\r\n                avgImportTariff: \"10.0%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"Arab League\", \"WTO (Observer)\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"13%\", export: \"0%\", notes: \"Conflict affected economy\" },\r\n                    { category: \"Electronics\", import: \"8%\", export: \"0%\", notes: \"Oil production decline\" },\r\n                    { category: \"Automobiles\", import: \"20%\", export: \"0%\", notes: \"Coffee exports\" },\r\n                    { category: \"Textiles\", import: \"11%\", export: \"0%\", notes: \"Fishing industry\" },\r\n                    { category: \"Machinery\", import: \"7%\", export: \"0%\", notes: \"Qat production\" },\r\n                    { category: \"Chemicals\", import: \"9%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"5%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"10%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"8%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"14%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"13%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"17%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"World Bank 2023\"\r\n            },\r\n\r\n            \"Zambia\": {\r\n                name: \"Zambia\",\r\n                code: \"ZM\",\r\n                avgImportTariff: \"9.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"COMESA\", \"SADC\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"11%\", export: \"0%\", notes: \"Copper exports\" },\r\n                    { category: \"Electronics\", import: \"7%\", export: \"0%\", notes: \"Tobacco production\" },\r\n                    { category: \"Automobiles\", import: \"16%\", export: \"0%\", notes: \"Sugar industry\" },\r\n                    { category: \"Textiles\", import: \"10%\", export: \"0%\", notes: \"Maize farming\" },\r\n                    { category: \"Machinery\", import: \"6%\", export: \"0%\", notes: \"Emerald mining\" },\r\n                    { category: \"Chemicals\", import: \"8%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"5%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"9%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"7%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"12%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"11%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"15%\", export: \"0%\", notes: \"Footwear\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            },\r\n\r\n            \"Zimbabwe\": {\r\n                name: \"Zimbabwe\",\r\n                code: \"ZW\",\r\n                avgImportTariff: \"16.1%\",\r\n                avgExportTariff: \"0%\",\r\n                tradeAgreements: [\"COMESA\", \"SADC\", \"AfCFTA\", \"WTO\"],\r\n                tariffs: [\r\n                    { category: \"Agriculture\", import: \"21%\", export: \"0%\", notes: \"Tobacco exports\" },\r\n                    { category: \"Electronics\", import: \"14%\", export: \"0%\", notes: \"Gold\/platinum mining\" },\r\n                    { category: \"Automobiles\", import: \"30%\", export: \"0%\", notes: \"Diamond industry\" },\r\n                    { category: \"Textiles\", import: \"17%\", export: \"0%\", notes: \"Lithium reserves\" },\r\n                    { category: \"Machinery\", import: \"12%\", export: \"0%\", notes: \"Agricultural equipment\" },\r\n                    { category: \"Chemicals\", import: \"15%\", export: \"0%\", notes: \"Chemical products\" },\r\n                    { category: \"Pharmaceuticals\", import: \"9%\", export: \"0%\", notes: \"Medical products\" },\r\n                    { category: \"Metals\", import: \"16%\", export: \"0%\", notes: \"Metal products\" },\r\n                    { category: \"Energy Products\", import: \"13%\", export: \"0%\", notes: \"Energy imports\" },\r\n                    { category: \"Wood Products\", import: \"19%\", export: \"0%\", notes: \"Wood products\" },\r\n                    { category: \"Plastics\", import: \"18%\", export: \"0%\", notes: \"Plastic goods\" },\r\n                    { category: \"Footwear\", import: \"23%\", export: \"0%\", notes: \"Footwear protection\" }\r\n                ],\r\n                source: \"WTO 2024\"\r\n            }\r\n            \r\n        };\r\n\r\n        \/\/ Default data\r\n        const defaultTariffData = {\r\n            name: \"Country\",\r\n            code: \"XX\",\r\n            avgImportTariff: \"Varies\",\r\n            avgExportTariff: \"0%\",\r\n            tradeAgreements: [\"WTO\"],\r\n            tariffs: [\r\n                { category: \"Various Goods\", import: \"MFN Rate\", export: \"0%\", notes: \"Most Favored Nation\" }\r\n            ],\r\n            source: \"WTO\"\r\n        };\r\n\r\n        \/\/ Application class\r\n        class WorldTariffMap {\r\n            constructor() {\r\n                this.map = null;\r\n                this.currentCountry = null;\r\n                this.geojsonLayer = null;\r\n                this.countryLayers = {};\r\n                this.initMap();\r\n                this.bindEvents();\r\n                this.loadWorldMap();\r\n            }\r\n\r\n            initMap() {\r\n                this.map = L.map('map').setView([20, 0], 2);\r\n                \r\n                L.tileLayer('https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png', {\r\n                    attribution: '\u00a9 OpenStreetMap | WTO\/World Bank Tariff Data 2024',\r\n                    maxZoom: 18\r\n                }).addTo(this.map);\r\n            }\r\n\r\n            bindEvents() {\r\n                document.getElementById('reset-view').addEventListener('click', () => {\r\n                    this.map.setView([20, 0], 2);\r\n                    this.hideCountryInfo();\r\n                });\r\n\r\n                document.getElementById('close-info').addEventListener('click', () => {\r\n                    this.hideCountryInfo();\r\n                });\r\n\r\n                document.getElementById('tariff-type').addEventListener('change', (e) => {\r\n                    this.filterTariffs(e.target.value);\r\n                });\r\n\r\n                document.getElementById('toggle-legend').addEventListener('click', () => {\r\n                    const legend = document.querySelector('.legend');\r\n                    legend.style.display = legend.style.display === 'none' ? 'block' : 'none';\r\n                });\r\n\r\n                document.getElementById('country-search').addEventListener('input', (e) => {\r\n                    this.searchCountry(e.target.value);\r\n                });\r\n\r\n                \/\/ Close panel when clicking outside\r\n                document.addEventListener('click', (e) => {\r\n                    const infoPanel = document.getElementById('country-info');\r\n                    if (!infoPanel.contains(e.target) && \r\n                        e.target.id !== 'country-search' && \r\n                        !e.target.closest('.leaflet-container')) {\r\n                        this.hideCountryInfo();\r\n                    }\r\n                });\r\n            }\r\n\r\n            async loadWorldMap() {\r\n                try {\r\n                    console.log('Loading world map...');\r\n                    \r\n                    \/\/ Use multiple fallback GeoJSON sources\r\n                    const geoJsonSources = [\r\n                        'https:\/\/raw.githubusercontent.com\/johan\/world.geo.json\/master\/countries.geo.json',\r\n                        'https:\/\/cdn.jsdelivr.net\/npm\/world-atlas@1\/countries-110m.json',\r\n                        '.\/countries.geo.json' \/\/ Local fallback\r\n                    ];\r\n\r\n                    let geojson = null;\r\n                    let lastError = null;\r\n\r\n                    for (const source of geoJsonSources) {\r\n                        try {\r\n                            console.log(`Trying source: ${source}`);\r\n                            const response = await fetch(source);\r\n                            if (response.ok) {\r\n                                geojson = await response.json();\r\n                                console.log(`Successfully loaded from: ${source}`);\r\n                                break;\r\n                            }\r\n                        } catch (error) {\r\n                            lastError = error;\r\n                            console.warn(`Failed to load from ${source}:`, error);\r\n                        }\r\n                    }\r\n\r\n                    if (!geojson) {\r\n                        throw new Error('All GeoJSON sources failed: ' + lastError);\r\n                    }\r\n\r\n                    \/\/ Function to determine color based on tariff rate\r\n                    const getColor = (countryName) => {\r\n                        const countryData = tariffData[countryName];\r\n                        if (!countryData) return '#bdc3c7'; \/\/ Default gray for no data\r\n                        \r\n                        const tariff = parseFloat(countryData.avgImportTariff);\r\n                        if (isNaN(tariff)) return '#bdc3c7';\r\n                        \r\n                        return tariff > 15 ? '#e74c3c' : \r\n                               tariff > 5 ? '#f39c12' : '#2ecc71';\r\n                    };\r\n\r\n                    \/\/ Style function for GeoJSON\r\n                    const style = (feature) => {\r\n                        const countryName = feature.properties.name;\r\n                        return {\r\n                            fillColor: getColor(countryName),\r\n                            weight: 2,\r\n                            opacity: 1,\r\n                            color: 'white',\r\n                            dashArray: '3',\r\n                            fillOpacity: 0.7\r\n                        };\r\n                    };\r\n\r\n                    \/\/ Highlight on hover\r\n                    const highlightFeature = (e) => {\r\n                        const layer = e.target;\r\n                        layer.setStyle({\r\n                            weight: 5,\r\n                            color: '#ff6b6b',\r\n                            dashArray: '',\r\n                            fillOpacity: 0.9\r\n                        });\r\n                        if (!L.Browser.ie && !L.Browser.opera && !L.Browser.edge) {\r\n                            layer.bringToFront();\r\n                        }\r\n                    };\r\n\r\n                    \/\/ Reset highlight\r\n                    const resetHighlight = (e) => {\r\n                        this.geojsonLayer.resetStyle(e.target);\r\n                    };\r\n\r\n                    \/\/ Click handler\r\n                    const onMapClick = (e) => {\r\n                        const countryName = e.target.feature.properties.name;\r\n                        console.log('Clicked on:', countryName);\r\n                        this.showCountryInfo(countryName);\r\n                        this.map.fitBounds(e.target.getBounds());\r\n                        \r\n                        \/\/ Reset all styles first\r\n                        this.geojsonLayer.eachLayer((layer) => {\r\n                            this.geojsonLayer.resetStyle(layer);\r\n                        });\r\n                        \r\n                        \/\/ Highlight clicked country\r\n                        e.target.setStyle({\r\n                            weight: 5,\r\n                            color: '#ff6b6b',\r\n                            dashArray: '',\r\n                            fillOpacity: 0.9\r\n                        });\r\n                    };\r\n\r\n                    \/\/ On each feature\r\n                    const onEachFeature = (feature, layer) => {\r\n                        const countryName = feature.properties.name;\r\n                        \r\n                        \/\/ Store layer reference\r\n                        this.countryLayers[countryName] = layer;\r\n                        \r\n                        \/\/ Add tooltip\r\n                        const countryData = tariffData[countryName];\r\n                        const tariffInfo = countryData ? `Avg Tariff: ${countryData.avgImportTariff}` : 'No data';\r\n                        layer.bindTooltip(`\r\n                            <strong>${countryName}<\/strong><br>\r\n                            ${tariffInfo}\r\n                        `, { \r\n                            permanent: false, \r\n                            direction: 'auto',\r\n                            className: 'custom-tooltip'\r\n                        });\r\n\r\n                        layer.on({\r\n                            mouseover: highlightFeature,\r\n                            mouseout: resetHighlight,\r\n                            click: onMapClick\r\n                        });\r\n                    };\r\n\r\n                    this.geojsonLayer = L.geoJSON(geojson, {\r\n                        style: style,\r\n                        onEachFeature: onEachFeature\r\n                    }).addTo(this.map);\r\n\r\n                    console.log('Map successfully loaded with', Object.keys(this.countryLayers).length, 'countries');\r\n                    \r\n                    \/\/ Update loading message\r\n                    document.getElementById('tariff-data').innerHTML = \r\n                        '<p class=\"no-data\">\u2705 Map loaded! Click any country to view tariff information<\/p>';\r\n\r\n                } catch (error) {\r\n                    console.error('Error loading map:', error);\r\n                    this.showFallbackMap();\r\n                }\r\n            }\r\n\r\n            showFallbackMap() {\r\n                console.log('Loading fallback map with markers...');\r\n                \r\n                \/\/ Fallback with markers for major countries\r\n                const majorCountries = [\r\n                    { name: \"United States\", coords: [39.8, -98.5], data: tariffData[\"United States\"] },\r\n                    { name: \"China\", coords: [35.0, 105.0], data: tariffData[\"China\"] },\r\n                    { name: \"Germany\", coords: [51.1657, 10.4515], data: tariffData[\"Germany\"] },\r\n                    { name: \"India\", coords: [20.5937, 78.9629], data: tariffData[\"India\"] },\r\n                    { name: \"Japan\", coords: [36.2048, 138.2529], data: tariffData[\"Japan\"] },\r\n                    { name: \"Brazil\", coords: [-14.2350, -51.9253], data: tariffData[\"Brazil\"] },\r\n                    { name: \"United Kingdom\", coords: [55.3781, -3.4360], data: tariffData[\"United Kingdom\"] },\r\n                    { name: \"France\", coords: [46.2276, 2.2137], data: tariffData[\"France\"] },\r\n                    { name: \"Canada\", coords: [56.1304, -106.3468], data: tariffData[\"Canada\"] },\r\n                    { name: \"Australia\", coords: [-25.2744, 133.7751], data: tariffData[\"Australia\"] },\r\n                ];\r\n\r\n                majorCountries.forEach(country => {\r\n                    const color = this.getColorByTariff(country.data ? parseFloat(country.data.avgImportTariff) : null);\r\n                    const marker = L.circleMarker(country.coords, {\r\n                        radius: 8,\r\n                        fillColor: color,\r\n                        color: '#fff',\r\n                        weight: 2,\r\n                        opacity: 1,\r\n                        fillOpacity: 0.8\r\n                    }).addTo(this.map);\r\n                    \r\n                    marker.bindTooltip(`<strong>${country.name}<\/strong>`, { permanent: false });\r\n                    marker.on('click', () => {\r\n                        this.showCountryInfo(country.name);\r\n                        this.map.setView(country.coords, 4);\r\n                    });\r\n                    \r\n                    this.countryLayers[country.name] = marker;\r\n                });\r\n\r\n                document.getElementById('tariff-data').innerHTML = \r\n                    '<p class=\"no-data\">\u26a0\ufe0f Using simplified map. Click on country markers to view tariff information<\/p>';\r\n            }\r\n\r\n            getColorByTariff(tariff) {\r\n                if (tariff === null) return '#bdc3c7';\r\n                return tariff > 15 ? '#e74c3c' : \r\n                       tariff > 5 ? '#f39c12' : '#2ecc71';\r\n            }\r\n\r\n            searchCountry(query) {\r\n                const searchTerm = query.toLowerCase().trim();\r\n                if (searchTerm.length < 2) return;\r\n\r\n                \/\/ Find matching countries\r\n                const matches = Object.keys(this.countryLayers).filter(name => \r\n                    name.toLowerCase().includes(searchTerm)\r\n                );\r\n\r\n                if (matches.length > 0) {\r\n                    const firstMatch = matches[0];\r\n                    const layer = this.countryLayers[firstMatch];\r\n                    \r\n                    if (layer.getBounds) {\r\n                        \/\/ It's a GeoJSON layer\r\n                        this.map.fitBounds(layer.getBounds(), { padding: [20, 20] });\r\n                    } else if (layer.getLatLng) {\r\n                        \/\/ It's a marker\r\n                        this.map.setView(layer.getLatLng(), 5);\r\n                    }\r\n                    \r\n                    this.showCountryInfo(firstMatch);\r\n                    \r\n                    \/\/ Highlight the matched country\r\n                    if (this.geojsonLayer) {\r\n                        this.geojsonLayer.eachLayer((layer) => {\r\n                            if (layer.feature && layer.feature.properties.name === firstMatch) {\r\n                                layer.setStyle({\r\n                                    weight: 5,\r\n                                    color: '#ff6b6b',\r\n                                    dashArray: '',\r\n                                    fillOpacity: 0.9\r\n                                });\r\n                            }\r\n                        });\r\n                    }\r\n                }\r\n            }\r\n\r\n            showCountryInfo(countryName) {\r\n                console.log('Showing info for:', countryName);\r\n                this.currentCountry = countryName;\r\n                \r\n                const countryData = tariffData[countryName] || defaultTariffData;\r\n                \r\n                document.getElementById('country-name').textContent = countryData.name || countryName;\r\n                \r\n                const tariffDataEl = document.getElementById('tariff-data');\r\n                const importTariff = parseFloat(countryData.avgImportTariff);\r\n                \r\n                let html = `\r\n                    <div class=\"summary-card\">\r\n                        <h4>\ud83d\udcca Average MFN Tariffs (Simple Average)<\/h4>\r\n                        <div class=\"avg-tariff ${importTariff > 15 ? 'high-tariff' : importTariff < 5 ? 'low-tariff' : ''}\">Import: ${countryData.avgImportTariff}<\/div>\r\n                        <div class=\"avg-tariff\">Export: ${countryData.avgExportTariff}<\/div>\r\n                        <small>Source: ${countryData.source || 'WTO'}<\/small>\r\n                    <\/div>\r\n                    <div class=\"trade-agreements\">\r\n                        <h4>\ud83e\udd1d Key Trade Agreements<\/h4>\r\n                        <p>${Array.isArray(countryData.tradeAgreements) ? countryData.tradeAgreements.join(', ') : countryData.tradeAgreements}<\/p>\r\n                    <\/div>\r\n                `;\r\n                \r\n                html += '<h4 style=\"margin: 20px 0 10px 0; color: #2c3e50;\">\ud83d\udccb Sector-Specific Tariffs (MFN Applied)<\/h4>';\r\n                \r\n                if (countryData.tariffs && countryData.tariffs.length > 0) {\r\n                    countryData.tariffs.forEach(tariff => {\r\n                        const importValue = parseFloat(tariff.import) || 0;\r\n                        html += `\r\n                            <div class=\"tariff-item\">\r\n                                <h4>${tariff.category}<\/h4>\r\n                                <p><strong>Import:<\/strong> <span class=\"tariff-value ${importValue > 15 ? 'high-tariff' : importValue < 5 ? 'low-tariff' : ''}\">${tariff.import}<\/span><\/p>\r\n                                <p><strong>Export:<\/strong> <span class=\"tariff-value\">${tariff.export}<\/span><\/p>\r\n                                <p><small>${tariff.notes}<\/small><\/p>\r\n                            <\/div>\r\n                        `;\r\n                    });\r\n                } else {\r\n                    html += '<p class=\"no-data\">No detailed tariff data available for this country<\/p>';\r\n                }\r\n                \r\n                html += `<p class=\"source-note\">Data based on WTO World Tariff Profiles 2024 & World Bank WITS. MFN rates apply unless FTA.<\/p>`;\r\n                \r\n                tariffDataEl.innerHTML = html;\r\n                document.getElementById('country-info').classList.add('show');\r\n            }\r\n\r\n            hideCountryInfo() {\r\n                document.getElementById('country-info').classList.remove('show');\r\n                this.currentCountry = null;\r\n                \r\n                \/\/ Reset all country styles\r\n                if (this.geojsonLayer) {\r\n                    this.geojsonLayer.eachLayer((layer) => {\r\n                        this.geojsonLayer.resetStyle(layer);\r\n                    });\r\n                }\r\n            }\r\n\r\n            filterTariffs(type) {\r\n                if (!this.currentCountry) return;\r\n                \r\n                const countryData = tariffData[this.currentCountry] || defaultTariffData;\r\n                const tariffDataEl = document.getElementById('tariff-data');\r\n                \r\n                let filteredTariffs = countryData.tariffs || [];\r\n                if (type !== 'all') {\r\n                    filteredTariffs = filteredTariffs.filter(tariff => {\r\n                        if (type === 'import') {\r\n                            const importValue = parseFloat(tariff.import) || 0;\r\n                            return importValue > 0;\r\n                        } else if (type === 'export') {\r\n                            const exportValue = parseFloat(tariff.export) || 0;\r\n                            return exportValue > 0;\r\n                        }\r\n                        return true;\r\n                    });\r\n                }\r\n                \r\n                const importTariff = parseFloat(countryData.avgImportTariff);\r\n                let html = `\r\n                    <div class=\"summary-card\">\r\n                        <h4>\ud83d\udcca Average Tariffs<\/h4>\r\n                        <div class=\"avg-tariff ${importTariff > 15 ? 'high-tariff' : importTariff < 5 ? 'low-tariff' : ''}\">Import: ${countryData.avgImportTariff}<\/div>\r\n                        <div class=\"avg-tariff\">Export: ${countryData.avgExportTariff}<\/div>\r\n                    <\/div>\r\n                `;\r\n                \r\n                html += `<h4 style=\"margin: 20px 0 10px 0; color: #2c3e50;\">\ud83d\udccb ${type.charAt(0).toUpperCase() + type.slice(1)} Tariffs<\/h4>`;\r\n                \r\n                if (filteredTariffs.length > 0) {\r\n                    filteredTariffs.forEach(tariff => {\r\n                        const relevantRate = type === 'import' ? tariff.import : tariff.export;\r\n                        const rateValue = parseFloat(relevantRate) || 0;\r\n                        html += `\r\n                            <div class=\"tariff-item\">\r\n                                <h4>${tariff.category}<\/h4>\r\n                                <p><strong>${type.charAt(0).toUpperCase() + type.slice(1)}:<\/strong> \r\n                                <span class=\"tariff-value ${rateValue > 15 ? 'high-tariff' : rateValue < 5 ? 'low-tariff' : ''}\">${relevantRate}<\/span><\/p>\r\n                                <p><small>${tariff.notes}<\/small><\/p>\r\n                            <\/div>\r\n                        `;\r\n                    });\r\n                } else {\r\n                    html += `<p class=\"no-data\">No ${type} tariffs above 0% in this country.<\/p>`;\r\n                }\r\n                \r\n                tariffDataEl.innerHTML = html;\r\n            }\r\n        }\r\n\r\n        \/\/ Initialize application\r\n        document.addEventListener('DOMContentLoaded', () => {\r\n            window.app = new WorldTariffMap();\r\n            \r\n            const tariffDataEl = document.getElementById('tariff-data');\r\n            tariffDataEl.innerHTML = '<p class=\"no-data\"><span class=\"loading\"><\/span>\ud83d\uddfa\ufe0f Loading world map with tariff data...<\/p>';\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-b270f7c e-flex e-con-boxed e-con e-parent\" data-id=\"b270f7c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3883d91 elementor-widget elementor-widget-wd_text_block\" data-id=\"3883d91\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_text_block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-text-block reset-last-child text-left\">\n\t\t\t\n\t\t\t<h3 dir=\"auto\">World Trade Tariff Explorer \u2013 Interactive Global Customs Tariff Map (2024\u20132025 Data)<\/h3><ul dir=\"auto\"><li>Average MFN import &amp; export tariff rates<\/li><li>Sector-specific duties (agriculture, electronics, automobiles, textiles, machinery, pharmaceuticals, metals, footwear, plastics, etc.)<\/li><li>Active free trade agreements and preferential rates<\/li><li>Color-coded visualization: green (0\u20135%), orange (5\u201315%), red (15%+)<\/li><\/ul><p dir=\"auto\">Perfect for exporters, importers, logistics professionals, trade analysts, researchers, and students who need accurate, up-to-date tariff information without downloading complex databases or PDFs.<\/p><p dir=\"auto\">Just click any country on the map or use the search bar to get detailed tariff breakdowns in seconds. All data is sourced directly from official WTO and World Bank publications (2023\u20132024). No registration required \u2014 completely free and updated regularly.<\/p><p dir=\"auto\">Start exploring global trade barriers today!<\/p><h3 dir=\"auto\">How to Use World Trade Tariff Explorer \u2013 Step-by-Step Guide<\/h3><p dir=\"auto\">Follow these simple steps to get instant tariff insights for any country in the world:<\/p><ol dir=\"auto\"><li><strong>Explore the Map<\/strong> Click on any country directly on the interactive world map. Countries are color-coded by average import tariff level:<ul dir=\"auto\"><li>Green = Low tariffs (0\u20135%)<\/li><li>Orange = Medium tariffs (5\u201315%)<\/li><li>Red = High tariffs (15%+)<\/li><\/ul><\/li><li><strong>Search for a Country<\/strong> Type the country name in the search bar at the top (e.g., \u201cGermany\u201d, \u201cVietnam\u201d, \u201cBrazil\u201d). The map automatically zooms and highlights your selection.<\/li><li><strong>View Detailed Tariff Data<\/strong> Once a country is selected, the right-side panel instantly shows:<ul dir=\"auto\"><li>Overall average import &amp; export tariff rates<\/li><li>Key trade agreements (FTA, customs unions, etc.)<\/li><li>Sector-by-sector breakdown (agriculture, electronics, cars, textiles, machinery, medicines, footwear, etc.)<\/li><\/ul><\/li><li><strong>Filter Tariff Types<\/strong> Use the dropdown menu below the map:<ul dir=\"auto\"><li>\u201cAll Tariffs\u201d \u2192 shows both import and export duties<\/li><li>\u201cImport Tariffs\u201d \u2192 focuses only on duties you pay when exporting to that country<\/li><li>\u201cExport Tariffs\u201d \u2192 rare, but visible where applied (e.g., some raw materials)<\/li><\/ul><\/li><li><strong>Navigate Easily<\/strong><ul dir=\"auto\"><li>Click \u201cReset View\u201d to return to the full world map<\/li><li>Click \u201cToggle Legend\u201d to show\/hide the color guide<\/li><li>Close the info panel with the \u2715 button or by clicking outside<\/li><\/ul><\/li><\/ol><p dir=\"auto\"><strong>Pro Tip<\/strong>: Bookmark countries you frequently check \u2014 just search and click again anytime. All data updates automatically from official WTO and World Bank sources (2024\u20132025).<\/p><p dir=\"auto\">Start analyzing global trade costs in seconds \u2014 no login, no software, completely free.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u0645\u0633\u062a\u0643\u0634\u0641 \u062a\u0639\u0631\u064a\u0641\u0629 \u0627\u0644\u062a\u062c\u0627\u0631\u0629 \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629 - \u062e\u0631\u064a\u0637\u0629 \u0627\u0644\u062a\u0639\u0631\u064a\u0641\u0629 \u0627\u0644\u062c\u0645\u0631\u0643\u064a\u0629 \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644\u064a\u0629 (\u0628\u064a\u0627\u0646\u0627\u062a 2024-2025)<br \/>\nExplore real-time applied customs duties and trade regulations for 195+ countries in one click. Powered by the latest WTO World Tariff Profiles 2024 and World Bank WITS database, this free interactive map lets you instantly see<\/p>","protected":false},"author":15,"featured_media":13959,"comment_status":"open","ping_status":"open","sticky":false,"template":"elementor_theme","format":"standard","meta":{"footnotes":""},"categories":[767],"tags":[],"class_list":["post-13957","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-b2b-online-tools"],"_links":{"self":[{"href":"https:\/\/tendify.net\/ar\/wp-json\/wp\/v2\/posts\/13957","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tendify.net\/ar\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tendify.net\/ar\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tendify.net\/ar\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/tendify.net\/ar\/wp-json\/wp\/v2\/comments?post=13957"}],"version-history":[{"count":1,"href":"https:\/\/tendify.net\/ar\/wp-json\/wp\/v2\/posts\/13957\/revisions"}],"predecessor-version":[{"id":18842,"href":"https:\/\/tendify.net\/ar\/wp-json\/wp\/v2\/posts\/13957\/revisions\/18842"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tendify.net\/ar\/wp-json\/wp\/v2\/media\/13959"}],"wp:attachment":[{"href":"https:\/\/tendify.net\/ar\/wp-json\/wp\/v2\/media?parent=13957"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tendify.net\/ar\/wp-json\/wp\/v2\/categories?post=13957"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tendify.net\/ar\/wp-json\/wp\/v2\/tags?post=13957"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}