Award Number

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

Procurement summary for award number FA861108C2897 under agency ID 9700, covering the last 10 years of recorded actions and obligations.

This page summarizes federal award activity for PIID FA861108C2897 over the last 10 years. The record shows 450 award actions with total obligated amounts of $1.739 billion and an average action value of $3.86 million.

Generated at 03/20/2026

Analysis period: Last 10 years

Amounts are based on the provided readable and exact total obligated values for the analysis window and may reflect rounded display figures.

Agency ID
9700
PIID
FA861108C2897
Type
Award
Total Obligated
1.74 billion
1,739,124,816.28
Actions
450
Average Action Value
3,864,721.81

Overview

The award record for PIID FA861108C2897 under agency ID 9700 covers a 10-year analysis window with 450 recorded actions. Total obligated funding is $1,739,124,816.28, with a readable total of $1.74 billion and an average action value of $3,864,721.81. This page is intended to present the award-level activity in a compact form for review and comparison. The figures reflect the provided obligation totals and action counts for the specified period.

How to use this page

Use this page to review the scale and frequency of award actions associated with FA861108C2897. The action count and obligation totals provide a concise basis for procurement analysis within the last 10 years. For closer review, compare the exact obligated amount against the readable total and use the average action value to gauge typical action size over the 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 = 'FA861108C2897'
    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 1,741,371,061.28 1.74 billion 396
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -2,246,245.00 -2.25 million 54

Insight

Obligations for PIID FA861108C2897 over the 10-year window are heavily concentrated in the DEPT OF THE AIR FORCE, which accounts for $1.74 billion across 396 awards. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears with 54 awards but a net obligation of -$2.25 million, indicating minimal value relative to the Air Force total and suggesting downward adjustments or deobligations within the period. Overall, the award activity is dominated by a single agency, with limited distribution to other reporting agencies.

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 = 'FA861108C2897'
        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
LOCKHEED MARTIN CORPORATION 921,205,171.97 921.21 million 141
LOCKHEED MARTIN CORPORATION 81755 817,919,644.31 817.92 million 309

Insight

Award activity under PIID FA861108C2897 is highly concentrated with LOCKHEED MARTIN CORPORATION, which accounts for two reported vendor entries totaling about $1.74 billion across 450 awards over the 10-year window. The uncoded entry represents $921.21 million across 141 awards, while CAGE 81755 represents $817.92 million across 309 awards. This split indicates sustained obligation volume to the same corporate vendor, with the larger dollar value tied to fewer awards in one entry and a higher award count tied to somewhat lower obligated dollars in the other.

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 = 'FA861108C2897'
    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
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 1,739,124,816.28 1.74 billion 450

Insight

Obligations for PIID FA861108C2897 are fully concentrated in NAICS 488190, Other Support Activities for Air Transportation. Over the 10-year window, this category accounts for $1.74 billion across 450 awards, indicating sustained use of a single support-services classification rather than a diversified NAICS mix. This concentration suggests the award activity is consistently tied to air transportation support requirements.

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 = 'FA861108C2897'
    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
J016 MAINT/REPAIR/REBUILD OF EQUIPMENT- AIRCRAFT COMPONENTS AND ACCESSORIES 1,739,124,816.28 1.74 billion 450

Insight

The award is fully concentrated in PSC J016, MAINT/REPAIR/REBUILD OF EQUIPMENT - AIRCRAFT COMPONENTS AND ACCESSORIES, over the 10-year window. This category accounts for $1.74 billion across 450 awards, indicating a sustained and highly focused procurement profile rather than a diversified mix of product or service codes.

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 = 'FA861108C2897'
    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 920,313,893.97 920.31 million 129
2017 812,356,139.40 812.36 million 162
2018 1,386,788.71 1.39 million 62
2019 5,659,879.43 5.66 million 31
2020 1,343,966.37 1.34 million 35
2021 -2,027,476.77 -2.03 million 10
2022 2,052,541.51 2.05 million 6
2023 -293,683.00 -293.68 thousand 9
2024 0.00 0.00 3
2025 -1,667,233.34 -1.67 million 3

Insight

Obligations are heavily concentrated in 2016 and 2017, which together account for the vast majority of recorded funding under this award, at 920.31 million and 812.36 million respectively. After 2017, annual obligated amounts drop sharply to low single-digit millions or less, with award counts also declining from 162 in 2017 to single digits in most later years. Negative obligations in 2021, 2023, and 2025 indicate deobligations or downward adjustments in those periods, while 2024 records zero obligated dollars across 3 awards.

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.