Annual Report & Proxy Statement
Travelers Overview
Perform & Transform
Events & Presentations
' /* beautify preserve:end */ ), beforeRenderItems: function(e, data) { $.each(data.items, function(i, item) { $.each(item.docs, function(i, doc) { // Make sure any local links open in the same window var url = doc.docUrl.toLowerCase().split('.'); if (url[url.length - 1] != 'aspx') { doc.blank = true; } }); }); } }); $('.module-accordion .module-accordion_item--downloads .module-accordion_container').downloads({ downloadType: 'Accordion Links', limit: 1, append: false, template: ( '' ), beforeRender: function(e, data) { $.each(data.items, function(i, item) { // Make sure any local links open in the same window var url = item.url.toLowerCase().split('.'); if (url[url.length - 1].indexOf('aspx') == -1) { item.blank = true; } }); } }); $('.module-accordion .module-accordion_item--events .module-accordion_container').events({ dateFormat: { date: 'MMMM D, YYYY', time: 'hh:mm A' }, useMoment: true, limit: 1, template: ( '' ) }); q4Defaults.toggle( $('.module-accordion .module_container--content'), // Containing Element '.module-accordion_item', // Item Selector '.module-accordion_title', // Toggle Selector '.module-accordion_container', // Panel Selector false, // Accordion functionality? false, // Show all / Hide all button? false); // Open first item?

Corporate Profile

The Travelers Companies, Inc. (NYSE: TRV) is a leading provider of property casualty insurance for auto, home and business. The company’s diverse business lines offer its global customers a wide range of coverage sold primarily through independent agents and brokers. A component of the Dow Jones Industrial Average, Travelers has more than 30,000 employees and operations in the United States and selected international markets. The company generated revenues of more than $46 billion in 2024.

' + '{{/docs}}' + '
' + '
' + '{{/items}}' /* beautify preserve:end */ ), beforeRender: function(e, data) { $.each(data.items, function(idx, item) { $.each(item.docs, function(idx, doc) { // Make sure any local links open in the same window var url = doc.docUrl.toLowerCase().split('.'); if ( url[url.length-1] != 'aspx' ) { doc.blank = true; } }); }); } }); $('.module-news-list2 .module_container--content').news({ showAllYears: true, limit: 3, append: false, dateFormat: 'MM dd', template: ( '{{#items}}' + '
' + '
' + '{{{date}}}' + '
' + '
' + '{{title}} ' + '
' + '
' + '{{/items}}' ), beforeRender: function(e, data) { $.each(data.items, function(idx, item) { var url = item.url.toLowerCase().split('.'); if ( url[url.length-1] == 'pdf' ) { item.blank = true; } }); } });