This page summarizes award number 89303523FEM400032 for agency ID 8900 over the last full year. The record shows 45 award actions and total obligations of 656.58 million dollars.
Award Number
Award Number 8900 / 89303523FEM400032 Federal Contract Action Summary (Last Year)
FPDS analysis page for award number 89303523FEM400032 under agency ID 8900, showing last full year obligation and action activity.
Totals reflect the provided exact obligation amount of 656579375.9 and an average action value of 14590652.8.
Overview
In the last full year, award 89303523FEM400032 recorded 45 actions and total obligations of 656.58 million dollars. The average action value was 14.59 million dollars, based on the provided exact amount of 656579375.9 and 14590652.8 per action. This page is limited to the award number view for agency ID 8900.
How to use this page
Use this page to review obligation volume and action count for award 89303523FEM400032 during the last full year. The figures are useful for quick FPDS reference, comparison with other awards, and identifying the scale of activity tied to this award number.
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 = '89303523FEM400032'
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 | 656,579,375.90 | 656.58 million | 45 |
Insight
Over the 1-year window, all reported obligation activity for this award is concentrated within the Department of Energy, totaling $656.58 million across 45 awards. This indicates a highly concentrated funding pattern with no other agencies represented in the provided data. The volume of awards suggests repeated obligation activity within the same agency rather than a broad interagency distribution.
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 = '89303523FEM400032'
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 |
|---|---|---|---|---|
| UNITED CLEANUP OAK RIDGE LLC | 8QJ69 | 656,579,375.90 | 656.58 million | 45 |
Insight
Within the 1-year window for PIID 89303523FEM400032, UNITED CLEANUP OAK RIDGE LLC (CAGE 8QJ69) is the sole top vendor listed, indicating complete concentration of observed obligations in this vendor. The vendor received 45 awards totaling $656.58 million, suggesting a highly distributed award count but a concentrated obligation profile within the available data.
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 = '89303523FEM400032'
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 |
|---|---|---|---|---|
| 562910 | REMEDIATION SERVICES | 656,579,375.90 | 656.58 million | 45 |
Insight
Obligations for this award are fully concentrated in NAICS 562910, Remediation Services, with 45 awards totaling $656.58 million over the 1-year window. This indicates a highly specialized procurement profile with no observable NAICS diversification in the provided data. The concentration in a single remediation code suggests the award activity is focused on a narrow set of environmental response or cleanup requirements.
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 = '89303523FEM400032'
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 |
|---|---|---|---|---|
| F999 | OTHER ENVIRONMENTAL SERVICES | 656,579,375.90 | 656.58 million | 45 |
Insight
Obligations for this award are fully concentrated in PSC F999, Other Environmental Services, with $656.58 million across 45 awards in the 1-year window. This indicates a narrow service mix and a high level of reliance on a single PSC category rather than a diversified obligation profile. The distribution suggests this award’s activity is driven primarily by environmental services requirements.
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 = '89303523FEM400032'
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 | 656,579,375.90 | 656.58 million | 45 |
Insight
For PIID 89303523FEM400032, the 1-year annual trend reflects all reported obligation activity in FY 2025, totaling $656.58 million across 45 awards. This indicates a highly concentrated funding profile within the observed window, with a substantial obligated value supported by a relatively small number of awards. The data provide no additional year-over-year distribution within the 1-year period, so the observed activity is confined to FY 2025.
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.