Arab Bank shareholders approve 24.5% in cash, bonus dividends

AMMAN — The Arab Bank’s general assembly on Thursday approved the recommendation of its board of directors to distribute 24.5 per cent dividends to shareholders, 12 per cent of which in cash and two free shares for each 16 shares.

The extraordinary general assembly approved increasing the bank’s capital to JD640.8 million from JD569.6 million, providing the decision is approved by relevant public institutions.

Nimeh Sabbagh, the chief executive officer of the bank, said the group achieved net profit of $577.2 million in 2014, 15 per cent higher than the 2013’s $501.9 million.

Despite the decline in some foreign currency exchange rates, client deposits reached $35 billion in 2014 compared with $34.4 billion by the end of 2013, marking a 2 per cent growth, Sabbagh added.

Sabih Masri, the chairman of Arab Bank, said that despite regional challenges, the bank continued its “strong performance” with many achievements. At the top of these achievements is the increase of net profit by 15 per cent, which reflects the confidence of clients from different countries and sectors.

Regarding the lawsuit against the bank in New York, he reaffirmed the bank’s strong position during the appeal phase expected to start before the end of 2015.

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