Vehicle Number

Vehicle Number 7523 / 75D30122D13471 Federal Contract Action Summary (Last 5 Years)

Analysis of vehicle number 75D30122D13471 for agency 7523 over the last 5 years, showing 8 award actions and $485.29 million obligated.

This page summarizes procurement activity for vehicle number 75D30122D13471 within agency 7523 during the last 5 years. The record shows 8 award actions with total obligated funding of $485,293,085.96.

Generated at 03/21/2026

Analysis period: Last 5 years

Amounts are based on the provided obligated totals and action counts for the specified analysis window.

Agency ID
7523
PIID
75D30122D13471
Type
Vehicle
Total Obligated
485.29 million
485,293,085.96
Actions
8
Average Action Value
60,661,635.75

Overview

Across the last 5 years, vehicle number 75D30122D13471 is associated with $485,293,085.96 in obligated funding across 8 award actions. The average action value is $60,661,635.75, indicating that the activity is concentrated in a small number of high-value actions.

How to use this page

Use this page to review the procurement footprint for this vehicle-level record and to compare total obligations, action count, and average action value. The figures provided support a basic assessment of award volume and funding concentration for agency 7523.

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 = '75D30122D13471'
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 485,293,085.96 485.29 million 8

Insight

Over the 5-year window, all reported obligations under PIID 75D30122D13471 are concentrated in a single agency: the Centers for Disease Control and Prevention, which accounts for $485.29 million across 8 awards. This indicates full agency-level concentration within the provided results, with no evidence of distribution across other agencies. The award volume suggests repeated use of the vehicle by the same agency rather than a broad multi-agency obligation pattern.

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 = '75D30122D13471'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 = '75D30122D13471'
    AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
325414 BIOLOGICAL PRODUCT (EXCEPT DIAGNOSTIC) MANUFACTURING 485,293,085.96 485.29 million 8

Insight

Over the 5-year window, obligations for vehicle PIID 75D30122D13471 are fully concentrated in NAICS 325414, Biological Product (Except Diagnostic) Manufacturing. This NAICS accounts for $485.29 million across 8 awards, indicating a narrow procurement distribution rather than diversification across multiple industry categories. The concentration suggests this vehicle is used primarily for biologics-related manufacturing activity.

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 = '75D30122D13471'
    AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 485,293,085.96 485.29 million 8

Insight

Over the 5-year window, obligations under PIID 75D30122D13471 are fully concentrated in PSC 6505, Drugs and Biologicals, with $485.29 million across 8 awards. This indicates a highly concentrated product profile with no diversification across other PSCs in the provided results. The limited award count alongside the large obligated amount suggests repeated procurement activity in a single commodity category.

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 = '75D30122D13471'
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2022 437,014,442.41 437.01 million 4
2023 48,278,643.55 48.28 million 3
2024 0.00 0.00 1

Insight

Obligations for PIID 75D30122D13471 are highly concentrated in FY 2022, when $437.01 million was obligated across 4 awards. Funding then declined sharply to $48.28 million in FY 2023 across 3 awards, followed by a single FY 2024 award with no obligated amount reported. This pattern indicates a steep year-over-year reduction in obligated dollars and limited recent funding activity.

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.