This page summarizes award number FA821413C0001 for agency ID 9700 over the last 5 years. It includes obligation totals, action count, and average action value for the period.
Award Number
Award Number 9700 / FA821413C0001 Federal Contract Action Summary (Last 5 Years)
Federal procurement profile for award number FA821413C0001 in agency ID 9700, showing last 5 years of obligated spending and action activity.
Totals are based on the provided analysis window and reflect 321 actions with $1,296,643,370.96 obligated, averaging $4,039,387.45 per action.
Overview
Award number FA821413C0001 has 321 recorded actions in the last 5 years. Total obligated amount is $1,296,643,370.96, with an average action value of $4,039,387.45.
How to use this page
Use this page to review the obligation history and activity level associated with award FA821413C0001. The figures support quick comparison of total spending, action frequency, and average action size within the stated analysis 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 = 'FA821413C0001'
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 |
|---|---|---|---|---|
| 5700 | DEPT OF THE AIR FORCE | 1,296,643,370.96 | 1.30 billion | 321 |
Insight
Over the 5-year window for award PIID FA821413C0001 under agency 9700, obligations are fully concentrated in a single top agency row: the Department of the Air Force. That agency accounts for $1.30 billion across 321 awards, indicating a highly concentrated award distribution rather than a broad multi-agency spread. This pattern suggests the award activity is largely dependent on one agency relationship.
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 = 'FA821413C0001'
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 |
|---|---|---|---|---|
| BAE SYSTEMS TECHNOLOGY SOLUTIONS & SERVICES INC. | 99789 | 1,296,643,370.96 | 1.30 billion | 321 |
Insight
BAE Systems Technology Solutions & Services Inc. is the sole top vendor for this award in the 5-year window, accounting for $1.30 billion across 321 awards. This indicates highly concentrated vendor activity, with all reported obligations in the provided rows attributed to a single contractor. The volume of awards suggests sustained repeated use of this vendor rather than a broad distribution across multiple suppliers.
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 = 'FA821413C0001'
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 |
|---|---|---|---|---|
| 541330 | ENGINEERING SERVICES | 1,296,643,370.96 | 1.30 billion | 321 |
Insight
Over the 5-year window, obligations for award FA821413C0001 are fully concentrated in NAICS 541330, Engineering Services. The award reflects a single recorded NAICS category, with 321 actions totaling $1.30 billion. This indicates a highly focused procurement profile with no visible NAICS diversification 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 = 'FA821413C0001'
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 |
|---|---|---|---|---|
| L014 | TECHNICAL REPRESENTATIVE- GUIDED MISSILES | 1,296,643,370.96 | 1.30 billion | 321 |
Insight
Over the 5-year window, obligations under PIID FA821413C0001 are fully concentrated in PSC L014, Technical Representative – Guided Missiles, with $1.30 billion across 321 awards. This indicates a highly focused procurement profile centered on technical representative support for guided missile activities. The volume of awards suggests repeated ordering within a single PSC category rather than a diversified mix of product or 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 = 'FA821413C0001'
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 | 151,915,112.47 | 151.92 million | 74 |
| 2022 | 188,999,979.26 | 189.00 million | 65 |
| 2023 | 318,978,185.48 | 318.98 million | 61 |
| 2024 | 249,248,465.31 | 249.25 million | 58 |
| 2025 | 387,501,628.44 | 387.50 million | 63 |
Insight
Obligations for PIID FA821413C0001 under agency 9700 increased overall across the 5-year window, rising from $151.92 million in 2021 to $387.50 million in 2025, with a peak in 2025 after a dip in 2024. Award counts were relatively stable, declining from 74 in 2021 to 58 in 2024 before increasing to 63 in 2025, indicating that the obligation growth was driven more by higher dollars per award than by a large increase in transaction volume. The pattern suggests a moderate concentration of funding in fewer, higher-value awards during the later years of the period.
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.