Award Number

Award Number 9700 / HQ014712C0004 Federal Contract Action Summary (Last 5 Years)

FPDS award page for award number HQ014712C0004 under agency ID 9700, covering the last 5 years of recorded actions and obligations.

This page summarizes procurement activity for award number HQ014712C0004 for agency ID 9700 over the last 5 years. The award shows 48 actions and total obligated value of -$15.65 million, with an average action value of -$326,108.22.

Generated at 03/20/2026

Analysis period: Last 5 years

Amounts are shown as recorded in FPDS and may reflect negative obligations.

Agency ID
9700
PIID
HQ014712C0004
Type
Award
Total Obligated
-15.65 million
-15,653,194.53
Actions
48
Average Action Value
-326,108.22

Overview

Award number HQ014712C0004 records 48 actions in the last 5 years for agency ID 9700. Total obligated value is -$15,653,194.53, and the average action value is -$326,108.22. These figures provide a compact view of the award’s recorded procurement activity.

How to use this page

Use this page to review the award’s action volume and obligated totals over the analysis window. The negative obligated amount should be interpreted in the context of the recorded FPDS data for this award.

Top Agencies

SELECT
    content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__award__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'HQ014712C0004'
    AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__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
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 0.00 0.00 1
97JC MISSILE DEFENSE AGENCY (MDA) -15,653,194.53 -15.65 million 47

Insight

Within the 5-year window, obligations for PIID HQ014712C0004 are concentrated in the Missile Defense Agency (97JC), which accounts for $15.65 million in negative total obligated across 47 awards. The Defense Contract Management Agency (9763) appears only once and shows no obligated amount, indicating negligible funding activity relative to MDA. This pattern suggests the award’s activity is dominated by MDA-related obligation adjustments rather than distributed agency funding.

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__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'HQ014712C0004'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions
BOEING COMPANY, THE 3A768 -15,653,194.53 -15.65 million 48

Insight

Over the 5-year window for award HQ014712C0004, obligations are fully concentrated with a single vendor, BOEING COMPANY, THE (CAGE 3A768). This vendor accounts for 48 awards and a net total obligated amount of -$15.65 million, indicating all recorded activity in this section is tied to one supplier and is dominated by negative obligations. The distribution therefore shows no vendor diversification and suggests a highly concentrated award relationship for this PIID.

Top NAICS

SELECT
    content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__award__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'HQ014712C0004'
    AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__award__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    naics_code,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) -15,653,194.53 -15.65 million 48

Insight

Over the last 5 years, all reported obligations for this award are concentrated in NAICS 541712, Research and Development in the Physical, Engineering, and Life Sciences (except Biotechnology). This category accounts for 48 award actions and a net obligation of -$15.65 million, indicating a concentrated spend profile within a single technical R&D classification. The negative total obligated value suggests cumulative deobligations or downward adjustments over the period.

Top PSC Codes

SELECT
    content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__award__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'HQ014712C0004'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    psc_code,
    psc_name
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Actions
1420 GUIDED MISSILE COMPONENTS -15,653,194.53 -15.65 million 48

Insight

Over the 5-year window, obligations under PIID HQ014712C0004 are concentrated entirely in PSC 1420, Guided Missile Components. This PSC accounts for -$15.65 million across 48 awards, indicating repeated obligation activity within a single product/service category. The negative obligated total suggests net deobligations or adjustments rather than net new spending for this award.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'HQ014712C0004'
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2021 38,250,238.29 38.25 million 18
2022 -436,215.57 -436.22 thousand 8
2023 1,048,701.49 1.05 million 3
2024 -12,225,576.51 -12.23 million 11
2025 -42,290,342.23 -42.29 million 8

Insight

Obligations for PIID HQ014712C0004 are highly concentrated in 2021, when 18 awards accounted for $38.25 million. Subsequent years show materially lower and mixed activity, with modest positive obligations in 2023 ($1.05 million) offset by negative annual totals in 2022, 2024, and 2025, including the largest negative amount in 2025 (-$42.29 million). Award counts also declined from 18 in 2021 to single-digit levels in most later years, indicating a thinner and more volatile obligation pattern over the five-year window.

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.