Federal Contractor

PANTEXAS DETERRENCE, LLC Federal Contract Obligations (Last Year)

PANTEXAS DETERRENCE, LLC (CAGE 9KD07, UEI SPG7J8395CJ5) received 25 federal award actions totaling $1.46 billion in the last full year.

In the last full year, PANTEXAS DETERRENCE, LLC recorded $1,455,150,987.45 in obligated federal awards across 25 actions, for an average action value of $58,206,039.49. All reported obligations in this window were with the Department of Energy and were classified under NAICS 561210, Facilities Support Services.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year, with annual totals shown for 2025 and limited to the provided FPDS award data.

CAGE Code
9KD07
UEI
SPG7J8395CJ5
Total Obligated
1.46 billion
1,455,150,987.45
Award Actions
25
Average Action Value
58,206,039.49

About PANTEXAS DETERRENCE, LLC federal contract activity

PANTEXAS DETERRENCE, LLC (CAGE 9KD07, UEI SPG7J8395CJ5) recorded 25 FPDS actions in the last full year, with total obligations of $1.46 billion and an average award value of about $58.2 million. The profile is highly concentrated, with all recorded obligated dollars tied to a single agency and a single NAICS code.

Agency mix and customer concentration

The Department of Energy accounted for 100% of obligated spending in this window, representing the vendor’s entire reported federal procurement footprint for the period. With 25 awards and $1.46 billion obligated, the agency mix indicates a narrow but very large relationship concentrated within DOE.

Industry profile based on NAICS activity

All obligated dollars were classified under NAICS 561210, Facilities Support Services, across 25 awards. This suggests the vendor’s reported federal work in the period was fully aligned to facilities support activity rather than a diversified set of procurement categories.

Annual contract trend over the analysis window

The annual trend shows $1.46 billion in obligations in 2025 across 25 awards, with no additional years present in the analysis window. Because only one year is populated, the data supports a point-in-time assessment rather than a multi-year growth or decline trend.

How to interpret this page

This summary is based on FPDS-observed award obligations for the last full year and uses the provided CAGE code, UEI, agency, NAICS, and annual totals. Percentages and concentration statements are derived from the supplied totals, and no assumptions were made beyond the provided dataset.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '9KD07'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
8900 ENERGY, DEPARTMENT OF 1,455,150,987.45 1.46 billion 25

Insight

During the last full year, PANTEXAS DETERRENCE, LLC’s obligations were entirely concentrated in the Department of Energy, which accounted for the full $1.46 billion total obligated across 25 awards. This indicates a highly concentrated customer base with no diversification across agencies in the analyzed period. The average award value was approximately $58.2 million, suggesting a small number of large-value obligations rather than a broad spread of lower-dollar awards.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '9KD07'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
561210 FACILITIES SUPPORT SERVICES 1,455,150,987.45 1.46 billion 25

Insight

During the last full year, PANTEXAS DETERRENCE, LLC’s obligations were entirely concentrated in NAICS 561210, Facilities Support Services, totaling $1.46 billion across 25 awards. This indicates a highly focused procurement profile with no diversification across other NAICS codes in the observed period. The average award value of approximately $58.2 million suggests activity was driven by relatively large, recurring obligations within a single services category.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '9KD07'
        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 DESC
Year Total Obligated Readable Award Actions
2025 1,455,150,987.45 1.46 billion 25

Insight

Over the last full year, PANTEXAS DETERRENCE, LLC (CAGE 9KD07) recorded $1.46 billion in obligated value across 25 awards, for an average award value of about $58.2 million. This indicates a highly concentrated obligation profile, with substantial funding flowing through a relatively small number of awards. With only one annual data point provided for the window, the available evidence supports a snapshot of scale rather than a multi-year trend.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, 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.