Vehicle Number

Vehicle Number 7505 / HHSO100201500018C Federal Contract Action Summary (Last 10 Years)

Procurement analysis page for vehicle number under PIID HHSO100201500018C, showing obligations and award activity over the last 10 years.

This page summarizes federal award activity for vehicle number associated with agency ID 7505 and PIID HHSO100201500018C. Over the last 10 years, the record shows 12 award actions totaling $33.76 million in obligated amounts.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect the provided analysis window and exact obligated total of 33,762,733 across 12 actions.

Agency ID
7505
PIID
HHSO100201500018C
Type
Vehicle
Total Obligated
33.76 million
33,762,733.00
Actions
12
Average Action Value
2,813,561.08

Overview

The record for vehicle number under agency ID 7505 and PIID HHSO100201500018C shows 12 award actions in the last 10 years. Total obligated funding is 33,762,733, with an average action value of 2,813,561.08. These figures describe the observed award history for the identified vehicle.

How to use this page

Use this page to review the obligation total, action count, and average action value for the vehicle record. The data is limited to the stated 10-year analysis window and the provided PIID and agency identifier.

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 = 'HHSO100201500018C'
    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 33,762,733.00 33.76 million 12

Insight

Over the 10-year window, obligations for PIID HHSO100201500018C are fully concentrated in a single top agency: the Office of Assistant Secretary for Preparedness and Response (agency 7505). This agency accounts for $33.76 million across 12 awards, indicating repeated use of the vehicle within one organizational component rather than broad distribution across multiple agencies. The pattern suggests a focused award footprint and limited inter-agency dispersion.

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 = 'HHSO100201500018C'
        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 = 'HHSO100201500018C'
    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
541711 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY 33,762,733.00 33.76 million 12

Insight

Obligations for this vehicle are fully concentrated in NAICS 541711, Research and Development in Biotechnology, with $33.76 million across 12 awards over the 10-year window. This indicates a narrow, specialized spend profile rather than a diversified NAICS mix. The award count suggests repeated use of the vehicle within the same research domain.

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 = 'HHSO100201500018C'
    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
AN11 R&D- MEDICAL: BIOMEDICAL (BASIC RESEARCH) 33,762,733.00 33.76 million 12

Insight

Over the 10-year window, obligations are fully concentrated in PSC AN11, R&D–Medical: Biomedical (Basic Research), with $33.76 million across 12 awards. This indicates a narrow product/service profile for this vehicle, with all reported obligation activity in a single PSC category. The award pattern suggests repeated use of the vehicle for biomedical basic research work rather than a diversified mix of services.

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 = 'HHSO100201500018C'
    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
2016 9,500,522.00 9.50 million 4
2017 0.00 0.00 4
2018 24,262,211.00 24.26 million 3
2019 0.00 0.00 1

Insight

Obligations for PIID HHSO100201500018C are concentrated in 2018, which accounts for $24.26 million, substantially above the $9.50 million obligated in 2016. Award activity is relatively limited and uneven across the period, with four awards in both 2016 and 2017, three in 2018, and one in 2019. The presence of awards with zero obligated amounts in 2017 and 2019 suggests activity without corresponding funding execution in those 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.