Award Number

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

Federal procurement summary for award DEAC0908SR22470 under agency 8900, covering obligations and action activity in the last full year.

This page summarizes the award record for PIID DEAC0908SR22470 for agency 8900 during the last full year. The award shows 31 actions and total obligated amount of $2.38 billion.

Generated at 03/20/2026

Analysis period: Last full year

Dollar values are shown using the provided readable total of $2.38 billion and exact total of 2382391680.03.

Agency ID
8900
PIID
DEAC0908SR22470
Type
Award
Total Obligated
2.38 billion
2,382,391,680.03
Actions
31
Average Action Value
76,851,344.52

Overview

The award record for PIID DEAC0908SR22470 reports 31 award actions in the last full year. Total obligated amount is 2382391680.03, which is presented on the page as $2.38 billion, with an average action value of $76,851,344.52.

How to use this page

Use this page to review the award-level obligation total, action count, and average action value for agency 8900. It provides a concise starting point for comparing this award’s activity over the last full year with other FPDS award records.

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 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 2,382,391,680.03 2.38 billion 31

Insight

Within the 1-year window for PIID DEAC0908SR22470, all recorded obligations are concentrated in a single top agency: the Department of Energy. The award reflects 31 obligations totaling $2.38 billion, indicating complete agency-level concentration in the provided data and a high dollar volume across multiple actions.

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 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
SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC 4SZE8 2,382,391,680.03 2.38 billion 31

Insight

Obligations for PIID DEAC0908SR22470 are fully concentrated with a single vendor in the 1-year window. SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC (CAGE 4SZE8) received $2.38 billion across 31 awards, indicating all observed activity is consolidated with one contractor. This pattern suggests a highly concentrated vendor distribution with no other top vendors represented in the provided 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 = 'DEAC0908SR22470'
    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
561210 FACILITIES SUPPORT SERVICES 2,382,391,680.03 2.38 billion 31

Insight

The award is entirely concentrated in NAICS 561210, Facilities Support Services, with 31 actions totaling $2.38 billion over the 1-year window. This indicates a highly focused obligation profile with no diversification across other NAICS codes in the provided data. The volume of actions suggests repeated procurement activity within the same service category rather than a broad mix of procurement types.

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 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
M159 OPER OF GOVT OTHER INDUSTRIAL BLDG 2,382,391,680.03 2.38 billion 31

Insight

Over the past 1 year, obligations for award DEAC0908SR22470 under agency 8900 are fully concentrated in PSC M159, “OPER OF GOVT OTHER INDUSTRIAL BLDG.” This PSC accounts for the full 2.38 billion obligated across 31 awards, indicating a narrow and highly concentrated procurement profile within the observed window.

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 1 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2025 2,382,391,680.03 2.38 billion 31

Insight

In the 1-year window, this award reported $2.38 billion in obligated amounts across 31 awards in 2025, indicating a high concentration of activity within a single fiscal year. The distribution suggests substantial obligation volume was generated through a relatively limited number of awards, which may warrant closer review for concentration risk or execution timing. No multi-year trend can be assessed from the provided row alone.

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.