Award Number

Award Number 9700 / FA863412C2651 Federal Contract Action Summary (Last 10 Years)

Federal procurement summary for award number FA863412C2651 under agency ID 9700, showing obligations and action history over the last 10 years.

This page presents the award record for PIID FA863412C2651 over the last 10 years. Total obligated amounts to 3.13 billion across 88 actions, with an average action value of 35,551,435.82.

Generated at 03/20/2026

Analysis period: Last 10 years

Figures reflect the provided analysis window and may differ from other reporting views if filters or updates change.

Agency ID
9700
PIID
FA863412C2651
Type
Award
Total Obligated
3.13 billion
3,128,526,352.44
Actions
88
Average Action Value
35,551,435.82

Overview

Award number FA863412C2651 is associated with agency ID 9700 and shows 3.13 billion in total obligated funding over the last 10 years. The record includes 88 award actions, with an average action value of 35,551,435.82. This page is intended to support review of the award’s obligation and action pattern within the selected period.

How to use this page

Use this page to examine the scale of obligations tied to FA863412C2651 and to compare the total and average action values against other awards. The action count can also help indicate how frequently the award was modified or updated during the 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 = 'FA863412C2651'
    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 3,128,526,352.44 3.13 billion 82
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 0.00 0.00 6

Insight

Obligations are highly concentrated with the Department of the Air Force, which accounts for $3.13 billion across 82 awards in the 10-year window. Defense Contract Management Agency appears in 6 awards but shows no obligated value, indicating administrative or oversight activity rather than funding distribution. Overall, the award activity under this PIID is dominated by Air Force funding, with minimal obligated value outside that agency.

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 = 'FA863412C2651'
        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
BOEING COMPANY, THE 2,753,886,013.79 2.75 billion 11
BOEING COMPANY, THE 76301 374,640,338.65 374.64 million 77

Insight

Award obligations under PIID FA863412C2651 are highly concentrated in BOEING COMPANY, THE, which accounts for 2.75 billion across 11 awards. A second BOEING COMPANY, THE entry identified by CAGE 76301 shows 374.64 million across 77 awards, indicating a broader award distribution but substantially lower obligated value. Overall, the data indicate that most value is concentrated in the uncoded BOEING COMPANY, THE entry rather than across the higher-award-count CAGE-specific awards.

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 = 'FA863412C2651'
    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
336411 AIRCRAFT MANUFACTURING 3,128,526,352.44 3.13 billion 88

Insight

Obligations for PIID FA863412C2651 over the 10-year window are fully concentrated in NAICS 336411, Aircraft Manufacturing. This NAICS accounts for $3.13 billion across 88 awards, indicating a highly focused procurement profile with no diversification across other industries in the provided data. The volume of awards suggests repeated procurement activity within the same industrial base.

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 = 'FA863412C2651'
    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
1510 AIRCRAFT, FIXED WING 3,128,526,352.44 3.13 billion 88

Insight

Obligations for this award are fully concentrated in PSC 1510, Aircraft, Fixed Wing, totaling $3.13 billion across 88 awards over the 10-year window. This indicates a highly specialized procurement profile with no observable PSC diversification in the provided data. The volume of awards suggests repeated contractual activity within the same product category rather than broad spending across multiple supply classes.

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 = 'FA863412C2651'
    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 2,753,886,013.79 2.75 billion 12
2017 5,204,745.00 5.20 million 12
2018 162,786,412.00 162.79 million 12
2019 1,200,000.00 1.20 million 10
2020 22,597,679.38 22.60 million 13
2021 17,595,737.60 17.60 million 13
2022 -28,437.33 -28.44 thousand 8
2023 165,462,294.00 165.46 million 5
2024 -178,092.00 -178.09 thousand 3

Insight

Obligations for PIID FA863412C2651 are highly concentrated in 2016, when the award recorded 2.75 billion across 12 awards, far exceeding all subsequent years. After 2016, obligated amounts declined sharply and were much smaller and uneven, ranging from 1.20 million to 165.46 million, with award counts generally between 3 and 13. The series includes negative obligations in 2022 and 2024, indicating deobligations or downward adjustments in those 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.