Federal Contractor

LOS ALAMOS NATIONAL SECURITY LIMITED LIABILITY COMPANY Federal Contract Obligations (Last Year)

FPDS summary for LOS ALAMOS NATIONAL SECURITY LIMITED LIABILITY COMPANY (CAGE 41SP7, UEI GAZZGS3YV389) showing no recorded obligations in the last full year.

This vendor page summarizes federal procurement activity for LOS ALAMOS NATIONAL SECURITY LIMITED LIABILITY COMPANY over the last full year. The record shows 0 in total obligated amount across 0 award actions, with no agency, NAICS, or annual trend entries returned.

Generated at 03/21/2026

Analysis period: Last full year

No obligated dollars or award actions were reported in the available FPDS analysis window, so there are no top agency or NAICS breakdowns to display.

CAGE Code
41SP7
UEI
GAZZGS3YV389
Total Obligated
0.00
0.00
Award Actions
0
Average Action Value
0.00

About LOS ALAMOS NATIONAL SECURITY LIMITED LIABILITY COMPANY federal contract activity

During the last full year, no FPDS-recorded prime award obligations were associated with LOS ALAMOS NATIONAL SECURITY LIMITED LIABILITY COMPANY under CAGE 41SP7 and UEI GAZZGS3YV389. The period shows 0 total obligated dollars across 0 awards, resulting in no measurable average award value.

Agency mix and customer concentration

No obligational activity is present in the available FPDS data, so there is no agency distribution to analyze for the period. As a result, no federal customer concentration or agency-level dependency can be inferred from this window.

Industry profile based on NAICS activity

The available record set contains no awards for the analysis period, so no NAICS-based mix can be established. Without obligations or award counts, there is no contract vehicle or service-line concentration visible in this dataset.

Annual contract trend over the analysis window

The annual trend is flat at zero across the full-year window, with no recorded obligations in any period shown. This indicates an absence of FPDS-observed award activity rather than a change in award volume or value.

How to interpret this page

This summary is based only on the supplied FPDS Query metrics for the last full year and does not infer activity beyond the provided dataset. Where top agencies, top NAICS, or trend records are absent, conclusions are limited to the observed zero activity and no additional assumptions are made.

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 = '41SP7'
        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

Insight

No notable agency concentration was available for this analysis window.

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 = '41SP7'
        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

Insight

No notable NAICS concentration was available for this analysis window.

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 = '41SP7'
        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

Insight

No annual trend data was available for this analysis window.

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.