1 min read

Whether SEP or OEP, CMS says commissions should be the same

Whether SEP or OEP, CMS says commissions should be the same

What happened: On June 7, the Centers for Medicare and Medicaid Services (CMS) released a memo titled Frequently Asked Questions on Agent/Broker Compensation and Guaranteed Availability of Coverage.

Why it matters: The memo clarifies that carriers must compensate agent and brokers at the same rate for all enrollments that occur during a benefit year, regardless of whether the enrollment happened during the Open Enrollment Period (OEP) or a Special Enrollment Period (SEP).

CMS became aware that some carriers are compensating agents and brokers at lower rates for SEP enrollments than OEP enrollments. The agency finds this practice to be in violation of guaranteed issue protections that consumers are entitled to under the Affordable Care Act, as compensation structures may influence the marketing, enrollment and retention of individual market consumers. In short, more equitable commissions structures for agents and brokers contribute to more equitable access to coverage for consumers.

What agents and brokers should do: Read the full memo. If you have been working under a commissions structure that pays differently for OEP and SEP enrollments, contact the Michigan Department of Insurance and Financial Services or CMS at marketconduct@cms.hhs.gov. Be prepared to submit documentation of the commissions structure in question.

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
White House joins CMS in targeting broker compensation, FMO services in Medicare Advantage Market

2 min read

White House joins CMS in targeting broker compensation, FMO services in Medicare Advantage Market

The White House just made it clear: they think carriers and FMOs are putting their thumbs on the scale, causing you to sell ill-fitting Medicare...

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