Award Number

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

Federal procurement summary for award number FA861120F1010 at agency 9700 over the last 10 years.

This page summarizes award activity for PIID FA861120F1010 within agency ID 9700 across the last 10 years. The record shows 107 award actions with total obligated dollars of 1.573068089 billion and an average action value of 14,701,570.93.

Generated at 03/20/2026

Analysis period: Last 10 years

All dollar figures reflect the provided analysis window and the exact total obligated amount of 1,573,068,089.22.

Agency ID
9700
PIID
FA861120F1010
Type
Award
Total Obligated
1.57 billion
1,573,068,089.22
Actions
107
Average Action Value
14,701,570.93

Overview

Award number FA861120F1010 is associated with agency ID 9700 in the last 10 years of FPDS activity. The award totals 107 actions and 1,573,068,089.22 obligated dollars, with an average action value of 14,701,570.93. These figures describe the award’s recorded obligation activity over the analysis window.

How to use this page

Use this page to review the scale of obligation activity tied to FA861120F1010 and to compare it with other awards or agency records. The action count and average action value provide a concise view of how often the award was modified or funded and the size of those actions.

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 = 'FA861120F1010'
    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,573,068,089.22 1.57 billion 107

Insight

Over the 10-year window for PIID FA861120F1010, obligations are concentrated entirely within a single top agency listed: the Department of the Air Force. It accounts for $1.57 billion across 107 awards, indicating a highly concentrated award distribution with no evidence in the provided rows of meaningful cross-agency diversification.

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 = 'FA861120F1010'
        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
UNITED TECHNOLOGIES CORPORATION 52661 1,573,068,089.22 1.57 billion 107

Insight

Over the 10-year window for PIID FA861120F1010, obligations are fully concentrated with a single vendor: UNITED TECHNOLOGIES CORPORATION (CAGE 52661). That vendor accounts for 107 awards totaling $1.57 billion, indicating a highly concentrated award pattern with no other vendors represented in 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 = 'FA861120F1010'
    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,573,068,089.22 1.57 billion 107

Insight

Over the 10-year window, obligations for award FA861120F1010 are fully concentrated in NAICS 488190, Other Support Activities for Air Transportation. This single NAICS accounts for the entire reported total of $1.57 billion across 107 awards, indicating a highly focused procurement pattern with no diversification across other industries 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 = 'FA861120F1010'
    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
J028 MAINT/REPAIR/REBUILD OF EQUIPMENT- ENGINES, TURBINES, AND COMPONENTS 1,573,068,089.22 1.57 billion 107

Insight

Obligations are fully concentrated in PSC J028, Maintenance/Repair/Rebuild of Equipment—Engines, Turbines, and Components, which accounts for $1.57 billion across 107 awards. This indicates a highly focused procurement profile with no visible distribution across other PSCs in the provided data. The award pattern suggests sustained requirements tied to engine and turbine maintenance support over the 10-year window.

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 = 'FA861120F1010'
    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
2019 51,555,435.33 51.56 million 2
2020 520,681,063.41 520.68 million 9
2021 587,095,898.98 587.10 million 27
2022 397,065,317.63 397.07 million 46
2023 10,625,929.34 10.63 million 11
2024 4,445,624.00 4.45 million 5
2025 1,598,820.53 1.60 million 7

Insight

Obligations for PIID FA861120F1010 are heavily concentrated in 2020–2022, when annual obligations ranged from $397.07 million to $587.10 million and award counts rose from 9 to 46. The peak occurred in 2021 at $587.10 million across 27 awards, followed by a high-volume 2022 with 46 awards and $397.07 million obligated. Activity then declined sharply in 2023–2025, dropping to $10.63 million, $4.45 million, and $1.60 million, respectively, with award counts also falling to single digits or low teens.

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.