ADVERTISEMENT

EU‑ASEAN Business Council seeks stronger regional measures against illicit trade

Highlights PH Chairship as key opportunity

Published Mar 12, 2026 02:03 pm
The EU-ASEAN Business Council (EU-ABC) is seeking stronger regional measures against illicit trade, saying the Philippines’ 2026 ASEAN Chairship presents an opportunity to solidify support among member countries.
In a report titled "Driving ASEAN Action Against Illicit Trade" submitted to the Philippine government and the ASEAN Secretariat, the council provided a blueprint for integrating "Cooperation-First" strategies into the regional economic agenda.
The council said that the Philippines is well-positioned to lead efforts to secure ASEAN trade routes increasingly threatened by sophisticated transnational networks. By championing cross-border coordination and policy coherence, the Philippines can help advance more resilient and integrated supply chains.
The report highlights ongoing Philippine reforms as potential models for ASEAN, including the Anti-Agricultural Economic Sabotage Law, which criminalizes large-scale smuggling and uses technical verification mechanisms to intercept non-compliant shipments before export, and the Preboarded Technical Verification mechanism (PTV), aimed at preventing noncompliant shipments before export.
The report states that the Philippine Chairship may also highlights existing national practices that help reduce the diversion risks at the point of export, including the requirement that tobacco products intended for export reflect the fiscal and regulatory marking requirements of the destination market, as set out in the Implementing Rules and Regulations of Republic Act No. 10643 (Graphic Health Warnings Law). By aligning export packaging with destination-market requirements prior to shipment helps limit opportunities for re-routing and leakage into unintended markets.
Building on this, the report underscores that effective enforcement is essential to ensuring that such measures function as intended, and the Philippine Chairship offers a timely opportunity to encourage steady progress and share practical, workable approaches across the region.
At the regional level, the Chairship can further advance these efforts by strengthening existing ASEAN customs and cooperation mechanisms, enhancing risk-based controls, and promoting data-driven, trade facilitative approaches that protect legitimate commerce while addressing illicit activity.
The Council aligns its recommendations with current ASEAN Priority Economic Deliverables (PEDs) to reinforce existing regional goals rather than introduce new mandates. As the Philippines prepares to lead the bloc under the theme "Navigating Our Future Together," the council sees a critical window to integrate illicit trade prevention into core economic priorities.
EU‑ABC Executive Director Chris Humphrey said that the 2026 chairship emphasizes strengthening trade and investment linkages, enhancing supply chain resilience, and accelerating digital transformation.
“Achieving these objectives requires not only deeper integration, but also stronger safeguards to ensure that trade remains secure, transparent, and rules-based,” Humphrey said.
The Council noted that illicit trade undermines fiscal resources and weakens confidence in supply chains across sectors such as pharmaceuticals, fuels, consumer goods, agricultural products, alcohol, and tobacco. According to the report, responding to these activities is a strategic economic imperative closely linked to the delivery of regional goals.
To strengthen ASEAN’s collective defenses, the report proposed actionable steps, including the enhancing customs cooperation, adopting artificial intelligence-enabled risk management technologies, and leveraging digital traceability tools such as the ASEAN Single Window to improve visibility across supply chains. It also recommends targeted assurance tools like PTV applied selectively to high-risk goods, routes, or operators for pre-export shipment control to prevent diversion at source.
The Council said these measures are intended to be trade facilitative, protecting legitimate commerce while removing criminal actors from the market. Aligning these safeguards with the 2026 agenda could reinforce investor confidence and demonstrate ASEAN’s commitment to as secure and future-ready economic community.
“By building on existing ASEAN mechanisms, promoting risk-based and trade facilitative approaches and strengthening cooperation with the private sector and Dialogue Partners, ASEAN can reinforce its commitment to a resilient, sustainable and future-ready regional economy,” Humphrey said.
The report followed an EU-ABC business mission to Manila last year and has been submitted to key agencies, including the Department of Trade and Industry and the Department of Finance. The EU-ASEAN Business Council (EU-ABC) serves as the primary advocacy organization for European businesses operating across Southeast Asia.
Across ASEAN, illicit tobacco trade robs governments of billions in revenue while fueling smuggling and organized crime
In the Philippines, Senator Win Gatchalian revealed that BIR data showed ₱50 billion in losses in 2024. Of this, ₱34.37 billion came from illicit cigarettes, ₱14.84 billion from misdeclared vapor products, and ₱840 million from heated tobacco.
The losses have grown year after year: ₱13.9 billion in 2019, ₱26.3 billion in 2020, ₱32.5 billion in 2021, ₱39.3 billion in 2022, and ₱48.3 billion in 2023. By 2025, the figure reached ₱54.1 billion, with forecasts pointing to ₱58.2 billion by 2026, ₱62.1 billion by 2027, and ₱65.9 billion by 2028.

Related Tags

NATIONAL NEWS ASEAN illicit trade
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.