Vehicle Number

Vehicle Number 7001 / HSHQDC15C00064 Federal Contract Action Summary (Last 5 Years)

Procurement analysis for vehicle number under PIID HSHQDC15C00064 for Agency ID 7001 over the last 5 years.

This page summarizes federal award activity tied to vehicle number for Agency ID 7001 under PIID HSHQDC15C00064. The record set includes 34 award actions with total obligated value of $173.05 million.

Generated at 03/21/2026

Analysis period: Last 5 years

Amounts are based on the last 5 years of award actions and reflect a total obligated exact value of $173,053,369.63.

Agency ID
7001
PIID
HSHQDC15C00064
Type
Vehicle
Total Obligated
173.05 million
173,053,369.63
Actions
34
Average Action Value
5,089,804.99

Overview

The analysis window covers the last 5 years and shows 34 award actions associated with vehicle number. Total obligated value is $173,053,369.63, with an average action value of $5,089,804.99. These figures provide a concise view of award volume and spend associated with this identifier.

How to use this page

Use this page to review obligation trends and action counts tied to vehicle number for PIID HSHQDC15C00064. It supports contract review, spend monitoring, and comparison against other identifiers or agencies using the same 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 = '7001' AND content__IDV__contractID__IDVID__PIID = 'HSHQDC15C00064'
    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
7001 OFFICE OF PROCUREMENT OPERATIONS 173,053,369.63 173.05 million 34

Insight

Within the 5-year window for PIID HSHQDC15C00064, obligations are concentrated entirely in OFFICE OF PROCUREMENT OPERATIONS, which accounts for $173.05 million across 34 awards. This indicates a highly centralized award distribution with no visible contribution from other agencies in the provided data. The concentration suggests the vehicle has been used primarily by this single agency over the period.

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 = '7001' AND content__IDV__contractID__IDVID__PIID = 'HSHQDC15C00064'
        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 = '7001' AND content__IDV__contractID__IDVID__PIID = 'HSHQDC15C00064'
    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 173,053,369.63 173.05 million 34

Insight

Over the 5-year window, obligations for vehicle HSHQDC15C00064 are fully concentrated in NAICS 541711, Research and Development in Biotechnology. This category accounts for $173.05 million across 34 awards, indicating a single-industry funding profile with no observable NAICS diversification in the provided data. The award pattern suggests sustained activity within biotechnology R&D rather than broad procurement spread across multiple sectors.

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 = '7001' AND content__IDV__contractID__IDVID__PIID = 'HSHQDC15C00064'
    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
AZ11 R&D- OTHER RESEARCH AND DEVELOPMENT (BASIC RESEARCH) 173,053,369.63 173.05 million 34

Insight

Over the past 5 years, obligations for PIID HSHQDC15C00064 are concentrated in PSC AZ11, R&D - Other Research and Development (Basic Research), which accounts for $173.05 million across 34 awards. This indicates a sustained, recurring obligation pattern within a single R&D category rather than a broad distribution across multiple PSCs. The concentration suggests this vehicle has been used primarily for basic research support.

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 = '7001' AND content__IDV__contractID__IDVID__PIID = 'HSHQDC15C00064'
    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 32,995,463.06 33.00 million 7
2022 33,362,903.04 33.36 million 5
2023 34,311,909.20 34.31 million 7
2024 34,112,225.12 34.11 million 5
2025 38,270,869.21 38.27 million 10

Insight

Obligations for PIID HSHQDC15C00064 were relatively stable from 2021 through 2024, ranging from $33.00 million to $34.31 million annually, with award counts between 5 and 7. In 2025, obligated dollars increased to $38.27 million and awards rose to 10, indicating a higher level of activity in the most recent year. The pattern suggests a concentrated but moderately stable funding profile with a notable uptick in both obligation volume and transaction count in 2025.

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.