Federal Contractor

FERMI RESEARCH ALLIANCE LIMITED LIABILITY COMPANY Federal Contract Obligations (Last Year)

Federal procurement profile for FERMI RESEARCH ALLIANCE LIMITED LIABILITY COMPANY, showing last full year obligation data tied to DOE awards.

FERMI RESEARCH ALLIANCE LIMITED LIABILITY COMPANY (CAGE 4GUN4, UEI E1EUJL3KLKX5) recorded -$328.17 million in obligated value across 4 award actions in the last full year. All reported obligations in this window were associated with the Department of Energy and NAICS 541710, Research and Development in the Physical, Engineering, and Life Sciences.

Generated at 03/21/2026

Analysis period: Last full year

Negative obligated totals reflect deobligations or downward adjustments in FPDS records and should be read in that context.

CAGE Code
4GUN4
UEI
E1EUJL3KLKX5
Total Obligated
-328.17 million
-328,166,596.25
Award Actions
4
Average Action Value
-82,041,649.06

About FERMI RESEARCH ALLIANCE LIMITED LIABILITY COMPANY federal contract activity

During the last full year, FERMI RESEARCH ALLIANCE LIMITED LIABILITY COMPANY recorded $328.17 million in obligated value across 4 awards, producing an average award value of -$82.04 million. The negative obligated value should be read as a net deobligation or downward adjustment in the FPDS record set rather than new positive funding.

Agency mix and customer concentration

All recorded obligations in the analysis window came from the Department of Energy (agency ID 8900), which accounted for 100% of total obligated value and all 4 awards. This indicates a fully concentrated federal customer profile for the period, with no additional agencies represented in the available data.

Industry profile based on NAICS activity

The award activity is entirely concentrated in NAICS 541710, Research and Development in the Physical, Engineering, and Life Sciences. That NAICS category captured 100% of obligated value and all 4 awards, showing a highly specialized procurement footprint aligned with research and development work.

Annual contract trend over the analysis window

The annual trend shows activity only in 2025, with total obligated value of -$328.17 million across 4 awards. With no other years present in the analysis window, the data supports a single-year concentration of obligation adjustments rather than a multi-year pattern.

How to interpret this page

This page summarizes FPDS award records for the vendor’s CAGE code 4GUN4 and UEI E1EUJL3KLKX5 over the last full year. Totals, counts, and averages are based on the provided obligation data and category rollups; negative values are preserved as reported in the source data.

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 = '4GUN4'
        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 -328,166,596.25 -328.17 million 4

Insight

All reported obligation activity for FERMI RESEARCH ALLIANCE LIMITED LIABILITY COMPANY in the last full year is concentrated in a single agency: the Department of Energy. DOE accounts for the full -$328.17 million across 4 awards, indicating complete agency concentration with no diversification across other top agencies in this window. The average award value is approximately -$82.04 million, suggesting a small number of large-value actions drove the total obligation profile.

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 = '4GUN4'
        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
541710 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES -328,166,596.25 -328.17 million 4

Insight

Over the last full year, FERMI RESEARCH ALLIANCE LIMITED LIABILITY COMPANY’s obligations were fully concentrated in NAICS 541710, Research and Development in the Physical, Engineering, and Life Sciences. The vendor received 4 awards in this single NAICS, with total obligated value of -328.17 million and an average award value of -82.04 million, indicating complete program concentration in one industry classification. This limited NAICS distribution suggests no diversification across other sectors in the observed period.

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 = '4GUN4'
        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 -328,166,596.25 -328.17 million 4

Insight

During the last full year, FERMI RESEARCH ALLIANCE LIMITED LIABILITY COMPANY (CAGE 4GUN4) recorded -$328.17 million in total obligated dollars across 4 awards, yielding an average award value of about -$82.04 million. Obligations are concentrated in a very small number of actions, indicating a highly concentrated annual funding profile. With only one year reported in this window, the dataset supports a snapshot of annual activity 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.