Federal Contractor

BECHTEL MARINE PROPULSION CORPORATION Federal Contract Obligations (Last Year)

BECHTEL MARINE PROPULSION CORPORATION (CAGE 52YT1, UEI RXSMGBN74NL7) shows no recorded federal obligations in the last full year.

For the analysis window, this vendor has a total obligated amount of 0.00 across 0 award actions, with an average action value of 0. There are no top agency, NAICS, or annual trend rows available for this period.

Generated at 03/21/2026

Analysis period: Last full year

This page reflects the last full year of available FPDS data and contains no recorded award activity for this vendor.

CAGE Code
52YT1
UEI
RXSMGBN74NL7
Total Obligated
0.00
0.00
Award Actions
0
Average Action Value
0.00

About BECHTEL MARINE PROPULSION CORPORATION federal contract activity

BECHTEL MARINE PROPULSION CORPORATION (CAGE 52YT1, UEI RXSMGBN74NL7) recorded no FPDS-observed obligations during the last full year. The vendor profile therefore reflects zero awards, zero obligated dollars, and no measurable average award value over the analysis window.

Agency mix and customer concentration

No awarding agencies appear in the recorded activity for the period, so there is no observable federal customer concentration to assess. With no awards captured, agency share, dependency, and repeat-customer patterns cannot be calculated.

Industry profile based on NAICS activity

No NAICS codes are represented in the available award record for the last full year. As a result, there is no industry mix to summarize and no basis for identifying the firm’s federal demand profile by NAICS category.

Annual contract trend over the analysis window

The annual trend is flat at zero throughout the analysis period, with no recorded obligations or award events to indicate procurement activity. Without transactions, it is not possible to infer seasonality, growth, contraction, or program timing.

How to interpret this page

This page summarizes FPDS-observed contract actions associated with the vendor’s CAGE code and UEI during the last full year. Because the underlying dataset contains no awards for this period, all concentration and trend views are necessarily blank and are reported as unavailable rather than estimated.

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 = '52YT1'
        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

Insight

No notable agency concentration was available for this analysis window.

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 = '52YT1'
        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

Insight

No notable NAICS concentration was available for this analysis window.

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 = '52YT1'
        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

Insight

No annual trend data was available for this analysis window.

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.