CINXE.COM
CPI Latest News
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="X-UA-Compatible" content="ie=edge" /> <!-- HTML Meta Markup --> <title>CPI Latest News</title> <meta itemprop="image" content="https://www.pymnts.com/wp-content/uploads/2023/07/CPI_2023_about_us_1500x500.jpg" /> <!-- Link --> <meta name="theme-color" content="#712cf9"> <meta name="msapplication-TileImage" content="https://www.pymnts.com/wp-content/uploads/2023/07/cpi_favicon_270.jpg" /> <link rel="shortcut icon" href="https://www.pymnts.com/wp-content/uploads/2023/07/cpi_favicon_32.jpg" sizes="32x32" /> <link rel="shortcut icon" href="https://www.pymnts.com/wp-content/uploads/2023/07/cpi_favicon_192.jpg" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://www.pymnts.com/wp-content/uploads/2023/07/cpi_favicon_180.jpg" /> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="https://www.pymnts.com/feed/" /> <link rel="alternate" type="text/xml" title="RSS .92" href="https://www.pymnts.com/feed/rss/" /> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="https://www.pymnts.com/feed/atom/" /> <link rel="pingback" href="https://www.pymnts.com/xmlrpc.php" /> <link rel="dns-prefetch" href="https://www.google.com"> <link rel="dns-prefetch" href="https://stats.g.doubleclick.net"> <link rel="dns-prefetch" href="https://googleads.g.doubleclick.net"> <link rel="dns-prefetch" href="https://fonts.gstatic.com"> <link rel="dns-prefetch" href="https://www.google-analytics.com"> <link rel="dns-prefetch" href="https://www.pymnts.com"> <link rel="preload" href="/wp-content/themes/flex-mag-sixspoke/2020/bootstrap-icons.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <!-- <script type="text/javascript" src="/wp-content/themes/flex-mag-sixspoke/2020/jquery-3.6.0.slim.min.js?v=1.0"> </script>--> <link rel="preload" as="script" href="https://ak.sail-horizon.com/spm/spm.v1.min.js?ver=5.5.10" /> <script src='https://ak.sail-horizon.com/spm/spm.v1.min.js?ver=5.5.10' type='text/javascript' async></script> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"> </script> <link rel="stylesheet" href="/wp-content/themes/flex-mag-sixspoke/2020/bootstrap-icons.css"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet"> <!-- Font --> <link href="https://fonts.googleapis.com/css?family=Playfair+Display:700,900&display=swap" rel="stylesheet"> <!-- css --> <link rel="stylesheet" href="https://www.pymnts.com/wp-content/themes/flex-mag-sixspoke/cpi-mini-site/cpi.css?v=37"> <!-- Google analytics --> <script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-3WHRCQ5780"></script> <script> let deviceIsBlockingAnalytics = null; let googleTracker = typeof ga !== 'undefined' && ga.getAll ? ga.getAll()[0] : null; console.log('googleTracker initial', googleTracker); if (!googleTracker) { let count = 0; let intervalId = setInterval(() => { ++count; googleTracker = typeof ga !== 'undefined' && ga.getAll ? ga.getAll()[0] : null; console.log('googleTracker', count, googleTracker); if (googleTracker || count > 5) { clearInterval(intervalId); console.log('tracker', googleTracker); return; } }, 500); } else { console.error('Google Tag Manager is blocked'); deviceIsBlockingAnalytics = true; } let lastUrlViewed = null; function parseCookieHeader() { const header = document.cookie; // Split the header into individual name-value pairs var pairs = header.split(';'); // Create an object to store the cookies var cookies = {}; // Loop through the name-value pairs and store them in the object for (var i = 0; i < pairs.length; i++) { var nameValue = pairs[i].split('='); cookies[nameValue[0].trim()] = nameValue[1]; } // Return the object return cookies; } // function registerPageView(url, tracker) { // console.log('registerPageView', url, tracker); // console.log('deviceIsBlockingAnalytics', deviceIsBlockingAnalytics); // tracker.set('page', url); // tracker.send('pageview', { // 'title': document.title, // 'url': url // }); // gtag("event", "pymnts_device_visit", { // path: url // }); // console.log('title', document.title); // if (!deviceIsBlockingAnalytics) doNotProxyReport(url); // } // let firstTrigger = true; // function triggerPageView (url, scrollingUp = false) { // console.log('triggerPageView', url); // if (!googleTracker) { // let count = 0; // let intervalId = setInterval(() => { // ++count; // if (googleTracker || count > 5) { // clearInterval(intervalId); // console.log('tracker', googleTracker); // registerPageView(url, googleTracker); // return; // } // }, 500); // } else { // console.log('tracker', googleTracker); // registerPageView(url, googleTracker); // } // } const cookies = parseCookieHeader(); let pymntsDeviceId; let storedId = localStorage.getItem('pymntsDeviceId'); if (cookies['pymnts-browser-id']) { pymntsDeviceId = cookies['pymnts-browser-id']; localStorage.setItem('pymntsDeviceId', pymntsDeviceId); } else { if (storedId) pymntsDeviceId = storedId; else pymntsDeviceId = 'unknown'; } console.log('pymntsDeviceId', pymntsDeviceId); if (!storedId || storedId === 'undefined') { localStorage.setItem('pymntsDeviceId', pymntsDeviceId); } /* * Setup GA4 */ window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); const { hostname } = window.location; let gtagCategory = hostname === 'gamma.pymnts.com' ? 'UA-11167465-10' : 'UA-11167465-1'; gtag('config', gtagCategory); console.log('gtag ua category', gtagCategory); gtagCategory = hostname === 'gamma.pymnts.com' ? 'G-NY60TDWHJ9' : 'G-3WHRCQ5780'; gtag('config', gtagCategory); console.log('gtag g4 category', gtagCategory); //gtag('set', {'user_id': pymntsDeviceId}); // Set the user ID using signed-in user_id. setTimeout(() => { gtag("event", "pymnts_device_visit", { path: window.location.pathname, }); }, 1000); let gaIsBlocked = null; let rtIsBlocked = false; let visitedPages = []; let connectionCount = 0; let maxConnectionAttempts = 3; const landingPage = window.location.pathname; const doNotProxyReport = pathname => { console.log('Do not report', pathname); let request = { url: `https://rt.pymnts.com:6300/dnr`, method: 'post', data: { pathname } } axios(request) .then(response => console.log(response.data)) .catch(error => console.error(error)); } async function checkIfGoogleAnalyticsIsBlocked() { let request = { url: 'https://www.google-analytics.com/collect', method: "post", params: { v: 1, tid: 'G-3WHRCQ5780', cid: pymntsDeviceId, t: 'web-view' } } console.log('request', request); let isBlocking; let response; try { response = await axios(request); deviceIsBlockingAnalytics = false; isBlocking = 'false'; console.log("Google Analytics is Allowed!!!!!!!!"); doNotProxyReport(landingPage) } catch (err) { // We are blocked!!! deviceIsBlockingAnalytics = true; isBlocking = 'true'; console.error('Google Analytics is Blocked!!!!!!!'); } } checkIfGoogleAnalyticsIsBlocked(); const recordLinkVisit = () => { const cookies = parseCookieHeader(); console.log('visit cookies', cookies); if (typeof cookies['cpi-org-info'] === 'undefined') return; const orgInfo = decodeURIComponent(cookies['cpi-org-info']).split(' --- '); //console.log(orgInfo); if (orgInfo.length < 2) return; const orderId = orgInfo[1]; const url = `https://www.competitionpolicyinternational.com/tracking/record-visit.php?order=${orderId}`; const request = { url, method: 'get' } axios(request) .then(response => console.log('axios success')) .catch(error => console.error('axios error', error)); } recordLinkVisit(); </script> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- This site is optimized with the Yoast SEO Premium plugin v22.7 (Yoast SEO v23.4) - https://yoast.com/wordpress/plugins/seo/ --> <title>CPI Latest News | PYMNTS.com</title> <meta name="description" content="CPI Latest News" /> <link rel="canonical" href="https://www.pymnts.com/cpi/latest-news-for-cpi/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="CPI Latest News" /> <meta property="og:description" content="CPI Latest News" /> <meta property="og:url" content="https://www.pymnts.com/cpi/latest-news-for-cpi/" /> <meta property="og:site_name" content="PYMNTS.com" /> <meta property="article:publisher" content="https://www.facebook.com/pymnts/" /> <meta property="article:modified_time" content="2023-07-13T13:12:24+00:00" /> <meta property="og:image" content="https://www.pymnts.com/wp-content/uploads/2022/10/PYMNTS_2022_open_graph_1280x720.jpg" /> <meta property="og:image:width" content="1280" /> <meta property="og:image:height" content="720" /> <meta property="og:image:type" content="image/jpeg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@pymnts" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.pymnts.com/cpi/latest-news-for-cpi/","url":"https://www.pymnts.com/cpi/latest-news-for-cpi/","name":"CPI Latest News | PYMNTS.com","isPartOf":{"@id":"https://www.pymnts.com/#website"},"datePublished":"2023-05-22T18:10:40+00:00","dateModified":"2023-07-13T13:12:24+00:00","description":"CPI Latest News","breadcrumb":{"@id":"https://www.pymnts.com/cpi/latest-news-for-cpi/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.pymnts.com/cpi/latest-news-for-cpi/"]}]},{"@type":"BreadcrumbList","@id":"https://www.pymnts.com/cpi/latest-news-for-cpi/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.pymnts.com/"},{"@type":"ListItem","position":2,"name":"CPI Homepage","item":"https://www.pymnts.com/cpi/"},{"@type":"ListItem","position":3,"name":"CPI Latest News"}]},{"@type":"WebSite","@id":"https://www.pymnts.com/#website","url":"https://www.pymnts.com/","name":"PYMNTS.com","description":"What's next in payments and commerce","publisher":{"@id":"https://www.pymnts.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.pymnts.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://www.pymnts.com/#organization","name":"PYMNTS.com","url":"https://www.pymnts.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.pymnts.com/#/schema/logo/image/","url":"https://www.pymnts.com/wp-content/uploads/2023/05/PYMNTS_2023_logo_black-1.png","contentUrl":"https://www.pymnts.com/wp-content/uploads/2023/05/PYMNTS_2023_logo_black-1.png","width":3329,"height":687,"caption":"PYMNTS.com"},"image":{"@id":"https://www.pymnts.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/pymnts/","https://x.com/pymnts"]}]}</script> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//js.hs-scripts.com' /> <link rel='dns-prefetch' href='//stats.wp.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="PYMNTS.com » Feed" href="https://www.pymnts.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="PYMNTS.com » Comments Feed" href="https://www.pymnts.com/comments/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.pymnts.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.2"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <!-- pymnts.com is managing ads with Advanced Ads --><script id="pymnt-ready"> window.advanced_ads_ready=function(e,a){a=a||"complete";var d=function(e){return"interactive"===a?"loading"!==e:"complete"===e};d(document.readyState)?e():document.addEventListener("readystatechange",(function(a){d(a.target.readyState)&&e()}),{once:"interactive"===a})},window.advanced_ads_ready_queue=window.advanced_ads_ready_queue||[]; </script> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='all-css-4' href='https://www.pymnts.com/_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpobWxpZmhgbGwAAROEu5A==' type='text/css' media='all' /> <style id='jetpack-sharing-buttons-style-inline-css'> .jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em} </style> <link rel='stylesheet' id='all-css-6' href='https://www.pymnts.com/wp-content/plugins/contact-form-7/includes/css/styles.css?m=1739354845g' type='text/css' media='all' /> <link rel='stylesheet' id='studio-fonts-css' href='//fonts.googleapis.com/css?family=Oswald%3ALato%3A400%2C700%7CWork+Sans%3A900%7CMontserrat%3A400%2C700%7COpen+Sans%3A800%7CPlayfair+Display%3A400%2C700%2C900%7CQuicksand%7CRaleway%3A200%2C400%2C700%7CRoboto+Slab%3A400%2C700%26subset%3Dlatin%2Clatin-ext&ver=1.0.0' media='all' /> <script type="text/javascript" id="advanced-ads-advanced-js-js-extra"> /* <![CDATA[ */ var advads_options = {"blog_id":"1","privacy":{"enabled":false,"state":"not_needed"}}; /* ]]> */ </script> <script type="text/javascript" src="https://www.pymnts.com/_static/??-eJyVjt0KwjAMhV/Irsjm34X4LLGNXbY2q02r8+2touCFCEIgcHK+c6KvUREbXyyKHuqcC6bbazWBuBlkoX+ZVCCXIOOn2UyckbOOvjhi0WAvwAatAis6lqMno0EE8zPuff2WkHsMtfTkcVYBnBKaJU4jPjg7Bahv9WjGfzAB8rlPRbGvuuMSK30I++Wm3bWrbtuthzschWcp" ></script><link rel="https://api.w.org/" href="https://www.pymnts.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.pymnts.com/wp-json/wp/v2/pages/1547050" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.pymnts.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7.2" /> <link rel='shortlink' href='https://www.pymnts.com/?p=1547050' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.pymnts.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.pymnts.com%2Fcpi%2Flatest-news-for-cpi%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.pymnts.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.pymnts.com%2Fcpi%2Flatest-news-for-cpi%2F&format=xml" /> <link rel="alternate" type="application/feed+json" title="PYMNTS.com » JSON Feed" href="https://www.pymnts.com/feed/json/" /> <!-- DO NOT COPY THIS SNIPPET! Start of Page Analytics Tracking for HubSpot WordPress plugin v11.1.40--> <script class="hsq-set-content-id" data-content-id="standard-page"> var _hsq = _hsq || []; _hsq.push(["setContentType", "standard-page"]); </script> <!-- DO NOT COPY THIS SNIPPET! End of Page Analytics Tracking for HubSpot WordPress plugin --> <style>img#wpstats{display:none}</style> <script type="text/javascript"> var advadsCfpQueue = []; var advadsCfpAd = function( adID ){ if ( 'undefined' == typeof advadsProCfp ) { advadsCfpQueue.push( adID ) } else { advadsProCfp.addElement( adID ) } }; </script> <script> var userObject; </script> <!-- Begin comScore Tag --> <script> var _comscore = _comscore || []; _comscore.push({ c1: "2", c2: "39641934", options: { enableFirstPartyCookie: "true" } }); (function() { var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true; s.src = "https://sb.scorecardresearch.com/cs/39641934/beacon.js"; el.parentNode.insertBefore(s, el); })(); </script> <noscript> <img src="https://sb.scorecardresearch.com/p?c1=2&c2=39641934&cv=3.9.1&cj=1"> </noscript> <!-- End comScore Tag --> <style type="text/css"> .post-cont-out, .post-cont-in { margin-right: 0; } .nav-links { display: none; } .nav-left-wrap { width: 60px; } .nav-logo-out { margin-left: -60px; } .nav-logo-in { margin-left: 60px; } .nav-logo-show { padding-right: 20px; width: 200px; height: 50px; } .nav-logo-show img { width: auto; padding-top: 5px; } .nav-left-width { width: 280px !important; } .nav-logo-out-fade { margin-left: -280px; } .nav-logo-in-fade { margin-left: 280px; } .share-count, .feat-info-views { display: none; }</style> <style type="text/css" id="custom-background-css"> body.custom-background { background-color: #f9f9f9; } </style> <link rel="icon" href="https://www.pymnts.com/wp-content/uploads/2022/11/cropped-PYMNTS-Icon-512x512-1.png?w=32" sizes="32x32" /> <link rel="icon" href="https://www.pymnts.com/wp-content/uploads/2022/11/cropped-PYMNTS-Icon-512x512-1.png?w=192" sizes="192x192" /> <link rel="apple-touch-icon" href="https://www.pymnts.com/wp-content/uploads/2022/11/cropped-PYMNTS-Icon-512x512-1.png?w=180" /> <meta name="msapplication-TileImage" content="https://www.pymnts.com/wp-content/uploads/2022/11/cropped-PYMNTS-Icon-512x512-1.png?w=270" /> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s);j.async=true;j.src="https://load.gtm.pymnts.com/4gb8jtcwxmzux.js?"+i;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','dzrxseq=aWQ9R1RNLVdWRldDRDk1JmFzPXk%3D&page=1');</script> <!-- End Google Tag Manager --> <!-- Standard Google Analytics tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-LT5LN10NVZ"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-LT5LN10NVZ'); </script> <!-- End standard Google Analytics tag --> </head> <body class="d-flex flex-column" style="min-height:100vh;"> <div class="container-scroller" id="headerContainerScroller"> <div class="container"> <header class="blog-header lh-1 py-3"> <!-- <div class="d-flex flex-wrap flex-row border-bottom border-light"> <div id="cpi-verify" class="my-auto"> <ul class="nav col-12 col-md-auto"> <li><a class="px-2 link-dark" href="#" style="font-size:.9rem;"> Account</a> </li> </ul> </div> <div id="cpi-cart" class="text-end my-auto"> <i class="bi bi-cart-fill fs-5 text-secondary"></i> </div> </div> --> <div class="row flex-nowrap justify-content-between align-items-center g-1"> <div class="col col-md-3 col-lg-4 order-2 order-md-3 order-lg-1 align-self-center"> <ul class="nav col-12 col-md-auto flex-column flex-md-row justify-content-end justify-content-lg-start" id="utilityNav"> <!-- <li class="ps-2 ps-lg-0 d-none order-2 d-lg-block my-auto"><a class="nav-link py-1 link-secondary text-end text-md-start" style="font-size:.9rem;" href="http://www.pymnts.com/cpi/account-management">Verify Email</a> </li> --> <!-- IF THE USER IS LOGGED IN --> <li class="ps-2 ps-lg-0 order-1 my-auto d-none d-md-block"> <p class="p-0 text-end text-md-start mb-0"><a href="https://www.pymnts.com/cpi/account-management/" class="fw-bold text-uppercase" style="font-size:.8rem;"></a></p> </li> <!-- END USER IS LOGGED IN --> <!-- <li class="ps-2 ps-lg-0"><a class="p-0 py-md-1 link-secondary text-end text-md-start d-block d-lg-none" href="http://www.pymnts.com/cpi/account-management"><i class="bi bi-person-circle fs-3"></i></a> </li> --> </ul> <!-- <a class="link-secondary" href="https://www.competitionpolicyinternational.com/subscribe/">Subscribe</a> <span class="text-secondary">|</span> <a class="link-secondary" href="https://www.competitionpolicyinternational.com/cpi-subscriptions/">Join</a> --> </div> <div class="col-7 col-md-4 col-lg-4 px-2 ps-md-0 pe-md-3 order-1 order-lg-2 align-self-center"> <div class="text-center"> <a class="blog-header-logo text-dark" href="https://www.pymnts.com/cpi"> <img src="https://www.pymnts.com/wp-content/uploads/2023/03/CPI_Logo_Black-1.svg" width="100%" height="50px" class="img-fluid"> </a> <div class="d-block mt-1 mt-md-0"> <small><i>A PYMNTS Company</i></small> </div> </div> </div> <div class="col-md-4 col-lg-3 d-none d-md-block text-end text-lg-start order-md-2 order-lg-3"> <!-- <form class="col-12 col-lg-auto my-auto d-none d-md-block text-end me-3" role="search"> <input type="search" class="form-control" placeholder="Search" aria-label="Search"> </form> --> <form role="search" method="get" id="" action="https://www.pymnts.com/" class="col-12 col-lg-auto my-auto d-none d-md-block text-end me-3"> <input type="hidden" name="post_type" value="cpi_posts" /> <div class="input-group my-auto"> <input class="form-control" type="text" value="" name="s" id="s" placeholder="Search" /> <div class="input-group-append"> <button type="submit" class="input-group-text" style="border-top-left-radius: 0;border-bottom-left-radius: 0;height: 100%;" /> <i class="bi bi-search"></i> </button> </div> </div> </form> </div> <div class="col-2 col-md col-lg-auto my-auto text-end order-4"> <a class="link-white me-3 position-relative" href="https://www.competitionpolicyinternational.com/cart/" role="button"> <i class="bi bi-cart fs-4"></i> <!--<span class="position-absolute top-0 start-100 translate-middle badge rounded-pill bg-success"> 1 <span class="visually-hidden">unread messages</span> </span>--> </a> </div> </div> </header> <div class="nav-scroller py-1"> <nav class="nav d-flex justify-content-start justify-content-md-evenly"> <a class="p-2 link-primary fw-bold" href="https://www.pymnts.com/cpi/subscriptions">Pricing</a><a class="p-2 link-secondary" href="https://www.pymnts.com/cpi/latest-news-for-cpi/">News</a><a class="p-2 link-secondary" href="https://www.pymnts.com/cpi/cpi-column/">Columns</a><a class="p-2 link-secondary" href="https://www.pymnts.com/cpi_category/antitrust-chronicle-2024/">Antitrust Chronicles</a><a class="p-2 link-secondary" href="https://www.pymnts.com/cpi_category/techreg-chronicle-2024/">TechREG Chronicles</a><a class="p-2 link-secondary" href="https://www.pymnts.com/cpi/cpi-blog/">Blog o' Blogs</a><a class="p-2 link-secondary" href="https://www.competitionpolicyinternational.com/category/cpi-events/">Events</a><a class="p-2 link-secondary" href="https://www.competitionpolicyinternational.com/category/cpi-tv">CPI TV</a><a class="p-2 link-secondary" href="https://www.competitionpolicyinternational.com/category/cpi-books/">Books</a> <a class="my-auto px-2 link-secondary d-inline d-md-none" href="#"><i class="bi bi-search text-dark fw-bold"></i></a> <!-- <a class="p-2 link-secondary" href="/audio/">Audio</a> --> <!-- <a class="p-2 link-secondary" href="https://www.competitionpolicyinternational.com/category/cpi-journal/">CPI Journal</a> --> <!-- <a class="p-2 link-secondary" href="https://www.competitionpolicyinternational.com/category/library-recently-published/">Library</a> --> </nav> </div> </div> </div> <script src="https://code.jquery.com/jquery-3.7.0.min.js" integrity="sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g=" crossorigin="anonymous"></script> <script> var ajaxurl = 'https://www.pymnts.com/wp-admin/admin-ajax.php'; jQuery(function($) { var page = 2; var loading = false; var endOfPosts = false; var container = $('.more-top-stories'); var loader = $('.loader'); function loadMorePosts() { $.ajax({ url: ajaxurl, type: 'post', data: { action: 'infinite_scroll_cpi_news', page: page, }, beforeSend: function() { if (!loading) { loading = true; loader.addClass('show'); } }, success: function(response) { if (response.trim()) { container.append(response); page++; } else { endOfPosts = true; } }, complete: function() { loading = false; loader.removeClass('show'); } }); } $(window).scroll(function() { if (!loading && !endOfPosts && ($(window).scrollTop() + $(window).height() > container.offset() .top + container.outerHeight(true) - 300)) { loadMorePosts(); } }); }); </script> <style> .loader { display: none; } .loader.show { display: block; } </style> <div class="main position-relative"> <div class="container my-5"> <div class="row my-4"> <div class="col-12"> <!-- Start page title and drop down header above articles --> <div class="d-flex justify-content-between flex-row flex-wrap"> <div> <h2 class="mb-0">Latest News</h2> <small>TechREG & Antitrust</small> </div> <div> <nav class="navbar navbar-expand"> <div class="container-fluid"> <div class="collapse navbar-collapse" id="navbarNavDarkDropdown"> <ul class="navbar-nav"> <!-- Need seperate pages for these items for SEO purposes --> <!-- <li class="nav-item dropdown subnav"> <a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false"> Topic </a> <ul class="dropdown-menu dropdown-menu-end"> <li><a class="dropdown-item" href="#">Antitrust</a></li> <li><a class="dropdown-item" href="#">TechREG</a></li> </ul> </li> --> </ul> </div> </div> </nav> </div> </div> <!-- End page title and drop down header above articles --> </div> </div> <div class="row mb-4 mb-md-5"> <div class="col-12 col-lg-5 mb-4 mb-lg-0"> <a href="https://www.pymnts.com/cpi-posts/australian-regulator-backs-virgin-australia-qatar-airways-alliance/"><img src="https://www.pymnts.com/wp-content/uploads/2020/08/shutterstock_509140660-e1595846864761.jpg?w=457" class="w-100 h-100 object-fit-cover border" alt=""></a> </div> <div class="col-12 col-lg-7"> <h2 class="mt-3 mt-md-0"> <a href="https://www.pymnts.com/cpi-posts/australian-regulator-backs-virgin-australia-qatar-airways-alliance/" rel="bookmark" title="Australian Regulator Backs Virgin Australia-Qatar Airways Alliance">Australian Regulator Backs Virgin Australia-Qatar Airways Alliance</a> </h2> <div class="my-2"><small> <span class="post-info-text text-uppercase">By</span> <span class="author-name vcard text-uppercase fw-bold" itemprop="author"> <a href="https://www.pymnts.com/author/nhoch/" title="Posts by CPI" rel="author">CPI</a> </span> <span class="d-none d-md-inline"> | </span> <span class="text-uppercase d-block d-md-inline">Feb 18, 2025</span> </small> </div> <p>The Australian Competition and Consumer Commission (ACCC) has given its backing to a proposed alliance between Virgin Australia and Qatar Airways, stating that the partnership would enhance service offerings and provide greater benefits to air travelers, according to Reuters. The ACCC’s draft determination follows its interim approval in November, which…</p> <p><a href="https://www.pymnts.com/cpi-posts/australian-regulator-backs-virgin-australia-qatar-airways-alliance/" class="btn btn-dark btn-sm">Read More</a></p> </div> </div> <div class="row mb-4 mb-md-5 gx-2 gx-md-3 gx-lg-4"> <div class="col-12 col-md-4"> <div class="row mb-3"> <div class="col-12"> <a href="https://www.pymnts.com/cpi-posts/eu-scales-back-ai-regulations-to-compete-with-us-in-global-tech-race/"><img alt="" title="" class="w-100 object-fit-cover border" src="https://www.pymnts.com/wp-content/uploads/2024/09/artificial-intelligence-AI_f6519a.jpg?w=457" style="height:240px;"> </a> </div> </div> <div class="row"> <div class="col-12"> <a class="link-dark h5 fw-bold" href="https://www.pymnts.com/cpi-posts/eu-scales-back-ai-regulations-to-compete-with-us-in-global-tech-race/" rel="bookmark" title="EU Scales Back AI Regulations to Compete with US in Global Tech Race">EU Scales Back AI Regulations to Compete with US in Global Tech Race</a> <div class="mt-2 mb-4 my-md-2"><small> <span class="post-info-text text-uppercase">By</span> <span class="author-name vcard text-uppercase fw-bold" itemprop="author"> <a href="https://www.pymnts.com/author/nhoch/" title="Posts by CPI" rel="author">CPI</a> </span> <span class="d-none d-md-inline"> | </span> <span class="text-uppercase d-block d-md-inline">Feb 18, 2025</span> </small> </div> </div> </div> </div> <div class="col-12 col-md-4"> <div class="row mb-3"> <div class="col-12"> <a href="https://www.pymnts.com/cpi-posts/democratic-lawmakers-raise-concerns-over-musks-task-force-and-taxpayer-data-security/"> <img alt="" title="Democratic Lawmakers Raise Concerns Over Musk’s Task Force and Taxpayer Data Security" class="w-100 object-fit-cover border" src="https://www.pymnts.com/wp-content/uploads/2025/02/Elon-Musk-DOGE-AI.jpg?w=457" style="height:240px;"> </a> </div> </div> <div class="row"> <div class="col-12"> <a class="link-dark h5 fw-bold" href="https://www.pymnts.com/cpi-posts/democratic-lawmakers-raise-concerns-over-musks-task-force-and-taxpayer-data-security/" rel="bookmark" title="Democratic Lawmakers Raise Concerns Over Musk’s Task Force and Taxpayer Data Security">Democratic Lawmakers Raise Concerns Over Musk’s Task Force and Taxpayer Data Security</a> <div class="mt-2 mb-4 my-md-2"><small> <span class="post-info-text text-uppercase">By</span> <span class="author-name vcard text-uppercase fw-bold" itemprop="author"> <a href="https://www.pymnts.com/author/nhoch/" title="Posts by CPI" rel="author">CPI</a> </span> <span class="d-none d-md-inline"> | </span> <span class="text-uppercase d-block d-md-inline">Feb 18, 2025</span> </small> </div> </div> </div> </div> <div class="col-12 col-md-4"> <div class="row mb-3"> <div class="col-12"> <a href="https://www.pymnts.com/cpi-posts/uks-cma-provisionally-approves-poultry-feed-merger/"> <img alt="" title="UK’s CMA Provisionally Approves Poultry Feed Merger" class="w-100 object-fit-cover border" src="https://www.pymnts.com/wp-content/uploads/2024/08/Competition-and-Markets-Authority-CMA.jpg?w=457" style="height:240px;"> </a> </div> </div> <div class="row"> <div class="col-12"> <a class="link-dark h5 fw-bold" href="https://www.pymnts.com/cpi-posts/uks-cma-provisionally-approves-poultry-feed-merger/" rel="bookmark" title="UK’s CMA Provisionally Approves Poultry Feed Merger">UK’s CMA Provisionally Approves Poultry Feed Merger</a> <div class="mt-2 mb-4 my-md-2"><small> <span class="post-info-text text-uppercase">By</span> <span class="author-name vcard text-uppercase fw-bold" itemprop="author"> <a href="https://www.pymnts.com/author/nhoch/" title="Posts by CPI" rel="author">CPI</a> </span> <span class="d-none d-md-inline"> | </span> <span class="text-uppercase d-block d-md-inline">Feb 18, 2025</span> </small> </div> </div> </div> </div> </div> <div class="row mb-4 mb-md-5"> <div class="col-12 col-lg-8 "> <div class="more-top-stories"> <h4 class="mb-4">More Top Stories</h4> <div class="row mb-4 mb-md-5"> <div class="col-12 col-md-5 mb-3 mb-md-0"> <a href="https://www.pymnts.com/cpi-posts/eu-competition-chief-slams-trumps-disruptive-trade-policies/"> <img src="https://www.pymnts.com/wp-content/uploads/2025/01/Trump-AI-regulations-Stargate-data-centers.jpg?w=457" class="w-100 object-fit-cover" style="height:249px;"> </a> </div> <div class="col-12 col-md-7"> <a class="link-dark h5 fw-bold" href="https://www.pymnts.com/cpi-posts/eu-competition-chief-slams-trumps-disruptive-trade-policies/" rel="bookmark" title="EU Competition Chief Slams Trump’s Disruptive Trade Policies">EU Competition Chief Slams Trump’s Disruptive Trade Policies</a> <div class="my-2"><small> <span class="post-info-text text-uppercase">By</span> <span class="author-name vcard text-uppercase fw-bold" itemprop="author"> <a href="https://www.pymnts.com/author/nhoch/" title="Posts by CPI" rel="author">CPI</a> </span> <span class="d-none d-md-inline"> | </span> <span class="text-uppercase d-block d-md-inline">Feb 18, 2025</span> </small> </div> <p>Brussels is striving to provide stability and predictability amid the unpredictable policy shifts coming from Washington, according to the European Union’s competition chief. In an interview with Reuters, Teresa Ribera stated that U.S. President Donald Trump has disrupted the “trustful relationship” between the United States and Europe, pushing the EU to…</p> </div> </div> <div class="row mb-4 mb-md-5"> <div class="col-12 col-md-5 mb-3 mb-md-0"> <a href="https://www.pymnts.com/cpi-posts/honda-open-to-reviving-merger-talks-with-nissan-but-only-under-new-leadership/"> <img src="https://www.pymnts.com/wp-content/uploads/2025/01/American-Honda-Finance-Corporation-CFPB-credit-reporting.jpg?w=457" class="w-100 object-fit-cover" style="height:249px;"> </a> </div> <div class="col-12 col-md-7"> <a class="link-dark h5 fw-bold" href="https://www.pymnts.com/cpi-posts/honda-open-to-reviving-merger-talks-with-nissan-but-only-under-new-leadership/" rel="bookmark" title="Honda Open to Reviving Merger Talks with Nissan — But Only Under New Leadership">Honda Open to Reviving Merger Talks with Nissan — But Only Under New Leadership</a> <div class="my-2"><small> <span class="post-info-text text-uppercase">By</span> <span class="author-name vcard text-uppercase fw-bold" itemprop="author"> <a href="https://www.pymnts.com/author/nhoch/" title="Posts by CPI" rel="author">CPI</a> </span> <span class="d-none d-md-inline"> | </span> <span class="text-uppercase d-block d-md-inline">Feb 18, 2025</span> </small> </div> <p>Honda is willing to restart discussions on a potential merger with Nissan, but only if Nissan’s CEO, Makoto Uchida, steps down, according to sources cited by The Financial Times. If revived, the deal could create the world’s fourth-largest automaker, reshaping the global car industry. Uchida had been a key proponent of the…</p> </div> </div> <div class="row mb-4 mb-md-5"> <div class="col-12 col-md-5 mb-3 mb-md-0"> <a href="https://www.pymnts.com/cpi-posts/amex-gbts-cwt-acquisition-advances-as-uk-regulator-finds-no-issues/"> <img src="https://www.pymnts.com/wp-content/uploads/2018/11/shutterstock_703601515-e1632313222183.jpg?w=457" class="w-100 object-fit-cover" style="height:249px;"> </a> </div> <div class="col-12 col-md-7"> <a class="link-dark h5 fw-bold" href="https://www.pymnts.com/cpi-posts/amex-gbts-cwt-acquisition-advances-as-uk-regulator-finds-no-issues/" rel="bookmark" title="Amex GBT’s CWT Acquisition Advances as UK Regulator Finds No Issues">Amex GBT’s CWT Acquisition Advances as UK Regulator Finds No Issues</a> <div class="my-2"><small> <span class="post-info-text text-uppercase">By</span> <span class="author-name vcard text-uppercase fw-bold" itemprop="author"> <a href="https://www.pymnts.com/author/nhoch/" title="Posts by CPI" rel="author">CPI</a> </span> <span class="d-none d-md-inline"> | </span> <span class="text-uppercase d-block d-md-inline">Feb 18, 2025</span> </small> </div> <p>American Express Global Business Travel (Amex GBT) has reached a milestone in its proposed acquisition of CWT, as the UK’s Competition and Markets Authority (CMA) has provisionally determined that the transaction does not pose competition concerns. According to a statement from Amex GBT, the CMA’s provisional conclusion marks a key step toward…</p> </div> </div> <div class="row mb-4 mb-md-5"> <div class="col-12 col-md-5 mb-3 mb-md-0"> <a href="https://www.pymnts.com/cpi-posts/ftc-appoints-jake-denton-as-chief-technology-officer/"> <img src="https://www.pymnts.com/wp-content/uploads/2025/01/FTC-private-equity.jpg?w=457" class="w-100 object-fit-cover" style="height:249px;"> </a> </div> <div class="col-12 col-md-7"> <a class="link-dark h5 fw-bold" href="https://www.pymnts.com/cpi-posts/ftc-appoints-jake-denton-as-chief-technology-officer/" rel="bookmark" title="FTC Appoints Jake Denton as Chief Technology Officer">FTC Appoints Jake Denton as Chief Technology Officer</a> <div class="my-2"><small> <span class="post-info-text text-uppercase">By</span> <span class="author-name vcard text-uppercase fw-bold" itemprop="author"> <a href="https://www.pymnts.com/author/nhoch/" title="Posts by CPI" rel="author">CPI</a> </span> <span class="d-none d-md-inline"> | </span> <span class="text-uppercase d-block d-md-inline">Feb 18, 2025</span> </small> </div> <p>The US Federal Trade Commission (FTC) has appointed Jake Denton as its new chief technology officer, replacing Stephanie Nguyen, who held the position since 2022. Denton, a former researcher at the Heritage Foundation, steps into the role at a critical juncture as the agency grapples with the evolving landscape of…</p> </div> </div> <div class="row mb-4 mb-md-5"> <div class="col-12 col-md-5 mb-3 mb-md-0"> <a href="https://www.pymnts.com/cpi-posts/japans-prime-minister-criticizes-us-block-on-nippon-steel-us-steel-deal/"> <img src="https://www.pymnts.com/wp-content/uploads/2023/03/ofbusiness-steel-procurement.jpg?w=457" class="w-100 object-fit-cover" style="height:249px;"> </a> </div> <div class="col-12 col-md-7"> <a class="link-dark h5 fw-bold" href="https://www.pymnts.com/cpi-posts/japans-prime-minister-criticizes-us-block-on-nippon-steel-us-steel-deal/" rel="bookmark" title="Japan’s Prime Minister Criticizes US Block on Nippon Steel-US Steel Deal">Japan’s Prime Minister Criticizes US Block on Nippon Steel-US Steel Deal</a> <div class="my-2"><small> <span class="post-info-text text-uppercase">By</span> <span class="author-name vcard text-uppercase fw-bold" itemprop="author"> <a href="https://www.pymnts.com/author/nhoch/" title="Posts by CPI" rel="author">CPI</a> </span> <span class="d-none d-md-inline"> | </span> <span class="text-uppercase d-block d-md-inline">Feb 17, 2025</span> </small> </div> <p>Japanese Prime Minister Shigeru Ishiba expressed strong disapproval on Monday regarding the U.S. government’s decision to block Nippon Steel’s (5401.T) acquisition of U.S. Steel (X.N). According to Reuters, Ishiba labeled the move as “unjust political interference” after a U.S. government review board and then-President Joe Biden’s administration halted the deal. Ishiba…</p> </div> </div> <div class="row mb-4 mb-md-5"> <div class="col-12 col-md-5 mb-3 mb-md-0"> <a href="https://www.pymnts.com/cpi-posts/uae-cabinet-announces-new-merger-control-filing-thresholds-effective-march-2025/"> <img src="https://www.pymnts.com/wp-content/uploads/2024/01/merger-and-acquisition-2.jpg?w=457" class="w-100 object-fit-cover" style="height:249px;"> </a> </div> <div class="col-12 col-md-7"> <a class="link-dark h5 fw-bold" href="https://www.pymnts.com/cpi-posts/uae-cabinet-announces-new-merger-control-filing-thresholds-effective-march-2025/" rel="bookmark" title="UAE Cabinet Announces New Merger Control Filing Thresholds Effective March 2025">UAE Cabinet Announces New Merger Control Filing Thresholds Effective March 2025</a> <div class="my-2"><small> <span class="post-info-text text-uppercase">By</span> <span class="author-name vcard text-uppercase fw-bold" itemprop="author"> <a href="https://www.pymnts.com/author/nhoch/" title="Posts by CPI" rel="author">CPI</a> </span> <span class="d-none d-md-inline"> | </span> <span class="text-uppercase d-block d-md-inline">Feb 17, 2025</span> </small> </div> <p>UAE Cabinet Announces New Merger Control Filing Thresholds Effective March 2025 The UAE Cabinet has issued Decision No. (3) of 2025, setting out new filing thresholds under the country’s revised merger control regime, which will take effect on 31 March 2025. This decision provides much-anticipated clarity on the new regulatory…</p> </div> </div> <div class="row mb-4 mb-md-5"> <div class="col-12 col-md-5 mb-3 mb-md-0"> <a href="https://www.pymnts.com/cpi-posts/uk-regulator-warns-topps-tiles-acquisition-could-hurt-competition/"> <img src="https://www.pymnts.com/wp-content/uploads/2024/08/Competition-and-Markets-Authority-CMA.jpg?w=457" class="w-100 object-fit-cover" style="height:249px;"> </a> </div> <div class="col-12 col-md-7"> <a class="link-dark h5 fw-bold" href="https://www.pymnts.com/cpi-posts/uk-regulator-warns-topps-tiles-acquisition-could-hurt-competition/" rel="bookmark" title="UK Regulator Warns Topps Tiles Acquisition Could Hurt Competition">UK Regulator Warns Topps Tiles Acquisition Could Hurt Competition</a> <div class="my-2"><small> <span class="post-info-text text-uppercase">By</span> <span class="author-name vcard text-uppercase fw-bold" itemprop="author"> <a href="https://www.pymnts.com/author/nhoch/" title="Posts by CPI" rel="author">CPI</a> </span> <span class="d-none d-md-inline"> | </span> <span class="text-uppercase d-block d-md-inline">Feb 17, 2025</span> </small> </div> <p>The UK’s Competition and Markets Authority (CMA) has raised concerns over Topps Tiles’ acquisition of 30 CTD Tiles stores, warning that the deal could lead to higher prices and reduced service quality for consumers. According to the Sky News, the CMA announced on Monday that the merger might result in…</p> </div> </div> <div class="row mb-4 mb-md-5"> <div class="col-12 col-md-5 mb-3 mb-md-0"> <a href="https://www.pymnts.com/cpi-posts/ftc-chair-andrew-ferguson-backs-trumps-authority-to-remove-commissioners/"> <img src="https://www.pymnts.com/wp-content/uploads/2025/01/FTC-price-surveillance-retail-prices.jpg?w=457" class="w-100 object-fit-cover" style="height:249px;"> </a> </div> <div class="col-12 col-md-7"> <a class="link-dark h5 fw-bold" href="https://www.pymnts.com/cpi-posts/ftc-chair-andrew-ferguson-backs-trumps-authority-to-remove-commissioners/" rel="bookmark" title="FTC Chair Andrew Ferguson Backs Trump’s Authority to Remove Commissioners">FTC Chair Andrew Ferguson Backs Trump’s Authority to Remove Commissioners</a> <div class="my-2"><small> <span class="post-info-text text-uppercase">By</span> <span class="author-name vcard text-uppercase fw-bold" itemprop="author"> <a href="https://www.pymnts.com/author/nhoch/" title="Posts by CPI" rel="author">CPI</a> </span> <span class="d-none d-md-inline"> | </span> <span class="text-uppercase d-block d-md-inline">Feb 17, 2025</span> </small> </div> <p>Federal Trade Commission (FTC) Chair Andrew Ferguson is advocating for a policy shift that would allow President Trump to dismiss commissioners at will, per Axios. This move challenges long-standing legal precedent and could significantly impact the autonomy of federal agencies. Implications of the Stance Ferguson, who assumed leadership of the FTC…</p> </div> </div> </div> <div class="loader">Loading...</div> </div> <div class="col-lg-4 d-none d-lg-inline"> <!-- Inster sidebar content here --> <h4 class="fst-italic fs-5 border-top border-bottom py-2">Featured News</h4> <p class="mt-3"> <a href="https://www.pymnts.com/cpi-posts/australian-regulator-backs-virgin-australia-qatar-airways-alliance/" class="mb-0 fw-bold">Australian Regulator Backs Virgin Australia-Qatar Airways Alliance</a><br> <small>Feb 18, 2025 by <a href="https://www.pymnts.com/author/nhoch/" title="Posts by CPI" rel="author">CPI</a> </small> </p> <p class="mt-3"> <a href="https://www.pymnts.com/cpi-posts/eu-scales-back-ai-regulations-to-compete-with-us-in-global-tech-race/" class="mb-0 fw-bold">EU Scales Back AI Regulations to Compete with US in Global Tech Race</a><br> <small>Feb 18, 2025 by <a href="https://www.pymnts.com/author/nhoch/" title="Posts by CPI" rel="author">CPI</a> </small> </p> <p class="mt-3"> <a href="https://www.pymnts.com/cpi-posts/democratic-lawmakers-raise-concerns-over-musks-task-force-and-taxpayer-data-security/" class="mb-0 fw-bold">Democratic Lawmakers Raise Concerns Over Musk’s Task Force and Taxpayer Data Security</a><br> <small>Feb 18, 2025 by <a href="https://www.pymnts.com/author/nhoch/" title="Posts by CPI" rel="author">CPI</a> </small> </p> <p class="mt-3"> <a href="https://www.pymnts.com/cpi-posts/uks-cma-provisionally-approves-poultry-feed-merger/" class="mb-0 fw-bold">UK’s CMA Provisionally Approves Poultry Feed Merger</a><br> <small>Feb 18, 2025 by <a href="https://www.pymnts.com/author/nhoch/" title="Posts by CPI" rel="author">CPI</a> </small> </p> <p class="mt-3"> <a href="https://www.pymnts.com/cpi-posts/eu-competition-chief-slams-trumps-disruptive-trade-policies/" class="mb-0 fw-bold">EU Competition Chief Slams Trump’s Disruptive Trade Policies</a><br> <small>Feb 18, 2025 by <a href="https://www.pymnts.com/author/nhoch/" title="Posts by CPI" rel="author">CPI</a> </small> </p> <h4 class="fst-italic mt-4 fs-5 border-top border-bottom py-2">Antitrust Mix</h4> <p class="mt-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-international-criminal-enforcement/" class="mb-0 fw-bold">Antitrust Chronicle® – International Criminal Enforcement</a><br> <small>Jan 23, 2025 by <a href="https://www.pymnts.com/author/jrothpymnts-com/" title="Posts by CPI" rel="author">CPI</a> </small> </p> <p class="mt-3"> <a href="https://www.pymnts.com/cpi-posts/the-antitrust-divisions-recent-work-to-combat-international-cartels/" class="mb-0 fw-bold">The Antitrust Division’s Recent Work to Combat International Cartels</a><br> <small>Jan 23, 2025 by Emma Burnham & Benjamin Christenson </small> </p> <p class="mt-3"> <a href="https://www.pymnts.com/cpi-posts/information-sharing-the-new-frontier-of-u-s-antitrust-enforcement/" class="mb-0 fw-bold">Information Sharing: The New Frontier of U.S. Antitrust Enforcement</a><br> <small>Jan 23, 2025 by Brian P. Quinn, Casey Kovarik & Michael Tubach </small> </p> <p class="mt-3"> <a href="https://www.pymnts.com/cpi-posts/the-key-role-of-guidelines-on-exchanges-of-information-among-competitors-and-the-divergent-transatlantic-paths/" class="mb-0 fw-bold">The Key Role of Guidelines on Exchanges of Information Among Competitors and the Divergent Transatlantic Paths</a><br> <small>Jan 23, 2025 by Rosa Abrantes-Metz & Albert Metz </small> </p> <p class="mt-3"> <a href="https://www.pymnts.com/cpi-posts/leniency-whistleblowers-and-compliance/" class="mb-0 fw-bold">Leniency, Whistleblowers, and Compliance</a><br> <small>Jan 23, 2025 by Richard Powers, Tara O’Malley & Cory Gordon </small> </p> </div> </div> </div> </div> <footer class="blog-footer"> <div class="container mx-auto"> <div class="row mx-0 mx-md-5 py-4"> <div class="col-12 col-md-3 text-center text-md-start"> <a href="https://www.pymnts.com/cpi/" class="w-100"> <img src="https://www.pymnts.com/wp-content/uploads/2023/03/CPI_Logo_Black-1.svg" width="100%" height="40" class="img-fluid"> </a> <div class="d-block text-black text-center mt-1 mb-3 my-md-0"> <a href="https://www.competitionpolicyinternational.com/category/cpi-tv/" class="text-black text-uppercase fw-normal">CPI TV</a> | <a href="https://www.competitionpolicyinternational.com/subscribe/" class="text-black text-uppercase fw-normal">Subscribe</a> </div> </div> <div class="col-12 col-md-9 text-center"> <div class="row row-cols-3 g-0"> <div class="col text-center"> <h4 class="text-black mb-3">About</h4> <ul class="nav flex-column"> <li class="nav-item mb-2"><a href="https://www.pymnts.com/cpi/about-us/" class="nav-link p-0 text-black">About Us</a></li> <li class="nav-item mb-2"><a href="https://www.pymnts.com/cpi/our-editorial-policy/" class="nav-link p-0 text-black">Editorial Policy</a> </li> <li class="nav-item mb-2"><a href="https://www.pymnts.com/cpi/editorial-advisory-board/" class="nav-link p-0 text-black">Editorial Advisory Board</a> </li> </ul> </div> <div class="col text-center"> <h4 class="text-black mb-3">Getting Started</h4> <ul class="nav flex-column"> <li class="nav-item mb-2"><a href="https://www.competitionpolicyinternational.com/contact/" class="nav-link p-0 text-black">Contact Us</a> </li> <li class="nav-item mb-2"><a href="https://www.pymnts.com/cpi/promote-more-engage-more-connect-more/" class="nav-link p-0 text-black">Partnerships</a> </li> <li class="nav-item mb-2"><a href="https://www.competitionpolicyinternational.com/subscribe/" class="nav-link p-0 text-black">Newsletters</a> </li> </ul> </div> <div class="col text-center"> <h4 class="text-black mb-3">Follow CPI</h4> <ul class="nav flex-row justify-content-center"> <li class="nav-item mx-2"><a href="https://www.instagram.com/compolinter/"><i class="bi bi-instagram fs-4 text-black"></i></a></li> <li class="nav-item mx-2"><a href="https://www.linkedin.com/company/competition-policy-international/"><i class="bi bi-linkedin fs-4 text-black"></i></a> </li> <li class="nav-item mx-2"><a href="https://twitter.com/CompPolicyInt"><i class="bi bi-twitter-x fs-4 text-black"></i></a></li> <li class="nav-item mx-2"><a href="https://vimeo.com/competitionpolicyint"><i class="bi bi-vimeo fs-4 text-black"></i></a> </li> </ul> </div> </div> </div> </div> <div class="container"> <div class="row mt-5"> <div class="col-12 text-center"> © Competition Policy International 2025 </div> </div> <div class="row"> <div class="col-12 text-center"> <a href="https://www.pymnts.com/cpi/terms-conditions-cpi#cpiPrivacy" class="p-0 text-black smaller">Privacy Policy</a> <span class="smaller">|</span> <a href=https://www.pymnts.com/cpi/terms-conditions-cpi/" class="p-0 text-black smaller">Terms & Conditions</a> </div> </div> </div> </div> </footer> </body>