Medicare Advantage commission rate increases for 2024

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

Region

2024

2023

2024

2023

Medicare Advantage

National

$611

$601

$306

$301

Connecticut, Pennsylvania, District of Columbia

$689

$678

$345

$339

California, New Jersey

$762

$750

$381

$375

Puerto Rico, US Virgin Islands

$418

$411

$209

$206

Prescription Drug

National

$100

$92

$50

$46

 

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

Medicare Advantage commission rate increases for 2023

1 min read

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

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); })();