Federal Contractor

EASTERN SHIPBUILDING GROUP, INC. Federal Contract Obligations (Last Year)

Federal procurement profile for EASTERN SHIPBUILDING GROUP, INC. (CAGE 1PPU2, UEI XJTAAHL58NB6) covering last full year obligations and awards.

In the last full year, EASTERN SHIPBUILDING GROUP, INC. recorded 16 award actions with total obligations of -365,837,945.42, an average action value of -22,864,871.58. Activity was concentrated in NAICS 336611, Ship Building and Repairing, and most obligations were attributed to the U.S. Coast Guard, with smaller obligations from the Department of the Army.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the provided analysis window and may include negative obligations from deobligations or downward adjustments.

CAGE Code
1PPU2
UEI
XJTAAHL58NB6
Total Obligated
-365.84 million
-365,837,945.42
Award Actions
16
Average Action Value
-22,864,871.58

About EASTERN SHIPBUILDING GROUP, INC. federal contract activity

During the last full year, EASTERN SHIPBUILDING GROUP, INC. recorded 16 FPDS awards with net obligations of -$365.84 million and an average award value of -$22.86 million. The negative total indicates a net deobligation-heavy award profile over the period rather than a positive annual obligation total. Activity was concentrated in shipbuilding work, consistent with the vendor’s core industry classification.

Agency mix and customer concentration

The U.S. Coast Guard accounted for nearly all net obligated activity, with -$367.10 million across 11 awards. The Department of the Army represented a much smaller counterbalance at $1.27 million across 5 awards. This mix shows a highly concentrated federal customer base with one agency dominating the vendor’s annual obligation profile.

Industry profile based on NAICS activity

All recorded obligations fell under NAICS 336611, Ship Building and Repairing, totaling -$365.84 million across 16 awards. This indicates that the vendor’s federal activity in the analysis window was fully concentrated in its primary maritime manufacturing and repair code. No other NAICS categories appear in the provided dataset for the period.

Annual contract trend over the analysis window

The annual trend contains a single year, 2025, which matches the full analysis window and shows -$365.84 million across 16 awards. With only one year represented, the data support a snapshot view rather than a multi-year trend assessment. The year’s negative total suggests substantial deobligation or downward adjustment activity within that period.

How to interpret this page

This summary is based only on the provided FPDS Query metrics for the last full year and the associated agency, NAICS, and annual trend aggregates. Obliگated values are reported as supplied, including negative amounts, and no attempt was made to infer contract type, program purpose, or award structure beyond the dataset. No additional records or external sources were used.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1PPU2'
        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
2100 DEPT OF THE ARMY 1,265,685.62 1.27 million 5
7008 U.S. COAST GUARD -367,103,631.04 -367.10 million 11

Insight

During the last full year, obligations to EASTERN SHIPBUILDING GROUP, INC. were highly concentrated in the U.S. Coast Guard, which accounted for 11 of 16 awards and -$367.10 million of the -$365.84 million total obligated. The Department of the Army represented a much smaller share of activity, with 5 awards totaling $1.27 million. Overall, the vendor’s funding profile is dominated by a large negative obligation balance from a single agency, indicating a highly concentrated and net deobligating award pattern over the period.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1PPU2'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
336611 SHIP BUILDING AND REPAIRING -365,837,945.42 -365.84 million 16

Insight

EASTERN SHIPBUILDING GROUP, INC. shows complete NAICS concentration in 336611, Ship Building and Repairing, over the last full year. All 16 awards and the full -$365.84 million in obligated value are tied to this single NAICS, indicating a highly concentrated contracting profile with no diversification across other industries in the reported period. The average award value was approximately -$22.86 million, which suggests relatively large obligations within this sole NAICS 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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1PPU2'
        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 -365,837,945.42 -365.84 million 16

Insight

Over the last full year, EASTERN SHIPBUILDING GROUP, INC. (CAGE 1PPU2) recorded -$365.84 million in total obligated dollars across 16 awards, for an average award value of -$22.86 million. The annual activity is entirely concentrated in FY2025, with no other year in the 1-year window reflected in the provided data. This indicates a highly concentrated obligation profile for the period, with a limited number of awards driving the full-year total.

Use FPDS Query for deeper contractor analysis

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