Vehicle Number

Vehicle Number 7529 / HHSN272200700016I Federal Contract Action Summary (Last 5 Years)

Federal procurement activity for vehicle number under PIID HHSN272200700016I for agency 7529 over the last 5 years.

This page summarizes award activity tied to vehicle number for PIID HHSN272200700016I within agency 7529 during the last 5 years. The record shows 3 award actions with negative total obligations, indicating net deobligations in the period.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the provided readable amount of -4.51 million and exact amount of -4508074.23 across 3 actions.

Agency ID
7529
PIID
HHSN272200700016I
Type
Vehicle
Total Obligated
-4.51 million
-4,508,074.23
Actions
3
Average Action Value
-1,502,691.41

Overview

For the last 5 years, vehicle number under PIID HHSN272200700016I shows 3 award actions reported by agency 7529. Total obligated value is -$4,508,074.23, or about -$4.51 million, with an average action value of -$1,502,691.41. The negative totals indicate that the period includes deobligation activity rather than net new obligation.

How to use this page

Use this page to review the award count and obligation pattern associated with this vehicle record. The figures support quick comparison of the average action value and the net change in obligations across the 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 = '7529' AND content__IDV__contractID__IDVID__PIID = 'HHSN272200700016I'
    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
7529 NATIONAL INSTITUTES OF HEALTH -4,508,074.23 -4.51 million 3

Insight

Within the 5-year window, obligations for vehicle HHSN272200700016I are fully concentrated at the National Institutes of Health (agency ID 7529), which accounts for all 3 awards in the provided data. Total obligated amount is negative at -$4.51 million, indicating net de-obligations rather than positive funding. Because only one agency appears, there is no cross-agency distribution to assess.

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 = '7529' AND content__IDV__contractID__IDVID__PIID = 'HHSN272200700016I'
        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 = '7529' AND content__IDV__contractID__IDVID__PIID = 'HHSN272200700016I'
    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
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES -4,508,074.23 -4.51 million 3

Insight

For the 5-year window, obligations under vehicle HHSN272200700016I are concentrated entirely in NAICS 541990, All Other Professional, Scientific, and Technical Services. This NAICS accounts for the full recorded activity in the provided rows, with 3 awards and net obligations of -$4.51 million, indicating a negative funding pattern over the 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 = '7529' AND content__IDV__contractID__IDVID__PIID = 'HHSN272200700016I'
    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
AD23 R&D- DEFENSE OTHER: SERVICES (ADVANCED DEVELOPMENT) -4,508,074.23 -4.51 million 3

Insight

Over the 5-year window, obligations under this vehicle are entirely concentrated in PSC AD23, R&D- Defense Other: Services (Advanced Development). Three awards account for a total of -$4.51 million in obligated value, indicating a narrow PSC distribution with all observed activity tied to a single code. The negative obligated total should be noted as an important feature of this profile.

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 = '7529' AND content__IDV__contractID__IDVID__PIID = 'HHSN272200700016I'
    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 -3,881,601.90 -3.88 million 2
2025 -626,472.33 -626.47 thousand 1

Insight

Over the 5-year window, activity under PIID HHSN272200700016I is concentrated in two years only, with obligations recorded in 2022 and 2025. The largest negative obligated amount occurred in 2022 at -3.88 million across 2 awards, compared with -626.47 thousand across 1 award in 2025. This indicates a sharp reduction in obligated volume and award frequency over the period, with no intervening activity reflected in the provided rows.

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.