Refugee debt up 25% in the last year, WFP reveals

Refugee debt up 25% in the last year, WFP reveals

AMMAN — The average amount of debt among refugees in both camps and host communities in Jordan has increased by 25 per cent over the past year, according to the World Food Programme (WFP)’s Food Security in Numbers report for the first quarter (Q1) of 2023.

Amidst the absence of sufficient employment opportunities, refugee households have been increasingly resorting to “unsustainable financial means such as debt and remittances” to meet their essential needs, including housing, healthcare and education, the report stated.

It also showed that food security levels remained stable among refugees in camps, and improved among refugees in host communities.

In Q1 of 2023, 37 per cent of refugees in host communities were food secure, 61 per cent were moderately food secure and the remaining 2 per cent were severely food insecure. In camps, 44 per cent of refugees in were food secure, 55 per cent were moderately food secure and the remaining 1 per cent were severely food insecure during the same period, according to the report.

However, certain household groups “remain more vulnerable and more likely to resort to coping strategies that negatively impact their long-term capacity to meet essential needs”, such as households headed by women or unemployed individuals, or those including members with a disability, the report stated.

The report further highlighted the importance of continuing to provide assistance for the welfare of beneficiaries, as assistance accounts for 20 per cent of the monthly income of out-of-camp refugee households, and 57 per cent of the monthly income of in-camp refugee households.

WFP reduced the level of assistance provided to all refugees living in communities from September to November 2022 due to financial constraints. The report observed that this step has lead to “a spike in severe food insecurity among the most vulnerable refugees”.

“While work opportunities have been observed to contribute to better food security, refugees still face the bottleneck of finding sustainable, longer-term jobs,” it stated.

According to the report, 55 per cent of refugee adult refugees in the host communities and 70 per cent of adult refugees in the camps remain unemployed in Q1 of 2023. It stressed the importance of “building self-reliance pathways” to help refugees reach economic self-sufficiency and increase their resilience to shocks.

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