Award Number

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

Award number FA863418C2701 for agency 9700 recorded 54 actions in the last full year with $313.57 million obligated.

This page summarizes federal procurement activity tied to award number FA863418C2701 for agency 9700 over the last full year. The award shows 54 actions and total obligated funding of $313,568,804.49.

Generated at 03/20/2026

Analysis period: Last full year

Totals reflect the selected analysis window and may differ from other reporting periods or downstream summaries.

Agency ID
9700
PIID
FA863418C2701
Type
Award
Total Obligated
313.57 million
313,568,804.49
Actions
54
Average Action Value
5,806,829.71

Overview

In the last full year, award FA863418C2701 under agency 9700 accounted for $313,568,804.49 in obligated funding across 54 actions. The average action value was $5,806,829.71, indicating relatively high-value activity within the selected period. This page presents the award-level procurement record for analyst review.

How to use this page

Use this page to review award-level obligation totals, action volume, and average action value for FA863418C2701. The figures are limited to the last full year and should be used as a point-in-time view of activity for agency 9700.

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 1 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 313,568,804.49 313.57 million 54

Insight

Within the 1-year window for award FA863418C2701, obligations are concentrated in a single agency entry: the DEPT OF THE AIR FORCE accounts for $313.57 million across 54 awards. This indicates that current obligation activity is entirely attributable to one agency in the provided results, with no visible distribution across other agencies. The concentration suggests a highly focused funding pattern for this award.

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 1 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 313,568,804.49 313.57 million 54

Insight

Over the 1-year window for award FA863418C2701 under agency 9700, obligated dollars are fully concentrated with a single vendor, BOEING COMPANY, THE (CAGE 76301). This vendor received 54 awards totaling $313.57 million, indicating a highly concentrated vendor distribution with no evidence in the provided data of obligations spread across additional vendors. Such concentration suggests this relationship is the dominant source of obligated spend for the period reviewed.

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 1 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 313,568,804.49 313.57 million 54

Insight

Obligations under PIID FA863418C2701 in the 1-year window are fully concentrated in NAICS 336411, Aircraft Manufacturing. This NAICS accounts for the entire $313.57 million obligated across 54 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 1 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 313,568,804.49 313.57 million 54

Insight

Obligations for PIID FA863418C2701 are fully concentrated in PSC 1510, Aircraft, Fixed Wing, with $313.57 million obligated across 54 awards in the 1-year window. This indicates a highly focused procurement profile with no diversification across other PSCs in the provided data. The volume of awards alongside the dollar concentration suggests repeated obligations within the same aircraft category rather than a broad mix of products or services.

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 1 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2025 313,568,804.49 313.57 million 54

Insight

Over the 1-year window, this award records $313.57 million in obligations across 54 awards in 2025. The activity is concentrated in a single year, indicating that obligated funding is not distributed across multiple annual periods in the provided data. With an average of roughly $5.8 million per award, the pattern suggests a relatively high-value award stream for this PIID during the period observed.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.