Federal Contractor

VT HALTER MARINE, INC. Federal Contract Obligations (Last Year)

FPDS award summary for VT HALTER MARINE, INC. (CAGE 3BJ86, UEI MDQKF8LKF232) showing last full year federal procurement activity.

In the last full year, VT HALTER MARINE, INC. recorded 41 award actions with total obligated value of $631.01 million. All reported obligations in this period came from the Department of the Navy and were classified under NAICS 336611, Ship Building and Repairing.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year analyzed and may differ from other reporting views because of rounding and FPDS update timing.

CAGE Code
3BJ86
UEI
MDQKF8LKF232
Total Obligated
631.01 million
631,013,940.65
Award Actions
41
Average Action Value
15,390,583.91

About VT HALTER MARINE, INC. federal contract activity

VT HALTER MARINE, INC. (CAGE 3BJ86, UEI MDQKF8LKF232) received 41 obligations in the last full year, totaling $631.01 million in federal spending. The average award value was $15.39 million, indicating a portfolio concentrated in large-dollar procurement actions rather than a high volume of small awards.

Agency mix and customer concentration

All recorded obligations came from the DEPT OF THE NAVY, which accounted for the full $631.01 million across 41 awards. This indicates a highly concentrated buyer relationship with no diversification across other federal agencies in the measured period.

Industry profile based on NAICS activity

The vendor’s obligations were entirely mapped to NAICS 336611, Ship Building and Repairing, reflecting a single-industry award profile. Both the total obligated amount and award count align fully with ship construction and repair work, with no evidence in the provided data of activity outside this NAICS.

Annual contract trend over the analysis window

The annual trend shows $631.01 million obligated in 2025 across 41 awards, with no additional year-level variation available in the provided dataset. Because only one year is present, the trend data supports a snapshot of current-year activity rather than a multi-year growth or decline assessment.

How to interpret this page

This summary is based only on the supplied FPDS Query aggregates for the last full year, using total obligated dollars, award count, top agency, top NAICS, and annual trend fields. No contract-level details, sub-award data, or unprovided historical periods were used, and no values beyond the source inputs were inferred.

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 = '3BJ86'
        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
1700 DEPT OF THE NAVY 631,013,940.65 631.01 million 41

Insight

Over the last full year, VT HALTER MARINE, INC. received $631.01 million across 41 awards, all of it from the Department of the Navy. This indicates complete agency concentration, with no evidence of diversification across other agencies in the provided data. The average award value was $15.39 million, suggesting a mix of large-value obligations within a single-agency funding base.

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 = '3BJ86'
        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 631,013,940.65 631.01 million 41

Insight

VT HALTER MARINE, INC. shows complete concentration in NAICS 336611, Ship Building and Repairing, accounting for 100% of the $631.01 million obligated over the last full year. The 41 awards in this category indicate a sustained award pattern rather than a diversified NAICS footprint. Average award value was approximately $15.39 million, suggesting the vendor’s recent federal activity is concentrated in relatively large shipbuilding and repair obligations.

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 = '3BJ86'
        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 631,013,940.65 631.01 million 41

Insight

VT HALTER MARINE, INC. obligated $631.01 million across 41 awards in the last full year, for an average award value of about $15.39 million. The activity is fully concentrated in 2025 within the 1-year window, so this period reflects a single-year snapshot rather than a multi-year trend. The combination of substantial total obligated value and a relatively moderate award count indicates high dollar concentration across a limited number of actions.

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.