This page summarizes award-level activity for PIID 89303723FEM400292 within agency ID 8900. The record reflects 45 award actions and total obligations of $2,031,304,261.49 over the last 5 years.
Award Number
Award Number 8900 / 89303723FEM400292 Federal Contract Action Summary (Last 5 Years)
Award number 89303723FEM400292 for agency 8900 shows procurement activity over the last 5 years, with 45 actions and $2.03 billion obligated.
Dollar amounts are shown as reported, with a readable total of $2.03 billion and an exact total of $2,031,304,261.49.
Overview
The award record for PIID 89303723FEM400292 is tied to agency ID 8900 and covers activity in the last 5 years. Across 45 actions, the award shows $2,031,304,261.49 in total obligations, with an average action value of $45,140,094.70. These figures describe the award’s observed procurement activity in the analysis window.
How to use this page
Use this page to review award-level obligation and action volume for PIID 89303723FEM400292. The totals can support basic procurement analysis, trend review, and comparison with other award records in agency 8900. The average action value helps frame the scale of individual award actions within the full obligation total.
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 = '89303723FEM400292'
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,031,304,261.49 | 2.03 billion | 45 |
Insight
Within the 5-year window, obligations for award PIID 89303723FEM400292 are fully concentrated in a single agency: the Department of Energy (Agency 8900). The award accounts for $2.03 billion across 45 actions, indicating all reported obligation activity is tied to one department with no cross-agency distribution in the provided data. This pattern suggests a highly concentrated award footprint and limited agency dispersion.
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 = '89303723FEM400292'
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 |
|---|---|---|---|---|
| SAVANNAH RIVER MISSION COMPLETION, LLC | 8KB44 | 2,031,304,261.49 | 2.03 billion | 45 |
Insight
Over the 5-year window, Savannah River Mission Completion, LLC is the sole listed vendor for this award and accounts for the full observed obligation total of $2.03 billion across 45 awards. This indicates complete concentration of obligations within one contractor, with no distribution across additional vendors in the provided rows. The pattern suggests this PIID is heavily reliant on a single incumbent relationship over the period reviewed.
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 = '89303723FEM400292'
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 |
|---|---|---|---|---|
| 562910 | REMEDIATION SERVICES | 2,031,304,261.49 | 2.03 billion | 45 |
Insight
Over the 5-year window, obligations for award 89303723FEM400292 are fully concentrated in NAICS 562910, Remediation Services, totaling $2.03 billion across 45 awards. This indicates a highly focused procurement profile with no visible diversification across other NAICS codes in the provided data. The repeated use of this NAICS suggests remediation work is the dominant and persistent requirement associated with this award.
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 = '89303723FEM400292'
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 |
|---|---|---|---|---|
| R499 | SUPPORT- PROFESSIONAL: OTHER | 2,031,304,261.49 | 2.03 billion | 45 |
Insight
Within the 5-year window, obligations under this award are fully concentrated in PSC R499, Support- Professional: Other. The award accounts for $2.03 billion across 45 actions, indicating sustained funding in a single services category rather than a diversified PSC mix. This concentration suggests the award is primarily focused on professional support services.
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 = '89303723FEM400292'
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 |
|---|---|---|---|
| 2023 | 273,143,553.26 | 273.14 million | 9 |
| 2024 | 752,810,419.03 | 752.81 million | 16 |
| 2025 | 1,005,350,289.20 | 1.01 billion | 20 |
Insight
Obligations under PIID 89303723FEM400292 increased sharply over the period, rising from $273.14 million in 2023 to $752.81 million in 2024 and $1.01 billion in 2025. Award counts also increased from 9 to 16 to 20, indicating that the higher obligation levels were accompanied by a broader distribution across more awards rather than a single isolated transaction. The pattern suggests sustained growth and increasing concentration of obligations in the most recent year.
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.