No ‘embellishments’ in 2016 draft budget — PM

AMMAN — Figures released in the 2016 state budget will be exact and realistic, as the government has no interest in “embellishing” them, Prime Minister Abdullah Ensour said Sunday.

Presiding over a General Budget Department advisory council meeting, Ensour called for speeding up procedures to prepare the 2016 draft general budget law and the draft independent public agencies budget law for the Cabinet to endorse them and refer them to Parliament.

Participants discussed the most important components of the draft laws and stressed the need to control public expenditure and to implement development projects that serve the national economy, the Jordan News Agency, Petra, reported.

One of the most important components of the 2016 draft budget is its conformity with the national programme for economic and fiscal reform, including the governorate development programme and the executive development programme for the years 2016 to 2018.

Petra said the 2016 budget can be described as development-centred, with the increase of capital expenditures that focus on the energy, transport, water, health, education, infrastructure, governorate development and information technology sectors.

At a press conference on Saturday, Ensour reiterated that the economy and the dinar remain strong.

He also noted the draft state budget law will show that the deficit is under control, revenues are higher and spending is up slightly due to natural growth.

The premier added that hosting around 1.4 million Syrians has had a negative impact on the trade balance, as the Kingdom has had to import more goods to meet the needs of the rising population.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;}
.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'); }); }); });