Only 26% of 2020 Jordan Response Plan financed — Planning Ministry


Deficit stands at $1.652 billion


AMMAN — Funding for the Jordan Response Plan (JRP), the national response to the Syrian refugee crisis, stood at $597 million in the first eight months of 2020, leaving a massive deficit of $1.652 billion, according to the Ministry of Planning and International Cooperation.

The ministry’s figures show that only 25 per cent or $597 million of the plan’s 2020 funding needs, $2.249 billion, has been secured since the beginning of the current year, the Jordan News Agency, Petra, reported.

Of the amount secured, $124 million went to supporting refugees, $122 million for host communities and $350 million was channelled to support the Treasury while no funding was made available to institutional capacity-building projects, the data reveal.

The figures show that the US was the top donor of this year’s plan at $367.7 million followed by Germany with a grant estimated at $67.5 million.

The government approved the Jordan Response Plan to the Syrian crisis for the years 2020-2022, with a total funding of about $6.6 billion.

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