<!DOCTYPE html>

<html>
<head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="title" content="Property, business interruption expected to top hurricane claims | Business Insurance" />
        <meta name="description" content="Property and business interruption losses will likely dominate the insurance claims from recent hurricanes Harvey and Irma, although the process is just beginning and much has yet to be discovered." />

        <meta property="og:url" content="http://www.businessinsurance.com/article/20170912/NEWS06/912315809/Property-business-interruption-dominate-hurricane-Irma-Harvey-insurance-claims" />
        <meta property="og:title" content="Property, business interruption expected to top hurricane claims - Business Insurance" />
        <meta property="og:type" content="article" />
            <meta property="og:image" content="https://d2aijf0p2rhda8.cloudfront.net/588d8845-34b2-48b3-bba5-49f9bd748c40.jpg" />
        <meta property="og:site_name" content="Business Insurance" />
            <meta property="og:description" content="Property and business interruption losses will likely dominate the insurance claims from recent hurricanes Harvey and Irma, although the process is just beginning and much has yet to be discovered." />
            <meta name="twitter:card" content="summary_large_image" />
        <meta name="twitter:site" content="http://www.businessinsurance.com/article/20170912/NEWS06/912315809/Property-business-interruption-dominate-hurricane-Irma-Harvey-insurance-claims" />
        <meta name="twitter:title" content="Property, business interruption expected to top hurricane claims - Business Insurance" />
            <meta name="twitter:description" content="Property and business interruption losses will likely dominate the insurance claims from recent hurricanes Harvey and Irma, although the process is just beginning and much has yet to be discovered." />
            <meta name="twitter:image" content="https://d2aijf0p2rhda8.cloudfront.net/588d8845-34b2-48b3-bba5-49f9bd748c40.jpg" />


    <title>Property, business interruption expected to top hurricane claims | Business Insurance</title>
    <link href="/Content/images/favicon.ico" type="image/x-icon" rel="shortcut icon" />
    <link href="/Content/css/jquery.bxslider.css" type="text/css" rel="stylesheet" />
    <link href="/Content/css/jquery.jscrollpane.css" type="text/css" rel="stylesheet" />
    <link href="/Content/jquery.fancybox2.1.5.css" type="text/css" rel="stylesheet" />
    <link href="/Content/jquery.datetimepicker.css" type="text/css" rel="stylesheet" />
        <link href="/Content/css/style.min.css" type="text/css" rel="stylesheet" />
    <script src="/Scripts/BIScripts?v=cCOOPJzf11f_bML8dlp87sb4tjlgqFQc9XD2XroX5Tg1"></script>


    <script type="text/javascript">
        var isFirstImageLoaded = false;
        var isSecondImageLoaded = false;

        function searchArticle() {
            if($.trim($('#txtSearch').val())!="")
            {
                var Url = "/section/search?q=" + encodeURI($('#txtSearch').val().replace('&','%26'));
                location.href =Url;
            }

        }

        if (typeof String.prototype.trim !== 'function') {
            String.prototype.trim = function () {
                return this.replace(/^\s+|\s+$/g, '');
            }
        }

        function isMobileDevice() {
            return (
                (navigator.platform.indexOf("iPhone") != -1) ||
                (navigator.platform.indexOf("iPod") != -1)
            );
        }

        function advertismentLoad(sender) {

            $(sender).parents().eq(1).height($(sender).height());

            if ($(sender).attr('advertnumber') == "1") {
                isFirstImageLoaded = true;
            }

            else if ($(sender).attr('advertnumber') == "2") {
                isSecondImageLoaded = true;
            }

            if (isFirstImageLoaded && isSecondImageLoaded && (!isMobileDevice())) {
                setLeftHeight();
            }
        }


        $(document).ready(function () {
            var currentIssueUrl = '/Article/_CurrentIssue';
            $('#issues').empty();
            $('#issues').load(currentIssueUrl);

            $("#articleDetails").jPaginate();


            $('.bxslider').bxSlider({
                auto: true,
                autoControls: true,
                captions: true
            });

            $('#txtSearch').live('keypress', function (e) {
                if (e.which == 13 && $.trim($(this).val())!=null && $.trim($(this).val())!="") {

                    searchArticle();
                }
            });

            $('.morefrom').add('.featuredArticles').jScrollPane();

        });

        var url = 'http://www.businessinsurance.com/CLMWeb/';

        function resizeIframe(obj) {
            var parentHeight = $('#divMainContent').height() + 100;
            $(obj).height(parentHeight);
        }

        function fnLogin() {
            location.href = '/Membership/Login';
        }

        function fnShowCurrentIssues() {
            $('#dvCurrentIssues').show();
            $('span.clmcurrentissue').addClass('selected');
        }

        function fnHideCurrentIssues() {
            $('#dvCurrentIssues').hide();
            $('span.clmcurrentissue').removeClass('selected');
        }

        $(window).scroll(function () {
            $('#dvCurrentIssues').hide();
            $('span.clmcurrentissue').removeClass('selected');
        });
        $(document).click(function (e) {
            if ($(e.target).attr('id') != 'lnkCurrentIssues' && $(e.target).parents('div:first').attr('id') != 'dvCurrentIssues') {
                $('#dvCurrentIssues').hide();
                $('span.clmcurrentissue').removeClass('selected');
            }
        });

        function fnRedirectToEdit(personID) {
            if ('http://www.businessinsurance.com/'.indexOf("www.businessinsurance.com") > 0) {
                location.href = "https://www.businessinsurance.com/Membership/EditRegistration?type=2";
            }
            else {
                location.href = "/Membership/EditRegistration?type=2";
            }
        }

        function fnCloseMembersipRenewalPopup() {
            $.ajax({
                url: '/Membership/DismissRenewalPopup',
                cache: false,
                success: function (response) {
                    if (response != null && response != undefined && response.status != null && response.status != undefined) {
                        note = document.getElementById("dvMembersipRenewalPopup");
                        note.style.display = 'none';
                    }
                }
            });
        }

    </script>
    <script type="text/javascript">
        function getHreffromString() {
            var hr = $("#hdnITALatestIssue").val();
            var url = jQuery("a", hr).attr("href");
            window.location = url;
        }


    </script>

    <script type="text/javascript">
        $(window).scroll(function () {
            var scroll = $(window).scrollTop();
            if (scroll >= 100) {
                $(".header").addClass("scrollon");
                $("#wrapper").addClass("scrollon");
                $(".mainMenu").addClass("scrollon");
                $(".liveSlider").addClass("scrollon");
                $(".share").addClass("open");
                $(".righttoggler").addClass("open");
                $(".toggler").addClass("scrollon");
            }
            else {
                $(".header").removeClass("scrollon");
                $("#wrapper").removeClass("scrollon");
                $(".mainMenu").removeClass("scrollon");
                $(".liveSlider").removeClass("scrollon");
                $(".share").removeClass("open");
                $(".righttoggler").removeClass("open");
                $(".toggler").removeClass("scrollon");
            }
        });
        $(document).ready(function () {


            $(".toggler").click(function () {
                $("#wrapper").toggleClass("open");
                $("#wrapper").removeClass("slides");
                $(".header").toggleClass("open");
                $(".liveSlider").toggleClass("open");
                $(".toggler").toggleClass("open");
                $(".headercmnlinksformob").toggleClass("open");
            });
            $(".righttoggler").click(function () {
                $("#wrapper").toggleClass("slides");
                $(".header").toggleClass("slides");
                $(".liveSlider").toggleClass("slides");


            });
            $(".ftclick").click(function () {
                $(this).next(".ftlinks").toggleClass("open");
                $(this).toggleClass("open");


            });
            $(".lfmenu").click(function () {
                $("#dvCurrentIssues").removeClass("open");
                $(".lfmenu").addClass("selected");
                $(".curntissue").removeClass("selected");

            });
            $(".curntissue").click(function () {
                $("#dvCurrentIssues").addClass("open");
                $(".curntissue").addClass("selected");
                $(".lfmenu").removeClass("selected");

            });


            $('.clsMainMenu a').click(function () {
                if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) && $(this).hasClass('hasSubMenu')) {
                    if ($(this).parent('li').hasClass('open')) {
                        $(this).next(".clsSubMenu").toggleClass("open");
                        $(this).parent('li').toggleClass("open");
                    }
                    else {
                        $('.clsSubMenu').removeClass('open');
                        $('.clsSubMenu').parent('li').removeClass('open');
                        $(this).next(".clsSubMenu").toggleClass("open");
                        $(this).parent('li').toggleClass("open");
                    }
                }
            });
        });
    </script>

    <script type="text/javascript">
        (function (i, s, o, g, r, a, m) {
            i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
                (i[r].q = i[r].q || []).push(arguments)
            }, i[r].l = 1 * new Date(); a = s.createElement(o),
            m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
        })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
        
        ga('create', 'UA-9007262-1', 'auto');
        
        ga('send', 'pageview');

        var trackOutboundLink = function (url) {
            ga('send', 'event', 'outbound', 'click', url, {
                'transport': 'beacon',
                'hitCallback': function () {}
            });
        }

        var trackSponsoredContent = function (url,label) {
            ga('send', 'event', label, 'click', url, {
                'transport': 'beacon',
                'hitCallback': function () {}
            });
        }
    </script>

    <!-- Adverstisement Begins -->
    <script async='async' src='https://www.googletagservices.com/tag/js/gpt.js' type="text/javascript"></script>
    <script type="text/javascript">
        var googletag = googletag || {};
        googletag.cmd = googletag.cmd || [];
        var mapping, mapping1, mapping2, mapping3;
    </script>

    <script type="text/javascript">
        googletag.cmd.push(function () {

            if (navigator.userAgent.match(/iPad/i) != null && window.matchMedia("(-webkit-device-pixel-ratio: 2)").matches) {
                mapping = googletag.sizeMapping().
						 addSize([768, 0], [728, 90]).
                         addSize([0, 0], [300, 50]).
                         build();
            }
            else {
                mapping = googletag.sizeMapping().
						 addSize([1024, 0], [[970, 90],[970, 250],[728, 90]]).
                         addSize([768, 0], [728, 90]).
                         addSize([0, 0], [300, 50]).
                         build();
            }

            mapping1 = googletag.sizeMapping().
                 addSize([1024, 0], [300, 600]).
                           addSize([768, 0], [300, 250]).
                           addSize([0, 0], [300, 50]).
                           build();
            mapping2 = googletag.sizeMapping().
                 addSize([1024, 0], [300, 250]).
                           addSize([768, 0], [300, 250]).
                           addSize([0, 0], [300, 50]).
                           build();
            mapping3 = googletag.sizeMapping().
                 addSize([1024, 0], []).
                           addSize([768, 0], [300, 250]).
                           addSize([0, 0], [300, 50]).
                           build();
        });



            
        googletag.cmd.push(function () {
            
            googletag.defineSlot('/86975980/businessinsurance/risk-management', [[300, 50], [728, 90], [970, 90], [970, 250]], 'top-leaderboard').setTargeting('position', ['top']).defineSizeMapping(mapping).addService(googletag.pubads());
            googletag.defineSlot('/86975980/businessinsurance/risk-management', [[300, 250], [300, 50]], 'rectangle-1').setTargeting('position', ['position1']).defineSizeMapping(mapping2).addService(googletag.pubads());
            googletag.defineSlot('/86975980/businessinsurance/risk-management', [[300, 250], [300, 50]], 'rectangle-2').setTargeting('position', ['position2']).defineSizeMapping(mapping2).addService(googletag.pubads());
            googletag.defineSlot('/86975980/businessinsurance/risk-management', [[300, 600], [300, 250], [300, 50]], 'big-box-1').setTargeting('position', ['halfpage1']).defineSizeMapping(mapping1).addService(googletag.pubads());
            
            googletag.pubads().setTargeting('page_type', ['article']).setTargeting('article_id', ['912315809']);
            googletag.defineOutOfPageSlot('/86975980/businessinsurance', 'div-gpt-ad-1482664088024-0').setTargeting('position', ['interstitial']).addService(googletag.pubads());
            googletag.pubads().enableSingleRequest();
            googletag.pubads().collapseEmptyDivs();
            googletag.enableServices();
        })
        

    </script>

    <!-- Adverstisement Ends -->
</head>
<body id="body">

    <div class="header">
            <div id='top-leaderboard' style="text-align: center;">
                <script>
                    googletag.cmd.push(function () { googletag.display('top-leaderboard'); });
                </script>
            </div>
        <span class="toggler"></span>
        <span class="righttoggler"></span>
        <a class="mainLogo" href="/"></a>
        <span class="social"><a target="_blank" href="http://www.facebook.com/BusInsMagazine" class="icon icon-facebook"></a><a target="_blank" href="http://twitter.com/#!/BusInsMagazine" class="icon icon-twitter"></a><a target="_blank" href="https://www.linkedin.com/company/656162" class="icon icon-linkedin"></a></span>

        <div class="headercmnlinks">
                <a href="javascript:void(0);" id="lnkLogin" onclick="fnLogin();">Login</a>
                <a href="/Membership" class="sign-up">Register / Subscribe</a>
        </div>


    </div>
    <span class="mobsublinks"><a href="#" class="lfmenu selected"></a><a href="#" class="curntissue"></a></span>
    <span class="headercmnlinksformob">
            <a href="javascript:void(0);" id="lnkLogin" onclick="fnLogin();">Login</a>
            <a href="/Membership" class="sign-up">Register</a> <a href="#" class="subscribe">Subscribe</a>
    </span>
    <div id="dvMenuHeader" class="mainMenu">
        <ul>
                    <li class="clsMainMenu">
                            <a href="/section/risk-management">Risk Management</a>


                        <ul class="clsSubMenu">
                                        <li class=><a href="/section/cyber-risks">Cyber Risks</a></li>
                                        <li class=><a href="/section/disaster-management">Disaster Management</a></li>
                                        <li class=><a href="/section/reinsurance">Reinsurance</a></li>
                                        <li class=><a href="/section/risk-management">More Risk Management</a></li>

                        </ul>

                    </li>
                    <li class="clsMainMenu">
                            <a href="/section/workers-comp">Workers Comp</a>


                        <ul class="clsSubMenu">
                                        <li class=><a href="/section/prescription-drug-management">Prescription Drug Management</a></li>
                                        <li class=><a href="/section/workers-comp-cost-control">Workers Comp Cost Control</a></li>
                                        <li class=><a href="/section/workplace-safety">Workplace Safety</a></li>
                                        <li class=><a href="/section/workers-comp">More Workers Comp</a></li>

                        </ul>

                    </li>
                    <li class="clsMainMenu">
                            <a href="/section/international">International</a>


                        <ul class="clsSubMenu">
                                        <li class=><a href="/section/emea">EMEA</a></li>
                                        <li class=><a href="/section/asia-pacific">Asia-Pacific</a></li>
                                        <li class=><a href="/section/latin-america">Latin America</a></li>
                                        <li class=><a href="/section/bi-france">BI France</a></li>
                                        <li class=><a href="/section/bi-germany">BI Germany</a></li>
                                        <li class=><a href="/section/bi-italy">BI Italy</a></li>

                        </ul>

                    </li>
                    <li class="clsMainMenu">
                            <a href="/section/multimedia">Multimedia</a>


                        <ul class="clsSubMenu">
                                        <li class=><a href="/section/galleries">Photos</a></li>
                                        <li class=><a href="/section/podcasts">Podcasts</a></li>
                                        <li class=><a href="/section/video-reports">Videos</a></li>
                                        <li class=><a href="/section/multimedia">More Multimedia</a></li>

                        </ul>

                    </li>
                    <li class="clsMainMenu">
                            <a href="/section/opinion">Opinion</a>


                        <ul class="clsSubMenu">
                                        <li class=><a href="/section/editorials">Editorials</a></li>
                                        <li class=><a href="/section/columns">Columns</a></li>
                                        <li class=><a href="/section/perspectives">Perspectives</a></li>
                                        <li class=><a href="/section/cartoons">Editorial Cartoons</a></li>
                                        <li class=><a href="/section/opinion">More Opinion</a></li>

                        </ul>

                    </li>
                    <li class="clsMainMenu">
                            <a href="/section/researchandreports">Research and Reports</a>


                        <ul class="clsSubMenu">
                                        <li class=><a href="/section/directories">Directories</a></li>
                                        <li class=><a href="/section/white-papers">White Papers</a></li>
                                        <li class=italic><a href="/section/risk-perspectives">Risk Perspectives</a></li>

                        </ul>

                    </li>
                    <li class="clsMainMenu">
                                <a class="hasSubMenu" href="javascript:void(0)">People</a>


                        <ul class="clsSubMenu">
                                        <li class=><a href="/section/comings-and-goings">Comings &amp; Goings</a></li>
                                        <li class=><a href="/section/up-close">Up Close</a></li>
                                        <li class=><a href="/section/executive-q-a">Executive Q&amp;A&#39;s</a></li>

                        </ul>

                    </li>
                    <li class="clsMainMenu">
                            <a href="/section/events">Awards and Events</a>


                        <ul class="clsSubMenu">

                        </ul>

                    </li>
                    <li class="clsMainMenu">
                            <a href="/section/jobopportunities">Jobs</a>


                        <ul class="clsSubMenu">
                                        <li class=><a href="/section/jobopportunities">Job Opportunities</a></li>
                                        <li class=italic><a href="/section/best-places-to-work">Best Places to Work</a></li>

                        </ul>

                    </li>


        </ul>
    </div>
    <div class="liveSlider">


        <span class="clmcurrentissue">
            <a href="javascript:void(0);" id="lnkCurrentIssues" onclick="fnShowCurrentIssues();">Current Issue</a>

        </span>

        <div id="issues">
        </div>
        <span class="clmSearch">
            <input name="" id="txtSearch" type="text" placeholder="SEARCH" />
            <input name="" type="button" onclick="searchArticle();" class="clmsearchbtn" />
        </span>
    </div>
    <div id="wrapper">
        <div id="divMainContent" class="content">
            

<style>
    .articleTag {
        font-size: 36px;
        font-weight: normal;
    }
</style>

<script type="text/javascript">
    $(document).ready(function () {

        if('1'=='1'){
            if(''!='0' && 'False'=='False' && '1'== 1){
                fnShowNonUserArticleAccessMessage();
            }
        }
        fnUpdateArticleViewCount();

        var firstLineTop = 0;
        var overFlowItemNumber = 0;

        if ($('.sharelist .tags:first').length > 0) {
            firstLineTop = $('.sharelist .tags:first').offset().top;
            overFlowItemNumber = $('.sharelist .tags').filter(function () { return $(this).offset().top > firstLineTop; }).length;
        }

        if (overFlowItemNumber > 0) {
            $('.sharelist .tags').filter(function () {
                return $(this).offset().top > firstLineTop;
            }).hide();

            $('#lnkLess').hide();
            $('#lnkMore').show();
            $('.sharelist .tags:visible:last').hide();
        }
        else {
            $('#lnkLess').hide();
            $('#lnkMore').hide();
        }

    });

    function fnShowMore() {
        $('#lnkLess').show();
        $('#lnkMore').hide();
        $('.sharelist .tags').show();
    }

    function fnShowLess() {
        var firstLineTop = $('.sharelist .tags:first').offset().top;

        $('#lnkLess').hide();
        $('#lnkMore').show();

        $('.sharelist .tags').filter(function () {
            return $(this).offset().top > firstLineTop;
        }).hide();

        $('.sharelist .tags:visible:last').hide();
    }

    function fnEmailToFriend(articleId) {

        var articleUrl = window.location.href;

        var tempUrl = '/Article/EmailToFriend?articleID=articleId&amp;articleURL=articleUrl';
        var Url = tempUrl.replace("articleId", articleId).replace("articleUrl", articleUrl);
        Url = Url.replace("&amp;", "&").replace("&amp;", "&").replace("&amp;", "&");
        $.fancybox({
            href: Url,
            'padding': 30,
            'height': 400,
            'width': 700,
            'autoSize': false,
            'autoScale': true,
            'closeBtn': true,
            'showCloseButton': true,
            'transitionIn': 'fade',
            'transitionOut': 'fade',
            'type': 'iframe',
            'padding': 10,
            hideOnOverlayClick: false,
            helpers: {
                overlay: {
                    closeClick: false
                }
            }
        });
    }

    function fnUpdateArticleViewCount() {
        $.ajax({
            url: '/Article/UpdateViewCount',
            datatype : 'json',
            data: { articleID: 912315809 },
            success: function (data) {
            }
        });
    }

    function fnShowNonUserArticleAccessMessage(){
        $.ajax({
            url: '/Article/ShowArticle',
            cache: false,
            async: false,
            success: function (response) {
                if (response != null && response != undefined && response.viewCount != null && response.viewCount != undefined) {
                    if (response.isUserLoggedIn == false && (response.viewCount == 0 || response.viewCount == 2)) {
                        fnShowArticlePopup('912315809');
                    }
                }
            }
        });
    }

    function fnShowArticlePopup() {
        debugger;
        $.fancybox({
            'padding': 5,
            'height': 300,
            'width': 700,
            type: 'iframe',
            href: '/Article/GuestUserArticleAccessPopup?articleID=912315809',
            autoSize: false,
            closeBtn: true,
            transitionIn: 'fade',
            transitionOut: 'fade',
            centerOnScroll: true,
            overlayOpacity: 0.2,
            overlayColor: '#666',
            helpers: {
                overlay: {
                    closeClick: false
                }
            }
        });
    }
</script>


<div class="mainsection articledetails">
        <p class="articleTag">
            <label class="mngtag">Risk Management</label>
        </p>
    <h2 class="headArticle">Property, business interruption expected to top hurricane claims</h2>
    <span class="articletools">

            <a href="#" class="armsg" style="display: none;"></a>
            <a href="javascript:void(0);" onclick="fnEmailToFriend(912315809)" class="aremail"></a>
            <a href="/article/20170912/NEWS06/912315809?template=printart" class="arprint" target="_blank"></a>
            <a href="/section/reprints" class="arreprint">Reprints</a>
    </span>
    <p class="authorname">
                <span class="autorbox">

                        <label> Matthew Lerner</label>

                </span>
    </p>
    <label class="mngDate">9/12/2017 12:39:00 PM</label>

    <div class="sharelist">
        <div class="share">
            <label>Share</label>
            <ul class="sharesocial">
                <li class="fb"><a target="_blank" href="http://www.facebook.com/sharer/sharer.php?u=http://www.businessinsurance.com/article/20170912/NEWS06/912315809/Property-business-interruption-dominate-hurricane-Irma-Harvey-insurance-claims">Facebook</a><label></label></li>
                <li class="linkdn"><a target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.businessinsurance.com/article/20170912/NEWS06/912315809/Property-business-interruption-dominate-hurricane-Irma-Harvey-insurance-claims">LinkedIn</a><label></label></li>
                <li class="gplus"><a target="_blank" href="https://plus.google.com/share?url=http://www.businessinsurance.com/article/20170912/NEWS06/912315809/Property-business-interruption-dominate-hurricane-Irma-Harvey-insurance-claims">Google +</a><label></label></li>
                <li class="twitter"><a target="_blank" href="http://twitter.com/home?status=http://www.businessinsurance.com/article/20170912/NEWS06/912315809/Property-business-interruption-dominate-hurricane-Irma-Harvey-insurance-claims+&#64;BusInsMagazine">Twitter</a><label></label></li>
            </ul>
        </div>
                <span class="tags"><a href="/Section/Topics/64" + "/" +Catastrophes>Catastrophes</a></span>
                <span class="tags"><a href="/Section/Topics/407" + "/" +Claims Management>Claims Management</a></span>
                <span class="tags"><a href="/Section/Topics/503" + "/" +Disaster Management>Disaster Management</a></span>
                <span class="tags"><a href="/Section/Topics/76" + "/" +P/C Insurers>P/C Insurers</a></span>
                <span class="tags"><a href="/Section/Topics/417" + "/" +Property>Property</a></span>
                <span class="tags"><a href="/Section/Topics/504" + "/" +Reinsurance>Reinsurance</a></span>
            <a id="lnkMore" class="more" href="javascript:void(0);" onclick="fnShowMore();">More +</a>
            <a id="lnkLess" class="less" href="javascript:void(0);" onclick="fnShowLess();">Less -</a>
    </div>

    <div class="cmnleft">
        <div class="articledetailbox">
                <div class="fullwidthphoto">
                    <img src="https://d2aijf0p2rhda8.cloudfront.net/588d8845-34b2-48b3-bba5-49f9bd748c40.jpg" alt="" />


                </div>
            <p class="pricingbox">
            </p>
            <p><p>Property and business interruption losses will likely dominate the insurance claims from recent hurricanes Harvey and Irma, although the process is just beginning and much has yet to be discovered, observers say.</p>

<p>Meanwhile, experts continue to produce early tallies of the storms’ costs.</p>

<p>“The commercial insurance industry is bracing for a significant volume of complex property claims stemming from Irma-related losses,” Gary Marchitello, New York-based head of property broking for Willis Towers Watson P.L.C., said in an email briefing late Monday.</p>

<p>“Based upon our initial observations, claims may fall under either Named Windstorm or Flood coverages, or possibly both,” Mr. Marchitello said. “That determination, however, will be based specifically on the facts related to each insured and the specific policy wording governing those facts.”</p>

<p>Millions in Florida and Texas are without power, and some are still underwater, according to media and government reports. Estimates abound as to how long it will take to restore service, with some reaching into weeks, which will likely lead to substantial business interruption claims that could take some time to settle.</p>

<p>“We also expect this event to result in significant business interruption losses stemming from extensive power outages,” Mr. Marchitello said in his email. “These Business Interruption claims could take months to calculate. Even if a specific property is not damaged, the insured’s property may face other obstacles to its operations,” such as civil authority lack of ingress/egress.</p>

<p>“Storm surge and extensive power outages are a significant concern and will impact recovery efforts as well as the ability for businesses to restore operations,” Mr. Marchitello said.</p>

<p>Despite the widespread and extensive damage, Irma’s late change in direction <a href="http://www.businessinsurance.com/article/20170912/NEWS06/912315794/Insured-loss-estimates-moderate-as-Irma-tracks-west">may have spared Florida the worst</a>.</p>

<p>“Given the path of the storm, and considering some major commercial centers in Miami did not suffer a direct hit, insured loss estimates are coming in far lower than originally forecast,” Mr. Marchitello said.</p>

<p><strong>Costs and claims</strong></p>

<p>A study from Ball State University in Muncie, Indiana, says the overall economic damage from Harvey could approach $200 billion.</p>

<p>“We believe damages to residential and commercial structures and contents and public infrastructure will be in the range of $198 billion from Hurricane Harvey,” said the university’s Center for Business and Economic Research of the Miller College of Business.</p>

<p>Using a model developed under contract with the Army Corps of Engineers and used to estimate the damages related to Hurricane Katrina, researchers at Ball State said: “Adapting these models to the Houston area, we are able to provide estimates of flood damages which are more comprehensive than insurance estimates since they include both insured and uninsured damages to both public and private infrastructure, equipment, contents and commerce.”</p>

<p>The researchers’ model estimates commercial structures damages at $26.67 billion; commercial equipment damages at $45.98 billion; residential structures damages at $77.23 billion; residential contents damages at $36.81 billion; commercial revenues damages at $5.85 billion; electric utility damages at $348.5 million; highway damages at $3.85 billion; and sewer system damages at $1.90 billion — for a total of $198.63 billion</p>

<p>Observers say the industry is positioned to handle claims and that any effect on pricing has yet to be seen.</p>

<p>In its credit outlook issued Monday, Moody’s Investors Service Inc. noted that both the Florida State Board of Administration Finance Corp. (Florida Hurricane Catastrophe Fund – FHCF) and Citizens Property Insurance Corp. have “substantial finance resources to help the State of Florida and its municipalities rebuild from Hurricane Irma’s damage.”</p>

<p>Florida Hurricane, established by the Florida Legislature in 1993 in response to Hurricane Andrew, provides reimbursement coverage to 159 insurers across the state, including Citizens, according to Moody’s.</p>

<p>“After 11 years with limited claims-paying events, the FHCF estimates that it has $17.5 billion of total available resources for the 2016-17 contract year,” Moody’s said.</p>

<p>Citizens is the third-largest property insurer in the state and also has “substantial resources to withstand damage claims from Hurricane Irma,” Moody’s said. Citizens projects that its current claims-paying ability exceeds $13.3 billion but estimates a probable maximum loss of $10.8 billion in a 1-in-250-year event.</p>

<p>“The commercial insurance industry continues to be well-capitalized and despite the anticipated aggregated insured losses from both Harvey and Irma, so far we have not seen any significant, general market adjustments to pricing,” Mr. Marchitello said in his email. “However, events are still folding and insurance carriers are currently evaluating their pricing positions.” </p>

<p> </p>
</p>
        </div>
    </div>

    <div class="cmnright relatedstories">

        

        <div id="rectangle-1">
            <script>
                googletag.cmd.push(function () { googletag.display('rectangle-1'); });
            </script>
        </div>

        <div id="big-box-1">
            <script>
                googletag.cmd.push(function () { googletag.display('big-box-1'); });
            </script>
        </div>

        
            <h3><span>Related Stories</span></h3>
            <ul>
                    <li><a href='http://www.businessinsurance.com/article/00010101/NEWS06/912315754/Insurers-ache-for-qualified-claims-adjusters-after-US-hurricanes'>Insurers ache for qualified claims adjusters after US hurricanes</a></li>
                    <li><a href='http://www.businessinsurance.com/article/00010101/NEWS06/912315758/Could-Harvey-and-Irma-harden-the-insurance-market?'>Could Harvey and Irma harden the insurance market?</a></li>
                    <li><a href='http://www.businessinsurance.com/article/00010101/NEWS06/912315760/Irma-to-put-reinsurance-alternatives-to-the-test'>Irma to put reinsurance alternatives to the test</a></li>
                    <li><a href='http://www.businessinsurance.com/article/00010101/NEWS06/912315763/Irma-insured-losses-could-reach-$40-billion'>Irma insured losses could reach $40 billion</a></li>
                    <li><a href='http://www.businessinsurance.com/article/00010101/NEWS06/912315787/Travelers-releases-Harvey-loss-estimate'>Travelers releases Harvey loss estimate</a></li>
                    <li><a href='http://www.businessinsurance.com/article/00010101/NEWS06/912315805/Harvey,-Irma-highlight-role-of-Bermuda-reinsurance-market'>Harvey, Irma highlight role of Bermuda reinsurance market</a></li>
            </ul>

        <div id='rectangle-2' style="margin-top: 20px;">
            <script>
                googletag.cmd.push(function () { googletag.display('rectangle-2'); });
            </script>
        </div>
    </div>
</div>
        </div>
        <div class="footer">
            <div class="footertoplinks"><a href="/" class="footerlogo"></a><span class="social"><a href="http://www.facebook.com/BusInsMagazine" class="icon icon-facebook"></a><a href="http://twitter.com/#!/BusInsMagazine" class="icon icon-twitter"></a><a href="https://www.linkedin.com/company/656162" class="icon icon-linkedin"></a></span></div>
            <div class="footerclmlinks">
                <div class="column">
                    <section>
                        <h3 class="ftclick">About</h3>
                        <ul class="ftlinks">
                            <li><a href="/article/99999999/PAGES/141219880">About Us</a></li>
                            <li><a href="/article/99999999/PAGES/150129927">Customer Service</a></li>
                            <li><a href="/article/99999999/PAGES/150129927">Contact Us</a></li>
                            <li><a href="/article/99999999/PAGES/150109861">Privacy Policy</a></li>
                            <li><a href="/article/99999999/PAGES/150109859">Terms of Use</a></li>
                        </ul>
                    </section>
                </div>
                <div class="column">
                    <section>
                        <h3 class="ftclick">Advertise</h3>
                        <ul class="ftlinks">
                            <li><a href="/article/99999999/PAGES/150129891">Advertise</a></li>
                            <li><a href="/section/events">Event Sponsorship</a></li>
                            <li><a href="/article/99999999/PAGES/150129891#IMediakit">Media Kit</a></li>
                            
                        </ul>
                    </section>
                </div>
                <div class="column">
                    <section>
                        <h3 class="ftclick">Readers Tools</h3>
                        <ul class="ftlinks">
                            <li><a href="/article/99999999/PAGES/150109853">Request Reprints</a></li>
                                <li><a href="/Membership">Register Online</a></li>
                        </ul>
                    </section>
                </div>
                <div class="column">
                    <section>
                        <h3 class="ftclick">Resources</h3>
                        <ul class="ftlinks">
                            <li><a href="/section/events">Awards</a></li>
                            
                            <li><a href="/section/comings-and-goings">Comings &amp; Goings</a></li>
                            <li><a href="/section/directories">Directories &amp; Rankings</a></li>
                            <li><a href="http://www.diversityinclusioninstitute.com/">Diversity &amp; Inclusion Institute</a></li>
                            <li><a href="/article/99999999/PAGES/150129891#IMediakit">Editorial Calendar</a></li>
                            <li><a href="/section/events">Events</a></li>
                            <li><a href="/section/international">Global Focus</a></li>
                            <li><a href="/section/perspectives">Perspectives</a></li>
                            <li><a href="/section/risk-perspectives">Risk Perspective</a></li>
                            
                            <li><a href="/section/events">Webinars</a></li>
                            <li><a href="/section/white-papers">White Papers</a></li>
                        </ul>
                    </section>
                </div>
                <div class="column ">
                    <section class="current-issue">
                        
                        <a href="http://www.businessinsurance.com/assets/pdf/BI_0218.pdf" target="_blank" class="omnitrack">
                            <img src="https://d2aijf0p2rhda8.cloudfront.net/ea95e4b0-d75f-4d57-ad80-5fc6d2979c79.jpg">
                        </a>
                    </section>
                        </div>
            </div>
                                    <div class="copyright">
                                        <span style="color:white">.</span>
                                        <a href="/article/99999999/PAGES/150109861">Privacy Policy</a> • <a href="/article/99999999/PAGES/150109859">Terms of Use</a>
                                        <p>COPYRIGHT © 2018 BUSINESS INSURANCE HOLDINGS</p>
                                    </div>
        </div>
    </div>


                                <div id='div-gpt-ad-1482664088024-0'>
                                    <script>
                                        googletag.cmd.push(function () { googletag.display('div-gpt-ad-1482664088024-0'); });
                                    </script>
                                </div>


                                                <script type="text/javascript">
                                                    piAId = '337441';
                                                    piCId = '1081';

                                                    (function() {
                                                        function async_load(){
                                                            var s = document.createElement('script'); s.type = 'text/javascript';
                                                            s.src = ('https:' == document.location.protocol ? 'https://pi' : 'http://cdn') + '.pardot.com/pd.js';
                                                            var c = document.getElementsByTagName('script')[0]; c.parentNode.insertBefore(s, c);
                                                        }
                                                        if(window.attachEvent) { window.attachEvent('onload', async_load); }
                                                        else { window.addEventListener('load', async_load, false); }
                                                    })();
                                                </script>
        <script type="text/javascript"> _linkedin_data_partner_id = "186298"; </script>
        <script type="text/javascript"> (function(){var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://dc.ads.linkedin.com/collect/?pid=186298&fmt=gif" /> </noscript>
                                            </body>
                                        </html>
