Award Number

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

Federal procurement record for award number 75FCMC19F0001 under agency ID 7530, showing obligations and action history over the last 5 years.

This page summarizes award-level procurement activity for PIID 75FCMC19F0001 in agency ID 7530. The record shows 395 actions and total obligated funding of 1.26 billion over the last 5 years, with an average action value of 3,196,227.09.

Generated at 03/20/2026

Analysis period: Last 5 years

Totals reflect the provided analysis window and may differ from other reporting periods or rollups.

Agency ID
7530
PIID
75FCMC19F0001
Type
Award
Total Obligated
1.26 billion
1,262,509,700.90
Actions
395
Average Action Value
3,196,227.09

Overview

The award record for PIID 75FCMC19F0001 captures 395 procurement actions across the last 5 years. Total obligated funding is 1,262,509,700.9, with an average action value of 3,196,227.09. This provides a concise view of activity volume and funding magnitude for agency ID 7530.

How to use this page

Use this page to review award-level spending and action counts for 75FCMC19F0001 within the selected analysis window. It is useful for comparing this award against other federal procurement records, tracking obligation totals, and identifying the scale of individual actions.

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 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 1,262,509,700.90 1.26 billion 395

Insight

Over the past 5 years, obligations are fully concentrated at the Centers for Medicare and Medicaid Services (agency ID 7530) for PIID 75FCMC19F0001. This agency accounts for 1.26 billion across 395 awards, indicating a broad distribution of obligated activity within a single agency rather than across multiple agencies. The absence of additional agencies in the provided rows indicates no observable interagency spread in this award history.

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 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
LIVANTA LLC 35KW9 392,204,640.00 392.20 million 12
OHIO KEPRO, INC. 3KEZ0 362,416,747.00 362.42 million 12
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 07MU1 86,161,530.09 86.16 million 20
NORTHROP GRUMMAN SYSTEMS CORPORATION 5YY61 59,004,720.04 59.00 million 11
CGI FEDERAL INC. 3YVK7 50,233,743.12 50.23 million 12
YALE-NEW HAVEN HEALTH SERVICES CORPORATION 480P6 48,568,985.46 48.57 million 11
SPARKSOFT CORPORATION 4YU76 34,993,794.24 34.99 million 13
ENTERPRISE RESOURCE PLANNING INTERNATIONAL, LLC 4LQU6 23,589,641.84 23.59 million 12
CSC GOVERNMENT SOLUTIONS LLC 7C146 18,036,290.00 18.04 million 2
HEALTH SERVICES ADVISORY GROUP, INC. 0TDM9 16,476,026.33 16.48 million 9

Insight

Obligations under PIID 75FCMC19F0001 over the last 5 years are highly concentrated among two vendors: LIVANTA LLC and OHIO KEPRO, INC. together account for about $754.6 million across 24 awards, well above the next-largest vendor at $86.2 million. The remaining vendors are substantially smaller and relatively distributed, with obligations ranging from about $16.5 million to $59.0 million and award counts generally between 9 and 20, indicating a long tail of lower-dollar activity.

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 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
541618 OTHER MANAGEMENT CONSULTING SERVICES 754,692,932.16 754.69 million 34
541512 COMPUTER SYSTEMS DESIGN SERVICES 327,907,414.82 327.91 million 138
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 122,657,699.75 122.66 million 76
541720 RESEARCH AND DEVELOPMENT IN THE SOCIAL SCIENCES AND HUMANITIES 40,177,961.66 40.18 million 68
541810 ADVERTISING AGENCIES 11,397,831.82 11.40 million 19
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 5,063,744.00 5.06 million 6
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 4,639,809.65 4.64 million 12
541519 OTHER COMPUTER RELATED SERVICES 0.00 0.00 1
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS -122,572.74 -122.57 thousand 33
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES -3,905,120.22 -3.91 million 8

Insight

Over the last 5 years, obligations under PIID 75FCMC19F0001 are concentrated in management and IT-related professional services, led by NAICS 541618 at $754.69 million across 34 awards and NAICS 541512 at $327.91 million across 138 awards. A second tier of spending appears in scientific/technical consulting and social science R&D, with 541690 at $122.66 million and 541720 at $40.18 million, indicating a broader but materially smaller support-services mix. The remaining NAICS codes account for comparatively limited obligated amounts, including several low-value or negative totals, which suggests adjustment activity and a dispersed tail beyond the dominant service categories.

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 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
Q101 MEDICAL- DEPENDENT MEDICARE 754,692,932.16 754.69 million 34
D399 IT AND TELECOM- OTHER IT AND TELECOMMUNICATIONS 202,447,224.25 202.45 million 112
R499 SUPPORT- PROFESSIONAL: OTHER 156,045,665.19 156.05 million 173
D302 IT AND TELECOM- SYSTEMS DEVELOPMENT 77,474,603.00 77.47 million 11
D306 IT AND TELECOM- SYSTEMS ANALYSIS 38,764,354.06 38.76 million 19
D318 IT AND TELECOM- INTEGRATED HARDWARE/SOFTWARE/SERVICES SOLUTIONS, PREDOMINANTLY SERVICES 13,861,043.16 13.86 million 9
R426 SUPPORT- PROFESSIONAL: COMMUNICATIONS 11,397,831.82 11.40 million 19
AN41 HEALTH R&D SERVICES; HEALTH CARE - OTHER; BASIC RESEARCH 5,063,744.00 5.06 million 6
AN42 HEALTH R&D SERVICES; HEALTH CARE - OTHER; APPLIED RESEARCH 2,884,876.00 2.88 million 8
R704 SUPPORT- MANAGEMENT: AUDITING -1,000.00 -1.00 thousand 3

Insight

Over the 5-year window, obligations for PIID 75FCMC19F0001 are highly concentrated in PSC Q101, which accounts for 754.69 million across 34 awards and far exceeds all other categories. The next largest PSCs are D399, R499, and D302, indicating a secondary mix of IT, professional support, and systems development obligations, but at materially lower levels and with more awards in several categories. Overall, the distribution suggests a primary medical-dependent Medicare workload supplemented by recurring IT and support services, with only small amounts in research and a negligible negative adjustment in R704.

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 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
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 were relatively stable from 2021 to 2023, ranging from $174.95 million to $223.59 million, with award counts declining from 108 to 89. Activity then became highly concentrated in 2024, when obligated dollars increased to $640.17 million while award count fell to 68, indicating a much larger average obligation per award. In 2025, obligations through the reported period dropped to $45.62 million across 33 awards, suggesting a partial-year or reduced-obligation period relative to prior years.

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.