‘EBRD, EU step up support for start-ups in Jordan’

AMMAN — The EBRD on Thursday signed a Memorandum of Understanding with seed investment and accelerator company Oasis500, foreseeing EBRD's advisory support to Oasis500 and its beneficiary companies on how to develop and successfully grow their businesses, a statement by EBRD said.

The memo was signed by Oasis500 board member Karim Kawar, EU Ambassador to Jordan Andrea Fontana, EBRD Managing Director for the Southern and Eastern Mediterranean Region Janet Heckman, and EBRD Director for the Eastern Mediterranean Region and head of Jordan office Heike Harmgart.

The EBRD invests and works with private equity funds to help promising start-up businesses release their full potential, the statement said, noting that the EBRD Accelerator Programme supports these funds through accelerating the development of their pipeline and start-up companies with a mix of practical workshops, connections to expert consultants and various business planning activities over a period of four years.

The cooperation with Oasis500 is the first project of its kind in Jordan, launched in parallel with a similar project with Flat6Labs in Egypt, at a total value of 2 million euros provided by the EU.

"The Bank’s cooperation with Oasis500 and Flat6Labs will further strengthen its support for businesses especially in the information, communications and technology sector, which have high potential for creating new employment opportunities and contributing to economic growth in Jordan and Egypt," the statement read, adding that it also supports the creation of a business environment that is conducive to seed and venture capital investments.

The Accelerator Programme supports the EBRD’s Economic Inclusion Strategy by serving target inclusion groups of youth, refugees and women, with a focus on inclusion impact including access to skills, entrepreneurship and access to finance.

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