Award Number

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

Award number DEAC2708RV14800 for Agency ID 8900 shows 9 award actions in the last full year with $13.19 million obligated.

This page summarizes federal award activity for award number DEAC2708RV14800 under Agency ID 8900 during the last full year. Total obligated funding was $13,189,548.55 across 9 award actions, averaging $1,465,505.39 per action.

Generated at 03/20/2026

Analysis period: Last full year

Dollar amounts reflect the exact obligated total of $13,189,548.55 and the readable rounded value of $13.19 million.

Agency ID
8900
PIID
DEAC2708RV14800
Type
Award
Total Obligated
13.19 million
13,189,548.55
Actions
9
Average Action Value
1,465,505.39

Overview

Award number DEAC2708RV14800 is associated with 9 award actions in the last full year. The recorded total obligated amount is $13,189,548.55, or $13.19 million when rounded for readability. The average action value is $1,465,505.39.

How to use this page

Use this page to review the obligation total and action count for award number DEAC2708RV14800 within the selected analysis window. It provides a concise summary for comparing activity levels and average action value against other awards tied to Agency ID 8900.

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 1 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 13,189,548.55 13.19 million 9

Insight

Over the past year, obligations for PIID DEAC2708RV14800 are fully concentrated within the Department of Energy (Agency 8900). The award account shows 9 awards totaling $13.19 million, indicating all reported obligated value in this window is tied to a single agency rather than being distributed across multiple agencies. This level of concentration suggests the award activity is narrowly scoped and agency-specific.

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 1 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 13,189,548.55 13.19 million 9

Insight

Over the 1-year window for PIID DEAC2708RV14800 under agency 8900, obligations are fully concentrated with a single vendor: WASHINGTON RIVER PROTECTION SOLUTIONS LLC (CAGE 4UWU0). This vendor received $13.19 million across 9 awards, indicating repeated obligation activity rather than a one-time transaction. No other vendors are represented in the provided data, so vendor distribution for this award is highly concentrated.

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 1 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 13,189,548.55 13.19 million 9

Insight

Obligations for this award over the past year are fully concentrated in NAICS 562211, Hazardous Waste Treatment and Disposal. The single reported NAICS accounts for $13.19 million across 9 awards, indicating a narrow industrial distribution with all observed activity in one category. This concentration suggests the award’s obligated spending is focused on a specialized waste management requirement rather than a diversified set of procurement needs.

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 1 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 13,189,548.55 13.19 million 9

Insight

Obligations for PIID DEAC2708RV14800 are fully concentrated in PSC M300 (Oper of Govt Restoration), with $13.19 million across 9 awards in the last 1 year. This indicates a narrow procurement focus and limited PSC distribution within the observed window. The award activity is concentrated in a single service category rather than spread across multiple PSCs.

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 1 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2025 13,189,548.55 13.19 million 9

Insight

For PIID DEAC2708RV14800 at Agency 8900, the 1-year annual trend includes only FY2025 activity. Obligations total $13.19 million across 9 awards, indicating a concentrated level of funding within a single fiscal year rather than a multi-year distribution. With no other years in the window, trend analysis is limited to the FY2025 obligation volume and award count.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.