IMF team in town to assess economic reforms

AMMAN – A team from the International Monetary Fund (IMF) led by mission chief Kristina Kostial is due to carry out a review of economic reforms in Amman Sunday.

The IMF executives are scheduled to meet with Finance Ministry and Central Bank of Jordan officials to discuss the Kingdom's economic and fiscal performance under a three-year programme supported by a Stand-By Arrangement (SBA), a government official said Saturday.

Finance Ministry Secretary General Ezeddin Kanakriyeh told The Jordan Times over the phone that an IMF staff team, which has been in Amman for days, has met with various government entities and MPs to discuss economic developments and government's planned policies for the remainder of the year and for 2015.

Kanakriyeh said the discussions are part of the fifth review of Jordan's performance under the SBA, adding that discussions may take 10 days.

On April 28, 2014, the executive board of the IMF completed the third and fourth reviews of Jordan’s performance under the three-year SBA.

The 36-month SBA (amounting to about $2 billion, or 800 per cent of Jordan’s quota at the IMF) was approved by the IMF’s executive board on August 3, 2012.

The completion of the third and fourth reviews enabled Jordan to benefit from the immediate release of about $264.7 million, bringing total disbursements under the programme to $1.3 billion.

Under Article IV of the IMF’s Articles of Agreement, the IMF holds bilateral discussions with members, usually every year. A staff team visits the country, collects economic and financial information, and discusses with officials the country’s economic developments and policies. On return to headquarters, the staff prepares a report, which forms the basis for discussion by the executive board.

.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'); }); }); });