Vehicle Number

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

Procurement analysis for vehicle number HSHQDC15C00064 at agency 7001 during the last full year, showing 10 award actions and 38.27 million in obligated funds.

This page summarizes federal award activity for vehicle number HSHQDC15C00064 over the last full year. The record includes 10 award actions with total obligations of 38,270,869.21 and an average action value of 3,827,086.92.

Generated at 03/21/2026

Analysis period: Last full year

Amounts are shown using the provided exact obligation total and readable rounded figure, and the analysis window is the last full year.

Agency ID
7001
PIID
HSHQDC15C00064
Type
Vehicle
Total Obligated
38.27 million
38,270,869.21
Actions
10
Average Action Value
3,827,086.92

Overview

For the last full year, vehicle number HSHQDC15C00064 at agency 7001 shows 10 award actions with a total obligated value of 38,270,869.21. The average award action value was 3,827,086.92, indicating a concentrated set of higher-value actions within the period.

How to use this page

Use this page to review the obligation level and action count associated with PIID HSHQDC15C00064 during the last full year. The figures support basic procurement analysis for this vehicle record without adding information beyond the reported totals.

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 1 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 38,270,869.21 38.27 million 10

Insight

Within the 1-year window for PIID HSHQDC15C00064, obligations are fully concentrated in OFFICE OF PROCUREMENT OPERATIONS (Agency ID 7001), which accounts for $38.27 million across 10 awards. This indicates a single-agency distribution with no visible spread across other agencies in the provided data. The concentration suggests this vehicle’s recent activity is centered entirely within one procuring office.

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 1 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 1 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 38,270,869.21 38.27 million 10

Insight

For PIID HSHQDC15C00064 over the 1-year window, obligations are fully concentrated in NAICS 541711, Research and Development in Biotechnology. The vehicle shows 10 awards totaling $38.27 million, indicating a clear single-industry concentration with no diversification across other NAICS codes in the provided data.

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 1 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) 38,270,869.21 38.27 million 10

Insight

Over the 1-year window, obligations under PIID HSHQDC15C00064 are concentrated in PSC AZ11, R&D - Other Research and Development (Basic Research), which accounts for $38.27 million across 10 awards. This indicates a narrow spending profile with all observed PSC activity in the provided data mapped to a single R&D category. The concentration suggests this vehicle is being used primarily for basic research-related obligations rather than a diversified mix of product or service types.

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 1 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2025 38,270,869.21 38.27 million 10

Insight

For PIID HSHQDC15C00064 over the 1-year window, obligations are concentrated entirely in FY2025, with $38.27 million obligated across 10 awards. This indicates all observed activity in the period is captured in a single fiscal year, limiting year-over-year trend assessment within the available window. The average obligation per award is about $3.83 million, suggesting moderately distributed activity rather than a single-obligation concentration.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.