Vehicle Number

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

Analysis of vehicle number for PIID HHSO100201700014C under Agency ID 7505, covering the last 5 years of award activity.

This page summarizes federal procurement activity tied to vehicle number for PIID HHSO100201700014C. Over the last 5 years, the record shows 3 award actions and total obligated value of -$3,174,640.95.

Generated at 03/21/2026

Analysis period: Last 5 years

Dollar figures are shown as reported and may include negative obligations; the readable total is -3.17 million.

Agency ID
7505
PIID
HHSO100201700014C
Type
Vehicle
Total Obligated
-3.17 million
-3,174,640.95
Actions
3
Average Action Value
-1,058,213.65

Overview

The available record for vehicle number shows 3 award actions within the last 5 years. Total obligated value is -$3,174,640.95, with an average action value of -$1,058,213.65.

How to use this page

Use this page to review procurement activity associated with PIID HHSO100201700014C and Agency ID 7505. The figures support basic tracking of award count and obligated amounts over the stated analysis window.

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 = 'HHSO100201700014C'
    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 0.00 0.00 2
7505 ADMINISTRATION FOR STRATEGIC PREPAREDNESS AND RESPONSE -3,174,640.95 -3.17 million 1

Insight

Within the 5-year window for PIID HHSO100201700014C, obligations under agency ID 7505 are concentrated in the Administration for Strategic Preparedness and Response, which accounts for the only negative obligated amount at -$3.17 million across one award. The Office of Assistant Secretary for Preparedness and Response shows two awards with zero obligated dollars, indicating award activity without recorded obligation value in this extract. Overall, the distribution is highly uneven, with obligated value concentrated in a single negative entry while the remaining awards carry no obligated amount.

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 = 'HHSO100201700014C'
        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 = 'HHSO100201700014C'
    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
541711 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY -3,174,640.95 -3.17 million 3

Insight

Obligations in the 5-year window are concentrated entirely in NAICS 541711, Research and Development in Biotechnology. This category reflects net deobligations of $3.17 million across 3 awards, indicating that activity under this vehicle has been limited to a single industry classification and that the net value is negative. The small award count and exclusive NAICS concentration suggest a narrow obligation profile for this PIID.

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 = 'HHSO100201700014C'
    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 -3,174,640.95 -3.17 million 3

Insight

Obligations under this vehicle are fully concentrated in PSC AN13, Health R&D Services; Health Care Services; Experimental Development, with -$3.17 million across 3 awards over the 5-year window. This indicates no PSC diversification within the provided data and suggests the vehicle activity is narrowly focused on a single service category. The negative obligated amount should be interpreted in the context of FPDS adjustments or deobligations reflected in the record set.

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 = 'HHSO100201700014C'
    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 0.00 0.00 2
2025 -3,174,640.95 -3.17 million 1

Insight

Over the 5-year window, activity for this vehicle is sparse and highly concentrated in two years only. In 2022, there were 2 awards with no obligated dollars recorded, while 2025 shows 1 award with -$3.17 million obligated. The pattern indicates limited award frequency and a single-year negative obligation event that drives the observed trend.

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.