Medicare Advantage commission rate increases for 2023

Medicare Advantage commission rate increases for 2023

CMS has announced compensation and referral/finder fees for the 2023 contract year. The amounts are as follows:

 

Initial

Renewal

Plan

Region

2023

2022

2023

2022

Medicare Advantage

National

$601

$573

$301

$287

Connecticut, Pennsylvania, District of Columbia

$678

$646

$339

$323

California, New Jersey

$750

$715

$375

$358

Puerto Rico, US Virgin Islands

$411

$394

$206

$197

Prescription Drug

National

$92

$87

$46

$44

 

Referral fees remain unchanged at $100 for MA plans, and $25 for PDPs.

Medicare Advantage commission rate increases for 2024

1 min read

Medicare Advantage commission rate increases for 2024

CMS has announced compensation and referral/finder fees for the 2024 contract year. The amounts are as follows: Initial Renewal Plan

Read More
CMS releases CY2027 commissions for Medicare Advantage

3 min read

CMS releases CY2027 commissions for Medicare Advantage

On June 1, the Centers for Medicare and Medicaid Services released updated commission figures for Contract Year 2027. The figures represent the...

Read More
(function () { const publishedMeta = document.querySelector('meta[property="article:published_time"]'); if (!publishedMeta) return; const headline = document.querySelector('meta[property="og:title"]')?.getAttribute('content') || document.querySelector('h1')?.textContent?.trim(); const description = document.querySelector('meta[name="description"]')?.getAttribute('content') || document.querySelector('meta[property="og:description"]')?.getAttribute('content'); const datePublished = publishedMeta.getAttribute('content'); const dateModified = document.querySelector('meta[property="article:modified_time"]')?.getAttribute('content') || datePublished; const image = document.querySelector('meta[property="og:image"]')?.getAttribute('content'); const url = document.querySelector('link[rel="canonical"]')?.getAttribute('href') || window.location.href; const keywords = Array.from(document.querySelectorAll('.blog-post__tag-link')) .map(el => el.textContent.trim()) .filter(Boolean); const schema = { "@context": "https://schema.org", "@type": "BlogPosting", "headline": headline, "description": description, "datePublished": datePublished, "dateModified": dateModified, "url": url, "author": { "@type": "Organization", "name": "Action Benefits", "url": "https://actionbenefits.com" }, "publisher": { "@type": "Organization", "name": "Action Benefits", "url": "https://actionbenefits.com", "logo": { "@type": "ImageObject", "url": "https://go.actionbenefits.com/hubfs/4-Color%20A-Ball-1.png" } } }; if (image) schema.image = image; if (keywords.length > 0) schema.keywords = keywords.join(', '); const script = document.createElement('script'); script.type = 'application/ld+json'; script.textContent = JSON.stringify(schema, null, 2); document.head.appendChild(script); })();