This page summarizes procurement activity for the vehicle number associated with PIID 89303322DEM000077 within agency 8900. The 10-year record shows 87 award actions and total obligated amount of $1,599,873,431.02, with an average action value of $18,389,349.78.
Vehicle Number
Vehicle Number 8900 / 89303322DEM000077 Federal Contract Action Summary (Last 10 Years)
Federal procurement analysis for vehicle number 89303322DEM000077 at agency 8900 over the last 10 years, with 87 award actions totaling $1.60 billion.
Amounts reflect the provided obligated total and average action value for the analysis window and are not rounded in the underlying record.
Overview
The procurement record for vehicle number 89303322DEM000077 spans the last 10 years and includes 87 award actions. Across that period, the total obligated amount is $1,599,873,431.02, indicating substantial contract activity tied to this PIID and agency. The average action value is $18,389,349.78.
How to use this page
Use this page to review the scale and frequency of award activity associated with vehicle number 89303322DEM000077. The figures support quick comparison of total obligation, action volume, and average action size within agency 8900 for the selected period.
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 = '89303322DEM000077'
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 | 1,599,873,431.02 | 1.60 billion | 87 |
Insight
Over the 10-year window, obligations for PIID 89303322DEM000077 are fully concentrated within the Department of Energy (agency ID 8900), which accounts for the entire reported total of $1.60 billion. The award volume is also concentrated at this single agency, with 87 awards reported. This indicates that the vehicle’s activity has been entirely housed within one agency, with no cross-agency distribution in the provided data.
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 = '89303322DEM000077'
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 = '89303322DEM000077'
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 |
|---|---|---|---|---|
| 562211 | HAZARDOUS WASTE TREATMENT AND DISPOSAL | 1,599,873,431.02 | 1.60 billion | 87 |
Insight
Within the 10-year window for vehicle PIID 89303322DEM000077, obligations are fully concentrated in NAICS 562211, Hazardous Waste Treatment and Disposal. This NAICS accounts for $1.60 billion across 87 awards, indicating a highly focused procurement profile rather than a diversified NAICS mix. The concentration suggests sustained use of this vehicle for a specific hazardous waste disposal requirement.
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 = '89303322DEM000077'
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 | 1,599,873,431.02 | 1.60 billion | 87 |
Insight
Over the 10-year window for vehicle PIID 89303322DEM000077 under agency 8900, obligations are fully concentrated in PSC F999, Other Environmental Services. This PSC accounts for $1.60 billion across 87 awards, indicating a strong concentration in a single services category rather than a broad PSC distribution. The repeated use of the same PSC suggests sustained procurement activity in this line of effort over time.
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 = '89303322DEM000077'
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 |
|---|---|---|---|
| 2022 | 4,993,004.00 | 4.99 million | 1 |
| 2023 | 638,405,515.62 | 638.41 million | 33 |
| 2024 | 448,008,267.16 | 448.01 million | 23 |
| 2025 | 508,466,644.24 | 508.47 million | 30 |
Insight
Obligations under PIID 89303322DEM000077 are highly concentrated in the later years of the 10-year window, with a single award in 2022 totaling 4.99 million followed by substantially larger activity in 2023-2025. The award pattern is uneven: 2023 peaks at 638.41 million across 33 awards, then declines to 448.01 million in 2024 before rebounding to 508.47 million in 2025. This indicates a sharp scale-up after 2022, with sustained but variable annual obligations rather than a steady growth trend.
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.