This page summarizes procurement activity for award number DEAC0705ID14517 under agency ID 8900 during the last full year. Total obligations were $2,075,910,444.26 across 31 award actions, with an average action value of $66,964,853.04.
Award Number
Award Number 8900 / DEAC0705ID14517 Federal Contract Action Summary (Last Year)
Federal award number DEAC0705ID14517 for agency ID 8900 shows $2.08 billion in obligations across 31 actions in the last full year.
Amounts reflect the provided analysis window and may differ from other summaries because of rounding and timing conventions.
Overview
Award number DEAC0705ID14517 is associated with agency ID 8900 and recorded $2,075,910,444.26 in obligated dollars during the last full year. The record includes 31 award actions, producing an average action value of $66,964,853.04.
How to use this page
Use this page to review obligation volume and action count for the award number in the selected analysis window. It is useful for comparing total obligated dollars and average action value against other awards tied to the same agency ID.
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 = 'DEAC0705ID14517'
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,075,910,444.26 | 2.08 billion | 31 |
Insight
In the 1-year window for PIID DEAC0705ID14517, obligations are concentrated entirely within the Department of Energy. The department accounts for $2.08 billion across 31 awards, indicating a highly concentrated award distribution with no other agencies represented in this section. This suggests the award activity is narrowly aligned to a single agency rather than spread across multiple departments.
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 = 'DEAC0705ID14517'
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 |
|---|---|---|---|---|
| BATTELLE ENERGY ALLIANCE LIMITED LIABILITY COMPANY | 36EV6 | 2,075,910,444.26 | 2.08 billion | 31 |
Insight
Obligations for PIID DEAC0705ID14517 are highly concentrated: BATTELLE ENERGY ALLIANCE LIMITED LIABILITY COMPANY accounted for the full $2.08 billion obligated in the 1-year window. The vendor received 31 awards, indicating repeated funding to a single recipient rather than a broadly distributed award base. This pattern suggests a strongly concentrated obligation profile for the award period.
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 = 'DEAC0705ID14517'
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 |
|---|---|---|---|---|
| 541990 | ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES | 2,075,910,444.26 | 2.08 billion | 31 |
Insight
Obligations for this award are fully concentrated in NAICS 541990, All Other Professional, Scientific, and Technical Services, with $2.08 billion obligated across 31 awards in the 1-year window. This indicates a narrow industry distribution and substantial reliance on a single services category for reported obligations.
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 = 'DEAC0705ID14517'
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 |
|---|---|---|---|---|
| M181 | OPER OF GOVT R&D GOCO FACILITIES | 2,075,910,444.26 | 2.08 billion | 31 |
Insight
Over the past 1 year, obligations for PIID DEAC0705ID14517 are fully concentrated in PSC M181, Operating of Government R&D GOCO Facilities. This PSC accounts for $2.08 billion across 31 awards, indicating a highly focused obligation profile 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 = 'DEAC0705ID14517'
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,075,910,444.26 | 2.08 billion | 31 |
Insight
For the 1-year window, this award is concentrated in FY2025, with $2.08 billion obligated across 31 awards. The obligation profile indicates substantial activity in a single year rather than a multi-year distribution. This pattern suggests the award is a major current-period funding vehicle within the observed window.
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.