Jordanian trade delegation to visit Baghdad to enhance economic ties

Jordanian trade delegation to visit Baghdad to enhance economic ties

AMMAN — President of the Amman Chamber of Commerce (ACC) Khalil Haj Tawfiq said that the chamber is organising a visit for a Jordanian trade delegation to Baghdad, comprising mainly of sectors with a "strong" opportunity to enter the Iraqi market as exporters, importers, or investors.

During a meeting with Vice Chairman of Baghdad Chamber of Commerce (BCC) Raad Breij, Haj Tawfiq highlighted the need to activate the joint memorandum of understanding (MoU) to serve both sides in building partnerships, increasing trade exchange, establishing investments, and building partnerships, the Jordan News Agency, Petra, reported.

The discussions addressed inauguration of a Jordanian ACC-owned trade centre in Baghdad to serve the commercial, service, and agricultural sectors to export goods and services to the Iraqi market.

Meanwhile, Breiji said exchanging economic delegations and holding exhibitions are the "best" way to enhance trade exchange and increase investment volume, noting the need to activate the memo's provisions.

Breiji underlined the importance of exchanging additional delegations, focusing on "specialised and well-studied" sectors, and building a database, which would facilitate task of business owners in Jordan and Iraq in making decisions and developing a "clear" plan for investment, export, or import processes.

Breiji welcomed the ACC's decision to consider establishment of a trade office in the capital, Baghdad, as an "important" step to enhance bilateral economic and trade cooperation.

In this regard, he affirmed Baghdad chamber's readiness to provide any assistance or facilitation to ensure the office's success.

Breiji called on Jordanian companies to enter Iraqi market and take advantage of "available" investment opportunities and capabilities in the various housing, industry, trade, infrastructure, information technology, construction, contracting, and transportation sectors.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });