This page presents award-level procurement activity for PIID DEAC0908SR22470 over the last 5 years. The award shows 185 actions and total obligated amount of 10.77 billion dollars.
Award Number
Award Number 8900 / DEAC0908SR22470 Federal Contract Action Summary (Last 5 Years)
Federal procurement summary for award number DEAC0908SR22470 under agency ID 8900, covering the last 5 years of action history and obligation totals.
Dollar values are shown from the provided analysis window and reflect a total obligated exact amount of 10774406077.06 with an average action value of 58240032.85.
Overview
The award record for DEAC0908SR22470 is associated with agency ID 8900 and includes 185 actions in the last 5 years. Total obligated funding is 10.77 billion dollars, with an average action value of 58,240,032.85 dollars. This page is structured to support review of award activity at the PIID level.
How to use this page
Use this page to review award-level obligation totals, action count, and average action value for DEAC0908SR22470. It can support procurement analysis, award monitoring, and comparison against other award records within 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 = 'DEAC0908SR22470'
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 | 10,774,406,077.06 | 10.77 billion | 185 |
Insight
Within the 5-year window, obligations for award DEAC0908SR22470 are entirely concentrated at the Department of Energy, which accounts for $10.77 billion across 185 awards. This indicates a highly centralized funding pattern rather than a distributed agency mix. The volume of awards suggests repeated activity within a single department, with no evidence in the provided data of meaningful cross-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 = 'DEAC0908SR22470'
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 NUCLEAR SOLUTIONS, LLC | 4SZE8 | 10,774,406,077.06 | 10.77 billion | 185 |
Insight
Within the 5-year window for PIID DEAC0908SR22470, obligations are fully concentrated with SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC (CAGE 4SZE8), which accounts for $10.77 billion across 185 awards. This indicates a highly concentrated vendor profile with no visible distribution across additional top vendors in the provided data. The repeated award activity suggests sustained reliance on a single contractor rather than a diversified vendor base.
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 = 'DEAC0908SR22470'
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 | 10,774,406,077.06 | 10.77 billion | 185 |
Insight
Obligations for PIID DEAC0908SR22470 under Agency ID 8900 are fully concentrated in NAICS 561210, Facilities Support Services, over the 5-year window. This NAICS accounts for $10.77 billion across 185 awards, indicating a strong and sustained reliance on a single service category. The distribution suggests limited NAICS diversification within this award record.
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 = 'DEAC0908SR22470'
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 |
|---|---|---|---|---|
| M159 | OPER OF GOVT OTHER INDUSTRIAL BLDG | 10,774,406,077.06 | 10.77 billion | 185 |
Insight
For award DEAC0908SR22470 over the 5-year window, obligations are fully concentrated in PSC M159, Operating of Government Other Industrial Building. This PSC accounts for 10.77 billion across 185 awards, indicating a highly focused award pattern with no diversification across other PSCs in the provided data.
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 = 'DEAC0908SR22470'
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 | 1,808,896,317.89 | 1.81 billion | 55 |
| 2022 | 1,877,313,332.09 | 1.88 billion | 32 |
| 2023 | 2,738,518,853.54 | 2.74 billion | 36 |
| 2024 | 1,967,285,893.51 | 1.97 billion | 31 |
| 2025 | 2,382,391,680.03 | 2.38 billion | 31 |
Insight
Obligations for PIID DEAC0908SR22470 are consistently high across the 5-year window, ranging from $1.81 billion to $2.74 billion annually. The award peaks in 2023 at $2.74 billion, then declines in 2024 before rebounding to $2.38 billion in 2025, indicating year-to-year volatility but sustained multibillion-dollar funding. Award counts are concentrated in a relatively narrow range after 2021, falling from 55 in 2021 to 31-36 in subsequent years, suggesting fewer awards support comparable obligation levels.
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.