This page summarizes award activity for vehicle number associated with agency ID 7505 and PIID 75A50120D00002. The record shows 18 award actions with total obligations of 612.23 million across the 10-year analysis window.
Vehicle Number
Vehicle Number 7505 / 75A50120D00002 Federal Contract Action Summary (Last 10 Years)
Procurement history for vehicle number under agency 7505, tied to PIID 75A50120D00002 over the last 10 years.
Total obligated value is 612,225,077.34 and the average action value is 34,012,504.3.
Overview
Over the last 10 years, vehicle number records under agency ID 7505 and PIID 75A50120D00002 account for 18 award actions. The total obligated amount is 612,225,077.34, with an average action value of 34,012,504.3. This page presents the procurement activity at the vehicle level for review and comparison.
How to use this page
Use this page to review obligation totals, action volume, and average action size tied to this vehicle record. It is useful for tracing award activity for the specified PIID within the selected analysis window and for comparing it with related procurement records.
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 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 |
|---|---|---|---|---|
| 7505 | OFFICE OF ASSISTANT SECRETARY FOR PREPAREDNESS AND RESPONSE | 568,225,077.34 | 568.23 million | 14 |
| 7505 | ADMINISTRATION FOR STRATEGIC PREPAREDNESS AND RESPONSE | 44,000,000.00 | 44.00 million | 4 |
Insight
Obligations for PIID 75A50120D00002 are heavily concentrated in one top agency: the Office of Assistant Secretary for Preparedness and Response accounts for $568.23 million across 14 awards. The Administration for Strategic Preparedness and Response received a much smaller share, $44.00 million across 4 awards. This distribution indicates that the vehicle’s obligated value is highly concentrated in the lead agency, with limited activity in the other listed organization over the 10-year 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__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 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 = '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 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 |
|---|---|---|---|---|
| 325414 | BIOLOGICAL PRODUCT (EXCEPT DIAGNOSTIC) MANUFACTURING | 612,225,077.34 | 612.23 million | 18 |
Insight
Over the 10-year window, this vehicle is fully concentrated in NAICS 325414, Biological Product (Except Diagnostic) Manufacturing, with $612.23 million obligated across 18 awards. The award history indicates a narrow industrial focus rather than a diversified NAICS mix. This concentration suggests the vehicle has been used primarily to support biological product procurement within a single NAICS category.
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 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 |
|---|---|---|---|---|
| AN13 | HEALTH R&D SERVICES; HEALTH CARE SERVICES; EXPERIMENTAL DEVELOPMENT | 313,233,716.84 | 313.23 million | 13 |
| AN13 | R&D- MEDICAL: BIOMEDICAL (ADVANCED DEVELOPMENT) | 298,991,360.50 | 298.99 million | 5 |
Insight
Obligations under PIID 75A50120D00002 are highly concentrated in PSC AN13, with two AN13 descriptions accounting for the entirety of the provided top PSC activity. The largest line, “HEALTH R&D SERVICES; HEALTH CARE SERVICES; EXPERIMENTAL DEVELOPMENT,” totals $313.23 million across 13 awards, while “R&D- MEDICAL: BIOMEDICAL (ADVANCED DEVELOPMENT)” totals $298.99 million across 5 awards. This pattern indicates substantial spending in health-related R&D, with obligations concentrated in a small number of awards and heavily weighted toward two closely related PSC descriptions.
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 10 YEAR
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2019 | 225,852,500.25 | 225.85 million | 1 |
| 2020 | 73,138,860.25 | 73.14 million | 4 |
| 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 for vehicle PIID 75A50120D00002 are highly concentrated in 2019 and 2021, which together account for the vast majority of recorded funding over the period. Activity drops sharply in 2020 and again in 2023, with zero obligations reported in 2022 and 2024 despite award counts in those years. The 2025 level of $44.00 million indicates a partial rebound, but it remains well below the peak years.
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.