Award Number

Award Number 7530 / 75FCMC19F0001 Federal Contract Action Summary (Last 10 Years)

Federal procurement summary for award 75FCMC19F0001 under agency 7530, covering obligations and actions recorded over the last 10 years.

This award page tracks 714 actions tied to PIID 75FCMC19F0001 for agency ID 7530 across the last 10 years. Total obligated amount is 2.11 billion, with an average action value of 2,959,168.47.

Generated at 03/20/2026

Analysis period: Last 10 years

Amounts reflect the provided readable and exact obligated totals for the selected 10-year analysis window.

Agency ID
7530
PIID
75FCMC19F0001
Type
Award
Total Obligated
2.11 billion
2,112,846,287.42
Actions
714
Average Action Value
2,959,168.47

Overview

For agency ID 7530, award 75FCMC19F0001 records 714 actions within the last 10 years and total obligated funding of 2,112,846,287.42. The readable total rounds to 2.11 billion, and the average action value is 2,959,168.47.

How to use this page

Use this page to review the award's obligation history, action volume, and average action size over the selected period. The figures support basic comparison against other awards, but no contract type, vendor, or program details are provided here.

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 = '75FCMC19F0001'
    AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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,112,846,287.42 2.11 billion 714

Insight

For PIID 75FCMC19F0001 over the 10-year window, obligations are fully concentrated within the Centers for Medicare and Medicaid Services (agency ID 7530). CMS accounts for $2.11 billion across 714 awards, indicating a broad award distribution under a single agency rather than multi-agency participation. This concentration suggests the award activity is agency-specific and materially centered in CMS-managed obligations.

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 = '75FCMC19F0001'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
LIVANTA LLC 35KW9 596,827,551.00 596.83 million 14
OHIO KEPRO, INC. 3KEZ0 512,347,225.00 512.35 million 14
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 07MU1 103,752,243.74 103.75 million 25
NORTHROP GRUMMAN SYSTEMS CORPORATION 5YY61 95,304,191.04 95.30 million 20
CGI FEDERAL INC. 3YVK7 84,231,846.41 84.23 million 17
YALE-NEW HAVEN HEALTH SERVICES CORPORATION 480P6 76,208,472.46 76.21 million 20
SPARKSOFT CORPORATION 4YU76 64,378,417.24 64.38 million 22
CSC GOVERNMENT SOLUTIONS LLC 7C146 45,919,798.00 45.92 million 9
QUALITY SOFTWARE SERVICES, INC. 1TPV6 44,527,608.00 44.53 million 7
ENTERPRISE RESOURCE PLANNING INTERNATIONAL, LLC 4LQU6 40,754,102.32 40.75 million 19

Insight

Over the 10-year window, obligations are concentrated among a small set of vendors, with LIVANTA LLC and OHIO KEPRO, INC. leading at 596.83 million and 512.35 million, respectively; together they account for more than 1.1 billion across 28 awards. The remaining vendors are materially lower, with totals ranging from 40.75 million to 103.75 million, indicating a sharp drop-off after the top two. Award counts are more dispersed, with several vendors receiving 17 to 25 awards despite lower obligated totals, suggesting recurring but lower-value activity across multiple providers.

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 = '75FCMC19F0001'
    AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__award__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
541618 OTHER MANAGEMENT CONSULTING SERVICES 1,153,647,589.16 1.15 billion 71
541512 COMPUTER SYSTEMS DESIGN SERVICES 585,108,072.96 585.11 million 229
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 203,664,372.75 203.66 million 133
541720 RESEARCH AND DEVELOPMENT IN THE SOCIAL SCIENCES AND HUMANITIES 82,388,297.66 82.39 million 108
541810 ADVERTISING AGENCIES 30,289,587.82 30.29 million 26
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 25,182,254.88 25.18 million 33
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 14,596,748.05 14.60 million 24
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 9,258,692.00 9.26 million 9
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS 5,591,955.14 5.59 million 76
541519 OTHER COMPUTER RELATED SERVICES 3,118,717.00 3.12 million 5

Insight

Over the 10-year window, obligations are highly concentrated in NAICS 541618 (Other Management Consulting Services), which accounts for $1.15 billion across 71 awards and substantially exceeds all other listed codes. The next largest category, NAICS 541512 (Computer Systems Design Services), totals $585.11 million across 229 awards, indicating a high award count but materially lower dollar value than 541618. Remaining obligations are more dispersed across consulting, R&D, advertising, and related professional services, with no other NAICS exceeding $203.66 million.

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 = '75FCMC19F0001'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
Q101 MEDICAL- DEPENDENT MEDICARE 1,152,872,591.16 1.15 billion 69
D399 IT AND TELECOM- OTHER IT AND TELECOMMUNICATIONS 408,984,918.23 408.98 million 197
R499 SUPPORT- PROFESSIONAL: OTHER 308,005,585.01 308.01 million 304
D302 IT AND TELECOM- SYSTEMS DEVELOPMENT 105,358,111.00 105.36 million 18
D306 IT AND TELECOM- SYSTEMS ANALYSIS 66,249,580.71 66.25 million 27
R426 SUPPORT- PROFESSIONAL: COMMUNICATIONS 30,289,587.82 30.29 million 26
D318 IT AND TELECOM- INTEGRATED HARDWARE/SOFTWARE/SERVICES SOLUTIONS, PREDOMINANTLY SERVICES 21,988,643.87 21.99 million 13
AN41 HEALTH R&D SERVICES; HEALTH CARE - OTHER; BASIC RESEARCH 5,063,744.00 5.06 million 6
AN41 R&D- MEDICAL: HEALTH SERVICES (BASIC RESEARCH) 4,194,948.00 4.19 million 3
R703 SUPPORT- MANAGEMENT: ACCOUNTING 3,540,011.96 3.54 million 17

Insight

Obligations for PIID 75FCMC19F0001 are concentrated in a few PSCs, led by Q101 Medical- Dependent Medicare at $1.15 billion across 69 awards, followed by D399 IT and Telecom- Other IT and Telecommunications at $408.98 million and R499 Support- Professional: Other at $308.01 million. The top three PSCs account for the large majority of the listed obligations, indicating a strong concentration in Medicare-related services and IT/support activities. Remaining obligations are more dispersed across smaller IT, professional support, and R&D PSCs, each at materially lower dollar levels.

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 = '75FCMC19F0001'
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2018 15,071,851.94 15.07 million 5
2019 640,897,773.94 640.90 million 156
2020 194,366,960.64 194.37 million 158
2021 178,194,210.85 178.19 million 108
2022 174,945,839.16 174.95 million 97
2023 223,588,754.98 223.59 million 89
2024 640,165,368.29 640.17 million 68
2025 45,615,527.62 45.62 million 33

Insight

Obligations for PIID 75FCMC19F0001 are highly concentrated in 2019 and 2024, each at about $640.9 million, and these two years account for the dominant share of the 10-year total. Activity is otherwise much lower and more dispersed, with annual obligations ranging from about $15.1 million in 2018 to $223.6 million in 2023. Award counts do not track obligations consistently: 2019 and 2020 have the highest counts, while 2024 has a lower count despite very high obligated dollars, indicating larger-value awards in that year.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.