Federal Contractor

PANTEXAS DETERRENCE, LLC Federal Contract Obligations (Last 10 Years)

Federal procurement profile for PANTEXAS DETERRENCE, LLC (CAGE 9KD07, UEI SPG7J8395CJ5) covering obligations over the last 10 years.

PANTEXAS DETERRENCE, LLC recorded 34 award actions totaling $2,418,200,273.83 in federal obligations during the last 10 years, with an average action value of $71,123,537.46. All reported activity is tied to the Department of Energy and to NAICS 561210, Facilities Support Services.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual data shows $1,455,150,987.45 obligated across 25 actions in 2025 and $963,049,286.38 across 9 actions in 2024.

CAGE Code
9KD07
UEI
SPG7J8395CJ5
Total Obligated
2.42 billion
2,418,200,273.83
Award Actions
34
Average Action Value
71,123,537.46

About PANTEXAS DETERRENCE, LLC federal contract activity

PANTEXAS DETERRENCE, LLC (CAGE 9KD07, UEI SPG7J8395CJ5) recorded 34 FPDS awards over the last 10 years, with total obligations of $2.42 billion and an average award value of $71.12 million. The award profile is highly concentrated, with all observed obligations flowing through a single agency and a single primary NAICS code.

Agency mix and customer concentration

The Department of Energy accounts for 100% of observed obligations, totaling $2.42 billion across 34 awards. This indicates a fully concentrated agency relationship rather than a diversified federal customer base.

Industry profile based on NAICS activity

All observed obligations are classified under NAICS 561210, Facilities Support Services, with $2.42 billion obligated across 34 awards. The mix suggests the vendor’s FPDS activity in the analysis window is tied to a single services category with no visible NAICS diversification.

Annual contract trend over the analysis window

Award activity increased sharply in 2025, when obligations reached $1.46 billion across 25 awards, compared with $963.05 million across 9 awards in 2024. The two-year pattern shows the majority of documented obligations occurring in the most recent period, with 2025 representing the larger share of total value and transaction count.

How to interpret this page

This summary uses FPDS award records associated with CAGE 9KD07 and UEI SPG7J8395CJ5 over the last 10 years. Totals reflect obligated dollars and award counts as provided in the dataset; agency, NAICS, and annual views are based on the same filtered award universe.

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 10 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 2,418,200,273.83 2.42 billion 34

Insight

Over the last 10 years, PANTEXAS DETERRENCE, LLC’s obligations are fully concentrated in a single agency: the Department of Energy. The vendor recorded $2.42 billion across 34 awards, resulting in an average award value of approximately $71.1 million. This indicates a highly concentrated award profile with no observed agency diversification in the provided period.

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 10 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 2,418,200,273.83 2.42 billion 34

Insight

Over the last 10 years, PANTEXAS DETERRENCE, LLC’s obligations are fully concentrated in NAICS 561210, Facilities Support Services, totaling $2.42 billion across 34 awards. This indicates a highly concentrated award profile with no diversification across other NAICS codes in the provided period. The average award value is approximately $71.1 million, suggesting relatively large-dollar actions within a single procurement 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 10 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
2024 963,049,286.38 963.05 million 9

Insight

PANTEXAS DETERRENCE, LLC’s 10-year obligated dollars are highly concentrated in FY 2025 and FY 2024, which together account for the full reported 2.42 billion in obligations across 34 awards. FY 2025 represents the larger share at 1.46 billion across 25 awards, compared with 963.05 million across 9 awards in FY 2024. This pattern indicates a very recent and sharply accelerated obligation profile, with award activity and funding volume heavily weighted to the last two fiscal years.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.