$65 million Saudi grant to contribute to desert road rehabilitation

$65 million Saudi grant to contribute to desert road rehabilitation

AMMAN — Minister of Planning and International Cooperation Imad Fakhoury on Monday signed a $65 million grant agreement with Youssef Bin Ibrahim Al Bassam, vice president and board member of the Saudi Fund for Development (SFD), to contribute to funding the rehabilitation of the desert road.

The two sides also signed “a frame grant agreement” of $100 million relevant to Saudi Arabia’s contribution to supporting priority development projects in Syrian refugee hosting communities, a ministry statement said.

Finance Minister Omar Malhas and Bassam also signed a $53.3 million soft loan agreement granted by SFD to finance the fourth steam unit (combined cycle) of the Samra Power Generating Plant, guaranteed by the government of Jordan.

Fakhoury thanked Saudi Arabia’s king, government and people for their continuous support to Jordan’s development efforts to face economic and social challenges.

He reviewed Jordan’s economic and financial conditions and the effect of regional instability on them, stressing that the Kingdom alone cannot bear all these pressures without the serious and firm support of the international community.

In this respect, Fakhoury underlined the importance of Saudi Arabia’s support in helping Jordan face economic and financial challenges, continue to implement priority development projects and provide advanced services to its citizens and residents, especially under these circumstances, according to the statement.

Bassam hailed Jordan’s efforts to overcome the economic and financial challenges it faces, commending the reform programmes implemented to address those challenges.

He stressed SFD’s readiness to stand by Jordan to support its development efforts and face relevant challenges.

Saudi Arabia has upheld its commitment to the Gulf Cooperation Council grant to Jordan during 2012-2016, the ministry said.

The value of projects and programmes signed so far with SFD, the authority charged with administering the grant on behalf of the Saudi government, amounts to $1.219 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'); }); }); });