This award page summarizes federal procurement activity for award number DEEM0001971 under agency ID 8900. Over the last 5 years, the award recorded 95 actions and $586,162,031.32 in total obligations.
Award Number
Award Number 8900 / DEEM0001971 Federal Contract Action Summary (Last 5 Years)
Award number DEEM0001971 for agency 8900 shows 95 actions over the last 5 years with $586.16 million obligated.
Amounts reflect the analysis window of the last 5 years; average action value is $6,170,126.65.
Overview
The award number DEEM0001971 is associated with agency ID 8900 and shows procurement activity concentrated within the last 5 years. Total obligated value is $586,162,031.32 across 95 award actions, with an average action value of $6,170,126.65.
How to use this page
Use this page to review the award-level obligation total, action count, and average action value for DEEM0001971. It supports basic trend review and cross-checking within the stated 5-year analysis window.
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 = 'DEEM0001971'
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 | 586,162,031.32 | 586.16 million | 95 |
Insight
Within the 5-year window for award DEEM0001971, all reported obligations are concentrated in the Department of Energy (agency ID 8900). The agency accounts for $586.16 million across 95 awards, indicating a fully concentrated award distribution within the provided data. This pattern suggests the award activity is entirely attributable to a single agency rather than dispersed across multiple agencies.
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 = 'DEEM0001971'
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 |
|---|---|---|---|---|
| NUCLEAR WASTE PARTNERSHIP LLC | 6HF85 | 586,162,031.32 | 586.16 million | 95 |
Insight
Over the 5-year window for award DEEM0001971 under agency 8900, obligations are fully concentrated with a single vendor. NUCLEAR WASTE PARTNERSHIP LLC (CAGE 6HF85) accounts for $586.16 million across 95 awards, indicating a highly concentrated vendor distribution with no diversity among top vendors in the provided data. This suggests the award’s obligated value has been sustained through repeated actions to the same contractor rather than spread across multiple recipients.
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 = 'DEEM0001971'
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 |
|---|---|---|---|---|
| 561210 | FACILITIES SUPPORT SERVICES | 586,162,031.32 | 586.16 million | 95 |
Insight
Over the 5-year window, obligations under PIID DEEM0001971 are fully concentrated in NAICS 561210, Facilities Support Services. This category accounts for $586.16 million across 95 awards, indicating a consistent reliance on a single service classification rather than a diversified NAICS distribution. The concentration suggests this award is primarily used for facilities support activities within Agency ID 8900.
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 = 'DEEM0001971'
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 |
|---|---|---|---|---|
| F999 | OTHER ENVIRONMENTAL SERVICES | 586,162,031.32 | 586.16 million | 95 |
Insight
Within the 5-year window for award DEEM0001971, obligations are fully concentrated in PSC F999, Other Environmental Services. The award records 95 obligations under this single PSC, totaling $586.16 million, indicating a highly concentrated service profile with no PSC diversification in the provided data. This concentration suggests the award is primarily used for environmental services classified under F999.
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 = 'DEEM0001971'
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 | 458,243,078.67 | 458.24 million | 36 |
| 2022 | 326,320,891.65 | 326.32 million | 44 |
| 2023 | -157,784,751.51 | -157.78 million | 11 |
| 2024 | -40,598,184.25 | -40.60 million | 3 |
| 2025 | -19,003.24 | -19.00 thousand | 1 |
Insight
Obligations for PIID DEEM0001971 were concentrated in 2021 and 2022, totaling 458.24 million and 326.32 million across 36 and 44 awards, respectively. Activity then declined sharply in 2023, with net obligations turning negative (-157.78 million) despite 11 awards, and continued at lower levels in 2024 (-40.60 million across 3 awards) and 2025 (-19.00 thousand across 1 award). The five-year pattern indicates a shift from high positive obligation volume to net deobligations and materially reduced award activity in the most recent years.
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.