Vehicle Number

Vehicle Number 8900 / 89303321DEM000061 Federal Contract Action Summary (Last 10 Years)

FPDS analysis for vehicle number 89303321DEM000061 under Agency ID 8900 shows 130 award actions over the last 10 years, with $887,496,988.69 in total obligated value.

This page summarizes federal procurement activity tied to vehicle number 89303321DEM000061 for Agency ID 8900. The analysis window covers the last 10 years and includes 130 award actions with an average action value of $6,826,899.91.

Generated at 03/20/2026

Analysis period: Last 10 years

Totals are based on the provided readable and exact obligated amounts for the selected analysis window.

Agency ID
8900
PIID
89303321DEM000061
Type
Vehicle
Total Obligated
887.50 million
887,496,988.69
Actions
130
Average Action Value
6,826,899.91

Overview

The record for vehicle number 89303321DEM000061 shows $887,496,988.69 in total obligated value across 130 award actions during the last 10 years. The average action value is $6,826,899.91, indicating a mix of awards that, in aggregate, account for a substantial procurement total. This page is intended to support review of the award history associated with Agency ID 8900.

How to use this page

Use this page to review the scale and frequency of award activity linked to the vehicle number in the selected period. The totals can support basic FPDS analysis, including comparisons of obligated value, action count, and average action size.

Top Agencies

SELECT
    content__IDV__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__IDV__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '8900' AND content__IDV__contractID__IDVID__PIID = '89303321DEM000061'
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__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 887,496,988.69 887.50 million 130

Insight

Over the 10-year window, all reported obligation for this vehicle is concentrated at the Department of Energy (agency 8900), with $887.50 million obligated across 130 awards. This indicates a highly concentrated award pattern within a single agency rather than a distributed agency base. The volume of awards relative to total obligations suggests repeated use of the vehicle by the same agency over time.

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__IDV__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        content__IDV__contractID__IDVID__agencyID = '8900' AND content__IDV__contractID__IDVID__PIID = '89303321DEM000061'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions

Insight

No vendor concentration was available for this analysis window.

Top NAICS

SELECT
    content__IDV__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__IDV__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '8900' AND content__IDV__contractID__IDVID__PIID = '89303321DEM000061'
    AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__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 887,496,988.69 887.50 million 130

Insight

For this vehicle over the 10-year window, obligations are fully concentrated in NAICS 562910, Remediation Services, with $887.50 million across 130 awards. This indicates a narrow procurement profile and a sustained emphasis on remediation-related requirements rather than a diversified mix of NAICS categories. The volume of awards suggests recurring use of the vehicle for this service line.

Top PSC Codes

SELECT
    content__IDV__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__IDV__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '8900' AND content__IDV__contractID__IDVID__PIID = '89303321DEM000061'
    AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__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 887,496,988.69 887.50 million 130

Insight

Over the 10-year window, obligations are fully concentrated in PSC F999, Other Environmental Services, with $887.50 million across 130 awards. This pattern indicates a dominant reliance on a single service category rather than a diversified procurement profile within the vehicle. The average award value is moderate relative to the total, suggesting repeated use of this PSC across multiple actions rather than a small number of very large awards.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate)) AS year,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '8900' AND content__IDV__contractID__IDVID__PIID = '89303321DEM000061'
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2021 120,999,369.64 121.00 million 10
2022 423,371,088.24 423.37 million 38
2023 324,940,477.46 324.94 million 45
2024 28,558,691.96 28.56 million 24
2025 -10,372,638.61 -10.37 million 13

Insight

Obligations are heavily concentrated in 2022 and 2023, which together account for the clear peak in the 10-year window at 423.37 million and 324.94 million, respectively. Activity then declined sharply in 2024 to 28.56 million, with a further decrease into 2025, which records net negative obligations of 10.37 million. Award volume increased from 10 in 2021 to 45 in 2023 before falling to 24 in 2024 and 13 in 2025, indicating a broad contraction after the 2022–2023 surge.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.