Arab Bank settles US litigation over Hamas links

Arab Bank has reached a deal that will settle a long-time lawsuit filed against the bank in the US (File photo)

AMMAN – Arab Bank has reached a settlement over a litigation brought by hundreds of Americans who accused it of providing financial services to Palestinian group Hamas, a charge the Amman-based bank has always denied.

According to Reuters, the settlement was confirmed on Friday by Michael Elsner, a lawyer for the plaintiffs, and a spokesman for Arab Bank. The terms were not disclosed.

Elsner said the framework of the deal would be finalised over the next few months, Reuters reported.

The settlement comes nearly a year after a US jury in New York found the bank liable for injuries resulting from 24 attacks in Palestine.

The settlement announcement comes just days before the damages portion of the trial was to begin in a US federal court in Brooklyn, where a jury would have determined how much compensation the bank would have to pay to 17 plaintiffs, Agence France-Presse (AFP) reported.

Originally set for Monday, a federal judge on Friday formally postponed the start of the damages trial until May 2016, according to AFP.

The case, known as Linde vs Arab Bank, started in 2004 when a federal lawsuit was filed by hundreds of plaintiffs against the bank for allegedly holding accounts that financed attacks they claim killed members of their families in Israel and the Palestinian territories between 2001 and 2004.

Arab Bank was first established in Jerusalem in 1930. With a capital of over $30 billion, the bank operates through more than 600 branches in 30 countries across five continents.

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