Vehicle Number

Vehicle Number 7523 / 75D30120D07515 Federal Contract Action Summary (Last 10 Years)

Procurement analysis for vehicle number 75D30120D07515 under agency ID 7523 shows $517.04 million obligated across 10 award actions in the last 10 years.

This page summarizes award activity for vehicle number 75D30120D07515 over the last 10 years. The record shows $517,042,742.26 in total obligated value across 10 award actions, averaging $51,704,274.23 per action.

Generated at 03/21/2026

Analysis period: Last 10 years

Obligation totals are shown as provided and may include rounding differences between the readable and exact values.

Agency ID
7523
PIID
75D30120D07515
Type
Vehicle
Total Obligated
517.04 million
517,042,742.26
Actions
10
Average Action Value
51,704,274.23

Overview

The procurement record for vehicle number 75D30120D07515 shows a concentrated obligation profile over the last 10 years. Total obligated value is $517,042,742.26, with 10 award actions recorded for agency ID 7523.

How to use this page

Use this page to review the volume and value of award activity tied to vehicle number 75D30120D07515. The average action value of $51,704,274.23 provides a simple benchmark for comparing individual actions within the analysis window.

Top Agencies

SELECT
    content__IDV__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__IDV__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '7523' AND content__IDV__contractID__IDVID__PIID = '75D30120D07515'
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__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
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 517,042,742.26 517.04 million 10

Insight

For PIID 75D30120D07515 over the 10-year window, obligations are fully concentrated in a single agency: the Centers for Disease Control and Prevention (Agency ID 7523). CDC accounts for $517.04 million across 10 awards, indicating exclusive agency-level distribution within this vehicle. This pattern suggests a highly concentrated obligation profile with no evidence of cross-agency spread in the provided data.

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__IDV__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        content__IDV__contractID__IDVID__agencyID = '7523' AND content__IDV__contractID__IDVID__PIID = '75D30120D07515'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions

Insight

No vendor concentration was available for this analysis window.

Top NAICS

SELECT
    content__IDV__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__IDV__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '7523' AND content__IDV__contractID__IDVID__PIID = '75D30120D07515'
    AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    naics_code,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
325411 MEDICINAL AND BOTANICAL MANUFACTURING 517,042,742.26 517.04 million 10

Insight

Obligations are fully concentrated in NAICS 325411, Medicinal and Botanical Manufacturing, with $517.04 million across 10 awards over the 10-year window. This indicates a narrow industrial base for the vehicle, with all identified obligations falling within a single NAICS category. The award count suggests repeated activity rather than a one-time obligation pattern.

Top PSC Codes

SELECT
    content__IDV__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__IDV__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '7523' AND content__IDV__contractID__IDVID__PIID = '75D30120D07515'
    AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    psc_code,
    psc_name
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Actions
6505 DRUGS AND BIOLOGICALS 517,042,742.26 517.04 million 10

Insight

This vehicle is highly concentrated in PSC 6505, Drugs and Biologicals, which accounts for $517.04 million across 10 awards over the 10-year window. The average obligation per award is large, indicating that obligations are focused in a small number of drug and biologicals actions rather than broadly distributed across PSCs.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate)) AS year,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '7523' AND content__IDV__contractID__IDVID__PIID = '75D30120D07515'
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2020 594,969,990.69 594.97 million 6
2021 -77,927,248.43 -77.93 million 2
2024 0.00 0.00 2

Insight

Obligations under PIID 75D30120D07515 are highly concentrated in 2020, when the vehicle recorded $594.97 million across 6 awards. Activity then shifted sharply downward in 2021, with net obligations of -$77.93 million across 2 awards, indicating significant deobligation or downward adjustment. In 2024, the vehicle shows 2 awards with zero obligated dollars, suggesting award activity without recorded net funding 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.