Valero Energy Corp. - Home (2024)

Latest News

All News

' + '

' + '{{title}} {{#blank}}(opens in new window){{/blank}}' + '

' + '

'+ '

'+ '

' + '

' + '{{/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; } }); }});

'+ '

'+ '

Featured Presentation

'+ '

{{{date}}}

'+ '

{{{title}}}

'+ '

'+ ''+ 'Download PDF(opens in new window)'+ ''+ '

'+ 'All Presentations'+ '

' /* beautify preserve:end */)});

Financial Summary

ESG Publications

', categories: [{ title: 'Earnings Release', category: ['news'], reportType: ['First Quarter', 'Second Quarter', 'Third Quarter', 'Fourth Quarter'], text: '{{shortType}}' }, { title: 'Summary Annual Report', category: ['file', 'online','annual'], reportType: ['Annual Report'], text: '{{fileType}}', cssClass: 'module_q4-icon-links module-financial-table_item--annual module-financial-table_item--icon' }, { title: 'Proxy Statement', category: ['proxy'], reportType: ['Annual Report'], text: '{{fileType}}', cssClass: 'module_q4-icon-links module-financial-table_item--annual module-financial-table_item--icon' } // ,{ // title: 'Proxy Supplement', // category: ['supplement'], // reportType: ['Annual Report'], // text: '{{fileType}}', // cssClass: 'module_q4-icon-links module-financial-table_item--annual module-financial-table_item--icon' // } ], template: ( /* beautify preserve:start */ /*'

' + '

' + '

' + '{{#years}}' + '

{{year}}

' + '{{/years}}' + '

' + '

' + '

' + '{{#categories}}' + '

' + '

{{{catTitle}}}

' + '

' + '{{#catYears}}'+ '

' + '{{#docs}}' + '' + '{{#url}}' + '{{{text}}} {{#blank}}(opens in new window){{/blank}}' + '{{/url}}' + '{{^url}}' + '{{shortType}}' + '{{/url}}' + '' + '{{/docs}}' + '

' + '{{/catYears}}'+ '

' + '

' + '{{/categories}}' + '

' /* beautify preserve:end */ /*), reportSubType: ['First Quarter', 'Second Quarter', 'Third Quarter', 'Fourth Quarter', 'Annual Report'], beforeRender: function(e, data) { var schema = { "Press Release": ['Q1', 'Q2', 'Q3', 'Q4'], "Presentation": ['Q1', 'Q2', 'Q3', 'Q4'], "Webcast": ['Q1', 'Q2', 'Q3', 'Q4'], "Transcript": ['Q1', 'Q2', 'Q3', 'Q4'], "Annual Report": ['Annual-Report'], "Proxy Statement": ['Proxy'], // "Proxy Supplement": ['supplement'] } $.each(data.categories, function(index, category) { var type = category.catTitle; $.each(category.catYears, function(idx, year) { var quarter = []; $.each(year.docs, function(i, doc) { quarter.push(doc.shortType) // Make sure any local links open in the same window var url = doc.url.toLowerCase().split('.'); if (url[url.length - 1] != 'aspx') { doc.blank = true; } // Show HTML when there's no fileType. In case in template instead of {{text}} it's {{shortType}} adjust accordingly. doc.text = (doc.fileType == null && doc.shortType == 'AR') ? 'HTML' : doc.text; }); if (schema[type] !== undefined) { $.each(schema[type], function(i, compare) { if ($.inArray(compare, quarter) == -1) { year.docs.push({ shortType: compare, catClass: 'module-financial-table_item module-financial-table_item--empty' }); } }); year.docs.sort(function(a, b) { if (a.shortType < b.shortType) return -1; if (a.shortType > b.shortType) return 1; return 0; }); } }); }); }, complete: function(e) { $(e.target).find('.module-financial-table_body-year-container').slick({ infinite: false, slidesToShow: 4, slidesToScroll: 1, autoplay: false, swipe: false, draggable: false, arrows: false, responsive: [{ breakpoint: 1024, settings: { slidesToShow: 3 } }, { breakpoint: 768, settings: { slidesToShow: 2 } }, { breakpoint: 480, settings: { slidesToShow: 1 } } ] }); $('.module-financial-table_header-year-container').slick({ infinite: false, slidesToShow: 4, slidesToScroll: 1, autoplay: false, swipe: false, draggable: false, asNavFor: '.module-financial-table_body-year-container', prevArrow: '', nextArrow: '', responsive: [{ breakpoint: 1024, settings: { slidesToShow: 3 } }, { breakpoint: 768, settings: { slidesToShow: 2 } }, { breakpoint: 480, settings: { slidesToShow: 1 } } ] }); /* Slick Accessibility Fix */ /*$('.slick-slider').each(function() { if (!$(this).find('.slick-dots').length) { $('.slick-slide').each(function() { var $slide = $(this).parent(); if ($(this).attr('aria-describedby') != undefined) { $(this).removeAttr('aria-describedby'); } }); } }); }});*/ $(".module-financial-table .module_container--content").financialTable({ usePublic: GetViewType() != "0", apiKey: Q4ApiKey, loadingMessage: '

Loading items...

', categories: [{ title: 'Earnings Release', category: ['news'], reportType: ['First Quarter', 'Second Quarter', 'Third Quarter', 'Fourth Quarter'], text: '{{shortType}}' },{ title: '10-Q / 10-K', category: ['tenq', 'tenk'], reportType: ['First Quarter', 'Second Quarter', 'Third Quarter', 'Fourth Quarter'], text: '{{shortType}}', //cssClass: 'module_q4-icon-links module-financial-table_item--annual module-financial-table_item--icon' },/* { title: 'Summary Annual Report', category: ['file', 'online','annual'], reportType: ['Annual Report'], text: '{{fileType}}', cssClass: 'module_q4-icon-links module-financial-table_item--annual module-financial-table_item--icon' }*/ { title: 'Proxy Statement', category: ['proxy'], reportType: ['Annual Report'], text: '{{fileType}}', cssClass: 'module_q4-icon-links module-financial-table_item--annual module-financial-table_item--icon' } // { // title: 'Proxy Supplement', // category: ['supplement'], // reportType: ['Annual Report'], // text: '{{fileType}}', // cssClass: 'module_q4-icon-links module-financial-table_item--annual module-financial-table_item--icon' // } ], template: ( /* beautify preserve:start */ '

' + '

' + '

' + '{{#years}}' + '

{{year}}

' + '{{/years}}' + '

' + '

' + '

' + '{{#categories}}' + '

' + '

{{{catTitle}}}

' + '

' + '{{#catYears}}'+ '

' + '{{#docs}}' + '' + '{{#url}}' + '{{{text}}} {{#blank}} {{{catTitle}}} {{{year}}} document, (opens in new window){{/blank}}' + '{{/url}}' + '{{^url}}' + '{{shortType}}' + '{{/url}}' + '' + '{{/docs}}' + '

' + '{{/catYears}}'+ '

' + '

' + '{{/categories}}' + '

' /* beautify preserve:end */ ), reportSubType: ['First Quarter', 'Second Quarter', 'Third Quarter', 'Fourth Quarter', 'Annual Report'], beforeRender: function(e, data) { var schema = { "Press Release": ['Q1', 'Q2', 'Q3', 'Q4'], "Presentation": ['Q1', 'Q2', 'Q3', 'Q4'], "Webcast": ['Q1', 'Q2', 'Q3', 'Q4'], "Transcript": ['Q1', 'Q2', 'Q3', 'Q4'], // "10-Q/10-K": ['Q1', 'Q2', 'Q3', 'Q4'], "Annual Report": ['Annual-Report'], "Proxy Statement": ['Proxy'], "Proxy Supplement": ['supplement'] } $.each(data.categories, function(index, category) { var type = category.catTitle; $.each(category.catYears, function(idx, year) { var quarter = []; $.each(year.docs, function(i, doc) { quarter.push(doc.shortType) // Make sure any local links open in the same window var url = doc.url.toLowerCase().split('.'); if (url[url.length - 1] != 'aspx') { doc.blank = true; } // Show HTML when there's no fileType. In case in template instead of {{text}} it's {{shortType}} adjust accordingly. doc.text = (doc.fileType == null && doc.shortType == 'AR') ? 'HTML' : doc.text; }); if (schema[type] !== undefined) { $.each(schema[type], function(i, compare) { if ($.inArray(compare, quarter) == -1) { year.docs.push({ shortType: compare, catClass: 'module-financial-table_item module-financial-table_item--empty' }); } }); year.docs.sort(function(a, b) { if (a.shortType < b.shortType) return -1; if (a.shortType > b.shortType) return 1; return 0; }); } }); }); }, complete: function(e) { $(e.target).find('.module-financial-table_body-year-container').slick({ infinite: false, slidesToShow: 4, slidesToScroll: 1, autoplay: false, swipe: false, draggable: false, arrows: false, responsive: [{ breakpoint: 1024, settings: { slidesToShow: 3 } }, { breakpoint: 768, settings: { slidesToShow: 2 } }, { breakpoint: 480, settings: { slidesToShow: 1 } } ] }); $('.module-financial-table_header-year-container').slick({ infinite: false, slidesToShow: 4, slidesToScroll: 1, autoplay: false, swipe: false, draggable: false, asNavFor: '.module-financial-table_body-year-container', prevArrow: '', nextArrow: '', responsive: [{ breakpoint: 1024, settings: { slidesToShow: 3 } }, { breakpoint: 768, settings: { slidesToShow: 2 } }, { breakpoint: 480, settings: { slidesToShow: 1 } } ] }); /* Slick Accessibility Fix */ $('.slick-track').removeAttr('aria-selected').attr('role', 'list'); $('.slick-arrow').removeAttr('aria-disabled'); $('.slick-slide').attr('role', 'listitem'); // $('.module-financial-table_item').attr('role', 'listitem'); $('.slick-slider').each(function() { if (!$(this).find('.slick-dots').length) { $('.slick-slide').each(function() { var $slide = $(this).parent(); if ($(this).attr('aria-describedby') != undefined) { $(this).removeAttr('aria-describedby'); } }); } }); $('.slick-arrow').click(function() { $('.slick-arrow').removeAttr('aria-disabled'); }); }});

Valero Energy Corp. - Home (2024)
Top Articles
Latest Posts
Article information

Author: Merrill Bechtelar CPA

Last Updated:

Views: 6305

Rating: 5 / 5 (50 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Merrill Bechtelar CPA

Birthday: 1996-05-19

Address: Apt. 114 873 White Lodge, Libbyfurt, CA 93006

Phone: +5983010455207

Job: Legacy Representative

Hobby: Blacksmithing, Urban exploration, Sudoku, Slacklining, Creative writing, Community, Letterboxing

Introduction: My name is Merrill Bechtelar CPA, I am a clean, agreeable, glorious, magnificent, witty, enchanting, comfortable person who loves writing and wants to share my knowledge and understanding with you.