World Bank loans to Jordan should become grants — Harper

AMMAN — UNHCR representative to Jordan, Andrew Harper, on Wednesday urged the World Bank to turn the loans extended to Jordan to address the Syrian refugee burden to grants.

His remarks came as World Bank chief Jim Yong Kim visited Zaatari Refugee Camp near Mafraq, around 80km northeast Amman.

The World Bank in March approved a $250 million loan to help the Kingdom deal with the influx of Syrian refugees.

­Harper described Jordan’s response to the refugee challenges as a “model” for the entire world.

He said the international community should do more to help Jordan overcome the refugee challenge, especially as more than 80 per cent of the 600,000 Syrian refugees live in local communities.

Only around 110,000 Syrians live in the Zaatari and Azraq camps, while the rest concentrate in northern and east-northern towns like Irbid and Mafraq.

Harper praised Jordan’s commitment to opening refugee camps and providing the best services to Syrians fleeing a long,drawn-out civil war, making reference to the recent inauguration of Azraq Refugee Camp.

Planning and International Cooperation Minister Ibrahim Saif said that Kim’s visit “sheds light on the repercussions of the refugee crisis on the Jordanian economy”.

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