This page summarizes award number 75FCMC22C0038 for agency ID 7530 over the last 5 years. The award shows 27 actions and total obligations of 2.64 billion, with an average action value of 97,831,225.63.
Award Number
Award Number 7530 / 75FCMC22C0038 Federal Contract Action Summary (Last 5 Years)
Federal procurement analysis for award number 75FCMC22C0038 under agency ID 7530, covering the last 5 years of recorded actions and obligations.
Values reflect the provided analysis window and may change as new award actions are recorded.
Overview
Award number 75FCMC22C0038 is associated with agency ID 7530 and shows 27 award actions in the last 5 years. Total obligated value across the analysis window is 2,641,443,092, with an average action value of 97,831,225.63. This page is intended to provide a concise procurement summary for the award record.
How to use this page
Use this page to review the scale and activity level of award number 75FCMC22C0038 within the selected period. The obligation total and action count help frame the award’s recorded funding pattern, while the average action value provides a simple measure of action size. For detailed procurement review, pair this summary with the underlying action-level data.
Top Agencies
SELECT
content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
content__award__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '7530' AND content__award__awardID__awardContractID__PIID = '75FCMC22C0038'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
agency_id,
agency_name
ORDER BY total_obligated DESC
LIMIT 10
| Agency ID | Agency Name | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| 7530 | CENTERS FOR MEDICARE AND MEDICAID SERVICES | 2,641,443,092.00 | 2.64 billion | 27 |
Insight
Within the 5-year window, all reported obligation for PIID 75FCMC22C0038 is concentrated in a single top agency, the Centers for Medicare and Medicaid Services (Agency 7530). CMS accounts for $2.64 billion across 27 awards, indicating a highly concentrated award distribution tied to one agency.
Top Vendors
SELECT
vendor_name,
cage_code,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__vendor__vendorHeader__vendorName AS vendor_name,
ifNull(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode, '') AS cage_code,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '7530' AND content__award__awardID__awardContractID__PIID = '75FCMC22C0038'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
vendor_name,
cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
| Vendor | CAGE Code | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| MAXIMUS FEDERAL SERVICES, INC. | 8AMZ8 | 2,641,443,092.00 | 2.64 billion | 27 |
Insight
Over the 5-year window, obligations for award 75FCMC22C0038 are fully concentrated with a single vendor, MAXIMUS FEDERAL SERVICES, INC. (CAGE 8AMZ8), which accounts for $2.64 billion across 27 awards. This indicates a highly concentrated vendor distribution with no evidence of diversification among top vendors in the provided data.
Top NAICS
SELECT
content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
content__award__productOrServiceInformation__principalNAICSCode__description AS naics_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '7530' AND content__award__awardID__awardContractID__PIID = '75FCMC22C0038'
AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__award__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
naics_code,
naics_name
ORDER BY total_obligated DESC
LIMIT 10
| NAICS Code | Description | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| 561422 | TELEMARKETING BUREAUS AND OTHER CONTACT CENTERS | 2,641,443,092.00 | 2.64 billion | 27 |
Insight
Over the 5-year window, award 75FCMC22C0038 is fully concentrated in NAICS 561422, Telemarketing Bureaus and Other Contact Centers. This category accounts for $2.64 billion across 27 awards, indicating a highly concentrated obligation pattern with no visible diversification in the provided data. The award mix suggests sustained reliance on this single service classification for the entity.
Top PSC Codes
SELECT
content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
content__award__productOrServiceInformation__productOrServiceCode__description AS psc_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '7530' AND content__award__awardID__awardContractID__PIID = '75FCMC22C0038'
AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
AND content__award__productOrServiceInformation__productOrServiceCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
psc_code,
psc_name
ORDER BY total_obligated DESC
LIMIT 10
| PSC Code | Description | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| R499 | SUPPORT- PROFESSIONAL: OTHER | 2,641,443,092.00 | 2.64 billion | 27 |
Insight
Obligations for PIID 75FCMC22C0038 over the 5-year window are fully concentrated in PSC R499, Support- Professional: Other, with $2.64 billion across 27 awards. This indicates a highly focused procurement profile with no observable PSC diversification in the provided data. The concentration in a single PSC suggests the award activity is dominated by a narrow service category rather than a broad mix of commodities or support types.
Annual Trend
SELECT
toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable,
count() AS award_count
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '7530' AND content__award__awardID__awardContractID__PIID = '75FCMC22C0038'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2022 | 366,682,379.00 | 366.68 million | 3 |
| 2023 | 770,352,735.00 | 770.35 million | 8 |
| 2024 | 659,505,519.00 | 659.51 million | 8 |
| 2025 | 844,902,459.00 | 844.90 million | 8 |
Insight
Obligations for PIID 75FCMC22C0038 increased markedly from 2022 to 2023, rising from $366.68 million across 3 awards to $770.35 million across 8 awards. Funding then remained elevated in 2024 at $659.51 million across 8 awards before reaching the 5-year high in 2025 at $844.90 million, also across 8 awards. The pattern indicates a shift from a lower-volume 2022 baseline to sustained, higher annual obligation levels concentrated in eight awards per year from 2023 through 2025.
Use FPDS Query for deeper award and vehicle analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper contract action analysis across agencies, vendors, NAICS, PSC, and annual trends.
Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.