<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:media="http://search.yahoo.com/mrss/" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Business Recorder - Pakistan - Business &amp; Economy</title>
    <link>https://www.brecorder.com/</link>
    <description>Business Recorder</description>
    <language>en-Us</language>
    <copyright>Copyright 2026</copyright>
    <pubDate>Fri, 14 Aug 2026 13:19:56 +0500</pubDate>
    <lastBuildDate>Fri, 14 Aug 2026 13:19:56 +0500</lastBuildDate>
    <ttl>60</ttl>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Pakistan inflation clocks in at 9.2% in July 2026</title>
      <link>https://www.brecorder.com/news/40432859/pakistan-inflation-clocks-in-at-92-in-july-2026</link>
      <description>&lt;iframe id="raw-html-6a70528b8e13b" class="raw-html-embed" style="width: 100%; min-height: 50px; max-height: 100vh; border: none; overflow: hidden;" scrolling="no" srcdoc="&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;style&amp;gt;
        body { margin: 0; padding: 0; font-family: system-ui, -apple-system, sans-serif; overflow-wrap: anywhere; }
    &amp;lt;/style&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
    
```
&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html lang=&amp;quot;en&amp;quot;&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;gt;
    &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=device-width, initial-scale=1.0&amp;quot;&amp;gt;
    &amp;lt;title&amp;gt;Headline Inflation Dashboard&amp;lt;/title&amp;gt;
    &amp;lt;!-- Include Google Fonts --&amp;gt;
    &amp;lt;link href=&amp;quot;https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&amp;amp;display=swap&amp;quot; rel=&amp;quot;stylesheet&amp;quot;&amp;gt;
    &amp;lt;!-- Include Chart.js &amp;amp; Plugins --&amp;gt;
    &amp;lt;script src=&amp;quot;https://cdn.jsdelivr.net/npm/chart.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
    &amp;lt;script src=&amp;quot;https://cdn.jsdelivr.net/npm/chartjs-plugin-datalabels&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
    
    &amp;lt;style&amp;gt;
        /* 1. Global Reset &amp;amp; Font Overrides */
        *, ::before, ::after {
            box-sizing: border-box;
        }
        
        /* 2. Main Dashboard Card (Forced container size) */
        .dashboard-card {
            width: 100%;
            max-width: 1000px;
            height: 700px;
            background-color: #ffffff;
            border-radius: 16px;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.02);
            border: 1px solid #f1f5f9;
            padding: 16px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        /* 3. Header Styling */
        .header-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding-bottom: 8px;
            border-bottom: 1px solid #f1f5f9;
            flex-shrink: 0;
        }

        .header-title-container span {
            font-size: 9px;
            font-weight: 700;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            color: #94a3b8;
        }

        .header-title-container h2 {
            margin: 2px 0 0 0;
            font-size: 18px;
            font-weight: 800;
            color: #0f172a;
            letter-spacing: -0.02em;
        }

        /* Controls Area */
        .controls-group {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        /* Color Palette Dots */
        .theme-selector {
            display: flex;
            align-items: center;
            gap: 4px;
            background-color: #f8fafc;
            padding: 4px;
            border-radius: 8px;
            border: 1px solid #f1f5f9;
        }

        .theme-dot {
            width: 18px;
            height: 18px;
            border-radius: 4px;
            border: 2px solid #ffffff;
            box-shadow: 0 1px 2px rgba(0,0,0,0.1);
            cursor: pointer;
            transition: transform 0.2s;
        }

        .theme-dot:hover {
            transform: scale(1.1);
        }

        .theme-dot.active {
            box-shadow: 0 0 0 2px #cbd5e1;
        }

        /* Chart Type Switcher */
        .chart-toggle {
            display: flex;
            background-color: #f8fafc;
            border: 1px solid #f1f5f9;
            padding: 4px;
            border-radius: 8px;
        }

        .toggle-btn {
            background: none;
            border: none;
            padding: 4px 10px;
            font-size: 11px;
            font-weight: 600;
            color: #64748b;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.2s;
        }

        .toggle-btn.active {
            background-color: #ffffff;
            color: #0f172a;
            box-shadow: 0 1px 3px rgba(0,0,0,0.05);
            font-weight: 700;
        }

        /* 4. KPI Stat Row */
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            margin: 10px 0;
            flex-shrink: 0;
        }

        .stat-card {
            background-color: rgba(248, 250, 252, 0.4);
            border: 1px solid rgba(241, 245, 249, 0.7);
            border-radius: 12px;
            padding: 10px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .stat-card span.label {
            font-size: 8px;
            font-weight: 700;
            color: #94a3b8;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .stat-card .value-container {
            display: flex;
            align-items: baseline;
            gap: 4px;
            margin-top: 4px;
        }

        .stat-card span.value {
            font-size: 18px;
            font-weight: 800;
            color: #0f172a;
            line-height: 1;
        }

        .stat-card span.badge {
            font-size: 8px;
            font-weight: 600;
            padding: 2px 4px;
            border-radius: 4px;
            line-height: 1;
        }

        .badge-red { background-color: #fff1f2; color: #f43f5e; }
        .badge-green { background-color: #f0fdf4; color: #16a34a; }
        .badge-gray { background-color: #f1f5f9; color: #64748b; }

        /* 5. Filters Tabs Row */
        .filters-row {
            display: flex;
            align-items: center;
            gap: 6px;
            padding-bottom: 8px;
            border-bottom: 1px solid #f1f5f9;
            overflow-x: auto;
            flex-shrink: 0;
        }

        .filters-row::-webkit-scrollbar {
            display: none; /* Hide scrollbars for absolute clean look */
        }

        .filter-btn {
            background: none;
            border: none;
            padding: 4px 10px;
            font-size: 10px;
            font-weight: 600;
            color: #64748b;
            border-radius: 6px;
            cursor: pointer;
            white-space: nowrap;
            transition: all 0.2s;
        }

        .filter-btn:hover {
            background-color: #f1f5f9;
            color: #0f172a;
        }

        .filter-btn.active {
            background-color: #0f172a;
            color: #ffffff;
            font-weight: 700;
        }

        /* 6. Elastic Chart Area (Prevents push-downs and cutoffs) */
        .chart-wrapper {
            position: relative;
            width: 100%;
            flex-grow: 1;
            min-height: 0; /* Critical for container containment */
            margin-top: 10px;
        }

        .chart-canvas {
            position: absolute;
            top: 0;
            left: 0;
            width: 100% !important;
            height: 100% !important;
        }
    &amp;lt;/style&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;

    &amp;lt;!-- Main Card Container --&amp;gt;
    &amp;lt;div class=&amp;quot;dashboard-card&amp;quot;&amp;gt;
        
        &amp;lt;!-- Header Section --&amp;gt;
        &amp;lt;div class=&amp;quot;header-row&amp;quot;&amp;gt;
            &amp;lt;div class=&amp;quot;header-title-container&amp;quot;&amp;gt;
                &amp;lt;span&amp;gt;Macroeconomic Indicators&amp;lt;/span&amp;gt;
                &amp;lt;h2&amp;gt;Headline Inflation YoY&amp;lt;/h2&amp;gt;
            &amp;lt;/div&amp;gt;
            
            &amp;lt;div class=&amp;quot;controls-group&amp;quot;&amp;gt;
                &amp;lt;!-- Theme Selectors --&amp;gt;
                &amp;lt;div class=&amp;quot;theme-selector&amp;quot;&amp;gt;
                    &amp;lt;button onclick=&amp;quot;changeTheme(&amp;#039;orange&amp;#039;, &amp;#039;#ea580c&amp;#039;)&amp;quot; id=&amp;quot;btn-theme-orange&amp;quot; class=&amp;quot;theme-dot active&amp;quot; style=&amp;quot;background-color: #ea580c;&amp;quot;&amp;gt;&amp;lt;/button&amp;gt;
                    &amp;lt;button onclick=&amp;quot;changeTheme(&amp;#039;indigo&amp;#039;, &amp;#039;#4f46e5&amp;#039;)&amp;quot; id=&amp;quot;btn-theme-indigo&amp;quot; class=&amp;quot;theme-dot&amp;quot; style=&amp;quot;background-color: #4f46e5;&amp;quot;&amp;gt;&amp;lt;/button&amp;gt;
                    &amp;lt;button onclick=&amp;quot;changeTheme(&amp;#039;emerald&amp;#039;, &amp;#039;#059669&amp;#039;)&amp;quot; id=&amp;quot;btn-theme-emerald&amp;quot; class=&amp;quot;theme-dot&amp;quot; style=&amp;quot;background-color: #059669;&amp;quot;&amp;gt;&amp;lt;/button&amp;gt;
                    &amp;lt;button onclick=&amp;quot;changeTheme(&amp;#039;rose&amp;#039;, &amp;#039;#e11d48&amp;#039;)&amp;quot; id=&amp;quot;btn-theme-rose&amp;quot; class=&amp;quot;theme-dot&amp;quot; style=&amp;quot;background-color: #e11d48;&amp;quot;&amp;gt;&amp;lt;/button&amp;gt;
                &amp;lt;/div&amp;gt;

                &amp;lt;!-- Bar / Line Switches --&amp;gt;
                &amp;lt;div class=&amp;quot;chart-toggle&amp;quot;&amp;gt;
                    &amp;lt;button id=&amp;quot;btn-type-bar&amp;quot; onclick=&amp;quot;setChartType(&amp;#039;bar&amp;#039;)&amp;quot; class=&amp;quot;toggle-btn active&amp;quot;&amp;gt;Bar&amp;lt;/button&amp;gt;
                    &amp;lt;button id=&amp;quot;btn-type-line&amp;quot; onclick=&amp;quot;setChartType(&amp;#039;line&amp;#039;)&amp;quot; class=&amp;quot;toggle-btn&amp;quot;&amp;gt;Line&amp;lt;/button&amp;gt;
                &amp;lt;/div&amp;gt;
            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;

        &amp;lt;!-- Metric Summaries --&amp;gt;
        &amp;lt;div class=&amp;quot;stats-grid&amp;quot;&amp;gt;
            &amp;lt;div class=&amp;quot;stat-card&amp;quot;&amp;gt;
                &amp;lt;span class=&amp;quot;label&amp;quot;&amp;gt;Peak Inflation&amp;lt;/span&amp;gt;
                &amp;lt;div class=&amp;quot;value-container&amp;quot;&amp;gt;
                    &amp;lt;span id=&amp;quot;stat-peak-val&amp;quot; class=&amp;quot;value&amp;quot;&amp;gt;28.3%&amp;lt;/span&amp;gt;
                    &amp;lt;span id=&amp;quot;stat-peak-date&amp;quot; class=&amp;quot;badge badge-red&amp;quot;&amp;gt;Jan-24&amp;lt;/span&amp;gt;
                &amp;lt;/div&amp;gt;
            &amp;lt;/div&amp;gt;
            &amp;lt;div class=&amp;quot;stat-card&amp;quot;&amp;gt;
                &amp;lt;span class=&amp;quot;label&amp;quot;&amp;gt;Lowest Point&amp;lt;/span&amp;gt;
                &amp;lt;div class=&amp;quot;value-container&amp;quot;&amp;gt;
                    &amp;lt;span id=&amp;quot;stat-low-val&amp;quot; class=&amp;quot;value&amp;quot;&amp;gt;0.3%&amp;lt;/span&amp;gt;
                    &amp;lt;span id=&amp;quot;stat-low-date&amp;quot; class=&amp;quot;badge badge-green&amp;quot;&amp;gt;Apr-25&amp;lt;/span&amp;gt;
                &amp;lt;/div&amp;gt;
            &amp;lt;/div&amp;gt;
            &amp;lt;div class=&amp;quot;stat-card&amp;quot;&amp;gt;
                &amp;lt;span class=&amp;quot;label&amp;quot;&amp;gt;Latest Rate&amp;lt;/span&amp;gt;
                &amp;lt;div class=&amp;quot;value-container&amp;quot;&amp;gt;
                    &amp;lt;span id=&amp;quot;stat-latest-val&amp;quot; class=&amp;quot;value&amp;quot;&amp;gt;9.2%&amp;lt;/span&amp;gt;
                    &amp;lt;span id=&amp;quot;stat-latest-date&amp;quot; class=&amp;quot;badge badge-gray&amp;quot;&amp;gt;Jul-26&amp;lt;/span&amp;gt;
                &amp;lt;/div&amp;gt;
            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;

        &amp;lt;!-- Filters Tabs --&amp;gt;
        &amp;lt;div class=&amp;quot;filters-row&amp;quot;&amp;gt;
            &amp;lt;button onclick=&amp;quot;filterByYear(&amp;#039;all&amp;#039;)&amp;quot; id=&amp;quot;filter-all&amp;quot; class=&amp;quot;filter-btn active&amp;quot;&amp;gt;All Months&amp;lt;/button&amp;gt;
            &amp;lt;button onclick=&amp;quot;filterByYear(&amp;#039;2024&amp;#039;)&amp;quot; id=&amp;quot;filter-2024&amp;quot; class=&amp;quot;filter-btn&amp;quot;&amp;gt;2024&amp;lt;/button&amp;gt;
            &amp;lt;button onclick=&amp;quot;filterByYear(&amp;#039;2025&amp;#039;)&amp;quot; id=&amp;quot;filter-2025&amp;quot; class=&amp;quot;filter-btn&amp;quot;&amp;gt;2025&amp;lt;/button&amp;gt;
            &amp;lt;button onclick=&amp;quot;filterByYear(&amp;#039;2026&amp;#039;)&amp;quot; id=&amp;quot;filter-2026&amp;quot; class=&amp;quot;filter-btn&amp;quot;&amp;gt;2026&amp;lt;/button&amp;gt;
        &amp;lt;/div&amp;gt;

        &amp;lt;!-- Absolute Protected Chart Canvas Area --&amp;gt;
        &amp;lt;div class=&amp;quot;chart-wrapper&amp;quot;&amp;gt;
            &amp;lt;canvas id=&amp;quot;inflationChart&amp;quot; class=&amp;quot;chart-canvas&amp;quot;&amp;gt;&amp;lt;/canvas&amp;gt;
        &amp;lt;/div&amp;gt;
        
    &amp;lt;/div&amp;gt;

    &amp;lt;script&amp;gt;
        // Register the DataLabels plugin
        Chart.register(ChartDataLabels);

        const ctx = document.getElementById(&amp;#039;inflationChart&amp;#039;).getContext(&amp;#039;2d&amp;#039;);

        // Core State
        let currentThemeColor = &amp;#039;#ea580c&amp;#039;; 
        let currentThemeName = &amp;#039;orange&amp;#039;;
        let currentChartType = &amp;#039;bar&amp;#039;;
        let currentYearFilter = &amp;#039;all&amp;#039;;

        // Full Data Sets
        const allLabels = [&amp;quot;Jan-24&amp;quot;, &amp;quot;Feb-24&amp;quot;, &amp;quot;Mar-24&amp;quot;, &amp;quot;Apr-24&amp;quot;, &amp;quot;May-24&amp;quot;, &amp;quot;Jun-24&amp;quot;, &amp;quot;Jul-24&amp;quot;, &amp;quot;Aug-24&amp;quot;, &amp;quot;Sep-24&amp;quot;, &amp;quot;Oct-24&amp;quot;, &amp;quot;Nov-24&amp;quot;, &amp;quot;Dec-24&amp;quot;, &amp;quot;Jan-25&amp;quot;, &amp;quot;Feb-25&amp;quot;, &amp;quot;Mar-25&amp;quot;, &amp;quot;Apr-25&amp;quot;, &amp;quot;May-25&amp;quot;, &amp;quot;Jun-25&amp;quot;, &amp;quot;Jul-25&amp;quot;, &amp;quot;Aug-25&amp;quot;, &amp;quot;Sep-25&amp;quot;, &amp;quot;Oct-25&amp;quot;, &amp;quot;Nov-25&amp;quot;, &amp;quot;Dec-25&amp;quot;, &amp;quot;Jan-26&amp;quot;, &amp;quot;Feb-26&amp;quot;, &amp;quot;Mar-26&amp;quot;, &amp;quot;Apr-26&amp;quot;, &amp;quot;May-26&amp;quot;, &amp;quot;Jun-26&amp;quot;, &amp;quot;Jul-26&amp;quot;];
        const allDataValues = [28.3, 23.1, 20.7, 17.3, 11.8, 12.6, 11.1, 9.6, 6.9, 7.2, 4.9, 4.1, 2.4, 1.5, 0.7, 0.3, 3.5, 3.2, 4.1, 3.0, 5.6, 6.2, 6.1, 5.6, 5.8, 7.0, 7.3, 10.9, 11.7, 11.1, 9.2];

        // Chart defaults
        Chart.defaults.font.family = &amp;quot;&amp;#039;Plus Jakarta Sans&amp;#039;, sans-serif&amp;quot;;
        Chart.defaults.color = &amp;#039;#94a3b8&amp;#039;;

        // Initialize Chart.js
        let inflationChart = new Chart(ctx, {
            type: currentChartType,
            data: {
                labels: [...allLabels],
                datasets: [{
                    label: &amp;#039;Inflation (%)&amp;#039;,
                    data: [...allDataValues],
                    backgroundColor: currentThemeColor,
                    borderColor: currentThemeColor,
                    borderWidth: currentChartType === &amp;#039;line&amp;#039; ? 3 : 0,
                    fill: currentChartType === &amp;#039;line&amp;#039; ? { target: &amp;#039;origin&amp;#039;, above: &amp;#039;rgba(234, 88, 12, 0.05)&amp;#039; } : false,
                    borderRadius: 5,
                    borderSkipped: false,
                    barPercentage: 0.7,
                    categoryPercentage: 0.85,
                    tension: 0.35, 
                    pointBackgroundColor: &amp;#039;#ffffff&amp;#039;,
                    pointBorderColor: currentThemeColor,
                    pointBorderWidth: 2,
                    pointRadius: 3,
                    pointHoverRadius: 5
                }]
            },
            options: {
                responsive: true,
                maintainAspectRatio: false, // Absolutely essential for responsive vertical layouts
                plugins: {
                    legend: {
                        display: false
                    },
                    tooltip: {
                        backgroundColor: &amp;#039;rgba(15, 23, 42, 0.95)&amp;#039;,
                        titleFont: { size: 10, weight: &amp;#039;700&amp;#039; },
                        bodyFont: { size: 11, weight: &amp;#039;700&amp;#039; },
                        padding: 8,
                        cornerRadius: 8,
                        displayColors: false,
                        callbacks: {
                            label: function(context) {
                                return `Rate: ${context.parsed.y}%`;
                            }
                        }
                    },
                    datalabels: {
                        // Hide labels on &amp;#039;all&amp;#039; months filter to keep chart clean and avoid overlap bugs
                        display: function() {
                            return currentYearFilter !== &amp;#039;all&amp;#039;;
                        },
                        anchor: &amp;#039;end&amp;#039;,
                        align: &amp;#039;top&amp;#039;,
                        offset: 2,
                        formatter: function(value) {
                            return value.toFixed(1) + &amp;#039;%&amp;#039;;
                        },
                        font: {
                            weight: &amp;#039;700&amp;#039;,
                            size: 9
                        },
                        color: function() {
                            return currentThemeColor;
                        }
                    }
                },
                scales: {
                    x: {
                        grid: {
                            display: false,
                            drawBorder: false
                        },
                        ticks: {
                            font: { size: 8, weight: &amp;#039;600&amp;#039; },
                            maxRotation: 0,
                            autoSkip: true,
                            maxTicksLimit: 12
                        }
                    },
                    y: {
                        beginAtZero: true,
                        grid: {
                            color: &amp;#039;#f1f5f9&amp;#039;,
                            drawBorder: false,
                            borderDash: [5, 5]
                        },
                        ticks: {
                            padding: 6,
                            font: { size: 8.5, weight: &amp;#039;500&amp;#039; },
                            callback: function(value) {
                                return value + &amp;#039;%&amp;#039;;
                            }
                        },
                        border: {
                            display: false
                        }
                    }
                },
                animation: {
                    duration: 1200,
                    easing: &amp;#039;easeOutQuart&amp;#039;
                }
            }
        });

        // Function to update summary metrics box
        function updateStats(filteredLabels, filteredData) {
            if (filteredData.length === 0) return;

            let maxVal = filteredData[0];
            let maxIndex = 0;
            let minVal = filteredData[0];
            let minIndex = 0;

            for (let i = 1; i &amp;lt; filteredData.length; i++) {
                if (filteredData[i] &amp;gt; maxVal) {
                    maxVal = filteredData[i];
                    maxIndex = i;
                }
                if (filteredData[i] &amp;lt; minVal) {
                    minVal = filteredData[i];
                    minIndex = i;
                }
            }

            const latestVal = filteredData[filteredData.length - 1];
            const latestLabel = filteredLabels[filteredLabels.length - 1];

            document.getElementById(&amp;#039;stat-peak-val&amp;#039;).innerText = maxVal.toFixed(1) + &amp;#039;%&amp;#039;;
            document.getElementById(&amp;#039;stat-peak-date&amp;#039;).innerText = filteredLabels[maxIndex];

            document.getElementById(&amp;#039;stat-low-val&amp;#039;).innerText = minVal.toFixed(1) + &amp;#039;%&amp;#039;;
            document.getElementById(&amp;#039;stat-low-date&amp;#039;).innerText = filteredLabels[minIndex];

            document.getElementById(&amp;#039;stat-latest-val&amp;#039;).innerText = latestVal.toFixed(1) + &amp;#039;%&amp;#039;;
            document.getElementById(&amp;#039;stat-latest-date&amp;#039;).innerText = latestLabel;
        }

        // Function to filter data by year tab
        function filterByYear(year) {
            currentYearFilter = year;
            
            // Toggle active classes on native buttons
            [&amp;#039;all&amp;#039;, &amp;#039;2024&amp;#039;, &amp;#039;2025&amp;#039;, &amp;#039;2026&amp;#039;].forEach(y =&amp;gt; {
                const btn = document.getElementById(`filter-${y}`);
                if (y === year) {
                    btn.classList.add(&amp;#039;active&amp;#039;);
                } else {
                    btn.classList.remove(&amp;#039;active&amp;#039;);
                }
            });

            // Parse filter arrays
            let newLabels = [];
            let newData = [];

            if (year === &amp;#039;all&amp;#039;) {
                newLabels = [...allLabels];
                newData = [...allDataValues];
            } else {
                const yearSuffix = year.substring(2); // Get &amp;quot;24&amp;quot;, &amp;quot;25&amp;quot;, &amp;quot;26&amp;quot;
                for (let i = 0; i &amp;lt; allLabels.length; i++) {
                    if (allLabels[i].endsWith(yearSuffix)) {
                        newLabels.push(allLabels[i]);
                        newData.push(allDataValues[i]);
                    }
                }
            }

            inflationChart.data.labels = newLabels;
            inflationChart.data.datasets[0].data = newData;
            
            updateStats(newLabels, newData);
            inflationChart.update();
        }

        // Function to change color themes
        function changeTheme(themeName, colorHex) {
            currentThemeColor = colorHex;
            currentThemeName = themeName;

            // Highlight chosen theme dot button
            [&amp;#039;orange&amp;#039;, &amp;#039;indigo&amp;#039;, &amp;#039;emerald&amp;#039;, &amp;#039;rose&amp;#039;].forEach(t =&amp;gt; {
                const btn = document.getElementById(`btn-theme-${t}`);
                if (t === themeName) {
                    btn.classList.add(&amp;#039;active&amp;#039;);
                } else {
                    btn.classList.remove(&amp;#039;active&amp;#039;);
                }
            });

            inflationChart.data.datasets[0].backgroundColor = currentThemeColor;
            inflationChart.data.datasets[0].borderColor = currentThemeColor;
            inflationChart.data.datasets[0].pointBorderColor = currentThemeColor;

            if (currentChartType === &amp;#039;line&amp;#039;) {
                inflationChart.data.datasets[0].fill = {
                    target: &amp;#039;origin&amp;#039;,
                    above: `${currentThemeColor}0D` // ~5% opacity hex
                };
            }

            inflationChart.update();
        }

        // Function to switch Chart type (Bar vs Line)
        function setChartType(type) {
            currentChartType = type;

            const barBtn = document.getElementById(&amp;#039;btn-type-bar&amp;#039;);
            const lineBtn = document.getElementById(&amp;#039;btn-type-line&amp;#039;);

            if (type === &amp;#039;bar&amp;#039;) {
                barBtn.classList.add(&amp;#039;active&amp;#039;);
                lineBtn.classList.remove(&amp;#039;active&amp;#039;);
            } else {
                lineBtn.classList.add(&amp;#039;active&amp;#039;);
                barBtn.classList.remove(&amp;#039;active&amp;#039;);
            }

            // Destruct and recreate chart instance to avoid internal layout issues on canvas types
            inflationChart.destroy();
            
            const datasetConfig = {
                label: &amp;#039;Inflation (%)&amp;#039;,
                data: inflationChart.data.datasets[0].data,
                backgroundColor: currentThemeColor,
                borderColor: currentThemeColor,
                borderWidth: type === &amp;#039;line&amp;#039; ? 3 : 0,
                fill: type === &amp;#039;line&amp;#039; ? { target: &amp;#039;origin&amp;#039;, above: `${currentThemeColor}0D` } : false,
                borderRadius: type === &amp;#039;bar&amp;#039; ? 5 : 0,
                borderSkipped: false,
                barPercentage: 0.7,
                categoryPercentage: 0.85,
                tension: 0.35,
                pointBackgroundColor: &amp;#039;#ffffff&amp;#039;,
                pointBorderColor: currentThemeColor,
                pointBorderWidth: 2,
                pointRadius: type === &amp;#039;line&amp;#039; ? 3 : 0,
                pointHoverRadius: type === &amp;#039;line&amp;#039; ? 5 : 0
            };

            inflationChart = new Chart(ctx, {
                type: type,
                data: {
                    labels: inflationChart.data.labels,
                    datasets: [datasetConfig]
                },
                options: {
                    responsive: true,
                    maintainAspectRatio: false,
                    plugins: {
                        legend: { display: false },
                        tooltip: {
                            backgroundColor: &amp;#039;rgba(15, 23, 42, 0.95)&amp;#039;,
                            titleFont: { size: 10, weight: &amp;#039;700&amp;#039; },
                            bodyFont: { size: 11, weight: &amp;#039;700&amp;#039; },
                            padding: 8,
                            cornerRadius: 8,
                            displayColors: false,
                            callbacks: {
                                label: function(context) {
                                    return `Rate: ${context.parsed.y}%`;
                                }
                            }
                        },
                        datalabels: {
                            display: function() {
                                return currentYearFilter !== &amp;#039;all&amp;#039;;
                            },
                            anchor: &amp;#039;end&amp;#039;,
                            align: &amp;#039;top&amp;#039;,
                            offset: 2,
                            formatter: function(value) {
                                return value.toFixed(1) + &amp;#039;%&amp;#039;;
                            },
                            font: { weight: &amp;#039;700&amp;#039;, size: 9 },
                            color: function() { return currentThemeColor; }
                        }
                    },
                    scales: {
                        x: {
                            grid: { display: false },
                            ticks: { font: { size: 8, weight: &amp;#039;600&amp;#039; }, maxRotation: 0, autoSkip: true, maxTicksLimit: 12 }
                        },
                        y: {
                            beginAtZero: true,
                            grid: { color: &amp;#039;#f1f5f9&amp;#039;, borderDash: [5, 5] },
                            ticks: {
                                padding: 6,
                                font: { size: 8.5, weight: &amp;#039;500&amp;#039; },
                                callback: function(value) { return value + &amp;#039;%&amp;#039;; }
                            },
                            border: { display: false }
                        }
                    }
                }
            });
        }
    &amp;lt;/script&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
```
    &amp;lt;script&amp;gt;
        function reportHeight() {
            var h = document.documentElement.scrollHeight;
            window.parent.postMessage({ type: &amp;#039;raw-html-resize&amp;#039;, id: &amp;#039;raw-html-6a70528b8e13b&amp;#039;, height: h }, &amp;#039;*&amp;#039;);
        }
        window.addEventListener(&amp;#039;load&amp;#039;, reportHeight);
        if (window.ResizeObserver) {
            new ResizeObserver(reportHeight).observe(document.body);
        }
    &amp;lt;/script&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;"&gt;&lt;/iframe&gt;
&lt;script&gt;
if (!window._rawHtmlListenerAttached) {
    window._rawHtmlListenerAttached = true;
    window.addEventListener('message', function(event) {
        if (event.data &amp;&amp; event.data.type === 'raw-html-resize' &amp;&amp; event.data.id) {
            var iframe = document.getElementById(event.data.id);
            if (iframe) {
                var height = Math.min(Math.max(event.data.height, 50), 9200);
                iframe.style.height = height + 'px';
            }
        }
    });
}
&lt;/script&gt;
&lt;p&gt;&lt;strong&gt;Pakistan’s headline inflation clocked in at 9.2% on a year-on-year (YoY) basis in July 2026, as shown by Pakistan Bureau of Statistics (PBS) data on Monday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The consumer price index (CPI) was recorded at&lt;u&gt; &lt;/u&gt;&lt;a href="https://www.brecorder.com/news/40428026/pakistan-inflation-hits-111-in-june-2026?_gl=1*mv249g*_ga*VmhmcFVqOHVlbEcyN0hBVHc5RkRNczlwcUJwVEdscV9SaUNWbk5XMEY1UmxJTkd3a25lZnFuTHEzUW9XbzBKeg..*_ga_LMXY6YSJT2*MTc4NTU2NDEzNS40MC4wLjE3ODU1NjQxNDEuMC4wLjA."&gt;&lt;u&gt;11.1&lt;/u&gt;%&lt;/a&gt; in June. The CPI stood at 4.1% in July 2025.&lt;/p&gt;
&lt;p&gt;On a month-on-month basis, it increased by 1.2% in July 2026 as compared to a decrease of 0.3% in the previous month and an increase of 2.9% in July 2025.&lt;/p&gt;
&lt;p&gt;Urban CPI inflation increased by 8.7% on a year-on-year basis in July 2026 as compared to an increase of 11.2% in the previous month and an increase of 4.4% in July 2025.&lt;/p&gt;
&lt;p&gt;On a month-on-month basis, it increased by 1.2% in July 2026 as compared to a decrease of 0.5% in the previous month and an increase of 3.4% in July 2025.&lt;/p&gt;
&lt;p&gt;Rural CPI inflation increased by 9.9% on a year-on-year basis in July 2026 as compared to an increase of 10.9% in the previous month and an increase of 3.5% observed in July 2025.&lt;/p&gt;
&lt;p&gt;On a month-on-month basis, it increased by 1.2% in July 2026 as compared with no change in the previous month and an increase of 2.2% in July 2025.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Government expectations&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In its latest monthly outlook, the Finance Division has sounded the alarm over persistent inflation by &lt;a href="https://www.brecorder.com/news/40432667/fd-sounds-the-alarm-about-inflation?"&gt;projecting CPI at 9-10%&lt;/a&gt; in July 2026 amid rising global oil prices, as Pakistan’s economy faced a 33.9% plunge in foreign direct investment, declining from $2.48 billion in 2024-25 to $1.64 billion in the last fiscal year.&lt;/p&gt;
&lt;p&gt;Days ago, the State Bank of Pakistan (SBP) &lt;a href="https://www.brecorder.com/news/40431974/sbp-maintains-status-quo-cites-middle-east-risks"&gt;Monetary Policy Committee (MPC)&lt;/a&gt;, in its first meeting in the fiscal year 2026-27, decided to keep the policy rate unchanged at 11.5%.&lt;/p&gt;
&lt;p&gt;In a press briefing, the SBP Governor Jameel Ahmad expected CPI inflation to decline in July.&lt;/p&gt;
&lt;p&gt;“We expect the CPI to clock in at the upper band of our target range of 5-7% by the end of this fiscal year,” said Ahmad.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Analysts expectations&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Earlier, analysts expected Pakistan’s headline inflation to &lt;a href="https://www.brecorder.com/news/40431996/pakistans-inflation-expected-to-return-to-single-digits-in-july"&gt;return to single digits&lt;/a&gt; in July, but noted that the slowdown was largely due to favourable base effects while underlying price pressures remain.&lt;/p&gt;
&lt;p&gt;Ismail Iqbal Securities expected headline inflation at 9.3% YoY, saying the return to single digits is “largely base-driven rather than a genuine easing in momentum.”&lt;/p&gt;
&lt;p&gt;Separately, JS Global expected headline CPI at 9.1% YoY in July.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<iframe id="raw-html-6a70528b8e13b" class="raw-html-embed" style="width: 100%; min-height: 50px; max-height: 100vh; border: none; overflow: hidden;" scrolling="no" srcdoc="&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;style&gt;
        body { margin: 0; padding: 0; font-family: system-ui, -apple-system, sans-serif; overflow-wrap: anywhere; }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
    
```
&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;Headline Inflation Dashboard&lt;/title&gt;
    &lt;!-- Include Google Fonts --&gt;
    &lt;link href=&quot;https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
    &lt;!-- Include Chart.js &amp; Plugins --&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/chart.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/chartjs-plugin-datalabels&quot;&gt;&lt;/script&gt;
    
    &lt;style&gt;
        /* 1. Global Reset &amp; Font Overrides */
        *, ::before, ::after {
            box-sizing: border-box;
        }
        
        /* 2. Main Dashboard Card (Forced container size) */
        .dashboard-card {
            width: 100%;
            max-width: 1000px;
            height: 700px;
            background-color: #ffffff;
            border-radius: 16px;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.02);
            border: 1px solid #f1f5f9;
            padding: 16px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        /* 3. Header Styling */
        .header-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding-bottom: 8px;
            border-bottom: 1px solid #f1f5f9;
            flex-shrink: 0;
        }

        .header-title-container span {
            font-size: 9px;
            font-weight: 700;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            color: #94a3b8;
        }

        .header-title-container h2 {
            margin: 2px 0 0 0;
            font-size: 18px;
            font-weight: 800;
            color: #0f172a;
            letter-spacing: -0.02em;
        }

        /* Controls Area */
        .controls-group {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        /* Color Palette Dots */
        .theme-selector {
            display: flex;
            align-items: center;
            gap: 4px;
            background-color: #f8fafc;
            padding: 4px;
            border-radius: 8px;
            border: 1px solid #f1f5f9;
        }

        .theme-dot {
            width: 18px;
            height: 18px;
            border-radius: 4px;
            border: 2px solid #ffffff;
            box-shadow: 0 1px 2px rgba(0,0,0,0.1);
            cursor: pointer;
            transition: transform 0.2s;
        }

        .theme-dot:hover {
            transform: scale(1.1);
        }

        .theme-dot.active {
            box-shadow: 0 0 0 2px #cbd5e1;
        }

        /* Chart Type Switcher */
        .chart-toggle {
            display: flex;
            background-color: #f8fafc;
            border: 1px solid #f1f5f9;
            padding: 4px;
            border-radius: 8px;
        }

        .toggle-btn {
            background: none;
            border: none;
            padding: 4px 10px;
            font-size: 11px;
            font-weight: 600;
            color: #64748b;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.2s;
        }

        .toggle-btn.active {
            background-color: #ffffff;
            color: #0f172a;
            box-shadow: 0 1px 3px rgba(0,0,0,0.05);
            font-weight: 700;
        }

        /* 4. KPI Stat Row */
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            margin: 10px 0;
            flex-shrink: 0;
        }

        .stat-card {
            background-color: rgba(248, 250, 252, 0.4);
            border: 1px solid rgba(241, 245, 249, 0.7);
            border-radius: 12px;
            padding: 10px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .stat-card span.label {
            font-size: 8px;
            font-weight: 700;
            color: #94a3b8;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .stat-card .value-container {
            display: flex;
            align-items: baseline;
            gap: 4px;
            margin-top: 4px;
        }

        .stat-card span.value {
            font-size: 18px;
            font-weight: 800;
            color: #0f172a;
            line-height: 1;
        }

        .stat-card span.badge {
            font-size: 8px;
            font-weight: 600;
            padding: 2px 4px;
            border-radius: 4px;
            line-height: 1;
        }

        .badge-red { background-color: #fff1f2; color: #f43f5e; }
        .badge-green { background-color: #f0fdf4; color: #16a34a; }
        .badge-gray { background-color: #f1f5f9; color: #64748b; }

        /* 5. Filters Tabs Row */
        .filters-row {
            display: flex;
            align-items: center;
            gap: 6px;
            padding-bottom: 8px;
            border-bottom: 1px solid #f1f5f9;
            overflow-x: auto;
            flex-shrink: 0;
        }

        .filters-row::-webkit-scrollbar {
            display: none; /* Hide scrollbars for absolute clean look */
        }

        .filter-btn {
            background: none;
            border: none;
            padding: 4px 10px;
            font-size: 10px;
            font-weight: 600;
            color: #64748b;
            border-radius: 6px;
            cursor: pointer;
            white-space: nowrap;
            transition: all 0.2s;
        }

        .filter-btn:hover {
            background-color: #f1f5f9;
            color: #0f172a;
        }

        .filter-btn.active {
            background-color: #0f172a;
            color: #ffffff;
            font-weight: 700;
        }

        /* 6. Elastic Chart Area (Prevents push-downs and cutoffs) */
        .chart-wrapper {
            position: relative;
            width: 100%;
            flex-grow: 1;
            min-height: 0; /* Critical for container containment */
            margin-top: 10px;
        }

        .chart-canvas {
            position: absolute;
            top: 0;
            left: 0;
            width: 100% !important;
            height: 100% !important;
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

    &lt;!-- Main Card Container --&gt;
    &lt;div class=&quot;dashboard-card&quot;&gt;
        
        &lt;!-- Header Section --&gt;
        &lt;div class=&quot;header-row&quot;&gt;
            &lt;div class=&quot;header-title-container&quot;&gt;
                &lt;span&gt;Macroeconomic Indicators&lt;/span&gt;
                &lt;h2&gt;Headline Inflation YoY&lt;/h2&gt;
            &lt;/div&gt;
            
            &lt;div class=&quot;controls-group&quot;&gt;
                &lt;!-- Theme Selectors --&gt;
                &lt;div class=&quot;theme-selector&quot;&gt;
                    &lt;button onclick=&quot;changeTheme(&#039;orange&#039;, &#039;#ea580c&#039;)&quot; id=&quot;btn-theme-orange&quot; class=&quot;theme-dot active&quot; style=&quot;background-color: #ea580c;&quot;&gt;&lt;/button&gt;
                    &lt;button onclick=&quot;changeTheme(&#039;indigo&#039;, &#039;#4f46e5&#039;)&quot; id=&quot;btn-theme-indigo&quot; class=&quot;theme-dot&quot; style=&quot;background-color: #4f46e5;&quot;&gt;&lt;/button&gt;
                    &lt;button onclick=&quot;changeTheme(&#039;emerald&#039;, &#039;#059669&#039;)&quot; id=&quot;btn-theme-emerald&quot; class=&quot;theme-dot&quot; style=&quot;background-color: #059669;&quot;&gt;&lt;/button&gt;
                    &lt;button onclick=&quot;changeTheme(&#039;rose&#039;, &#039;#e11d48&#039;)&quot; id=&quot;btn-theme-rose&quot; class=&quot;theme-dot&quot; style=&quot;background-color: #e11d48;&quot;&gt;&lt;/button&gt;
                &lt;/div&gt;

                &lt;!-- Bar / Line Switches --&gt;
                &lt;div class=&quot;chart-toggle&quot;&gt;
                    &lt;button id=&quot;btn-type-bar&quot; onclick=&quot;setChartType(&#039;bar&#039;)&quot; class=&quot;toggle-btn active&quot;&gt;Bar&lt;/button&gt;
                    &lt;button id=&quot;btn-type-line&quot; onclick=&quot;setChartType(&#039;line&#039;)&quot; class=&quot;toggle-btn&quot;&gt;Line&lt;/button&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- Metric Summaries --&gt;
        &lt;div class=&quot;stats-grid&quot;&gt;
            &lt;div class=&quot;stat-card&quot;&gt;
                &lt;span class=&quot;label&quot;&gt;Peak Inflation&lt;/span&gt;
                &lt;div class=&quot;value-container&quot;&gt;
                    &lt;span id=&quot;stat-peak-val&quot; class=&quot;value&quot;&gt;28.3%&lt;/span&gt;
                    &lt;span id=&quot;stat-peak-date&quot; class=&quot;badge badge-red&quot;&gt;Jan-24&lt;/span&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;stat-card&quot;&gt;
                &lt;span class=&quot;label&quot;&gt;Lowest Point&lt;/span&gt;
                &lt;div class=&quot;value-container&quot;&gt;
                    &lt;span id=&quot;stat-low-val&quot; class=&quot;value&quot;&gt;0.3%&lt;/span&gt;
                    &lt;span id=&quot;stat-low-date&quot; class=&quot;badge badge-green&quot;&gt;Apr-25&lt;/span&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;stat-card&quot;&gt;
                &lt;span class=&quot;label&quot;&gt;Latest Rate&lt;/span&gt;
                &lt;div class=&quot;value-container&quot;&gt;
                    &lt;span id=&quot;stat-latest-val&quot; class=&quot;value&quot;&gt;9.2%&lt;/span&gt;
                    &lt;span id=&quot;stat-latest-date&quot; class=&quot;badge badge-gray&quot;&gt;Jul-26&lt;/span&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- Filters Tabs --&gt;
        &lt;div class=&quot;filters-row&quot;&gt;
            &lt;button onclick=&quot;filterByYear(&#039;all&#039;)&quot; id=&quot;filter-all&quot; class=&quot;filter-btn active&quot;&gt;All Months&lt;/button&gt;
            &lt;button onclick=&quot;filterByYear(&#039;2024&#039;)&quot; id=&quot;filter-2024&quot; class=&quot;filter-btn&quot;&gt;2024&lt;/button&gt;
            &lt;button onclick=&quot;filterByYear(&#039;2025&#039;)&quot; id=&quot;filter-2025&quot; class=&quot;filter-btn&quot;&gt;2025&lt;/button&gt;
            &lt;button onclick=&quot;filterByYear(&#039;2026&#039;)&quot; id=&quot;filter-2026&quot; class=&quot;filter-btn&quot;&gt;2026&lt;/button&gt;
        &lt;/div&gt;

        &lt;!-- Absolute Protected Chart Canvas Area --&gt;
        &lt;div class=&quot;chart-wrapper&quot;&gt;
            &lt;canvas id=&quot;inflationChart&quot; class=&quot;chart-canvas&quot;&gt;&lt;/canvas&gt;
        &lt;/div&gt;
        
    &lt;/div&gt;

    &lt;script&gt;
        // Register the DataLabels plugin
        Chart.register(ChartDataLabels);

        const ctx = document.getElementById(&#039;inflationChart&#039;).getContext(&#039;2d&#039;);

        // Core State
        let currentThemeColor = &#039;#ea580c&#039;; 
        let currentThemeName = &#039;orange&#039;;
        let currentChartType = &#039;bar&#039;;
        let currentYearFilter = &#039;all&#039;;

        // Full Data Sets
        const allLabels = [&quot;Jan-24&quot;, &quot;Feb-24&quot;, &quot;Mar-24&quot;, &quot;Apr-24&quot;, &quot;May-24&quot;, &quot;Jun-24&quot;, &quot;Jul-24&quot;, &quot;Aug-24&quot;, &quot;Sep-24&quot;, &quot;Oct-24&quot;, &quot;Nov-24&quot;, &quot;Dec-24&quot;, &quot;Jan-25&quot;, &quot;Feb-25&quot;, &quot;Mar-25&quot;, &quot;Apr-25&quot;, &quot;May-25&quot;, &quot;Jun-25&quot;, &quot;Jul-25&quot;, &quot;Aug-25&quot;, &quot;Sep-25&quot;, &quot;Oct-25&quot;, &quot;Nov-25&quot;, &quot;Dec-25&quot;, &quot;Jan-26&quot;, &quot;Feb-26&quot;, &quot;Mar-26&quot;, &quot;Apr-26&quot;, &quot;May-26&quot;, &quot;Jun-26&quot;, &quot;Jul-26&quot;];
        const allDataValues = [28.3, 23.1, 20.7, 17.3, 11.8, 12.6, 11.1, 9.6, 6.9, 7.2, 4.9, 4.1, 2.4, 1.5, 0.7, 0.3, 3.5, 3.2, 4.1, 3.0, 5.6, 6.2, 6.1, 5.6, 5.8, 7.0, 7.3, 10.9, 11.7, 11.1, 9.2];

        // Chart defaults
        Chart.defaults.font.family = &quot;&#039;Plus Jakarta Sans&#039;, sans-serif&quot;;
        Chart.defaults.color = &#039;#94a3b8&#039;;

        // Initialize Chart.js
        let inflationChart = new Chart(ctx, {
            type: currentChartType,
            data: {
                labels: [...allLabels],
                datasets: [{
                    label: &#039;Inflation (%)&#039;,
                    data: [...allDataValues],
                    backgroundColor: currentThemeColor,
                    borderColor: currentThemeColor,
                    borderWidth: currentChartType === &#039;line&#039; ? 3 : 0,
                    fill: currentChartType === &#039;line&#039; ? { target: &#039;origin&#039;, above: &#039;rgba(234, 88, 12, 0.05)&#039; } : false,
                    borderRadius: 5,
                    borderSkipped: false,
                    barPercentage: 0.7,
                    categoryPercentage: 0.85,
                    tension: 0.35, 
                    pointBackgroundColor: &#039;#ffffff&#039;,
                    pointBorderColor: currentThemeColor,
                    pointBorderWidth: 2,
                    pointRadius: 3,
                    pointHoverRadius: 5
                }]
            },
            options: {
                responsive: true,
                maintainAspectRatio: false, // Absolutely essential for responsive vertical layouts
                plugins: {
                    legend: {
                        display: false
                    },
                    tooltip: {
                        backgroundColor: &#039;rgba(15, 23, 42, 0.95)&#039;,
                        titleFont: { size: 10, weight: &#039;700&#039; },
                        bodyFont: { size: 11, weight: &#039;700&#039; },
                        padding: 8,
                        cornerRadius: 8,
                        displayColors: false,
                        callbacks: {
                            label: function(context) {
                                return `Rate: ${context.parsed.y}%`;
                            }
                        }
                    },
                    datalabels: {
                        // Hide labels on &#039;all&#039; months filter to keep chart clean and avoid overlap bugs
                        display: function() {
                            return currentYearFilter !== &#039;all&#039;;
                        },
                        anchor: &#039;end&#039;,
                        align: &#039;top&#039;,
                        offset: 2,
                        formatter: function(value) {
                            return value.toFixed(1) + &#039;%&#039;;
                        },
                        font: {
                            weight: &#039;700&#039;,
                            size: 9
                        },
                        color: function() {
                            return currentThemeColor;
                        }
                    }
                },
                scales: {
                    x: {
                        grid: {
                            display: false,
                            drawBorder: false
                        },
                        ticks: {
                            font: { size: 8, weight: &#039;600&#039; },
                            maxRotation: 0,
                            autoSkip: true,
                            maxTicksLimit: 12
                        }
                    },
                    y: {
                        beginAtZero: true,
                        grid: {
                            color: &#039;#f1f5f9&#039;,
                            drawBorder: false,
                            borderDash: [5, 5]
                        },
                        ticks: {
                            padding: 6,
                            font: { size: 8.5, weight: &#039;500&#039; },
                            callback: function(value) {
                                return value + &#039;%&#039;;
                            }
                        },
                        border: {
                            display: false
                        }
                    }
                },
                animation: {
                    duration: 1200,
                    easing: &#039;easeOutQuart&#039;
                }
            }
        });

        // Function to update summary metrics box
        function updateStats(filteredLabels, filteredData) {
            if (filteredData.length === 0) return;

            let maxVal = filteredData[0];
            let maxIndex = 0;
            let minVal = filteredData[0];
            let minIndex = 0;

            for (let i = 1; i &lt; filteredData.length; i++) {
                if (filteredData[i] &gt; maxVal) {
                    maxVal = filteredData[i];
                    maxIndex = i;
                }
                if (filteredData[i] &lt; minVal) {
                    minVal = filteredData[i];
                    minIndex = i;
                }
            }

            const latestVal = filteredData[filteredData.length - 1];
            const latestLabel = filteredLabels[filteredLabels.length - 1];

            document.getElementById(&#039;stat-peak-val&#039;).innerText = maxVal.toFixed(1) + &#039;%&#039;;
            document.getElementById(&#039;stat-peak-date&#039;).innerText = filteredLabels[maxIndex];

            document.getElementById(&#039;stat-low-val&#039;).innerText = minVal.toFixed(1) + &#039;%&#039;;
            document.getElementById(&#039;stat-low-date&#039;).innerText = filteredLabels[minIndex];

            document.getElementById(&#039;stat-latest-val&#039;).innerText = latestVal.toFixed(1) + &#039;%&#039;;
            document.getElementById(&#039;stat-latest-date&#039;).innerText = latestLabel;
        }

        // Function to filter data by year tab
        function filterByYear(year) {
            currentYearFilter = year;
            
            // Toggle active classes on native buttons
            [&#039;all&#039;, &#039;2024&#039;, &#039;2025&#039;, &#039;2026&#039;].forEach(y =&gt; {
                const btn = document.getElementById(`filter-${y}`);
                if (y === year) {
                    btn.classList.add(&#039;active&#039;);
                } else {
                    btn.classList.remove(&#039;active&#039;);
                }
            });

            // Parse filter arrays
            let newLabels = [];
            let newData = [];

            if (year === &#039;all&#039;) {
                newLabels = [...allLabels];
                newData = [...allDataValues];
            } else {
                const yearSuffix = year.substring(2); // Get &quot;24&quot;, &quot;25&quot;, &quot;26&quot;
                for (let i = 0; i &lt; allLabels.length; i++) {
                    if (allLabels[i].endsWith(yearSuffix)) {
                        newLabels.push(allLabels[i]);
                        newData.push(allDataValues[i]);
                    }
                }
            }

            inflationChart.data.labels = newLabels;
            inflationChart.data.datasets[0].data = newData;
            
            updateStats(newLabels, newData);
            inflationChart.update();
        }

        // Function to change color themes
        function changeTheme(themeName, colorHex) {
            currentThemeColor = colorHex;
            currentThemeName = themeName;

            // Highlight chosen theme dot button
            [&#039;orange&#039;, &#039;indigo&#039;, &#039;emerald&#039;, &#039;rose&#039;].forEach(t =&gt; {
                const btn = document.getElementById(`btn-theme-${t}`);
                if (t === themeName) {
                    btn.classList.add(&#039;active&#039;);
                } else {
                    btn.classList.remove(&#039;active&#039;);
                }
            });

            inflationChart.data.datasets[0].backgroundColor = currentThemeColor;
            inflationChart.data.datasets[0].borderColor = currentThemeColor;
            inflationChart.data.datasets[0].pointBorderColor = currentThemeColor;

            if (currentChartType === &#039;line&#039;) {
                inflationChart.data.datasets[0].fill = {
                    target: &#039;origin&#039;,
                    above: `${currentThemeColor}0D` // ~5% opacity hex
                };
            }

            inflationChart.update();
        }

        // Function to switch Chart type (Bar vs Line)
        function setChartType(type) {
            currentChartType = type;

            const barBtn = document.getElementById(&#039;btn-type-bar&#039;);
            const lineBtn = document.getElementById(&#039;btn-type-line&#039;);

            if (type === &#039;bar&#039;) {
                barBtn.classList.add(&#039;active&#039;);
                lineBtn.classList.remove(&#039;active&#039;);
            } else {
                lineBtn.classList.add(&#039;active&#039;);
                barBtn.classList.remove(&#039;active&#039;);
            }

            // Destruct and recreate chart instance to avoid internal layout issues on canvas types
            inflationChart.destroy();
            
            const datasetConfig = {
                label: &#039;Inflation (%)&#039;,
                data: inflationChart.data.datasets[0].data,
                backgroundColor: currentThemeColor,
                borderColor: currentThemeColor,
                borderWidth: type === &#039;line&#039; ? 3 : 0,
                fill: type === &#039;line&#039; ? { target: &#039;origin&#039;, above: `${currentThemeColor}0D` } : false,
                borderRadius: type === &#039;bar&#039; ? 5 : 0,
                borderSkipped: false,
                barPercentage: 0.7,
                categoryPercentage: 0.85,
                tension: 0.35,
                pointBackgroundColor: &#039;#ffffff&#039;,
                pointBorderColor: currentThemeColor,
                pointBorderWidth: 2,
                pointRadius: type === &#039;line&#039; ? 3 : 0,
                pointHoverRadius: type === &#039;line&#039; ? 5 : 0
            };

            inflationChart = new Chart(ctx, {
                type: type,
                data: {
                    labels: inflationChart.data.labels,
                    datasets: [datasetConfig]
                },
                options: {
                    responsive: true,
                    maintainAspectRatio: false,
                    plugins: {
                        legend: { display: false },
                        tooltip: {
                            backgroundColor: &#039;rgba(15, 23, 42, 0.95)&#039;,
                            titleFont: { size: 10, weight: &#039;700&#039; },
                            bodyFont: { size: 11, weight: &#039;700&#039; },
                            padding: 8,
                            cornerRadius: 8,
                            displayColors: false,
                            callbacks: {
                                label: function(context) {
                                    return `Rate: ${context.parsed.y}%`;
                                }
                            }
                        },
                        datalabels: {
                            display: function() {
                                return currentYearFilter !== &#039;all&#039;;
                            },
                            anchor: &#039;end&#039;,
                            align: &#039;top&#039;,
                            offset: 2,
                            formatter: function(value) {
                                return value.toFixed(1) + &#039;%&#039;;
                            },
                            font: { weight: &#039;700&#039;, size: 9 },
                            color: function() { return currentThemeColor; }
                        }
                    },
                    scales: {
                        x: {
                            grid: { display: false },
                            ticks: { font: { size: 8, weight: &#039;600&#039; }, maxRotation: 0, autoSkip: true, maxTicksLimit: 12 }
                        },
                        y: {
                            beginAtZero: true,
                            grid: { color: &#039;#f1f5f9&#039;, borderDash: [5, 5] },
                            ticks: {
                                padding: 6,
                                font: { size: 8.5, weight: &#039;500&#039; },
                                callback: function(value) { return value + &#039;%&#039;; }
                            },
                            border: { display: false }
                        }
                    }
                }
            });
        }
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
```
    &lt;script&gt;
        function reportHeight() {
            var h = document.documentElement.scrollHeight;
            window.parent.postMessage({ type: &#039;raw-html-resize&#039;, id: &#039;raw-html-6a70528b8e13b&#039;, height: h }, &#039;*&#039;);
        }
        window.addEventListener(&#039;load&#039;, reportHeight);
        if (window.ResizeObserver) {
            new ResizeObserver(reportHeight).observe(document.body);
        }
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;"></iframe>
<script>
if (!window._rawHtmlListenerAttached) {
    window._rawHtmlListenerAttached = true;
    window.addEventListener('message', function(event) {
        if (event.data && event.data.type === 'raw-html-resize' && event.data.id) {
            var iframe = document.getElementById(event.data.id);
            if (iframe) {
                var height = Math.min(Math.max(event.data.height, 50), 9200);
                iframe.style.height = height + 'px';
            }
        }
    });
}
</script>
<p><strong>Pakistan’s headline inflation clocked in at 9.2% on a year-on-year (YoY) basis in July 2026, as shown by Pakistan Bureau of Statistics (PBS) data on Monday.</strong></p>
<p>The consumer price index (CPI) was recorded at<u> </u><a href="https://www.brecorder.com/news/40428026/pakistan-inflation-hits-111-in-june-2026?_gl=1*mv249g*_ga*VmhmcFVqOHVlbEcyN0hBVHc5RkRNczlwcUJwVEdscV9SaUNWbk5XMEY1UmxJTkd3a25lZnFuTHEzUW9XbzBKeg..*_ga_LMXY6YSJT2*MTc4NTU2NDEzNS40MC4wLjE3ODU1NjQxNDEuMC4wLjA."><u>11.1</u>%</a> in June. The CPI stood at 4.1% in July 2025.</p>
<p>On a month-on-month basis, it increased by 1.2% in July 2026 as compared to a decrease of 0.3% in the previous month and an increase of 2.9% in July 2025.</p>
<p>Urban CPI inflation increased by 8.7% on a year-on-year basis in July 2026 as compared to an increase of 11.2% in the previous month and an increase of 4.4% in July 2025.</p>
<p>On a month-on-month basis, it increased by 1.2% in July 2026 as compared to a decrease of 0.5% in the previous month and an increase of 3.4% in July 2025.</p>
<p>Rural CPI inflation increased by 9.9% on a year-on-year basis in July 2026 as compared to an increase of 10.9% in the previous month and an increase of 3.5% observed in July 2025.</p>
<p>On a month-on-month basis, it increased by 1.2% in July 2026 as compared with no change in the previous month and an increase of 2.2% in July 2025.</p>
<p><strong>Government expectations</strong></p>
<p>In its latest monthly outlook, the Finance Division has sounded the alarm over persistent inflation by <a href="https://www.brecorder.com/news/40432667/fd-sounds-the-alarm-about-inflation?">projecting CPI at 9-10%</a> in July 2026 amid rising global oil prices, as Pakistan’s economy faced a 33.9% plunge in foreign direct investment, declining from $2.48 billion in 2024-25 to $1.64 billion in the last fiscal year.</p>
<p>Days ago, the State Bank of Pakistan (SBP) <a href="https://www.brecorder.com/news/40431974/sbp-maintains-status-quo-cites-middle-east-risks">Monetary Policy Committee (MPC)</a>, in its first meeting in the fiscal year 2026-27, decided to keep the policy rate unchanged at 11.5%.</p>
<p>In a press briefing, the SBP Governor Jameel Ahmad expected CPI inflation to decline in July.</p>
<p>“We expect the CPI to clock in at the upper band of our target range of 5-7% by the end of this fiscal year,” said Ahmad.</p>
<p><strong>Analysts expectations</strong></p>
<p>Earlier, analysts expected Pakistan’s headline inflation to <a href="https://www.brecorder.com/news/40431996/pakistans-inflation-expected-to-return-to-single-digits-in-july">return to single digits</a> in July, but noted that the slowdown was largely due to favourable base effects while underlying price pressures remain.</p>
<p>Ismail Iqbal Securities expected headline inflation at 9.3% YoY, saying the return to single digits is “largely base-driven rather than a genuine easing in momentum.”</p>
<p>Separately, JS Global expected headline CPI at 9.1% YoY in July.</p>
]]></content:encoded>
      <category>Pakistan</category>
      <guid>https://www.brecorder.com/news/40432859</guid>
      <pubDate>Mon, 03 Aug 2026 13:34:19 +0500</pubDate>
      <author>none@none.com (BR Web Desk)</author>
      <media:content url="https://i.brecorder.com/large/2026/08/01112645cd35297.webp" type="image/webp" medium="image" height="768" width="1024">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/08/01112645cd35297.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>PM Shehbaz orders preparedness amid economic risks from regional tensions</title>
      <link>https://www.brecorder.com/news/40430354/pm-shehbaz-orders-preparedness-amid-economic-risks-from-regional-tensions</link>
      <description>&lt;p&gt;&lt;strong&gt;Prime Minister Shehbaz Sharif on Thursday directed authorities to remain fully prepared to tackle any potential economic challenges arising from the uncertain regional situation, while reviewing the impact of regional tensions on Pakistan’s economy.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Chairing a high-level meeting in Islamabad, the prime minister was presented with a report on austerity and energy conservation measures, according to a statement issued by the Prime Minister’s Office (PMO).&lt;/p&gt;
&lt;p&gt;Shehbaz noted that uncertainty continued to persist in the region and instructed relevant authorities to formulate a comprehensive contingency plan to ensure timely action if needed.&lt;/p&gt;
&lt;p&gt;“The national economy is currently stable by the grace of Allah, but preparations must be in place to address any emerging challenges,” the premier said.&lt;/p&gt;
&lt;p&gt;The prime minister appreciated the public’s cooperation in previous austerity and energy-saving campaigns, particularly efforts aimed at conserving petroleum products and energy.&lt;/p&gt;
&lt;p&gt;“The government’s timely and effective strategy had ensured smooth fuel supplies across the country despite regional uncertainties,” he said.&lt;/p&gt;
&lt;p&gt;Shehbaz further stated that the government had protected ordinary citizens, including motorcyclists, rickshaw drivers and transporters, from the adverse effects of rising fuel prices through targeted subsidies.&lt;/p&gt;
&lt;p&gt;He directed federal and provincial authorities to take strict action against elements involved in creating an artificial shortage of petroleum products.&lt;/p&gt;
&lt;p&gt;During the meeting, officials informed the prime minister that Pakistan currently possessed sufficient petroleum reserves to meet domestic requirements and that arrangements had been made to ensure uninterrupted supplies in the future.&lt;/p&gt;
&lt;p&gt;The meeting was attended by federal ministers Ahad Cheema, Muhammad Aurangzeb, Ali Pervaiz Malik and Awais Leghari, Minister of State Bilal Azhar Kayani, Special Assistant to PM Tariq Bajwa, State Bank of Pakistan Governor Jameel Ahmad and other senior officials.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>Prime Minister Shehbaz Sharif on Thursday directed authorities to remain fully prepared to tackle any potential economic challenges arising from the uncertain regional situation, while reviewing the impact of regional tensions on Pakistan’s economy.</strong></p>
<p>Chairing a high-level meeting in Islamabad, the prime minister was presented with a report on austerity and energy conservation measures, according to a statement issued by the Prime Minister’s Office (PMO).</p>
<p>Shehbaz noted that uncertainty continued to persist in the region and instructed relevant authorities to formulate a comprehensive contingency plan to ensure timely action if needed.</p>
<p>“The national economy is currently stable by the grace of Allah, but preparations must be in place to address any emerging challenges,” the premier said.</p>
<p>The prime minister appreciated the public’s cooperation in previous austerity and energy-saving campaigns, particularly efforts aimed at conserving petroleum products and energy.</p>
<p>“The government’s timely and effective strategy had ensured smooth fuel supplies across the country despite regional uncertainties,” he said.</p>
<p>Shehbaz further stated that the government had protected ordinary citizens, including motorcyclists, rickshaw drivers and transporters, from the adverse effects of rising fuel prices through targeted subsidies.</p>
<p>He directed federal and provincial authorities to take strict action against elements involved in creating an artificial shortage of petroleum products.</p>
<p>During the meeting, officials informed the prime minister that Pakistan currently possessed sufficient petroleum reserves to meet domestic requirements and that arrangements had been made to ensure uninterrupted supplies in the future.</p>
<p>The meeting was attended by federal ministers Ahad Cheema, Muhammad Aurangzeb, Ali Pervaiz Malik and Awais Leghari, Minister of State Bilal Azhar Kayani, Special Assistant to PM Tariq Bajwa, State Bank of Pakistan Governor Jameel Ahmad and other senior officials.</p>
]]></content:encoded>
      <category>Pakistan</category>
      <guid>https://www.brecorder.com/news/40430354</guid>
      <pubDate>Thu, 16 Jul 2026 20:55:35 +0500</pubDate>
      <author>none@none.com (BR Web Desk)</author>
      <media:content url="https://i.brecorder.com/large/2026/07/161807405a749c6.webp" type="image/webp" medium="image" height="600" width="1000">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/07/161807405a749c6.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Sindh Assembly concludes budget debate as CM outlines Rs720bn development plan</title>
      <link>https://www.brecorder.com/news/40427545/sindh-assembly-concludes-budget-debate-as-cm-outlines-rs720bn-development-plan</link>
      <description>&lt;p&gt;&lt;strong&gt;Sindh Chief Minister Syed Murad Ali Shah on Sunday defended his government’s Rs3.652 trillion budget for the fiscal year 2026-27, highlighting prudent fiscal management, record legislative participation, and an ambitious roadmap aimed at transforming Sindh into a regional economic hub.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Winding up the budget debate in the Sindh Assembly, the chief minister stated that the province managed to maintain strict fiscal discipline despite facing a budget deficit of Rs344 billion, reduced federal fiscal space, and unexpected expenditures exceeding Rs95 billion during the outgoing year.&lt;/p&gt;
&lt;p&gt;“Administrative expenditures were slashed by more than Rs62 billion, allowing resources to be redirected toward development, social welfare, and economic growth initiatives,” he noted.&lt;/p&gt;
&lt;p&gt;Presenting a comprehensive vision for the province’s future, CM Murad announced plans to develop Keti Bandar as a major logistics hub through public-private partnerships, establish the Sindh International Financial Centre, create a province-wide Green Energy Network, and introduce a new agricultural financing framework to empower small farmers.&lt;/p&gt;
&lt;p&gt;He unveiled an Annual Development Programme (ADP) of Rs720 billion for the next financial year, which includes Rs206 billion earmarked for Karachi to complete more than 1,800 development schemes.&lt;/p&gt;
&lt;p&gt;Showcasing the achievements of the outgoing fiscal year 2025-26 through a detailed pictorial presentation, the chief minister highlighted completed projects in healthcare, education, irrigation, and infrastructure. He specifically pointed to the success of the Sindh People’s Housing for Flood Affectees (SPHF) programme, describing it as the world’s largest owner-driven housing initiative, with one million houses completed and another 600,000 currently under construction.&lt;/p&gt;
&lt;p&gt;“Growing international confidence in Sindh’s strategy was evident as the World Bank approved projects worth around $1.7 billion for the province during the past two and a half months,” he added.&lt;/p&gt;
&lt;p&gt;Responding to opposition’s criticism and what he termed factual inaccuracies, CM Murad rejected claims that quality healthcare was concentrated only in Karachi, citing specialised services and treatment statistics from facilities in Gambat, Sukkur, and Hyderabad.&lt;/p&gt;
&lt;p&gt;He also dispelled assertions regarding historical spending on Karachi, clarifying that records showed past local administrations spent Rs33 billion rather than the Rs300 billion claimed.&lt;/p&gt;
&lt;p&gt;The chief minister criticised successive federal governments for announcing massive development packages for Karachi—including past promises of Rs62 billion and Rs1.1 trillion—that never fully materialised, noting that current federal support remains limited to a few road projects.&lt;/p&gt;
&lt;p&gt;Addressing remarks made during the session regarding national unity and historical legacies, CM Murad recalled the deep roots of Quaid-i-Azam Muhammad Ali Jinnah in Sindh and Karachi, urging political leaders to avoid divisive rhetoric. He maintained that Sindh continues to embody the values of inclusion and coexistence, and called for mutual respect for the historical contributions of all communities toward national cohesion.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>Sindh Chief Minister Syed Murad Ali Shah on Sunday defended his government’s Rs3.652 trillion budget for the fiscal year 2026-27, highlighting prudent fiscal management, record legislative participation, and an ambitious roadmap aimed at transforming Sindh into a regional economic hub.</strong></p>
<p>Winding up the budget debate in the Sindh Assembly, the chief minister stated that the province managed to maintain strict fiscal discipline despite facing a budget deficit of Rs344 billion, reduced federal fiscal space, and unexpected expenditures exceeding Rs95 billion during the outgoing year.</p>
<p>“Administrative expenditures were slashed by more than Rs62 billion, allowing resources to be redirected toward development, social welfare, and economic growth initiatives,” he noted.</p>
<p>Presenting a comprehensive vision for the province’s future, CM Murad announced plans to develop Keti Bandar as a major logistics hub through public-private partnerships, establish the Sindh International Financial Centre, create a province-wide Green Energy Network, and introduce a new agricultural financing framework to empower small farmers.</p>
<p>He unveiled an Annual Development Programme (ADP) of Rs720 billion for the next financial year, which includes Rs206 billion earmarked for Karachi to complete more than 1,800 development schemes.</p>
<p>Showcasing the achievements of the outgoing fiscal year 2025-26 through a detailed pictorial presentation, the chief minister highlighted completed projects in healthcare, education, irrigation, and infrastructure. He specifically pointed to the success of the Sindh People’s Housing for Flood Affectees (SPHF) programme, describing it as the world’s largest owner-driven housing initiative, with one million houses completed and another 600,000 currently under construction.</p>
<p>“Growing international confidence in Sindh’s strategy was evident as the World Bank approved projects worth around $1.7 billion for the province during the past two and a half months,” he added.</p>
<p>Responding to opposition’s criticism and what he termed factual inaccuracies, CM Murad rejected claims that quality healthcare was concentrated only in Karachi, citing specialised services and treatment statistics from facilities in Gambat, Sukkur, and Hyderabad.</p>
<p>He also dispelled assertions regarding historical spending on Karachi, clarifying that records showed past local administrations spent Rs33 billion rather than the Rs300 billion claimed.</p>
<p>The chief minister criticised successive federal governments for announcing massive development packages for Karachi—including past promises of Rs62 billion and Rs1.1 trillion—that never fully materialised, noting that current federal support remains limited to a few road projects.</p>
<p>Addressing remarks made during the session regarding national unity and historical legacies, CM Murad recalled the deep roots of Quaid-i-Azam Muhammad Ali Jinnah in Sindh and Karachi, urging political leaders to avoid divisive rhetoric. He maintained that Sindh continues to embody the values of inclusion and coexistence, and called for mutual respect for the historical contributions of all communities toward national cohesion.</p>
]]></content:encoded>
      <category>Pakistan</category>
      <guid>https://www.brecorder.com/news/40427545</guid>
      <pubDate>Sun, 28 Jun 2026 19:59:13 +0500</pubDate>
      <author>none@none.com (BR Web Desk)</author>
      <media:content url="https://i.brecorder.com/large/2026/06/28195803e6ef27f.webp" type="image/webp" medium="image" height="600" width="1000">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/06/28195803e6ef27f.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Pakistan, Türkiye sign three MoUs to strengthen cooperation in power sector</title>
      <link>https://www.brecorder.com/news/40427294/pakistan-turkiye-sign-three-mous-to-strengthen-cooperation-in-power-sector</link>
      <description>&lt;p&gt;&lt;strong&gt;Pakistan and Türkiye on Thursday signed three Memoranda of Understanding (MoUs) aimed at enhancing institutional collaboration, technical cooperation and knowledge sharing in the power sector during high-level consultations held in Istanbul.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The agreements were signed as part of ongoing cooperation between the two brotherly countries in the energy sector, according to a press release issued by the Ministry of Energy (Power Division).&lt;/p&gt;
&lt;p&gt;The agreements reflect the shared commitment of both countries to deepen institutional collaboration, promote knowledge exchange, and strengthen technical cooperation across key areas of the power sector.&lt;/p&gt;
    &lt;figure class='media  w-full  w-full  media--  media--embed  media--uneven media--tweet' data-original-src='https://x.com/MoWP15/status/2070162852124467345'&gt;
        &lt;div class='media__item  media__item--twitter  '&gt;&lt;span&gt;
    &lt;blockquote class="twitter-tweet" lang="en"&gt;
        &lt;a href="https://twitter.com/MoWP15/status/2070162852124467345"&gt;&lt;/a&gt;
    &lt;/blockquote&gt;
&lt;/span&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;The MoUs were signed between Pakistani and Turkish energy sector entities, Independent System and Market Operator (ISMO) and Energy Exchange Istanbul (EPIAS), ISMO and the Turkish Electricity Transmission Corporation (TEIAS), and the Power Planning and Monitoring Company (PPMC) and the Turkish Electricity Distribution Corporation (TEDAS).&lt;/p&gt;
&lt;p&gt;The agreements establish formal frameworks for cooperation in areas including post privatisation governance framework, electricity market development, ancillary services regulations formulation, power system operations, transmission planning, distribution sector management, digitalisation, capacity building, institutional strengthening, and the exchange of technical expertise.&lt;/p&gt;
&lt;p&gt;Federal Minister for Energy (Power Division) Sardar Awais Ahmad Khan Leghari welcomed the signing of the MoUs and noted that these partnerships represent an important step towards strengthening Pakistan’s energy institutions through collaboration with leading Turkish counterparts.&lt;/p&gt;
&lt;p&gt;“Pakistan is committed to learning from Türkiye’s successful experience in electricity market reform, transmission system development, distribution sector modernisation, and the integration of advanced technologies into power sector operations,” he emphasised.&lt;/p&gt;
&lt;p&gt;The minister highlighted the importance of learning from Turkish experience regarding the post privatisation framework development and managing the power sector in privatised environment.&lt;/p&gt;
&lt;p&gt;He highlighted that cooperation between sector institutions will facilitate the transfer of practical knowledge, operational experience and best practices that can support Pakistan’s ongoing efforts to improve efficiency, enhance service delivery, strengthen governance, and build a more sustainable and competitive power sector.&lt;/p&gt;
&lt;p&gt;The Turkish side expressed its commitment to supporting long-term institutional cooperation and welcomed the opportunity for both countries to work closely.&lt;/p&gt;
&lt;p&gt;The signing of the MoUs shall pave the way for joint technical initiatives, expert exchanges, training programme, study visits and collaborative projects aimed at advancing energy sector development in Pakistan.&lt;/p&gt;
&lt;p&gt;The government of Pakistan views these agreements as an important outcome of the Pakistan–Türkiye energy dialogue and a concrete demonstration of the growing strategic partnership between the two brotherly nations in the energy sector.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>Pakistan and Türkiye on Thursday signed three Memoranda of Understanding (MoUs) aimed at enhancing institutional collaboration, technical cooperation and knowledge sharing in the power sector during high-level consultations held in Istanbul.</strong></p>
<p>The agreements were signed as part of ongoing cooperation between the two brotherly countries in the energy sector, according to a press release issued by the Ministry of Energy (Power Division).</p>
<p>The agreements reflect the shared commitment of both countries to deepen institutional collaboration, promote knowledge exchange, and strengthen technical cooperation across key areas of the power sector.</p>
    <figure class='media  w-full  w-full  media--  media--embed  media--uneven media--tweet' data-original-src='https://x.com/MoWP15/status/2070162852124467345'>
        <div class='media__item  media__item--twitter  '><span>
    <blockquote class="twitter-tweet" lang="en">
        <a href="https://twitter.com/MoWP15/status/2070162852124467345"></a>
    </blockquote>
</span></div>
        
    </figure>
<p>The MoUs were signed between Pakistani and Turkish energy sector entities, Independent System and Market Operator (ISMO) and Energy Exchange Istanbul (EPIAS), ISMO and the Turkish Electricity Transmission Corporation (TEIAS), and the Power Planning and Monitoring Company (PPMC) and the Turkish Electricity Distribution Corporation (TEDAS).</p>
<p>The agreements establish formal frameworks for cooperation in areas including post privatisation governance framework, electricity market development, ancillary services regulations formulation, power system operations, transmission planning, distribution sector management, digitalisation, capacity building, institutional strengthening, and the exchange of technical expertise.</p>
<p>Federal Minister for Energy (Power Division) Sardar Awais Ahmad Khan Leghari welcomed the signing of the MoUs and noted that these partnerships represent an important step towards strengthening Pakistan’s energy institutions through collaboration with leading Turkish counterparts.</p>
<p>“Pakistan is committed to learning from Türkiye’s successful experience in electricity market reform, transmission system development, distribution sector modernisation, and the integration of advanced technologies into power sector operations,” he emphasised.</p>
<p>The minister highlighted the importance of learning from Turkish experience regarding the post privatisation framework development and managing the power sector in privatised environment.</p>
<p>He highlighted that cooperation between sector institutions will facilitate the transfer of practical knowledge, operational experience and best practices that can support Pakistan’s ongoing efforts to improve efficiency, enhance service delivery, strengthen governance, and build a more sustainable and competitive power sector.</p>
<p>The Turkish side expressed its commitment to supporting long-term institutional cooperation and welcomed the opportunity for both countries to work closely.</p>
<p>The signing of the MoUs shall pave the way for joint technical initiatives, expert exchanges, training programme, study visits and collaborative projects aimed at advancing energy sector development in Pakistan.</p>
<p>The government of Pakistan views these agreements as an important outcome of the Pakistan–Türkiye energy dialogue and a concrete demonstration of the growing strategic partnership between the two brotherly nations in the energy sector.</p>
]]></content:encoded>
      <category>Pakistan</category>
      <guid>https://www.brecorder.com/news/40427294</guid>
      <pubDate>Thu, 25 Jun 2026 22:43:23 +0500</pubDate>
      <author>none@none.com (BR Web DeskAPP)</author>
      <media:content url="https://i.brecorder.com/large/2026/06/25223459efeed3f.webp" type="image/webp" medium="image" height="600" width="1000">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/06/25223459efeed3f.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>CDWP approves 15 development projects worth Rs34.74bn</title>
      <link>https://www.brecorder.com/news/40427291/cdwp-approves-15-development-projects-worth-rs3474bn</link>
      <description>&lt;p&gt;&lt;strong&gt;The Central Development Working Party (CDWP) has approved 15 development projects worth 34.74 billion rupees.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The approval was given in a meeting held in Islamabad on Thursday with Minister for Planning and Development Ahsan Iqbal in the chair, the Press Information Department (PID) said in a press release.&lt;/p&gt;
&lt;p&gt;The projects presented before the forum covered diverse sectors, including mineral exploration, healthcare, digital infrastructure, security, energy, robotics, and road connectivity.&lt;/p&gt;
&lt;p&gt;Chairing the meeting, Minister for Planning Iqbal emphasised that the approved projects are aligned with the vision of URAAN Pakistan, focusing on digital transformation, modern infrastructure, connectivity, and sustainable economic growth.&lt;/p&gt;
&lt;p&gt;The minister highlighted that strategic investments in technology and infrastructure are essential for accelerating Pakistan’s journey towards a knowledge-based and competitive economy.  &lt;/p&gt;
&lt;p&gt;Three projects related to the Information Technology sector were presented before the forum. The project titled “ Establishment of Emerging Technologies Data Centre ” worth Rs. 7930 million was accorded in-principle approval and recommended to ECNEC for further consideration. The project aims to establish a national Emerging Technologies Data Centre to provide secure, sovereign, and government-owned Artificial Intelligence (AI) and high-performance computing infrastructure for Pakistan. The facility will support artificial intelligence, cloud computing, big data analytics, and digital services for government institutions, academia, research organizations, and the private sector. The project will strengthen data security and digital sovereignty, reduce reliance on foreign cloud providers, support indigenous AI solutions, and promote innovation, capacity building, and growth of the digital economy.&lt;/p&gt;
&lt;p&gt;Another Information Technology sector project, “ National Artificial Intelligence Ecosystem Development Program (NAIEDP) ” worth Rs. 13,000 million, was accorded in-principle approval and recommended to ECNEC for further consideration. The project includes a comprehensive feasibility study through a specialized consultancy firm to assess the AI ecosystem, stakeholder landscape, technical and infrastructure requirements, financial and market viability, legal and governance frameworks, and risk mitigation measures. The study will lead to the development of an upgraded and implementation-ready PC-I to support informed decision-making and successful execution of the project.&lt;/p&gt;
&lt;p&gt;The third IT sector project presented was,“ Pakistan Communication Satellite – 2 (PakSat-2) ” worth Rs. 37192.282 million, was accorded in-principle approval and recommended to ECNEC for further consideration. The project includes the development and deployment of a communication satellite in Geostationary Orbit (GEO) along with upgrading existing Ground Control and Operations Centers at Lahore and Karachi. The project will enhance satellite command, control, tracking, and operational capabilities by utilizing SUPARCO’s existing technical expertise and infrastructure.&lt;/p&gt;
&lt;p&gt;A project related to the Physical Planning &amp;amp; Housing sector, “ Acquisition of Land and Hiring of Consultancy Firms for Feasibility Study for Establishment of Special Protection Unit (SPU) In ICT Police Islamabad ” worth Rs. 9412.984 million, was accorded in-principle approval and recommended to ECNEC for further consideration. The project includes acquisition of 26.76-kanal (16,189.80-Square Yard) land and hiring of consultancy firms for feasibility study and detailed engineering design for establishment of the SPU in Sector H-11, Islamabad.&lt;/p&gt;
&lt;p&gt;A Power sector project presented by the Government of AJK namely “ Strengthening &amp;amp; Improvement of Electricity Supply Network in AJ&amp;amp;K ” worth Rs. 9999.981 million, was also accorded in-principle approval by the forum and recommended to ECNEC for further consideration. The proposed project focuses on reconductoring, load bifurcation, and upgradation of overloaded 11 kV feeders to improve voltage profile, system reliability, and reduce power outages. It also includes installation of new distribution transformers, augmentation of existing transformers, and establishment of repair workshops to enhance operational efficiency and timely restoration of power supply&lt;/p&gt;
&lt;p&gt;Four projects related to the Transport and Communications sector were presented and accorded in-principle approval &amp;amp; recommended to ECNEC. These included “C onstruction of Lalamusa Bypass (N-5) ” worth Rs. 20,354.319 million and “ Up-gradation of Track and Allied Infrastructure on ML-3; Rohri–Sibi–Quetta–Koh-e-Taftan Section (996 Kms) ” worth Rs. 278,618.591 million. The ML-3 project is proposed to be financed through PSDP, with interim funding to be provided through bridge financing by Reko Diq Mining Company (RDMC) and the Government of Pakistan. The project includes track renewal, rehabilitation of embankments and bridges, replacement of turnouts, and construction of 11 new railway stations between Spezand and Taftan. The project will be implemented in two phases, with critical infrastructure works planned during Phase-I (2026–2030) and remaining priority works during Phase-II (2031–2033).&lt;/p&gt;
&lt;p&gt;Another Transport and Communications sector project “ Construction of Mashkel - Chedgi Road (108.5 Km) CSR-2025 (Revised) ” worth Rs. 43647.080 million was accorded in-principle approval and recommended to ECNEC for further consideration. The project, proposed to be financed through 90% SFD and 10% PSDP, includes construction of a 4.1-kilometre-long tunnel along with approach roads, bridges, culverts, slope protection works, retaining walls, erosion control works, and allied infrastructure facilities.&lt;/p&gt;
&lt;p&gt;Another revised T&amp;amp;C sector project, “C onstruction of Rathoa Haryam Bridge Across Reservoir channel on Mirpur-Islamgarh Road, Mirpur AJ&amp;amp;K ” worth Rs. 10867.189 million, was accorded in-principle approval and recommended to ECNEC for further consideration. The project involves construction of the Rathoa Haryam Bridge across the reservoir channel on Mirpur–Islamgarh Road along with associated road infrastructure. The road component includes construction of a 4.242-kilometer-long, two-lane approach road with a 7.3-meter-wide carriageway, inner and outer shoulders, and 400 meters of concrete retaining walls designed in accordance with AASHTO Policy 2004 standards. The bridge component comprises a 2.975-kilometer-long bridge divided into three zones based on geotechnical conditions, pier heights, and construction methodology to ensure structural stability and efficient execution.&lt;/p&gt;
&lt;p&gt;While reviewing the project, Iqbal stated that the project was a long-delayed initiative, with work remaining stalled since 2018. He highlighted that after the present government assumed office in April 2022, the project was accorded special attention, and the Ministry of Planning actively worked to resolve the outstanding issues and ensure its revival.&lt;/p&gt;
&lt;p&gt;The minister stated that through the support and commitment of the Federal Government, the project was reinitiated with a revised cost of Rs. 9.98 billion, fully funded through the Public Sector Development Programme (PSDP). As a result of these dedicated efforts, the project, which was originally initiated in 2006, has now been physically completed, marking a significant milestone in the government’s commitment towards completion of stalled development initiatives.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>The Central Development Working Party (CDWP) has approved 15 development projects worth 34.74 billion rupees.</strong></p>
<p>The approval was given in a meeting held in Islamabad on Thursday with Minister for Planning and Development Ahsan Iqbal in the chair, the Press Information Department (PID) said in a press release.</p>
<p>The projects presented before the forum covered diverse sectors, including mineral exploration, healthcare, digital infrastructure, security, energy, robotics, and road connectivity.</p>
<p>Chairing the meeting, Minister for Planning Iqbal emphasised that the approved projects are aligned with the vision of URAAN Pakistan, focusing on digital transformation, modern infrastructure, connectivity, and sustainable economic growth.</p>
<p>The minister highlighted that strategic investments in technology and infrastructure are essential for accelerating Pakistan’s journey towards a knowledge-based and competitive economy.  </p>
<p>Three projects related to the Information Technology sector were presented before the forum. The project titled “ Establishment of Emerging Technologies Data Centre ” worth Rs. 7930 million was accorded in-principle approval and recommended to ECNEC for further consideration. The project aims to establish a national Emerging Technologies Data Centre to provide secure, sovereign, and government-owned Artificial Intelligence (AI) and high-performance computing infrastructure for Pakistan. The facility will support artificial intelligence, cloud computing, big data analytics, and digital services for government institutions, academia, research organizations, and the private sector. The project will strengthen data security and digital sovereignty, reduce reliance on foreign cloud providers, support indigenous AI solutions, and promote innovation, capacity building, and growth of the digital economy.</p>
<p>Another Information Technology sector project, “ National Artificial Intelligence Ecosystem Development Program (NAIEDP) ” worth Rs. 13,000 million, was accorded in-principle approval and recommended to ECNEC for further consideration. The project includes a comprehensive feasibility study through a specialized consultancy firm to assess the AI ecosystem, stakeholder landscape, technical and infrastructure requirements, financial and market viability, legal and governance frameworks, and risk mitigation measures. The study will lead to the development of an upgraded and implementation-ready PC-I to support informed decision-making and successful execution of the project.</p>
<p>The third IT sector project presented was,“ Pakistan Communication Satellite – 2 (PakSat-2) ” worth Rs. 37192.282 million, was accorded in-principle approval and recommended to ECNEC for further consideration. The project includes the development and deployment of a communication satellite in Geostationary Orbit (GEO) along with upgrading existing Ground Control and Operations Centers at Lahore and Karachi. The project will enhance satellite command, control, tracking, and operational capabilities by utilizing SUPARCO’s existing technical expertise and infrastructure.</p>
<p>A project related to the Physical Planning &amp; Housing sector, “ Acquisition of Land and Hiring of Consultancy Firms for Feasibility Study for Establishment of Special Protection Unit (SPU) In ICT Police Islamabad ” worth Rs. 9412.984 million, was accorded in-principle approval and recommended to ECNEC for further consideration. The project includes acquisition of 26.76-kanal (16,189.80-Square Yard) land and hiring of consultancy firms for feasibility study and detailed engineering design for establishment of the SPU in Sector H-11, Islamabad.</p>
<p>A Power sector project presented by the Government of AJK namely “ Strengthening &amp; Improvement of Electricity Supply Network in AJ&amp;K ” worth Rs. 9999.981 million, was also accorded in-principle approval by the forum and recommended to ECNEC for further consideration. The proposed project focuses on reconductoring, load bifurcation, and upgradation of overloaded 11 kV feeders to improve voltage profile, system reliability, and reduce power outages. It also includes installation of new distribution transformers, augmentation of existing transformers, and establishment of repair workshops to enhance operational efficiency and timely restoration of power supply</p>
<p>Four projects related to the Transport and Communications sector were presented and accorded in-principle approval &amp; recommended to ECNEC. These included “C onstruction of Lalamusa Bypass (N-5) ” worth Rs. 20,354.319 million and “ Up-gradation of Track and Allied Infrastructure on ML-3; Rohri–Sibi–Quetta–Koh-e-Taftan Section (996 Kms) ” worth Rs. 278,618.591 million. The ML-3 project is proposed to be financed through PSDP, with interim funding to be provided through bridge financing by Reko Diq Mining Company (RDMC) and the Government of Pakistan. The project includes track renewal, rehabilitation of embankments and bridges, replacement of turnouts, and construction of 11 new railway stations between Spezand and Taftan. The project will be implemented in two phases, with critical infrastructure works planned during Phase-I (2026–2030) and remaining priority works during Phase-II (2031–2033).</p>
<p>Another Transport and Communications sector project “ Construction of Mashkel - Chedgi Road (108.5 Km) CSR-2025 (Revised) ” worth Rs. 43647.080 million was accorded in-principle approval and recommended to ECNEC for further consideration. The project, proposed to be financed through 90% SFD and 10% PSDP, includes construction of a 4.1-kilometre-long tunnel along with approach roads, bridges, culverts, slope protection works, retaining walls, erosion control works, and allied infrastructure facilities.</p>
<p>Another revised T&amp;C sector project, “C onstruction of Rathoa Haryam Bridge Across Reservoir channel on Mirpur-Islamgarh Road, Mirpur AJ&amp;K ” worth Rs. 10867.189 million, was accorded in-principle approval and recommended to ECNEC for further consideration. The project involves construction of the Rathoa Haryam Bridge across the reservoir channel on Mirpur–Islamgarh Road along with associated road infrastructure. The road component includes construction of a 4.242-kilometer-long, two-lane approach road with a 7.3-meter-wide carriageway, inner and outer shoulders, and 400 meters of concrete retaining walls designed in accordance with AASHTO Policy 2004 standards. The bridge component comprises a 2.975-kilometer-long bridge divided into three zones based on geotechnical conditions, pier heights, and construction methodology to ensure structural stability and efficient execution.</p>
<p>While reviewing the project, Iqbal stated that the project was a long-delayed initiative, with work remaining stalled since 2018. He highlighted that after the present government assumed office in April 2022, the project was accorded special attention, and the Ministry of Planning actively worked to resolve the outstanding issues and ensure its revival.</p>
<p>The minister stated that through the support and commitment of the Federal Government, the project was reinitiated with a revised cost of Rs. 9.98 billion, fully funded through the Public Sector Development Programme (PSDP). As a result of these dedicated efforts, the project, which was originally initiated in 2006, has now been physically completed, marking a significant milestone in the government’s commitment towards completion of stalled development initiatives.</p>
]]></content:encoded>
      <category>Pakistan</category>
      <guid>https://www.brecorder.com/news/40427291</guid>
      <pubDate>Thu, 25 Jun 2026 21:19:12 +0500</pubDate>
      <author>none@none.com (BR Web Desk)</author>
      <media:content url="https://i.brecorder.com/large/2026/06/25211735d683ae7.webp" type="image/webp" medium="image" height="600" width="1000">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/06/25211735d683ae7.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Pakistan's KGTL port plans up to $100mn more investment after Iran war cargo surge</title>
      <link>https://www.brecorder.com/news/40426977/pakistans-kgtl-port-plans-up-to-100mn-more-investment-after-iran-war-cargo-surge</link>
      <description>&lt;p&gt;&lt;strong&gt;KARACHI: Pakistan’s Karachi Gateway Terminal is planning up to $100 million in new investment within five years as the country tries to cut freight costs and turn a cargo surge triggered by the Iran war into longer-term regional shipping gains.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Karachi Gateway Terminal Ltd, backed by Abu Dhabi Ports Group, has already completed a $60 million dredging project at Karachi Port and is expanding container and bulk-handling facilities, CEO Khurram Aziz Khan told &lt;em&gt;Reuters&lt;/em&gt; in an interview.&lt;/p&gt;
&lt;p&gt;“We are targeting another $75 million to $100 million” within five years, Khan said, adding that the next phase would focus on expanding the container terminal, enhancing yard capacity, larger ship and yard cranes, dedicated bulk export infrastructure, silos, warehouses and automated conveying.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40411301/new-feeder-service-to-serve-kgtl-strengthens-maritime-connectivity-between-pakistan-uae"&gt;&lt;strong&gt;New feeder service to serve KGTL, strengthens maritime connectivity between Pakistan, UAE&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;KGTL is also exploring investment in rail freight, including locomotives, rolling stock and storage hubs near agricultural areas, to link those areas to ports and help Pakistan export products such as corn and rice more competitively, he said.&lt;/p&gt;
&lt;p&gt;“For transit as well, you need to provide a complete solution,” Khan said. “We are ready to invest in that as well, to bring our own rolling stock and locomotive for the freight trains business.”&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Disruption into traffic&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The Iran war created a new opportunity for Pakistan to act as a transshipment hub, as cargo was rerouted through Karachi for onward shipment to other destinations during the conflict, Khan said.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40416474/minister-marks-karachi-port-dredging-milestone"&gt;&lt;strong&gt;Minister marks Karachi Port dredging milestone&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;“Pakistan has never really handled transshipment volume,” he said. “This conflict has created this opportunity for Pakistan.”&lt;/p&gt;
&lt;p&gt;The dredging project is expected to allow Karachi Port to handle bulk vessels of up to 120,000 metric tons, from about 60,000 tons previously, once Karachi Port Trust issues revised handling parameters expected within days, Khan said.&lt;/p&gt;
&lt;p&gt;KGTL is upgrading its bulk terminal to cut handling time for a 60,000-ton vessel to about 2.5 to 3 days from 12 to 15 days, while building silos with annual capacity of 8.5 million tons for clean bulk cargo to secure national food security, bulk-export warehouses and systems for fertilizer imports.&lt;/p&gt;
&lt;p&gt;But sustaining the gains will depend on better road and rail links, Khan said.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>KARACHI: Pakistan’s Karachi Gateway Terminal is planning up to $100 million in new investment within five years as the country tries to cut freight costs and turn a cargo surge triggered by the Iran war into longer-term regional shipping gains.</strong></p>
<p>Karachi Gateway Terminal Ltd, backed by Abu Dhabi Ports Group, has already completed a $60 million dredging project at Karachi Port and is expanding container and bulk-handling facilities, CEO Khurram Aziz Khan told <em>Reuters</em> in an interview.</p>
<p>“We are targeting another $75 million to $100 million” within five years, Khan said, adding that the next phase would focus on expanding the container terminal, enhancing yard capacity, larger ship and yard cranes, dedicated bulk export infrastructure, silos, warehouses and automated conveying.</p>
<p><a href="https://www.brecorder.com/news/40411301/new-feeder-service-to-serve-kgtl-strengthens-maritime-connectivity-between-pakistan-uae"><strong>New feeder service to serve KGTL, strengthens maritime connectivity between Pakistan, UAE</strong></a></p>
<p>KGTL is also exploring investment in rail freight, including locomotives, rolling stock and storage hubs near agricultural areas, to link those areas to ports and help Pakistan export products such as corn and rice more competitively, he said.</p>
<p>“For transit as well, you need to provide a complete solution,” Khan said. “We are ready to invest in that as well, to bring our own rolling stock and locomotive for the freight trains business.”</p>
<p><strong>Disruption into traffic</strong></p>
<p>The Iran war created a new opportunity for Pakistan to act as a transshipment hub, as cargo was rerouted through Karachi for onward shipment to other destinations during the conflict, Khan said.</p>
<p><a href="https://www.brecorder.com/news/40416474/minister-marks-karachi-port-dredging-milestone"><strong>Minister marks Karachi Port dredging milestone</strong></a></p>
<p>“Pakistan has never really handled transshipment volume,” he said. “This conflict has created this opportunity for Pakistan.”</p>
<p>The dredging project is expected to allow Karachi Port to handle bulk vessels of up to 120,000 metric tons, from about 60,000 tons previously, once Karachi Port Trust issues revised handling parameters expected within days, Khan said.</p>
<p>KGTL is upgrading its bulk terminal to cut handling time for a 60,000-ton vessel to about 2.5 to 3 days from 12 to 15 days, while building silos with annual capacity of 8.5 million tons for clean bulk cargo to secure national food security, bulk-export warehouses and systems for fertilizer imports.</p>
<p>But sustaining the gains will depend on better road and rail links, Khan said.</p>
]]></content:encoded>
      <category>Pakistan</category>
      <guid>https://www.brecorder.com/news/40426977</guid>
      <pubDate>Tue, 23 Jun 2026 23:17:11 +0500</pubDate>
      <author>none@none.com (Reuters)</author>
      <media:content url="https://i.brecorder.com/large/2026/06/231903396da5412.webp" type="image/webp" medium="image" height="768" width="1024">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/06/231903396da5412.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Disgruntled salaried group gets some relief as Aurangzeb announces FY27 budget</title>
      <link>https://www.brecorder.com/news/40425176/disgruntled-salaried-group-gets-some-relief-as-aurangzeb-announces-fy27-budget</link>
      <description>&lt;p&gt;&lt;strong&gt;Finance Minister Muhammad Aurangzeb unveiled Pakistan’s federal budget for fiscal year 2026-27 on Friday, with the government seeking to achieve GDP growth of 4% and inflation at 8.2%.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Notably, the salaried group that had been at the receiving end of higher taxation for a number of years saw some relief. However, the income tax threshold of Rs50,000 per month remained unchanged.&lt;/p&gt;
    &lt;figure class='media  w-1/2 sm:w-3/5  media--center  media--embed  media--uneven' data-original-src='https://public.flourish.studio/visualisation/29353893/'&gt;
        &lt;div class='media__item  media__item--flourish  media__item--relative'&gt;&lt;div class="flourish-embed" data-src="visualisation/29353893"&gt;&lt;script src="https://public.flourish.studio/resources/embed.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
    &lt;figure class='media  w-1/2 sm:w-3/5  media--center  media--embed  media--uneven' data-original-src='https://public.flourish.studio/visualisation/29353797/'&gt;
        &lt;div class='media__item  media__item--flourish  media__item--relative'&gt;&lt;div class="flourish-embed" data-src="visualisation/29353797"&gt;&lt;script src="https://public.flourish.studio/resources/embed.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;The incumbent government’s third federal budget carries a total outlay of around Rs18.77 trillion ($67 billion), reflecting a moderate increase from Rs17.6 trillion in the previous year’s budget, as policymakers attempt to maintain macroeconomic stability while navigating a challenging external environment marred by the Middle East crisis.&lt;/p&gt;
    &lt;figure class='media  w-full sm:w-full  media--center  media--embed  media--uneven' data-original-src='https://public.flourish.studio/visualisation/29351998/'&gt;
        &lt;div class='media__item  media__item--flourish  media__item--relative'&gt;&lt;div class="flourish-embed" data-src="visualisation/29351998"&gt;&lt;script src="https://public.flourish.studio/resources/embed.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;Interestingly, inflation target has been set slightly higher at 8.2%, largely attributed to the ongoing Middle East war that has rattled energy markets.&lt;/p&gt;
&lt;p&gt;Meanwhile, as per the budget documents, Rs8,054 billion has been earmarked for interest payments in FY27. While Rs17,495 billion has been allocated for the government’s current expenditure in FY27.&lt;/p&gt;
&lt;p&gt;According to budget estimates, the government targets GDP growth of 4% in FY27, compared to an estimated 3.7% in the outgoing fiscal year. Sector-wise, agriculture, industrial and services are expected to post growth of 3.6%, 4.5% and 4.2%, respectively, in FY27.&lt;/p&gt;
    &lt;figure class='media  w-full sm:w-full  media--center  media--embed  media--uneven' data-original-src='https://public.flourish.studio/visualisation/29351333/'&gt;
        &lt;div class='media__item  media__item--flourish  media__item--relative'&gt;&lt;div class="flourish-embed" data-src="visualisation/29351333"&gt;&lt;script src="https://public.flourish.studio/resources/embed.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;The budget deficit is projected to be 3.6% of the GDP, and a primary surplus of 2%  of GDP.&lt;/p&gt;
&lt;p&gt;The budget projects a federal deficit of Rs7.02 trillion.&lt;/p&gt;
    &lt;figure class='media  w-full sm:w-full  media--center  media--embed  media--uneven' data-original-src='https://public.flourish.studio/visualisation/29351488/'&gt;
        &lt;div class='media__item  media__item--flourish  media__item--relative'&gt;&lt;div class="flourish-embed" data-src="visualisation/29351488"&gt;&lt;script src="https://public.flourish.studio/resources/embed.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;In his opening statement, the finance minister lauded the role of Pakistan’s armed forces, saying that the defence sector has emerged as a source of earning valuable foreign exchange.&lt;/p&gt;
&lt;p&gt;He said the strategic defence agreement between Pakistan and Saudi Arabia is a moment of pride. “Pakistan will always steadfastly stand alongside KSA,” said Aurangzeb.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;FBR tax target raised&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The FBR has a tax collection target of approximately Rs15.26 trillion for FY27, representing an increase of over 8% compared to Rs14.13 trillion in the outgoing fiscal year.&lt;/p&gt;
    &lt;figure class='media  w-full sm:w-full  media--center  media--embed  media--uneven' data-original-src='https://public.flourish.studio/visualisation/29351699/'&gt;
        &lt;div class='media__item  media__item--flourish  media__item--relative'&gt;&lt;div class="flourish-embed" data-src="visualisation/29351699"&gt;&lt;script src="https://public.flourish.studio/resources/embed.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;An amount of Rs8,848 billion has been allocated for provinces from federal revenue.&lt;/p&gt;
&lt;p&gt;Meanwhile, non-tax revenues are projected to exceed Rs5.34 trillion in FY27, supported by profits from the State Bank of Pakistan, petroleum levy collections, and proceeds from state-owned enterprises.&lt;/p&gt;
&lt;p&gt;The government expects enhanced documentation, increased use of digital invoicing systems, and tighter monitoring of retail and wholesale sectors to contribute significantly towards achieving the target.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Minimum wage up 10%&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Aurangzeb admitted inflation has increased the difficulties faced by salaried individuals.&lt;/p&gt;
&lt;p&gt;“Recognising these challenges, the government is proposing a 7% increase in the salaries of public sector employees,” he said.&lt;/p&gt;
&lt;p&gt;Moreover, a 7% increase in pensions for retired employees is also being proposed. Likewise, it is proposed the minimum monthly wage be increased by 10%.&lt;/p&gt;
    &lt;figure class='media  w-1/2 sm:w-1/2  media--center    media--uneven  media--stretch' data-original-src='https://i.brecorder.com/large/2026/06/12203423f0318a7.webp'&gt;
        &lt;div class='media__item  '&gt;&lt;picture&gt;&lt;img src='https://i.brecorder.com/large/2026/06/12203423f0318a7.webp'  alt='' /&gt;&lt;/picture&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;&lt;strong&gt;Relief for the salaried class&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The government announced some tax relief for salaried individuals, particularly those in middle- and high-income brackets, amid concerns over the high tax burden on documented income earners.&lt;/p&gt;
&lt;p&gt;Under the new measures, the tax rate for individuals earning between Rs2.2 million and Rs3.2 million annually falls from 23% to 20%, while those in the Rs3.2 million to Rs4.1 million bracket receive a reduction from 30% to 25%.&lt;/p&gt;
&lt;p&gt;For high-income individuals, earning between Rs4.1 million and Rs5.6 million will now pay 29% income tax, as compared to 35% last year. Similarly, individuals earning between Rs5.6 million and Rs70 million annually will now pay 32% in taxes, as compared to 35%.&lt;/p&gt;
&lt;p&gt;Moreover, the government has abolished the 9% surcharge on high-income individuals. “These measures will reduce the burden on the salaried class,” said Aurangzeb.&lt;/p&gt;
    &lt;figure class='media  w-1/2 sm:w-3/5  media--center    media--uneven  media--stretch' data-original-src='https://i.brecorder.com/large/2026/06/1220104524e9496.webp'&gt;
        &lt;div class='media__item  '&gt;&lt;picture&gt;&lt;img src='https://i.brecorder.com/large/2026/06/1220104524e9496.webp'  alt='' /&gt;&lt;/picture&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;The government has proposed the removal of the first six super tax slabs. Furthermore, income exceeding Rs500mn will now be subject to a super tax rate of 8%, compared to the previous rate of 10%.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Relief for the construction sector&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;To support construction activity, the government has proposed reducing withholding tax rates on property transactions. For filers, the tax on property purchases has been reduced from 2.5% to 1.5%, said Aurangzeb, while the tax on property sales has been reduced from 5.5% to 2.75%.&lt;/p&gt;
&lt;p&gt;“We believe that construction activity will boost from this measure,” said Aurangzeb.&lt;/p&gt;
&lt;p&gt;Moreover, the government has abolished the Capital Value Tax (CVT) on the holding of foreign assets.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PSDP&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The government allocated around Rs1 trillion under the Public Sector Development Programme (PSDP), with priority areas including water infrastructure, transport connectivity, energy transmission projects, digital transformation, and climate resilience initiatives.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Defence spending rises&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In light of evolving regional security dynamics and heightened geopolitical tensions, defence spending registered another increase.&lt;/p&gt;
&lt;p&gt;“Defence spending has been increased considerably to make the country invincible due to the uncertainty in the region,” Aurangzeb said.&lt;/p&gt;
&lt;p&gt;The government allocated more than Rs3 trillion for defence in FY27, compared to Rs2.56 trillion in the previous fiscal year, reflecting a continued focus on military preparedness amid an increasingly uncertain regional environment.&lt;/p&gt;
&lt;p&gt;Defence as a percentage of GDP stands at 2.1% in FY27E compared to the FY26 revised estimate of 2.03% of GDP.&lt;/p&gt;
    &lt;figure class='media  w-full sm:w-full  media--center  media--embed  media--uneven' data-original-src='https://public.flourish.studio/visualisation/29351899/'&gt;
        &lt;div class='media__item  media__item--flourish  media__item--relative'&gt;&lt;div class="flourish-embed" data-src="visualisation/29351899"&gt;&lt;script src="https://public.flourish.studio/resources/embed.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;The government has allocated Rs1,169 billion for pension expenses in FY27.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;BISP allocation increased&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The government raises the allocation for the Benazir Income Support Programme (BISP) to around Rs838 billion for FY27, up 17% as compared to last year, reflecting efforts to shield vulnerable segments of society from inflationary pressures.&lt;/p&gt;
&lt;p&gt;The government has allocated Rs365 billion for the transport sector, including Rs100 billion for the N-25 expressway.&lt;/p&gt;
&lt;p&gt;The government has earmarked Rs116.2 billion for the power sector.&lt;/p&gt;
&lt;p&gt;Talking about climate change, the finance minister noted that last year’s floods dented Pakistan’s economy with losses to the tune of Rs822 billion. The government has allocated Rs103.1 billion for 43 hydro projects, including Rs14 billion for Diamer Bhasha and Rs10 billion for the K-IV project in Karachi.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Education and health&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The government has earmarked Rs25.1 billion for the health sector under the Annual Development Programme 2026-27 (ADP), including tertiary healthcare and critical care. Meanwhile, under the ADP, Rs46 billion has been allocated for higher education and research, which is higher than the Rs34.9 billion allocated last year.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Exemption for the IT sector&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The government has announced to extend the income tax exemption for the IT sector until June 2029.&lt;/p&gt;
&lt;p&gt;Meanwhile, the government has decided to lower the tax collection on export proceeds from the existing 2% to 1.25%.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Taxes on contraceptives eliminated&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In a bid to control population, which has crossed the 250 million mark, the government has decided to abolish taxes on contraceptives, announced Aurangzeb.&lt;/p&gt;
&lt;p&gt;It has also eliminated the Federal Excise Duty (FED) on international business-class travel. “This measure will help in attracting foreign investment,” said Aurangzeb.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;FED imposed on POL solvents&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The government, in a bid to curb adulteration, has imposed a Federal Excise Duty (FED) of Rs80 per litre on petroleum-based solvents, particularly petroleum naphtha, which are primarily used in paints and thinners.&lt;/p&gt;
&lt;p&gt;“These petroleum-based solvents are widely used for the illegal adulteration of petrol. The objective of this measure is not only to discourage such unlawful activities but also to deter those who harm the national economy by producing adulterated fuel at a lower cost and selling it in the market,” said Aurangzeb.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;FEDs on SUVs&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The government has imposed Federal Excise Duty on imported SUVs with engine capacities exceeding 2,000cc and up to 3,000cc. It has also proposed to increase the duty on vehicles above 3,000cc.&lt;/p&gt;
&lt;p&gt;The tax will be imposed on luxury EVs worth over Rs20 million.&lt;/p&gt;
&lt;p&gt;Aurangzeb said through telecom digital wallets, the government is easing public investment in government schemes. “In a week or two, we are inaugurating a project in this regard,” he said.&lt;/p&gt;
&lt;p&gt;He said tax compliance and enforcement would ensure an increase in tax revenue collection instead of an increase in taxes.&lt;/p&gt;
&lt;p&gt;The finance minister said that the government has provided the enablers “towards that journey from stabilisation to sustainable growth”.&lt;/p&gt;
&lt;p&gt;He said the government that achieving stability is “is just the start of the journey”, expressing hope that the announced measures will put Pakistan towards a path of sustainable growth.&lt;/p&gt;
&lt;p&gt;The government had earlier indicated that the announcement would be&lt;a href="https://www.brecorder.com/news/40424690/president-summons-national-assembly-senate-sessions-on-june-10"&gt;&lt;u&gt; made on June 10&lt;/u&gt;&lt;/a&gt; after revising the schedule from its initial plan.&lt;/p&gt;
&lt;p&gt;The budget comes at a time when Pakistan remains under a multi-billion-dollar IMF programme, requiring the government to sustain fiscal discipline, broaden the tax base, reduce untargeted subsidies, and improve revenue collection.&lt;/p&gt;
&lt;p&gt;At the same time, escalating tensions between the United States and Iran continue to add uncertainty to global energy markets, raising concerns over oil prices and import costs for Pakistan, a major energy-importing nation.&lt;/p&gt;
&lt;p&gt;The government says it is closely monitoring developments in the Middle East amid fears that any prolonged disruption in regional trade routes could adversely impact Pakistan’s external account and inflation outlook.&lt;/p&gt;
&lt;p&gt;Pakistan’s financial markets had also anticipated a friendlier, growth-oriented budget, talks suggested, with the KSE-100 &lt;a href="https://www.brecorder.com/news/40425184/cement-leads-rally-as-kse-100-settles-with-2700-points-gain"&gt;ending the session up by nearly 2,700 points&lt;/a&gt;. Additionally, with the economy now having stabilised according to government officials, many also believed Islamabad will look towards faster GDP growth in the coming fiscal year.&lt;/p&gt;
&lt;p&gt;On Thursday, the government unveiled the &lt;a href="https://www.brecorder.com/news/40425026/economic-survey-pakistan-misses-gdp-growth-target-as-imf-talks-continue"&gt;Pakistan Economic Survey (PES) for FY2025-26&lt;/a&gt;, according to which GDP growth was recorded at 3.7% in the outgoing fiscal year.&lt;/p&gt;
&lt;p&gt;The growth was higher than the previous year’s figure of 3.18% but well short of its target of 4.2% announced in last year’s budget.&lt;/p&gt;
&lt;p&gt;“The improvement owes to effective macroeconomic management, better fiscal account, growth in the large-scale manufacturing (LSM) sector, resilience of the agriculture sector to floods of 2025, exchange rate stability and reforms under the IMF Extended Fund Facility (EFF) Programme,” the survey stated.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>Finance Minister Muhammad Aurangzeb unveiled Pakistan’s federal budget for fiscal year 2026-27 on Friday, with the government seeking to achieve GDP growth of 4% and inflation at 8.2%.</strong></p>
<p>Notably, the salaried group that had been at the receiving end of higher taxation for a number of years saw some relief. However, the income tax threshold of Rs50,000 per month remained unchanged.</p>
    <figure class='media  w-1/2 sm:w-3/5  media--center  media--embed  media--uneven' data-original-src='https://public.flourish.studio/visualisation/29353893/'>
        <div class='media__item  media__item--flourish  media__item--relative'><div class="flourish-embed" data-src="visualisation/29353893"><script src="https://public.flourish.studio/resources/embed.js"></script></div></div>
        
    </figure>
    <figure class='media  w-1/2 sm:w-3/5  media--center  media--embed  media--uneven' data-original-src='https://public.flourish.studio/visualisation/29353797/'>
        <div class='media__item  media__item--flourish  media__item--relative'><div class="flourish-embed" data-src="visualisation/29353797"><script src="https://public.flourish.studio/resources/embed.js"></script></div></div>
        
    </figure>
<p>The incumbent government’s third federal budget carries a total outlay of around Rs18.77 trillion ($67 billion), reflecting a moderate increase from Rs17.6 trillion in the previous year’s budget, as policymakers attempt to maintain macroeconomic stability while navigating a challenging external environment marred by the Middle East crisis.</p>
    <figure class='media  w-full sm:w-full  media--center  media--embed  media--uneven' data-original-src='https://public.flourish.studio/visualisation/29351998/'>
        <div class='media__item  media__item--flourish  media__item--relative'><div class="flourish-embed" data-src="visualisation/29351998"><script src="https://public.flourish.studio/resources/embed.js"></script></div></div>
        
    </figure>
<p>Interestingly, inflation target has been set slightly higher at 8.2%, largely attributed to the ongoing Middle East war that has rattled energy markets.</p>
<p>Meanwhile, as per the budget documents, Rs8,054 billion has been earmarked for interest payments in FY27. While Rs17,495 billion has been allocated for the government’s current expenditure in FY27.</p>
<p>According to budget estimates, the government targets GDP growth of 4% in FY27, compared to an estimated 3.7% in the outgoing fiscal year. Sector-wise, agriculture, industrial and services are expected to post growth of 3.6%, 4.5% and 4.2%, respectively, in FY27.</p>
    <figure class='media  w-full sm:w-full  media--center  media--embed  media--uneven' data-original-src='https://public.flourish.studio/visualisation/29351333/'>
        <div class='media__item  media__item--flourish  media__item--relative'><div class="flourish-embed" data-src="visualisation/29351333"><script src="https://public.flourish.studio/resources/embed.js"></script></div></div>
        
    </figure>
<p>The budget deficit is projected to be 3.6% of the GDP, and a primary surplus of 2%  of GDP.</p>
<p>The budget projects a federal deficit of Rs7.02 trillion.</p>
    <figure class='media  w-full sm:w-full  media--center  media--embed  media--uneven' data-original-src='https://public.flourish.studio/visualisation/29351488/'>
        <div class='media__item  media__item--flourish  media__item--relative'><div class="flourish-embed" data-src="visualisation/29351488"><script src="https://public.flourish.studio/resources/embed.js"></script></div></div>
        
    </figure>
<p>In his opening statement, the finance minister lauded the role of Pakistan’s armed forces, saying that the defence sector has emerged as a source of earning valuable foreign exchange.</p>
<p>He said the strategic defence agreement between Pakistan and Saudi Arabia is a moment of pride. “Pakistan will always steadfastly stand alongside KSA,” said Aurangzeb.</p>
<p><strong>FBR tax target raised</strong></p>
<p>The FBR has a tax collection target of approximately Rs15.26 trillion for FY27, representing an increase of over 8% compared to Rs14.13 trillion in the outgoing fiscal year.</p>
    <figure class='media  w-full sm:w-full  media--center  media--embed  media--uneven' data-original-src='https://public.flourish.studio/visualisation/29351699/'>
        <div class='media__item  media__item--flourish  media__item--relative'><div class="flourish-embed" data-src="visualisation/29351699"><script src="https://public.flourish.studio/resources/embed.js"></script></div></div>
        
    </figure>
<p>An amount of Rs8,848 billion has been allocated for provinces from federal revenue.</p>
<p>Meanwhile, non-tax revenues are projected to exceed Rs5.34 trillion in FY27, supported by profits from the State Bank of Pakistan, petroleum levy collections, and proceeds from state-owned enterprises.</p>
<p>The government expects enhanced documentation, increased use of digital invoicing systems, and tighter monitoring of retail and wholesale sectors to contribute significantly towards achieving the target.</p>
<p><strong>Minimum wage up 10%</strong></p>
<p>Aurangzeb admitted inflation has increased the difficulties faced by salaried individuals.</p>
<p>“Recognising these challenges, the government is proposing a 7% increase in the salaries of public sector employees,” he said.</p>
<p>Moreover, a 7% increase in pensions for retired employees is also being proposed. Likewise, it is proposed the minimum monthly wage be increased by 10%.</p>
    <figure class='media  w-1/2 sm:w-1/2  media--center    media--uneven  media--stretch' data-original-src='https://i.brecorder.com/large/2026/06/12203423f0318a7.webp'>
        <div class='media__item  '><picture><img src='https://i.brecorder.com/large/2026/06/12203423f0318a7.webp'  alt='' /></picture></div>
        
    </figure>
<p><strong>Relief for the salaried class</strong></p>
<p>The government announced some tax relief for salaried individuals, particularly those in middle- and high-income brackets, amid concerns over the high tax burden on documented income earners.</p>
<p>Under the new measures, the tax rate for individuals earning between Rs2.2 million and Rs3.2 million annually falls from 23% to 20%, while those in the Rs3.2 million to Rs4.1 million bracket receive a reduction from 30% to 25%.</p>
<p>For high-income individuals, earning between Rs4.1 million and Rs5.6 million will now pay 29% income tax, as compared to 35% last year. Similarly, individuals earning between Rs5.6 million and Rs70 million annually will now pay 32% in taxes, as compared to 35%.</p>
<p>Moreover, the government has abolished the 9% surcharge on high-income individuals. “These measures will reduce the burden on the salaried class,” said Aurangzeb.</p>
    <figure class='media  w-1/2 sm:w-3/5  media--center    media--uneven  media--stretch' data-original-src='https://i.brecorder.com/large/2026/06/1220104524e9496.webp'>
        <div class='media__item  '><picture><img src='https://i.brecorder.com/large/2026/06/1220104524e9496.webp'  alt='' /></picture></div>
        
    </figure>
<p>The government has proposed the removal of the first six super tax slabs. Furthermore, income exceeding Rs500mn will now be subject to a super tax rate of 8%, compared to the previous rate of 10%.</p>
<p><strong>Relief for the construction sector</strong></p>
<p>To support construction activity, the government has proposed reducing withholding tax rates on property transactions. For filers, the tax on property purchases has been reduced from 2.5% to 1.5%, said Aurangzeb, while the tax on property sales has been reduced from 5.5% to 2.75%.</p>
<p>“We believe that construction activity will boost from this measure,” said Aurangzeb.</p>
<p>Moreover, the government has abolished the Capital Value Tax (CVT) on the holding of foreign assets.</p>
<p><strong>PSDP</strong></p>
<p>The government allocated around Rs1 trillion under the Public Sector Development Programme (PSDP), with priority areas including water infrastructure, transport connectivity, energy transmission projects, digital transformation, and climate resilience initiatives.</p>
<p><strong>Defence spending rises</strong></p>
<p>In light of evolving regional security dynamics and heightened geopolitical tensions, defence spending registered another increase.</p>
<p>“Defence spending has been increased considerably to make the country invincible due to the uncertainty in the region,” Aurangzeb said.</p>
<p>The government allocated more than Rs3 trillion for defence in FY27, compared to Rs2.56 trillion in the previous fiscal year, reflecting a continued focus on military preparedness amid an increasingly uncertain regional environment.</p>
<p>Defence as a percentage of GDP stands at 2.1% in FY27E compared to the FY26 revised estimate of 2.03% of GDP.</p>
    <figure class='media  w-full sm:w-full  media--center  media--embed  media--uneven' data-original-src='https://public.flourish.studio/visualisation/29351899/'>
        <div class='media__item  media__item--flourish  media__item--relative'><div class="flourish-embed" data-src="visualisation/29351899"><script src="https://public.flourish.studio/resources/embed.js"></script></div></div>
        
    </figure>
<p>The government has allocated Rs1,169 billion for pension expenses in FY27.</p>
<p><strong>BISP allocation increased</strong></p>
<p>The government raises the allocation for the Benazir Income Support Programme (BISP) to around Rs838 billion for FY27, up 17% as compared to last year, reflecting efforts to shield vulnerable segments of society from inflationary pressures.</p>
<p>The government has allocated Rs365 billion for the transport sector, including Rs100 billion for the N-25 expressway.</p>
<p>The government has earmarked Rs116.2 billion for the power sector.</p>
<p>Talking about climate change, the finance minister noted that last year’s floods dented Pakistan’s economy with losses to the tune of Rs822 billion. The government has allocated Rs103.1 billion for 43 hydro projects, including Rs14 billion for Diamer Bhasha and Rs10 billion for the K-IV project in Karachi.</p>
<p><strong>Education and health</strong></p>
<p>The government has earmarked Rs25.1 billion for the health sector under the Annual Development Programme 2026-27 (ADP), including tertiary healthcare and critical care. Meanwhile, under the ADP, Rs46 billion has been allocated for higher education and research, which is higher than the Rs34.9 billion allocated last year.</p>
<p><strong>Exemption for the IT sector</strong></p>
<p>The government has announced to extend the income tax exemption for the IT sector until June 2029.</p>
<p>Meanwhile, the government has decided to lower the tax collection on export proceeds from the existing 2% to 1.25%.</p>
<p><strong>Taxes on contraceptives eliminated</strong></p>
<p>In a bid to control population, which has crossed the 250 million mark, the government has decided to abolish taxes on contraceptives, announced Aurangzeb.</p>
<p>It has also eliminated the Federal Excise Duty (FED) on international business-class travel. “This measure will help in attracting foreign investment,” said Aurangzeb.</p>
<p><strong>FED imposed on POL solvents</strong></p>
<p>The government, in a bid to curb adulteration, has imposed a Federal Excise Duty (FED) of Rs80 per litre on petroleum-based solvents, particularly petroleum naphtha, which are primarily used in paints and thinners.</p>
<p>“These petroleum-based solvents are widely used for the illegal adulteration of petrol. The objective of this measure is not only to discourage such unlawful activities but also to deter those who harm the national economy by producing adulterated fuel at a lower cost and selling it in the market,” said Aurangzeb.</p>
<p><strong>FEDs on SUVs</strong></p>
<p>The government has imposed Federal Excise Duty on imported SUVs with engine capacities exceeding 2,000cc and up to 3,000cc. It has also proposed to increase the duty on vehicles above 3,000cc.</p>
<p>The tax will be imposed on luxury EVs worth over Rs20 million.</p>
<p>Aurangzeb said through telecom digital wallets, the government is easing public investment in government schemes. “In a week or two, we are inaugurating a project in this regard,” he said.</p>
<p>He said tax compliance and enforcement would ensure an increase in tax revenue collection instead of an increase in taxes.</p>
<p>The finance minister said that the government has provided the enablers “towards that journey from stabilisation to sustainable growth”.</p>
<p>He said the government that achieving stability is “is just the start of the journey”, expressing hope that the announced measures will put Pakistan towards a path of sustainable growth.</p>
<p>The government had earlier indicated that the announcement would be<a href="https://www.brecorder.com/news/40424690/president-summons-national-assembly-senate-sessions-on-june-10"><u> made on June 10</u></a> after revising the schedule from its initial plan.</p>
<p>The budget comes at a time when Pakistan remains under a multi-billion-dollar IMF programme, requiring the government to sustain fiscal discipline, broaden the tax base, reduce untargeted subsidies, and improve revenue collection.</p>
<p>At the same time, escalating tensions between the United States and Iran continue to add uncertainty to global energy markets, raising concerns over oil prices and import costs for Pakistan, a major energy-importing nation.</p>
<p>The government says it is closely monitoring developments in the Middle East amid fears that any prolonged disruption in regional trade routes could adversely impact Pakistan’s external account and inflation outlook.</p>
<p>Pakistan’s financial markets had also anticipated a friendlier, growth-oriented budget, talks suggested, with the KSE-100 <a href="https://www.brecorder.com/news/40425184/cement-leads-rally-as-kse-100-settles-with-2700-points-gain">ending the session up by nearly 2,700 points</a>. Additionally, with the economy now having stabilised according to government officials, many also believed Islamabad will look towards faster GDP growth in the coming fiscal year.</p>
<p>On Thursday, the government unveiled the <a href="https://www.brecorder.com/news/40425026/economic-survey-pakistan-misses-gdp-growth-target-as-imf-talks-continue">Pakistan Economic Survey (PES) for FY2025-26</a>, according to which GDP growth was recorded at 3.7% in the outgoing fiscal year.</p>
<p>The growth was higher than the previous year’s figure of 3.18% but well short of its target of 4.2% announced in last year’s budget.</p>
<p>“The improvement owes to effective macroeconomic management, better fiscal account, growth in the large-scale manufacturing (LSM) sector, resilience of the agriculture sector to floods of 2025, exchange rate stability and reforms under the IMF Extended Fund Facility (EFF) Programme,” the survey stated.</p>
]]></content:encoded>
      <category>Pakistan</category>
      <guid>https://www.brecorder.com/news/40425176</guid>
      <pubDate>Fri, 12 Jun 2026 21:40:42 +0500</pubDate>
      <author>none@none.com (BR Web Desk)</author>
      <media:content url="https://i.ytimg.com/vi/m4YuxOEQJSg/maxresdefault_live.jpg" type="image/jpeg" medium="video" height="480" width="640">
        <media:thumbnail url="https://i.ytimg.com/vi/m4YuxOEQJSg/mqdefault_live.jpg"/>
        <media:player url="https://www.youtube.com/watch?v=m4YuxOEQJSg"/>
        <media:title>LIVE: Finance Minister presents federal budget for FY2026–27</media:title>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Pakistan to increase oil imports from Russia amid Hormuz crisis, reports</title>
      <link>https://www.brecorder.com/news/40420818/pakistan-to-increase-oil-imports-from-russia-amid-hormuz-crisis-reports</link>
      <description>&lt;p&gt;&lt;strong&gt;MOSCOW: Pakistan plans to increase oil imports from Russia amid the crisis in the &lt;a href="https://www.brecorder.com/news/40420619"&gt;Strait of Hormuz&lt;/a&gt;, Russia’s state-run &lt;em&gt;TASS&lt;/em&gt; news agency reported, citing Pakistan’s ambassador to Russia, Faisal Niaz Tirmizi.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The envoy shared that Pakistan and Russia are working on the initiative of creating the Pakistan Stream gas pipeline.&lt;/p&gt;
&lt;p&gt;“The North-South gas pipeline is a very important initiative, and we will definitely return to it at some point,” said Tirmizi, reported &lt;em&gt;TASS&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;“Once the economic cooperation mechanism begins to gain new momentum, the North-South transport pipeline in Pakistan, or Pakistan Stream, will become a landmark agreement between the two countries. It is currently being developed,“ he said, adding that negotiations with the Russian side are ongoing.&lt;/p&gt;
&lt;p&gt;The energy crisis associated with the closure of the Strait of Hormuz “has demonstrated that different ways to transport energy resources should exist, not only for Pakistan, but globally,” the diplomat stressed.&lt;/p&gt;
&lt;p&gt;Therefore, “Pakistan is in contact with the Russian side, and we expect oil and gas supplies from Russia,” he noted.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>MOSCOW: Pakistan plans to increase oil imports from Russia amid the crisis in the <a href="https://www.brecorder.com/news/40420619">Strait of Hormuz</a>, Russia’s state-run <em>TASS</em> news agency reported, citing Pakistan’s ambassador to Russia, Faisal Niaz Tirmizi.</strong></p>
<p>The envoy shared that Pakistan and Russia are working on the initiative of creating the Pakistan Stream gas pipeline.</p>
<p>“The North-South gas pipeline is a very important initiative, and we will definitely return to it at some point,” said Tirmizi, reported <em>TASS</em>.</p>
<p>“Once the economic cooperation mechanism begins to gain new momentum, the North-South transport pipeline in Pakistan, or Pakistan Stream, will become a landmark agreement between the two countries. It is currently being developed,“ he said, adding that negotiations with the Russian side are ongoing.</p>
<p>The energy crisis associated with the closure of the Strait of Hormuz “has demonstrated that different ways to transport energy resources should exist, not only for Pakistan, but globally,” the diplomat stressed.</p>
<p>Therefore, “Pakistan is in contact with the Russian side, and we expect oil and gas supplies from Russia,” he noted.</p>
]]></content:encoded>
      <category>Pakistan</category>
      <guid>https://www.brecorder.com/news/40420818</guid>
      <pubDate>Tue, 12 May 2026 14:08:38 +0500</pubDate>
      <author>none@none.com (ReutersBR Web Desk)</author>
      <media:content url="https://i.brecorder.com/large/2026/05/121403479cf1109.webp" type="image/webp" medium="image" height="600" width="1000">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/05/121403479cf1109.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Azerbaijan says it is ready to supply LNG to Pakistan</title>
      <link>https://www.brecorder.com/news/40417551/azerbaijan-says-it-is-ready-to-supply-lng-to-pakistan</link>
      <description>&lt;p&gt;&lt;strong&gt;BAKU: Azerbaijan’s state energy company SOCAR is ready to supply liquefied natural gas to Pakistan as soon as it receives a request from Islamabad, the company told &lt;em&gt;Reuters&lt;/em&gt; on Tuesday, as Pakistan seeks spot cargoes to ease a growing energy shortfall.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;SOCAR said a framework agreement signed in 2025 between SOCAR Trading and Pakistan LNG allows the Pakistani buyer to purchase LNG cargoes directly under an accelerated procedure.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40417313/strait-of-hormuz-closure-pakistan-faces-lng-crunch-as-three-cargoes-stuck-in-persian-gulf"&gt;&lt;strong&gt;Strait of Hormuz closure: Pakistan faces LNG crunch as three cargoes stuck in Persian Gulf&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;“SOCAR is ready to provide LNG to Pakistan as soon as PLL submits a corresponding request,” the company said in response to &lt;em&gt;Reuters&lt;/em&gt; questions.&lt;/p&gt;
&lt;p&gt;SOCAR did not say whether such a request had already been made, when a first delivery could take place, or whose LNG would be supplied under the agreement.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40416776/pakistan-ramps-up-furnace-oil-use-delays-nuclear-maintenance-amid-lng-shortages"&gt;&lt;strong&gt;Pakistan ramps up furnace oil use, delays nuclear maintenance amid LNG shortages&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Pakistan, which relies heavily on gas for its energy needs, remains vulnerable to declining domestic production and swings in global LNG prices amid the supply disruptions related to the war with Iran.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>BAKU: Azerbaijan’s state energy company SOCAR is ready to supply liquefied natural gas to Pakistan as soon as it receives a request from Islamabad, the company told <em>Reuters</em> on Tuesday, as Pakistan seeks spot cargoes to ease a growing energy shortfall.</strong></p>
<p>SOCAR said a framework agreement signed in 2025 between SOCAR Trading and Pakistan LNG allows the Pakistani buyer to purchase LNG cargoes directly under an accelerated procedure.</p>
<p><a href="https://www.brecorder.com/news/40417313/strait-of-hormuz-closure-pakistan-faces-lng-crunch-as-three-cargoes-stuck-in-persian-gulf"><strong>Strait of Hormuz closure: Pakistan faces LNG crunch as three cargoes stuck in Persian Gulf</strong></a></p>
<p>“SOCAR is ready to provide LNG to Pakistan as soon as PLL submits a corresponding request,” the company said in response to <em>Reuters</em> questions.</p>
<p>SOCAR did not say whether such a request had already been made, when a first delivery could take place, or whose LNG would be supplied under the agreement.</p>
<p><a href="https://www.brecorder.com/news/40416776/pakistan-ramps-up-furnace-oil-use-delays-nuclear-maintenance-amid-lng-shortages"><strong>Pakistan ramps up furnace oil use, delays nuclear maintenance amid LNG shortages</strong></a></p>
<p>Pakistan, which relies heavily on gas for its energy needs, remains vulnerable to declining domestic production and swings in global LNG prices amid the supply disruptions related to the war with Iran.</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40417551</guid>
      <pubDate>Tue, 21 Apr 2026 23:10:13 +0500</pubDate>
      <author>none@none.com (Reuters)</author>
      <media:content url="https://i.brecorder.com/large/2026/04/21182209ec21dca.webp" type="image/webp" medium="image" height="600" width="1000">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/04/21182209ec21dca.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Pakistan ramps up furnace oil use, delays nuclear maintenance amid LNG shortages</title>
      <link>https://www.brecorder.com/news/40416776/pakistan-ramps-up-furnace-oil-use-delays-nuclear-maintenance-amid-lng-shortages</link>
      <description>&lt;p&gt;&lt;strong&gt;ISLAMABAD: Pakistan is running its furnace oil-based power generation to full capacity and delaying nuclear plant maintenance, as it scrambles to manage electricity shortages caused by disruptions to liquefied natural gas (LNG) supplies amid the Iran war, the power minister said on Thursday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The supply crunch comes as Qatar’s force majeure stemming from the Iran war have disrupted LNG imports, forcing countries such as Pakistan to seek alternative fuels or expensive spot cargoes. Areas throughout Pakistan experienced load-shedding on Wednesday.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Also read: &lt;a href="https://www.brecorder.com/news/40416381/govt-announces-225-hour-loadshedding-to-avert-electricity-price-hike"&gt;Govt announces 2.25-hour loadshedding to ‘avert electricity price hike’&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The country is facing a shortfall of around 3,400 megawatts due to reduced hydropower output, as rainfall and lower irrigation demand have limited water releases from reservoirs, Awais Leghari, power minister told a press conference.&lt;/p&gt;
&lt;p&gt;There has also been a sharp drop in LNG-based generation, prompting load management of up to 6–7 hours in some areas, Leghari added.&lt;/p&gt;
&lt;p&gt;Pakistan’s LNG-fired plants, with about 6,000 MW capacity, are producing only around 500 MW due to gas shortages, while hydropower output has fallen to about 1,600 MW, roughly half of last April’s level, he said.&lt;/p&gt;
&lt;p&gt;To plug the gap, the country is arranging additional fuel supplies and has delayed nuclear plant maintenance to sustain generation, Leghari said.&lt;/p&gt;
&lt;p&gt;Authorities are also running costlier furnace oil plants and seeking LNG supplies via government-to-government deals, including with Azerbaijan’s SOCAR, Leghari said.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;‘Trying to avoid steep premiums’&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Petroleum Minister Ali Pervaiz Malik said on Wednesday Pakistan may tap spot LNG markets but will prioritise such deals to avoid steep premiums, with prices at $20–$30 per mmBtu amid the conflict.&lt;/p&gt;
&lt;p&gt;Pakistan typically imports 8–10 LNG cargoes a month under long-term contracts, but had, in recent years, faced a supply glut and cancelled shipments as domestic generation and solar uptake reduced demand.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Also read: &lt;a href="https://www.brecorder.com/news/40416690/pakistan-weighs-spot-lng"&gt;Pakistan weighs spot LNG&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Pakistan had minimal reliance on furnace oil in April last year due to its high cost, instead generating about 3,000 MW from LNG and 3,200 MW from hydropower.&lt;/p&gt;
&lt;p&gt;Demand has also fluctuated sharply, rising from about 9,000 MW earlier in April to 20,000 MW within days as temperatures climb.&lt;/p&gt;
&lt;p&gt;Rooftop solar growth — estimated at 12–14 GW and possibly up to 18 GW — has cut daytime grid demand, shifting shortages to evening peaks when solar generation falls and LNG-fired plants are typically needed.&lt;/p&gt;
&lt;p&gt;Despite the shortages, the minister said diversification into coal, renewables and nuclear power had helped cushion the impact of the crisis.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>ISLAMABAD: Pakistan is running its furnace oil-based power generation to full capacity and delaying nuclear plant maintenance, as it scrambles to manage electricity shortages caused by disruptions to liquefied natural gas (LNG) supplies amid the Iran war, the power minister said on Thursday.</strong></p>
<p>The supply crunch comes as Qatar’s force majeure stemming from the Iran war have disrupted LNG imports, forcing countries such as Pakistan to seek alternative fuels or expensive spot cargoes. Areas throughout Pakistan experienced load-shedding on Wednesday.</p>
<p><strong>Also read: <a href="https://www.brecorder.com/news/40416381/govt-announces-225-hour-loadshedding-to-avert-electricity-price-hike">Govt announces 2.25-hour loadshedding to ‘avert electricity price hike’</a></strong></p>
<p>The country is facing a shortfall of around 3,400 megawatts due to reduced hydropower output, as rainfall and lower irrigation demand have limited water releases from reservoirs, Awais Leghari, power minister told a press conference.</p>
<p>There has also been a sharp drop in LNG-based generation, prompting load management of up to 6–7 hours in some areas, Leghari added.</p>
<p>Pakistan’s LNG-fired plants, with about 6,000 MW capacity, are producing only around 500 MW due to gas shortages, while hydropower output has fallen to about 1,600 MW, roughly half of last April’s level, he said.</p>
<p>To plug the gap, the country is arranging additional fuel supplies and has delayed nuclear plant maintenance to sustain generation, Leghari said.</p>
<p>Authorities are also running costlier furnace oil plants and seeking LNG supplies via government-to-government deals, including with Azerbaijan’s SOCAR, Leghari said.</p>
<p><strong>‘Trying to avoid steep premiums’</strong></p>
<p>Petroleum Minister Ali Pervaiz Malik said on Wednesday Pakistan may tap spot LNG markets but will prioritise such deals to avoid steep premiums, with prices at $20–$30 per mmBtu amid the conflict.</p>
<p>Pakistan typically imports 8–10 LNG cargoes a month under long-term contracts, but had, in recent years, faced a supply glut and cancelled shipments as domestic generation and solar uptake reduced demand.</p>
<p><strong>Also read: <a href="https://www.brecorder.com/news/40416690/pakistan-weighs-spot-lng">Pakistan weighs spot LNG</a></strong></p>
<p>Pakistan had minimal reliance on furnace oil in April last year due to its high cost, instead generating about 3,000 MW from LNG and 3,200 MW from hydropower.</p>
<p>Demand has also fluctuated sharply, rising from about 9,000 MW earlier in April to 20,000 MW within days as temperatures climb.</p>
<p>Rooftop solar growth — estimated at 12–14 GW and possibly up to 18 GW — has cut daytime grid demand, shifting shortages to evening peaks when solar generation falls and LNG-fired plants are typically needed.</p>
<p>Despite the shortages, the minister said diversification into coal, renewables and nuclear power had helped cushion the impact of the crisis.</p>
]]></content:encoded>
      <category>Pakistan</category>
      <guid>https://www.brecorder.com/news/40416776</guid>
      <pubDate>Thu, 16 Apr 2026 19:54:58 +0500</pubDate>
      <author>none@none.com (Reuters)</author>
      <media:content url="https://i.ytimg.com/vi/tlg0nBaypYw/maxresdefault.jpg" type="image/jpeg" medium="video" height="480" width="640">
        <media:thumbnail url="https://i.ytimg.com/vi/tlg0nBaypYw/mqdefault.jpg"/>
        <media:player url="https://www.youtube.com/watch?v=tlg0nBaypYw"/>
        <media:title>Pakistan ramps up furnace oil use, delays nuclear maintenance amid LNG shortages
</media:title>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Unexpected repayment of $3.5 billion UAE loan puts pressure on Pakistani economy</title>
      <link>https://www.brecorder.com/news/40415178/unexpected-repayment-of-35-billion-uae-loan-puts-pressure-on-pakistani-economy</link>
      <description>&lt;p&gt;&lt;strong&gt;ISLAMABAD: Pakistan will return a $3.5 billion loan to the United Arab Emirates this month, two government officials said on Tuesday, raising pressure on reserves and risking breaches of IMF program targets with an additional $1.3 billion Eurobond repayment due by June.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The repayment comes as Pakistan targets &lt;a href="https://www.brecorder.com/news/40415095"&gt;foreign exchange reserves &lt;/a&gt;above $18 billion by June under a $7 billion International Monetary Fund programme, which requires bilateral deposits to be rolled over.&lt;/p&gt;
&lt;p&gt;Pakistan’s central bank reserves stand at about $16.4 billion, with the UAE loan — around 18% of holdings — adding pressure on an economy still recovering as fuel costs rise and shortages linked to the &lt;a href="https://www.brecorder.com/news/40414567"&gt;Iran war&lt;/a&gt; fuel inflation and weigh on growth.&lt;/p&gt;
&lt;p&gt;The loan had been rolled over since 2018, including a $3 billion facility at around 6% annual interest, but was shifted from annual to monthly extensions earlier this year before Islamabad decided to repay it in full, with clearance expected by April 23, one of the officials said.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40414489/pakistans-economy-grows-389-pct-in-q2-fy26-industry-leads-expansion"&gt;&lt;strong&gt;Pakistan’s economy grows 3.89 pct in Q2 FY26, industry leads expansion&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Another $450 million UAE loan has remained overdue for years, the official added. This amount is part of the total $3.5 billion being repaid, he said.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Reserves depletion to risk IMF program breach&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Pakistan’s foreign ministry said on Saturday, without giving details that the central bank would begin repayments, and rejected speculation that the move was driven by geopolitical differences over the Middle East crisis.&lt;/p&gt;
&lt;p&gt;Pakistan is a staunch ally of Saudi Arabia, while Abu Dhabi and Riyadh’s relationship has deteriorated in recent months due to the conflict in Yemen and lost oil revenue from the closure of the Strait of Hormuz.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40413560/pakistan-imf-reach-staff-level-agreement-for-121bn-disbursement"&gt;&lt;strong&gt;Pakistan, IMF reach staff-level agreement for $1.21bn disbursement&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A $1.3 billion Eurobond maturing before the end of this fiscal year in June adds to pressure on the country’s external position, with total obligations nearing $4.8 billion.&lt;/p&gt;
&lt;p&gt;The IMF, Pakistan’s finance ministry and central bank did not respond to requests for comment.&lt;/p&gt;
&lt;p&gt;The UAE deposits are part of support from friendly countries, including China and Saudi Arabia, which Pakistan had assured the IMF would be rolled over during the programme, though it is unclear if Islamabad will replace the funds.&lt;/p&gt;
&lt;p&gt;If not replenished, the central bank reserves will fall below the level agreed with the IMF, which will be a breach of the program.&lt;/p&gt;
&lt;p&gt;The repayments represent a significant near-term drain on reserves and could weigh on the rupee, said Waqas Ghani, head of research at JS Global Capital, adding that timely support from friendly countries would be key to stabilising reserves and restoring market confidence.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>ISLAMABAD: Pakistan will return a $3.5 billion loan to the United Arab Emirates this month, two government officials said on Tuesday, raising pressure on reserves and risking breaches of IMF program targets with an additional $1.3 billion Eurobond repayment due by June.</strong></p>
<p>The repayment comes as Pakistan targets <a href="https://www.brecorder.com/news/40415095">foreign exchange reserves </a>above $18 billion by June under a $7 billion International Monetary Fund programme, which requires bilateral deposits to be rolled over.</p>
<p>Pakistan’s central bank reserves stand at about $16.4 billion, with the UAE loan — around 18% of holdings — adding pressure on an economy still recovering as fuel costs rise and shortages linked to the <a href="https://www.brecorder.com/news/40414567">Iran war</a> fuel inflation and weigh on growth.</p>
<p>The loan had been rolled over since 2018, including a $3 billion facility at around 6% annual interest, but was shifted from annual to monthly extensions earlier this year before Islamabad decided to repay it in full, with clearance expected by April 23, one of the officials said.</p>
<p><a href="https://www.brecorder.com/news/40414489/pakistans-economy-grows-389-pct-in-q2-fy26-industry-leads-expansion"><strong>Pakistan’s economy grows 3.89 pct in Q2 FY26, industry leads expansion</strong></a></p>
<p>Another $450 million UAE loan has remained overdue for years, the official added. This amount is part of the total $3.5 billion being repaid, he said.</p>
<p><strong>Reserves depletion to risk IMF program breach</strong></p>
<p>Pakistan’s foreign ministry said on Saturday, without giving details that the central bank would begin repayments, and rejected speculation that the move was driven by geopolitical differences over the Middle East crisis.</p>
<p>Pakistan is a staunch ally of Saudi Arabia, while Abu Dhabi and Riyadh’s relationship has deteriorated in recent months due to the conflict in Yemen and lost oil revenue from the closure of the Strait of Hormuz.</p>
<p><a href="https://www.brecorder.com/news/40413560/pakistan-imf-reach-staff-level-agreement-for-121bn-disbursement"><strong>Pakistan, IMF reach staff-level agreement for $1.21bn disbursement</strong></a></p>
<p>A $1.3 billion Eurobond maturing before the end of this fiscal year in June adds to pressure on the country’s external position, with total obligations nearing $4.8 billion.</p>
<p>The IMF, Pakistan’s finance ministry and central bank did not respond to requests for comment.</p>
<p>The UAE deposits are part of support from friendly countries, including China and Saudi Arabia, which Pakistan had assured the IMF would be rolled over during the programme, though it is unclear if Islamabad will replace the funds.</p>
<p>If not replenished, the central bank reserves will fall below the level agreed with the IMF, which will be a breach of the program.</p>
<p>The repayments represent a significant near-term drain on reserves and could weigh on the rupee, said Waqas Ghani, head of research at JS Global Capital, adding that timely support from friendly countries would be key to stabilising reserves and restoring market confidence.</p>
]]></content:encoded>
      <category>Pakistan</category>
      <guid>https://www.brecorder.com/news/40415178</guid>
      <pubDate>Tue, 07 Apr 2026 15:37:23 +0500</pubDate>
      <author>none@none.com (Reuters)</author>
      <media:content url="https://i.brecorder.com/large/2026/04/07153434e87e348.webp" type="image/webp" medium="image" height="768" width="1024">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/04/07153434e87e348.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Oil shock from ME tensions threatens to widen Pakistan’s C/A</title>
      <link>https://www.brecorder.com/news/40413032/oil-shock-from-me-tensions-threatens-to-widen-pakistans-ca</link>
      <description>&lt;p&gt;&lt;strong&gt;Rising tensions between Iran, Israel and the United States have pushed global oil prices well above the $100 per barrel, raising fresh concerns over Pakistan’s fragile external account, with experts alarmed at a sharp deterioration if the conflict continues.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Analysts say Pakistan remains highly vulnerable to energy shocks due to structural inefficiencies and a heavy reliance on imported fuels.&lt;/p&gt;
&lt;p&gt;Ali Khizar, Director Research at &lt;em&gt;Business Recorder&lt;/em&gt;, noted that Pakistan’s energy-to-GDP efficiency is significantly lower than that of regional peers, including Bangladesh and India, making the economy more exposed to price spikes.&lt;/p&gt;
&lt;p&gt;He maintained that Pakistan’s key industries, such as textiles, cement and fertilisers, are energy-intensive, which amplifies the impact of higher fuel costs.&lt;/p&gt;
&lt;p&gt;“Therefore, energy price shocks in Pakistan are higher as we are energy inefficient.”&lt;/p&gt;
&lt;p&gt;Khizar pointed out that energy prices have already surged by around 60% compared to last year, warning that at current levels, Pakistan’s oil import bill could rise by nearly 50% this fiscal year.&lt;/p&gt;
&lt;p&gt;He estimated that every $10 per barrel increase in oil prices adds roughly $1.5 billion to the country’s annual oil bill, putting immediate pressure on the current account.&lt;/p&gt;
&lt;p&gt;While Pakistan has benefited from reduced reliance on imported LNG due to improved domestic gas production, Khizar cautioned that “Pakistan still requires 3-4 cargoes monthly”.&lt;/p&gt;
&lt;p&gt;“If we don’t get these cargoes, our growth will be impacted,” he said.&lt;/p&gt;
&lt;p&gt;On the external inflows side, risks are also building. Khizar warned that a prolonged conflict in the Middle East could reduce remittances by 15–20%, as economic uncertainty affects overseas Pakistani workers.&lt;/p&gt;
&lt;p&gt;Experts warn that if the conflict affects expatriate employment, particularly in Saudi Arabia and the UAE, which account for a large share of inflows, remittances would be impacted.&lt;/p&gt;
&lt;p&gt;According to State Bank of Pakistan (SBP) data, &lt;a href="https://www.brecorder.com/news/40411242/middle-east-conflict-may-pose-risks-to-projected-remittance-inflows"&gt;workers’ remittances totalled $3.3 billion &lt;/a&gt;in February 2026. Cumulatively, remittances reached $26.5 billion during the July–February fiscal year 2026.&lt;/p&gt;
&lt;p&gt;Highlighting the policy trade-offs, Khizar said Pakistan’s reliance on the International Monetary Fund programme remains critical, adding that meeting its conditions may require currency depreciation and higher interest rates to stabilise the external account.&lt;/p&gt;
&lt;p&gt;Echoing similar concerns, Saad Hanif, head of research at Ismail Iqbal Securities, said petroleum imports account for roughly one-fourth of Pakistan’s total import bill, highlighting the economy’s sensitivity to oil price movements.&lt;/p&gt;
&lt;p&gt;“With oil already above $100 per barrel, the pressure on the current account has effectively materialised,” Hanif said, noting that while prices around $60 per barrel are manageable, the current surge significantly weakens the external balance.&lt;/p&gt;
&lt;p&gt;“Based on established sensitivities, every $10 per barrel increase in oil prices widens Pakistan’s current account deficit by approximately $1.8–2 billion annually, implying a cumulative impact of nearly $5-6 billion at current levels.&lt;/p&gt;
&lt;p&gt;“This significantly elevates Pakistan’s external financing requirement, particularly if higher prices persist alongside elevated freight and supply chain disruptions stemming from the conflict.”&lt;/p&gt;
    &lt;figure class='media  w-full sm:w-full  media--center  ' data-original-src='https://i.brecorder.com/large/2026/03/261329560996069.webp'&gt;
        &lt;div class='media__item  '&gt;&lt;picture&gt;&lt;img src='https://i.brecorder.com/large/2026/03/261329560996069.webp'  alt='' /&gt;&lt;/picture&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;Pakistan recorded a &lt;a href="https://www.brecorder.com/news/40411848"&gt;current account surplus of $427 million&lt;/a&gt; in February 2026.&lt;/p&gt;
&lt;p&gt;However, on a cumulative basis, the country posted a current account deficit of $700 million during Jul-Feb FY26.&lt;/p&gt;
&lt;p&gt;Hanif also highlighted that remittances may not provide the same cushion this time.&lt;/p&gt;
&lt;p&gt;“Given that a large share of Pakistan’s workforce is based in the Middle East, a prolonged conflict could disrupt labour markets, delay payments, or slow new hiring, thereby tempering remittance inflows over time.&lt;/p&gt;
&lt;p&gt;“This reduces the effectiveness of remittances as a buffer compared to past oil price cycles,” he said.&lt;/p&gt;
&lt;p&gt;To a query, Hanif stated that although IMF inflows and support from other multilaterals can provide short-term liquidity and help stabilise reserves, “they primarily address financing needs rather than offset the structural imbalance”.&lt;/p&gt;
&lt;p&gt;Meanwhile, Fitch Ratings has flagged broader regional risks, noting that Asia-Pacific economies, including Pakistan, face heightened downside pressures from a prolonged conflict.&lt;/p&gt;
&lt;p&gt;“Large net fossil-fuel importers, such as India, South Korea, Pakistan, the Philippines, the Maldives and Thailand, would face the sharpest deterioration in external balances and real incomes if energy prices rise and shipping disruptions persist,” the rating agency noted in its latest report.&lt;/p&gt;
&lt;p&gt;As per the rating agency, nearly 90% of Pakistan’s oil imports come from the Middle East, while the country has less than 30 days of oil reserve coverage, both strategic and commercial.&lt;/p&gt;
&lt;p&gt;With geopolitical tensions showing little sign of easing, economists warn that Pakistan’s current account outlook could deteriorate rapidly.&lt;/p&gt;
&lt;p&gt;“As such, in a scenario of sustained geopolitical tensions and elevated oil prices, Pakistan’s current account is likely to remain under pressure, with both key supports, remittances and external financing facing a more uncertain outlook than usual,” said Hanif.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>Rising tensions between Iran, Israel and the United States have pushed global oil prices well above the $100 per barrel, raising fresh concerns over Pakistan’s fragile external account, with experts alarmed at a sharp deterioration if the conflict continues.</strong></p>
<p>Analysts say Pakistan remains highly vulnerable to energy shocks due to structural inefficiencies and a heavy reliance on imported fuels.</p>
<p>Ali Khizar, Director Research at <em>Business Recorder</em>, noted that Pakistan’s energy-to-GDP efficiency is significantly lower than that of regional peers, including Bangladesh and India, making the economy more exposed to price spikes.</p>
<p>He maintained that Pakistan’s key industries, such as textiles, cement and fertilisers, are energy-intensive, which amplifies the impact of higher fuel costs.</p>
<p>“Therefore, energy price shocks in Pakistan are higher as we are energy inefficient.”</p>
<p>Khizar pointed out that energy prices have already surged by around 60% compared to last year, warning that at current levels, Pakistan’s oil import bill could rise by nearly 50% this fiscal year.</p>
<p>He estimated that every $10 per barrel increase in oil prices adds roughly $1.5 billion to the country’s annual oil bill, putting immediate pressure on the current account.</p>
<p>While Pakistan has benefited from reduced reliance on imported LNG due to improved domestic gas production, Khizar cautioned that “Pakistan still requires 3-4 cargoes monthly”.</p>
<p>“If we don’t get these cargoes, our growth will be impacted,” he said.</p>
<p>On the external inflows side, risks are also building. Khizar warned that a prolonged conflict in the Middle East could reduce remittances by 15–20%, as economic uncertainty affects overseas Pakistani workers.</p>
<p>Experts warn that if the conflict affects expatriate employment, particularly in Saudi Arabia and the UAE, which account for a large share of inflows, remittances would be impacted.</p>
<p>According to State Bank of Pakistan (SBP) data, <a href="https://www.brecorder.com/news/40411242/middle-east-conflict-may-pose-risks-to-projected-remittance-inflows">workers’ remittances totalled $3.3 billion </a>in February 2026. Cumulatively, remittances reached $26.5 billion during the July–February fiscal year 2026.</p>
<p>Highlighting the policy trade-offs, Khizar said Pakistan’s reliance on the International Monetary Fund programme remains critical, adding that meeting its conditions may require currency depreciation and higher interest rates to stabilise the external account.</p>
<p>Echoing similar concerns, Saad Hanif, head of research at Ismail Iqbal Securities, said petroleum imports account for roughly one-fourth of Pakistan’s total import bill, highlighting the economy’s sensitivity to oil price movements.</p>
<p>“With oil already above $100 per barrel, the pressure on the current account has effectively materialised,” Hanif said, noting that while prices around $60 per barrel are manageable, the current surge significantly weakens the external balance.</p>
<p>“Based on established sensitivities, every $10 per barrel increase in oil prices widens Pakistan’s current account deficit by approximately $1.8–2 billion annually, implying a cumulative impact of nearly $5-6 billion at current levels.</p>
<p>“This significantly elevates Pakistan’s external financing requirement, particularly if higher prices persist alongside elevated freight and supply chain disruptions stemming from the conflict.”</p>
    <figure class='media  w-full sm:w-full  media--center  ' data-original-src='https://i.brecorder.com/large/2026/03/261329560996069.webp'>
        <div class='media__item  '><picture><img src='https://i.brecorder.com/large/2026/03/261329560996069.webp'  alt='' /></picture></div>
        
    </figure>
<p>Pakistan recorded a <a href="https://www.brecorder.com/news/40411848">current account surplus of $427 million</a> in February 2026.</p>
<p>However, on a cumulative basis, the country posted a current account deficit of $700 million during Jul-Feb FY26.</p>
<p>Hanif also highlighted that remittances may not provide the same cushion this time.</p>
<p>“Given that a large share of Pakistan’s workforce is based in the Middle East, a prolonged conflict could disrupt labour markets, delay payments, or slow new hiring, thereby tempering remittance inflows over time.</p>
<p>“This reduces the effectiveness of remittances as a buffer compared to past oil price cycles,” he said.</p>
<p>To a query, Hanif stated that although IMF inflows and support from other multilaterals can provide short-term liquidity and help stabilise reserves, “they primarily address financing needs rather than offset the structural imbalance”.</p>
<p>Meanwhile, Fitch Ratings has flagged broader regional risks, noting that Asia-Pacific economies, including Pakistan, face heightened downside pressures from a prolonged conflict.</p>
<p>“Large net fossil-fuel importers, such as India, South Korea, Pakistan, the Philippines, the Maldives and Thailand, would face the sharpest deterioration in external balances and real incomes if energy prices rise and shipping disruptions persist,” the rating agency noted in its latest report.</p>
<p>As per the rating agency, nearly 90% of Pakistan’s oil imports come from the Middle East, while the country has less than 30 days of oil reserve coverage, both strategic and commercial.</p>
<p>With geopolitical tensions showing little sign of easing, economists warn that Pakistan’s current account outlook could deteriorate rapidly.</p>
<p>“As such, in a scenario of sustained geopolitical tensions and elevated oil prices, Pakistan’s current account is likely to remain under pressure, with both key supports, remittances and external financing facing a more uncertain outlook than usual,” said Hanif.</p>
]]></content:encoded>
      <category>Pakistan</category>
      <guid>https://www.brecorder.com/news/40413032</guid>
      <pubDate>Thu, 26 Mar 2026 16:28:53 +0500</pubDate>
      <author>none@none.com (Ali Ahmed)</author>
      <media:content url="https://i.brecorder.com/large/2026/03/26133409040f852.webp" type="image/webp" medium="image" height="1024" width="1536">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/03/26133409040f852.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Who hurts most as Iran war hits global economy including Pakistan?</title>
      <link>https://www.brecorder.com/news/40412887/who-hurts-most-as-iran-war-hits-global-economy-including-pakistan</link>
      <description>&lt;p&gt;&lt;strong&gt;LONDON: The Iran war, now in its fourth week, is creating a major crisis in energy supplies that is impacting every corner of the global economy. But it is already clear that some countries are either more exposed to that impact or less able to deal with it.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Here are some economies to watch.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40412568/china-vows-more-open-economy-national-treatment-for-foreign-firms"&gt;&lt;strong&gt;China vows more open economy, national treatment for foreign firms&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;THE G7&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Look first to Europe. A fresh energy shock rekindles painful memories of Russia’s invasion of Ukraine four years ago that brought the region’s import dependence sharply into focus.&lt;/p&gt;
&lt;p&gt;Inflation is set to jump again and traders are betting the European Central Bank and the Bank of England may have to raise interest rates this year.&lt;/p&gt;
&lt;p&gt;Data on Tuesday showed business activity has already taken a hit from the conflict, signalling slowing economic growth.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40412803/strait-of-hormuz-crisis-global-economy-under-major-threat-iea-chief"&gt;&lt;strong&gt;Strait of Hormuz crisis: Global economy under ‘major threat’: IEA chief&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;GERMANY&lt;/strong&gt; - Its industry-heavy economy has more to lose from costlier energy and any global downturn that would hit its exporters. But for now, German business activity is holding up relatively well and the manufacturing sector is continuing to expand after contracting for nearly four years.&lt;/p&gt;
&lt;p&gt;A massive stimulus programme Germany announced last year should help cushion some of the impact.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40412151/long-war-may-undercut-global-economy-analysts-warn"&gt;&lt;strong&gt;Long war may undercut global economy, analysts warn&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ITALY&lt;/strong&gt; - Also home to a big manufacturing sector. Moreover, oil and gas have among the highest shares in its primary energy consumption in Europe.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;BRITAIN&lt;/strong&gt; - In its electricity production it relies more on gas-fired power than its European peers. Gas prices almost always set its electricity prices - and they are rising faster than oil prices since the start of the war.&lt;/p&gt;
&lt;p&gt;An energy price cap will dampen the initial inflation impact. Interest rate hikes would deepen the pain for borrowers, however, as Britain already has the highest borrowing costs in the G7 at a time of rising unemployment.&lt;/p&gt;
&lt;p&gt;Budget strains and pressure in the bond market limit the government’s options for helping businesses and households.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;JAPAN&lt;/strong&gt; - Also firmly in the firing line, sourcing around 95% of its oil from the Middle East and nearly 90% of it travelling through the Hormuz Strait.&lt;/p&gt;
&lt;p&gt;That comes on top of inflationary pressures it is already experiencing from a weak yen, which affects food and daily necessities prices given Japan’s heavy reliance on imported raw materials.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40401346/doing-business-got-tougher-in-2025-world-economic-forum-survey"&gt;&lt;strong&gt;Doing business got tougher in 2025: World Economic Forum survey&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;EMERGING ECONOMY HEAVYWEIGHTS&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The Gulf region itself is inevitably taking a direct economic hit, with some forecasters already predicting its economy will now shrink this year, reversing pre-war expectations for solid growth.&lt;/p&gt;
&lt;p&gt;The jump in oil and gas prices is no help if the effective closure of the Strait of Hormuz means countries - especially Kuwait, Qatar and Bahrain - cannot get their hydrocarbons onto the international markets.&lt;/p&gt;
&lt;p&gt;The conflict could also affect remittances - the money expat workers send back home to their families and which each year pumps tens of billions of dollars into the local economies.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40411571/petroleum-products-current-prices-will-be-maintained-despite-global-hike-pm"&gt;&lt;strong&gt;Petroleum products: Current prices will be maintained despite global hike: PM&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PAKISTAN&lt;/strong&gt; was teetering on the brink of crisis two years ago and has ramped up its petrol prices and closed its schools for two weeks too. Government departments are having their fuel allowances halved, are now banned from buying new air conditioners and furniture, and have been ordered to take a chunk of their vehicles off the road.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40410624/global-economic-pressures-pm-seeks-actionable-proposals-in-48-hours"&gt;&lt;strong&gt;Global economic pressures: PM seeks actionable proposals in 48 hours&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;INDIA&lt;/strong&gt; - Another exposed heavyweight. It imports about 90% of its crude oil and nearly half of its liquefied petroleum gas, and roughly half of that oil and an even larger share of its LPG has to come through the Strait of Hormuz.&lt;/p&gt;
&lt;p&gt;Economists are already trimming the country’s growth forecasts and the rupee has swooned to a record low. In restaurants and kitchens across India, hot food and drinks - even samosas, dosa and chai tea - are disappearing from the menu as the surge in gas prices leads to informal rationing.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40411501/india-proposes-economic-stabilisation-fund-to-tackle-global-headwinds"&gt;&lt;strong&gt;India proposes ‘economic stabilisation fund’ to tackle global headwinds&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;TURKEY&lt;/strong&gt; - Sharing a border with Iran, it is bracing for a potential influx of refugees and more geopolitical uncertainty. The main economic impact meanwhile has been on the central bank.&lt;/p&gt;
&lt;p&gt;It is already having deja vu of inflation crises past. It has been forced to halt its interest rate-cutting cycle for the second time in a year and sold as much as $23 billion in precious reserves to bolster its currency.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;THE FRAGILE FEW&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;There are also a handful of countries that look particularly vulnerable having recently been through - or had close shaves with - full-blown economic crises.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;SRI LANKA&lt;/strong&gt; has just made every Wednesday a public holiday for state-sector workers in a bid to cap energy costs. Schools, universities and public institutions are being shut, non-essential public transport suspended and drivers must now register for a National Fuel Pass restricting fuel purchases.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;EGYPT&lt;/strong&gt;, on top of the surging cost of fuel and food staples, faces the prospect of a sharp drop in Suez Canal and tourism revenues, the latter of which brought almost $20 billion into the economy last year. The cost of paying back its debt, much of which is in U.S. dollars, has been made more arduous too by a near 9% slump in its own currency since the war began.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>LONDON: The Iran war, now in its fourth week, is creating a major crisis in energy supplies that is impacting every corner of the global economy. But it is already clear that some countries are either more exposed to that impact or less able to deal with it.</strong></p>
<p>Here are some economies to watch.</p>
<p><a href="https://www.brecorder.com/news/40412568/china-vows-more-open-economy-national-treatment-for-foreign-firms"><strong>China vows more open economy, national treatment for foreign firms</strong></a></p>
<p><strong>THE G7</strong></p>
<p>Look first to Europe. A fresh energy shock rekindles painful memories of Russia’s invasion of Ukraine four years ago that brought the region’s import dependence sharply into focus.</p>
<p>Inflation is set to jump again and traders are betting the European Central Bank and the Bank of England may have to raise interest rates this year.</p>
<p>Data on Tuesday showed business activity has already taken a hit from the conflict, signalling slowing economic growth.</p>
<p><a href="https://www.brecorder.com/news/40412803/strait-of-hormuz-crisis-global-economy-under-major-threat-iea-chief"><strong>Strait of Hormuz crisis: Global economy under ‘major threat’: IEA chief</strong></a></p>
<p><strong>GERMANY</strong> - Its industry-heavy economy has more to lose from costlier energy and any global downturn that would hit its exporters. But for now, German business activity is holding up relatively well and the manufacturing sector is continuing to expand after contracting for nearly four years.</p>
<p>A massive stimulus programme Germany announced last year should help cushion some of the impact.</p>
<p><a href="https://www.brecorder.com/news/40412151/long-war-may-undercut-global-economy-analysts-warn"><strong>Long war may undercut global economy, analysts warn</strong></a></p>
<p><strong>ITALY</strong> - Also home to a big manufacturing sector. Moreover, oil and gas have among the highest shares in its primary energy consumption in Europe.</p>
<p><strong>BRITAIN</strong> - In its electricity production it relies more on gas-fired power than its European peers. Gas prices almost always set its electricity prices - and they are rising faster than oil prices since the start of the war.</p>
<p>An energy price cap will dampen the initial inflation impact. Interest rate hikes would deepen the pain for borrowers, however, as Britain already has the highest borrowing costs in the G7 at a time of rising unemployment.</p>
<p>Budget strains and pressure in the bond market limit the government’s options for helping businesses and households.</p>
<p><strong>JAPAN</strong> - Also firmly in the firing line, sourcing around 95% of its oil from the Middle East and nearly 90% of it travelling through the Hormuz Strait.</p>
<p>That comes on top of inflationary pressures it is already experiencing from a weak yen, which affects food and daily necessities prices given Japan’s heavy reliance on imported raw materials.</p>
<p><a href="https://www.brecorder.com/news/40401346/doing-business-got-tougher-in-2025-world-economic-forum-survey"><strong>Doing business got tougher in 2025: World Economic Forum survey</strong></a></p>
<p><strong>EMERGING ECONOMY HEAVYWEIGHTS</strong></p>
<p>The Gulf region itself is inevitably taking a direct economic hit, with some forecasters already predicting its economy will now shrink this year, reversing pre-war expectations for solid growth.</p>
<p>The jump in oil and gas prices is no help if the effective closure of the Strait of Hormuz means countries - especially Kuwait, Qatar and Bahrain - cannot get their hydrocarbons onto the international markets.</p>
<p>The conflict could also affect remittances - the money expat workers send back home to their families and which each year pumps tens of billions of dollars into the local economies.</p>
<p><a href="https://www.brecorder.com/news/40411571/petroleum-products-current-prices-will-be-maintained-despite-global-hike-pm"><strong>Petroleum products: Current prices will be maintained despite global hike: PM</strong></a></p>
<p><strong>PAKISTAN</strong> was teetering on the brink of crisis two years ago and has ramped up its petrol prices and closed its schools for two weeks too. Government departments are having their fuel allowances halved, are now banned from buying new air conditioners and furniture, and have been ordered to take a chunk of their vehicles off the road.</p>
<p><a href="https://www.brecorder.com/news/40410624/global-economic-pressures-pm-seeks-actionable-proposals-in-48-hours"><strong>Global economic pressures: PM seeks actionable proposals in 48 hours</strong></a></p>
<p><strong>INDIA</strong> - Another exposed heavyweight. It imports about 90% of its crude oil and nearly half of its liquefied petroleum gas, and roughly half of that oil and an even larger share of its LPG has to come through the Strait of Hormuz.</p>
<p>Economists are already trimming the country’s growth forecasts and the rupee has swooned to a record low. In restaurants and kitchens across India, hot food and drinks - even samosas, dosa and chai tea - are disappearing from the menu as the surge in gas prices leads to informal rationing.</p>
<p><a href="https://www.brecorder.com/news/40411501/india-proposes-economic-stabilisation-fund-to-tackle-global-headwinds"><strong>India proposes ‘economic stabilisation fund’ to tackle global headwinds</strong></a></p>
<p><strong>TURKEY</strong> - Sharing a border with Iran, it is bracing for a potential influx of refugees and more geopolitical uncertainty. The main economic impact meanwhile has been on the central bank.</p>
<p>It is already having deja vu of inflation crises past. It has been forced to halt its interest rate-cutting cycle for the second time in a year and sold as much as $23 billion in precious reserves to bolster its currency.</p>
<p><strong>THE FRAGILE FEW</strong></p>
<p>There are also a handful of countries that look particularly vulnerable having recently been through - or had close shaves with - full-blown economic crises.</p>
<p><strong>SRI LANKA</strong> has just made every Wednesday a public holiday for state-sector workers in a bid to cap energy costs. Schools, universities and public institutions are being shut, non-essential public transport suspended and drivers must now register for a National Fuel Pass restricting fuel purchases.</p>
<p><strong>EGYPT</strong>, on top of the surging cost of fuel and food staples, faces the prospect of a sharp drop in Suez Canal and tourism revenues, the latter of which brought almost $20 billion into the economy last year. The cost of paying back its debt, much of which is in U.S. dollars, has been made more arduous too by a near 9% slump in its own currency since the war began.</p>
]]></content:encoded>
      <category>World</category>
      <guid>https://www.brecorder.com/news/40412887</guid>
      <pubDate>Tue, 24 Mar 2026 17:49:28 +0500</pubDate>
      <author>none@none.com (Reuters)</author>
      <media:content url="https://i.brecorder.com/large/2026/03/241748133375945.webp" type="image/webp" medium="image" height="768" width="1024">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/03/241748133375945.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Pakistan seeks Saudi oil supplies via Yanbu port after Hormuz disruption</title>
      <link>https://www.brecorder.com/news/40410082/pakistan-seeks-saudi-oil-supplies-via-yanbu-port-after-hormuz-disruption</link>
      <description>&lt;p&gt;&lt;strong&gt;KARACHI: Pakistan has asked Saudi Arabia to route oil supplies through the Red Sea port of Yanbu after the closure of the Strait of Hormuz disrupted shipping, the petroleum ministry said in a press release on Wednesday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The request comes as war in the Middle East has disrupted shipping through the Strait of Hormuz, a critical global chokepoint through which a large share of the world’s oil and most of Pakistan’s fuel imports pass, raising concerns about supply security for import-dependent economies.&lt;/p&gt;
&lt;p&gt;“He further highlighted that Saudi Arabian sources had assured security of supplies through the Port of Yanbu on the Red Sea, which can help meet energy requirements,” read the release, adding that one vessel has been arranged to sail to Yanbu to lift crude for Pakistan.&lt;/p&gt;
&lt;p&gt;Riyadh reaffirmed it would support Pakistan in meeting its emergency energy needs, it added.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40404890/pakistan-ksa-to-deepen-ties-in-energy-and-minerals"&gt;&lt;strong&gt;Pakistan, KSA to deepen ties in energy and minerals&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Petroleum Minister Ali Pervaiz Malik raised the issue in a meeting with Saudi Arabia’s ambassador to Pakistan, Nawaf bin Said Al-Malki, according to a ministry statement.&lt;/p&gt;
&lt;p&gt;The minister said most of Pakistan’s energy imports transit through the Strait of Hormuz and the government was monitoring the situation closely to ensure the continuity of supplies.&lt;/p&gt;
&lt;p&gt;Saudi Arabia has also been seeking to divert some crude exports to the Red Sea port of Yanbu to bypass Hormuz as shipping through the strait slows due to the conflict, according to sources familiar with the matter.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>KARACHI: Pakistan has asked Saudi Arabia to route oil supplies through the Red Sea port of Yanbu after the closure of the Strait of Hormuz disrupted shipping, the petroleum ministry said in a press release on Wednesday.</strong></p>
<p>The request comes as war in the Middle East has disrupted shipping through the Strait of Hormuz, a critical global chokepoint through which a large share of the world’s oil and most of Pakistan’s fuel imports pass, raising concerns about supply security for import-dependent economies.</p>
<p>“He further highlighted that Saudi Arabian sources had assured security of supplies through the Port of Yanbu on the Red Sea, which can help meet energy requirements,” read the release, adding that one vessel has been arranged to sail to Yanbu to lift crude for Pakistan.</p>
<p>Riyadh reaffirmed it would support Pakistan in meeting its emergency energy needs, it added.</p>
<p><a href="https://www.brecorder.com/news/40404890/pakistan-ksa-to-deepen-ties-in-energy-and-minerals"><strong>Pakistan, KSA to deepen ties in energy and minerals</strong></a></p>
<p>Petroleum Minister Ali Pervaiz Malik raised the issue in a meeting with Saudi Arabia’s ambassador to Pakistan, Nawaf bin Said Al-Malki, according to a ministry statement.</p>
<p>The minister said most of Pakistan’s energy imports transit through the Strait of Hormuz and the government was monitoring the situation closely to ensure the continuity of supplies.</p>
<p>Saudi Arabia has also been seeking to divert some crude exports to the Red Sea port of Yanbu to bypass Hormuz as shipping through the strait slows due to the conflict, according to sources familiar with the matter.</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40410082</guid>
      <pubDate>Wed, 04 Mar 2026 17:08:01 +0500</pubDate>
      <author>none@none.com (Reuters)</author>
      <media:content url="https://i.brecorder.com/large/2026/03/04170633b62e5fa.webp" type="image/webp" medium="image" height="174" width="290">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/03/04170633b62e5fa.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>PM Shehbaz acknowledges WB’s valuable support in advancing Pakistan’s economic development</title>
      <link>https://www.brecorder.com/news/40405284/pm-shehbaz-acknowledges-wbs-valuable-support-in-advancing-pakistans-economic-development</link>
      <description>&lt;p&gt;&lt;strong&gt;Prime Minister Shehbaz Sharif on Monday acknowledged the World Bank Group’s valuable support which had been instrumental in advancing Pakistan’s economic development and reforms.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;He said this while talking to World Bank Group (WBG) President Ajay Banga who called on him at the PM House.&lt;/p&gt;
&lt;p&gt;The prime minister welcomed Ajay Banga at his first official visit as the World Bank Group president.&lt;/p&gt;
&lt;p&gt;PM Shehbaz appreciated the World Bank Group for its long-standing partnership with Pakistan and its commitment to supporting the development priorities of the country especially through the 10-year World Bank Group Country Partnership Framework (CPF).&lt;/p&gt;
&lt;p&gt;The premier also appreciated Banga’s leadership in transforming the World Bank Group into more impactful development partner.&lt;/p&gt;
&lt;p&gt;He stated that the government was vigorously working on economic reform agenda with multi-pronged comprehensive structural home grown programme aimed at sustainable economic stability.&lt;/p&gt;
&lt;p&gt;The prime minister appreciated the support of the World Bank Group in resilient infrastructure, agribusiness, digital development, energy, human capital, fiscal reforms, and increasing productive private investment for job creation and growth.&lt;/p&gt;
&lt;p&gt;PM Shehbaz and Banga reiterated the need to fast-track implementation and ensure strong oversight to deliver impact at speed and scale on CPF-aligned priorities.&lt;/p&gt;
&lt;p&gt;These measures would duly assist the prime minister’s initiative to address and resolve Implementation Bottlenecks in development projects.&lt;/p&gt;
&lt;p&gt;The prime minister expressed the government’s commitment to structural reforms that would unlock job-rich growth and further strengthen investors’ confidence.&lt;/p&gt;
&lt;p&gt;Banga expressed his gratitude to the prime minister for his reception and hospitality in Pakistan. He commended the government of Pakistan’s ongoing reform efforts and reaffirmed his commitment to deepening cooperation through a One World Bank Group approach.&lt;/p&gt;
&lt;p&gt;He added that greater leverage of private resources, in addition to strong coordination with development partners, was necessary to meet the ambition of the government’s reform agenda.&lt;/p&gt;
&lt;h2&gt;&lt;a id="president-banga-meets-cm-afridi" href="#president-banga-meets-cm-afridi" class="heading-permalink" aria-hidden="true" title="Permalink"&gt;&lt;/a&gt;President Banga meets CM Afridi&lt;/h2&gt;
&lt;p&gt;Meanwhile, Khyber Pakhtunkhwa Chief Minister Mohammad Sohail Afridi also met with WBG President Banga in Islamabad today to discuss expanding cooperation in the sectors of health, education, minerals, energy, and climate resilience.&lt;/p&gt;
&lt;p&gt;The meeting was also attended by KP’s Adviser on Finance Muzammil Aslam, Chief Secretary Shahab Ali Shah, and other senior officials.&lt;/p&gt;
&lt;p&gt;During the discussion, Chief Minister Afridi stated that the Khyber Pakhtunkhwa government highly values the World Bank’s support, noting that health and education remain top provincial priorities. He highlighted that substantial investments are being made in these sectors, particularly in strengthening the primary healthcare system.&lt;/p&gt;
&lt;p&gt;The Chief Minister announced the launch of the “Ehsaas Maa” programme, under which the government will take full responsibility for the care of mothers and children from pregnancy to birth.&lt;/p&gt;
&lt;p&gt;Notably, he shared that an additional three months of support will be provided in the event of a girl’s birth. He also reaffirmed that the province is providing universal health coverage to its entire population.&lt;/p&gt;
&lt;p&gt;Addressing environmental and economic challenges, Afridi mentioned that Khyber Pakhtunkhwa has suffered significant damage from natural disasters, prompting increased investment in climate resilience.&lt;/p&gt;
&lt;p&gt;In line with Imran Khan’s vision, he emphasised that the interests of local populations are being prioritised within the mineral sector. Furthermore, a comprehensive strategy is being implemented to make the province food self-sufficient, including projects to bring barren lands in the southern districts under cultivation.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>Prime Minister Shehbaz Sharif on Monday acknowledged the World Bank Group’s valuable support which had been instrumental in advancing Pakistan’s economic development and reforms.</strong></p>
<p>He said this while talking to World Bank Group (WBG) President Ajay Banga who called on him at the PM House.</p>
<p>The prime minister welcomed Ajay Banga at his first official visit as the World Bank Group president.</p>
<p>PM Shehbaz appreciated the World Bank Group for its long-standing partnership with Pakistan and its commitment to supporting the development priorities of the country especially through the 10-year World Bank Group Country Partnership Framework (CPF).</p>
<p>The premier also appreciated Banga’s leadership in transforming the World Bank Group into more impactful development partner.</p>
<p>He stated that the government was vigorously working on economic reform agenda with multi-pronged comprehensive structural home grown programme aimed at sustainable economic stability.</p>
<p>The prime minister appreciated the support of the World Bank Group in resilient infrastructure, agribusiness, digital development, energy, human capital, fiscal reforms, and increasing productive private investment for job creation and growth.</p>
<p>PM Shehbaz and Banga reiterated the need to fast-track implementation and ensure strong oversight to deliver impact at speed and scale on CPF-aligned priorities.</p>
<p>These measures would duly assist the prime minister’s initiative to address and resolve Implementation Bottlenecks in development projects.</p>
<p>The prime minister expressed the government’s commitment to structural reforms that would unlock job-rich growth and further strengthen investors’ confidence.</p>
<p>Banga expressed his gratitude to the prime minister for his reception and hospitality in Pakistan. He commended the government of Pakistan’s ongoing reform efforts and reaffirmed his commitment to deepening cooperation through a One World Bank Group approach.</p>
<p>He added that greater leverage of private resources, in addition to strong coordination with development partners, was necessary to meet the ambition of the government’s reform agenda.</p>
<h2><a id="president-banga-meets-cm-afridi" href="#president-banga-meets-cm-afridi" class="heading-permalink" aria-hidden="true" title="Permalink"></a>President Banga meets CM Afridi</h2>
<p>Meanwhile, Khyber Pakhtunkhwa Chief Minister Mohammad Sohail Afridi also met with WBG President Banga in Islamabad today to discuss expanding cooperation in the sectors of health, education, minerals, energy, and climate resilience.</p>
<p>The meeting was also attended by KP’s Adviser on Finance Muzammil Aslam, Chief Secretary Shahab Ali Shah, and other senior officials.</p>
<p>During the discussion, Chief Minister Afridi stated that the Khyber Pakhtunkhwa government highly values the World Bank’s support, noting that health and education remain top provincial priorities. He highlighted that substantial investments are being made in these sectors, particularly in strengthening the primary healthcare system.</p>
<p>The Chief Minister announced the launch of the “Ehsaas Maa” programme, under which the government will take full responsibility for the care of mothers and children from pregnancy to birth.</p>
<p>Notably, he shared that an additional three months of support will be provided in the event of a girl’s birth. He also reaffirmed that the province is providing universal health coverage to its entire population.</p>
<p>Addressing environmental and economic challenges, Afridi mentioned that Khyber Pakhtunkhwa has suffered significant damage from natural disasters, prompting increased investment in climate resilience.</p>
<p>In line with Imran Khan’s vision, he emphasised that the interests of local populations are being prioritised within the mineral sector. Furthermore, a comprehensive strategy is being implemented to make the province food self-sufficient, including projects to bring barren lands in the southern districts under cultivation.</p>
]]></content:encoded>
      <category>Pakistan</category>
      <guid>https://www.brecorder.com/news/40405284</guid>
      <pubDate>Mon, 02 Feb 2026 16:44:52 +0500</pubDate>
      <author>none@none.com (BR Web Desk)</author>
      <media:content url="https://i.ytimg.com/vi/1MKAZ7UGzb8/maxresdefault.jpg" type="image/jpeg" medium="video" height="480" width="640">
        <media:thumbnail url="https://i.ytimg.com/vi/1MKAZ7UGzb8/mqdefault.jpg"/>
        <media:player url="https://www.youtube.com/watch?v=1MKAZ7UGzb8"/>
        <media:title>PM Shehbaz meets World Bank Group President Ajay Banga
</media:title>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Pakistan to roll out first Panda bond in coming weeks, says Aurangzeb</title>
      <link>https://www.brecorder.com/news/40402151/pakistan-to-roll-out-first-panda-bond-in-coming-weeks-says-aurangzeb</link>
      <description>&lt;p&gt;&lt;strong&gt;Pakistan plans to issue its first-ever Panda bond in the coming weeks, Finance Minister Muhammad Aurangzeb said on Wednesday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Addressing a seminar organised by Nutshell Group, titled &lt;em&gt;Resetting Pakistan’s Economic Direction,&lt;/em&gt; the minister said Pakistan’s previous international issuances were in US dollars, euros, or Islamic sukuk.&lt;/p&gt;
&lt;p&gt;“Issuing in RMB, which is the world’s second-largest and second-deepest capital market, and swapping it into dollars yields a 2.5% differential.”&lt;/p&gt;
&lt;p&gt;“Every single bit counts,” he said.&lt;/p&gt;
&lt;p&gt;The minister noted that the country’s debt-to-GDP ratio has reduced to 70% from 75%, and average maturity has been extended to over four years, reducing refinancing cost and urgency.&lt;/p&gt;
&lt;p&gt;“Last year, we saved around Rs850 billion in terms of debt servicing. If all goes well, this year we expect to remain below our budget, almost by a similar amount. This is not only because the policy rate has come down,” he said.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40398314/pakistan-targets-250-million-for-inaugural-panda-bond-launch-expected-in-january"&gt;&lt;strong&gt;Pakistan targets $250 million for inaugural Panda bond, launch expected in January&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Aurangzeb said that the government has handed over 24 state-owned enterprises (SOEs) to the Privatisation Commission. Citing a recent report, Aurangzeb shared that the government was losing nearly Rs1 trillion annually.&lt;/p&gt;
&lt;p&gt;“That is a huge drain, and these resources can be put to far better use.”&lt;/p&gt;
&lt;p&gt;He said that the decision to shut down entities such as PWD, Utility Stores Corporation, and PASSCO was taken because of heavy subsidies and corruption embedded within those subsidies. “This was the real cost to the exchequer, which is why these reforms are moving forward,” he said.&lt;/p&gt;
&lt;p&gt;On structural reforms, Aurangzeb termed tariff reforms a major step, including reductions in regulatory duties, customs duties and additional customs duties, aimed at lowering the cost of intermediate and raw materials.&lt;/p&gt;
&lt;p&gt;“This is the first time in 78 years that such reforms have been undertaken. From our perspective, this can be Pakistan’s East Asia moment,” he said.&lt;/p&gt;
&lt;p&gt;He added that Pakistani industries have long enjoyed protection and, as a result, lacked competitiveness and export orientation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Acknowledges firms’ exit&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The finance minister said 20 new foreign investors have entered Pakistan over the past 18 months, including Google, Aramco, Gunvor, Turkish Petroleum, BYD, Chery Auto, Abu Dhabi Ports, Nova Mineral, Mashreq Digital and Samsung.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40390631/govts-economic-team-highlights-reform-progress-as-pakistan-enters-stabilisation-phase"&gt;&lt;strong&gt;Govt’s economic team highlights reform progress as Pakistan enters stabilisation phase&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;“Yes, some firms have also exited,” he acknowledged, citing high taxation, energy and financing costs. “But firms such as Nestlé and Unilever, which adapted through local sourcing, are now enjoying strong margins and exporting. Others need to rethink their models.”&lt;/p&gt;
&lt;p&gt;On capital markets, Aurangzeb said the Pakistan Stock Exchange has expanded, with 135,000 new investors added in 18 months.&lt;/p&gt;
&lt;p&gt;“Some 280 new companies have been registered, nine IPOs took place last fiscal year, and 16 IPOs are in the pipeline,” he said.&lt;/p&gt;
&lt;p&gt;Turning to the new economy, Aurangzeb said Pakistan has around 40 million crypto users, with trading volumes worth billions of dollars. “This activity must be brought into a regulated environment,” he said.&lt;/p&gt;
&lt;p&gt;He added that Pakistan has the third-largest freelancer population globally, noting that with upskilling in blockchain technologies, freelancers earning $12–14 per hour could earn $50 to $250 per hour.&lt;/p&gt;
&lt;p&gt;On governance and inclusion, the minister said that by June this year, all government payments will be routed through digital channels.&lt;/p&gt;
&lt;p&gt;He concluded by warning that if Pakistan aims to become a $3 trillion economy by 2047, its population growth rate of 2.55% must be reduced. “Otherwise, growth alone will not get us there,” he said.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>Pakistan plans to issue its first-ever Panda bond in the coming weeks, Finance Minister Muhammad Aurangzeb said on Wednesday.</strong></p>
<p>Addressing a seminar organised by Nutshell Group, titled <em>Resetting Pakistan’s Economic Direction,</em> the minister said Pakistan’s previous international issuances were in US dollars, euros, or Islamic sukuk.</p>
<p>“Issuing in RMB, which is the world’s second-largest and second-deepest capital market, and swapping it into dollars yields a 2.5% differential.”</p>
<p>“Every single bit counts,” he said.</p>
<p>The minister noted that the country’s debt-to-GDP ratio has reduced to 70% from 75%, and average maturity has been extended to over four years, reducing refinancing cost and urgency.</p>
<p>“Last year, we saved around Rs850 billion in terms of debt servicing. If all goes well, this year we expect to remain below our budget, almost by a similar amount. This is not only because the policy rate has come down,” he said.</p>
<p><a href="https://www.brecorder.com/news/40398314/pakistan-targets-250-million-for-inaugural-panda-bond-launch-expected-in-january"><strong>Pakistan targets $250 million for inaugural Panda bond, launch expected in January</strong></a></p>
<p>Aurangzeb said that the government has handed over 24 state-owned enterprises (SOEs) to the Privatisation Commission. Citing a recent report, Aurangzeb shared that the government was losing nearly Rs1 trillion annually.</p>
<p>“That is a huge drain, and these resources can be put to far better use.”</p>
<p>He said that the decision to shut down entities such as PWD, Utility Stores Corporation, and PASSCO was taken because of heavy subsidies and corruption embedded within those subsidies. “This was the real cost to the exchequer, which is why these reforms are moving forward,” he said.</p>
<p>On structural reforms, Aurangzeb termed tariff reforms a major step, including reductions in regulatory duties, customs duties and additional customs duties, aimed at lowering the cost of intermediate and raw materials.</p>
<p>“This is the first time in 78 years that such reforms have been undertaken. From our perspective, this can be Pakistan’s East Asia moment,” he said.</p>
<p>He added that Pakistani industries have long enjoyed protection and, as a result, lacked competitiveness and export orientation.</p>
<p><strong>Acknowledges firms’ exit</strong></p>
<p>The finance minister said 20 new foreign investors have entered Pakistan over the past 18 months, including Google, Aramco, Gunvor, Turkish Petroleum, BYD, Chery Auto, Abu Dhabi Ports, Nova Mineral, Mashreq Digital and Samsung.</p>
<p><a href="https://www.brecorder.com/news/40390631/govts-economic-team-highlights-reform-progress-as-pakistan-enters-stabilisation-phase"><strong>Govt’s economic team highlights reform progress as Pakistan enters stabilisation phase</strong></a></p>
<p>“Yes, some firms have also exited,” he acknowledged, citing high taxation, energy and financing costs. “But firms such as Nestlé and Unilever, which adapted through local sourcing, are now enjoying strong margins and exporting. Others need to rethink their models.”</p>
<p>On capital markets, Aurangzeb said the Pakistan Stock Exchange has expanded, with 135,000 new investors added in 18 months.</p>
<p>“Some 280 new companies have been registered, nine IPOs took place last fiscal year, and 16 IPOs are in the pipeline,” he said.</p>
<p>Turning to the new economy, Aurangzeb said Pakistan has around 40 million crypto users, with trading volumes worth billions of dollars. “This activity must be brought into a regulated environment,” he said.</p>
<p>He added that Pakistan has the third-largest freelancer population globally, noting that with upskilling in blockchain technologies, freelancers earning $12–14 per hour could earn $50 to $250 per hour.</p>
<p>On governance and inclusion, the minister said that by June this year, all government payments will be routed through digital channels.</p>
<p>He concluded by warning that if Pakistan aims to become a $3 trillion economy by 2047, its population growth rate of 2.55% must be reduced. “Otherwise, growth alone will not get us there,” he said.</p>
]]></content:encoded>
      <category>Pakistan</category>
      <guid>https://www.brecorder.com/news/40402151</guid>
      <pubDate>Wed, 14 Jan 2026 12:59:31 +0500</pubDate>
      <author>none@none.com (BR Web Desk)</author>
      <media:content url="https://i.ytimg.com/vi/gzy9OrUX91c/maxresdefault.jpg" type="image/jpeg" medium="video" height="480" width="640">
        <media:thumbnail url="https://i.ytimg.com/vi/gzy9OrUX91c/mqdefault.jpg"/>
        <media:player url="https://www.youtube.com/watch?v=gzy9OrUX91c"/>
        <media:title>Pakistan to roll out first Panda bond in coming weeks, says Aurangzeb
</media:title>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Planning minister vows to transform blue economy into key driver of export-led growth</title>
      <link>https://www.brecorder.com/news/40400451/planning-minister-vows-to-transform-blue-economy-into-key-driver-of-export-led-growth</link>
      <description>&lt;p&gt;&lt;strong&gt;Federal Minister for Planning, Development and Special Initiatives Professor Ahsan Iqbal has vowed to transform the blue economy from potential to performance, positioning it as a key driver of export-led growth, employment generation, and sustainable development.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Presiding over a forum titled ‘Strengthening Pakistan’s Blue Economy: High-Level Roundtable on Maritime Growth’, the planning minister on Friday said Pakistan faces significant opportunities to enhance foreign exchange earnings and support sustainable economic growth by leveraging its maritime resources.&lt;/p&gt;
&lt;p&gt;Representatives from the Gwadar Port Authority, Ministry of Maritime Affairs, and other relevant stakeholders were also present on this occasion.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;READ MORE: &lt;a href="https://www.brecorder.com/news/40400382/shrimp-estates-punjab-takes-step-towards-promoting-aquaculture-blue-economy"&gt;Shrimp estates: Punjab takes step towards promoting aquaculture, blue economy&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The session included a detailed briefing by Member Infrastructure Dr Waqas Anwar on the ministry’s preparatory work and the proposed roadmap for the development of maritime and blue economy sectors.&lt;/p&gt;
&lt;p&gt;In his remarks, Prof Iqbal emphasised that Pakistan’s economic future is closely linked to its ability to expand exports and generate foreign exchange. The blue economy represents a strategic opportunity to achieve these objectives while promoting sustainable development, he maintained.&lt;/p&gt;
&lt;p&gt;According to the briefing given to the forum, achieving Pakistan’s vision of a $1 trillion economy by 2035 will require accelerated export growth and effective utilisation of untapped sectors.&lt;/p&gt;
&lt;p&gt;The blue economy offers substantial potential in fisheries, aquaculture, ports, shipbuilding, and maritime tourism to generate foreign exchange, it said, adding that current gaps in value addition, cold chain infrastructure, processing, branding, and marketing limit sector returns.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;READ MORE: &lt;a href="https://www.brecorder.com/news/40390774/blue-economy-a-game-changer-with-100bn-potential-for-pakistan-aurangzeb"&gt;Blue economy a ‘game changer’ with $100bn potential for Pakistan: Aurangzeb&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The planning minister highlighted that foundational work has been completed on port development (Karachi, Port Qasim, Gwadar), shipbuilding, and the revitalisation of Gadani Shipyard.&lt;/p&gt;
&lt;p&gt;Unlocking the full potential of maritime resources requires a holistic, integrated approach and coordinated action across stakeholders.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>Federal Minister for Planning, Development and Special Initiatives Professor Ahsan Iqbal has vowed to transform the blue economy from potential to performance, positioning it as a key driver of export-led growth, employment generation, and sustainable development.</strong></p>
<p>Presiding over a forum titled ‘Strengthening Pakistan’s Blue Economy: High-Level Roundtable on Maritime Growth’, the planning minister on Friday said Pakistan faces significant opportunities to enhance foreign exchange earnings and support sustainable economic growth by leveraging its maritime resources.</p>
<p>Representatives from the Gwadar Port Authority, Ministry of Maritime Affairs, and other relevant stakeholders were also present on this occasion.</p>
<p><strong>READ MORE: <a href="https://www.brecorder.com/news/40400382/shrimp-estates-punjab-takes-step-towards-promoting-aquaculture-blue-economy">Shrimp estates: Punjab takes step towards promoting aquaculture, blue economy</a></strong></p>
<p>The session included a detailed briefing by Member Infrastructure Dr Waqas Anwar on the ministry’s preparatory work and the proposed roadmap for the development of maritime and blue economy sectors.</p>
<p>In his remarks, Prof Iqbal emphasised that Pakistan’s economic future is closely linked to its ability to expand exports and generate foreign exchange. The blue economy represents a strategic opportunity to achieve these objectives while promoting sustainable development, he maintained.</p>
<p>According to the briefing given to the forum, achieving Pakistan’s vision of a $1 trillion economy by 2035 will require accelerated export growth and effective utilisation of untapped sectors.</p>
<p>The blue economy offers substantial potential in fisheries, aquaculture, ports, shipbuilding, and maritime tourism to generate foreign exchange, it said, adding that current gaps in value addition, cold chain infrastructure, processing, branding, and marketing limit sector returns.</p>
<p><strong>READ MORE: <a href="https://www.brecorder.com/news/40390774/blue-economy-a-game-changer-with-100bn-potential-for-pakistan-aurangzeb">Blue economy a ‘game changer’ with $100bn potential for Pakistan: Aurangzeb</a></strong></p>
<p>The planning minister highlighted that foundational work has been completed on port development (Karachi, Port Qasim, Gwadar), shipbuilding, and the revitalisation of Gadani Shipyard.</p>
<p>Unlocking the full potential of maritime resources requires a holistic, integrated approach and coordinated action across stakeholders.</p>
]]></content:encoded>
      <category>Pakistan</category>
      <guid>https://www.brecorder.com/news/40400451</guid>
      <pubDate>Sat, 03 Jan 2026 12:14:07 +0500</pubDate>
      <author>none@none.com (BR Web Desk)</author>
      <media:content url="https://i.ytimg.com/vi/rlX0B4yAPlk/maxresdefault.jpg" type="image/jpeg" medium="video" height="480" width="640">
        <media:thumbnail url="https://i.ytimg.com/vi/rlX0B4yAPlk/mqdefault.jpg"/>
        <media:player url="https://www.youtube.com/watch?v=rlX0B4yAPlk"/>
        <media:title>Planning minister vows to transform blue economy into key driver of export-led growth
</media:title>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>2026 will be a year of economic prosperity, most Pakistanis believe: survey</title>
      <link>https://www.brecorder.com/news/40400171/2026-will-be-a-year-of-economic-prosperity-most-pakistanis-believe-survey</link>
      <description>&lt;p&gt;&lt;strong&gt;Global Economic Gallup Survey highlights that 53 percent of Pakistanis consider 2026 a year of economic prosperity and 52 percent deem it a year of peace, as Islamabad records higher optimism than global average on economy and peace.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;According to the survey findings, 51 percent of Pakistanis are optimistic and 20 percent others pessimistic about the New Year, indicating a net positive outlook for 2026. Pakistani optimism is significantly higher than India’s 39 percent and also surpasses the global average of 24 percent.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40400023/pakistan-economy-to-maintain-positive-momentum-lsm-to-recover-says-finance-ministry"&gt;&lt;strong&gt;READ MORE: Pakistan economy to maintain ‘positive momentum’, LSM to recover, says Finance ministry&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Peace expectations are also significantly higher here as 52 percent of Pakistanis believe that world peace will improve. In India, this figure is only 26 percent.&lt;/p&gt;
    &lt;figure class='media  w-full  w-full  media--left  media--embed  ' data-original-src='https://www.scribd.com/document/974584555/Gallup-EOY-2025-2026-Final-Report-5'&gt;
        &lt;div class='media__item  media__item--scribd  '&gt;&lt;iframe src='https://www.scribd.com/embeds/974584555/content?start_page=1&amp;view_mode=scroll&amp;show_recommendations=falseGallup-EOY-2025-2026-Final-Report-5' loading='lazy' allowfullscreen='' frameborder='0' scrolling='no' width='100%' height='100%'&gt;&lt;/iframe&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;This represents one of the highest levels of optimism in Pakistan since 1994, Gallup’s press release for the End of Year Survey said, adding that the optimism level surpassed only during a few peak periods, notably the late 1990s and the mid-2010s.&lt;/p&gt;
    &lt;figure class='media  w-full sm:w-1/2  media--right    media--uneven  media--stretch' data-original-src='https://i.brecorder.com/large/2026/01/011257294c6ba10.webp'&gt;
        &lt;div class='media__item  '&gt;&lt;picture&gt;&lt;img src='https://i.brecorder.com/large/2026/01/011257294c6ba10.webp'  alt='' /&gt;&lt;/picture&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;Across the three measures, overall hope, economic optimism, and hope for peace, Pakistan ranks ahead of India on two and exceeds the global average on all three, it said.&lt;/p&gt;
    &lt;figure class='media  w-full sm:w-1/2  media--right    media--uneven  media--stretch' data-original-src='https://i.brecorder.com/large/2026/01/011301184a3c80f.webp'&gt;
        &lt;div class='media__item  '&gt;&lt;picture&gt;&lt;img src='https://i.brecorder.com/large/2026/01/011301184a3c80f.webp'  alt='' /&gt;&lt;/picture&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;“The End of Year Survey conducted by the Gallup International Association covered 60 countries, including Pakistan, with a total sample size of 59,636 respondents.&lt;/p&gt;
&lt;p&gt;“This annual survey is a long-standing tradition of the association, and represents the largest global study of its kind carried out by independent polling organisations. In Pakistan, the survey has been implemented by Gallup Pakistan since 1994, ensuring continuity and comparability of public opinion trends over time,” the survey report said.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;READ MORE: &lt;a href="https://www.brecorder.com/news/40400143/pm-launches-pakistans-economic-governance-reforms"&gt;PM launches Pakistan’s Economic Governance Reforms&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>Global Economic Gallup Survey highlights that 53 percent of Pakistanis consider 2026 a year of economic prosperity and 52 percent deem it a year of peace, as Islamabad records higher optimism than global average on economy and peace.</strong></p>
<p>According to the survey findings, 51 percent of Pakistanis are optimistic and 20 percent others pessimistic about the New Year, indicating a net positive outlook for 2026. Pakistani optimism is significantly higher than India’s 39 percent and also surpasses the global average of 24 percent.</p>
<p><a href="https://www.brecorder.com/news/40400023/pakistan-economy-to-maintain-positive-momentum-lsm-to-recover-says-finance-ministry"><strong>READ MORE: Pakistan economy to maintain ‘positive momentum’, LSM to recover, says Finance ministry</strong></a></p>
<p>Peace expectations are also significantly higher here as 52 percent of Pakistanis believe that world peace will improve. In India, this figure is only 26 percent.</p>
    <figure class='media  w-full  w-full  media--left  media--embed  ' data-original-src='https://www.scribd.com/document/974584555/Gallup-EOY-2025-2026-Final-Report-5'>
        <div class='media__item  media__item--scribd  '><iframe src='https://www.scribd.com/embeds/974584555/content?start_page=1&view_mode=scroll&show_recommendations=falseGallup-EOY-2025-2026-Final-Report-5' loading='lazy' allowfullscreen='' frameborder='0' scrolling='no' width='100%' height='100%'></iframe></div>
        
    </figure>
<p>This represents one of the highest levels of optimism in Pakistan since 1994, Gallup’s press release for the End of Year Survey said, adding that the optimism level surpassed only during a few peak periods, notably the late 1990s and the mid-2010s.</p>
    <figure class='media  w-full sm:w-1/2  media--right    media--uneven  media--stretch' data-original-src='https://i.brecorder.com/large/2026/01/011257294c6ba10.webp'>
        <div class='media__item  '><picture><img src='https://i.brecorder.com/large/2026/01/011257294c6ba10.webp'  alt='' /></picture></div>
        
    </figure>
<p>Across the three measures, overall hope, economic optimism, and hope for peace, Pakistan ranks ahead of India on two and exceeds the global average on all three, it said.</p>
    <figure class='media  w-full sm:w-1/2  media--right    media--uneven  media--stretch' data-original-src='https://i.brecorder.com/large/2026/01/011301184a3c80f.webp'>
        <div class='media__item  '><picture><img src='https://i.brecorder.com/large/2026/01/011301184a3c80f.webp'  alt='' /></picture></div>
        
    </figure>
<p>“The End of Year Survey conducted by the Gallup International Association covered 60 countries, including Pakistan, with a total sample size of 59,636 respondents.</p>
<p>“This annual survey is a long-standing tradition of the association, and represents the largest global study of its kind carried out by independent polling organisations. In Pakistan, the survey has been implemented by Gallup Pakistan since 1994, ensuring continuity and comparability of public opinion trends over time,” the survey report said.</p>
<p><strong>READ MORE: <a href="https://www.brecorder.com/news/40400143/pm-launches-pakistans-economic-governance-reforms">PM launches Pakistan’s Economic Governance Reforms</a></strong></p>
]]></content:encoded>
      <category>Pakistan</category>
      <guid>https://www.brecorder.com/news/40400171</guid>
      <pubDate>Thu, 01 Jan 2026 14:36:43 +0500</pubDate>
      <author>none@none.com (BR Web Desk)</author>
      <media:content url="https://i.brecorder.com/large/2026/01/011252245ab51a3.webp" type="image/webp" medium="image" height="600" width="1000">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/01/011252245ab51a3.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>PM Shehbaz orders massive port reforms to slash business costs, cargo delay</title>
      <link>https://www.brecorder.com/news/40399066/pm-shehbaz-orders-massive-port-reforms-to-slash-business-costs-cargo-delay</link>
      <description>&lt;p&gt;&lt;strong&gt;Prime Minister Muhammad Shehbaz Sharif on Wednesday directed port authorities to drastically reduce cargo “dwell time” and eliminate unnecessary laboratory testing to facilitate the business community and bolster national economic growth.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Chairing a high-level meeting of the private sector working group on port development, the prime minister emphasised that Pakistan’s maritime gateways are the backbone of the economy. He instructed that various port charges be further reduced to make Pakistani exports more competitive in the global market.&lt;/p&gt;
&lt;p&gt;The prime minister directed that rail connectivity from ports must be upgraded to improve the inland transportation of goods. Dredging and expansion work at all ports—particularly in Karachi—must be accelerated to accommodate larger vessels, he said, adding that tenders for these projects have already been issued.&lt;/p&gt;
&lt;p&gt;To prevent delays, initial cargo testing laboratories should be established within the port premises, and redundant lab tests must be abolished, he ordered.&lt;/p&gt;
&lt;h3&gt;&lt;a id="climate-resilience-govt-cuts-export-cargo-handling-charges-by-50-at-karachi-port" href="#climate-resilience-govt-cuts-export-cargo-handling-charges-by-50-at-karachi-port" class="heading-permalink" aria-hidden="true" title="Permalink"&gt;&lt;/a&gt;&lt;a href="https://www.brecorder.com/news/40373488/climate-resilience-govt-cuts-export-cargo-handling-charges-by-50-at-karachi-port"&gt;‘Climate resilience’: govt cuts export cargo handling charges by 50% at Karachi Port&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Addressing the issue of long-staying abandoned cargo, PM Shehbaz ordered a transparent auctioning system. He directed the establishment of dedicated yards for such cargo and suggested hiring world-renowned firms to manage the process. A new e-bidding system will soon be operational, allowing participants from across the country to bid for abandoned cargo remotely.&lt;/p&gt;
&lt;p&gt;The chairman of the working group, Ziad Bashir, presented solid recommendations for port reforms and praised the government’s recent moves. He noted that the transparent privatisation of the Pakistan International Airlines (PIA) has significantly restored the confidence of the business community.&lt;/p&gt;
&lt;p&gt;The meeting was briefed that the national ports master plan is moving ahead rapidly and that the port community system has already become operational. Furthermore, as a major relief measure, bulk cargo fees at Port Qasim were recently slashed by over 50%.&lt;/p&gt;
&lt;p&gt;The session was attended by federal ministers Ahsan Iqbal, Ahad Khan Cheema, Musadik Malik, and other senior government officials.&lt;/p&gt;
&lt;h3&gt;&lt;a id="pakistan-cargo-transporters-call-off-strike-after-increase-in-time-for-goods-movement" href="#pakistan-cargo-transporters-call-off-strike-after-increase-in-time-for-goods-movement" class="heading-permalink" aria-hidden="true" title="Permalink"&gt;&lt;/a&gt;&lt;a href="https://www.brecorder.com/news/40397941/pakistan-cargo-transporters-call-off-strike-after-increase-in-time-for-goods-movement"&gt;Pakistan cargo transporters call off strike after increase in time for goods movement&lt;/a&gt;&lt;/h3&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>Prime Minister Muhammad Shehbaz Sharif on Wednesday directed port authorities to drastically reduce cargo “dwell time” and eliminate unnecessary laboratory testing to facilitate the business community and bolster national economic growth.</strong></p>
<p>Chairing a high-level meeting of the private sector working group on port development, the prime minister emphasised that Pakistan’s maritime gateways are the backbone of the economy. He instructed that various port charges be further reduced to make Pakistani exports more competitive in the global market.</p>
<p>The prime minister directed that rail connectivity from ports must be upgraded to improve the inland transportation of goods. Dredging and expansion work at all ports—particularly in Karachi—must be accelerated to accommodate larger vessels, he said, adding that tenders for these projects have already been issued.</p>
<p>To prevent delays, initial cargo testing laboratories should be established within the port premises, and redundant lab tests must be abolished, he ordered.</p>
<h3><a id="climate-resilience-govt-cuts-export-cargo-handling-charges-by-50-at-karachi-port" href="#climate-resilience-govt-cuts-export-cargo-handling-charges-by-50-at-karachi-port" class="heading-permalink" aria-hidden="true" title="Permalink"></a><a href="https://www.brecorder.com/news/40373488/climate-resilience-govt-cuts-export-cargo-handling-charges-by-50-at-karachi-port">‘Climate resilience’: govt cuts export cargo handling charges by 50% at Karachi Port</a></h3>
<p>Addressing the issue of long-staying abandoned cargo, PM Shehbaz ordered a transparent auctioning system. He directed the establishment of dedicated yards for such cargo and suggested hiring world-renowned firms to manage the process. A new e-bidding system will soon be operational, allowing participants from across the country to bid for abandoned cargo remotely.</p>
<p>The chairman of the working group, Ziad Bashir, presented solid recommendations for port reforms and praised the government’s recent moves. He noted that the transparent privatisation of the Pakistan International Airlines (PIA) has significantly restored the confidence of the business community.</p>
<p>The meeting was briefed that the national ports master plan is moving ahead rapidly and that the port community system has already become operational. Furthermore, as a major relief measure, bulk cargo fees at Port Qasim were recently slashed by over 50%.</p>
<p>The session was attended by federal ministers Ahsan Iqbal, Ahad Khan Cheema, Musadik Malik, and other senior government officials.</p>
<h3><a id="pakistan-cargo-transporters-call-off-strike-after-increase-in-time-for-goods-movement" href="#pakistan-cargo-transporters-call-off-strike-after-increase-in-time-for-goods-movement" class="heading-permalink" aria-hidden="true" title="Permalink"></a><a href="https://www.brecorder.com/news/40397941/pakistan-cargo-transporters-call-off-strike-after-increase-in-time-for-goods-movement">Pakistan cargo transporters call off strike after increase in time for goods movement</a></h3>
]]></content:encoded>
      <category>Pakistan</category>
      <guid>https://www.brecorder.com/news/40399066</guid>
      <pubDate>Wed, 24 Dec 2025 16:30:05 +0500</pubDate>
      <author>none@none.com (BR Web Desk)</author>
      <media:content url="https://i.brecorder.com/large/2025/12/24162721e36ad36.webp" type="image/webp" medium="image" height="600" width="1000">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2025/12/24162721e36ad36.webp"/>
        <media:title>Prime Minister Muhammad Shehbaz Sharif chairs a meeting regarding the working group constituted for reforms in ports, in Islamabad on 24 December 2025. Photo: PMO
</media:title>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Iranian company issues tender to buy 10,000 tons rice from Pakistan, traders say</title>
      <link>https://www.brecorder.com/news/40398111/iranian-company-issues-tender-to-buy-10000-tons-rice-from-pakistan-traders-say</link>
      <description>&lt;p&gt;&lt;strong&gt;HAMBURG: Iranian firm Jahad Sabz Company has issued a tender to purchase 10,000 metric tons of rice sourced from Pakistan, a copy of the tender sent to European traders on Thursday said.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Type 1121 white basmati rice is sought.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40395514/reap-raises-alarm-over-declining-export-of-rice"&gt;&lt;strong&gt;REAP raises alarm over declining export of rice&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The deadline for submission of price offers in the tender is December 30.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>HAMBURG: Iranian firm Jahad Sabz Company has issued a tender to purchase 10,000 metric tons of rice sourced from Pakistan, a copy of the tender sent to European traders on Thursday said.</strong></p>
<p>Type 1121 white basmati rice is sought.</p>
<p><a href="https://www.brecorder.com/news/40395514/reap-raises-alarm-over-declining-export-of-rice"><strong>REAP raises alarm over declining export of rice</strong></a></p>
<p>The deadline for submission of price offers in the tender is December 30.</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40398111</guid>
      <pubDate>Thu, 18 Dec 2025 16:17:18 +0500</pubDate>
      <author>none@none.com (Reuters)</author>
      <media:content url="https://i.brecorder.com/large/2025/12/18161605879dce1.webp" type="image/webp" medium="image" height="600" width="1000">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2025/12/18161605879dce1.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Are remittances hurting the economy? Atif Mian weighs in</title>
      <link>https://www.brecorder.com/news/40397126/are-remittances-hurting-the-economy-atif-mian-weighs-in</link>
      <description>&lt;p&gt;&lt;strong&gt;Noted Pakistani-American economist Atif Mian has argued that Pakistan’s increasing dependence on &lt;a href="https://www.brecorder.com/news/40396501"&gt;remittance inflows &lt;/a&gt;may be undermining Pakistan’s economic growth by fueling consumption, overvaluing the rupee, and weakening exports.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;“Remittances are free foreign exchange, straight into households, with no debt attached. Surely that must be good? For the families receiving them, absolutely. But for the broader macroeconomy, the story is more complicated - and more interesting,” wrote Atif on his website atifmian.com on Friday.&lt;/p&gt;
&lt;p&gt;“If remittances are not managed properly, they can become a restraint on growth. In fact, the evidence suggests that this is exactly what has happened in Pakistan.”&lt;/p&gt;
&lt;p&gt;Remittances play a significant role in supporting the country’s external account, stimulating Pakistan’s economic activity, and supplementing the disposable incomes of remittance-dependent households.&lt;/p&gt;
&lt;p&gt;According to the latest data, provided by the SBP, &lt;a href="https://www.brecorder.com/news/40396501"&gt;remittance inflows in Pakistan stood at $16.1 billion &lt;/a&gt;during the first five months of the ongoing fiscal year, up from $14.8 billion in 5MFY25, a jump of 9.3%.&lt;/p&gt;
&lt;p&gt;Meanwhile, Atif, currently a professor of Economics at Princeton University, noted that remittance inflows to Pakistan, sent by nearly 10 million Pakistanis living abroad, are now about $38 billion a year, roughly 10% of GDP.&lt;/p&gt;
&lt;p&gt;“They are now about twice as large as what you’d expect for a country at this income level,” he said.&lt;/p&gt;
&lt;p&gt;Such figures do have macroeconomic effects, says Atif.&lt;/p&gt;
&lt;h3&gt;&lt;a id="what-is-atif-mian-550-framework-to-transform-pakistans-economy" href="#what-is-atif-mian-550-framework-to-transform-pakistans-economy" class="heading-permalink" aria-hidden="true" title="Permalink"&gt;&lt;/a&gt;&lt;a href="https://www.brecorder.com/news/40396713/what-is-atif-mian-550-framework-to-transform-pakistans-economy"&gt;What is Atif Mian 5/50 framework to transform Pakistan’s economy?&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;“First, they raise consumption and spending power faster than the economy’s own productive capacity. Second, the steady inflow of dollars tends to appreciate the rupee in real terms, which disproportionately hurts the more productive, export-oriented tradable sector. Together, these forces make the country more expensive than its productivity justifies — the classic pattern economists call Dutch disease.”&lt;/p&gt;
&lt;p&gt;This trend has become visible in Pakistan as well, as the country’s export sector has steadily weakened during the period, while remittances have become more dominant, the economist said.&lt;/p&gt;
&lt;p&gt;“The exchange rate has been overvalued for long periods. Pakistan’s investment-to-GDP ratio is strikingly low—implying an unusually high consumption-to-GDP ratio—compared with other countries at a similar income level,” highlighted Atif.&lt;/p&gt;
&lt;p&gt;However, this trend can be reversed by adopting the right economic policies, says Atif.&lt;/p&gt;
&lt;p&gt;“That requires two key steps. First, when remittances surge, the central bank shouldn’t just let them spill into consumption and an overvalued currency. It can lean against the wind by building foreign exchange reserves&lt;/p&gt;
&lt;p&gt;“Second, the government needs a serious foreign direct investment strategy that channels capital into greenfield projects in tradable and other high-productivity, technology-intensive sectors. These inflows must be carefully regulated: short-term speculative portfolio flows, and investment into low-productivity non-tradable sectors like real estate, should be discouraged.”&lt;/p&gt;
&lt;p&gt;Atif also questioned Pakistan’s elite rent-seeking behaviour, which keeps the exchange rate overvalued, allowing them to convert domestically generated rents into foreign assets on more favourable terms.&lt;/p&gt;
&lt;p&gt;“The irony is stark here: the remittances of poor workers forced to leave home in search of a livelihood end up helping sustain the external purchasing power of the country’s most privileged groups,” he concluded.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>Noted Pakistani-American economist Atif Mian has argued that Pakistan’s increasing dependence on <a href="https://www.brecorder.com/news/40396501">remittance inflows </a>may be undermining Pakistan’s economic growth by fueling consumption, overvaluing the rupee, and weakening exports.</strong></p>
<p>“Remittances are free foreign exchange, straight into households, with no debt attached. Surely that must be good? For the families receiving them, absolutely. But for the broader macroeconomy, the story is more complicated - and more interesting,” wrote Atif on his website atifmian.com on Friday.</p>
<p>“If remittances are not managed properly, they can become a restraint on growth. In fact, the evidence suggests that this is exactly what has happened in Pakistan.”</p>
<p>Remittances play a significant role in supporting the country’s external account, stimulating Pakistan’s economic activity, and supplementing the disposable incomes of remittance-dependent households.</p>
<p>According to the latest data, provided by the SBP, <a href="https://www.brecorder.com/news/40396501">remittance inflows in Pakistan stood at $16.1 billion </a>during the first five months of the ongoing fiscal year, up from $14.8 billion in 5MFY25, a jump of 9.3%.</p>
<p>Meanwhile, Atif, currently a professor of Economics at Princeton University, noted that remittance inflows to Pakistan, sent by nearly 10 million Pakistanis living abroad, are now about $38 billion a year, roughly 10% of GDP.</p>
<p>“They are now about twice as large as what you’d expect for a country at this income level,” he said.</p>
<p>Such figures do have macroeconomic effects, says Atif.</p>
<h3><a id="what-is-atif-mian-550-framework-to-transform-pakistans-economy" href="#what-is-atif-mian-550-framework-to-transform-pakistans-economy" class="heading-permalink" aria-hidden="true" title="Permalink"></a><a href="https://www.brecorder.com/news/40396713/what-is-atif-mian-550-framework-to-transform-pakistans-economy">What is Atif Mian 5/50 framework to transform Pakistan’s economy?</a></h3>
<p>“First, they raise consumption and spending power faster than the economy’s own productive capacity. Second, the steady inflow of dollars tends to appreciate the rupee in real terms, which disproportionately hurts the more productive, export-oriented tradable sector. Together, these forces make the country more expensive than its productivity justifies — the classic pattern economists call Dutch disease.”</p>
<p>This trend has become visible in Pakistan as well, as the country’s export sector has steadily weakened during the period, while remittances have become more dominant, the economist said.</p>
<p>“The exchange rate has been overvalued for long periods. Pakistan’s investment-to-GDP ratio is strikingly low—implying an unusually high consumption-to-GDP ratio—compared with other countries at a similar income level,” highlighted Atif.</p>
<p>However, this trend can be reversed by adopting the right economic policies, says Atif.</p>
<p>“That requires two key steps. First, when remittances surge, the central bank shouldn’t just let them spill into consumption and an overvalued currency. It can lean against the wind by building foreign exchange reserves</p>
<p>“Second, the government needs a serious foreign direct investment strategy that channels capital into greenfield projects in tradable and other high-productivity, technology-intensive sectors. These inflows must be carefully regulated: short-term speculative portfolio flows, and investment into low-productivity non-tradable sectors like real estate, should be discouraged.”</p>
<p>Atif also questioned Pakistan’s elite rent-seeking behaviour, which keeps the exchange rate overvalued, allowing them to convert domestically generated rents into foreign assets on more favourable terms.</p>
<p>“The irony is stark here: the remittances of poor workers forced to leave home in search of a livelihood end up helping sustain the external purchasing power of the country’s most privileged groups,” he concluded.</p>
]]></content:encoded>
      <category>Pakistan</category>
      <guid>https://www.brecorder.com/news/40397126</guid>
      <pubDate>Sat, 13 Dec 2025 15:08:12 +0500</pubDate>
      <author>none@none.com (BR Web Desk)</author>
      <media:content url="https://i.brecorder.com/large/2025/12/12142613f6358d6.webp" type="image/webp" medium="image" height="395" width="670">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2025/12/12142613f6358d6.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Pakistan central bank likely to hold rate at 11% as IMF flags inflation risks</title>
      <link>https://www.brecorder.com/news/40397101/pakistan-central-bank-likely-to-hold-rate-at-11-as-imf-flags-inflation-risks</link>
      <description>&lt;p&gt;&lt;strong&gt;KARACHI: &lt;a href="https://www.brecorder.com/news/40396915/pakistan-receives-12bn-from-imf-confirms-sbp"&gt;Pakistan’s central bank &lt;/a&gt;is expected to retain interest rates at 11% on Monday, a &lt;em&gt;Reuters&lt;/em&gt; poll showed, as analysts push back rate-cut forecasts to late 2026 after the IMF warned inflation risks persist and policy must stay “appropriately tight”.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;All 12 analysts surveyed expect no cut in the policy meeting on Monday. A majority of them see inflation hovering at 6%–8% in the coming months before rising again toward the end of fiscal 2026 as base effects fade and food and transport prices stay volatile after flood-related supply disruptions.&lt;/p&gt;
&lt;p&gt;Most respondents now believe the &lt;a href="https://www.brecorder.com/news/40396959"&gt;State Bank of Pakistan (SBP)&lt;/a&gt; will not begin easing until the closing months of FY26, which ends in June 2026, with some analysts pushing forecasts for the first cut into fiscal year 2027, beginning July 2026.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IMF warns against premature easing&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The IMF, &lt;a href="https://www.brecorder.com/news/40397085/inflation-seen-rising-floods-weigh-on-fy26-imf"&gt;in a second review&lt;/a&gt; released on Thursday, said monetary policy needs to remain “appropriately tight and data-dependent” to keep expectations anchored and noted that the SBP had maintained positive real interest rates on a forward-looking basis.&lt;/p&gt;
&lt;p&gt;It said the tight stance had been pivotal in reducing inflation and should be maintained to ensure price stability and support the rebuilding of external buffers.&lt;/p&gt;
&lt;p&gt;Analysts said these risks, along with the SBP’s preference for maintaining positive real interest rates, would keep policymakers cautious.&lt;/p&gt;
&lt;h3&gt;&lt;a id="banks-dfis-must-align-policies-with-green-taxonomy-sbp" href="#banks-dfis-must-align-policies-with-green-taxonomy-sbp" class="heading-permalink" aria-hidden="true" title="Permalink"&gt;&lt;/a&gt;&lt;a href="https://www.brecorder.com/news/40396878/banks-dfis-must-align-policies-with-green-taxonomy-sbp"&gt;&lt;strong&gt;Banks, DFIs must align policies with green taxonomy: SBP&lt;/strong&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;The SBP has held its policy rate at 11% since September, after cutting it by 1,100 basis points between June 2024 and May 2025 as inflation fell sharply from highs near 40% in 2023.&lt;/p&gt;
&lt;p&gt;Price, external pressures edge up&lt;/p&gt;
&lt;p&gt;Inflation has started to accelerate after months of decline, driven by food and transport costs and fading base effects.&lt;/p&gt;
&lt;p&gt;Headline inflation eased to 6.1% in November from 6.2% in October but remained above the SBP’s 5–7% target.&lt;/p&gt;
&lt;p&gt;The IMF expects inflation to temporarily accelerate to 8%–10% this fiscal year before stabilising.&lt;/p&gt;
&lt;p&gt;While Pakistan’s macroeconomic backdrop has stabilised somewhat, analysts said the recovery remains sensitive to external pressures.&lt;/p&gt;
&lt;p&gt;Premature rate cuts could pressure the rupee even with anticipated IMF inflows, including $1.2 billion disbursement this week to bolster reserves and support climate-resilience reforms.&lt;/p&gt;
&lt;p&gt;Any demand-driven uptick, said Sana Tawfik, head of research at Arif Habib Ltd, “will have an adverse impact on the external front”.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>KARACHI: <a href="https://www.brecorder.com/news/40396915/pakistan-receives-12bn-from-imf-confirms-sbp">Pakistan’s central bank </a>is expected to retain interest rates at 11% on Monday, a <em>Reuters</em> poll showed, as analysts push back rate-cut forecasts to late 2026 after the IMF warned inflation risks persist and policy must stay “appropriately tight”.</strong></p>
<p>All 12 analysts surveyed expect no cut in the policy meeting on Monday. A majority of them see inflation hovering at 6%–8% in the coming months before rising again toward the end of fiscal 2026 as base effects fade and food and transport prices stay volatile after flood-related supply disruptions.</p>
<p>Most respondents now believe the <a href="https://www.brecorder.com/news/40396959">State Bank of Pakistan (SBP)</a> will not begin easing until the closing months of FY26, which ends in June 2026, with some analysts pushing forecasts for the first cut into fiscal year 2027, beginning July 2026.</p>
<p><strong>IMF warns against premature easing</strong></p>
<p>The IMF, <a href="https://www.brecorder.com/news/40397085/inflation-seen-rising-floods-weigh-on-fy26-imf">in a second review</a> released on Thursday, said monetary policy needs to remain “appropriately tight and data-dependent” to keep expectations anchored and noted that the SBP had maintained positive real interest rates on a forward-looking basis.</p>
<p>It said the tight stance had been pivotal in reducing inflation and should be maintained to ensure price stability and support the rebuilding of external buffers.</p>
<p>Analysts said these risks, along with the SBP’s preference for maintaining positive real interest rates, would keep policymakers cautious.</p>
<h3><a id="banks-dfis-must-align-policies-with-green-taxonomy-sbp" href="#banks-dfis-must-align-policies-with-green-taxonomy-sbp" class="heading-permalink" aria-hidden="true" title="Permalink"></a><a href="https://www.brecorder.com/news/40396878/banks-dfis-must-align-policies-with-green-taxonomy-sbp"><strong>Banks, DFIs must align policies with green taxonomy: SBP</strong></a></h3>
<p>The SBP has held its policy rate at 11% since September, after cutting it by 1,100 basis points between June 2024 and May 2025 as inflation fell sharply from highs near 40% in 2023.</p>
<p>Price, external pressures edge up</p>
<p>Inflation has started to accelerate after months of decline, driven by food and transport costs and fading base effects.</p>
<p>Headline inflation eased to 6.1% in November from 6.2% in October but remained above the SBP’s 5–7% target.</p>
<p>The IMF expects inflation to temporarily accelerate to 8%–10% this fiscal year before stabilising.</p>
<p>While Pakistan’s macroeconomic backdrop has stabilised somewhat, analysts said the recovery remains sensitive to external pressures.</p>
<p>Premature rate cuts could pressure the rupee even with anticipated IMF inflows, including $1.2 billion disbursement this week to bolster reserves and support climate-resilience reforms.</p>
<p>Any demand-driven uptick, said Sana Tawfik, head of research at Arif Habib Ltd, “will have an adverse impact on the external front”.</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40397101</guid>
      <pubDate>Fri, 12 Dec 2025 16:22:47 +0500</pubDate>
      <author>none@none.com (Reuters)</author>
      <media:content url="https://i.brecorder.com/large/2025/12/12100522e4687cc.webp" type="image/webp" medium="image" height="333" width="500">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2025/12/12100522e4687cc.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Pakistan fuel oil exports scale fresh high in 2025, to hold in 2026</title>
      <link>https://www.brecorder.com/news/40394590/pakistan-fuel-oil-exports-scale-fresh-high-in-2025-to-hold-in-2026</link>
      <description>&lt;p&gt;&lt;strong&gt;SINGAPORE/KARACHI: Pakistan’s annual fuel oil exports hit an all-time high this year and are expected to trend steady to higher next year, as higher domestic taxes deterred purchases while power plants are switching to cleaner alternatives, industry sources said.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The uptick in Pakistan’s fuel oil exports has added to supply in Asia, weighing further on prices in a market that is already well-supplied, traders and analysts said.&lt;/p&gt;
&lt;p&gt;Fuel oil exports from Pakistan reached a fresh high this year, shipping data from Kpler and LSEG showed.&lt;/p&gt;
&lt;p&gt;Exports so far this year have breached 1.4 million metric tons (about 8.9 million barrels), up over 16% from the full-year volume in 2024, the data from Kpler showed, with most of these exports ending up in Southeast Asia and the Middle East.&lt;/p&gt;
&lt;h3&gt;&lt;a id="pakistans-export-leap-seizing-the-global-edge" href="#pakistans-export-leap-seizing-the-global-edge" class="heading-permalink" aria-hidden="true" title="Permalink"&gt;&lt;/a&gt;&lt;a href="https://www.brecorder.com/news/40391100/pakistans-export-leap-seizing-the-global-edge"&gt;Pakistan’s export leap: seizing the global edge&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;LSEG data showed exports at 1.33 million tons so far in 2025, up from 1.11 million tons last year.&lt;/p&gt;
&lt;p&gt;The cargoes were mostly high-sulphur fuel oil (HSFO) and added mainly to the marine fuel supply, while some volumes went to refineries as feedstock, market sources said.&lt;/p&gt;
&lt;p&gt;“Pakistan primarily exports HSFO to Asia, which has been seeing an excess in supply post-summer season and has depressed cracks in the region,” said Valerie Panopio, vice president for oil commodity markets at Rystad Energy.&lt;/p&gt;
&lt;p&gt;Pakistani refiners sold more fuel oil via tenders this year after the government raised taxes for domestic fuel oil consumption, while power generators gravitate towards alternatives such as coal and solar.&lt;/p&gt;
&lt;p&gt;The leading Pakistan fuel oil exporter was Pak-Arab Refinery, according to traders, while other exporters included Cnergyico, Attock Refinery, National Refinery and Pakistan Refinery.&lt;/p&gt;
&lt;p&gt;Cnergyico, which is the country’s largest oil refiner, has said it aims to boost exports.&lt;/p&gt;
&lt;p&gt;The company exported about 247,000 tons of fuel oil in fiscal year 2024–25, its vice-chairman Usama Qureshi said.&lt;/p&gt;
&lt;p&gt;Qureshi added that he expects at least 50% growth this fiscal year, supported by increased use of light-sweet crude that lifted its output of very low sulphur fuel oil.&lt;/p&gt;
&lt;p&gt;The company has partnered up with global trading house Vitol to supply more low-sulphur marine fuel from Pakistan ports.&lt;/p&gt;
&lt;p&gt;“The increase in fuel oil exports in the past years have helped ensure that refinery runs are not constrained by inventory limits, something that was an issue in the previous years,” said Xin Shuai Huang, oil market analyst at FGE.&lt;/p&gt;
&lt;p&gt;Next year, the exports are likely to maintain or climb further, according to Pakistan industry sources.&lt;/p&gt;
&lt;p&gt;“The trend in furnace oil exports is only going to increase going forward in 2026,” said Syed Nazir Abbas Zaidi, secretary general of Pakistan’s oil companies advisory council.&lt;/p&gt;
&lt;p&gt;“Fuel oil is no longer viable in electricity generation, and no longer profitable to sell in the domestic market, following the last budget,” Zaidi said.&lt;/p&gt;
&lt;p&gt;Pakistan turned from a net importer into a net exporter of fuel oil in 2023.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>SINGAPORE/KARACHI: Pakistan’s annual fuel oil exports hit an all-time high this year and are expected to trend steady to higher next year, as higher domestic taxes deterred purchases while power plants are switching to cleaner alternatives, industry sources said.</strong></p>
<p>The uptick in Pakistan’s fuel oil exports has added to supply in Asia, weighing further on prices in a market that is already well-supplied, traders and analysts said.</p>
<p>Fuel oil exports from Pakistan reached a fresh high this year, shipping data from Kpler and LSEG showed.</p>
<p>Exports so far this year have breached 1.4 million metric tons (about 8.9 million barrels), up over 16% from the full-year volume in 2024, the data from Kpler showed, with most of these exports ending up in Southeast Asia and the Middle East.</p>
<h3><a id="pakistans-export-leap-seizing-the-global-edge" href="#pakistans-export-leap-seizing-the-global-edge" class="heading-permalink" aria-hidden="true" title="Permalink"></a><a href="https://www.brecorder.com/news/40391100/pakistans-export-leap-seizing-the-global-edge">Pakistan’s export leap: seizing the global edge</a></h3>
<p>LSEG data showed exports at 1.33 million tons so far in 2025, up from 1.11 million tons last year.</p>
<p>The cargoes were mostly high-sulphur fuel oil (HSFO) and added mainly to the marine fuel supply, while some volumes went to refineries as feedstock, market sources said.</p>
<p>“Pakistan primarily exports HSFO to Asia, which has been seeing an excess in supply post-summer season and has depressed cracks in the region,” said Valerie Panopio, vice president for oil commodity markets at Rystad Energy.</p>
<p>Pakistani refiners sold more fuel oil via tenders this year after the government raised taxes for domestic fuel oil consumption, while power generators gravitate towards alternatives such as coal and solar.</p>
<p>The leading Pakistan fuel oil exporter was Pak-Arab Refinery, according to traders, while other exporters included Cnergyico, Attock Refinery, National Refinery and Pakistan Refinery.</p>
<p>Cnergyico, which is the country’s largest oil refiner, has said it aims to boost exports.</p>
<p>The company exported about 247,000 tons of fuel oil in fiscal year 2024–25, its vice-chairman Usama Qureshi said.</p>
<p>Qureshi added that he expects at least 50% growth this fiscal year, supported by increased use of light-sweet crude that lifted its output of very low sulphur fuel oil.</p>
<p>The company has partnered up with global trading house Vitol to supply more low-sulphur marine fuel from Pakistan ports.</p>
<p>“The increase in fuel oil exports in the past years have helped ensure that refinery runs are not constrained by inventory limits, something that was an issue in the previous years,” said Xin Shuai Huang, oil market analyst at FGE.</p>
<p>Next year, the exports are likely to maintain or climb further, according to Pakistan industry sources.</p>
<p>“The trend in furnace oil exports is only going to increase going forward in 2026,” said Syed Nazir Abbas Zaidi, secretary general of Pakistan’s oil companies advisory council.</p>
<p>“Fuel oil is no longer viable in electricity generation, and no longer profitable to sell in the domestic market, following the last budget,” Zaidi said.</p>
<p>Pakistan turned from a net importer into a net exporter of fuel oil in 2023.</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40394590</guid>
      <pubDate>Thu, 27 Nov 2025 18:49:37 +0500</pubDate>
      <author>none@none.com (Reuters)</author>
      <media:content url="https://i.brecorder.com/large/2025/11/28112121b844b95.webp" type="image/webp" medium="image" height="768" width="1024">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2025/11/28112121b844b95.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>IMF reveals ‘elite capture’ costing Pakistan billions</title>
      <link>https://www.brecorder.com/news/40393399/imf-reveals-elite-capture-costing-pakistan-billions</link>
      <description>&lt;p&gt;&lt;strong&gt;The International Monetary Fund (IMF) has revealed the scale of elite capture across Pakistan’s most influential sectors, warning that entrenched interests in key sectors, including sugar, real estate, agriculture and energy, continue to undermine the country’s reform trajectory.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://www.brecorder.com/news/40393344/corruption-a-persistent-challenge-in-pakistan-says-imf"&gt;Technical Assistance Report&lt;/a&gt;, Pakistan Governance and Corruption Diagnostic Assessment, released on the Finance Division website late Thursday night, singles out the sugar industry as a textbook example of how the intertwined relationship between economic elites and state regulators combines to capture public benefits at a deep cost to the overall public.&lt;/p&gt;
&lt;p&gt;“Firms in the sugar sector benefited from favourable government policies, subsidies, and regulatory loopholes for decades, mainly due to the nexus between industry magnates and political leaders,“ it said.&lt;/p&gt;
&lt;p&gt;“Sugar mill owners, many of whom hold government positions, have ensured highly ‘recommended’ prices for sugarcane and protective tariffs, keeping their operations profitable at the expense of competitiveness,” said the IMF.&lt;/p&gt;
&lt;blockquote class="blockquote-level-1"&gt;
&lt;p&gt;The term elite capture is used to describe the process where powerful, wealthy, or politically connected groups manipulate public policy and resources for their own private gain, often at the expense of the general public.  The result is that development and resources are ‘captured’ and disproportionately flow to the elite.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;“They have also influenced export and pricing policies to their advantage. In 2018–19, a government decision allowed significant sugar exports, even subsidising them, which created domestic shortages and price spikes for consumers,” it noted.&lt;/p&gt;
&lt;p&gt;Similar patterns of privilege are evident in real estate, where generous tax exemptions erode revenues, the IMF notes.&lt;/p&gt;
&lt;p&gt;“Until recently, agricultural income has not been taxed, while real estate, manufacturing, and the energy sector continue to benefit from favourable taxation arrangements,” the report noted.&lt;/p&gt;
&lt;p&gt;IMF said that the revenue loss from such tax expenditures is substantial, with the government itself estimating costs at 4.61% of GDP in FY 2023.&lt;/p&gt;
&lt;p&gt;“This pattern of preferential treatment contributes significantly to Pakistan’s low tax-to-GDP ratio and fiscal challenges. The selective and arbitrary enforcement of laws and policies enables powerful forces to shape economic decisions and influence economic possibilities for both public and private parties,” it said.&lt;/p&gt;
&lt;p&gt;The Fund noted that historically, Pakistan’s economic elite consolidated power through their control over land, a legacy shaped by colonial policies that favoured landowners.&lt;/p&gt;
&lt;p&gt;“Following independence, the continuation of these policies further entrenched elite control over land and broader economic activity,” it said.&lt;/p&gt;
&lt;p&gt;Citing a 2020 UNDP report, which estimated that the “elite privilege” amounted to $4.7 billion for the corporate sector alone.&lt;/p&gt;
&lt;p&gt;The IMF cautions that without dismantling these privileges, Pakistan’s economic stabilisation efforts risk being repeatedly undone by vested interests that have long shaped the country’s political economy.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>The International Monetary Fund (IMF) has revealed the scale of elite capture across Pakistan’s most influential sectors, warning that entrenched interests in key sectors, including sugar, real estate, agriculture and energy, continue to undermine the country’s reform trajectory.</strong></p>
<p>The <a href="https://www.brecorder.com/news/40393344/corruption-a-persistent-challenge-in-pakistan-says-imf">Technical Assistance Report</a>, Pakistan Governance and Corruption Diagnostic Assessment, released on the Finance Division website late Thursday night, singles out the sugar industry as a textbook example of how the intertwined relationship between economic elites and state regulators combines to capture public benefits at a deep cost to the overall public.</p>
<p>“Firms in the sugar sector benefited from favourable government policies, subsidies, and regulatory loopholes for decades, mainly due to the nexus between industry magnates and political leaders,“ it said.</p>
<p>“Sugar mill owners, many of whom hold government positions, have ensured highly ‘recommended’ prices for sugarcane and protective tariffs, keeping their operations profitable at the expense of competitiveness,” said the IMF.</p>
<blockquote class="blockquote-level-1">
<p>The term elite capture is used to describe the process where powerful, wealthy, or politically connected groups manipulate public policy and resources for their own private gain, often at the expense of the general public.  The result is that development and resources are ‘captured’ and disproportionately flow to the elite.</p>
</blockquote>
<p>“They have also influenced export and pricing policies to their advantage. In 2018–19, a government decision allowed significant sugar exports, even subsidising them, which created domestic shortages and price spikes for consumers,” it noted.</p>
<p>Similar patterns of privilege are evident in real estate, where generous tax exemptions erode revenues, the IMF notes.</p>
<p>“Until recently, agricultural income has not been taxed, while real estate, manufacturing, and the energy sector continue to benefit from favourable taxation arrangements,” the report noted.</p>
<p>IMF said that the revenue loss from such tax expenditures is substantial, with the government itself estimating costs at 4.61% of GDP in FY 2023.</p>
<p>“This pattern of preferential treatment contributes significantly to Pakistan’s low tax-to-GDP ratio and fiscal challenges. The selective and arbitrary enforcement of laws and policies enables powerful forces to shape economic decisions and influence economic possibilities for both public and private parties,” it said.</p>
<p>The Fund noted that historically, Pakistan’s economic elite consolidated power through their control over land, a legacy shaped by colonial policies that favoured landowners.</p>
<p>“Following independence, the continuation of these policies further entrenched elite control over land and broader economic activity,” it said.</p>
<p>Citing a 2020 UNDP report, which estimated that the “elite privilege” amounted to $4.7 billion for the corporate sector alone.</p>
<p>The IMF cautions that without dismantling these privileges, Pakistan’s economic stabilisation efforts risk being repeatedly undone by vested interests that have long shaped the country’s political economy.</p>
]]></content:encoded>
      <category>Pakistan</category>
      <guid>https://www.brecorder.com/news/40393399</guid>
      <pubDate>Thu, 20 Nov 2025 14:20:33 +0500</pubDate>
      <author>none@none.com (Ali Ahmed)</author>
      <media:content url="https://i.brecorder.com/large/2025/11/201326447147fc1.webp" type="image/webp" medium="image" height="768" width="1024">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2025/11/201326447147fc1.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Pakistan, US reaffirm commitment to strengthen ‘economically entrenched strategic partnership’</title>
      <link>https://www.brecorder.com/news/40391498/pakistan-us-reaffirm-commitment-to-strengthen-economically-entrenched-strategic-partnership</link>
      <description>&lt;p&gt;&lt;strong&gt;Pakistan’s Ambassador to the United States, Rizwan Saeed Sheikh, met with the US  Assistant Secretary of State for South and Central Asian Affairs, Paul Kapur, to discuss avenues for deepening bilateral cooperation across multiple domains of mutual interest.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;During the meeting, Ambassador Khan congratulated Kapur on assuming his new role.&lt;/p&gt;
&lt;p&gt;In a post on social media platform X, Khan said the two sides “discussed ways and means of translating the resolve expressed at the leadership level of developing Pak-US ties into an economically entrenched strategic partnership, through sustained engagement in multiple domains of mutual interest.”&lt;/p&gt;
&lt;p&gt;    &lt;figure class='media  sm:w-full  w-full  media--stretch  media--embed  media--uneven media--tweet' data-original-src='https://x.com/AmbRizSaeed/status/1986959822462275854'&gt;
        &lt;div class='media__item  media__item--twitter  '&gt;&lt;span&gt;
    &lt;blockquote class="twitter-tweet" lang="en"&gt;
        &lt;a href="https://twitter.com/AmbRizSaeed/status/1986959822462275854"&gt;&lt;/a&gt;
    &lt;/blockquote&gt;
&lt;/span&gt;&lt;/div&gt;
        
    &lt;/figure&gt;&lt;/p&gt;
&lt;p&gt;Meanwhile, Assistant Secretary Kapur, in a post on social media, described it as a pleasure to meet the Pakistani envoy, noting that the two “discussed ways to advance the US-Pakistan relationship and make our countries more prosperous and secure.”&lt;/p&gt;
&lt;p&gt;The meeting comes as both nations explore opportunities for expanded collaboration in economic development and security cooperation.&lt;/p&gt;
&lt;p&gt;Earlier this year, the US administration &lt;a href="https://www.brecorder.com/news/40375448/pakistan-us-conclude-trade-deal-washington-to-help-islamabad-develop-massive-oil-reserves"&gt;struck a deal with Pakistan&lt;/a&gt; in which Washington would work with Islamabad in developing the South Asian nation’s oil reserves.&lt;/p&gt;
&lt;p&gt;Islamabad described the &lt;a href="https://www.brecorder.com/news/40375501/pakistan-us-strike-win-win-trade-deal-says-aurangzeb"&gt;deal as a marker of a broader partnership&lt;/a&gt; with Washington. Finance Minister Muhammad Aurangzeb, who led the final round of talks, said there was a larger economic and strategic agreement.&lt;/p&gt;
&lt;p&gt;“From our perspective, it was always going beyond the immediate trade imperative, and its whole purpose was, and is, that trade and investment have to go hand in hand,” Aurangzeb had said at the time.&lt;/p&gt;
&lt;p&gt;Following the announcement, &lt;a href="https://www.brecorder.com/news/40375731"&gt;the US administration&lt;/a&gt; imposed a significantly lower 19% reciprocal tariff on a wide range of Pakistani goods.&lt;/p&gt;
&lt;p&gt;The tariff was initially proposed at 29%.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>Pakistan’s Ambassador to the United States, Rizwan Saeed Sheikh, met with the US  Assistant Secretary of State for South and Central Asian Affairs, Paul Kapur, to discuss avenues for deepening bilateral cooperation across multiple domains of mutual interest.</strong></p>
<p>During the meeting, Ambassador Khan congratulated Kapur on assuming his new role.</p>
<p>In a post on social media platform X, Khan said the two sides “discussed ways and means of translating the resolve expressed at the leadership level of developing Pak-US ties into an economically entrenched strategic partnership, through sustained engagement in multiple domains of mutual interest.”</p>
<p>    <figure class='media  sm:w-full  w-full  media--stretch  media--embed  media--uneven media--tweet' data-original-src='https://x.com/AmbRizSaeed/status/1986959822462275854'>
        <div class='media__item  media__item--twitter  '><span>
    <blockquote class="twitter-tweet" lang="en">
        <a href="https://twitter.com/AmbRizSaeed/status/1986959822462275854"></a>
    </blockquote>
</span></div>
        
    </figure></p>
<p>Meanwhile, Assistant Secretary Kapur, in a post on social media, described it as a pleasure to meet the Pakistani envoy, noting that the two “discussed ways to advance the US-Pakistan relationship and make our countries more prosperous and secure.”</p>
<p>The meeting comes as both nations explore opportunities for expanded collaboration in economic development and security cooperation.</p>
<p>Earlier this year, the US administration <a href="https://www.brecorder.com/news/40375448/pakistan-us-conclude-trade-deal-washington-to-help-islamabad-develop-massive-oil-reserves">struck a deal with Pakistan</a> in which Washington would work with Islamabad in developing the South Asian nation’s oil reserves.</p>
<p>Islamabad described the <a href="https://www.brecorder.com/news/40375501/pakistan-us-strike-win-win-trade-deal-says-aurangzeb">deal as a marker of a broader partnership</a> with Washington. Finance Minister Muhammad Aurangzeb, who led the final round of talks, said there was a larger economic and strategic agreement.</p>
<p>“From our perspective, it was always going beyond the immediate trade imperative, and its whole purpose was, and is, that trade and investment have to go hand in hand,” Aurangzeb had said at the time.</p>
<p>Following the announcement, <a href="https://www.brecorder.com/news/40375731">the US administration</a> imposed a significantly lower 19% reciprocal tariff on a wide range of Pakistani goods.</p>
<p>The tariff was initially proposed at 29%.</p>
]]></content:encoded>
      <category>Pakistan</category>
      <guid>https://www.brecorder.com/news/40391498</guid>
      <pubDate>Sat, 08 Nov 2025 21:22:43 +0500</pubDate>
      <author>none@none.com (BR Web Desk)</author>
      <media:content url="https://i.brecorder.com/large/2025/11/08110530f8fa7f9.webp" type="image/webp" medium="image" height="600" width="1000">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2025/11/08110530f8fa7f9.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Blue economy a ‘game changer’ with $100bn potential for Pakistan: Aurangzeb</title>
      <link>https://www.brecorder.com/news/40390774/blue-economy-a-game-changer-with-100bn-potential-for-pakistan-aurangzeb</link>
      <description>&lt;p&gt;&lt;strong&gt;Federal Minister for Finance and Revenue Muhammad Aurangzeb has termed the blue economy as a ‘game changer’ for Pakistan’s future growth, underscoring its potential to reach $100 billion by 2047 and reaffirming the government’s commitment to policy continuity.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;He made this statement while delivering a virtual address on Tuesday at the inaugural session of the Pakistan International Maritime Expo &amp;amp; Conference (PIMEC), organised at the Expo Centre Karachi by the Pakistan Navy and the Ministry of Maritime Affairs.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.brecorder.com/news/40390755"&gt;Ahsan Iqbal opens PIMEC, calls for promoting blue economy&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Aurangzeb observed that the maritime sector currently contributes only around 0.4 to 0.5% to the national GDP - approximately $1 billion - but holds vast potential for expansion.&lt;/p&gt;
&lt;blockquote class="blockquote-level-1"&gt;
&lt;p&gt;The World Bank defines the blue economy as the sustainable use of ocean resources for economic growth, improved livelihoods and jobs, while preserving the health of ocean ecosystems.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;He endorsed the Ministry of Maritime Affairs’ vision of developing this into a $100 billion blue economy by 2047, coinciding with Pakistan’s 100th anniversary and the broader national ambition of becoming a $3 trillion economy. He described this goal as “ambitious but very reachable”, supported by a clear and robust roadmap.&lt;/p&gt;
&lt;p&gt;The minister underlined the importance of enhancing fisheries and aquaculture through value-added processing, modern cold-chain logistics and international-standard hygiene practices.&lt;/p&gt;
&lt;p&gt;“Pakistan’s seafood exports, currently around $500 million, could feasibly increase to $2 billion within the next three to four years under the National Fisheries and Aquaculture Policy, which has been developed in strategic partnership with the Food and Agriculture Organization (FAO),” said Aurangzeb.&lt;/p&gt;
&lt;p&gt;He assured that the government remains firmly committed to ensuring policy consistency and continuity to see such initiatives through their full cycle.&lt;/p&gt;
&lt;p&gt;Aurangzeb further emphasised the modernisation and digitisation of port operations at Karachi, Port Qasim and Gwadar, aligning them with global best practices to strengthen regional trade connectivity. He also highlighted the potential of renewable energy projects, including tidal and offshore wind generation, and the need to explore innovative financing mechanisms such as blue bonds and blended financing to fund sustainable development and conservation initiatives.&lt;/p&gt;
&lt;p&gt;In his remarks, Aurangzeb also highlighted the significant progress Pakistan has achieved in recent years toward restoring macroeconomic stability.&lt;/p&gt;
&lt;p&gt;He noted that the exchange rate has remained stable, foreign exchange reserves have risen to cover more than two and a half months of imports, over $14 billion.&lt;/p&gt;
&lt;p&gt;“Inflation has been a very good story, although we have seen it coming back up slightly because of the unfortunate floods that afflicted the country this year, but it remains in single digits,” said Aurangzeb.&lt;/p&gt;
&lt;p&gt;He also pointed out that the policy rate has come down in line with improving inflation, while all three leading global rating agencies have upgraded Pakistan’s outlook to “stable” after nearly three years, reflecting international confidence in the direction of the country’s economic policies.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.brecorder.com/news/40390762/governments-economic-team-unveils-progress-report-on-structural-reforms-way-forward"&gt;Government’s economic team unveils progress report on structural reforms, way forward &lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;“After a hiatus of 2.5 years, we have three global rating agencies that are fully aligned not only in terms of upgrades but also outlook, which is stable for Pakistan’s economy,” he said.&lt;/p&gt;
&lt;p&gt;Referring to Pakistan’s engagement with the International Monetary Fund (IMF), the minister said that the recently concluded staff-level agreement in Washington further strengthens global confidence in the government’s reform agenda and macroeconomic management.&lt;/p&gt;
&lt;p&gt;“We find ourselves in a good spot at this point because there is a confluence of factors,” he said.&lt;/p&gt;
&lt;p&gt;The minister said Pakistan should leverage its longstanding relationships with key partners, including China, the United States, and the Gulf countries, particularly Saudi Arabia and the UAE, to shift from government-to-government arrangements toward greater trade and investment flows.&lt;/p&gt;
&lt;p&gt;Turning to the blue economy, Aurangzeb observed that the maritime sector currently contributes only around 0.4 to 0.5% to the national GDP - approximately $1 billion - but holds vast potential for expansion.&lt;/p&gt;
&lt;p&gt;He endorsed the Ministry of Maritime Affairs’ vision of developing this into a $100 billion blue economy by 2047, coinciding with Pakistan’s 100th anniversary and the broader national ambition of becoming a $3 trillion economy. He described this goal as “ambitious but very reachable”, supported by a clear and robust roadmap.&lt;/p&gt;
&lt;p&gt;The minister underlined the importance of enhancing fisheries and aquaculture through value-added processing, modern cold-chain logistics and international-standard hygiene practices.&lt;/p&gt;
&lt;p&gt;“Pakistan’s seafood exports, currently around $500 million, could feasibly increase to $2 billion within the next three to four years under the National Fisheries and Aquaculture Policy, which has been developed in strategic partnership with the Food and Agriculture Organization (FAO),” said Aurangzeb.&lt;/p&gt;
&lt;p&gt;He assured that the government remains firmly committed to ensuring policy consistency and continuity to see such initiatives through their full cycle.&lt;/p&gt;
&lt;p&gt;Aurangzeb further emphasised the modernisation and digitisation of port operations at Karachi, Port Qasim and Gwadar, aligning them with global best practices to strengthen regional trade connectivity. He also highlighted the potential of renewable energy projects, including tidal and offshore wind generation, and the need to explore innovative financing mechanisms such as blue bonds and blended financing to fund sustainable development and conservation initiatives.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>Federal Minister for Finance and Revenue Muhammad Aurangzeb has termed the blue economy as a ‘game changer’ for Pakistan’s future growth, underscoring its potential to reach $100 billion by 2047 and reaffirming the government’s commitment to policy continuity.</strong></p>
<p>He made this statement while delivering a virtual address on Tuesday at the inaugural session of the Pakistan International Maritime Expo &amp; Conference (PIMEC), organised at the Expo Centre Karachi by the Pakistan Navy and the Ministry of Maritime Affairs.</p>
<p><strong><a href="https://www.brecorder.com/news/40390755">Ahsan Iqbal opens PIMEC, calls for promoting blue economy</a></strong></p>
<p>Aurangzeb observed that the maritime sector currently contributes only around 0.4 to 0.5% to the national GDP - approximately $1 billion - but holds vast potential for expansion.</p>
<blockquote class="blockquote-level-1">
<p>The World Bank defines the blue economy as the sustainable use of ocean resources for economic growth, improved livelihoods and jobs, while preserving the health of ocean ecosystems.</p>
</blockquote>
<p>He endorsed the Ministry of Maritime Affairs’ vision of developing this into a $100 billion blue economy by 2047, coinciding with Pakistan’s 100th anniversary and the broader national ambition of becoming a $3 trillion economy. He described this goal as “ambitious but very reachable”, supported by a clear and robust roadmap.</p>
<p>The minister underlined the importance of enhancing fisheries and aquaculture through value-added processing, modern cold-chain logistics and international-standard hygiene practices.</p>
<p>“Pakistan’s seafood exports, currently around $500 million, could feasibly increase to $2 billion within the next three to four years under the National Fisheries and Aquaculture Policy, which has been developed in strategic partnership with the Food and Agriculture Organization (FAO),” said Aurangzeb.</p>
<p>He assured that the government remains firmly committed to ensuring policy consistency and continuity to see such initiatives through their full cycle.</p>
<p>Aurangzeb further emphasised the modernisation and digitisation of port operations at Karachi, Port Qasim and Gwadar, aligning them with global best practices to strengthen regional trade connectivity. He also highlighted the potential of renewable energy projects, including tidal and offshore wind generation, and the need to explore innovative financing mechanisms such as blue bonds and blended financing to fund sustainable development and conservation initiatives.</p>
<p>In his remarks, Aurangzeb also highlighted the significant progress Pakistan has achieved in recent years toward restoring macroeconomic stability.</p>
<p>He noted that the exchange rate has remained stable, foreign exchange reserves have risen to cover more than two and a half months of imports, over $14 billion.</p>
<p>“Inflation has been a very good story, although we have seen it coming back up slightly because of the unfortunate floods that afflicted the country this year, but it remains in single digits,” said Aurangzeb.</p>
<p>He also pointed out that the policy rate has come down in line with improving inflation, while all three leading global rating agencies have upgraded Pakistan’s outlook to “stable” after nearly three years, reflecting international confidence in the direction of the country’s economic policies.</p>
<p><strong><a href="https://www.brecorder.com/news/40390762/governments-economic-team-unveils-progress-report-on-structural-reforms-way-forward">Government’s economic team unveils progress report on structural reforms, way forward </a></strong></p>
<p>“After a hiatus of 2.5 years, we have three global rating agencies that are fully aligned not only in terms of upgrades but also outlook, which is stable for Pakistan’s economy,” he said.</p>
<p>Referring to Pakistan’s engagement with the International Monetary Fund (IMF), the minister said that the recently concluded staff-level agreement in Washington further strengthens global confidence in the government’s reform agenda and macroeconomic management.</p>
<p>“We find ourselves in a good spot at this point because there is a confluence of factors,” he said.</p>
<p>The minister said Pakistan should leverage its longstanding relationships with key partners, including China, the United States, and the Gulf countries, particularly Saudi Arabia and the UAE, to shift from government-to-government arrangements toward greater trade and investment flows.</p>
<p>Turning to the blue economy, Aurangzeb observed that the maritime sector currently contributes only around 0.4 to 0.5% to the national GDP - approximately $1 billion - but holds vast potential for expansion.</p>
<p>He endorsed the Ministry of Maritime Affairs’ vision of developing this into a $100 billion blue economy by 2047, coinciding with Pakistan’s 100th anniversary and the broader national ambition of becoming a $3 trillion economy. He described this goal as “ambitious but very reachable”, supported by a clear and robust roadmap.</p>
<p>The minister underlined the importance of enhancing fisheries and aquaculture through value-added processing, modern cold-chain logistics and international-standard hygiene practices.</p>
<p>“Pakistan’s seafood exports, currently around $500 million, could feasibly increase to $2 billion within the next three to four years under the National Fisheries and Aquaculture Policy, which has been developed in strategic partnership with the Food and Agriculture Organization (FAO),” said Aurangzeb.</p>
<p>He assured that the government remains firmly committed to ensuring policy consistency and continuity to see such initiatives through their full cycle.</p>
<p>Aurangzeb further emphasised the modernisation and digitisation of port operations at Karachi, Port Qasim and Gwadar, aligning them with global best practices to strengthen regional trade connectivity. He also highlighted the potential of renewable energy projects, including tidal and offshore wind generation, and the need to explore innovative financing mechanisms such as blue bonds and blended financing to fund sustainable development and conservation initiatives.</p>
]]></content:encoded>
      <category>Pakistan</category>
      <guid>https://www.brecorder.com/news/40390774</guid>
      <pubDate>Tue, 04 Nov 2025 12:38:46 +0500</pubDate>
      <author>none@none.com (BR Web Desk)</author>
      <media:content url="https://i.ytimg.com/vi/vmrA2_o7hP8/maxresdefault.jpg" type="image/jpeg" medium="video" height="480" width="640">
        <media:thumbnail url="https://i.ytimg.com/vi/vmrA2_o7hP8/mqdefault.jpg"/>
        <media:player url="https://www.youtube.com/watch?v=vmrA2_o7hP8"/>
        <media:title>Finance Ministers addresses Pakistan International Maritime Expo &amp;amp; Conference
</media:title>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Pakistan’s GDP grows 3.04% in FY2025, economy size reaches $407bn: NAC</title>
      <link>https://www.brecorder.com/news/40386452/pakistans-gdp-grows-304-in-fy2025-economy-size-reaches-407bn-nac</link>
      <description>&lt;p&gt;&lt;strong&gt;Pakistan has posted a gross domestic product (GDP) growth of 3.04% during FY2025, estimates released by the Pakistan Bureau of Statistics (PBS) on Wednesday showed.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The growth is higher than the 2.68% estimated by the National Accounts Committee (NAC) during the previous meeting.&lt;/p&gt;
&lt;p&gt;“The updated growth rates in agriculture, industry and services are 1.51%, 5.26% and 3% as compared to earlier growth rates of 0.56%, 4.77% and 2.91% respectively,” said NAC in its 114th meeting held today.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.brecorder.com/news/40363745"&gt;Pakistan’s GDP grows 2.4% in Jan-Mar: NAC &lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In agriculture, while important crops have slightly improved from -13.49% to -13.12%, other crops have witnessed significant improvement from 4.78% to +19.55% due to double-digit growth in the production of green fodder (16%), vegetables (12%), fruits (10%), and tobacco (25.7%).&lt;/p&gt;
&lt;p&gt;Meanwhile, livestock has decreased from 4.72% to 2.94% because of an increase in fodder inputs. Further, updated growth rates in forestry and fishing are 2.66% and 1.40% respectively.&lt;/p&gt;
&lt;p&gt;According to NAC, the updated growth in industry during FY2025 is 5.26% as compared to 4.77% estimated previously.&lt;/p&gt;
&lt;p&gt;“The mining &amp;amp; quarrying industry has improved from -3.38% to -2.35% due to improvement in oil (3.5%), limestone (31.6%), marble (11.6%), and exploration cost (26.1%). Large-scale manufacturing, which is measured through Quantum Index of Manufacturing (QIM), has improved from -1.53% to -0.69%,” read the release.&lt;/p&gt;
&lt;p&gt;Meanwhile, the services industry has increased from 2.91% to 3% in FY2025 with positive contributions from all the constituents.&lt;/p&gt;
&lt;p&gt;“Wholesale and retail trade has improved to +0.46% from 0.14% because of improvements in agriculture, manufacturing, and imports. The transport and storage industry has improved to +2.43% from 2.20% due to upward revisions reported by NTRC, PIA, domestic airlines, CAA, foreign airlines, KPT and storage activities.&lt;/p&gt;
&lt;p&gt;“While information &amp;amp; communication has slightly declined from 6.48% to +5.85%, finance &amp;amp; insurance has improved from 3.22% to +3.90% due to improvement in the insurance industry,” it added.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Size of economy&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;According to NAC, based on the latest figures of the national accounts aggregates for FY2025, the overall size of the economy stands at Rs113.7 trillion, i.e. $407.2 billion, as compared to Rs105.2 trillion i.e. $371.8 billion in the previous year.&lt;/p&gt;
&lt;p&gt;Further, per capita income in Rupees is 506,188/- i.e. $1,812, the NAC data showed.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Quarterly figures&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The NAC approved revised quarterly GDP growth rates for Q1, Q2, &amp;amp; Q3 and fresh growth of Q4 during FY 2024-25. Overall GDP witnessed upward revisions in the first three quarters from 1.37% to 1.80% for Q1, from 1.53% to 1.94% for Q2, and from 2.40% to 2.79% for Q3.&lt;/p&gt;
&lt;p&gt;“These changes are mainly due to upward revisions in annual benchmarks in agriculture, resulting in improved growth rates,” the committee said.&lt;/p&gt;
&lt;p&gt;During Q4 of FY2025, the economy posted a growth of 5.66%. The growth in agriculture, industry and services stands at +0.18%, +19.95% and +3.72%, respectively.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>Pakistan has posted a gross domestic product (GDP) growth of 3.04% during FY2025, estimates released by the Pakistan Bureau of Statistics (PBS) on Wednesday showed.</strong></p>
<p>The growth is higher than the 2.68% estimated by the National Accounts Committee (NAC) during the previous meeting.</p>
<p>“The updated growth rates in agriculture, industry and services are 1.51%, 5.26% and 3% as compared to earlier growth rates of 0.56%, 4.77% and 2.91% respectively,” said NAC in its 114th meeting held today.</p>
<p><strong><a href="https://www.brecorder.com/news/40363745">Pakistan’s GDP grows 2.4% in Jan-Mar: NAC </a></strong></p>
<p>In agriculture, while important crops have slightly improved from -13.49% to -13.12%, other crops have witnessed significant improvement from 4.78% to +19.55% due to double-digit growth in the production of green fodder (16%), vegetables (12%), fruits (10%), and tobacco (25.7%).</p>
<p>Meanwhile, livestock has decreased from 4.72% to 2.94% because of an increase in fodder inputs. Further, updated growth rates in forestry and fishing are 2.66% and 1.40% respectively.</p>
<p>According to NAC, the updated growth in industry during FY2025 is 5.26% as compared to 4.77% estimated previously.</p>
<p>“The mining &amp; quarrying industry has improved from -3.38% to -2.35% due to improvement in oil (3.5%), limestone (31.6%), marble (11.6%), and exploration cost (26.1%). Large-scale manufacturing, which is measured through Quantum Index of Manufacturing (QIM), has improved from -1.53% to -0.69%,” read the release.</p>
<p>Meanwhile, the services industry has increased from 2.91% to 3% in FY2025 with positive contributions from all the constituents.</p>
<p>“Wholesale and retail trade has improved to +0.46% from 0.14% because of improvements in agriculture, manufacturing, and imports. The transport and storage industry has improved to +2.43% from 2.20% due to upward revisions reported by NTRC, PIA, domestic airlines, CAA, foreign airlines, KPT and storage activities.</p>
<p>“While information &amp; communication has slightly declined from 6.48% to +5.85%, finance &amp; insurance has improved from 3.22% to +3.90% due to improvement in the insurance industry,” it added.</p>
<p><strong>Size of economy</strong></p>
<p>According to NAC, based on the latest figures of the national accounts aggregates for FY2025, the overall size of the economy stands at Rs113.7 trillion, i.e. $407.2 billion, as compared to Rs105.2 trillion i.e. $371.8 billion in the previous year.</p>
<p>Further, per capita income in Rupees is 506,188/- i.e. $1,812, the NAC data showed.</p>
<p><strong>Quarterly figures</strong></p>
<p>The NAC approved revised quarterly GDP growth rates for Q1, Q2, &amp; Q3 and fresh growth of Q4 during FY 2024-25. Overall GDP witnessed upward revisions in the first three quarters from 1.37% to 1.80% for Q1, from 1.53% to 1.94% for Q2, and from 2.40% to 2.79% for Q3.</p>
<p>“These changes are mainly due to upward revisions in annual benchmarks in agriculture, resulting in improved growth rates,” the committee said.</p>
<p>During Q4 of FY2025, the economy posted a growth of 5.66%. The growth in agriculture, industry and services stands at +0.18%, +19.95% and +3.72%, respectively.</p>
]]></content:encoded>
      <category>Pakistan</category>
      <guid>https://www.brecorder.com/news/40386452</guid>
      <pubDate>Wed, 08 Oct 2025 22:16:40 +0500</pubDate>
      <author>none@none.com (BR Web Desk)</author>
      <media:content url="https://i.brecorder.com/large/2025/10/0815150398bf78f.webp" type="image/webp" medium="image" height="600" width="1000">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2025/10/0815150398bf78f.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Economists warn Pakistan risks prolonged economic stagnation as growth outlook dims</title>
      <link>https://www.brecorder.com/news/40386436/economists-warn-pakistan-risks-prolonged-economic-stagnation-as-growth-outlook-dims</link>
      <description>&lt;p&gt;&lt;strong&gt;Pakistan risks locking itself into a prolonged phase of economic stagnation, warned economist Asad Ali Shah, as the &lt;a href="https://www.brecorder.com/news/40386244/pakistans-gdp-growth-to-remain-modest-at-26-in-fy26-amid-flood-impact-world-bank"&gt;World Bank’s latest update projects&lt;/a&gt; growth at just 2.6% for FY25-26 — following a dismal four-year stretch of weak performance.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Expressing his views on the social media platform X, Asad, the former president of the Institute of Chartered Accountants Pakistan (ICAP), said: “The World Bank’s latest Pakistan Development Update has revised down the FY25-26 growth forecast to just 2.6%, compared to the government’s more optimistic projection of around 4%.&lt;/p&gt;
&lt;p&gt;“This comes after three years of dismal performance — -0.2% in FY23, 2.5% in FY24, and 2.7% in FY25 — marking what is arguably the worst four-year stretch in Pakistan’s economic history, defined by sustained low growth, record inflation and interest rates, and a collapse in investment confidence.”&lt;/p&gt;
&lt;p&gt;    &lt;figure class='media  sm:w-full  w-full  media--stretch  media--embed  media--uneven media--tweet'&gt;
        &lt;div class='media__item  media__item--twitter  '&gt;&lt;span&gt;
    &lt;blockquote class="twitter-tweet" lang="en"&gt;
        &lt;a href="https://twitter.com/Asad_Ashah/status/1975782638834077728"&gt;&lt;/a&gt;
    &lt;/blockquote&gt;
&lt;/span&gt;&lt;/div&gt;
        
    &lt;/figure&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40386244/pakistans-gdp-growth-to-remain-modest-at-26-in-fy26-amid-flood-impact-world-bank"&gt;As per the World Bank’s latest projections&lt;/a&gt;, Pakistan’s economy is projected to grow modestly by 2.6% in FY2025-26, as catastrophic floods weigh on agricultural output and inflation pressures resurface.&lt;/p&gt;
&lt;p&gt;The report further noted that Pakistan’s inflation rate dropped to single digits in FY 2024/25, as price increases for food and energy eased. “However, disruption to food supply chains, due to ongoing catastrophic floods, is expected to push inflation up through 2027,” it projected.&lt;/p&gt;
&lt;p&gt;Former Federal Finance Minister Miftah Ismail also echoed similar views, saying that “in terms of growth, these FY22-23 to FY25-26 are the worst four years in Pakistan’s history.”&lt;/p&gt;
&lt;p&gt;Miftah criticised the government for avoiding key reforms, including privatisation, downsizing ministries, and strengthening local governance, arguing that authorities are instead “purchasing stability through low growth” by keeping interest rates, taxes, and utility tariffs high.&lt;/p&gt;
&lt;p&gt;“The result is: increased unemployment, poverty and political alienation.”&lt;/p&gt;
&lt;p&gt;    &lt;figure class='media  sm:w-full  w-full  media--stretch  media--embed  media--uneven media--tweet'&gt;
        &lt;div class='media__item  media__item--twitter  '&gt;&lt;span&gt;
    &lt;blockquote class="twitter-tweet" lang="en"&gt;
        &lt;a href="https://twitter.com/MiftahIsmail/status/1975795335424328172"&gt;&lt;/a&gt;
    &lt;/blockquote&gt;
&lt;/span&gt;&lt;/div&gt;
        
    &lt;/figure&gt;&lt;/p&gt;
&lt;p&gt;Meanwhile, Asad maintained that Pakistan’s economy “may have stabilised — but it has not recovered”.&lt;/p&gt;
&lt;p&gt;The economist pointed out that industrial output remains weak, whereas “agriculture is in deep crisis amid climate shocks and policy distortions, and job creation has stalled”.&lt;/p&gt;
&lt;p&gt;“Stability is not success,” he stressed, warning that without credible reforms to restore investor confidence, strengthen governance, and shift resources toward productivity and exports, Pakistan risks institutionalising stagnation as its new normal.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>Pakistan risks locking itself into a prolonged phase of economic stagnation, warned economist Asad Ali Shah, as the <a href="https://www.brecorder.com/news/40386244/pakistans-gdp-growth-to-remain-modest-at-26-in-fy26-amid-flood-impact-world-bank">World Bank’s latest update projects</a> growth at just 2.6% for FY25-26 — following a dismal four-year stretch of weak performance.</strong></p>
<p>Expressing his views on the social media platform X, Asad, the former president of the Institute of Chartered Accountants Pakistan (ICAP), said: “The World Bank’s latest Pakistan Development Update has revised down the FY25-26 growth forecast to just 2.6%, compared to the government’s more optimistic projection of around 4%.</p>
<p>“This comes after three years of dismal performance — -0.2% in FY23, 2.5% in FY24, and 2.7% in FY25 — marking what is arguably the worst four-year stretch in Pakistan’s economic history, defined by sustained low growth, record inflation and interest rates, and a collapse in investment confidence.”</p>
<p>    <figure class='media  sm:w-full  w-full  media--stretch  media--embed  media--uneven media--tweet'>
        <div class='media__item  media__item--twitter  '><span>
    <blockquote class="twitter-tweet" lang="en">
        <a href="https://twitter.com/Asad_Ashah/status/1975782638834077728"></a>
    </blockquote>
</span></div>
        
    </figure></p>
<p><a href="https://www.brecorder.com/news/40386244/pakistans-gdp-growth-to-remain-modest-at-26-in-fy26-amid-flood-impact-world-bank">As per the World Bank’s latest projections</a>, Pakistan’s economy is projected to grow modestly by 2.6% in FY2025-26, as catastrophic floods weigh on agricultural output and inflation pressures resurface.</p>
<p>The report further noted that Pakistan’s inflation rate dropped to single digits in FY 2024/25, as price increases for food and energy eased. “However, disruption to food supply chains, due to ongoing catastrophic floods, is expected to push inflation up through 2027,” it projected.</p>
<p>Former Federal Finance Minister Miftah Ismail also echoed similar views, saying that “in terms of growth, these FY22-23 to FY25-26 are the worst four years in Pakistan’s history.”</p>
<p>Miftah criticised the government for avoiding key reforms, including privatisation, downsizing ministries, and strengthening local governance, arguing that authorities are instead “purchasing stability through low growth” by keeping interest rates, taxes, and utility tariffs high.</p>
<p>“The result is: increased unemployment, poverty and political alienation.”</p>
<p>    <figure class='media  sm:w-full  w-full  media--stretch  media--embed  media--uneven media--tweet'>
        <div class='media__item  media__item--twitter  '><span>
    <blockquote class="twitter-tweet" lang="en">
        <a href="https://twitter.com/MiftahIsmail/status/1975795335424328172"></a>
    </blockquote>
</span></div>
        
    </figure></p>
<p>Meanwhile, Asad maintained that Pakistan’s economy “may have stabilised — but it has not recovered”.</p>
<p>The economist pointed out that industrial output remains weak, whereas “agriculture is in deep crisis amid climate shocks and policy distortions, and job creation has stalled”.</p>
<p>“Stability is not success,” he stressed, warning that without credible reforms to restore investor confidence, strengthen governance, and shift resources toward productivity and exports, Pakistan risks institutionalising stagnation as its new normal.</p>
]]></content:encoded>
      <category>Pakistan</category>
      <guid>https://www.brecorder.com/news/40386436</guid>
      <pubDate>Wed, 08 Oct 2025 22:34:36 +0500</pubDate>
      <author>none@none.com (BR Web Desk)</author>
      <media:content url="https://i.brecorder.com/large/2025/10/08113208cf226cd.webp" type="image/webp" medium="image" height="853" width="1280">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2025/10/08113208cf226cd.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Pakistan buys 80,000 tons sugar, seeks 100,000 tons more</title>
      <link>https://www.brecorder.com/news/40385070/pakistan-buys-80000-tons-sugar-seeks-100000-tons-more</link>
      <description>&lt;p&gt;HAMBURG: Pakistan’s state agency the Trading Corporation of Pakistan (TCP) issued a tender to purchase 100,000 metric tons of white refined sugar and is believed to have bought 80,000 tons in a tender that closed last week, European traders said on Monday.&lt;/p&gt;
&lt;p&gt;The deadline for price offers in the new international tender is October 6, with sugar arrival in Pakistan sought around November 15.&lt;/p&gt;
&lt;p&gt;Traders said that following continued price negotiations in its previous tender reported on September 23, the TCP bought about 50,000 tons of fine grade sugar at and estimated $530 a ton cost and freight included (C&amp;amp;F) from ED&amp;amp;F Man and about 30,000 tons of medium grade from Al Khaleej Sugar at an estimated $568 a ton C&amp;amp;F.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.brecorder.com/news/40384121/pakistan-gets-offers-in-100000-metric-ton-sugar-tender-traders-say"&gt;Pakistan gets offers in 100,000 metric ton sugar tender, traders say&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Reports reflect assessments from traders and further estimates of prices and volumes are still possible later.&lt;/p&gt;
&lt;p&gt;The tender continued a series of purchases after Pakistan’s government approved plans to import 500,000 tons of sugar to help maintain price stability after retail sugar prices in the country rose sharply.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>HAMBURG: Pakistan’s state agency the Trading Corporation of Pakistan (TCP) issued a tender to purchase 100,000 metric tons of white refined sugar and is believed to have bought 80,000 tons in a tender that closed last week, European traders said on Monday.</p>
<p>The deadline for price offers in the new international tender is October 6, with sugar arrival in Pakistan sought around November 15.</p>
<p>Traders said that following continued price negotiations in its previous tender reported on September 23, the TCP bought about 50,000 tons of fine grade sugar at and estimated $530 a ton cost and freight included (C&amp;F) from ED&amp;F Man and about 30,000 tons of medium grade from Al Khaleej Sugar at an estimated $568 a ton C&amp;F.</p>
<p><strong><a href="https://www.brecorder.com/news/40384121/pakistan-gets-offers-in-100000-metric-ton-sugar-tender-traders-say">Pakistan gets offers in 100,000 metric ton sugar tender, traders say</a></strong></p>
<p>Reports reflect assessments from traders and further estimates of prices and volumes are still possible later.</p>
<p>The tender continued a series of purchases after Pakistan’s government approved plans to import 500,000 tons of sugar to help maintain price stability after retail sugar prices in the country rose sharply.</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40385070</guid>
      <pubDate>Mon, 29 Sep 2025 15:53:57 +0500</pubDate>
      <author>none@none.com (Reuters)</author>
      <media:content url="https://i.brecorder.com/large/2025/09/291553351d0e8cc.webp" type="image/webp" medium="image" height="600" width="1000">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2025/09/291553351d0e8cc.webp"/>
        <media:title>Photo: Reuters
</media:title>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Pakistan’s Cnergyico orders second US oil cargo, eyes more</title>
      <link>https://www.brecorder.com/news/40384307/pakistans-cnergyico-orders-second-us-oil-cargo-eyes-more</link>
      <description>&lt;p&gt;&lt;strong&gt;KARACHI/SINGAPORE: &lt;a href="https://www.brecorder.com/news/40292660/cnergyico-pk-anticipates-investment-of-over-1bn-in-refinery-upgradation"&gt;Pakistan’s largest oil refiner Cnergyico&lt;/a&gt; has ordered a second shipment of US crude after finding its debut purchase commercially viable, its vice chairman said on Wednesday, paving the way for more imports.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Vitol will deliver a 1 million-barrel cargo of West Texas Light (WTL) crude in November under Cnergyico’s term supply arrangement with the European trader, Vice Chairman Usama Qureshi said.&lt;/p&gt;
&lt;p&gt;“This is our second cargo, our trading team evaluated various crude for November and found WTL’s gross refining margin to be slightly better than (Gulf) crude,” Qureshi said.&lt;/p&gt;
&lt;p&gt;“If economics remain favourable, we intend to keep importing.”&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.brecorder.com/news/40287731"&gt; CCoE approves amendments to refineries policy &lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The decision comes weeks after the first-ever US crude cargo for Pakistan set sail from Houston on the Suezmax tanker Pegasus, chartered by Vitol, ship-tracking data from Kpler showed.&lt;/p&gt;
&lt;p&gt;The ship is due to dock in Karachi in late October.&lt;/p&gt;
&lt;p&gt;Pakistan signed a landmark trade deal with Washington in August that paved the way for US energy imports in exchange for lower tariffs on Pakistani exports.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40384264/trump-meets-muslim-leaders-including-pm-shehbaz"&gt;President Donald Trump&lt;/a&gt; has pushed foreign partners to boost US oil purchases under such agreements.&lt;/p&gt;
&lt;p&gt;The country has until now sourced almost all its crude from Middle Eastern suppliers.&lt;/p&gt;
&lt;p&gt;Cnergyico, which operates Pakistan’s only single-point mooring terminal capable of handling large tankers, is considering more US purchases of at least 1 million barrels if market conditions stay supportive, Qureshi said.&lt;/p&gt;
&lt;p&gt;However, a rise in shipping costs and higher spot premiums for &lt;a href="https://www.brecorder.com/news/40384267/oil-extends-gains-as-data-shows-us-crude-stockpile-drop"&gt;West Texas Intermediate crude&lt;/a&gt;, a benchmark US crude stream, have threatened to shut the arbitrage for November-loading &lt;a href="https://www.brecorder.com/news/40339960/oil-prices-up-on-large-draw-from-us-crude-stocks"&gt;US crude&lt;/a&gt; cargoes to Asia.&lt;/p&gt;
&lt;p&gt;Cnergyico also plans to expand capacity with a second offshore terminal and long-term upgrades, Qureshi said, betting on a rise in domestic fuel demand.&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>KARACHI/SINGAPORE: <a href="https://www.brecorder.com/news/40292660/cnergyico-pk-anticipates-investment-of-over-1bn-in-refinery-upgradation">Pakistan’s largest oil refiner Cnergyico</a> has ordered a second shipment of US crude after finding its debut purchase commercially viable, its vice chairman said on Wednesday, paving the way for more imports.</strong></p>
<p>Vitol will deliver a 1 million-barrel cargo of West Texas Light (WTL) crude in November under Cnergyico’s term supply arrangement with the European trader, Vice Chairman Usama Qureshi said.</p>
<p>“This is our second cargo, our trading team evaluated various crude for November and found WTL’s gross refining margin to be slightly better than (Gulf) crude,” Qureshi said.</p>
<p>“If economics remain favourable, we intend to keep importing.”</p>
<p><strong><a href="https://www.brecorder.com/news/40287731"> CCoE approves amendments to refineries policy </a></strong></p>
<p>The decision comes weeks after the first-ever US crude cargo for Pakistan set sail from Houston on the Suezmax tanker Pegasus, chartered by Vitol, ship-tracking data from Kpler showed.</p>
<p>The ship is due to dock in Karachi in late October.</p>
<p>Pakistan signed a landmark trade deal with Washington in August that paved the way for US energy imports in exchange for lower tariffs on Pakistani exports.</p>
<p><a href="https://www.brecorder.com/news/40384264/trump-meets-muslim-leaders-including-pm-shehbaz">President Donald Trump</a> has pushed foreign partners to boost US oil purchases under such agreements.</p>
<p>The country has until now sourced almost all its crude from Middle Eastern suppliers.</p>
<p>Cnergyico, which operates Pakistan’s only single-point mooring terminal capable of handling large tankers, is considering more US purchases of at least 1 million barrels if market conditions stay supportive, Qureshi said.</p>
<p>However, a rise in shipping costs and higher spot premiums for <a href="https://www.brecorder.com/news/40384267/oil-extends-gains-as-data-shows-us-crude-stockpile-drop">West Texas Intermediate crude</a>, a benchmark US crude stream, have threatened to shut the arbitrage for November-loading <a href="https://www.brecorder.com/news/40339960/oil-prices-up-on-large-draw-from-us-crude-stocks">US crude</a> cargoes to Asia.</p>
<p>Cnergyico also plans to expand capacity with a second offshore terminal and long-term upgrades, Qureshi said, betting on a rise in domestic fuel demand.</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40384307</guid>
      <pubDate>Wed, 24 Sep 2025 13:30:16 +0500</pubDate>
      <author>none@none.com (Reuters)</author>
      <media:content url="https://i.brecorder.com/large/2025/09/2413365054e0205.webp" type="image/webp" medium="image" height="427" width="640">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2025/09/2413365054e0205.webp"/>
        <media:title/>
      </media:content>
    </item>
  </channel>
</rss>
