Jordan eases conditions for wheat tenders amid rising demand

AMMAN — Jordan has recently made changes to the terms and specifications of its wheat tenders to attract more bids amid a rise in wheat consumption in the Kingdom, a Trade Ministry official said Wednesday.

Under the new rules, Jordan raised the maximum level of sunn pest allowed in wheat shipments from 0.6 per cent to 0.8 per cent, according to the ministry official, who declined to be named.

Sunn pest is an insect which feeds on wheat. The new terms allow the wheat to be treated for the pest at the origin, where the insects are found, the official added.

“We made the changes to attract more bids from traders as over the past few months we did not get enough bids for our tenders,” the official explained.

Under the new rules, Jordan decided to adopt the US Department of Agriculture (USDA) standards for testing of non genetically modified wheat if the shipment contains live insects, weevils, larva and weeviled kernels, according to the official.

Fines were also reduced for shipments that do not meet specifications on protein dry gluten and the gluten index, said the official.

“Wheat consumption is rising in Jordan, and after the influx of more than 1.5 million Syrian refugees our consumption rose sharply,” he added.

Jordan’s consumption prior to the influx of Syrian refugees was at around 50,000 metric tonnes per month, but it currently stands at 80,000 metric tonnes per month.

“Our reserve of wheat is enough for almost a year,” the official added.

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