Award Number

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

Federal award record for award number FA863418C2701 at agency 9700, showing obligations and actions over the last 10 years.

This page summarizes the federal award identified by PIID FA863418C2701 for agency 9700 across the last 10 years. It shows 265 award actions with total obligated dollars of 6.98 billion.

Generated at 03/20/2026

Analysis period: Last 10 years

Totals reflect the provided 10-year analysis window, with exact obligated value of 6978627395.76 and average action value of 26334443.

Agency ID
9700
PIID
FA863418C2701
Type
Award
Total Obligated
6.98 billion
6,978,627,395.76
Actions
265
Average Action Value
26,334,443.00

Overview

The award number FA863418C2701 is associated with agency 9700 in the provided FPDS query context. Over the last 10 years, the award has 265 recorded actions and total obligated value of 6978627395.76, which is 6.98 billion when rounded for display.

How to use this page

Use this page to review the award-level summary, including action volume and obligated dollars across the analysis window. The average action value is 26334443, which provides a simple benchmark for comparing activity within this 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 = 'FA863418C2701'
    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 6,978,627,395.76 6.98 billion 257
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 0.00 0.00 8

Insight

Obligations for PIID FA863418C2701 are highly concentrated in the DEPT OF THE AIR FORCE, which accounts for 6.98 billion across 257 awards over the 10-year window. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears only marginally in the award history, with 8 awards and no obligated dollars recorded. This distribution indicates that the award’s financial activity is overwhelmingly associated with the Air Force, with DCMA present only in a limited administrative role.

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 = 'FA863418C2701'
        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 76301 6,978,627,395.76 6.98 billion 265

Insight

Obligations under PIID FA863418C2701 are fully concentrated in a single vendor over the 10-year window. BOEING COMPANY, THE (CAGE 76301) accounts for 265 awards and $6.98 billion in total obligated value, indicating an exclusive supplier relationship for this award. With no other vendors reported, the distribution reflects complete vendor concentration and no observable diversification within the provided data.

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 = 'FA863418C2701'
    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 6,978,627,395.76 6.98 billion 265

Insight

Obligations for PIID FA863418C2701 are fully concentrated in NAICS 336411, Aircraft Manufacturing, over the 10-year window. This category accounts for $6.98 billion across 265 awards, indicating a highly concentrated 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 = 'FA863418C2701'
    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 6,978,627,395.76 6.98 billion 265

Insight

Obligations are fully concentrated in PSC 1510, Aircraft, Fixed Wing, with $6.98 billion across 265 awards over the 10-year window. This indicates a highly focused award profile centered on fixed-wing aircraft procurement or sustainment, with no visible diversification into other PSC categories in the provided data. The volume of awards suggests recurring activity, but the obligation base is dominated by a single product/service code.

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 = 'FA863418C2701'
    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
2017 3,019,750,000.01 3.02 billion 2
2018 5,757,500.00 5.76 million 5
2019 1,508,044,998.00 1.51 billion 7
2020 1,167,191,354.66 1.17 billion 29
2021 73,996,499.00 74.00 million 34
2022 87,938,341.02 87.94 million 43
2023 401,058,037.06 401.06 million 45
2024 401,321,861.52 401.32 million 46
2025 313,568,804.49 313.57 million 54

Insight

Obligations for PIID FA863418C2701 are highly concentrated in 2017, when $3.02 billion across 2 awards accounted for the dominant share of the 10-year total. Funding then fell sharply in 2018 and remained materially lower in 2019–2022, with award counts increasing steadily from 5 to 43 while annual obligations stayed below $1.51 billion and mostly under $100 million after 2020. In 2023–2025, obligations stabilized in the $313.57 million to $401.32 million range, while award counts continued to rise from 45 to 54, indicating broader distribution across more awards at lower annual dollar 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.