Vehicle Number

Vehicle Number 8900 / 89303323DEM000088 Federal Contract Action Summary (Last Year)

Vehicle number 89303323DEM000088 for agency 8900 shows 16 award actions in the last full year with $132.55 million obligated.

This page summarizes procurement activity for vehicle number 89303323DEM000088 under agency 8900 during the last full year. The record shows $132,545,406 in total obligated across 16 award actions, for an average action value of $8,284,087.88.

Generated at 03/21/2026

Analysis period: Last full year

Obligation totals are based on the provided exact and readable values for the last full year analysis window.

Agency ID
8900
PIID
89303323DEM000088
Type
Vehicle
Total Obligated
132.55 million
132,545,406.00
Actions
16
Average Action Value
8,284,087.88

Overview

In the last full year, vehicle number 89303323DEM000088 recorded 16 award actions tied to agency 8900. Total obligated reached $132,545,406, which is shown on this page as $132.55 million, with an average action value of $8,284,087.88. These figures provide a concise view of award volume and funding level for the vehicle record.

How to use this page

Use this page to review obligation totals and action count for the specified vehicle within the stated analysis window. The data can support basic comparison of award activity, average action size, and overall procurement concentration for agency 8900.

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 = '89303323DEM000088'
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 132,545,406.00 132.55 million 16

Insight

Within the 1-year window, all reported obligations for this vehicle are concentrated in the Department of Energy, which accounts for $132.55 million across 16 awards. This indicates a single-agency concentration of obligated activity rather than a distributed award pattern. The award count suggests multiple actions within the same agency, but no other agencies are represented in the provided rows.

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 = '89303323DEM000088'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 = '89303323DEM000088'
    AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
561612 SECURITY GUARDS AND PATROL SERVICES 132,545,406.00 132.55 million 16

Insight

Obligations for PIID 89303323DEM000088 under agency 8900 are fully concentrated in NAICS 561612, Security Guards and Patrol Services, with 16 awards totaling $132.55 million over the 1-year window. This indicates a highly focused procurement profile with no observed NAICS diversification in the provided data. The award distribution is therefore concentrated in a single service category, limiting evidence of broader contracting activity within this record set.

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 = '89303323DEM000088'
    AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
R430 SUPPORT- PROFESSIONAL: PHYSICAL SECURITY AND BADGING 132,545,406.00 132.55 million 16

Insight

Over the 1-year window, obligations for PIID 89303323DEM000088 are concentrated entirely in PSC R430, which accounts for the full $132.55 million across 16 awards. This indicates a narrow services profile focused on professional physical security and badging support, with no evidence in this view of diversification across other PSCs. The award pattern suggests repeated obligating activity within a single requirement category rather than a broad mix of supplies or services.

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 = '89303323DEM000088'
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2025 132,545,406.00 132.55 million 16

Insight

For the 1-year window, this vehicle shows all reported obligation activity in 2025, totaling $132.55 million across 16 awards. The pattern indicates moderate award count concentration with substantial obligated value, suggesting a relatively small number of actions accounted for the full annual activity captured here. No year-over-year trend can be assessed from the provided rows because only one year is present.

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.