PSC Code

PSC J019 Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for PSC J019 (MAINT/REPAIR/REBUILD OF EQUIPMENT- SHIPS, SMALL CRAFT, PONTOONS, AND FLOATING DOCKS) for last 10 years, including award volume and market trend context.

Use this page to review federal contract obligations for PSC J019 (MAINT/REPAIR/REBUILD OF EQUIPMENT- SHIPS, SMALL CRAFT, PONTOONS, AND FLOATING DOCKS) for last 10 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 10 years

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 10 years analysis window.

PSC Code
J019
PSC Description
MAINT/REPAIR/REBUILD OF EQUIPMENT- SHIPS, SMALL CRAFT, PONTOONS, AND FLOATING DOCKS
Total Obligated
4.82 billion
4,818,254,395.66
Award Actions
20,605
Average Action Value
233,839.08

About PSC J019 federal contract activity

This page summarizes last 10 years of federal contract activity associated with PSC J019 (MAINT/REPAIR/REBUILD OF EQUIPMENT- SHIPS, SMALL CRAFT, PONTOONS, AND FLOATING DOCKS). Based on the current FPDS Query dataset, this category shows 4.82 billion in visible obligations across 20,605 award actions, with an average action value of 233,839.08. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.

Agency demand and leading federal buyers

Demand for PSC J019 (MAINT/REPAIR/REBUILD OF EQUIPMENT- SHIPS, SMALL CRAFT, PONTOONS, AND FLOATING DOCKS) appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by DEPT OF THE NAVY, with 3.85 billion in obligations, followed by U.S. COAST GUARD. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.

Vendor concentration and leading contractors

The vendor distribution helps show which contractors capture the largest visible share of obligations in PSC J019 (MAINT/REPAIR/REBUILD OF EQUIPMENT- SHIPS, SMALL CRAFT, PONTOONS, AND FLOATING DOCKS) over the last 10 years. The current ranking is led by METRO MACHINE CORP, with 437.82 million in obligations, followed by AUSTAL USA, LLC. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.

Annual contract trend over the analysis window

The annual trend table provides a year-based view of how visible obligations and award actions have evolved for PSC J019 (MAINT/REPAIR/REBUILD OF EQUIPMENT- SHIPS, SMALL CRAFT, PONTOONS, AND FLOATING DOCKS) across the last 10 years, from 2016 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market segment.

How to interpret this page

The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of category-scale obligations, top buying agencies, leading vendors, and visible year-over-year movement within last 10 years. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.

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 = 'J019'
        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
1700 DEPT OF THE NAVY 3,852,078,751.41 3.85 billion 12,351
7008 U.S. COAST GUARD 259,231,707.41 259.23 million 3,653
5700 DEPT OF THE AIR FORCE 241,824,933.46 241.82 million 200
2100 DEPT OF THE ARMY 237,535,438.05 237.54 million 1,906
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 120,251,217.68 120.25 million 1,028
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 61,319,806.63 61.32 million 474
6938 MARITIME ADMINISTRATION 13,035,436.20 13.04 million 116
1443 NATIONAL PARK SERVICE 12,449,849.44 12.45 million 241
1448 U.S. FISH AND WILDLIFE SERVICE 10,178,847.38 10.18 million 95
1434 US GEOLOGICAL SURVEY 4,178,575.43 4.18 million 75

Insight

PSC J019 (MAINT/REPAIR/REBUILD OF EQUIPMENT- SHIPS, SMALL CRAFT, PONTOONS, AND FLOATING DOCKS) appears to be concentrated among a relatively small group of major buying agencies over the last 10 years. The visible ranking is led by DEPT OF THE NAVY, followed by U.S. COAST GUARD, which suggests that agency demand in this category is not evenly distributed.

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 = 'J019'
        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
METRO MACHINE CORP 19468 437,815,539.14 437.82 million 411
AUSTAL USA, LLC 1T3Z4 308,403,269.51 308.40 million 381
HUNTINGTON INGALLS INCORPORATED 43689 251,889,574.02 251.89 million 404
OWL INTERNATIONAL INC. 1D208 248,910,132.13 248.91 million 443
LOCKHEED MARTIN CORPORATION 81755 219,129,052.43 219.13 million 7
SEAWARD MARINE SERVICES, INC. 3U366 189,673,008.26 189.67 million 440
ELECTRIC BOAT CORPORATION 96169 155,976,298.24 155.98 million 232
NATIONAL STEEL AND SHIPBUILDING COMPANY 81220 154,887,237.84 154.89 million 204
BIRDON AMERICA INC 6KT72 152,007,061.95 152.01 million 69
INTERNATIONAL MARINE AND INDUSTRIAL APPLICATORS, LLC 50VU1 128,324,924.27 128.32 million 100

Insight

Within PSC J019 (MAINT/REPAIR/REBUILD OF EQUIPMENT- SHIPS, SMALL CRAFT, PONTOONS, AND FLOATING DOCKS), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. METRO MACHINE CORP ranks first, followed by AUSTAL USA, LLC, which helps define the current competitive landscape in this category.

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 = 'J019'
        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 593,504,968.80 593.50 million 1,533
2024 568,973,042.81 568.97 million 1,804
2023 574,293,729.42 574.29 million 1,927
2022 520,743,227.39 520.74 million 1,919
2021 448,965,752.01 448.97 million 2,070
2020 445,687,651.81 445.69 million 2,000
2019 579,127,067.72 579.13 million 2,383
2018 440,019,862.16 440.02 million 2,391
2017 385,725,609.54 385.73 million 2,241
2016 261,213,484.00 261.21 million 2,337

Insight

The annual trend shows how obligations in PSC J019 (MAINT/REPAIR/REBUILD OF EQUIPMENT- SHIPS, SMALL CRAFT, PONTOONS, AND FLOATING DOCKS) moved across the last 10 years, from 2016 through 2025. This helps users judge whether visible contract activity in this category appears stable, rising, or easing over time.

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.