This page summarizes award number HQ027615C0003 for agency ID 9700 over the last 10 years. It reflects 220 award actions with total obligated amount of $2.75 billion.
Award Number
Award Number 9700 / HQ027615C0003 Federal Contract Action Summary (Last 10 Years)
Federal procurement summary for award number HQ027615C0003 under agency ID 9700, covering the last 10 years of recorded actions and obligations.
Amounts are based on the provided exact total obligated value of 2,748,587,882.05 and the reported average action value of 12,493,581.28.
Overview
Award number HQ027615C0003 is associated with agency ID 9700 and shows recorded activity over the last 10 years. The award total obligated amount is $2,748,587,882.05 across 220 actions, with an average action value of $12,493,581.28.
How to use this page
Use this page to review the scale and frequency of obligation activity tied to HQ027615C0003. It provides a concise starting point for examining action volume, total obligated value, and the timing of procurement activity within the 10-year window.
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 = 'HQ027615C0003'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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) | 2,748,587,882.05 | 2.75 billion | 167 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 53 |
Insight
Obligations under PIID HQ027615C0003 are heavily concentrated with the Missile Defense Agency (MDA), which accounts for $2.75 billion across 167 awards over the 10-year window. The Defense Contract Management Agency (DCMA) appears in 53 awards but with no obligated dollars, indicating administrative or non-obligating activity rather than funding concentration. Overall, the award profile is dominated by MDA-obligated value, with DCMA contributing transaction count but no financial volume.
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 = 'HQ027615C0003'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 |
|---|---|---|---|---|
| RAYTHEON COMPANY | 15090 | 2,594,429,650.14 | 2.59 billion | 211 |
| RAYTHEON COMPANY | 154,158,231.91 | 154.16 million | 9 |
Insight
Obligations under PIID HQ027615C0003 are highly concentrated with RAYTHEON COMPANY, which accounts for the vast majority of recorded value in the 10-year window. The CAGE-coded entry (15090) reflects $2.59 billion across 211 awards, while a second RAYTHEON COMPANY entry without a CAGE code adds $154.16 million across 9 awards. This indicates a dominant vendor relationship with a smaller amount of activity appearing under an unmatched or differently recorded vendor identifier.
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 = 'HQ027615C0003'
AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__award__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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) | 2,748,587,882.05 | 2.75 billion | 220 |
Insight
Obligations under PIID HQ027615C0003 are fully concentrated in NAICS 541712, Research and Development in the Physical, Engineering, and Life Sciences (except Biotechnology), with $2.75 billion obligated across 220 awards over the 10-year window. This indicates a highly focused acquisition profile with no evidence of diversification across other NAICS codes in the provided data. The volume of awards suggests repeated procurement activity within the same technical domain.
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 = 'HQ027615C0003'
AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
AND content__award__productOrServiceInformation__productOrServiceCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 |
|---|---|---|---|---|
| 1410 | GUIDED MISSILES | 2,748,587,882.05 | 2.75 billion | 220 |
Insight
Over the 10-year window for award HQ027615C0003 under agency 9700, obligations are fully concentrated in PSC 1410, Guided Missiles. This PSC accounts for $2.75 billion across 220 awards, indicating a sustained and highly focused procurement profile with no diversification reflected in the provided data.
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 = 'HQ027615C0003'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2016 | 154,158,231.91 | 154.16 million | 9 |
| 2017 | 150,823,310.17 | 150.82 million | 10 |
| 2018 | 601,092,112.38 | 601.09 million | 35 |
| 2019 | 1,072,139,788.03 | 1.07 billion | 22 |
| 2020 | 567,665,389.82 | 567.67 million | 24 |
| 2021 | 133,386,328.20 | 133.39 million | 21 |
| 2022 | 43,999,487.07 | 44.00 million | 24 |
| 2023 | 24,418,483.90 | 24.42 million | 25 |
| 2024 | 10,288,608.77 | 10.29 million | 22 |
| 2025 | -9,383,858.20 | -9.38 million | 28 |
Insight
Obligations for PIID HQ027615C0003 are heavily concentrated in 2018–2020, peaking in 2019 at $1.07 billion across 22 awards after a sharp increase from $150.82 million in 2017 to $601.09 million in 2018. After 2020, obligated amounts declined materially each year, falling to $133.39 million in 2021, $44.00 million in 2022, $24.42 million in 2023, and $10.29 million in 2024. In 2025, obligations are negative at -$9.38 million despite the highest award count in the window (28), indicating a reversal or de-obligation rather than a volume-driven increase.
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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.