Federal Contractor

BECHTEL MARINE PROPULSION CORPORATION Federal Contract Obligations (Last 5 Years)

Federal procurement summary for BECHTEL MARINE PROPULSION CORPORATION, CAGE 52YT1, UEI RXSMGBN74NL7, covering the last 5 years with no recorded obligations or award actions.

This page summarizes federal procurement activity associated with BECHTEL MARINE PROPULSION CORPORATION over the last 5 years. The available FPDS data shows no obligated dollars, no award actions, and no annual, agency, or NAICS breakdowns in the analysis window.

Generated at 03/21/2026

Analysis period: Last 5 years

The dataset provided contains zero reported obligations and zero awards, so there is no measurable federal contracting activity to analyze for this vendor in the selected period.

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

FPDS records for BECHTEL MARINE PROPULSION CORPORATION (CAGE 52YT1, UEI RXSMGBN74NL7) show no reported obligated dollars and no awards in the last 5 years. With total obligated at 0.00 and award count at 0, there is no federal procurement activity captured in the analysis window.

Agency mix and customer concentration

No awarding agencies appear in the available FPDS output for this period. As a result, there is no agency concentration, interagency mix, or dominant customer base to summarize from the current data.

Industry profile based on NAICS activity

No NAICS codes are present in the provided results because no awards were recorded. Without obligated actions, there is no basis for identifying industry focus or contract vehicle concentration.

Annual contract trend over the analysis window

The annual trend is flat at zero across the full five-year window based on the supplied metrics. There are no observable spikes, growth periods, or cyclical shifts in obligated value or award volume.

How to interpret this page

This summary reflects the supplied FPDS Query aggregates for the last 5 years using the vendor identifiers provided. Findings are limited to the reported totals, and where the dataset contains no awards or related breakdowns, no additional procurement patterns are 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 = '52YT1'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 5 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 5 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.