This page summarizes federal procurement activity for award number FA862616C2138 under agency ID 9700. Over the last 5 years, the award totals $847,816,238.77 across 61 actions, for an average action value of $13,898,626.87.
Award Number
Award Number 9700 / FA862616C2138 Federal Contract Action Summary (Last 5 Years)
Award number FA862616C2138 for agency 9700 shows 61 actions over the last 5 years with $847.82 million obligated.
Dollar values are shown as reported for the selected 5-year analysis window and may include obligated amounts across multiple actions.
Overview
Award number FA862616C2138 records 61 procurement actions within the last 5 years. The total obligated amount is $847,816,238.77, with an average action value of $13,898,626.87.
How to use this page
Use this page to review the award-level obligation pattern for agency ID 9700 over the selected period. The action count and average action value provide a compact view of activity across the award record.
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 = 'FA862616C2138'
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 | 847,816,238.77 | 847.82 million | 45 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 16 |
Insight
Obligations for PIID FA862616C2138 are heavily concentrated with the DEPT OF THE AIR FORCE, which accounts for $847.82 million across 45 awards over the 5-year window. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears in 16 awards but with no obligated value, indicating administrative or non-obligating actions rather than funded awards. Overall, the award activity is highly concentrated in a single funding agency, with DCMA present in transaction count but not in obligation value.
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 = 'FA862616C2138'
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 |
|---|---|---|---|---|
| GENERAL ELECTRIC COMPANY | 07482 | 847,816,238.77 | 847.82 million | 61 |
Insight
Over the 5-year window for award FA862616C2138 under agency 9700, obligations are fully concentrated with a single vendor, GENERAL ELECTRIC COMPANY (CAGE 07482). This vendor accounts for 61 awards totaling $847.8 million, indicating a highly concentrated vendor base for this award record. The pattern suggests sustained reliance on one contractor rather than a distributed supplier mix.
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 = 'FA862616C2138'
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 |
|---|---|---|---|---|
| 336412 | AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING | 847,816,238.77 | 847.82 million | 61 |
Insight
Over the past 5 years, obligations under PIID FA862616C2138 are fully concentrated in NAICS 336412, Aircraft Engine and Engine Parts Manufacturing. This single NAICS accounts for $847.82 million across 61 awards, indicating a highly concentrated procurement profile with no diversification across other industries 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 = 'FA862616C2138'
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 |
|---|---|---|---|---|
| 2840 | GAS TURBINES AND JET ENGINES, AIRCRAFT, PRIME MOVING; AND COMPONENTS | 847,816,238.77 | 847.82 million | 61 |
Insight
Obligations under PIID FA862616C2138 are fully concentrated in PSC 2840, Gas Turbines and Jet Engines, Aircraft, Prime Moving; and Components, totaling $847.82 million across 61 awards over the 5-year window. This indicates a highly focused procurement profile with no diversification across other PSCs in the provided data. The award count suggests repeated contracting activity within the same product/service category rather than a broad spend distribution.
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 = 'FA862616C2138'
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 | 212,906,026.77 | 212.91 million | 24 |
| 2022 | 332,586,693.92 | 332.59 million | 22 |
| 2023 | 299,641,956.54 | 299.64 million | 11 |
| 2024 | 3,075,296.11 | 3.08 million | 2 |
| 2025 | -393,734.57 | -393.73 thousand | 2 |
Insight
Obligations for PIID FA862616C2138 were concentrated in 2021–2023, ranging from $212.91 million to $332.59 million across 11 to 24 awards annually. Funding then dropped sharply in 2024 to $3.08 million across 2 awards, followed by a small net deobligation in 2025 of $393.73 thousand across 2 awards. The pattern indicates a pronounced shift from sustained high annual obligation volume to minimal and negative activity in the most recent years.
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.