Award Number

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

Federal procurement summary for award number FA863412C2651 under agency ID 9700, showing activity over the last 5 years.

This page summarizes the award-level obligation history for PIID FA863412C2651 during the last 5 years. The record shows 29 award actions with total obligated dollars of 182.85 million.

Generated at 03/20/2026

Analysis period: Last 5 years

Total obligated amount is 182,851,502.27 and the average action value is 6,305,224.22.

Agency ID
9700
PIID
FA863412C2651
Type
Award
Total Obligated
182.85 million
182,851,502.27
Actions
29
Average Action Value
6,305,224.22

Overview

The award number FA863412C2651 has 29 recorded actions in the last 5 years. Across that period, total obligations reached 182,851,502.27, with an average action value of 6,305,224.22.

How to use this page

Use this page to review obligation activity tied to PIID FA863412C2651 and compare action-level patterns within the selected period. The figures on this page reflect the provided analysis window and should be used as a summary of the award's recorded procurement activity.

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 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 182,851,502.27 182.85 million 28
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 0.00 0.00 1

Insight

Award activity under PIID FA863412C2651 is highly concentrated in the DEPT OF THE AIR FORCE, which accounts for $182.85 million across 28 awards in the 5-year window. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears only once and shows no obligated dollars, indicating negligible financial distribution outside the Air Force. Overall, the obligation profile is narrowly focused on a single agency with minimal secondary activity.

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 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
BOEING COMPANY, THE 76301 182,851,502.27 182.85 million 29

Insight

Over the 5-year window, obligations for PIID FA863412C2651 are concentrated in a single vendor. BOEING COMPANY, THE (CAGE 76301) received $182.85 million across 29 awards, indicating sustained reliance on one supplier rather than a broad vendor distribution. This level of concentration suggests limited vendor diversification for this award record.

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 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
336411 AIRCRAFT MANUFACTURING 182,851,502.27 182.85 million 29

Insight

Obligations for PIID FA863412C2651 are fully concentrated in NAICS 336411, Aircraft Manufacturing, over the 5-year window. This single industry accounts for $182.85 million across 29 awards, indicating a narrow procurement profile 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 = 'FA863412C2651'
    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
1510 AIRCRAFT, FIXED WING 182,851,502.27 182.85 million 29

Insight

Obligations for this award are fully concentrated in PSC 1510, Aircraft, Fixed Wing, with $182.85 million obligated across 29 actions over the 5-year window. This indicates a narrowly focused procurement profile with no visible PSC diversification in the provided data. The volume of actions suggests repeated activity within the same product category rather than spread across multiple PSCs.

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 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
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 uneven across the 5-year window, with a pronounced spike in 2023 at $165.46 million after much smaller activity in prior and subsequent years. Award counts also declined over time, from 13 awards in 2021 to 8 in 2022, 5 in 2023, and 3 in 2024, indicating a narrowing distribution of activity. Negative obligated amounts in 2022 and 2024 suggest deobligations or downward adjustments in those years, further reinforcing the volatility of annual funding levels.

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.