Award Number

Award Number 8900 / DEAC2708RV14800 Federal Contract Action Summary (Last 5 Years)

Federal procurement profile for award number DEAC2708RV14800 under agency ID 8900, showing activity over the last 5 years.

This page summarizes award number DEAC2708RV14800 for agency ID 8900 across the last 5 years. The award shows 140 actions and total obligations of 2.92 billion dollars.

Generated at 03/20/2026

Analysis period: Last 5 years

Figures reflect the selected 5-year analysis window and use the provided readable and exact obligation totals.

Agency ID
8900
PIID
DEAC2708RV14800
Type
Award
Total Obligated
2.92 billion
2,919,475,427.53
Actions
140
Average Action Value
20,853,395.91

Overview

Award number DEAC2708RV14800 has 140 recorded actions in the last 5 years, with total obligated dollars of 2,919,475,427.53. The average action value is 20,853,395.91, which indicates substantial funding movement across the award lifecycle.

How to use this page

Use this page to review obligation volume and action frequency for award number DEAC2708RV14800 within agency ID 8900. The figures support basic procurement analysis, including changes in activity over time and comparison of total obligation against average action value.

Top Agencies

SELECT
    content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__award__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '8900' AND content__award__awardID__awardContractID__PIID = 'DEAC2708RV14800'
    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,
    agency_name
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Actions
8900 ENERGY, DEPARTMENT OF 2,919,475,427.53 2.92 billion 140

Insight

All reported obligations for PIID DEAC2708RV14800 in the 5-year window are concentrated within the Department of Energy, indicating a single-agency award profile. The award totals $2.92 billion across 140 actions, suggesting sustained obligation activity rather than a one-time spike. No other agencies are represented in the provided data, so the observed distribution is fully concentrated in one agency.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        ifNull(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode, '') AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        content__award__awardID__awardContractID__agencyID = '8900' AND content__award__awardID__awardContractID__PIID = 'DEAC2708RV14800'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions
WASHINGTON RIVER PROTECTION SOLUTIONS LLC 4UWU0 2,919,475,427.53 2.92 billion 140

Insight

Obligations for PIID DEAC2708RV14800 are fully concentrated with one vendor, WASHINGTON RIVER PROTECTION SOLUTIONS LLC (CAGE 4UWU0), accounting for $2.92 billion across 140 awards over the 5-year window. This indicates a highly concentrated award pattern with no visible vendor diversification in the provided data. The volume of awards suggests sustained use of the same contractor rather than isolated or one-time activity.

Top NAICS

SELECT
    content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__award__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '8900' AND content__award__awardID__awardContractID__PIID = 'DEAC2708RV14800'
    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,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
562211 HAZARDOUS WASTE TREATMENT AND DISPOSAL 2,919,475,427.53 2.92 billion 140

Insight

Over the 5-year window for award DEAC2708RV14800 under Agency 8900, obligations are fully concentrated in NAICS 562211, Hazardous Waste Treatment and Disposal. This category accounts for $2.92 billion across 140 awards, indicating a single dominant procurement classification with no diversification visible in the provided data. The concentration suggests sustained spending in hazardous waste treatment and disposal activities over the period.

Top PSC Codes

SELECT
    content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__award__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '8900' AND content__award__awardID__awardContractID__PIID = 'DEAC2708RV14800'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    psc_code,
    psc_name
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Actions
M300 OPER OF GOVT RESTORATION 2,919,475,427.53 2.92 billion 140

Insight

Obligations for PIID DEAC2708RV14800 are fully concentrated in PSC M300, Oper of Govt Restoration, with $2.92 billion across 140 awards in the 5-year window. This indicates a single dominant service category and suggests limited PSC diversification for this award. The volume of awards alongside the high obligation total points to sustained activity within the same procurement scope.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '8900' AND content__award__awardID__awardContractID__PIID = 'DEAC2708RV14800'
    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 ASC
Year Total Obligated Readable Actions
2021 827,893,632.44 827.89 million 57
2022 657,709,486.53 657.71 million 31
2023 770,754,935.84 770.75 million 24
2024 649,927,824.17 649.93 million 19
2025 13,189,548.55 13.19 million 9

Insight

Obligations for PIID DEAC2708RV14800 are concentrated in the earlier years of the 5-year window, with annual funding ranging from $649.93 million to $827.89 million in 2021–2024. Award count also declined over that period, from 57 awards in 2021 to 19 in 2024, indicating fewer but still substantial annual actions. In 2025, obligations drop sharply to $13.19 million across 9 awards, which materially changes the distribution and suggests the current year is not comparable to the prior full-year activity.

Use FPDS Query for deeper award and vehicle analysis

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