Award Number

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

Federal procurement analysis for award number 75FCMC19F0001 under agency ID 7530, covering obligations and action activity in the last full year.

This page summarizes award number 75FCMC19F0001 for agency ID 7530 using the last full year of available activity. The award shows total obligations of $45.62 million across 33 actions, with an average action value of $1,382,288.72.

Generated at 03/20/2026

Analysis period: Last full year

Amounts are based on the provided exact total obligated value of $45,615,527.62 and are rounded in display form where noted.

Agency ID
7530
PIID
75FCMC19F0001
Type
Award
Total Obligated
45.62 million
45,615,527.62
Actions
33
Average Action Value
1,382,288.72

Overview

Award number 75FCMC19F0001 is associated with agency ID 7530 in the last full year analysis window. The award recorded 33 actions and $45,615,527.62 in total obligated dollars, which displays as $45.62 million.

How to use this page

Use this page to review the scale of obligation activity tied to award 75FCMC19F0001 and compare it with other awards in agency ID 7530. The average action value of $1,382,288.72 provides a simple measure of how obligation dollars were distributed across the 33 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 1 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 45,615,527.62 45.62 million 33

Insight

Within the 1-year window for PIID 75FCMC19F0001, obligations are fully concentrated in the Centers for Medicare and Medicaid Services (agency ID 7530). CMS accounts for 33 awards totaling $45.62 million, indicating a single-agency funding profile for this award record. No other agencies appear in the provided data, so there is no observable interagency distribution or diversification in this window.

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 1 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
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 07MU1 20,371,714.55 20.37 million 4
OHIO KEPRO, INC. 3KEZ0 13,729,196.00 13.73 million 2
LIVANTA LLC 35KW9 13,298,541.95 13.30 million 3
NATIONAL OPINION RESEARCH CENTER 8A395 0.00 0.00 3
DOBSON, DAVANZO & ASSOCIATES, LLC 567Z0 0.00 0.00 1
DAVIS FARR LLP 7FMY4 0.00 0.00 3
DATA COMPUTER CORPORATION OF AMERICA 3Y586 0.00 0.00 1
ACUMEN, LLC 3MQD9 0.00 0.00 1
BOOZ ALLEN HAMILTON INC. 17038 0.00 0.00 1
DAVID-JAMES LLC 3WWZ4 0.00 0.00 3

Insight

Obligations for PIID 75FCMC19F0001 are concentrated among three vendors: GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. accounts for 20.37 million across 4 awards, followed by OHIO KEPRO, INC. at 13.73 million across 2 awards and LIVANTA LLC at 13.30 million across 3 awards. The remaining listed vendors received 11 awards combined but show no obligated amount, indicating activity distributed across multiple awards with most obligations flowing to a small set of vendors. Over the 1-year window, obligated spending is therefore highly concentrated at the top of the vendor list.

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 1 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 27,027,737.95 27.03 million 5
541512 COMPUTER SYSTEMS DESIGN SERVICES 19,639,349.54 19.64 million 8
541720 RESEARCH AND DEVELOPMENT IN THE SOCIAL SCIENCES AND HUMANITIES 0.00 0.00 8
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS 0.00 0.00 6
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES -1,051,559.87 -1.05 million 6

Insight

Obligations for PIID 75FCMC19F0001 are concentrated in two NAICS codes: 541618 and 541512 together account for about 46.67 million across 13 awards, or the clear majority of obligated dollars in the 1-year window. The remaining activity is distributed across 541720 and 541211, which have multiple awards but no obligated amount, indicating award activity without current funding recorded. NAICS 541690 shows a negative obligation of 1.05 million across 6 awards, which reduces net obligated value and suggests deobligation or adjustment activity in this period.

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 1 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 27,027,737.95 27.03 million 5
D302 IT AND TELECOM- SYSTEMS DEVELOPMENT 20,387,129.00 20.39 million 3
AN42 HEALTH R&D SERVICES; HEALTH CARE - OTHER; APPLIED RESEARCH 0.00 0.00 1
D318 IT AND TELECOM- INTEGRATED HARDWARE/SOFTWARE/SERVICES SOLUTIONS, PREDOMINANTLY SERVICES 0.00 0.00 1
D306 IT AND TELECOM- SYSTEMS ANALYSIS -15,414.48 -15.41 thousand 2
D399 IT AND TELECOM- OTHER IT AND TELECOMMUNICATIONS -732,364.98 -732.36 thousand 2
R499 SUPPORT- PROFESSIONAL: OTHER -1,051,559.87 -1.05 million 19

Insight

Obligations for PIID 75FCMC19F0001 are concentrated in two PSCs: Q101 Medical- Dependent Medicare at 27.03 million across 5 awards and D302 IT and Telecom- Systems Development at 20.39 million across 3 awards. The remaining PSCs are smaller and mixed, with R499 Support- Professional: Other appearing most frequently by count (19 awards) but carrying a negative net obligation of 1.05 million. Several IT and health research PSCs have zero or negative obligations, indicating downward adjustments or deobligations within the 1-year window.

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 1 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2025 45,615,527.62 45.62 million 33

Insight

Over the 1-year window, this award reflects $45.62 million in total obligated funding across 33 actions in FY 2025. Obligation activity is concentrated in a single year, indicating that the award’s recent funding profile is driven entirely by 2025 activity. The average obligation per action is approximately $1.38 million, suggesting moderate distribution across multiple actions rather than reliance on a single obligation event.

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