This page summarizes the award number DEAC0506OR23177 for Agency ID 8900 across the last 5 years. The record shows 88 award actions with total obligated dollars of 1,146,611,856.62, for an average action value of 13,029,680.19.
Award Number
Award Number 8900 / DEAC0506OR23177 Federal Contract Action Summary (Last 5 Years)
Federal award record for award number DEAC0506OR23177 under Agency ID 8900, showing obligations and action activity over the last 5 years.
Figures reflect the provided analysis window and may not include activity outside the last 5 years.
Overview
The award record for DEAC0506OR23177 covers 88 actions within the last 5 years, with total obligations of 1,146,611,856.62. That level of activity results in an average action value of 13,029,680.19. This page is intended to help users review the award at a high level before examining the underlying actions.
How to use this page
Use this page to identify the award number, confirm total obligated value, and understand how active the record has been during the selected period. It is useful for preliminary procurement review, filtering related transactions, and comparing this award against other records tied to 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 = 'DEAC0506OR23177'
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 | 1,146,611,856.62 | 1.15 billion | 88 |
Insight
Obligations for PIID DEAC0506OR23177 are fully concentrated within the Department of Energy, which accounts for the entire 5-year total of $1.15 billion across 88 awards. This indicates a highly concentrated funding pattern with no other agencies represented in the provided rows. The award activity is therefore entirely dependent on DOE, suggesting limited interagency distribution for this PIID within the review window.
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 = 'DEAC0506OR23177'
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 |
|---|---|---|---|---|
| JEFFERSON SCIENCE ASSOCIATES LIMITED LIABILITY COMPANY A SURA/CSC COMPANY | 48VY8 | 1,146,611,856.62 | 1.15 billion | 88 |
Insight
Obligations for PIID DEAC0506OR23177 are highly concentrated in a single vendor. JEFFERSON SCIENCE ASSOCIATES LIMITED LIABILITY COMPANY A SURA/CSC COMPANY (CAGE 48VY8) received $1.15 billion across 88 awards over the 5-year window, indicating sustained reliance on this contractor. No other top vendors are provided, so the available data suggest a dominant vendor concentration rather than a distributed obligation profile.
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 = 'DEAC0506OR23177'
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 |
|---|---|---|---|---|
| 541710 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES | 1,146,611,856.62 | 1.15 billion | 88 |
Insight
Over the past 5 years, obligations under PIID DEAC0506OR23177 are fully concentrated in NAICS 541710, Research and Development in the Physical, Engineering, and Life Sciences. This category accounts for the entire reported obligation total of $1.15 billion across 88 awards, indicating a narrow and highly specialized procurement profile. No other NAICS codes are present in the provided rows, so no intra-award distribution across multiple NAICS categories is evident.
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 = 'DEAC0506OR23177'
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 |
|---|---|---|---|---|
| M181 | OPER OF GOVT R&D GOCO FACILITIES | 1,146,611,856.62 | 1.15 billion | 88 |
Insight
PSC M181, “OPER OF GOVT R&D GOCO FACILITIES,” accounts for the full reported obligation volume for this award over the 5-year window, totaling $1.15 billion across 88 awards. This indicates a highly concentrated procurement profile centered on government-owned, contractor-operated R&D facilities. The distribution suggests sustained activity within a single PSC category rather than diversification across multiple product or service areas.
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 = 'DEAC0506OR23177'
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 | 177,871,481.00 | 177.87 million | 21 |
| 2022 | 250,817,467.17 | 250.82 million | 17 |
| 2023 | 250,132,054.35 | 250.13 million | 14 |
| 2024 | 192,485,123.63 | 192.49 million | 14 |
| 2025 | 275,305,730.47 | 275.31 million | 22 |
Insight
Obligations for PIID DEAC0506OR23177 were concentrated in a relatively narrow band over the 5-year window, ranging from $177.87 million to $275.31 million annually. After increasing from $177.87 million in 2021 to about $250 million in 2022 and 2023, obligations declined to $192.49 million in 2024 before rising to the period high of $275.31 million in 2025. Award volume was lower in 2022–2024 than in 2021 and 2025, indicating that the obligation pattern is driven by a smaller number of larger awards in the later 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.