Insurance companies, CDD discuss coordination on fire investigations

AMMAN — More precautionary measures are required at under-construction buildings to prevent fires, the Jordan Insurance Federation (JIF) said Tuesday.

Speaking at the opening of a workshop on fire investigation, JIF Chairman Ali Al Wazani said fire sprinkler systems should be set up in buildings during construction not after all the work is over.

"Fires are one of the major dangers covered by insurance companies, and... the repercussions of a blaze are severe on the damaged party and on the economy in general," Wazani said at the workshop, organised by JIF in cooperation with CEERISK Consulting Limited.

There is now more awareness of this danger and the importance of insurance, Wazani said, noting that the Civil Defence Department's (CDD) report offers the most important data, describing the fire and its causes.

"Before I came here, I contacted people who deal with the CDD report on fires and since I am not an expert, I asked them how the report can be improved," he said.

Wazani said one point was calculating the losses caused by the fire.

Another point is to double check the statements given by the damaged party to make sure they are compatible with what truly happened in order to avoid possible problems in the future when it comes to compensation.

Representatives from the JIF, CEERISK, insurance companies, the CDD, Jordanian banks and other institutions and companies attended the workshop, which included two lectures on how the CDD investigates fires and on the investigation of insurance companies.

The event also included an open discussion on ways to coordinate between the different parties that conduct investigations.

Delivering introductory remarks, CEERISK General Manager Mamoon Alyah said his company works with insurance companies to identify the dangers of incidents at construction sites and investigate their root causes.

"Fires happen all the time, and if we cannot stop them completely, we have to at least minimise their effects and repercussions," Alyah said.

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