Federal Contractor

CH2M HILL PLATEAU REMEDIATION COMPANY Federal Contract Obligations (Last Year)

CH2M HILL PLATEAU REMEDIATION COMPANY received one federal award in the last full year, with -$6.63 million obligated.

In the last full year, CH2M HILL PLATEAU REMEDIATION COMPANY, CAGE 4UD64 and UEI VRGLRX4DL8G9, recorded one federal procurement action totaling -$6.63 million. The obligation was awarded by the Department of Energy and classified under NAICS 562910, Remediation Services.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year only and are based on one award action in 2025.

CAGE Code
4UD64
UEI
VRGLRX4DL8G9
Total Obligated
-6.63 million
-6,630,549.35
Award Actions
1
Average Action Value
-6,630,549.35

About CH2M HILL PLATEAU REMEDIATION COMPANY federal contract activity

CH2M HILL PLATEAU REMEDIATION COMPANY recorded one FPDS award in the last full year, with total obligated value of -6.63 million and an average award value of -6.63 million. The negative obligation indicates a deobligation or downward contract adjustment rather than net new funding, so the period reflects reduced obligated value on a single action rather than a multi-award portfolio.

Agency mix and customer concentration

Activity was fully concentrated in the Department of Energy, which accounted for 100% of obligated value and the only recorded award. This indicates a highly focused federal relationship with no agency diversification in the analysis window.

Industry profile based on NAICS activity

All obligated value was classified under NAICS 562910, Remediation Services, matching the vendor’s remediation profile. With one award in a single NAICS code, the mix shows no sectoral spread and suggests contract activity tied to a specific remediation scope.

Annual contract trend over the analysis window

The annual trend shows a single year, 2025, with -6.63 million in obligated value across one award. Because only one data point is present, the trend is flat by definition and does not support multi-year movement analysis.

How to interpret this page

This summary is based on FPDS award data for the last full year and uses obligated dollars, award counts, agency attribution, and NAICS classification as reported in the source records. Negative obligated values are retained as reported and should be interpreted as deobligations or other downward funding adjustments, not as positive spend.

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 = '4UD64'
        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
8900 ENERGY, DEPARTMENT OF -6,630,549.35 -6.63 million 1

Insight

During the last full year, CH2M HILL PLATEAU REMEDIATION COMPANY’s obligated dollars were fully concentrated in a single agency: the Department of Energy, which accounted for the entire -$6.63 million in obligations. The vendor recorded one award, so there is no evidence of agency-level diversification in the observed period. This indicates a highly concentrated funding profile driven entirely by DOE activity.

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 = '4UD64'
        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
562910 REMEDIATION SERVICES -6,630,549.35 -6.63 million 1

Insight

Over the last full year, CH2M HILL PLATEAU REMEDIATION COMPANY’s obligations were fully concentrated in a single NAICS code, 562910 Remediation Services. The vendor recorded one award totaling -$6.63 million, so there is no diversification across other NAICS categories in this period. This indicates a highly concentrated activity profile and a single-discipline award pattern for the 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 = '4UD64'
        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 -6,630,549.35 -6.63 million 1

Insight

In the last full year, CH2M HILL PLATEAU REMEDIATION COMPANY (CAGE 4UD64) recorded a single award with total obligated value of -$6.63 million. The annual activity is fully concentrated in one obligation event, so there is no within-year distribution across multiple awards. Because only one award is present, the annual trend is not indicative of recurring volume and should be interpreted as a one-point snapshot rather than a sustained pattern.

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.