Number of SSC subscribers reaches 1.423 million in Q1 of 2022

AMMAN — The Social Security Corporation (SSC) on Sunday announced that the number of subscribers during the first quarter of 2022 increased by 8 per cent to hit 1.423 million, marking the biggest increase in 10 years, compared with 1.318 million subscribers during the same period of last year.

The number of optional subscribers went up by 2.8 per cent to reach some 80,300, compared with 78,100 in the first quarter of 2021.

The SSC, in a statement cited by the Jordan News Agency, Petra, said that the number of covered workers in the Kingdom’s 100 largest corporations, which have the highest number of workers, went up from 173,000, by the end of the January-March period, to 177,100 during the same period of 2022.

The number of Jordanian workers in these institutions increased by 1.1 per cent during the comparison period, while the number non-Jordanian workers registered an increase of 5.4 per cent.

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