Award Number

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

Award number HQ014712C0004 for agency 9700 shows last full year obligations of -$42.29 million across 8 award actions.

This page summarizes award number HQ014712C0004 for agency ID 9700 over the last full year. The award recorded -$42,290,342.23 in total obligated amount across 8 actions.

Generated at 03/20/2026

Analysis period: Last full year

Values are shown for the last full year and may reflect deobligations or other downward adjustments in the award record.

Agency ID
9700
PIID
HQ014712C0004
Type
Award
Total Obligated
-42.29 million
-42,290,342.23
Actions
8
Average Action Value
-5,286,292.78

Overview

Award number HQ014712C0004 is associated with agency 9700 and shows a negative total obligated amount for the last full year. The record totals -$42,290,342.23 across 8 award actions, for an average action value of -$5,286,292.78.

How to use this page

Use this page to review the award’s obligation pattern over the selected period and to compare action-level totals against the overall record. The negative total and average indicate the need to read the underlying action history for context before drawing conclusions.

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 1 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
97JC MISSILE DEFENSE AGENCY (MDA) -42,290,342.23 -42.29 million 8

Insight

Over the last 1 year, obligations on PIID HQ014712C0004 are fully concentrated in a single top agency: the Missile Defense Agency (MDA), which accounts for all reported activity in this section. MDA shows 8 awards with net obligations of -$42.29 million, indicating a negative obligated total over the window rather than positive funding growth. This pattern suggests a highly concentrated award profile with a net reduction in obligated value for this agency.

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 1 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 -42,290,342.23 -42.29 million 8

Insight

Within the 1-year window for award HQ014712C0004, all reported obligations in the top_vendors section are concentrated with a single vendor, BOEING COMPANY, THE (CAGE 3A768). This vendor accounts for 8 awards and net obligations of -$42.29 million, indicating a fully concentrated vendor distribution for the observed period. The negative obligation total suggests net deobligations or downward adjustment activity rather than net funding growth.

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 1 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) -42,290,342.23 -42.29 million 8

Insight

Obligations for PIID HQ014712C0004 are fully concentrated in NAICS 541712, Research and Development in the Physical, Engineering, and Life Sciences (except Biotechnology), with 8 awards totaling -$42.29 million over the 1-year window. This indicates a single-industry obligation pattern rather than a diversified NAICS distribution. The negative total suggests net de-obligations or downward adjustments during the period, which materially reduced obligated value in this NAICS.

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 1 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 -42,290,342.23 -42.29 million 8

Insight

Obligations for award HQ014712C0004 are fully concentrated in PSC 1420, Guided Missile Components, with $42.29 million in net obligations across 8 awards in the 1-year window. The negative obligated total indicates net deobligation activity rather than new funding in this period. With only one PSC represented, the award’s obligated activity is not diversified across product service codes.

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 1 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2025 -42,290,342.23 -42.29 million 8

Insight

In FY2025, this award recorded -$42.29 million in net obligated dollars across 8 actions, indicating a concentrated annual activity pattern. The negative total obligated value suggests downward adjustment, deobligation, or other reversals outweighed positive obligations during the period. With only one year of data in the 1-year window, no multi-year trend can be assessed.

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.