Award Number

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

Federal procurement summary for award number DESC0004645 under agency 8900, showing obligation activity over the last full year.

This award record covers PIID DESC0004645 for agency ID 8900. In the last full year, it shows one action with total obligations of $6.89 million.

Generated at 03/20/2026

Analysis period: Last full year

Figures are based on the provided analysis window and reflect the exact total obligated amount of $6,892,715.2.

Agency ID
8900
PIID
DESC0004645
Type
Award
Total Obligated
6.89 million
6,892,715.20
Actions
1
Average Action Value
6,892,715.20

Overview

The award record for PIID DESC0004645 is associated with agency ID 8900 and includes one recorded award action in the last full year. Total obligated spending for that period is $6,892,715.2, with the same amount reflected as the average action value because only one action is present.

How to use this page

Use this page to review the award-level obligation total and confirm the action count for the selected period. It supports quick comparison, basic spend review, and identification of the single recorded action tied to this award number.

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 = 'DESC0004645'
    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 6,892,715.20 6.89 million 1

Insight

Obligations for PIID DESC0004645 are fully concentrated within the Department of Energy (agency ID 8900) over the 1-year window. The single recorded award accounts for $6.89 million across 1 award, indicating no observed agency-level distribution beyond DOE. This pattern suggests a highly concentrated funding profile for this PIID in the period reviewed.

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 = 'DESC0004645'
        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
UCOR LLC 64BY8 6,892,715.20 6.89 million 1

Insight

Obligations for PIID DESC0004645 in the 1-year window are fully concentrated with UCOR LLC (CAGE 64BY8), which accounts for the entire reported total of $6.89 million across 1 award. This indicates a single-vendor distribution with no evidence of obligated spend spread across additional vendors in the provided rows.

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 = 'DESC0004645'
    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
562910 REMEDIATION SERVICES 6,892,715.20 6.89 million 1

Insight

Obligations under PIID DESC0004645 in the 1-year window are fully concentrated in NAICS 562910, Remediation Services. One award accounts for 100% of obligated value, totaling $6.89 million across a single transaction. This indicates a highly concentrated procurement profile with no observable NAICS diversification in the provided data.

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 = 'DESC0004645'
    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
F999 OTHER ENVIRONMENTAL SERVICES 6,892,715.20 6.89 million 1

Insight

Over the past 1 year, obligations for award DESC0004645 under agency 8900 are fully concentrated in PSC F999, Other Environmental Services. The activity is represented by a single award action totaling $6.89 million, indicating no diversification across PSCs in this window. This concentration suggests the award’s obligated funding is tied to one service category rather than a mixed procurement profile.

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 = 'DESC0004645'
    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 6,892,715.20 6.89 million 1

Insight

For the 1-year window, this award recorded $6.89 million in total obligated amounts in 2025 across 1 award action. Obligations are fully concentrated in a single year and a single award instance, indicating no multi-year distribution within the available period. This pattern limits trend interpretation and suggests the award activity is narrowly concentrated in the current fiscal year.

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.