This page summarizes award activity for PIID DEAC5207NA27344 during the last full year. It includes total obligated amount, action volume, and average action value for the period.
Award Number
Award Number 8900 / DEAC5207NA27344 Federal Contract Action Summary (Last Year)
Federal procurement summary for award number DEAC5207NA27344 under agency ID 8900, covering the last full year of obligations and actions.
Totals reflect 32 award actions and $3.96192461 billion in obligated value, with an average action value of $123,810,144.07.
Overview
Award number DEAC5207NA27344 is associated with agency ID 8900 and records 32 actions in the last full year. Total obligated value for the period is $3,961,924,610.08, with an average action value of $123,810,144.07. The readable total rounds to $3.96 billion for quick reference.
How to use this page
Use this page to review the scale and cadence of obligation activity tied to this award number over the last full year. The figures support basic FPDS analysis of award-level volume, funding magnitude, and average action size without adding information beyond the reported totals.
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 = 'DEAC5207NA27344'
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 | 3,961,924,610.08 | 3.96 billion | 32 |
Insight
Award activity for PIID DEAC5207NA27344 is fully concentrated within a single agency. The Department of Energy accounts for 32 awards totaling $3.96 billion over the 1-year window, indicating all observed obligations in this slice are tied to Agency ID 8900. This concentration suggests the award has a highly centralized funding profile with no diversification across other agencies in the provided data.
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 = 'DEAC5207NA27344'
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 |
|---|---|---|---|---|
| LAWRENCE LIVERMORE NATIONAL SECURITY LIMITED LIABILITY COMPANY | 4K7L1 | 3,961,924,610.08 | 3.96 billion | 32 |
Insight
All obligations in this 1-year window are concentrated with a single vendor, LAWRENCE LIVERMORE NATIONAL SECURITY LIMITED LIABILITY COMPANY (CAGE 4K7L1). The vendor accounts for 3.96 billion across 32 awards under PIID DEAC5207NA27344, indicating highly concentrated award activity rather than a distributed vendor base. This pattern suggests the action is dominated by one recipient within 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 = 'DEAC5207NA27344'
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 |
|---|---|---|---|---|
| 541710 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES | 3,961,924,610.08 | 3.96 billion | 32 |
Insight
Obligations under PIID DEAC5207NA27344 are fully concentrated in NAICS 541710, Research and Development in the Physical, Engineering, and Life Sciences, with $3.96 billion across 32 awards in the 1-year window. This indicates a highly focused procurement profile with no diversification across other NAICS codes in the provided data. The award pattern suggests sustained activity within a single research and development category rather than a broad mix of mission areas.
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 = 'DEAC5207NA27344'
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 |
|---|---|---|---|---|
| AZ11 | R&D- OTHER RESEARCH AND DEVELOPMENT (BASIC RESEARCH) | 3,961,924,610.08 | 3.96 billion | 32 |
Insight
Obligations on this award are fully concentrated in PSC AZ11, R&D – Other Research and Development (Basic Research), which accounts for $3.96 billion across 32 awards in the 1-year window. This indicates the award activity is heavily weighted toward basic research with no other PSCs represented in the provided data. The distribution suggests a narrow procurement profile rather than a diversified mix of product or service categories.
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 = 'DEAC5207NA27344'
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 | 3,961,924,610.08 | 3.96 billion | 32 |
Insight
For the 1-year window, award activity for PIID DEAC5207NA27344 is concentrated in 2025, with 32 awards totaling $3.96 billion obligated. Because only one year is present in the provided data, the annual trend does not indicate change over time, but it does show a high level of obligation concentrated within a single fiscal year. This pattern suggests activity was materially weighted to 2025 rather than distributed across multiple 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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.