Housing sector presses gov’t to address demands

AMMAN — The housing sector, represented by its association’s president Zuhair Omari, made several demands during a meeting with the Parliament and the Prime Ministry on Wednesday.

“If you look at our demands, you will see that most of them have to do with other sectors, government-owned or otherwise,” Omari told The Jordan Times over the phone.

In a report made available to The Jordan Times, the sector issued a list of seven demands touching on the government, banks and construction-material shop owners.

The housing sector asked the government to decrease the 9 per cent real-estate registration fee to 5 per cent.

“The percentage should be lowered to match the drop in real-estate prices. If a piece of land has decreased in price, so should its registration fee,” Omari said.

However, the sector’s requests are not all new.

A long-awaited demand by the association in the past years was to exempt apartment buyers from the fees of the first 150 square metres — a request which yet again featured on their list of demands on Wednesday.

Addressing banks, the sector demanded lowering the interest rates on real-estate loans, calling for extra funds to those whose income is below JD1,000, and cutting the red tape to obtain a real-estate loan.

The association demanded the contracting sector to make some changes that include setting a limit on the prices of building materials and allowing the import of some products from neighbouring countries when they cost less than their local alternatives.

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