Vehicle Number

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

Analysis of vehicle number under agency 8900 for PIID 89303321DEM000061 over the last 5 years shows 130 award actions totaling $887.50 million.

This page summarizes procurement activity for vehicle number associated with agency 8900 and PIID 89303321DEM000061 during the last 5 years. The record shows 130 award actions with total obligated funding of $887,496,988.69 and an average action value of $6,826,899.91.

Generated at 03/20/2026

Analysis period: Last 5 years

Values reflect the stated analysis window and the provided readable and exact total obligated amounts.

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

Over the last 5 years, this vehicle number record is tied to 130 award actions and $887,496,988.69 in obligated funding. The average action value across the period is $6,826,899.91, indicating substantial award activity within the available record. The totals are shown for PIID 89303321DEM000061 under agency 8900.

How to use this page

Use this page to review the scale of obligation and action volume associated with vehicle number in the selected period. The figures support quick comparison against other FPDS records by total obligated amount, action count, and average action value.

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 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 887,496,988.69 887.50 million 130

Insight

Within the 5-year window, obligations are fully concentrated in ENERGY, DEPARTMENT OF, which accounts for $887.50 million across 130 awards. This indicates the vehicle is used exclusively, or nearly exclusively, by a single agency, with no evidence in the provided rows of broader interagency distribution. The volume of awards suggests repeated use of the vehicle rather than reliance on a small number of large obligations.

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 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 = '89303321DEM000061'
    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 887,496,988.69 887.50 million 130

Insight

Obligations under this vehicle are entirely concentrated in NAICS 562910, Remediation Services, totaling $887.50 million across 130 awards over the 5-year window. This indicates a highly focused award profile with no observed diversification across additional NAICS codes in the provided data. The volume of awards suggests repeated use of the vehicle for remediation requirements rather than a broad mix of related services.

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 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 887,496,988.69 887.50 million 130

Insight

Over the 5-year window, obligations for this vehicle are fully concentrated in PSC F999, Other Environmental Services. The single PSC accounts for $887.50 million across 130 awards, indicating a strong concentration in one service category rather than a diversified PSC mix.

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 5 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 under PIID 89303321DEM000061 were heavily concentrated in 2022 and 2023, which together account for the bulk of the five-year activity at 423.37 million and 324.94 million, respectively. Award volume increased from 10 in 2021 to a peak of 45 in 2023, indicating broader distribution of obligations before declining to 24 in 2024 and 13 in 2025. Funding then fell sharply in 2024 to 28.56 million and turned negative in 2025 (-10.37 million), suggesting significant deobligation or downward adjustment after the earlier high-obligation 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.