This page summarizes award number HQ027615C0003 for agency ID 9700 during the last 5 years. The award shows total obligations of 202.71 million across 120 actions, with an average action value of 1,689,242.08.
Award Number
Award Number 9700 / HQ027615C0003 Federal Contract Action Summary (Last 5 Years)
Procurement activity for award number HQ027615C0003 at agency 9700 over the last 5 years, including obligations and action history.
Total obligated is shown as 202,709,049.74 in exact form and 202.71 million in readable form.
Overview
Award number HQ027615C0003 is associated with agency ID 9700 in the last 5 years of observed activity. The record reflects 120 award actions and total obligated dollars of 202,709,049.74, or 202.71 million when rounded for display. The average action value is 1,689,242.08.
How to use this page
Use this page to review the award-level obligation total and action count for HQ027615C0003. The figures support basic tracking of activity over the analysis window and provide a single reference point for comparing this award with other federal procurement records.
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 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 |
|---|---|---|---|---|
| 97JC | MISSILE DEFENSE AGENCY (MDA) | 202,709,049.74 | 202.71 million | 76 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 44 |
Insight
Award activity for PIID HQ027615C0003 is concentrated at the Missile Defense Agency (MDA), which accounts for $202.71 million across 76 awards in the 5-year window. The Defense Contract Management Agency (DCMA) appears with 44 awards but no obligated dollars, indicating administrative or non-obligating activity rather than funding concentration. Overall, obligated value is heavily concentrated in a single agency, while the remaining award activity is distributed across zero-dollar actions.
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 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 |
|---|---|---|---|---|
| RAYTHEON COMPANY | 15090 | 202,709,049.74 | 202.71 million | 120 |
Insight
Within the 5-year window for award HQ027615C0003, obligations are fully concentrated with a single vendor, RAYTHEON COMPANY (CAGE 15090). This vendor accounts for $202.71 million across 120 awards, indicating a highly concentrated vendor distribution with repeated award activity. The absence of additional vendors in the provided rows suggests no observable diversification within this award record for the period reviewed.
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 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) | 202,709,049.74 | 202.71 million | 120 |
Insight
Over the 5-year window, obligations for award HQ027615C0003 are fully concentrated in NAICS 541712, with $202.71 million across 120 awards. This indicates a single, highly focused research and development portfolio rather than a diversified mix of NAICS categories. The volume of awards alongside the total obligation suggests sustained activity within the same technical service area.
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 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 |
|---|---|---|---|---|
| 1410 | GUIDED MISSILES | 202,709,049.74 | 202.71 million | 120 |
Insight
Obligations under PIID HQ027615C0003 are concentrated in PSC 1410, Guided Missiles, with $202.71 million obligated across 120 awards in the 5-year window. This indicates a highly focused procurement profile tied to a single PSC rather than a broad distribution across multiple product categories. The volume of awards suggests repeated buying activity within the same mission area.
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 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 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 on PIID HQ027615C0003 declined sharply over the 5-year window, falling from $133.39 million in 2021 to $10.29 million in 2024 before turning negative to -$9.38 million in 2025. Award activity was relatively steady and slightly increased over time, ranging from 21 to 28 awards annually, indicating that obligation volatility was driven more by dollar value per action than by the number of awards. The pattern suggests a marked contraction in funded volume and a net deobligation 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.