PSC Code

PSC 1560 Federal Contract Obligations (Last 10 Years)

PSC 1560 covers airframe structural components, with 30.32 billion in obligated spending across 349,428 award actions over the last 10 years.

This PSC page summarizes federal procurement activity for airframe structural components over the last 10 years, including obligational totals, annual trends, leading agencies, and top vendors. Defense Logistics Agency is the largest obligating agency, while Boeing and Lockheed Martin account for most of the leading vendor activity shown here.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect the provided FPDS analysis window and may include multiple vendor entries for the same company name and different CAGE codes.

PSC Code
1560
PSC Description
AIRFRAME STRUCTURAL COMPONENTS
Total Obligated
30.32 billion
30,316,750,552.41
Award Actions
349,428
Average Action Value
86,761.07

About PSC 1560 federal contract activity

PSC 1560, Airframe Structural Components, accounts for $30.32 billion in obligated value across 349,428 awards over the last 10 years, with an average award value of $86,761.07. The volume of awards is high relative to dollars obligated, indicating a procurement profile dominated by frequent, generally lower-dollar buys alongside larger programmatic obligations.

Agency demand and leading federal buyers

The Defense Logistics Agency is the largest buyer in this PSC by obligated value, with $13.37 billion across 322,896 awards, far exceeding every other agency in transaction count. The Department of the Air Force follows with $11.11 billion, while the Department of the Navy and Department of the Army account for $4.76 billion and $1.06 billion respectively; the U.S. Coast Guard participates at a much smaller dollar level but still shows meaningful award activity.

Vendor concentration and leading contractors

Boeing-related entries dominate the vendor landscape, with multiple CAGE-coded records appearing among the top obligations and collectively representing a substantial share of PSC 1560 spending. BOEING COMPANY, THE is the largest vendor entry at $4.29 billion, followed by additional Boeing records at $2.35 billion, $2.04 billion, and $1.60 billion; LOCKHEED MARTIN CORPORATION is the only non-Boeing vendor in the top five at $1.29 billion.

Annual contract trend over the analysis window

Obligations increased sharply in 2025 to $4.05 billion after $3.88 billion in 2024, remaining above the 2021-2023 range shown here. The annual pattern indicates sustained demand with a notable acceleration in the most recent two years, while award counts have stayed broadly stable in the low-30-thousand range.

How to interpret this page

This summary uses FPDS obligations for PSC 1560 over the last 10 years and reflects the provided overview, agency, vendor, and annual trend data. Vendor names may appear in multiple records because FPDS reporting can separate obligations by CAGE code or other award-level distinctions, so totals should be interpreted at the record level shown in the source data.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__productOrServiceCode = '1560'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
97AS DEFENSE LOGISTICS AGENCY 13,367,757,003.47 13.37 billion 322,896
5700 DEPT OF THE AIR FORCE 11,105,589,508.67 11.11 billion 5,017
1700 DEPT OF THE NAVY 4,760,410,888.88 4.76 billion 7,550
2100 DEPT OF THE ARMY 1,057,447,519.48 1.06 billion 1,732
7008 U.S. COAST GUARD 229,184,095.45 229.18 million 4,192
4732 FEDERAL ACQUISITION SERVICE 17,697,754.06 17.70 million 21
12K3 ANIMAL AND PLANT HEALTH INSPECTION SERVICE 6,225,534.00 6.23 million 6
6920 FEDERAL AVIATION ADMINISTRATION 4,225,045.68 4.23 million 27
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 2,685,294.85 2.69 million 47
1900 STATE, DEPARTMENT OF 1,669,914.13 1.67 million 19

Insight

PSC 1560 obligations totaled $30.32 billion across 349,428 awards over the last 10 years, with average award value of $86,761. The market is highly concentrated: DLA accounts for $13.37 billion and 322,896 awards, while the Department of the Air Force adds $11.11 billion and the Department of the Navy $4.76 billion, meaning the top three agencies represent nearly all PSC 1560 obligations in this period. The Department of the Army is a distant fourth at $1.06 billion, and the remaining agencies each account for comparatively small shares.

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(anyHeavy(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
        contract_type = 1
        AND content__award__productOrServiceInformation__productOrServiceCode = '1560'
        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,
        content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
BOEING COMPANY, THE 0PXV4 4,291,360,791.58 4.29 billion 19,677
THE BOEING COMPANY 81205 2,345,404,512.13 2.35 billion 548
BOEING COMPANY, THE 1N929 2,041,831,150.53 2.04 billion 276
BOEING COMPANY, THE 76301 1,598,131,254.95 1.60 billion 402
LOCKHEED MARTIN CORPORATION 0L1E5 1,292,359,361.04 1.29 billion 705
BELL BOEING JOINT PROJECT OFFICE 3B1R2 1,062,867,399.03 1.06 billion 7,278
BOEING COMPANY, THE 1,028,834,695.03 1.03 billion 2,521
LOCKHEED MARTIN CORPORATION 81755 899,234,569.86 899.23 million 398
THE BOEING COMPANY 0PXV4 897,702,526.64 897.70 million 1,277
NORTHROP GRUMMAN SYSTEMS CORPORATION 78JW8 895,899,938.46 895.90 million 114

Insight

PSC 1560 obligations are highly concentrated among a small set of major aerospace contractors, with Boeing-related entries accounting for several of the largest award totals over the last 10 years. The top 10 vendors each exceed $895.9 million in obligations, led by BOEING COMPANY, THE at $4.29 billion (19,677 awards), followed by additional Boeing entries totaling another $2.35 billion, $2.04 billion, $1.60 billion, and $1.03 billion under separate CAGE codes or name variants. Lockheed Martin and Bell Boeing also appear among the leading vendors, with Bell Boeing showing a high award count (7,278) relative to its $1.06 billion obligated, indicating a more fragmented distribution of smaller awards within this PSC.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__productOrServiceCode = '1560'
        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 DESC
Year Total Obligated Readable Award Actions
2025 4,054,866,864.73 4.05 billion 32,899
2024 3,877,071,359.79 3.88 billion 32,122
2023 2,515,712,387.01 2.52 billion 31,512
2022 2,647,368,496.34 2.65 billion 30,546
2021 2,251,301,410.11 2.25 billion 30,626
2020 3,038,829,278.51 3.04 billion 34,623
2019 3,174,986,750.78 3.17 billion 44,060
2018 3,295,333,833.58 3.30 billion 44,335
2017 2,533,982,544.80 2.53 billion 36,169
2016 2,927,297,626.76 2.93 billion 32,536

Insight

PSC 1560 has obligated $30.32 billion across 349,428 awards over the last 10 years, with an average award value of $86,761. Obligation levels are concentrated in the most recent years, led by 2025 at $4.05 billion and 2024 at $3.88 billion, compared with a lower range of $2.25 billion to $3.30 billion in 2016-2023. Award volume peaks in 2018 and 2019 at 44,335 and 44,060 awards, respectively, then trends lower before remaining near 30,000-33,000 awards in 2021-2025.

Use FPDS Query for deeper PSC analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper PSC analysis across agencies, vendors, 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.