This page summarizes federal award activity for award number FA880214C0001 within agency ID 9700 during the last 10 years. The award shows total obligated spending of $2,463,900,016.35 across 68 actions.
Award Number
Award Number 9700 / FA880214C0001 Federal Contract Action Summary (Last 10 Years)
Procurement analysis for award number FA880214C0001 at agency 9700 over the last 10 years, showing obligations of $2.46 billion across 68 actions.
Amounts are shown for the last 10 years and may differ slightly by rounding between displayed and exact totals.
Overview
The award number FA880214C0001 record for agency ID 9700 shows $2,463,900,016.35 in obligated spending over the last 10 years. With 68 actions, the average action value is $36,233,823.77, indicating repeated funding activity over the review window.
How to use this page
Use this page to review obligation totals and action volume tied to award number FA880214C0001. It is useful for tracking spending scale, comparing action frequency, and supporting procurement analysis for agency 9700.
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 = 'FA880214C0001'
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 |
|---|---|---|---|---|
| 5700 | DEPT OF THE AIR FORCE | 2,463,900,016.35 | 2.46 billion | 68 |
Insight
Obligations on this award are entirely concentrated with the Department of the Air Force, which accounts for the full $2.46 billion observed in the 10-year window. The award is not distributed across multiple agencies in the provided data, indicating a single-agency funding profile. The 68 reported awards tied to the Air Force suggest sustained obligation activity rather than a one-time transaction.
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 = 'FA880214C0001'
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 |
|---|---|---|---|---|
| THE AEROSPACE CORPORATION | 12782 | 1,512,135,606.05 | 1.51 billion | 48 |
| THE AEROSPACE CORPORATION | 951,764,410.30 | 951.76 million | 20 |
Insight
The award is highly concentrated with THE AEROSPACE CORPORATION, which accounts for the only listed vendor presence in this 10-year window. The vendor appears in two entries: CAGE 12782 with 48 awards totaling $1.51 billion, and a separate entry without a CAGE code with 20 awards totaling $951.76 million. Together, these records indicate sustained and substantial obligation concentration with the same contractor across multiple award groupings.
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 = 'FA880214C0001'
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,463,900,016.35 | 2.46 billion | 68 |
Insight
Over the 10-year window, obligations for award FA880214C0001 are fully concentrated in NAICS 541712, Research and Development in the Physical, Engineering, and Life Sciences (except Biotechnology). This NAICS accounts for the entire reported obligation total of $2.46 billion across 68 awards, indicating a highly focused spending pattern with no diversification across other NAICS codes in the provided data.
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 = 'FA880214C0001'
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 |
|---|---|---|---|---|
| AR25 | R&D- SPACE: SCIENCE/APPLICATIONS (OPERATIONAL SYSTEMS DEVELOPMENT) | 2,463,900,016.35 | 2.46 billion | 68 |
Insight
Obligations are fully concentrated in PSC AR25, R&D - Space: Science/Applications (Operational Systems Development), with $2.46 billion across 68 awards over the 10-year window. This indicates the award activity is highly focused in a single space R&D category rather than distributed across multiple product or service types. The concentration suggests this PIID is associated with a sustained, specialized acquisition profile.
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 = 'FA880214C0001'
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 | 883,853,557.26 | 883.85 million | 19 |
| 2017 | 924,965,457.40 | 924.97 million | 21 |
| 2018 | 671,064,337.61 | 671.06 million | 19 |
| 2019 | -2,545,681.10 | -2.55 million | 3 |
| 2020 | -3,144,429.47 | -3.14 million | 1 |
| 2021 | -2,398,718.83 | -2.40 million | 1 |
| 2022 | -2,208,787.64 | -2.21 million | 1 |
| 2023 | -5,685,718.88 | -5.69 million | 3 |
Insight
Obligations for PIID FA880214C0001 are heavily concentrated in 2016-2018, with annual totals of $883.85 million, $924.97 million, and $671.06 million across 19-21 awards per year. Beginning in 2019, annual obligations turn negative and remain near zero in magnitude relative to the earlier years, with only 1-3 awards per year through 2023. This pattern indicates that the award’s recorded activity is front-loaded, with later years dominated by deobligations or downward adjustments rather than new funding.
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.