This award record summarizes obligation activity tied to PIID DEAC5206NA25396 for agency 8900. Across the last 5 years, the award shows 5 actions and an average action value of -$400,000.
Award Number
Award Number 8900 / DEAC5206NA25396 Federal Contract Action Summary (Last 5 Years)
Award number DEAC5206NA25396 for agency 8900 shows five recorded actions over the last 5 years with total obligated funding of -$2.0 million.
Dollar figures reflect the provided obligated totals for the selected 5-year analysis window and may appear negative in the source data.
Overview
The award identified by PIID DEAC5206NA25396 is associated with agency 8900 and includes five actions in the last 5 years. The total obligated amount is -$2.0 million, with an average action value of -$400,000. These figures describe the recorded obligation activity for the analysis window provided.
How to use this page
Use this page to review the award-level obligation history for DEAC5206NA25396 and compare the action count and funding total against other records. The data can also support searches focused on agency 8900, award number references, and recent obligation patterns.
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 = 'DEAC5206NA25396'
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 | -2,000,000.00 | -2.00 million | 5 |
Insight
For PIID DEAC5206NA25396 over the 5-year window, all reported obligations are concentrated within the Department of Energy (agency ID 8900). The five awards under this agency total -$2.00 million, indicating a net deobligation position rather than positive funding. This suggests the award activity for this PIID is fully agency-concentrated and financially negative over the period.
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 = 'DEAC5206NA25396'
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 |
|---|---|---|---|---|
| LOS ALAMOS NATIONAL SECURITY LIMITED LIABILITY COMPANY | 41SP7 | -2,000,000.00 | -2.00 million | 5 |
Insight
Obligations for PIID DEAC5206NA25396 over the 5-year window are fully concentrated with a single vendor, LOS ALAMOS NATIONAL SECURITY LIMITED LIABILITY COMPANY (CAGE 41SP7), accounting for all reported activity in this section. The vendor shows 5 awards and net obligations of -$2.00 million, indicating a negative obligated total across the period. This pattern reflects a highly concentrated award distribution with no additional 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 = 'DEAC5206NA25396'
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 | -2,000,000.00 | -2.00 million | 5 |
Insight
Over the 5-year window, obligations under PIID DEAC5206NA25396 are fully concentrated in NAICS 561210, Facilities Support Services. This code accounts for all reported activity in the section, spanning 5 awards and a net total obligated amount of -$2.00 million. The negative total indicates overall deobligation or net downward adjustment in this NAICS category.
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 = 'DEAC5206NA25396'
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 | -2,000,000.00 | -2.00 million | 5 |
Insight
Over the 5-year window, obligations for this award are concentrated entirely in PSC M181, Operating of Government R&D GOCO Facilities. This category reflects a net deobligation of $2.00 million across 5 actions, indicating that funding activity has been limited and overall downward in net obligated value.
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 = 'DEAC5206NA25396'
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 | 0.00 | 0.00 | 1 |
| 2023 | 0.00 | 0.00 | 2 |
| 2024 | -2,000,000.00 | -2.00 million | 2 |
Insight
Over the 5-year window, activity under PIID DEAC5206NA25396 is concentrated in three years, with no reported obligations in 2021 or 2023 and a negative obligated total in 2024. Award counts are low and unevenly distributed, with 1 award in 2021, 2 awards in 2023, and 2 awards in 2024. The 2024 total obligated of -$2.0 million indicates a net downward adjustment in that year, making it the only year with a material obligated amount in the period provided.
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.