CINXE.COM

| PYMNTS.com

<!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> | PYMNTS.com</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&#43;Display:700,900&amp;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='noindex, follow' /> <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, Author at PYMNTS.com</title> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="profile" /> <meta property="og:title" content="CPI, Author at PYMNTS.com" /> <meta property="og:site_name" content="PYMNTS.com" /> <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":"WebSite","@id":"https://www.pymnts.com/#website","url":"https://www.pymnts.com/","name":"PYMNTS.com","description":"What&#039;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 &raquo; Feed" href="https://www.pymnts.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="PYMNTS.com &raquo; Comments Feed" href="https://www.pymnts.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="PYMNTS.com &raquo; Posts by CPI Feed" href="https://www.pymnts.com/author/boydj/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&#038;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/users/101135" /><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="alternate" type="application/feed+json" title="PYMNTS.com &raquo; JSON Feed" href="https://www.pymnts.com/feed/json/" /> <link rel="alternate" type="application/feed+json" title="PYMNTS.com &raquo; Posts by CPI Feed" href="https://www.pymnts.com/author/boydj/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="listing-page"> var _hsq = _hsq || []; _hsq.push(["setContentType", "listing-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>&nbsp<span class="text-secondary">|</span>&nbsp<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> <div class="main my-5" id="wide-content"> <div class="container"> <div class="row"> <div class="col-12 mb-2 my-auto"> <h2 class="my-auto"> CPI </h2> </div> </div> <div class="row mt-4"> <div class="col-12"> <p class="fs-5"> </p> </div> </div> <div class="row mt-3"> <div class="col-12"> <h4 class="fst-italic mb-3">Posts by this author</h4> <div class="row"> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/how-does-hardware-and-software-interoperability-affect-consumer-choice-and-what-are-the-implications-for-consumers-in-terms-of-device-and-platform-lock-in-fiona-scott-morton/" class="h5 link-primary" rel="bookmark" title="How does hardware and software interoperability affect consumer choice, and what are the implications for consumers in terms of device and platform lock-in?"> How does hardware and software interoperability affect consumer choice, and what are the implications for consumers in terms of device and platform lock-in? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/how-does-competition-in-mobile-ecosystems-impact-competition-in-the-tech-industry-and-what-the-benefits-and-drawbacks-for-companies-and-consumers-giuseppe-colangelo/" class="h5 link-primary" rel="bookmark" title="How does competition in mobile ecosystems impact competition in the tech industry, and what the benefits and drawbacks for companies and consumers?"> How does competition in mobile ecosystems impact competition in the tech industry, and what the benefits and drawbacks for companies and consumers? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/mare-liberum-or-mare-clausum-how-cabotage-laws-can-stifle-fair-competition-in-global-shipping/" class="h5 link-primary" rel="bookmark" title="<i>Mare Liberum</i> or <i>Mare Clausum</i>? How Cabotage Laws Can Stifle Fair Competition in Global Shipping<sup>1</sup>"> <i>Mare Liberum</i> or <i>Mare Clausum</i>? How Cabotage Laws Can Stifle Fair Competition in Global Shipping<sup>1</sup> </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/causation-confusion-a-response-to-judge-ginsburg-wong-ervin/" class="h5 link-primary" rel="bookmark" title="Causation Confusion – A Response to Judge Ginsburg &#038; Wong-Ervin"> Causation Confusion – A Response to Judge Ginsburg &#038; Wong-Ervin </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/how-do-the-approaches-to-regulating-mobile-ecosystems-differ-between-japan-the-us-and-eu-and-what-drives-these-differences-reiko-aoki/" class="h5 link-primary" rel="bookmark" title="How do the approaches to regulating mobile ecosystems differ between Japan, the US and EU, and what drives these differences?"> How do the approaches to regulating mobile ecosystems differ between Japan, the US and EU, and what drives these differences? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-moats-entrenchment/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Moats &#038; Entrenchment"> Antitrust Chronicle® – Moats &#038; Entrenchment </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/assessing-the-potential-for-antitrust-moats-and-trenches-in-the-generative-ai-industry/" class="h5 link-primary" rel="bookmark" title="Assessing the Potential for Antitrust Moats and Trenches in the Generative AI Industry"> Assessing the Potential for Antitrust Moats and Trenches in the Generative AI Industry </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/how-sep-hold-up-can-lead-to-entrenchment/" class="h5 link-primary" rel="bookmark" title="How SEP Hold-up Can Lead to Entrenchment"> How SEP Hold-up Can Lead to Entrenchment </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-role-of-moats-in-unlocking-economic-growth/" class="h5 link-primary" rel="bookmark" title="The Role of Moats in Unlocking Economic Growth"> The Role of Moats in Unlocking Economic Growth </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/overcoming-moats-and-entrenchment-disruptive-innovation-in-generative-ai-may-be-more-successful-than-regulation/" class="h5 link-primary" rel="bookmark" title="Overcoming Moats and Entrenchment: Disruptive Innovation in Generative AI May Be More Successful than Regulation"> Overcoming Moats and Entrenchment: Disruptive Innovation in Generative AI May Be More Successful than Regulation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/overlapping-ownership-market-power-entrenchment/" class="h5 link-primary" rel="bookmark" title="Overlapping Ownership &#038; Market Power Entrenchment"> Overlapping Ownership &#038; Market Power Entrenchment </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/techreg-chronicle-digital-privacy/" class="h5 link-primary" rel="bookmark" title="TechREG® Chronicle – Digital Privacy"> TechREG® Chronicle – Digital Privacy </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/a-win-for-european-regulators-on-digital-privacy/" class="h5 link-primary" rel="bookmark" title="A Win for European Regulators on Digital Privacy"> A Win for European Regulators on Digital Privacy </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-gdpr-the-good-the-bad-the-ugly/" class="h5 link-primary" rel="bookmark" title="The GDPR: The Good, the Bad, the Ugly"> The GDPR: The Good, the Bad, the Ugly </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/making-sense-of-the-patchwork-of-u-s-state-consumer-privacy-laws/" class="h5 link-primary" rel="bookmark" title="Making Sense of the Patchwork of U.S. State Consumer Privacy Laws"> Making Sense of the Patchwork of U.S. State Consumer Privacy Laws </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/cookie-consent-is-broken-time-for-a-new-privacy-protection-model/" class="h5 link-primary" rel="bookmark" title="Cookie Consent is Broken: Time for a New Privacy Protection Model"> Cookie Consent is Broken: Time for a New Privacy Protection Model </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/personal-data-exploitation-as-excessive-pricing-a-review-of-the-bundeskartellamt-facebook-case/" class="h5 link-primary" rel="bookmark" title="Personal Data Exploitation as Excessive Pricing: A Review of the Bundeskartellamt <em>Facebook</em> Case"> Personal Data Exploitation as Excessive Pricing: A Review of the Bundeskartellamt <em>Facebook</em> Case </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/advice-for-new-ftc-leadership/" class="h5 link-primary" rel="bookmark" title="Advice for New FTC Leadership"> Advice for New FTC Leadership </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/cpi-talks-with-thomas-kramler/" class="h5 link-primary" rel="bookmark" title="CPI Talks with Thomas Kramler"> CPI Talks with Thomas Kramler </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-dust-has-settled-for-now-reviewing-the-recent-amendments-to-the-canadian-competition-act/" class="h5 link-primary" rel="bookmark" title="The Dust Has Settled (For Now): Reviewing the Recent Amendments to the <i>Canadian Competition Act</i>"> The Dust Has Settled (For Now): Reviewing the Recent Amendments to the <i>Canadian Competition Act</i> </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ftc-v-rambus-and-the-de-facto-causation-standard-under-sherman-section-2/" class="h5 link-primary" rel="bookmark" title="<i>FTC v. Rambus</i> and the De Facto Causation Standard Under Sherman Section 2"> <i>FTC v. Rambus</i> and the De Facto Causation Standard Under Sherman Section 2 </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/dvt-and-the-limitations-of-local-nexus-test-in-india/" class="h5 link-primary" rel="bookmark" title="DVT and the Limitations of ‘Local Nexus’ Test in India"> DVT and the Limitations of ‘Local Nexus’ Test in India </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/techreg-chronicle-intellectual-property-artificial-intelligence/" class="h5 link-primary" rel="bookmark" title="TechREG® Chronicle – Intellectual Property &#038; Artificial Intelligence"> TechREG® Chronicle – Intellectual Property &#038; Artificial Intelligence </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-interaction-between-intellectual-property-laws-and-ai-opportunities-and-challenges/" class="h5 link-primary" rel="bookmark" title="The Interaction Between Intellectual Property Laws and AI – Opportunities and Challenges"> The Interaction Between Intellectual Property Laws and AI – Opportunities and Challenges </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/generative-ai-collection-training-output-when-might-copyright-infringement-be-found/" class="h5 link-primary" rel="bookmark" title="Generative AI Collection, Training, Output: When Might Copyright Infringement Be Found?"> Generative AI Collection, Training, Output: When Might Copyright Infringement Be Found? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/copyright-protection-for-works-generated-by-artificial-intelligence/" class="h5 link-primary" rel="bookmark" title="Copyright Protection for Works Generated by Artificial Intelligence"> Copyright Protection for Works Generated by Artificial Intelligence </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/notification-and-permission-based-approaches-for-generative-ai-platforms/" class="h5 link-primary" rel="bookmark" title="Notification and Permission-Based Approaches for Generative AI Platforms"> Notification and Permission-Based Approaches for Generative AI Platforms </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/turkiyes-artificial-intelligence-law-proposal-analysis-of-the-first-attempt-to-regulate-ai-and-comparison-to-eu-legislation/" class="h5 link-primary" rel="bookmark" title="Turkiye’s Artificial Intelligence Law Proposal: Analysis of the First Attempt to Regulate AI and Comparison to EU Legislation"> Turkiye’s Artificial Intelligence Law Proposal: Analysis of the First Attempt to Regulate AI and Comparison to EU Legislation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-remedies-revisited/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Remedies Revisited"> Antitrust Chronicle® – Remedies Revisited </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/fixing-the-fix-updating-policy-on-merger-remedies/" class="h5 link-primary" rel="bookmark" title="Fixing the Fix: Updating Policy on Merger Remedies"> Fixing the Fix: Updating Policy on Merger Remedies </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/methodology-matters-the-2017-ftc-remedies-study/" class="h5 link-primary" rel="bookmark" title="Methodology Matters: The 2017 FTC Remedies Study"> Methodology Matters: The 2017 FTC Remedies Study </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/u-s-v-att-five-lessons-for-vertical-merger-enforcement/" class="h5 link-primary" rel="bookmark" title="<em>U.S. v. AT&#038;T</em>: Five Lessons for Vertical Merger Enforcement"> <em>U.S. v. AT&#038;T</em>: Five Lessons for Vertical Merger Enforcement </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-search-for-antitrust-remedies-in-tech-leads-beyond-antitrust/" class="h5 link-primary" rel="bookmark" title="The Search for Antitrust Remedies in Tech Leads Beyond Antitrust"> The Search for Antitrust Remedies in Tech Leads Beyond Antitrust </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/doj-suggests-a-framework-for-remedies-to-pry-power-away-from-google/" class="h5 link-primary" rel="bookmark" title="DOJ Suggests a Framework for Remedies to Pry Power Away from Google"> DOJ Suggests a Framework for Remedies to Pry Power Away from Google </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-chevron/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Chevron"> Antitrust Chronicle® – Chevron </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/a-quartet-of-decisions-that-cripple-agencies/" class="h5 link-primary" rel="bookmark" title="A Quartet of Decisions That Cripple Agencies"> A Quartet of Decisions That Cripple Agencies </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/goodbye-chevron-rediscovering-the-virtues-of-an-independent-judiciary/" class="h5 link-primary" rel="bookmark" title="Goodbye, <em>Chevron</em>: Rediscovering the Virtues of an Independent Judiciary"> Goodbye, <em>Chevron</em>: Rediscovering the Virtues of an Independent Judiciary </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/a-new-era-of-deference-from-chevron-to-loper-bright/" class="h5 link-primary" rel="bookmark" title="A New Era of Deference: From <em>Chevron</em> to <em>Loper Bright</em>"> A New Era of Deference: From <em>Chevron</em> to <em>Loper Bright</em> </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/loper-bright-and-antitrust-limited-impact-on-enforcement-but-a-clear-constraint-on-ftc-rulemaking/" class="h5 link-primary" rel="bookmark" title="<em>Loper Bright</em> and Antitrust: Limited Impact on Enforcement, but a Clear Constraint on FTC Rulemaking"> <em>Loper Bright</em> and Antitrust: Limited Impact on Enforcement, but a Clear Constraint on FTC Rulemaking </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/enhancing-the-effectiveness-of-competition-regulation-in-malawi/" class="h5 link-primary" rel="bookmark" title="Enhancing the Effectiveness of Competition Regulation in Malawi"> Enhancing the Effectiveness of Competition Regulation in Malawi </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/observations-on-anti-monopoly-developments-in-chinas-pharmaceutical-industry-and-suggestions-for-compliance/" class="h5 link-primary" rel="bookmark" title="Observations on Anti-Monopoly Developments in China’s Pharmaceutical Industry and Suggestions for Compliance"> Observations on Anti-Monopoly Developments in China’s Pharmaceutical Industry and Suggestions for Compliance </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/competition-for-sustainability-the-sugar-case/" class="h5 link-primary" rel="bookmark" title="Competition for Sustainability: The Sugar Case"> Competition for Sustainability: The Sugar Case </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/techreg-chronicle-leadership/" class="h5 link-primary" rel="bookmark" title="TechREG® Chronicle – LeadershIP"> TechREG® Chronicle – LeadershIP </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/intellectual-property-meets-artificial-intelligence/" class="h5 link-primary" rel="bookmark" title="Intellectual Property Meets Artificial Intelligence"> Intellectual Property Meets Artificial Intelligence </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/patent-protection-a-crucial-antitrust-tool-for-increasing-innovation/" class="h5 link-primary" rel="bookmark" title="Patent Protection: A Crucial Antitrust Tool for Increasing Innovation"> Patent Protection: A Crucial Antitrust Tool for Increasing Innovation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/an-unconventional-view-of-intellectual-property-and-antitrust-policy/" class="h5 link-primary" rel="bookmark" title="An Unconventional View of Intellectual Property and Antitrust Policy"> An Unconventional View of Intellectual Property and Antitrust Policy </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/how-should-the-upc-handle-frand/" class="h5 link-primary" rel="bookmark" title="How Should the UPC Handle Frand?"> How Should the UPC Handle Frand? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/new-commission-mandate-why-modernize-competition-policy-in-europe/" class="h5 link-primary" rel="bookmark" title="New Commission Mandate: Why “Modernize” Competition Policy in Europe?"> New Commission Mandate: Why “Modernize” Competition Policy in Europe? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-refusal-to-deal/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Refusal to Deal"> Antitrust Chronicle® – Refusal to Deal </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrusts-refusal-to-deal-doctrine-the-emperor-has-no-clothes/" class="h5 link-primary" rel="bookmark" title="Antitrust’s Refusal-to-Deal Doctrine: The Emperor Has No Clothes"> Antitrust’s Refusal-to-Deal Doctrine: The Emperor Has No Clothes </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/why-all-antitrust-claims-are-refusal-to-deal-claims-and-what-that-means-for-policy/" class="h5 link-primary" rel="bookmark" title="Why All Antitrust Claims are Refusal to Deal Claims and What that Means for Policy"> Why All Antitrust Claims are Refusal to Deal Claims and What that Means for Policy </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-aspen-misadventure/" class="h5 link-primary" rel="bookmark" title="The <em>Aspen</em> Misadventure"> The <em>Aspen</em> Misadventure </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/refusal-to-deal-in-antitrust-law-evolving-jurisprudence-and-business-justifications-in-the-align-technology-case/" class="h5 link-primary" rel="bookmark" title="Refusal to Deal in Antitrust Law: Evolving Jurisprudence and Business Justifications in the <em>Align Technology</em> Case"> Refusal to Deal in Antitrust Law: Evolving Jurisprudence and Business Justifications in the <em>Align Technology</em> Case </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/refusal-to-deal-in-the-european-union-a-narrowed-scope-expands-the-risks-for-dominant-firms/" class="h5 link-primary" rel="bookmark" title="Refusal to Deal in the European Union: A Narrowed Scope Expands the Risks for Dominant Firms"> Refusal to Deal in the European Union: A Narrowed Scope Expands the Risks for Dominant Firms </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/what-if-self-preferencing-is-not-refusal-to-deal/" class="h5 link-primary" rel="bookmark" title="What if Self-Preferencing is Not Refusal to Deal?"> What if Self-Preferencing is Not Refusal to Deal? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/illuminating-the-anti-coercion-foundations-of-refusals-to-deal/" class="h5 link-primary" rel="bookmark" title="Illuminating the Anti-Coercion Foundations of Refusals to Deal"> Illuminating the Anti-Coercion Foundations of Refusals to Deal </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/2024-icn-conference-summary/" class="h5 link-primary" rel="bookmark" title="2024 ICN Conference Summary"> 2024 ICN Conference Summary </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-eus-investigation-into-microsoft-teams-a-preliminary-assessment/" class="h5 link-primary" rel="bookmark" title="The EU’s Investigation into Microsoft <i>Teams</i>: A Preliminary Assessment"> The EU’s Investigation into Microsoft <i>Teams</i>: A Preliminary Assessment </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ticketmaster-monopolization-case-lessons-from-mexico/" class="h5 link-primary" rel="bookmark" title="Ticketmaster Monopolization Case: Lessons from Mexico"> Ticketmaster Monopolization Case: Lessons from Mexico </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-lessons-for-healthcare-roll-ups-and-everyone-else/" class="h5 link-primary" rel="bookmark" title="Antitrust Lessons for Healthcare Roll-Ups – and Everyone Else"> Antitrust Lessons for Healthcare Roll-Ups – and Everyone Else </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/serial-acquisitions-a-framework-for-analysis/" class="h5 link-primary" rel="bookmark" title="Serial Acquisitions: A Framework for Analysis"> Serial Acquisitions: A Framework for Analysis </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-canada-mexico/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Canada &#038; Mexico"> Antitrust Chronicle® – Canada &#038; Mexico </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/competitive-convergence-mexicos-30-year-quest-for-antitrust-parity-with-its-northern-neighbor/" class="h5 link-primary" rel="bookmark" title="Competitive Convergence: Mexico&#8217;s 30-Year Quest for Antitrust Parity with its Northern Neighbor"> Competitive Convergence: Mexico&#8217;s 30-Year Quest for Antitrust Parity with its Northern Neighbor </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/competition-and-digital-markets-in-north-america-a-comparative-study-of-antitrust-investigations-in-mexico-and-the-united-states/" class="h5 link-primary" rel="bookmark" title="Competition and Digital Markets in North America: A Comparative Study of Antitrust Investigations in Mexico and the United States"> Competition and Digital Markets in North America: A Comparative Study of Antitrust Investigations in Mexico and the United States </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/recent-antitrust-development-in-mexico-cofeces-preliminary-report-on-amazon-and-mercado-libre/" class="h5 link-primary" rel="bookmark" title="Recent Antitrust Development in Mexico: COFECE&#8217;s Preliminary Report on Amazon and Mercado Libre"> Recent Antitrust Development in Mexico: COFECE&#8217;s Preliminary Report on Amazon and Mercado Libre </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-cost-of-making-cofece-disappear/" class="h5 link-primary" rel="bookmark" title="The Cost of Making COFECE Disappear"> The Cost of Making COFECE Disappear </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/digital-markets-regulation-in-mexico-are-two-antitrust-agencies-better-than-one/" class="h5 link-primary" rel="bookmark" title="Digital Markets Regulation in Mexico: Are Two Antitrust Agencies Better than One?"> Digital Markets Regulation in Mexico: Are Two Antitrust Agencies Better than One? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/cross-border-mergers-and-acquisitions-timing-is-everything-when-mexico-is-involved/" class="h5 link-primary" rel="bookmark" title="Cross-Border Mergers and Acquisitions: Timing is Everything when Mexico is Involved"> Cross-Border Mergers and Acquisitions: Timing is Everything when Mexico is Involved </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/amendments-to-the-competition-act-only-one-step-towards-a-truly-competitive-economy/" class="h5 link-primary" rel="bookmark" title="Amendments to the Competition Act Only One Step Towards a Truly Competitive Economy"> Amendments to the Competition Act Only One Step Towards a Truly Competitive Economy </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-inconsistent-influence-of-u-s-antitrust-on-canadian-competition-law/" class="h5 link-primary" rel="bookmark" title="The Inconsistent Influence of U.S. Antitrust on Canadian Competition Law"> The Inconsistent Influence of U.S. Antitrust on Canadian Competition Law </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/contagious-presumptions-will-u-s-antitrust-transform-canadian-merger-review/" class="h5 link-primary" rel="bookmark" title="Contagious Presumptions: Will U.S. Antitrust Transform Canadian Merger Review?"> Contagious Presumptions: Will U.S. Antitrust Transform Canadian Merger Review? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/techreg-chronicle-designed-addiction/" class="h5 link-primary" rel="bookmark" title="TechREG® Chronicle – Designed Addiction"> TechREG® Chronicle – Designed Addiction </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/weapons-of-mass-distraction-and-addiction-by-design-what-techniques-do-social-media-operators-use-to-increase-user-engagement/" class="h5 link-primary" rel="bookmark" title="Weapons of Mass Distraction and Addiction by Design: What Techniques Do Social Media Operators Use to Increase User Engagement?"> Weapons of Mass Distraction and Addiction by Design: What Techniques Do Social Media Operators Use to Increase User Engagement? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/reconciling-freedom-of-speech-and-freedom-from-manipulative-design-the-first-amendment-status-of-online-architectures/" class="h5 link-primary" rel="bookmark" title="Reconciling Freedom of Speech and Freedom from Manipulative Design: The First Amendment Status of Online Architectures"> Reconciling Freedom of Speech and Freedom from Manipulative Design: The First Amendment Status of Online Architectures </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/beyond-likes-and-shares-the-multifaceted-influence-of-social-media-on-adolescents/" class="h5 link-primary" rel="bookmark" title="Beyond Likes And Shares: The Multifaceted Influence of Social Media on Adolescents"> Beyond Likes And Shares: The Multifaceted Influence of Social Media on Adolescents </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/knowledge-problems-and-the-challenge-of-understanding-in-the-social-media-addiction-cases/" class="h5 link-primary" rel="bookmark" title="Knowledge Problems and the Challenge of Understanding in the Social Media Addiction Cases"> Knowledge Problems and the Challenge of Understanding in the Social Media Addiction Cases </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-not-so-strange-case-of-the-attention-economy-and-behavioral-advertising/" class="h5 link-primary" rel="bookmark" title="The Not So Strange Case of the Attention Economy and Behavioral Advertising"> The Not So Strange Case of the Attention Economy and Behavioral Advertising </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-state-attorneys-general-6/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – State Attorneys General"> Antitrust Chronicle® – State Attorneys General </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/cpi-talks-with-attorney-general-phil-weiser/" class="h5 link-primary" rel="bookmark" title="CPI Talks… …With Attorney General Phil Weiser"> CPI Talks… …With Attorney General Phil Weiser </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-bipartisan-miracle-of-state-antitrust-enforcement/" class="h5 link-primary" rel="bookmark" title="The Bipartisan Miracle of State Antitrust Enforcement"> The Bipartisan Miracle of State Antitrust Enforcement </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/recent-developments-in-state-antitrust-enforcement-agriculture-and-food-markets/" class="h5 link-primary" rel="bookmark" title="Recent Developments in State Antitrust Enforcement: Agriculture and Food Markets"> Recent Developments in State Antitrust Enforcement: Agriculture and Food Markets </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/state-attorneys-general-stewards-of-consumer-health-and-welfare/" class="h5 link-primary" rel="bookmark" title="State Attorneys General: Stewards of Consumer Health and Welfare"> State Attorneys General: Stewards of Consumer Health and Welfare </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/brace-for-impact-building-momentum-toward-increased-state-criminal-antitrust-enforcement/" class="h5 link-primary" rel="bookmark" title="Brace for Impact: Building Momentum Toward Increased State Criminal Antitrust Enforcement"> Brace for Impact: Building Momentum Toward Increased State Criminal Antitrust Enforcement </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/our-antitrust-federalism-a-view-from-the-ground/" class="h5 link-primary" rel="bookmark" title="“Our [Antitrust] Federalism”: A View from the Ground"> “Our [Antitrust] Federalism”: A View from the Ground </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/changing-the-federal-trade-commissions-course/" class="h5 link-primary" rel="bookmark" title="Changing the Federal Trade Commission’s Course"> Changing the Federal Trade Commission’s Course </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/criminal-antitrust-enforcement-by-the-california-attorney-general-what-can-we-expect/" class="h5 link-primary" rel="bookmark" title="Criminal Antitrust Enforcement by the California Attorney General: What Can We Expect?"> Criminal Antitrust Enforcement by the California Attorney General: What Can We Expect? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/new-ios-changes-new-antitrust-clashes-ahead/" class="h5 link-primary" rel="bookmark" title="New iOS Changes, New Antitrust Clashes Ahead?"> New iOS Changes, New Antitrust Clashes Ahead? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/logit-or-leave-it/" class="h5 link-primary" rel="bookmark" title="Logit or Leave It?"> Logit or Leave It? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-editorial-board-antipasto-4/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Editorial Board Antipasto"> Antitrust Chronicle® – Editorial Board Antipasto </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/eu-antitrust-enforcement-in-labor-markets-a-little-less-conversation-and-a-little-more-action/" class="h5 link-primary" rel="bookmark" title="EU Antitrust Enforcement in Labor Markets – A Little Less Conversation and a Little More Action"> EU Antitrust Enforcement in Labor Markets – A Little Less Conversation and a Little More Action </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-talent-trap-acqui-hires-and-non-competes-from-an-antitrust-perspective/" class="h5 link-primary" rel="bookmark" title="The Talent Trap: Acqui-Hires and Non-Competes from an Antitrust Perspective"> The Talent Trap: Acqui-Hires and Non-Competes from an Antitrust Perspective </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/information-exchange-pitfalls-from-recent-case-law-and-enforcement-practice-and-how-to-avoid-them/" class="h5 link-primary" rel="bookmark" title="Information Exchange – Pitfalls from Recent Case Law and Enforcement Practice, and How to Avoid Them"> Information Exchange – Pitfalls from Recent Case Law and Enforcement Practice, and How to Avoid Them </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-american-express-decision-and-its-critics/" class="h5 link-primary" rel="bookmark" title="The <em>American Express</em> Decision and its Critics"> The <em>American Express</em> Decision and its Critics </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/from-we-gotta-go-now-to-magnets-how-do-they-work-the-popular-music-counterparts-to-u-s-merger-enforcement-trends/" class="h5 link-primary" rel="bookmark" title="From &#8220;We gotta go now&#8221; to &#8220;Magnets, how do they work&#8221;: The Popular Music Counterparts to U.S. Merger Enforcement Trends"> From &#8220;We gotta go now&#8221; to &#8220;Magnets, how do they work&#8221;: The Popular Music Counterparts to U.S. Merger Enforcement Trends </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/competition-law-in-australia/" class="h5 link-primary" rel="bookmark" title="Competition Law in Australia"> Competition Law in Australia </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/dojs-war-on-progress-in-rental-markets/" class="h5 link-primary" rel="bookmark" title="DOJ’s War on Progress in Rental Markets"> DOJ’s War on Progress in Rental Markets </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/exploring-the-evolution-and-future-of-chinas-anti-monopoly-law-with-prof-huang-yong/" class="h5 link-primary" rel="bookmark" title="Exploring the Evolution and Future of China&#8217;s Anti-Monopoly Law with Prof. Huang Yong"> Exploring the Evolution and Future of China&#8217;s Anti-Monopoly Law with Prof. Huang Yong </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/techreg-chronicle-regulating-adtech/" class="h5 link-primary" rel="bookmark" title="TechREG® Chronicle – Regulating AdTech"> TechREG® Chronicle – Regulating AdTech </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/privacy-enhancing-technologies-in-adtech-and-consumers-perceived-privacy-violations/" class="h5 link-primary" rel="bookmark" title="Privacy-Enhancing Technologies in Adtech and Consumers’ Perceived Privacy Violations"> Privacy-Enhancing Technologies in Adtech and Consumers’ Perceived Privacy Violations </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/health-data-and-the-future-of-adtech/" class="h5 link-primary" rel="bookmark" title="Health Data and the Future of Adtech"> Health Data and the Future of Adtech </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/why-are-the-doj-and-eu-commission-looking-to-break-up-google/" class="h5 link-primary" rel="bookmark" title="Why are the DOJ and EU Commission Looking to Break Up Google?"> Why are the DOJ and EU Commission Looking to Break Up Google? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/testimony-before-the-u-s-house-of-representatives-committee-on-the-judiciary-hearing-on-collusion-in-the-global-alliance-for-responsible-media/" class="h5 link-primary" rel="bookmark" title="Testimony Before the U.S House of Representatives Committee on the Judiciary Hearing on “Collusion in the Global Alliance for Responsible Media”"> Testimony Before the U.S House of Representatives Committee on the Judiciary Hearing on “Collusion in the Global Alliance for Responsible Media” </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-international-trade-antitrust/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – International Trade &#038; Antitrust"> Antitrust Chronicle® – International Trade &#038; Antitrust </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/what-is-wrong-with-the-wto-discipline-on-subsidies/" class="h5 link-primary" rel="bookmark" title="What is Wrong with the WTO Discipline on Subsidies?"> What is Wrong with the WTO Discipline on Subsidies? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-abiding-tension-between-trade-remedy-law-and-antitrust/" class="h5 link-primary" rel="bookmark" title="The Abiding Tension Between Trade Remedy Law and Antitrust"> The Abiding Tension Between Trade Remedy Law and Antitrust </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/trade-and-antitrust-an-end-to-isolationism/" class="h5 link-primary" rel="bookmark" title="Trade and Antitrust: An End to Isolationism"> Trade and Antitrust: An End to Isolationism </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/international-trade-law-and-domestic-regulation-of-generative-artificial-intelligence-divergent-approaches/" class="h5 link-primary" rel="bookmark" title="International Trade Law and Domestic Regulation of Generative Artificial Intelligence: Divergent Approaches?"> International Trade Law and Domestic Regulation of Generative Artificial Intelligence: Divergent Approaches? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/petitioning-and-settling-trade-cases-where-antitrust-and-trade-principles-avoid-collision/" class="h5 link-primary" rel="bookmark" title="Petitioning and Settling Trade Cases – Where Antitrust and Trade Principles Avoid Collision"> Petitioning and Settling Trade Cases – Where Antitrust and Trade Principles Avoid Collision </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/all-dressed-up-with-no-place-to-go-the-ftcs-ban-on-non-competes-is-ready-but-legal-challenges-await/" class="h5 link-primary" rel="bookmark" title="All Dressed Up with No Place to Go? The FTC’s Ban on Non-Competes is Ready, But Legal Challenges Await"> All Dressed Up with No Place to Go? The FTC’s Ban on Non-Competes is Ready, But Legal Challenges Await </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-artificial-intelligence-antitrust/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Artificial Intelligence &#038; Antitrust"> Antitrust Chronicle® – Artificial Intelligence &#038; Antitrust </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/on-the-antitrust-implications-of-embedding-generative-ai-in-core-platform-services/" class="h5 link-primary" rel="bookmark" title="On the Antitrust Implications of Embedding Generative AI in Core Platform Services"> On the Antitrust Implications of Embedding Generative AI in Core Platform Services </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/generative-ai-partnerships-separating-good-from-bad/" class="h5 link-primary" rel="bookmark" title="Generative AI Partnerships: Separating Good from Bad"> Generative AI Partnerships: Separating Good from Bad </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/artificial-intelligence-a-new-dimension-for-competition/" class="h5 link-primary" rel="bookmark" title="Artificial Intelligence: A New Dimension for Competition?"> Artificial Intelligence: A New Dimension for Competition? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-in-the-age-of-artificial-intelligence-lessons-from-i-robot/" class="h5 link-primary" rel="bookmark" title="Antitrust in the Age of Artificial Intelligence: Lessons from “I, Robot&#8221;"> Antitrust in the Age of Artificial Intelligence: Lessons from “I, Robot&#8221; </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/artificial-intelligence-ai-and-antitrust-issues-an-eu-uk-competition-law-practitioners-perspective/" class="h5 link-primary" rel="bookmark" title="Artificial Intelligence (AI) and Antitrust Issues: An EU/UK Competition Law Practitioner&#8217;s Perspective"> Artificial Intelligence (AI) and Antitrust Issues: An EU/UK Competition Law Practitioner&#8217;s Perspective </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-generative-ai-an-enforcers-perspective/" class="h5 link-primary" rel="bookmark" title="Antitrust &#038; Generative AI: An Enforcer’s Perspective"> Antitrust &#038; Generative AI: An Enforcer’s Perspective </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/cades-comments-on-brazils-ai-bill-of-law-striking-a-balance-between-regulation-and-innovation/" class="h5 link-primary" rel="bookmark" title="CADE’s Comments on Brazil’s AI Bill of Law – Striking a Balance Between Regulation and Innovation"> CADE’s Comments on Brazil’s AI Bill of Law – Striking a Balance Between Regulation and Innovation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/china-releases-consultation-draft-for-horizontal-merger-review-guidelines/" class="h5 link-primary" rel="bookmark" title="China Releases Consultation Draft for Horizontal Merger Review Guidelines"> China Releases Consultation Draft for Horizontal Merger Review Guidelines </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/big-tech-and-competition-the-future-for-sustainable-regulations-and-policies/" class="h5 link-primary" rel="bookmark" title="Big Tech and Competition – The Future for Sustainable Regulations and Policies"> Big Tech and Competition – The Future for Sustainable Regulations and Policies </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-andean-community-and-leniency-in-latin-america/" class="h5 link-primary" rel="bookmark" title="The Andean Community and Leniency in Latin America"> The Andean Community and Leniency in Latin America </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-private-equity-roll-up-schemes/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Private Equity Roll-Up Schemes"> Antitrust Chronicle® – Private Equity Roll-Up Schemes </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-ftcs-focus-on-private-equity-is-warranted/" class="h5 link-primary" rel="bookmark" title="The FTC’s Focus on Private Equity is Warranted"> The FTC’s Focus on Private Equity is Warranted </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/unraveling-the-roll-up-private-equitys-misunderstood-investment-strategy/" class="h5 link-primary" rel="bookmark" title="Unraveling the Roll-Up: Private Equity’s Misunderstood Investment Strategy"> Unraveling the Roll-Up: Private Equity’s Misunderstood Investment Strategy </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-focus-on-private-equity-funds-and-serial-acquisitions/" class="h5 link-primary" rel="bookmark" title="Antitrust Focus on Private Equity Funds and Serial Acquisitions"> Antitrust Focus on Private Equity Funds and Serial Acquisitions </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/private-equity-roll-ups-amidst-heightened-antitrust-enforcement/" class="h5 link-primary" rel="bookmark" title="Private Equity Roll-Ups Amidst Heightened Antitrust Enforcement"> Private Equity Roll-Ups Amidst Heightened Antitrust Enforcement </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/notification-and-enforcement-of-pe-backed-consolidation/" class="h5 link-primary" rel="bookmark" title="Notification and Enforcement of Pe-Backed Consolidation"> Notification and Enforcement of Pe-Backed Consolidation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/paws-for-thought-putting-uk-vet-acquisitions-on-a-tightened-leash/" class="h5 link-primary" rel="bookmark" title="Paws for Thought: Putting UK Vet Acquisitions on a Tightened Leash"> Paws for Thought: Putting UK Vet Acquisitions on a Tightened Leash </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/techreg-chronicle-regulating-digital-currencies/" class="h5 link-primary" rel="bookmark" title="TechREG® Chronicle – Regulating Digital Currencies"> TechREG® Chronicle – Regulating Digital Currencies </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/stablecoin-regulation-adoption-are-essential-for-u-s-crypto-policy/" class="h5 link-primary" rel="bookmark" title="Stablecoin Regulation &#038; Adoption are Essential for U.S. Crypto Policy"> Stablecoin Regulation &#038; Adoption are Essential for U.S. Crypto Policy </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/are-stablecoins-winner-take-all/" class="h5 link-primary" rel="bookmark" title="Are Stablecoins Winner-Take-All?"> Are Stablecoins Winner-Take-All? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/regulating-digital-currencies-ensuring-an-efficient-and-competitive-payment-market/" class="h5 link-primary" rel="bookmark" title="Regulating Digital Currencies: Ensuring an Efficient and Competitive Payment Market"> Regulating Digital Currencies: Ensuring an Efficient and Competitive Payment Market </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/surviving-regulation-by-enforcement/" class="h5 link-primary" rel="bookmark" title="Surviving Regulation by Enforcement"> Surviving Regulation by Enforcement </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-impact-of-the-secs-regulation-by-enforcement/" class="h5 link-primary" rel="bookmark" title="The Impact of the SEC’s Regulation by Enforcement"> The Impact of the SEC’s Regulation by Enforcement </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-controversial-biometric-data-processing-of-an-ambitious-crypto-asset/" class="h5 link-primary" rel="bookmark" title="The Controversial Biometric Data Processing of an Ambitious Crypto Asset"> The Controversial Biometric Data Processing of an Ambitious Crypto Asset </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-labor-and-antitrust/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Labor &#038; Antitrust"> Antitrust Chronicle® – Labor &#038; Antitrust </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/a-brief-history-of-labor-within-antitrust-law/" class="h5 link-primary" rel="bookmark" title="A Brief History of Labor Within Antitrust Law"> A Brief History of Labor Within Antitrust Law </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/balancing-act-navigating-nuances-in-labor-market-enforcement/" class="h5 link-primary" rel="bookmark" title="Balancing Act: Navigating Nuances in Labor Market Enforcement"> Balancing Act: Navigating Nuances in Labor Market Enforcement </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/countervailing-powers-voice-vs-exit-in-remedying-labor-market-harms-from-anticompetitive-mergers/" class="h5 link-primary" rel="bookmark" title="Countervailing Powers: Voice vs. Exit in Remedying Labor Market Harms from Anticompetitive Mergers"> Countervailing Powers: Voice vs. Exit in Remedying Labor Market Harms from Anticompetitive Mergers </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/can-personalization-in-online-employment-platforms-drive-hiring-bias/" class="h5 link-primary" rel="bookmark" title="Can Personalization in Online Employment Platforms Drive Hiring Bias?"> Can Personalization in Online Employment Platforms Drive Hiring Bias? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/no-poach-agreements-an-economic-perspective/" class="h5 link-primary" rel="bookmark" title="No-Poach Agreements: An Economic Perspective"> No-Poach Agreements: An Economic Perspective </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-lessons-from-labor/" class="h5 link-primary" rel="bookmark" title="Antitrust Lessons from Labor"> Antitrust Lessons from Labor </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/heightened-antitrust-scrutiny-in-labor-markets-the-turkish-competition-authoritys-perspective/" class="h5 link-primary" rel="bookmark" title="Heightened Antitrust Scrutiny in Labor Markets: The Turkish Competition Authority’s Perspective"> Heightened Antitrust Scrutiny in Labor Markets: The Turkish Competition Authority’s Perspective </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/lessons-for-the-dmcc-challenges-and-trade-offs-facing-access-to-ecosystems-in-digital-markets/" class="h5 link-primary" rel="bookmark" title="Lessons for the DMCC: Challenges and Trade-offs Facing Access to Ecosystems in Digital Markets"> Lessons for the DMCC: Challenges and Trade-offs Facing Access to Ecosystems in Digital Markets </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/digital-markets-regulation-or-innovation-in-asia-pacific/" class="h5 link-primary" rel="bookmark" title="Digital Markets: Regulation or Innovation in Asia-Pacific?"> Digital Markets: Regulation or Innovation in Asia-Pacific? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-healthcare-antitrust/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Healthcare Antitrust"> Antitrust Chronicle® – Healthcare Antitrust </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ai-and-antitrust-considerations-in-u-s-health-care/" class="h5 link-primary" rel="bookmark" title="AI and Antitrust Considerations in U.S. Health Care"> AI and Antitrust Considerations in U.S. Health Care </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/uncertainty-in-the-bottom-line-new-antitrust-scrutiny-and-enforcement-in-private-equity-transactions/" class="h5 link-primary" rel="bookmark" title="Uncertainty in the Bottom Line: New Antitrust Scrutiny and Enforcement in Private Equity Transactions"> Uncertainty in the Bottom Line: New Antitrust Scrutiny and Enforcement in Private Equity Transactions </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/effecting-ma-diligence-when-competitors-are-involved/" class="h5 link-primary" rel="bookmark" title="Effecting M&#038;A Diligence When Competitors Are Involved"> Effecting M&#038;A Diligence When Competitors Are Involved </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ai-pharmaceutical-sector-and-eu-competition-law-and-policy-what-does-the-future-look-like/" class="h5 link-primary" rel="bookmark" title="AI, Pharmaceutical Sector, and EU Competition Law and Policy: What Does the Future Look Like?"> AI, Pharmaceutical Sector, and EU Competition Law and Policy: What Does the Future Look Like? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-credit-card-competition-act-of-2023-elements-and-potential-impact/" class="h5 link-primary" rel="bookmark" title="The Credit Card Competition Act of 2023: Elements and Potential Impact"> The Credit Card Competition Act of 2023: Elements and Potential Impact </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-division-lawyers-recent-messaging-on-prosecuting-defense-attorneys-should-disappear/" class="h5 link-primary" rel="bookmark" title="Antitrust Division Lawyers’ Recent Messaging on Prosecuting Defense Attorneys Should Disappear"> Antitrust Division Lawyers’ Recent Messaging on Prosecuting Defense Attorneys Should Disappear </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/techreg-chronicle-network-neutrality/" class="h5 link-primary" rel="bookmark" title="TechREG® Chronicle – Network Neutrality"> TechREG® Chronicle – Network Neutrality </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/not-the-same-old-broken-record-why-judicial-review-of-the-2024-net-neutrality-rules-could-be-different/" class="h5 link-primary" rel="bookmark" title="Not the Same Old Broken Record?: Why Judicial Review of the 2024 Net Neutrality Rules Could Be Different"> Not the Same Old Broken Record?: Why Judicial Review of the 2024 Net Neutrality Rules Could Be Different </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-expert-agency-on-communications/" class="h5 link-primary" rel="bookmark" title="The Expert Agency on Communications"> The Expert Agency on Communications </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/on-the-new-administrative-law-of-broadband-classification/" class="h5 link-primary" rel="bookmark" title="On the New Administrative Law of Broadband Classification"> On the New Administrative Law of Broadband Classification </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/u-s-net-neutrality-regulation-here-again-for-now/" class="h5 link-primary" rel="bookmark" title="U.S. Net Neutrality Regulation: Here Again… For Now"> U.S. Net Neutrality Regulation: Here Again… For Now </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/network-neutrality-as-governance-seam/" class="h5 link-primary" rel="bookmark" title="Network Neutrality as Governance Seam"> Network Neutrality as Governance Seam </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/title-ii-the-model-t-of-broadband-regulation/" class="h5 link-primary" rel="bookmark" title="Title II: The Model T of Broadband Regulation"> Title II: The Model T of Broadband Regulation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/net-neutrality-doing-the-same-thing-over-and-over-again-and-expecting-a-different-result/" class="h5 link-primary" rel="bookmark" title="Net Neutrality: Doing the Same Thing Over and Over Again and Expecting a Different Result"> Net Neutrality: Doing the Same Thing Over and Over Again and Expecting a Different Result </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-merger-guidelines-retrospective/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Merger Guidelines Retrospective"> Antitrust Chronicle® – Merger Guidelines Retrospective </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/mergers-of-complements/" class="h5 link-primary" rel="bookmark" title="Mergers of Complements"> Mergers of Complements </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/personality-traits-private-equity-and-merger-analysis/" class="h5 link-primary" rel="bookmark" title="Personality Traits, Private Equity, and Merger Analysis"> Personality Traits, Private Equity, and Merger Analysis </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-2023-merger-guidelines-lessons-in-the-importance-of-incipiency-modern-economics-and-monopsony/" class="h5 link-primary" rel="bookmark" title="The 2023 Merger Guidelines: Lessons in the Importance of Incipiency, Modern Economics, and Monopsony"> The 2023 Merger Guidelines: Lessons in the Importance of Incipiency, Modern Economics, and Monopsony </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-2023-merger-guidelines-sharpening-merger-analysis/" class="h5 link-primary" rel="bookmark" title="The 2023 Merger Guidelines: Sharpening Merger Analysis"> The 2023 Merger Guidelines: Sharpening Merger Analysis </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/potential-competition-a-force-awakened-or-a-phantom-menace/" class="h5 link-primary" rel="bookmark" title="Potential Competition: A Force Awakened or a Phantom Menace?"> Potential Competition: A Force Awakened or a Phantom Menace? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/procompetitive-effects-of-mergers-in-the-2023-merger-guidelines-what-counts-and-where/" class="h5 link-primary" rel="bookmark" title="Procompetitive Effects of Mergers in the 2023 Merger Guidelines: What Counts and Where?"> Procompetitive Effects of Mergers in the 2023 Merger Guidelines: What Counts and Where? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/common-ownership-in-the-merger-guidelines/" class="h5 link-primary" rel="bookmark" title="Common Ownership in the Merger Guidelines"> Common Ownership in the Merger Guidelines </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/deterrence-in-merger-review-likely-effects-of-recent-u-s-policy-changes/" class="h5 link-primary" rel="bookmark" title="Deterrence in Merger Review: Likely Effects of Recent U.S. Policy Changes"> Deterrence in Merger Review: Likely Effects of Recent U.S. Policy Changes </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/competition-and-poverty-reduction-what-is-the-role-for-competition-authorities/" class="h5 link-primary" rel="bookmark" title="Competition and Poverty Reduction: What Is the Role for Competition Authorities?"> Competition and Poverty Reduction: What Is the Role for Competition Authorities? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/public-tenders-and-competition-law-are-we-acting-competitively-in-australia/" class="h5 link-primary" rel="bookmark" title="Public Tenders and Competition Law: Are We Acting Competitively in Australia?"> Public Tenders and Competition Law: Are We Acting Competitively in Australia? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-ecosystems/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Ecosystems"> Antitrust Chronicle® – Ecosystems </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/mapping-antitrust-onto-digital-ecosystems/" class="h5 link-primary" rel="bookmark" title="Mapping Antitrust onto Digital Ecosystems"> Mapping Antitrust onto Digital Ecosystems </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ecosystems-and-competition-law-a-law-and-political-economy-approach/" class="h5 link-primary" rel="bookmark" title="Ecosystems and Competition Law: A Law and Political Economy Approach"> Ecosystems and Competition Law: A Law and Political Economy Approach </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ecosystem-theories-of-harm-what-is-beyond-the-buzzword/" class="h5 link-primary" rel="bookmark" title="Ecosystem Theories of Harm: What is Beyond the Buzzword?"> Ecosystem Theories of Harm: What is Beyond the Buzzword? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/open-ecosystems-benefits-challenges-and-implications-for-antitrust/" class="h5 link-primary" rel="bookmark" title="Open Ecosystems: Benefits, Challenges, and Implications for Antitrust"> Open Ecosystems: Benefits, Challenges, and Implications for Antitrust </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-concept-of-ecosystem-a-shield-a-sword-or-janus/" class="h5 link-primary" rel="bookmark" title="The Concept of Ecosystem: A Shield, a Sword, or Janus?"> The Concept of Ecosystem: A Shield, a Sword, or Janus? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/rethinking-competition-enforcement-for-sustainable-data-driven-ecosystems/" class="h5 link-primary" rel="bookmark" title="Rethinking Competition Enforcement for Sustainable Data-Driven Ecosystems"> Rethinking Competition Enforcement for Sustainable Data-Driven Ecosystems </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/time-for-competition-law-enforcement-in-sports-recent-developments-in-latin-america/" class="h5 link-primary" rel="bookmark" title="Time for Competition Law Enforcement in Sports: Recent Developments in Latin America"> Time for Competition Law Enforcement in Sports: Recent Developments in Latin America </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-impact-of-space-exploration-projects-in-telecommunication-competition/" class="h5 link-primary" rel="bookmark" title="The Impact of Space Exploration Projects in Telecommunication Competition<sup>1</sup>"> The Impact of Space Exploration Projects in Telecommunication Competition<sup>1</sup> </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/techreg-chronicle-biometric-privacy-rights/" class="h5 link-primary" rel="bookmark" title="TechREG® Chronicle &#8211; Biometric Privacy Rights"> TechREG® Chronicle &#8211; Biometric Privacy Rights </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ftc-and-state-attorneys-general-poised-for-strengthened-action-on-biometric-privacy/" class="h5 link-primary" rel="bookmark" title="FTC and State Attorneys General Poised for Strengthened Action on Biometric Privacy"> FTC and State Attorneys General Poised for Strengthened Action on Biometric Privacy </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/biometric-privacy-as-a-case-study-for-u-s-privacy-overall/" class="h5 link-primary" rel="bookmark" title="Biometric Privacy as a Case Study for U.S. Privacy Overall"> Biometric Privacy as a Case Study for U.S. Privacy Overall </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/getting-bipa-right-biometric-identifiers-must-identify/" class="h5 link-primary" rel="bookmark" title="Getting Bipa Right: Biometric Identifiers Must Identify"> Getting Bipa Right: Biometric Identifiers Must Identify </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/bipa-007-biometric-privacy-laws-or-license-to-kill-businesses/" class="h5 link-primary" rel="bookmark" title="Bipa 007- Biometric Privacy Laws or License to Kill Businesses"> Bipa 007- Biometric Privacy Laws or License to Kill Businesses </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/biometrics-risks-in-the-lone-star-state-what-in-house-counsel-c-suite-executives-need-to-know/" class="h5 link-primary" rel="bookmark" title="Biometrics Risks in the Lone Star State: What In-House Counsel &#038; C-Suite Executives Need to Know"> Biometrics Risks in the Lone Star State: What In-House Counsel &#038; C-Suite Executives Need to Know </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/what-women-risk-from-workplace-monitoring/" class="h5 link-primary" rel="bookmark" title="What Women Risk From Workplace Monitoring"> What Women Risk From Workplace Monitoring </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/charting-europes-course-insights-from-mario-monti-on-competition-dynamics-in-dynamic-markets/" class="h5 link-primary" rel="bookmark" title="Charting Europe&#8217;s Course: Insights from Mario Monti on Competition Dynamics in Dynamic Markets"> Charting Europe&#8217;s Course: Insights from Mario Monti on Competition Dynamics in Dynamic Markets </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-in-dynamic-markets-perspectives-from-chief-economists/" class="h5 link-primary" rel="bookmark" title="Antitrust in Dynamic Markets: Perspectives from Chief Economists"> Antitrust in Dynamic Markets: Perspectives from Chief Economists </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/andreas-schwab-reflects-on-calls-for-dynamic-enforcement-in-digital-markets-amid-ai-integration/" class="h5 link-primary" rel="bookmark" title="Andreas Schwab Reflects on Calls for Dynamic Enforcement in Digital Markets Amid AI Integration"> Andreas Schwab Reflects on Calls for Dynamic Enforcement in Digital Markets Amid AI Integration </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/dynamic-competition-in-dynamic-markets-exploring-the-future-of-digital-mergers-and-innovation/" class="h5 link-primary" rel="bookmark" title="Dynamic Competition in Dynamic Markets: Exploring the Future of Digital Mergers and Innovation"> Dynamic Competition in Dynamic Markets: Exploring the Future of Digital Mergers and Innovation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/yanyan-yang-on-chinas-merger-control/" class="h5 link-primary" rel="bookmark" title="Yanyan Yang on China&#8217;s Merger Control"> Yanyan Yang on China&#8217;s Merger Control </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/experts-discuss-algorithmic-pricing-at-cpis-european-conference/" class="h5 link-primary" rel="bookmark" title="Experts Discuss Algorithmic Pricing at CPI&#8217;s European Conference"> Experts Discuss Algorithmic Pricing at CPI&#8217;s European Conference </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/critical-decision-cofece-and-the-future-of-e-commerce-competition-in-mexico/" class="h5 link-primary" rel="bookmark" title="Critical Decision: COFECE and the Future of E-commerce Competition in Mexico"> Critical Decision: COFECE and the Future of E-commerce Competition in Mexico </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/platform-regulation-where-do-we-stand-what-are-we-missing/" class="h5 link-primary" rel="bookmark" title="Platform Regulation: Where Do We Stand &#038; What Are We Missing?"> Platform Regulation: Where Do We Stand &#038; What Are We Missing? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ai-competition-law-what-are-the-challenges-and-opportunities/" class="h5 link-primary" rel="bookmark" title="AI &#038; Competition Law: What Are the Challenges and Opportunities?"> AI &#038; Competition Law: What Are the Challenges and Opportunities? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-economics-of-criminal-antitrust/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Economics of Criminal Antitrust"> Antitrust Chronicle® – Economics of Criminal Antitrust </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/navigating-economic-expert-work-in-criminal-antitrust-litigation/" class="h5 link-primary" rel="bookmark" title="Navigating Economic Expert Work in Criminal Antitrust Litigation"> Navigating Economic Expert Work in Criminal Antitrust Litigation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-increased-importance-of-economics-in-cartel-cases/" class="h5 link-primary" rel="bookmark" title="The Increased Importance of Economics in Cartel Cases"> The Increased Importance of Economics in Cartel Cases </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/a-law-and-economics-analysis-of-the-antitrust-treatment-of-physician-collective-price-agreements/" class="h5 link-primary" rel="bookmark" title="A Law and Economics Analysis of the Antitrust Treatment of Physician Collective Price Agreements"> A Law and Economics Analysis of the Antitrust Treatment of Physician Collective Price Agreements </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/information-exchange-in-criminal-antitrust-cases-how-economic-testimony-can-tip-the-scales/" class="h5 link-primary" rel="bookmark" title="Information Exchange In Criminal Antitrust Cases: How Economic Testimony Can Tip The Scales"> Information Exchange In Criminal Antitrust Cases: How Economic Testimony Can Tip The Scales </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/economic-analysis-in-criminal-antitrust-violations-a-review-of-recent-matters-involving-expert-economist-testimony/" class="h5 link-primary" rel="bookmark" title="Economic Analysis in Criminal Antitrust Violations: A Review of Recent Matters Involving Expert Economist Testimony"> Economic Analysis in Criminal Antitrust Violations: A Review of Recent Matters Involving Expert Economist Testimony </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/presenting-economic-evidence-in-a-criminal-antitrust-trial-some-strategic-thoughts/" class="h5 link-primary" rel="bookmark" title="Presenting Economic Evidence in a Criminal Antitrust Trial: Some Strategic Thoughts"> Presenting Economic Evidence in a Criminal Antitrust Trial: Some Strategic Thoughts </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/choke-points-competitiveness-and-competition/" class="h5 link-primary" rel="bookmark" title="Choke Points, Competitiveness, and Competition"> Choke Points, Competitiveness, and Competition </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-china-edition-year-of-the-dragon/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – China Edition &#8211; Year of the Dragon"> Antitrust Chronicle® – China Edition &#8211; Year of the Dragon </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/review-logic-and-rules-for-concentrations-of-undertakings-that-do-not-meet-the-standard-of-notification/" class="h5 link-primary" rel="bookmark" title="Review Logic and Rules for Concentrations of Undertakings that Do Not Meet the Standard of Notification"> Review Logic and Rules for Concentrations of Undertakings that Do Not Meet the Standard of Notification </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/chinas-review-of-semiconductor-transactions/" class="h5 link-primary" rel="bookmark" title="China’s Review of Semiconductor Transactions"> China’s Review of Semiconductor Transactions </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/key-challenges-and-tips-for-merger-control-filing-in-china-for-listed-companies/" class="h5 link-primary" rel="bookmark" title="Key Challenges and Tips for Merger Control Filing in China for Listed Companies"> Key Challenges and Tips for Merger Control Filing in China for Listed Companies </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/key-point-review-china-spc-antitrust-judgments-in-2023/" class="h5 link-primary" rel="bookmark" title="Key Point Review: China SPC Antitrust Judgments in 2023"> Key Point Review: China SPC Antitrust Judgments in 2023 </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-interplay-between-antitrust-and-private-intellectual-property-litigation-in-china-patent-law-and-beyond/" class="h5 link-primary" rel="bookmark" title="The Interplay Between Antitrust and Private Intellectual Property Litigation in China: Patent Law and Beyond"> The Interplay Between Antitrust and Private Intellectual Property Litigation in China: Patent Law and Beyond </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/chinas-regulation-on-resale-price-maintenance-the-necessity-and-path-for-the-implementation-of-the-safe-harbor-and-effects-based-defense-mechanisms/" class="h5 link-primary" rel="bookmark" title="China’s Regulation on Resale Price Maintenance: The Necessity and Path for the Implementation of the “Safe Harbor” and “Effects-Based Defense” Mechanisms"> China’s Regulation on Resale Price Maintenance: The Necessity and Path for the Implementation of the “Safe Harbor” and “Effects-Based Defense” Mechanisms </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/patent-valuation-in-china-sep-cases/" class="h5 link-primary" rel="bookmark" title="Patent Valuation in China SEP Cases"> Patent Valuation in China SEP Cases </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/roger-zhang-on-recent-regulatory-developments/" class="h5 link-primary" rel="bookmark" title="Roger Zhang on Recent Regulatory Developments"> Roger Zhang on Recent Regulatory Developments </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/fireside-chat-reflecting-on-two-decades-since-the-microsoft-decision-lessons-and-insights/" class="h5 link-primary" rel="bookmark" title="Reflecting on Two Decades Since the Microsoft Decision: Lessons and Insights"> Reflecting on Two Decades Since the Microsoft Decision: Lessons and Insights </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-challenges-of-shifting-landscapes/" class="h5 link-primary" rel="bookmark" title="The Challenges of Shifting Landscapes"> The Challenges of Shifting Landscapes </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/chinese-standard-essential-patents-licensing-negotiations-and-dispute-resolution-in-practice/" class="h5 link-primary" rel="bookmark" title="Chinese Standard Essential Patents Licensing Negotiations and Dispute Resolution in Practice"> Chinese Standard Essential Patents Licensing Negotiations and Dispute Resolution in Practice </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/argentinas-leniency-program-a-proposed-regulation/" class="h5 link-primary" rel="bookmark" title="Argentina’s Leniency Program: A Proposed Regulation"> Argentina’s Leniency Program: A Proposed Regulation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-real-estate-antitrust/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® &#8211; Real Estate &#038; Antitrust"> Antitrust Chronicle® &#8211; Real Estate &#038; Antitrust </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/systematic-national-evidence-of-steering-by-real-estate-agents/" class="h5 link-primary" rel="bookmark" title="Systematic National Evidence of Steering by Real Estate Agents"> Systematic National Evidence of Steering by Real Estate Agents </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/compliance-now-actionable-antitrust-advice-for-the-residential-real-estate-industry/" class="h5 link-primary" rel="bookmark" title="Compliance Now! Actionable Antitrust Advice for the Residential Real Estate Industry"> Compliance Now! Actionable Antitrust Advice for the Residential Real Estate Industry </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/real-estate-commissions-some-insights-from-the-economics-of-multi-sided-platforms/" class="h5 link-primary" rel="bookmark" title="Real Estate Commissions: Some Insights from the Economics of Multi-Sided Platforms"> Real Estate Commissions: Some Insights from the Economics of Multi-Sided Platforms </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/new-ideas-for-promoting-real-estate-brokerage-price-competition/" class="h5 link-primary" rel="bookmark" title="New Ideas for Promoting Real Estate Brokerage Price Competition"> New Ideas for Promoting Real Estate Brokerage Price Competition </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/recent-developments-in-the-competition-authorities-activities-in-the-real-estate-sector-in-the-eu-and-uk/" class="h5 link-primary" rel="bookmark" title="Recent Developments in the Competition Authorities’ Activities in the Real Estate Sector in the EU and UK"> Recent Developments in the Competition Authorities’ Activities in the Real Estate Sector in the EU and UK </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/techreg-chronicle-regulating-cloud-computing/" class="h5 link-primary" rel="bookmark" title="TechREG® Chronicle &#8211; Regulating Cloud Computing"> TechREG® Chronicle &#8211; Regulating Cloud Computing </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/is-merger-enforcement-keeping-up-with-the-cloud/" class="h5 link-primary" rel="bookmark" title="Is Merger Enforcement Keeping Up with the Cloud?"> Is Merger Enforcement Keeping Up with the Cloud? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/cloud-computing-regulating-a-tech-market-before-competition-fails/" class="h5 link-primary" rel="bookmark" title="Cloud Computing: Regulating a Tech Market Before Competition Fails"> Cloud Computing: Regulating a Tech Market Before Competition Fails </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/cloud-regulation-in-the-eu-data-act/" class="h5 link-primary" rel="bookmark" title="Cloud Regulation in the EU Data Act"> Cloud Regulation in the EU Data Act </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/cloud-sovereignty-as-a-driver-of-eu-policy/" class="h5 link-primary" rel="bookmark" title="Cloud Sovereignty as a Driver of EU Policy"> Cloud Sovereignty as a Driver of EU Policy </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/regulating-data-protection-in-cloud-computing/" class="h5 link-primary" rel="bookmark" title="Regulating Data Protection in Cloud Computing"> Regulating Data Protection in Cloud Computing </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/market-concentration-in-cloud-services-and-its-impact-on-investigative-journalism/" class="h5 link-primary" rel="bookmark" title="Market Concentration in Cloud Services and its Impact on Investigative Journalism"> Market Concentration in Cloud Services and its Impact on Investigative Journalism </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ofcoms-study-into-competition-in-cloud-markets-prompts-referral-to-the-cma-for-further-investigation/" class="h5 link-primary" rel="bookmark" title="Ofcom’s Study Into Competition in Cloud Markets Prompts Referral to the CMA for Further Investigation"> Ofcom’s Study Into Competition in Cloud Markets Prompts Referral to the CMA for Further Investigation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/whats-frand-got-to-do-with-it-how-will-fair-reasonable-and-non-discriminatory-terms-be-determined-for-accessing-digital-platforms/" class="h5 link-primary" rel="bookmark" title="What’s FRAND Got to Do With It: How Will Fair, Reasonable, and Non-Discriminatory Terms be Determined for Accessing Digital Platforms?"> What’s FRAND Got to Do With It: How Will Fair, Reasonable, and Non-Discriminatory Terms be Determined for Accessing Digital Platforms? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/brazilian-competition-policy-in-2023-a-changing-landscape/" class="h5 link-primary" rel="bookmark" title="Brazilian Competition Policy in 2023: A Changing Landscape"> Brazilian Competition Policy in 2023: A Changing Landscape </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-policy-and-legal-standards-for-build-or-buy-decisions/" class="h5 link-primary" rel="bookmark" title="Antitrust Policy and Legal Standards for Build-or-Buy Decisions"> Antitrust Policy and Legal Standards for Build-or-Buy Decisions </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-pricing-algorithms/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Pricing Algorithms"> Antitrust Chronicle® – Pricing Algorithms </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/pricing-algorithms-and-antitrust-enforcement-sandboxes-to-the-rescue/" class="h5 link-primary" rel="bookmark" title="Pricing Algorithms and Antitrust Enforcement: Sandboxes to the Rescue?"> Pricing Algorithms and Antitrust Enforcement: Sandboxes to the Rescue? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ai-algorithmic-pricing-and-collusion/" class="h5 link-primary" rel="bookmark" title="AI, Algorithmic Pricing, and Collusion"> AI, Algorithmic Pricing, and Collusion </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/competition-collusion-in-a-world-of-algorithmic-pricing-antitrust-risks-enforcement-trends/" class="h5 link-primary" rel="bookmark" title="Competition &#038; Collusion in a World of Algorithmic Pricing: Antitrust Risks &#038; Enforcement Trends"> Competition &#038; Collusion in a World of Algorithmic Pricing: Antitrust Risks &#038; Enforcement Trends </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/pricing-algorithms-in-antitrusts-sights/" class="h5 link-primary" rel="bookmark" title="Pricing Algorithms in Antitrust’s Sights?"> Pricing Algorithms in Antitrust’s Sights? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/pricing-algorithms-what-role-for-regulation/" class="h5 link-primary" rel="bookmark" title="Pricing Algorithms — What Role for Regulation?"> Pricing Algorithms — What Role for Regulation? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/competitive-implications-of-pricing-algorithms-under-the-united-states-antitrust-laws/" class="h5 link-primary" rel="bookmark" title="Competitive Implications of Pricing Algorithms Under the United States Antitrust Laws"> Competitive Implications of Pricing Algorithms Under the United States Antitrust Laws </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/algorithmic-collusion-and-personalized-pricing-a-view-from-the-uk/" class="h5 link-primary" rel="bookmark" title="Algorithmic Collusion and Personalized Pricing: A View from the UK"> Algorithmic Collusion and Personalized Pricing: A View from the UK </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ai-in-pricing-algorithms-beware-falling-foul-of-antitrust-rules-and-data-privacy-laws/" class="h5 link-primary" rel="bookmark" title="AI in Pricing Algorithms: Beware Falling Foul of Antitrust Rules and Data Privacy Laws"> AI in Pricing Algorithms: Beware Falling Foul of Antitrust Rules and Data Privacy Laws </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-risks-involving-algorithmic-pricing-the-brazilian-experience/" class="h5 link-primary" rel="bookmark" title="Antitrust Risks Involving Algorithmic Pricing: The Brazilian Experience"> Antitrust Risks Involving Algorithmic Pricing: The Brazilian Experience </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/techreg-chronicle-regulating-social-media/" class="h5 link-primary" rel="bookmark" title="TechREG® Chronicle – Regulating Social Media"> TechREG® Chronicle – Regulating Social Media </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/enhancing-social-media-regulation-through-transparency-examining-the-new-transparency-regime-in-the-eu/" class="h5 link-primary" rel="bookmark" title="Enhancing Social-Media Regulation Through Transparency? Examining the New Transparency Regime in the EU"> Enhancing Social-Media Regulation Through Transparency? Examining the New Transparency Regime in the EU </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/social-media-regulation-futures-learning-from-international-policy-mixes/" class="h5 link-primary" rel="bookmark" title="Social Media Regulation Futures: Learning from International Policy Mixes"> Social Media Regulation Futures: Learning from International Policy Mixes </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/a-law-economics-approach-to-social-media-regulation/" class="h5 link-primary" rel="bookmark" title="A Law &#038; Economics Approach to Social Media Regulation"> A Law &#038; Economics Approach to Social Media Regulation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/regulating-social-media/" class="h5 link-primary" rel="bookmark" title="Regulating Social Media"> Regulating Social Media </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/online-safety-and-pro-competition-regulation-friends-or-foes/" class="h5 link-primary" rel="bookmark" title="Online Safety and Pro-Competition Regulation: Friends or Foes?"> Online Safety and Pro-Competition Regulation: Friends or Foes? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-trust-in-social-networks/" class="h5 link-primary" rel="bookmark" title="The Trust in Social Networks"> The Trust in Social Networks </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/lawmakers-move-fast-and-break-things-when-regulating-social-media-but-ai-can-and-should-be-handled-differently/" class="h5 link-primary" rel="bookmark" title="Lawmakers “Move Fast and Break Things” when Regulating Social Media, but AI Can (and Should) Be Handled Differently"> Lawmakers “Move Fast and Break Things” when Regulating Social Media, but AI Can (and Should) Be Handled Differently </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/understanding-the-difference-between-participants-and-contributors-in-a-standard-development-process/" class="h5 link-primary" rel="bookmark" title="Understanding the Difference Between Participants and Contributors in a Standard-Development Process"> Understanding the Difference Between Participants and Contributors in a Standard-Development Process </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-economics-of-data/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Economics of Data"> Antitrust Chronicle® – Economics of Data </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/theories-of-harm-because-of-data/" class="h5 link-primary" rel="bookmark" title="Theories of Harm Because of Data"> Theories of Harm Because of Data </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/data-in-the-digital-economy-the-anti-hero-of-antitrust-or-just-bad-reputation/" class="h5 link-primary" rel="bookmark" title="Data in The Digital Economy: The “Anti-Hero” of Antitrust or Just “Bad Reputation?”"> Data in The Digital Economy: The “Anti-Hero” of Antitrust or Just “Bad Reputation?” </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/from-data-myths-to-data-reality-what-generative-ai-can-tell-us-about-competition-policy-and-vice-versa/" class="h5 link-primary" rel="bookmark" title="From Data Myths to Data Reality: What Generative AI Can Tell Us About Competition Policy (and Vice Versa)"> From Data Myths to Data Reality: What Generative AI Can Tell Us About Competition Policy (and Vice Versa) </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/not-all-e-commerce-businesses-are-born-equal-implications-for-privacy-regulation/" class="h5 link-primary" rel="bookmark" title="Not All E-Commerce Businesses are Born Equal: Implications for Privacy Regulation"> Not All E-Commerce Businesses are Born Equal: Implications for Privacy Regulation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-economics-of-the-data-driven-economy-and-the-demand-for-antitrust/" class="h5 link-primary" rel="bookmark" title="The Economics of the Data-Driven Economy and the Demand for Antitrust"> The Economics of the Data-Driven Economy and the Demand for Antitrust </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/can-data-regulation-reshape-the-short-term-rental-market/" class="h5 link-primary" rel="bookmark" title="Can Data Regulation Reshape the Short-Term Rental Market?"> Can Data Regulation Reshape the Short-Term Rental Market? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/data-at-the-frontline-the-economic-theories-of-data-centric-antitrust-enforcement/" class="h5 link-primary" rel="bookmark" title="Data at the Frontline: The Economic Theories of Data-Centric Antitrust Enforcement"> Data at the Frontline: The Economic Theories of Data-Centric Antitrust Enforcement </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/power-not-price-on-the-antitrust-agenda-for-the-next-world-order/" class="h5 link-primary" rel="bookmark" title="“Power, not Price”: On the Antitrust Agenda for the “Next World Order”"> “Power, not Price”: On the Antitrust Agenda for the “Next World Order” </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/reducing-administrative-costs-in-u-s-healthcare-using-precedent-thinking-to-develop-pathways-to-innovative-solutions/" class="h5 link-primary" rel="bookmark" title="Reducing Administrative Costs in U.S. Healthcare: Using Precedent Thinking to Develop Pathways to Innovative Solutions"> Reducing Administrative Costs in U.S. Healthcare: Using Precedent Thinking to Develop Pathways to Innovative Solutions </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/removal-of-standstill-obligations-for-open-market-transactions-under-the-2023-competition-amendment-act/" class="h5 link-primary" rel="bookmark" title="Removal of Standstill Obligations for Open Market Transactions Under the 2023 Competition Amendment Act"> Removal of Standstill Obligations for Open Market Transactions Under the 2023 Competition Amendment Act </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/techreg-chronicle-encryption/" class="h5 link-primary" rel="bookmark" title="TechREG® Chronicle &#8211; Encryption"> TechREG® Chronicle &#8211; Encryption </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/who-controls-your-phone-client-side-scanning-and-the-future-of-ownership/" class="h5 link-primary" rel="bookmark" title="Who Controls Your Phone: Client-Side Scanning and the Future of Ownership"> Who Controls Your Phone: Client-Side Scanning and the Future of Ownership </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-encryption-dilemma-attempting-to-resolve-the-unresolvable/" class="h5 link-primary" rel="bookmark" title="The Encryption Dilemma: Attempting to Resolve the Unresolvable"> The Encryption Dilemma: Attempting to Resolve the Unresolvable </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/a-secure-digital-society-without-strong-encryption-is-unthinkable/" class="h5 link-primary" rel="bookmark" title="A Secure Digital Society without Strong Encryption is Unthinkable"> A Secure Digital Society without Strong Encryption is Unthinkable </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/emerging-policy-questions-for-quantum-encryption/" class="h5 link-primary" rel="bookmark" title="Emerging Policy Questions for Quantum Encryption"> Emerging Policy Questions for Quantum Encryption </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-the-rules-of-reason/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – The Rule(s) of Reason"> Antitrust Chronicle® – The Rule(s) of Reason </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/evolving-the-rule-of-reason-for-legacy-business-conduct/" class="h5 link-primary" rel="bookmark" title="Evolving the Rule of Reason for Legacy Business Conduct"> Evolving the Rule of Reason for Legacy Business Conduct </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-object-identity/" class="h5 link-primary" rel="bookmark" title="The Object Identity"> The Object Identity </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/in-praise-of-rules-based-antitrust/" class="h5 link-primary" rel="bookmark" title="In Praise of Rules-Based Antitrust"> In Praise of Rules-Based Antitrust </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-future-of-state-ag-antitrust-enforcement-and-federal-state-cooperation/" class="h5 link-primary" rel="bookmark" title="The Future of State AG Antitrust Enforcement and Federal-State Cooperation"> The Future of State AG Antitrust Enforcement and Federal-State Cooperation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/resurrecting-the-incipiency-doctrine-recreates-the-problem-it-was-designed-to-solve/" class="h5 link-primary" rel="bookmark" title="Resurrecting the Incipiency Doctrine Recreates the Problem it was Designed to Solve"> Resurrecting the Incipiency Doctrine Recreates the Problem it was Designed to Solve </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-non-price-effects-of-mergers/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Non-Price Effects of Mergers"> Antitrust Chronicle® – Non-Price Effects of Mergers </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/is-data-the-new-oil-non-price-effects-of-mergers-in-data-intensive-industries/" class="h5 link-primary" rel="bookmark" title="Is Data “The New Oil”? Non-Price Effects of Mergers In Data-Intensive Industries"> Is Data “The New Oil”? Non-Price Effects of Mergers In Data-Intensive Industries </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/non-price-effects-in-mergers-examples-from-federal-trade-commission-enforcement-1992-2023/" class="h5 link-primary" rel="bookmark" title="Non-Price Effects in Mergers: Examples from Federal Trade Commission Enforcement, 1992-2023"> Non-Price Effects in Mergers: Examples from Federal Trade Commission Enforcement, 1992-2023 </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/non-price-effects-of-mergers-in-healthcare-markets/" class="h5 link-primary" rel="bookmark" title="Non-Price Effects of Mergers in Healthcare Markets"> Non-Price Effects of Mergers in Healthcare Markets </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/booking-etraveli-and-one-stop-shopping/" class="h5 link-primary" rel="bookmark" title="<em>Booking/eTraveli</em> and One-Stop Shopping"> <em>Booking/eTraveli</em> and One-Stop Shopping </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/illumina-v-ftc-the-clayton-act-protects-competition-in-future-markets/" class="h5 link-primary" rel="bookmark" title="<em>Illumina v. FTC:</em> The Clayton Act Protects Competition in Future Markets"> <em>Illumina v. FTC:</em> The Clayton Act Protects Competition in Future Markets </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/breaching-merger-remedies-may-be-an-abuse-of-dominance-turkish-competition-authoritys-essilorluxottica-decision/" class="h5 link-primary" rel="bookmark" title="Breaching Merger Remedies May be an Abuse of Dominance: Turkish Competition Authority’s <i>EssilorLuxottica</i> Decision"> Breaching Merger Remedies May be an Abuse of Dominance: Turkish Competition Authority’s <i>EssilorLuxottica</i> Decision </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/dr-john-yong-ren-on-the-broadcom-vmware-deal/" class="h5 link-primary" rel="bookmark" title="Dr. John Yong Ren on the <i>Broadcom/VMware</i> Deal"> Dr. John Yong Ren on the <i>Broadcom/VMware</i> Deal </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/new-doj-ftc-merger-guidelines-opportunities-and-strategies-for-merging-parties/" class="h5 link-primary" rel="bookmark" title="New DOJ-FTC Merger Guidelines: Opportunities and Strategies for Merging Parties"> New DOJ-FTC Merger Guidelines: Opportunities and Strategies for Merging Parties </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/green-deal-a-proposal-to-revamp-the-mexican-review-of-collaborative-agreements-in-the-context-of-the-climate-crisis/" class="h5 link-primary" rel="bookmark" title="Green Deal: A Proposal to Revamp the Mexican Review of Collaborative Agreements in the Context of the Climate Crisis"> Green Deal: A Proposal to Revamp the Mexican Review of Collaborative Agreements in the Context of the Climate Crisis </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/what-could-be-the-impact-of-the-shared-competence-of-two-regulatory-authorities-on-data-privacy-issues-regarding-dma-like-legislation/" class="h5 link-primary" rel="bookmark" title="What could be the impact of the shared competence of two regulatory authorities on data privacy issues regarding DMA-like legislation?"> What could be the impact of the shared competence of two regulatory authorities on data privacy issues regarding DMA-like legislation? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/are-national-competition-authorities-equipped-to-enforce-dma-like-legislation/" class="h5 link-primary" rel="bookmark" title="Are national competition authorities equipped to enforce DMA-like legislation?"> Are national competition authorities equipped to enforce DMA-like legislation? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/what-is-the-role-of-rekabet-kurumu-and-do-you-see-a-role-of-a-national-competition-authority-in-helping-foment-foreign-investments-in-turkey/" class="h5 link-primary" rel="bookmark" title="What is the role of Rekabet Kurumu, and do you see a role of a national competition authority in helping foment foreign investments in Turkey?"> What is the role of Rekabet Kurumu, and do you see a role of a national competition authority in helping foment foreign investments in Turkey? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/do-you-think-implementing-a-new-ex-ante-regulation-will-help-boost-turkish-economic-growth-do-you-see-any-risk-in-adopting-additional-regulation-in-times-of-economic-uncertainty-2/" class="h5 link-primary" rel="bookmark" title="Do you think implementing a new ex-ante regulation will help boost Turkish economic growth? Do you see any risk in adopting additional regulation in times of economic uncertainty?"> Do you think implementing a new ex-ante regulation will help boost Turkish economic growth? Do you see any risk in adopting additional regulation in times of economic uncertainty? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/how-does-the-eu-handle-common-agenda-items-such-as-data-privacy-in-terms-of-effective-enforcement-of-the-dma-can-competition-authorities-independently-rule-on-matters-that-touch-upon-personal-data/" class="h5 link-primary" rel="bookmark" title="How does the EU handle common agenda items, such as data privacy, in terms of effective enforcement of the DMA? Can competition authorities independently rule on matters that touch upon personal data?"> How does the EU handle common agenda items, such as data privacy, in terms of effective enforcement of the DMA? Can competition authorities independently rule on matters that touch upon personal data? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/what-value-for-the-european-economy-is-expected-from-the-data-combination-and-cross-use-provisions-prohibitions-in-the-dma/" class="h5 link-primary" rel="bookmark" title="What value for the European economy is expected from the data combination and cross-use provisions/prohibitions in the DMA?"> What value for the European economy is expected from the data combination and cross-use provisions/prohibitions in the DMA? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/techreg-chronicle-regulating-generative-artificial-intelligence-volume-2/" class="h5 link-primary" rel="bookmark" title="TechREG Chronicle® – Regulating Generative Artificial Intelligence Volume 2"> TechREG Chronicle® – Regulating Generative Artificial Intelligence Volume 2 </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/if-its-too-good-to-be-true-it-probably-isnt-particularly-when-them-thats-got-promise-to-help-artificial-intelligence-challenges-to-antitrust/" class="h5 link-primary" rel="bookmark" title="If it’s Too Good to Be True, it Probably isn’t — Particularly When “Them That’s Got” Promise to Help: Artificial Intelligence Challenges to Antitrust"> If it’s Too Good to Be True, it Probably isn’t — Particularly When “Them That’s Got” Promise to Help: Artificial Intelligence Challenges to Antitrust </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/provider-liability-for-generative-ai-companies/" class="h5 link-primary" rel="bookmark" title="Provider Liability for Generative AI Companies"> Provider Liability for Generative AI Companies </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-agencies-identify-generative-ai-concerns/" class="h5 link-primary" rel="bookmark" title="Antitrust Agencies Identify Generative AI Concerns"> Antitrust Agencies Identify Generative AI Concerns </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/competition-and-artificial-intelligence-an-australian-policy-perspective/" class="h5 link-primary" rel="bookmark" title="Competition and Artificial Intelligence: An Australian Policy Perspective"> Competition and Artificial Intelligence: An Australian Policy Perspective </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/generating-concerns-exploring-antitrust-issues-in-the-generative-ai-sector/" class="h5 link-primary" rel="bookmark" title="Generating Concerns? Exploring Antitrust Issues in the Generative AI Sector"> Generating Concerns? Exploring Antitrust Issues in the Generative AI Sector </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/artificial-intelligence-current-environment-regulatory-landscapes-liabilities-and-best-practices/" class="h5 link-primary" rel="bookmark" title="Artificial Intelligence: Current Environment, Regulatory Landscapes, Liabilities, and Best Practices"> Artificial Intelligence: Current Environment, Regulatory Landscapes, Liabilities, and Best Practices </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-undue-reliance-on-article-1013-tfeu-in-the-assessment-of-sustainability-agreements-in-the-2023-horizontal-guidelines/" class="h5 link-primary" rel="bookmark" title="The Undue Reliance on Article 101(3) TFEU in the Assessment of Sustainability Agreements in the 2023 Horizontal Guidelines"> The Undue Reliance on Article 101(3) TFEU in the Assessment of Sustainability Agreements in the 2023 Horizontal Guidelines </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/cpi-talks-with-muhammed-demircan/" class="h5 link-primary" rel="bookmark" title="Why does the EU attach special importance to two-sided business models based on monetization of personal and non-personal data in its regulations, such as the DMA?"> Why does the EU attach special importance to two-sided business models based on monetization of personal and non-personal data in its regulations, such as the DMA? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/cpi-talks-with-asheesh-agarwal/" class="h5 link-primary" rel="bookmark" title="Is the current Turkish Competition Framework insufficient to deal with today&#8217;s competition challenges?"> Is the current Turkish Competition Framework insufficient to deal with today&#8217;s competition challenges? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/cpi-talks-with-natascha-gerlach/" class="h5 link-primary" rel="bookmark" title="What is the importance of data combination in the economy today? And what impact could its limitation have?"> What is the importance of data combination in the economy today? And what impact could its limitation have? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-cresse-insights-2/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – CRESSE Insights"> Antitrust Chronicle® – CRESSE Insights </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/brown-shoe-merger-policy-and-the-glorification-of-waste/" class="h5 link-primary" rel="bookmark" title="<em>Brown Shoe</em> Merger Policy and the Glorification of Waste"> <em>Brown Shoe</em> Merger Policy and the Glorification of Waste </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/why-european-antitrust-law-should-not-treat-labor-markets-differently/" class="h5 link-primary" rel="bookmark" title="Why (European) Antitrust Law Should Not Treat Labor Markets Differently"> Why (European) Antitrust Law Should Not Treat Labor Markets Differently </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-dominance-of-the-consumer-welfare-criterion-in-antitrust-enforcement-an-empirical-analysis-of-uk-and-ec/" class="h5 link-primary" rel="bookmark" title="The Dominance of the Consumer Welfare Criterion in Antitrust Enforcement: An Empirical Analysis of UK and EC"> The Dominance of the Consumer Welfare Criterion in Antitrust Enforcement: An Empirical Analysis of UK and EC </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/more-likely-than-what-the-relevance-of-the-counterfactual-in-nascent-and-dynamic-industries/" class="h5 link-primary" rel="bookmark" title="More Likely Than What? The Relevance of the Counterfactual in Nascent and Dynamic Industries"> More Likely Than What? The Relevance of the Counterfactual in Nascent and Dynamic Industries </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/expelling-the-economists-from-eu-merger-control/" class="h5 link-primary" rel="bookmark" title="Expelling the Economists from EU Merger Control"> Expelling the Economists from EU Merger Control </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-italian-experience-in-the-enforcement-of-excessive-prices-a-calibrated-approach/" class="h5 link-primary" rel="bookmark" title="The Italian Experience in the Enforcement of Excessive Prices: A Calibrated Approach"> The Italian Experience in the Enforcement of Excessive Prices: A Calibrated Approach </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/chinas-antitrust-regulation-on-abuse-of-seps-in-the-auto-sector-development-and-trend-of-legal-basis-and-practice/" class="h5 link-primary" rel="bookmark" title="China&#8217;s Antitrust Regulation on Abuse of SEPs in the Auto Sector: Development and Trend of Legal Basis and Practice"> China&#8217;s Antitrust Regulation on Abuse of SEPs in the Auto Sector: Development and Trend of Legal Basis and Practice </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/do-you-think-implementing-a-new-ex-ante-regulation-like-the-dma-will-help-boost-turkish-economic-growth/" class="h5 link-primary" rel="bookmark" title="Do you think implementing a new ex-ante regulation, like the DMA, will help boost Turkish economic growth?"> Do you think implementing a new ex-ante regulation, like the DMA, will help boost Turkish economic growth? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/what-is-the-importance-of-data-combination-in-the-economy-today-and-what-impact-could-its-limitation-have/" class="h5 link-primary" rel="bookmark" title="What is the importance of data combination in the economy today? And what impact could its limitation have?"> What is the importance of data combination in the economy today? And what impact could its limitation have? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/do-you-think-implementing-a-new-ex-ante-regulation-will-help-boost-turkish-economic-growth-do-you-see-any-risk-in-adopting-additional-regulation-in-times-of-economic-uncertainty/" class="h5 link-primary" rel="bookmark" title="Do you think implementing a new ex-ante regulation will help boost Turkish economic growth? Do you see any risk in adopting additional regulation in times of economic uncertainty?"> Do you think implementing a new ex-ante regulation will help boost Turkish economic growth? Do you see any risk in adopting additional regulation in times of economic uncertainty? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/do-you-think-national-competition-authorities-are-equipped-to-enforce-dma-like-legislation/" class="h5 link-primary" rel="bookmark" title="Do you think national competition authorities are equipped to enforce DMA-like legislation?"> Do you think national competition authorities are equipped to enforce DMA-like legislation? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/open-network-for-digital-commerce-the-multiverse-of-platforms/" class="h5 link-primary" rel="bookmark" title="Open Network for Digital Commerce: The Multiverse of Platforms"> Open Network for Digital Commerce: The Multiverse of Platforms </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/hub-and-spoke-agreements-what-to-expect-in-china-after-aml-amendments/" class="h5 link-primary" rel="bookmark" title="Hub-and-Spoke Agreements: What to Expect in China After AML Amendments"> Hub-and-Spoke Agreements: What to Expect in China After AML Amendments </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-right-to-repair/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Right to Repair"> Antitrust Chronicle® – Right to Repair </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/states-do-it-themselves-amid-spotty-federal-enforcement-state-legislatures-are-revamping-right-to-repair-laws-at-an-unprecedented-pace/" class="h5 link-primary" rel="bookmark" title="States Do-it-Themselves: Amid Spotty Federal Enforcement, State Legislatures are Revamping Right-to-Repair Laws at an Unprecedented Pace"> States Do-it-Themselves: Amid Spotty Federal Enforcement, State Legislatures are Revamping Right-to-Repair Laws at an Unprecedented Pace </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/all-tied-up-the-evolving-consumer-protection-focus-on-repair-restrictions/" class="h5 link-primary" rel="bookmark" title="All Tied Up? The Evolving Consumer Protection Focus on Repair Restrictions"> All Tied Up? The Evolving Consumer Protection Focus on Repair Restrictions </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/right-to-repair-is-rooted-in-antitrust-law/" class="h5 link-primary" rel="bookmark" title="Right to Repair is Rooted in Antitrust Law"> Right to Repair is Rooted in Antitrust Law </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/right-to-repair-a-case-study-for-the-maturation-of-a-regulatory-issue/" class="h5 link-primary" rel="bookmark" title="Right to Repair: A Case Study for the Maturation of a Regulatory Issue"> Right to Repair: A Case Study for the Maturation of a Regulatory Issue </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-time-has-come-to-recognize-the-right-to-repair/" class="h5 link-primary" rel="bookmark" title="The Time Has Come to Recognize the Right to Repair"> The Time Has Come to Recognize the Right to Repair </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-strategic-response-to-the-right-to-repair/" class="h5 link-primary" rel="bookmark" title="The Strategic Response to the Right to Repair"> The Strategic Response to the Right to Repair </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/legal-practices-and-development-direction-for-anti-monopoly-supervision-of-data-in-china/" class="h5 link-primary" rel="bookmark" title="Legal Practices and Development Direction for Anti-Monopoly Supervision of Data in China"> Legal Practices and Development Direction for Anti-Monopoly Supervision of Data in China </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/class-certification-in-the-ninth-circuit-after-olean/" class="h5 link-primary" rel="bookmark" title="Class Certification in the Ninth Circuit After <i>Olean</i>"> Class Certification in the Ninth Circuit After <i>Olean</i> </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/a-fireside-chat-with-marcus-bezzi/" class="h5 link-primary" rel="bookmark" title="A Fireside Chat with Marcus Bezzi"> A Fireside Chat with Marcus Bezzi </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-horizontal-competition-mergers-innovation-new-guidelines/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Horizontal Competition: Mergers, Innovation &#038; New Guidelines"> Antitrust Chronicle® – Horizontal Competition: Mergers, Innovation &#038; New Guidelines </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/innovation-in-merger-control/" class="h5 link-primary" rel="bookmark" title="Innovation in Merger Control"> Innovation in Merger Control </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/making-sense-of-eu-merger-control-the-need-for-limiting-principles/" class="h5 link-primary" rel="bookmark" title="Making Sense of EU Merger Control: The Need for Limiting Principles"> Making Sense of EU Merger Control: The Need for Limiting Principles </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/sustainability-agreements-in-the-eu-new-paths-to-competition-law-compliance/" class="h5 link-primary" rel="bookmark" title="Sustainability Agreements in the EU: New Paths to Competition Law Compliance"> Sustainability Agreements in the EU: New Paths to Competition Law Compliance </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/merger-control-and-sustainability-a-new-dawn-or-nothing-new-under-the-sun/" class="h5 link-primary" rel="bookmark" title="Merger Control and Sustainability: A New Dawn or Nothing New Under the Sun?"> Merger Control and Sustainability: A New Dawn or Nothing New Under the Sun? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/techreg-chronicle-intellectual-property-technology/" class="h5 link-primary" rel="bookmark" title="TechREG Chronicle® – Intellectual Property &#038; Technology"> TechREG Chronicle® – Intellectual Property &#038; Technology </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/rethinking-intellectual-property-law-in-an-era-of-generative-ai/" class="h5 link-primary" rel="bookmark" title="Rethinking Intellectual Property Law in an Era of Generative AI"> Rethinking Intellectual Property Law in an Era of Generative AI </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/generative-ai-and-copyright-protection-ai-dreams-of-electric-sheep/" class="h5 link-primary" rel="bookmark" title="Generative AI and Copyright Protection: AI Dreams of Electric Sheep"> Generative AI and Copyright Protection: AI Dreams of Electric Sheep </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/an-economic-analysis-of-the-artificial-intelligence-copyright-nexus/" class="h5 link-primary" rel="bookmark" title="An Economic Analysis of the Artificial Intelligence-Copyright Nexus"> An Economic Analysis of the Artificial Intelligence-Copyright Nexus </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-proposed-eu-seps-framework-regulation-time-to-complete-huawei-zte/" class="h5 link-primary" rel="bookmark" title="The Proposed EU SEPs Framework Regulation – Time to Complete <em>Huawei/ZTE</em>"> The Proposed EU SEPs Framework Regulation – Time to Complete <em>Huawei/ZTE</em> </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-european-commissions-proposed-sep-regulation-a-missed-opportunity-for-meaningful-reform/" class="h5 link-primary" rel="bookmark" title="The European Commission’s Proposed SEP Regulation – A Missed Opportunity for Meaningful Reform?"> The European Commission’s Proposed SEP Regulation – A Missed Opportunity for Meaningful Reform? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-consent-decrees/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Consent Decrees"> Antitrust Chronicle® – Consent Decrees </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/consent-decrees-under-the-biden-administration/" class="h5 link-primary" rel="bookmark" title="Consent Decrees Under the Biden Administration"> Consent Decrees Under the Biden Administration </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-ftcs-prior-approval-mischief/" class="h5 link-primary" rel="bookmark" title="The FTC´s Prior Approval Mischief"> The FTC´s Prior Approval Mischief </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/fix-it-first-a-seismic-shift-in-u-s-antitrust-agency-approaches-to-merger-remedies/" class="h5 link-primary" rel="bookmark" title="Fix-It-First: A Seismic Shift in U.S. Antitrust Agency Approaches to Merger Remedies"> Fix-It-First: A Seismic Shift in U.S. Antitrust Agency Approaches to Merger Remedies </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/shadow-settlements-and-the-tunney-act/" class="h5 link-primary" rel="bookmark" title="“Shadow” Settlements and the Tunney Act"> “Shadow” Settlements and the Tunney Act </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/room-for-agreement-antitrust-merger-consent-decrees-policy-and-practice-under-the-biden-administration/" class="h5 link-primary" rel="bookmark" title="Room for Agreement? Antitrust Merger Consent Decrees Policy and Practice Under the Biden Administration"> Room for Agreement? Antitrust Merger Consent Decrees Policy and Practice Under the Biden Administration </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/market-power-and-copyright-the-ascap-and-bmi-consent-decrees/" class="h5 link-primary" rel="bookmark" title="Market Power and Copyright: The ASCAP and BMI Consent Decrees"> Market Power and Copyright: The ASCAP and BMI Consent Decrees </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/canadas-competition-act-the-reform-process-continues/" class="h5 link-primary" rel="bookmark" title="Canada’s Competition Act: The Reform Process Continues"> Canada’s Competition Act: The Reform Process Continues </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-bid-rigging/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Bid Rigging"> Antitrust Chronicle® – Bid Rigging </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/cartels-in-public-procurement-a-reassessment/" class="h5 link-primary" rel="bookmark" title="Cartels in Public Procurement: A Reassessment"> Cartels in Public Procurement: A Reassessment </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/bid-rigging-and-umbrella-damages/" class="h5 link-primary" rel="bookmark" title="Bid Rigging and Umbrella Damages"> Bid Rigging and Umbrella Damages </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/procurement-planning-in-the-eu-assessment-from-a-bid-rigging-perspective/" class="h5 link-primary" rel="bookmark" title="Procurement Planning in the EU: Assessment from a Bid Rigging Perspective"> Procurement Planning in the EU: Assessment from a Bid Rigging Perspective </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/hub-and-spoke-cartels-and-bid-rigging-in-brazil-current-landscape-and-forward-looking-considerations/" class="h5 link-primary" rel="bookmark" title="Hub and Spoke Cartels and Bid Rigging in Brazil: Current Landscape and Forward-Looking Considerations"> Hub and Spoke Cartels and Bid Rigging in Brazil: Current Landscape and Forward-Looking Considerations </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/bid-rigging-in-public-procurement-2/" class="h5 link-primary" rel="bookmark" title="Bid Rigging In Public Procurement"> Bid Rigging In Public Procurement </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-ex-post-review/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – <em>Ex Post</em> Review"> Antitrust Chronicle® – <em>Ex Post</em> Review </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ex-post-review-in-the-eu-steps-back-to-the-future/" class="h5 link-primary" rel="bookmark" title="<em>Ex Post</em> Review in the EU &#8211; Steps Back to the Future"> <em>Ex Post</em> Review in the EU &#8211; Steps Back to the Future </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ex-post-review-an-under-used-tool-in-the-antitrust-enforcement-toolkit/" class="h5 link-primary" rel="bookmark" title="<em>Ex Post</em> Review: An Under-Used Tool in the Antitrust Enforcement Toolkit"> <em>Ex Post</em> Review: An Under-Used Tool in the Antitrust Enforcement Toolkit </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-deterrence-of-anticompetitive-behavior-a-new-approach-based-on-the-diffusion-of-information-about-competition-policy-interventions/" class="h5 link-primary" rel="bookmark" title="The Deterrence of Anticompetitive Behavior: A New Approach Based on the Diffusion of Information About Competition Policy Interventions"> The Deterrence of Anticompetitive Behavior: A New Approach Based on the Diffusion of Information About Competition Policy Interventions </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/review-of-the-cmas-approach-to-vertical-mergers/" class="h5 link-primary" rel="bookmark" title="Review of the CMA’s Approach to Vertical Mergers"> Review of the CMA’s Approach to Vertical Mergers </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ex-post-reviews-learning-from-the-past-or-learning-in-real-time/" class="h5 link-primary" rel="bookmark" title="<em>Ex Post</em> Reviews: Learning from the Past, or Learning in Real Time?"> <em>Ex Post</em> Reviews: Learning from the Past, or Learning in Real Time? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/tracking-ancestry-kftc-guidelines-on-online-platforms/" class="h5 link-primary" rel="bookmark" title="Tracking Ancestry: KFTC Guidelines on Online Platforms"> Tracking Ancestry: KFTC Guidelines on Online Platforms </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/will-the-u-s-draft-merger-guidelines-influence-merger-control-in-south-africa/" class="h5 link-primary" rel="bookmark" title="Will the U.S. Draft Merger Guidelines Influence Merger Control in South Africa?"> Will the U.S. Draft Merger Guidelines Influence Merger Control in South Africa? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/techreg-chronicle-brokering-reform-regulation-of-data-markets/" class="h5 link-primary" rel="bookmark" title="TechREG Chronicle® – Brokering Reform: Regulation of Data Markets"> TechREG Chronicle® – Brokering Reform: Regulation of Data Markets </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/cpi-techreg-talks-with-samuel-a-a-levine/" class="h5 link-primary" rel="bookmark" title="CPI TechREG Talks… …with Samuel A.A. Levine"> CPI TechREG Talks… …with Samuel A.A. Levine </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/data-brokers-in-the-hot-seat-a-continuing-story/" class="h5 link-primary" rel="bookmark" title="Data Brokers in the Hot Seat: A Continuing Story"> Data Brokers in the Hot Seat: A Continuing Story </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/to-share-or-not-to-share-regulating-data-brokers/" class="h5 link-primary" rel="bookmark" title="To Share or Not to Share: Regulating Data Brokers"> To Share or Not to Share: Regulating Data Brokers </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/data-brokers-intermediaries-for-more-efficient-data-markets/" class="h5 link-primary" rel="bookmark" title="Data Brokers: Intermediaries for More Efficient Data Markets?"> Data Brokers: Intermediaries for More Efficient Data Markets? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/data-broker-regulation-competition-v-privacy-considerations-trade-offs/" class="h5 link-primary" rel="bookmark" title="Data Broker Regulation &#8211; Competition v. Privacy Considerations: Trade-Offs"> Data Broker Regulation &#8211; Competition v. Privacy Considerations: Trade-Offs </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/is-personal-data-still-up-for-grabs/" class="h5 link-primary" rel="bookmark" title="Is Personal Data Still Up for Grabs?"> Is Personal Data Still Up for Grabs? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/keeping-up-with-the-alchemists-regulating-data-brokers-in-australia/" class="h5 link-primary" rel="bookmark" title="Keeping Up with the Alchemists – Regulating Data Brokers in Australia"> Keeping Up with the Alchemists – Regulating Data Brokers in Australia </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/vertical-merger-enforcement-where-do-we-go-from-here/" class="h5 link-primary" rel="bookmark" title="Vertical Merger Enforcement: Where Do We Go from Here?"> Vertical Merger Enforcement: Where Do We Go from Here? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-competition-innovation/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Competition &#038; Innovation"> Antitrust Chronicle® – Competition &#038; Innovation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/innovation-and-u-s-antitrust-law/" class="h5 link-primary" rel="bookmark" title="Innovation and U.S. Antitrust Law"> Innovation and U.S. Antitrust Law </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-policy-toward-innovation-competition-measuring-dynamic-efficiency/" class="h5 link-primary" rel="bookmark" title="Antitrust Policy Toward Innovation Competition: Measuring Dynamic Efficiency"> Antitrust Policy Toward Innovation Competition: Measuring Dynamic Efficiency </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/capturing-innovation-for-antitrust-purposes/" class="h5 link-primary" rel="bookmark" title="Capturing Innovation for Antitrust Purposes"> Capturing Innovation for Antitrust Purposes </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/innovation-invention-and-standards/" class="h5 link-primary" rel="bookmark" title="Innovation, Invention, and Standards"> Innovation, Invention, and Standards </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/structuring-competition-to-foster-socially-beneficial-innovation/" class="h5 link-primary" rel="bookmark" title="Structuring Competition to Foster Socially Beneficial Innovation"> Structuring Competition to Foster Socially Beneficial Innovation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/defining-and-measuring-innovation-for-competition-enforcement/" class="h5 link-primary" rel="bookmark" title="Defining and Measuring Innovation for Competition Enforcement"> Defining and Measuring Innovation for Competition Enforcement </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/mergers-and-innovation/" class="h5 link-primary" rel="bookmark" title="Mergers and Innovation"> Mergers and Innovation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/sustainability-agreements-in-light-of-argentinas-competition-law/" class="h5 link-primary" rel="bookmark" title="Sustainability Agreements in Light of Argentina’s Competition Law"> Sustainability Agreements in Light of Argentina’s Competition Law </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-corporate-antitrust-compliance/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Corporate Antitrust Compliance"> Antitrust Chronicle® – Corporate Antitrust Compliance </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/incentives-in-your-antitrust-compliance-program/" class="h5 link-primary" rel="bookmark" title="Incentives in Your Antitrust Compliance Program"> Incentives in Your Antitrust Compliance Program </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/dojs-compliance-focus-on-business-use-of-communication-platforms-personal-devices-a-practical-guide/" class="h5 link-primary" rel="bookmark" title="DOJ’s Compliance Focus on Business Use of Communication Platforms &#038; Personal Devices: A Practical Guide"> DOJ’s Compliance Focus on Business Use of Communication Platforms &#038; Personal Devices: A Practical Guide </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-regulatory-compliance-in-the-21st-century-new-challenges-new-opportunities-and-the-role-of-ai/" class="h5 link-primary" rel="bookmark" title="Antitrust &#038; Regulatory Compliance in the 21st Century: New Challenges, New Opportunities and the Role of AI"> Antitrust &#038; Regulatory Compliance in the 21st Century: New Challenges, New Opportunities and the Role of AI </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/company-compliance-with-u-s-antitrust-law-policy-tracking-in-a-changing-landscape/" class="h5 link-primary" rel="bookmark" title="Company Compliance with U.S. Antitrust law: Policy-Tracking in a Changing Landscape"> Company Compliance with U.S. Antitrust law: Policy-Tracking in a Changing Landscape </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/from-governance-to-stewardship-the-impact-of-board-leadership-on-antitrust-compliance-and-sustainability-goals/" class="h5 link-primary" rel="bookmark" title="From Governance to Stewardship: The Impact of Board Leadership on Antitrust Compliance and Sustainability Goals"> From Governance to Stewardship: The Impact of Board Leadership on Antitrust Compliance and Sustainability Goals </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/amgen-horizon-entrenchment-is-the-new-conglomerate-effects-theory/" class="h5 link-primary" rel="bookmark" title="<i>Amgen/Horizon</i>: Entrenchment is the New Conglomerate Effects Theory"> <i>Amgen/Horizon</i>: Entrenchment is the New Conglomerate Effects Theory </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/techreg-chronicle-regulating-generative-artificial-intelligence-volume-i/" class="h5 link-primary" rel="bookmark" title="TechREG Chronicle® – Regulating Generative Artificial Intelligence &#8211; Volume I"> TechREG Chronicle® – Regulating Generative Artificial Intelligence &#8211; Volume I </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/some-economic-aspects-of-artificial-intelligence-technologies-and-their-expected-social-value/" class="h5 link-primary" rel="bookmark" title="Some Economic Aspects of Artificial Intelligence Technologies and Their Expected Social Value"> Some Economic Aspects of Artificial Intelligence Technologies and Their Expected Social Value </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/foundational-models-building-blocks-for-generative-ai-applications/" class="h5 link-primary" rel="bookmark" title="Foundational Models: Building Blocks for Generative AI Applications"> Foundational Models: Building Blocks for Generative AI Applications </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/you-are-what-you-eat-nurturing-data-markets-to-sustain-healthy-generative-ai-innovation/" class="h5 link-primary" rel="bookmark" title="You Are What You Eat: Nurturing Data Markets to Sustain Healthy Generative AI Innovation"> You Are What You Eat: Nurturing Data Markets to Sustain Healthy Generative AI Innovation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/prescription-or-principle-regulatory-design-choices-for-artificial-intelligence/" class="h5 link-primary" rel="bookmark" title="Prescription or Principle: Regulatory Design Choices for Artificial Intelligence"> Prescription or Principle: Regulatory Design Choices for Artificial Intelligence </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/standard-deviation-private-rule-making-under-the-eu-ai-act/" class="h5 link-primary" rel="bookmark" title="Standard Deviation? Private Rule-Making Under the EU AI Act"> Standard Deviation? Private Rule-Making Under the EU AI Act </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/regulating-generative-artificial-intelligence-without-overfitting/" class="h5 link-primary" rel="bookmark" title="Regulating Generative Artificial Intelligence Without Overfitting"> Regulating Generative Artificial Intelligence Without Overfitting </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/two-bridges-too-far-first-take-on-the-draft-merger-guidelines/" class="h5 link-primary" rel="bookmark" title="Two Bridges Too Far: First Take on the Draft Merger Guidelines"> Two Bridges Too Far: First Take on the Draft Merger Guidelines </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-state-attorneys-general-5/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – State Attorneys General"> Antitrust Chronicle® – State Attorneys General </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/cpi-talks-with-california-attorney-general-rob-bonta/" class="h5 link-primary" rel="bookmark" title="CPI Talks… with California Attorney General Rob Bonta"> CPI Talks… with California Attorney General Rob Bonta </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/a-force-to-be-reckoned-with-developments-in-the-multistate-antitrust-task-force/" class="h5 link-primary" rel="bookmark" title="A Force to Be Reckoned With: Developments in the Multistate Antitrust Task Force"> A Force to Be Reckoned With: Developments in the Multistate Antitrust Task Force </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/nibblers-beware-antitrust-on-site/" class="h5 link-primary" rel="bookmark" title="Nibblers Beware: Antitrust on Site"> Nibblers Beware: Antitrust on Site </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/caretakers-of-competitions-fairness-keystone/" class="h5 link-primary" rel="bookmark" title="Caretakers of Competition’s Fairness Keystone"> Caretakers of Competition’s Fairness Keystone </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/towards-a-unified-theory-of-state-enforcement/" class="h5 link-primary" rel="bookmark" title="Towards a Unified Theory of State Enforcement"> Towards a Unified Theory of State Enforcement </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/out-with-the-old-and-in-with-the-odd-how-should-antitrust-foster-innovation/" class="h5 link-primary" rel="bookmark" title="Out With the Old and in With the Odd? How Should Antitrust Foster Innovation?"> Out With the Old and in With the Odd? How Should Antitrust Foster Innovation? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/recent-legislative-developments-in-state-antitrust-enforcement-risks-and-opportunities/" class="h5 link-primary" rel="bookmark" title="Recent Legislative Developments in State Antitrust Enforcement: Risks and Opportunities"> Recent Legislative Developments in State Antitrust Enforcement: Risks and Opportunities </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-editorial-board-antipasto-3/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Editorial Board Antipasto"> Antitrust Chronicle® – Editorial Board Antipasto </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/maintaining-competition-in-telecoms-in-the-era-of-gigabit-connectivity/" class="h5 link-primary" rel="bookmark" title="Maintaining Competition in Telecoms in the Era of Gigabit Connectivity"> Maintaining Competition in Telecoms in the Era of Gigabit Connectivity </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-in-the-age-of-ai/" class="h5 link-primary" rel="bookmark" title="Antitrust in the Age of AI"> Antitrust in the Age of AI </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-eu-foreign-subsidies-regulation-a-new-chapter-for-foreign-subsidies-scrutiny-in-the-eu/" class="h5 link-primary" rel="bookmark" title="The EU Foreign Subsidies Regulation – A New Chapter for Foreign Subsidies Scrutiny in the EU"> The EU Foreign Subsidies Regulation – A New Chapter for Foreign Subsidies Scrutiny in the EU </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-state-of-cloud-technology-markets-challenges-for-competition/" class="h5 link-primary" rel="bookmark" title="The State of Cloud Technology Markets: Challenges for Competition"> The State of Cloud Technology Markets: Challenges for Competition </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/hitting-the-return-key-disgorgement-in-uk-eu-antitrust-laws/" class="h5 link-primary" rel="bookmark" title="Hitting the “Return” Key: Disgorgement in UK/EU Antitrust Laws"> Hitting the “Return” Key: Disgorgement in UK/EU Antitrust Laws </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/margin-of-error-a-note-on-platform-competition/" class="h5 link-primary" rel="bookmark" title="Margin of Error – A Note on Platform Competition"> Margin of Error – A Note on Platform Competition </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/self-preferencing-in-china-new-antitrust-rules-or-case-by-case-enforcement/" class="h5 link-primary" rel="bookmark" title="Self-Preferencing in China – New Antitrust Rules or Case-by-Case Enforcement?"> Self-Preferencing in China – New Antitrust Rules or Case-by-Case Enforcement? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-case-for-ma-evidence-of-efficiencies-in-consummated-mergers/" class="h5 link-primary" rel="bookmark" title="The Case for M&#038;A: Evidence of Efficiencies in Consummated Mergers"> The Case for M&#038;A: Evidence of Efficiencies in Consummated Mergers </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/techreg-chronicle-tech-banking/" class="h5 link-primary" rel="bookmark" title="TechREG Chronicle® – Tech Banking"> TechREG Chronicle® – Tech Banking </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/silicon-valley-bank-and-the-changing-structure-of-banking/" class="h5 link-primary" rel="bookmark" title="Silicon Valley Bank and the Changing Structure of Banking"> Silicon Valley Bank and the Changing Structure of Banking </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/prudential-supervisors-should-embrace-better-technology-to-help-prevent-bank-failures/" class="h5 link-primary" rel="bookmark" title="Prudential Supervisors Should Embrace Better Technology to Help Prevent Bank Failures"> Prudential Supervisors Should Embrace Better Technology to Help Prevent Bank Failures </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/banking-regulations-and-financial-stability/" class="h5 link-primary" rel="bookmark" title="Banking Regulations and Financial Stability"> Banking Regulations and Financial Stability </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/silicon-valley-bank-inter-alia/" class="h5 link-primary" rel="bookmark" title="Silicon Valley Bank <em>Inter Alia</em>"> Silicon Valley Bank <em>Inter Alia</em> </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/settlement-and-commitments-in-india-tools-for-effective-and-timely-enforcement/" class="h5 link-primary" rel="bookmark" title="Settlement and Commitments in India: Tools for Effective and Timely Enforcement?"> Settlement and Commitments in India: Tools for Effective and Timely Enforcement? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/market-shares-as-an-important-factor-in-chinas-resale-price-maintenance-enforcement/" class="h5 link-primary" rel="bookmark" title="Market Shares as An Important Factor in China’s Resale Price Maintenance Enforcement"> Market Shares as An Important Factor in China’s Resale Price Maintenance Enforcement </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/competition-law-and-policy-in-ukraine-wartime-overview/" class="h5 link-primary" rel="bookmark" title="Competition Law and Policy in Ukraine – Wartime Overview"> Competition Law and Policy in Ukraine – Wartime Overview </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/non-competes-if-you-cant-use-them-there-can-you-use-them-anywhere-what-new-yorks-potential-non-compete-ban-adds-to-the-labor-and-antitrust-conversation/" class="h5 link-primary" rel="bookmark" title="Non-Competes: If You Can’t Use Them There, Can You Use Them Anywhere? What New York’s Potential Non-Compete Ban Adds to the Labor and Antitrust Conversation"> Non-Competes: If You Can’t Use Them There, Can You Use Them Anywhere? What New York’s Potential Non-Compete Ban Adds to the Labor and Antitrust Conversation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/deepening-fault-lines-diverging-antitrust-enforcement-at-the-doj-and-ftc/" class="h5 link-primary" rel="bookmark" title="Deepening Fault Lines: Diverging Antitrust Enforcement at the DOJ and FTC"> Deepening Fault Lines: Diverging Antitrust Enforcement at the DOJ and FTC </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/techreg-chronicle-telemedicine/" class="h5 link-primary" rel="bookmark" title="TechREG Chronicle® – Telemedicine"> TechREG Chronicle® – Telemedicine </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-effects-of-telemedicine-on-market-structure-and-implications-for-regulation/" class="h5 link-primary" rel="bookmark" title="The Effects of Telemedicine on Market Structure and Implications for Regulation"> The Effects of Telemedicine on Market Structure and Implications for Regulation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/patient-access-and-quality-care-post-pandemic-regulation-of-telemedicine-in-the-united-states/" class="h5 link-primary" rel="bookmark" title="Patient Access and Quality Care: Post-pandemic Regulation of Telemedicine in the United States"> Patient Access and Quality Care: Post-pandemic Regulation of Telemedicine in the United States </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/telemedicine-in-the-united-kingdom-from-a-patchwork-of-services-and-regulations-to-a-connected-health-and-e-health-revolution/" class="h5 link-primary" rel="bookmark" title="Telemedicine in the United Kingdom: From a Patchwork of Services and Regulations to a Connected Health and E-health Revolution"> Telemedicine in the United Kingdom: From a Patchwork of Services and Regulations to a Connected Health and E-health Revolution </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/practicing-telehealth-post-public-health-emergency/" class="h5 link-primary" rel="bookmark" title="Practicing Telehealth Post-public Health Emergency"> Practicing Telehealth Post-public Health Emergency </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/no-more-waiting-room-regulating-telehealth-in-south-africa/" class="h5 link-primary" rel="bookmark" title="No More Waiting Room: Regulating Telehealth in South Africa"> No More Waiting Room: Regulating Telehealth in South Africa </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/telemedicine-professional-medical-licensing-and-payment-considerations/" class="h5 link-primary" rel="bookmark" title="Telemedicine Professional Medical Licensing and Payment Considerations"> Telemedicine Professional Medical Licensing and Payment Considerations </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/highest-eu-court-reinforces-merger-control-in-telco-sector-and-beyond/" class="h5 link-primary" rel="bookmark" title="Highest EU Court Reinforces Merger Control in Telco Sector and Beyond"> Highest EU Court Reinforces Merger Control in Telco Sector and Beyond </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-coordinated-effects/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Coordinated Effects"> Antitrust Chronicle® – Coordinated Effects </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-oligopoly-problem-trigger-strategies-and-coordinated-effects/" class="h5 link-primary" rel="bookmark" title="The Oligopoly Problem, Trigger Strategies, and “Coordinated Effects”"> The Oligopoly Problem, Trigger Strategies, and “Coordinated Effects” </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/coordinated-effects-and-the-half-truth-of-the-lax-enforcement-narrative/" class="h5 link-primary" rel="bookmark" title="Coordinated Effects and the Half-truth of the Lax Enforcement Narrative"> Coordinated Effects and the Half-truth of the Lax Enforcement Narrative </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/strategic-use-of-public-price-indexes-as-a-collusive-device/" class="h5 link-primary" rel="bookmark" title="Strategic Use of Public Price Indexes as a Collusive Device"> Strategic Use of Public Price Indexes as a Collusive Device </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/recent-advances-in-economic-methodology-for-coordinated-effects/" class="h5 link-primary" rel="bookmark" title="Recent Advances in Economic Methodology for Coordinated Effects"> Recent Advances in Economic Methodology for Coordinated Effects </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/coordinated-effects-of-mergers-the-ec-perspective/" class="h5 link-primary" rel="bookmark" title="Coordinated Effects of Mergers: The EC Perspective"> Coordinated Effects of Mergers: The EC Perspective </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-prevalence-of-coordinated-effects-theories-in-uk-and-ec-merger-cases/" class="h5 link-primary" rel="bookmark" title="The Prevalence of Coordinated Effects Theories in Uk and EC Merger Cases"> The Prevalence of Coordinated Effects Theories in Uk and EC Merger Cases </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/coordinated-effects-in-times-of-inflation/" class="h5 link-primary" rel="bookmark" title="Coordinated Effects in Times of Inflation"> Coordinated Effects in Times of Inflation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-judicial-review-of-economic-evidence/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Judicial Review of Economic Evidence"> Antitrust Chronicle® – Judicial Review of Economic Evidence </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/two-fold-deference-at-the-rule-of-reasons-third-step/" class="h5 link-primary" rel="bookmark" title="Two-fold Deference at the Rule of Reason’s Third Step"> Two-fold Deference at the Rule of Reason’s Third Step </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/judicial-review-of-economic-evidence-in-eu-competition-law-ready-for-the-ride/" class="h5 link-primary" rel="bookmark" title="Judicial Review of Economic Evidence in EU Competition Law: Ready for the Ride?"> Judicial Review of Economic Evidence in EU Competition Law: Ready for the Ride? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-role-of-an-economist-at-the-competition-appeal-tribunal/" class="h5 link-primary" rel="bookmark" title="The Role of an Economist at the Competition Appeal Tribunal"> The Role of an Economist at the Competition Appeal Tribunal </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/expert-economic-evidence-in-australian-competition-law-economic-assessors-time-to-adopt-admiralty-practice/" class="h5 link-primary" rel="bookmark" title="Expert Economic Evidence in Australian Competition Law: “Economic Assessors – Time to Adopt Admiralty Practice?”"> Expert Economic Evidence in Australian Competition Law: “Economic Assessors – Time to Adopt Admiralty Practice?” </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/elbert-gary-bill-gates-a-study-in-antitrust-contrasts/" class="h5 link-primary" rel="bookmark" title="Elbert Gary &#038; Bill Gates: A Study in Antitrust Contrasts"> Elbert Gary &#038; Bill Gates: A Study in Antitrust Contrasts </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/dauberts-mystery-surcharge-the-heavy-exclusion-of-economic-expert-testimony-in-antitrust-litigation/" class="h5 link-primary" rel="bookmark" title="<i>Daubert’s</i> Mystery Surcharge: The Heavy Exclusion of Economic Expert Testimony in Antitrust Litigation"> <i>Daubert’s</i> Mystery Surcharge: The Heavy Exclusion of Economic Expert Testimony in Antitrust Litigation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-review-of-economic-evidence-in-competition-cases-some-insights-from-south-africa/" class="h5 link-primary" rel="bookmark" title="The Review of Economic Evidence in Competition Cases: Some Insights From South Africa"> The Review of Economic Evidence in Competition Cases: Some Insights From South Africa </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-judicial-review-of-economic-evidence-a-south-african-perspective/" class="h5 link-primary" rel="bookmark" title="The Judicial Review of Economic Evidence: A South African Perspective"> The Judicial Review of Economic Evidence: A South African Perspective </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/navigating-choppy-waters-post-patel-lessons-learned-from-insider-trading-and-spoofing-for-securing-no-poach-convictions/" class="h5 link-primary" rel="bookmark" title="Navigating Choppy Waters Post-Patel: Lessons Learned from Insider Trading and Spoofing for Securing No-Poach Convictions"> Navigating Choppy Waters Post-Patel: Lessons Learned from Insider Trading and Spoofing for Securing No-Poach Convictions </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/do-you-believe-the-vertical-merger-guidelines-need-to-be-changed-daniel-rubinfeld/" class="h5 link-primary" rel="bookmark" title="Do you believe the vertical merger guidelines need to be changed? &#8211; Daniel Rubinfeld"> Do you believe the vertical merger guidelines need to be changed? &#8211; Daniel Rubinfeld </a> </div> </div> </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>&nbsp;|&nbsp; <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>&nbsp;<span class="smaller">|</span>&nbsp;<a href=https://www.pymnts.com/cpi/terms-conditions-cpi/" class="p-0 text-black smaller">Terms &amp; Conditions</a> </div> </div> </div> </div> </footer> </body>

Pages: 1 2 3 4 5 6 7 8 9 10