Award Number

Award Number 8900 / 89233224CNA000004 Federal Contract Action Summary (Last Year)

Analysis of award number 89233224CNA000004 for agency 8900 over the last full year, showing $1.46 billion in total obligations across 25 award actions.

This page summarizes procurement activity tied to award 89233224CNA000004 for agency 8900 during the last full year. The record shows $1,455,150,987.45 in obligated funding across 25 actions, with an average action value of $58,206,039.50.

Generated at 03/20/2026

Analysis period: Last full year

Totals reflect the analysis window provided and use the exact obligated amount of $1,455,150,987.45.

Agency ID
8900
PIID
89233224CNA000004
Type
Award
Total Obligated
1.46 billion
1,455,150,987.45
Actions
25
Average Action Value
58,206,039.50

Overview

In the last full year, award number 89233224CNA000004 recorded 25 award actions and $1,455,150,987.45 in total obligations. The average action value was $58,206,039.50, indicating a high-value procurement record within agency 8900. The figures on this page describe the award-level activity only and are limited to the analysis window provided. They are useful for reviewing obligation volume and action frequency without extending beyond the supplied data.

How to use this page

Use this page to review the scale and cadence of spending associated with award 89233224CNA000004. The combination of total obligated amount, action count, and average action value supports basic award-level analysis. This summary can also be used to compare the award’s activity against other records in agency 8900, using the same last-full-year window. It does not add contract terms, vendors, or program details that are not included in the provided inputs.

Top Agencies

SELECT
    content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__award__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '8900' AND content__award__awardID__awardContractID__PIID = '89233224CNA000004'
    AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__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,455,150,987.45 1.46 billion 25

Insight

Within the 1-year window, the award is concentrated in a single top agency: the Department of Energy, which accounts for the full observed obligation total of $1.46 billion across 25 awards. This indicates a highly concentrated award distribution for PIID 89233224CNA000004, with no other agencies represented in the provided rows. The concentration suggests the award activity is dominated by a single agency relationship rather than being broadly distributed across the federal portfolio.

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__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        content__award__awardID__awardContractID__agencyID = '8900' AND content__award__awardID__awardContractID__PIID = '89233224CNA000004'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions
PANTEXAS DETERRENCE, LLC 9KD07 1,455,150,987.45 1.46 billion 25

Insight

PANTEXAS DETERRENCE, LLC accounts for the full reported obligation in this 1-year window, with $1.46 billion obligated across 25 awards. This indicates a highly concentrated vendor profile for PIID 89233224CNA000004, with all observed obligations attributable to a single contractor. The distribution suggests limited vendor diversification within the queried period.

Top NAICS

SELECT
    content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__award__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '8900' AND content__award__awardID__awardContractID__PIID = '89233224CNA000004'
    AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__award__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    naics_code,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
561210 FACILITIES SUPPORT SERVICES 1,455,150,987.45 1.46 billion 25

Insight

Over the 1-year window, obligations for award 89233224CNA000004 are fully concentrated in NAICS 561210, Facilities Support Services. This NAICS accounts for $1.46 billion across 25 awards, indicating a highly focused procurement pattern within a single service category. With no other NAICS codes reflected in the provided rows, the award activity appears narrowly distributed rather than diversified.

Top PSC Codes

SELECT
    content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__award__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '8900' AND content__award__awardID__awardContractID__PIID = '89233224CNA000004'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    psc_code,
    psc_name
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Actions
M1JZ OPERATION OF MISCELLANEOUS BUILDINGS 1,455,150,987.45 1.46 billion 25

Insight

Within the 1-year window, obligations under PIID 89233224CNA000004 are concentrated entirely in PSC M1JZ, Operation of Miscellaneous Buildings. This PSC accounts for $1.46 billion across 25 awards, indicating a highly focused spend pattern rather than a broad distribution across multiple product or service codes.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '8900' AND content__award__awardID__awardContractID__PIID = '89233224CNA000004'
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2025 1,455,150,987.45 1.46 billion 25

Insight

During the 1-year window, this award accounted for $1.46 billion in obligated value across 25 awards in FY2025. The obligation profile is highly concentrated in a single fiscal year, with no other years reflected in the provided data. This indicates that activity for this award was concentrated rather than distributed across multiple 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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.