Insolvency Law a ‘significant step forward’, says JCC Representative

AMMAN — The Insolvency Law is a key stabiliser of Jordan’s investment environment, making it more attractive to business owners and foreign investors, representative of the financial and banking sector in the Jordan Chamber of Commerce (JCC), Firas Sultan, said on Saturday.

The Insolvency Law is a “significant step forward” for Jordan, Sultan said, noting that the law aligns with global best practices and streamlines economic entry and exit processes, the Jordan News Agency, Petra, reported.

The law is expected to improve Jordan's ranking in the ease of doing business report, and encourage individuals facing financial distress to address their insolvency status, he added.

Sultan also noted that the law is intended to help rescue struggling companies, or those at the risk of insolvency, and ensuring business survival rather than liquidation.

There exists a need to raise public awareness on the law's provisions, particularly those related to prohibiting the seizure of the debtor’s assets and the continuation of pre-existing contracts, such as employment contracts, administrative contracts, licences and franchise rights, and the ability to retain managing control of the entity while halting interest and late payment penalties, Sultan said.

He said that the law aims to regulate procedures for trader insolvency, and enable them to overcome their financial distress, reorganise their operations and continue their business through a plan agreed upon by creditors. The law also establishes mechanisms, conditions and requirements for selecting insolvency agents and defining their duties and obligations.

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