Vehicle Number

Vehicle Number 7505 / 75A50120D00002 Federal Contract Action Summary (Last 5 Years)

Analyst summary of vehicle number activity for PIID 75A50120D00002 at agency 7505 over the last 5 years.

This page summarizes federal procurement activity for the vehicle number record tied to PIID 75A50120D00002. The record shows 13 award actions with total obligations of 313.23 million dollars over the last 5 years.

Generated at 03/20/2026

Analysis period: Last 5 years

Totals are based on the provided readable and exact obligated amounts for the stated analysis window.

Agency ID
7505
PIID
75A50120D00002
Type
Vehicle
Total Obligated
313.23 million
313,233,716.84
Actions
13
Average Action Value
24,094,901.30

Overview

The record for vehicle number under PIID 75A50120D00002 shows 13 award actions in the last 5 years. Total obligations equal 313,233,716.84 dollars, or 313.23 million dollars when rounded to two decimals. The average action value is 24,094,901.3 dollars, indicating a high-dollar award stream across the period.

How to use this page

Use this page to review obligation totals, action count, and average action value for the vehicle number record. The figures provide a compact view of award activity for agency 7505 without adding assumptions about scope, performance, or contract type.

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 = '7505' AND content__IDV__contractID__IDVID__PIID = '75A50120D00002'
    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
7505 OFFICE OF ASSISTANT SECRETARY FOR PREPAREDNESS AND RESPONSE 269,233,716.84 269.23 million 9
7505 ADMINISTRATION FOR STRATEGIC PREPAREDNESS AND RESPONSE 44,000,000.00 44.00 million 4

Insight

Obligations on this vehicle are concentrated in agency 7505, led by the Office of Assistant Secretary for Preparedness and Response at $269.23 million across 9 awards. The Administration for Strategic Preparedness and Response accounts for an additional $44.00 million across 4 awards, indicating a narrower distribution of funding within the same agency ID. Overall, the five-year activity is heavily centered in two related organizational entities, with the first entity representing the dominant share of obligated value.

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 = '7505' AND content__IDV__contractID__IDVID__PIID = '75A50120D00002'
        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 = '7505' AND content__IDV__contractID__IDVID__PIID = '75A50120D00002'
    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 313,233,716.84 313.23 million 13

Insight

Obligations under PIID 75A50120D00002 are fully concentrated in NAICS 325414, Biological Product (Except Diagnostic) Manufacturing. Over the 5-year window, this code accounts for $313.23 million across 13 awards, indicating a narrow industrial focus rather than a diversified NAICS distribution. This concentration suggests the vehicle is used primarily for biological product acquisitions within the cited period.

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 = '7505' AND content__IDV__contractID__IDVID__PIID = '75A50120D00002'
    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
AN13 HEALTH R&D SERVICES; HEALTH CARE SERVICES; EXPERIMENTAL DEVELOPMENT 313,233,716.84 313.23 million 13

Insight

Over the 5-year window, obligations for vehicle PIID 75A50120D00002 are fully concentrated in PSC AN13, with $313.23 million across 13 awards. This indicates a narrow service profile with no diversification across other PSCs in the provided data. The repeated use of a single PSC suggests the vehicle has been used consistently for health R&D-related services and experimental development activities.

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 = '7505' AND content__IDV__contractID__IDVID__PIID = '75A50120D00002'
    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
2021 255,815,366.84 255.82 million 4
2022 0.00 0.00 4
2023 13,418,350.00 13.42 million 1
2024 0.00 0.00 1
2025 44,000,000.00 44.00 million 3

Insight

Obligations under PIID 75A50120D00002 are highly concentrated in 2021, when $255.82 million was obligated across 4 awards, far exceeding all other years in the 5-year window. Activity then dropped sharply, with no obligated amounts recorded in 2022 or 2024 despite awards in both years, and only $13.42 million obligated in 2023 from 1 award. In 2025, obligations increased to $44.00 million across 3 awards, indicating a partial rebound but still well below the 2021 peak.

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.