Award Number

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

Procurement analysis for award number FA862914C2403 under agency ID 9700 covering the last 5 years.

This page summarizes federal award activity for PIID FA862914C2403 over the last 5 years. The award shows 232 actions and total obligations of 3.12 billion dollars, with an average action value of 13,461,944.28.

Generated at 03/20/2026

Analysis period: Last 5 years

Amounts are based on the provided analysis window and may reflect cumulative obligated value across multiple actions.

Agency ID
9700
PIID
FA862914C2403
Type
Award
Total Obligated
3.12 billion
3,123,171,073.42
Actions
232
Average Action Value
13,461,944.28

Overview

FA862914C2403 is the award number associated with agency ID 9700 in the provided analysis window. Over the last 5 years, the award recorded 232 actions and total obligated funding of 3,123,171,073.42 dollars. The average action value was 13,461,944.28, indicating a high-value, multi-action procurement record.

How to use this page

Use this page to review the scale and cadence of obligation activity tied to FA862914C2403. The action count, total obligations, and average action value provide a compact basis for comparing this award against other procurement records in the same agency or time period.

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 = 'FA862914C2403'
    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 3,123,171,073.42 3.12 billion 230
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 0.00 0.00 2

Insight

Award activity under PIID FA862914C2403 is overwhelmingly concentrated in the Department of the Air Force, which accounts for $3.12 billion across 230 awards. Defense Contract Management Agency appears in the record with 2 awards but no obligated value, indicating minimal financial concentration outside the Air Force. Over the 5-year window, obligation activity is therefore highly centralized within a single 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 = 'FA862914C2403'
        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
SIKORSKY AIRCRAFT CORPORATION 78286 3,123,171,073.42 3.12 billion 232

Insight

Over the 5-year window for PIID FA862914C2403 under agency 9700, obligations are fully concentrated with SIKORSKY AIRCRAFT CORPORATION (CAGE 78286). The vendor accounts for 3.12 billion across 232 awards, indicating sustained, high-volume award activity under this ID. No other vendors are represented in the provided rows, so the observed distribution is entirely single-source within this result set.

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 = 'FA862914C2403'
    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 3,123,171,073.42 3.12 billion 232

Insight

Over the 5-year window, obligations for PIID FA862914C2403 under agency 9700 are fully concentrated in NAICS 336411, Aircraft Manufacturing, with 3.12 billion obligated across 232 awards. This indicates a highly concentrated procurement profile with no diversification across other NAICS codes in the provided data. The volume of awards suggests repeated activity within the same industrial base rather than a broad mix of procurement categories.

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 = 'FA862914C2403'
    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
1520 AIRCRAFT, ROTARY WING 3,123,171,073.42 3.12 billion 232

Insight

Obligations for PIID FA862914C2403 are fully concentrated in PSC 1520, Aircraft, Rotary Wing, with $3.12 billion obligated across 232 awards over the 5-year window. This indicates a highly specialized award profile with no visible PSC diversification in the provided data. The volume of awards relative to the obligated amount suggests repeated procurement activity within the same equipment category.

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 = 'FA862914C2403'
    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 580,263,225.97 580.26 million 54
2022 491,156,023.08 491.16 million 59
2023 916,755,327.24 916.76 million 46
2024 877,826,473.63 877.83 million 44
2025 257,170,023.50 257.17 million 29

Insight

Obligations under PIID FA862914C2403 were concentrated in 2023 and 2024, which together account for the largest share of the 5-year total at 916.76 million and 877.83 million, respectively. Annual obligated amounts declined from 580.26 million in 2021 to 491.16 million in 2022, then increased sharply in 2023 before easing slightly in 2024. In 2025, obligations fell to 257.17 million with 29 awards, indicating a lower level of activity relative to prior 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.