Vehicle Number

Vehicle Number 8900 / 89303318CEM000007 Federal Contract Action Summary (Last 5 Years)

Federal procurement summary for vehicle number under agency 8900, covering the last 5 years of award activity tied to PIID 89303318CEM000007.

This page summarizes procurement activity for vehicle number for agency ID 8900 during the last 5 years. The record set includes 109 award actions with total obligated amount of 1.10 billion dollars and an average action value of 10,061,442.31.

Generated at 03/20/2026

Analysis period: Last 5 years

Total obligated is shown as 1,096,697,212.09, with readable values rounded where noted.

Agency ID
8900
PIID
89303318CEM000007
Type
Vehicle
Total Obligated
1.10 billion
1,096,697,212.09
Actions
109
Average Action Value
10,061,442.31

Overview

The procurement record for vehicle number is associated with agency 8900 and PIID 89303318CEM000007. Over the last 5 years, the record shows 109 award actions and total obligated spending of 1,096,697,212.09 dollars.

How to use this page

Use this page to review the scale of obligated spending and action volume tied to this vehicle record. The average action value is 10,061,442.31 dollars, which provides a simple benchmark for comparing individual actions within the analysis window.

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 = '89303318CEM000007'
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 1,096,697,212.09 1.10 billion 109

Insight

Over the 5-year window, obligations for vehicle 89303318CEM000007 are fully concentrated in the Department of Energy, which accounts for $1.10 billion across 109 awards. This indicates a single-agency funding pattern with no evidence in the provided data of broader interagency distribution. The volume of awards suggests repeated use of the vehicle by the same agency rather than isolated procurement activity.

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 = '89303318CEM000007'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 = '89303318CEM000007'
    AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 1,096,697,212.09 1.10 billion 109

Insight

The vehicle’s obligations are entirely concentrated in NAICS 562910, Remediation Services, with $1.10 billion obligated across 109 awards over the 5-year window. This indicates a highly focused procurement profile centered on remediation work rather than a diversified mix of industries. The volume of awards, together with the dollar concentration in a single NAICS, suggests sustained and repeated use of this category within the vehicle.

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 = '89303318CEM000007'
    AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 1,096,697,212.09 1.10 billion 109

Insight

Over the 5-year window, obligations under this vehicle are fully concentrated in PSC F999, Other Environmental Services, with $1.10 billion across 109 awards. This indicates a strong single-category reliance and limited PSC diversification within the reported activity. The award volume suggests repeated use of the same service classification rather than a broad mix of PSCs.

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 = '89303318CEM000007'
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2021 175,301,670.88 175.30 million 24
2022 246,350,449.52 246.35 million 16
2023 240,768,678.42 240.77 million 19
2024 206,093,504.48 206.09 million 24
2025 228,182,908.79 228.18 million 26

Insight

Obligations for PIID 89303318CEM000007 remained consistently high across the 5-year window, ranging from $175.30 million in 2021 to $246.35 million in 2022. After the 2022 peak, annual obligations declined in 2023 and 2024 before rebounding to $228.18 million in 2025, indicating sustained funding with moderate year-to-year variation rather than a sharp concentration in a single year. Award counts also fluctuated, from 16 to 26 annually, suggesting a relatively distributed obligation pattern across multiple actions each 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.