PSC Code

PSC 1560 Federal Contract Obligations (Last Year)

PSC 1560 covers airframe structural components, with last-year federal obligations of 4.05 billion across 32,899 award actions.

Federal procurement for PSC 1560 was led by the Defense Logistics Agency and the Department of the Air Force, which together accounted for most of the 4.05 billion obligated in the last full year. Boeing entities were the largest vendors by obligated amount, while the Department of the Navy, U.S. Coast Guard, and Department of the Army also recorded purchases in this category.

Generated at 03/21/2026

Analysis period: Last full year

Annual figures reflect the last full year shown and may include multiple vendor records for the same name with different CAGE codes.

PSC Code
1560
PSC Description
AIRFRAME STRUCTURAL COMPONENTS
Total Obligated
4.05 billion
4,054,866,864.73
Award Actions
32,899
Average Action Value
123,251.97

About PSC 1560 federal contract activity

PSC 1560, Airframe Structural Components, recorded $4.05 billion in obligated value across 32,899 awards in the last full year, with an average award value of $123,251.97. The volume is heavily concentrated in a large number of comparatively small actions, indicating broad transactional activity alongside a smaller set of high-value obligations.

Agency demand and leading federal buyers

The Defense Logistics Agency led all agencies with $2.09 billion across 30,965 awards, accounting for the majority of the award count in this PSC. The Department of the Air Force followed with $1.55 billion, while the Department of the Navy added $384.14 million; the U.S. Coast Guard and Department of the Army represented much smaller portions of total obligations.

Vendor concentration and leading contractors

Boeing-related entries dominate the vendor landscape, with multiple CAGE codes associated with The Boeing Company and Boeing Company, The appearing among the top recipients. Combined, these awards reflect a substantial concentration of obligations to Boeing entities, while Northrop Grumman Systems Corporation also ranked among the leading vendors with $280.21 million.

Annual contract trend over the analysis window

The annual trend shows the full-year total for 2025 at $4.05 billion across 32,899 awards. Because the analysis window captures only the last full year, the trend view serves as the period total rather than a multi-year comparison.

How to interpret this page

This page summarizes FPDS obligations for PSC 1560 over the last full year using total obligated dollars, award counts, and average award value. Agency and vendor rankings are based on obligated value within the selected PSC and period; vendor entries are displayed as reported, including separate CAGE code records when present.

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 1 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 2,093,942,897.81 2.09 billion 30,965
5700 DEPT OF THE AIR FORCE 1,552,317,382.18 1.55 billion 385
1700 DEPT OF THE NAVY 384,138,449.02 384.14 million 701
7008 U.S. COAST GUARD 34,687,633.54 34.69 million 456
2100 DEPT OF THE ARMY 11,144,369.67 11.14 million 75
12K3 ANIMAL AND PLANT HEALTH INSPECTION SERVICE 521,034.00 521.03 thousand 2
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 154,325.00 154.32 thousand 1
4732 FEDERAL ACQUISITION SERVICE 0.00 0.00 1
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION -630.22 -630.22 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -22,038,596.27 -22.04 million 312

Insight

PSC 1560 obligations were highly concentrated in the last full year, with the Defense Logistics Agency accounting for $2.09 billion of the $4.05 billion total, followed by the Department of the Air Force at $1.55 billion. These two agencies represent nearly all PSC 1560 obligation volume and, together with the Department of the Navy at $384.14 million, drive the category’s spending profile. The award base is more fragmented than the dollar base: DLA recorded 30,965 awards versus 385 for the Air Force and 701 for the Navy, indicating many smaller transactions alongside a smaller number of high-dollar awards. Smaller obligations and negative adjustments appear at several other agencies, including DCMA at -$22.04 million and NASA at -$630.22, but they do not materially alter the overall concentration pattern.

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 1 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
THE BOEING COMPANY 0PXV4 733,937,017.08 733.94 million 1,083
THE BOEING COMPANY 81205 681,749,021.23 681.75 million 126
BOEING COMPANY, THE 1N929 495,280,761.99 495.28 million 28
BOEING COMPANY, THE 0PXV4 314,971,106.72 314.97 million 868
NORTHROP GRUMMAN SYSTEMS CORPORATION 78JW8 280,207,982.60 280.21 million 21
BOEING COMPANY, THE 76301 165,328,458.57 165.33 million 56
LOCKHEED MARTIN CORPORATION 38597 129,927,629.16 129.93 million 3
MEGGITT (ROCKMART), INC. 56221 66,713,202.00 66.71 million 116
LOCKHEED MARTIN CORPORATION 0L1E5 63,507,351.39 63.51 million 39
INTEGRATED SOLUTIONS FOR SYSTEMS, INC. 4ZJX8 58,476,602.00 58.48 million 11

Insight

PSC 1560 obligated dollars are concentrated among a small set of vendors, with THE BOEING COMPANY accounting for multiple entries that together represent a substantial share of the 1-year total. Boeing variants alone appear in several top positions with obligations ranging from 314.97 million to 733.94 million and award counts from 28 to 1,083, indicating both high-dollar and high-transaction activity. Beyond Boeing, funding drops to Northrop Grumman Systems Corporation at 280.21 million and then to a smaller tier including Lockheed Martin Corporation, Meggitt (Rockmart), and Integrated Solutions for Systems, Inc., suggesting a steep vendor concentration in 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 1 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

Insight

For the last full year, PSC 1560 (Airframe Structural Components) recorded $4.05 billion in obligated spending across 32,899 awards, indicating a high-volume, moderately dispersed obligation profile. The average award value was $123,251.97, which suggests obligations were generally distributed across many relatively small awards rather than concentrated in a few large actions. With only one year of data provided, no year-over-year trend can be assessed.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.