See all financial reports ', message loading: ' Slide the barn... ', content sources: { "Financial": { type: 'finance', shortTypes: { 'First Quarter': 'Q1', 'Second Quarter': 'Q2', 'Third Quarter': 'Q3', 'Fourth quarter' : 'Q4' }, reportTypes: ['First quarter', 'Second quarter', 'Third quarter', 'Fourth quarter'], label: 'financial' }, // 'Other: news': { // type: 'news', // tags: ['financials'], // label: 'other' // }, // 'Other: webcast': { // type: 'events', // tags: [' financials' ], // label: 'other' // }, // 'other: presentation': { // type: 'presentations', // labels: ['finances'], // label: 'other' / / } , // 'SEC: quarterly filing': { // type: 'sec', // symbol: SECCONFIG.cik, // excludeNoDocuments: true, // includeHtmlDocument: true, // filetypes: ['10 -K', '10-K/A', '10-Q'], // exchange: 'CIK', // label: 'sec' // }, // "News": { // type: ' news', // loadShortBody: false, // tags: ['Income', 'Financials'], // Tag: 'News' // }, }, Template: ( /* e mbeautify preserve: start */ '{{#elements }} '+' '+' '+' {{shorttype}} '+' {{Too}} '+' ' + '{{#docs}}' + ' '+'' + ''+ '{{docTitle}}' + '{{#blank}}(opens in new window){{/blank}}'+ ''+' ' + '{{/docs}}' + ' ' + '{{/items}}' /* verschönern keep:end */ ), beforeRender: function (e, data) { console.log('dados financeiros sendo chamados', data); dados.cuartosComItems = []; var quarterArray = [], quarterlyRange = { /*'Q1': [1, 2, 3], 'Q2': [4, 5, 6], 'Q3': [7, 8, 9], 'Q4' : [10, 11, 12]*/ 'Q1': [4, 5, 6], 'Q2': [7, 8, 9], 'Q3': [10, 11, 12], 'Q4': [1, 2, 3] }; secQuarterlyRange = { 'T1': { MonthStart: 1, MonthEnd: 4 }, 'T2': { MonthStart: 5, MonthEnd: 7 }, 'T3': { MonthStart: 8, MonthEnd: 10 } }; Función addSortGetIndex (Wert, Array) {Array.push (Wert); array.sort().reverse(); volver array.indexOf (Wert); } function makeTargetBlank(doc) { if (doc.docUrl) { var url = doc.docUrl.toLowerCase().split('.'); if (url[url.length - 1] != 'aspx') { doc.blank = true; } } } función findDocIndex(índice, elemento) { return data.cuartosConItems[índice].docs.findIndex(función (doc) { return doc.docCategory == item.docCategory; }); } function setupItems(item) { if (item.contentSourceID == 'Finanças') { quarterArray.push(item.fiscalYear + ' ' + item.shortType); datos.cuartosConArtículos.push(artículo); } Else if (item.contentSourceID.startsWith('SEC') && WIDGETSETUP.useSec) { setupSec(item); setupSecDocs(elemento); addSecItem(Artigo); } else if (item.contentSourceID.startsWith('Other') && WIDGETSETUP.useOther) { $.each(item.tags, function (i, tag) { if (tag.startsWith('fin-')) { setupOther( Elemento, Etiqueta); } }); } Else if (item.contentSourceID == 'Noticias') { setupNews(item); } } function setupSec(item) { if (item.description === 'Relatório Anual') { item.fiscalYear = SECCONFIG.secAnnualSameYear ? artikel.jahr : artikel.jahr - 1; item.shortType = 'Q4'; item.docCategory = 'tenk'; } Else { var FilingMonth = novo Datum (item.date).getMonth (); item.anofiscal = item.ano; artículo.docCategoría = 'tenq'; if (Anmeldemonat >= secQuarterlyRange.Q1.monthStart && Anmeldemonat <= secQuarterlyRange.Q1.monthEnd) { item.shortType = 'Q1'; } Else if (Anmeldemonat >= secQuarterlyRange.Q2.monthStart && Anmeldemonat <= secQuarterlyRange.Q2.monthEnd) { item.shortType = 'Q2'; } Else if (Anmeldemonat >= secQuarterlyRange.Q3.monthStart && Anmeldemonat <= secQuarterlyRange.Q3.monthEnd) { item.shortType = 'Q3'; } } } function setupSecDocs(item) { $.each(SECCONFIG.secFilingTypes[item.type].preferredDocs, function (x, prefDoc) { var found = false; $.each(item.docs, function (j, secDoc) { if (prefDoc === secDoc.docType) { secDoc.docType == "CONVPDF" ? secDoc.docType = "PDF" : secDoc.docType = secDoc.docType; item.docType = secDoc.docType; item.docUrl = secDoc .docUrl; gefunden = wahr; } }); si (encontrado) devuelve falso; }); } function addSecItem(item) { var quarterIndexSec = $.inArray((item.fiscalYear + ' ' + item.shortType), quarterArray); if (trimestreIndexSec > -1) { var secDocIndex = findDocIndex(trimestreIndexSec, elemento); if (secDocIndex > -1) { if (!WIDGETSETUP.onlyFillBlanksSec) datos.cuartosConItems[trimestreIndexSec].docs.splice(secDocIndex, 1, elemento); } Else { datos.cuartosConItems[trimestreIndexSec].docs.push(elemento); } } else { var secQuarter = item.fiscalYear + ' ' + item.shortType, secIndex = addSortGetIndex(secQuarter, quarterArray), newSecItem = { shortType: item.shortType, steuerlichesJahr: item.fiscalYear, docs: [item] }; datos.cuartosConItems.empalme (secIndex, 0, newSecItem); } } function setupOther(item, detalles) { if (item.tags.indexOf('transcript') > -1) { item.docCategory = 'transcript'; } Else { item.docCategory = item.contentSourceID.replace('Outro: ', ''); } if (item.docCategory == 'webcast' && item.docs) { $.each(item.docs, function (ind, doc) { doc.title = doc.title.toLowerCase(); if (doc.title. include('transcript')) { if (item.webcast) { doc.contentSourceID = 'Sonstiges: Transcript'; doc.tags = item.tags; var otherTranscript = { id: 'Sonstiges: Transcript', Label: 'Sonstiges' , items: [] }; otherTranscript.items.push(doc); data.sourcesWithItems.push(otherTranscript); } else { item.docCategory = 'transcript'; item.url = doc.url; item.size = doc. Größe; } } }); } if (elemento.webcast) { item.docUrl = elemento.webcast; } else if (!item.docUrl && item.url) { item.docUrl = item.url; } var detallesArr = detalles.split('-'), itemYear = detallesArr[1], shortType = detallesArr[2].toUpperCase(), quarterIndex = $.inArray((itemYear + ' ' + shortType), quarterArray); if (indicetrimestre > -1) { var docIndex = findDocIndex(indicetrimestre, elemento); if (índicedoc > -1) { if (!WIDGETSETUP.onlyFillBlanksOther) datos.cuartosConItems[índicecuarto].docs.splice(índicedoc, 1, elemento); } Else { data. QuartersWithItems [QuarterIndex]. docs. Push (elemento); } } else { var otherQuarter = itemYear + ' ' + shortType, otherIndex = addSortGetIndex(otherQuarter, quarterArray), newOtherItem = { shortType: shortType, steuerliches Jahr: parseInt(itemYear), ano: parseInt(itemYear), docs: [item] } ; datos.cuartosConItems.empalme (otroÍndice, 0, nuevoOtroItem); } } function setupNews(item) { if (item.tags.indexOf('financials') > -1 && WIDGETSETUP.useFinNewsTags) { // New School "financials" formatiertes Tag verwendet setupNewsFinancialsTag(item); } Else if (item.tags.indexOf('ganancias') > -1) { // Etiqueta de "ganancias" de la vieja escuela verwendet setupNewsEarningsTag(item); } } Función setupNewsEarningsTag(item){ item.month = new Date(item.dateObj).getMonth() + 1; // primeiro mês de janeiro, janeiro 0 zurück, fevereiro gibt 2 zurück if (trimestralRange['Q1'].indexOf(item.month) > -1) { item.shortType = 'Q1'; item.anofiscal = item.ano; // item.year + 1, wenn das Nachrichtenquartal im Vorjahr liegt, oder item.year - 1, wenn das Nachrichtenquartal im Vorjahr liegt } else if ( QuarterlyRange['Q2'].indexOf(item.month) > -1) { artículo .shortType = 'Q2'; item.anofiscal = item.ano; // item.year + 1, wenn das Nachrichtenquartal im Vorjahr liegt, oder item.year - 1, wenn das Nachrichtenquartal im Vorjahr liegt } else if ( QuarterlyRange['Q3'].indexOf(item.month) > -1) { artículo .shortType = 'Q3'; item.anofiscal = item.ano; // item.year + 1, wenn das Nachrichtenquartal im nächsten Jahr liegt, oder item.year - 1, wenn das Nachrichtenquartal im Vorjahr liegt } else if ( QuarterlyRange['Q4'].indexOf(item.month) > -1) { artículo .shortType = 'Q4'; item.anofiscal = item.ano - 1; // item.year + 1, wenn das Nachrichtenquartal im nächsten Jahr liegt o item.year - 1, wenn das Nachrichtenquartal im Vorjahr liegt } if ($.inArray((item.fiscalYear + ' ' + item.shortType), quarterArray) > -1) { datos.cuartosConArtículos[$.inArray((artículo.añofiscal + ' ' + artículo.tipocorto), trimestreArray)].noticias = artículo; } } function setupNewsFinancialsTag(item){ $.each(item.tags, function (i, tag) { if (tag.startsWith('fin-')) { var tagArr = tag.split('-'), itemYear = tagArr[1], shortType = tagArr[2].toUpperCase(); if ($.inArray((itemYear + ' ' + shortType), quarterArray) > -1) { data. QuartersWithItems[$.inArray((itemYear + ' ' + shortType), quarterArray)].noticias = elemento; } } }); } function setTitleAndPlacement(cuarto) { $.each(cuarto.docs, function (i, doc) { if (DOCSETUP[doc.docCategory]) { doc.docTitle = DOCSETUP[doc.docCategory].title; doc.placement = DOCSETUP [doc.docCategory].placement; } else { doc.docTitle = doc.docTitle || doc.title; doc.placement = 9; } }); quarter.docs.sort(function (a, b) { return a.placement - b.placement; }); } for (var i = 0; i < data.sourcesWithItems.length; i++) { $.each(data.sourcesWithItems[i].items, function (i, item) { setupItems(item); }); } datos.cuartosConItems.longitud = WIDGETSETUP.totalCuartos; $.cada(datos.cuartosConItems, función (i, trimestre) { if (cuarto){ setTitleAndPlacement(cuarto); $.cada(cuarto.docs, función (i, doc) { makeTargetBlank(doc); }); } } ); }, completa: función (e) { q4Defaults.tabs($(e.target), '.tabs_nav', '.tabs_link', '.module-financial-mashup_item', '.module-financial-mashup_select', false) ; }});})();More recentFinancial results
global payments inc. (NYSE: GPN) is a leading payments technology company, providing innovative software and services to our customers around the world. Our technologies, services, and the expertise of our team members allow us to offer a wide range of solutions that enable our clients to run their businesses more efficiently through a variety of channels around the world. Headquartered in Georgia with approximately 25,000 team members worldwide, Global Payments is a Fortune 500® company and member of the S&P 500 with global reach in more than 170 countries in North America, Europe, Asia Pacific, and Latin America. . For more information visitwww.pagosglobales.come siga a Global Payments en Twitter (@globalpayinc),LinkedInmiFacebook. show all messages '+' '+'{{title}} {{#blank}}(opens in a new window){{/blank}}'+' '+' '+' '+'' + 'Leer más' + '{{#blank}}(opens in new window){{/blank}}'+ ''+' '+'companyglobal vision
More recentNews
'+ '{{/items}}' /* verschönern keep:end */ ), 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; } }); }, full: function(e) { $(e.target).slick({ slidesToShow: 3, slidesToScroll: 3, autoplay: false, arrows: false, responsive: [{ breakpoint: 768, settings: { slidesToShow : 1, slidesToScroll: 1, Reproducción automática: verdadero } }] }); }});