Award Number

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

Federal procurement summary for award number FA862518F7027 under agency ID 9700, covering activity in the last 10 years.

This page summarizes award FA862518F7027 for agency ID 9700 over the last 10 years. The award shows 63 actions and total obligated spending of 3.81 billion.

Generated at 03/20/2026

Analysis period: Last 10 years

Totals reflect the analysis window provided and the exact obligated amount of 3809704361.36, with an average action value of 60471497.8.

Agency ID
9700
PIID
FA862518F7027
Type
Award
Total Obligated
3.81 billion
3,809,704,361.36
Actions
63
Average Action Value
60,471,497.80

Overview

Award FA862518F7027 is associated with agency ID 9700 and shows procurement activity across the last 10 years. The award records 63 actions and total obligated funding of 3,809,704,361.36, which is about 3.81 billion. The average action value is 60,471,497.8, based on the provided action count and obligations.

How to use this page

Use this page to review the award-level obligation total, action volume, and average action value for FA862518F7027. The figures are useful for tracking the scale of activity tied to this award over the stated 10-year period and for comparing it with other award records in the same agency context.

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 = 'FA862518F7027'
    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 3,809,704,361.36 3.81 billion 63

Insight

Obligations for PIID FA862518F7027 are fully concentrated in a single agency relationship: the DEPT OF THE AIR FORCE accounts for 3.81 billion across 63 awards over the 10-year window. This indicates a highly concentrated award profile with no visible distribution across other agencies in the provided rows. The concentration suggests the obligation history is dominated by one agency customer rather than a broad federal footprint.

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 = 'FA862518F7027'
        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 98897 3,809,704,361.36 3.81 billion 63

Insight

Award obligations for PIID FA862518F7027 are fully concentrated with LOCKHEED MARTIN CORPORATION (CAGE 98897), which accounts for $3.81 billion across 63 awards over the 10-year window. This indicates a single-vendor procurement profile with no other vendors represented in the provided data. Such concentration suggests sustained reliance on one contractor for this award record.

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 = 'FA862518F7027'
    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 3,809,704,361.36 3.81 billion 63

Insight

Obligations for PIID FA862518F7027 are fully concentrated in NAICS 336411, Aircraft Manufacturing, with 3.81 billion obligated across 63 awards over the 10-year window. This indicates a highly concentrated procurement profile tied to a single industrial classification, with no observable diversification across other NAICS codes in the provided data. The award count suggests repeated activity within the same sector rather than a broad spread of obligations.

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 = 'FA862518F7027'
    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 3,809,704,361.36 3.81 billion 63

Insight

Obligations under PIID FA862518F7027 are fully concentrated in PSC 1510, Aircraft, Fixed Wing, with $3.81 billion across 63 awards over the 10-year window. This indicates a highly focused procurement profile with no diversification across other PSCs in the provided data. The award count suggests repeated activity within the same product category rather than a broad mix of supplied items.

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 = 'FA862518F7027'
    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
2018 305,499,999.21 305.50 million 3
2019 1,037,302,721.40 1.04 billion 6
2020 606,214,649.55 606.21 million 11
2021 1,157,339,296.64 1.16 billion 21
2022 713,631,301.60 713.63 million 9
2023 5,390,000.00 5.39 million 2
2024 1,285,295.04 1.29 million 5
2025 -16,958,902.08 -16.96 million 6

Insight

Obligations under PIID FA862518F7027 are concentrated in 2019–2022, when annual totals ranged from $606.21 million to $1.16 billion and award counts rose from 6 to a peak of 21 in 2021. Activity then dropped sharply in 2023 and 2024 to $5.39 million and $1.29 million, with lower award counts of 2 and 5, respectively. In 2025, obligations were negative at $16.96 million across 6 awards, indicating net downward adjustment in the most recent year.

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.