Vehicle Number

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

Procurement analysis for vehicle number 75D30119D04513 at agency 7523 over the last 10 years, covering 7 award actions and $995.46 million obligated.

This page summarizes federal procurement activity for vehicle number 75D30119D04513 within agency 7523 across the last 10 years. The record shows 7 award actions totaling $995,463,419.10 in obligated funds, with an average action value of $142,209,059.87.

Generated at 03/20/2026

Analysis period: Last 10 years

Obligated amounts are shown as reported for the analysis window and may reflect agency action-level data.

Agency ID
7523
PIID
75D30119D04513
Type
Vehicle
Total Obligated
995.46 million
995,463,419.10
Actions
7
Average Action Value
142,209,059.87

Overview

The procurement record for vehicle number 75D30119D04513 shows 7 award actions in the last 10 years. Total obligated value is $995,463,419.10, with an average action value of $142,209,059.87. This page is limited to the provided vehicle identifier and agency 7523.

How to use this page

Use this page to review the scale of obligation tied to vehicle number 75D30119D04513 and compare action count with total spend. The figures support basic trend and concentration analysis for the identified PIID within agency 7523 over the stated period.

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 = '75D30119D04513'
    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 995,463,419.10 995.46 million 7

Insight

For vehicle PIID 75D30119D04513 over the 10-year window, all reported obligations are concentrated within a single agency: the Centers for Disease Control and Prevention, which accounts for $995.46 million across 7 awards. This indicates a highly concentrated obligation profile with no diversification across other agencies in the provided rows. The award count suggests repeated use of the vehicle by the same agency rather than broad cross-agency distribution.

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 = '75D30119D04513'
        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 = '75D30119D04513'
    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
325412 PHARMACEUTICAL PREPARATION MANUFACTURING 995,463,419.10 995.46 million 7

Insight

Over the 10-year window, all reported obligations for this vehicle are concentrated in NAICS 325412, Pharmaceutical Preparation Manufacturing. The single reported NAICS accounts for $995.46 million across 7 awards, indicating a highly concentrated obligation profile with no diversification evident in the provided data. This suggests the vehicle has been used primarily for pharmaceutical preparation manufacturing requirements.

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 = '75D30119D04513'
    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 995,463,419.10 995.46 million 7

Insight

The vehicle is highly concentrated in PSC 6505, Drugs and Biologicals, with $995.46 million obligated across 7 awards over the 10-year window. This indicates a narrow product mix and substantial reliance on a single PSC for the identified PIID. The low award count relative to obligated dollars suggests a small number of high-value actions drive the vehicle’s activity.

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 = '75D30119D04513'
    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
2019 884,564,140.19 884.56 million 4
2020 110,899,278.91 110.90 million 2
2023 0.00 0.00 1

Insight

Obligations under PIID 75D30119D04513 are highly concentrated in 2019, when the vehicle accounted for $884.56 million across 4 awards. Activity fell sharply in 2020 to $110.90 million across 2 awards, indicating a substantial year-over-year decline in obligated value. In 2023, the vehicle recorded 1 award with no obligated dollars, suggesting continued administrative activity but no corresponding obligation 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.