During the last full year, NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC had zero reported obligated dollars and no award actions in the available FPDS data. No agency, NAICS, or annual trend rows were reported for this period.
Federal Contractor
NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC Federal Contract Obligations (Last Year)
FPDS summary for NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC (CAGE 7MZ99, UEI NYH3EQXAVJB3) for the last full year shows no recorded federal obligations.
This page reflects the provided FPDS analysis window only and contains no recorded obligation or action activity.
About NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC federal contract activity
During the last full year in FPDS, NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC recorded no obligated award activity under CAGE 7MZ99 and UEI NYH3EQXAVJB3. Total obligated dollars, award count, and average award value are all zero, indicating no recorded federal procurement awards in the analysis window.
Agency mix and customer concentration
No agency concentration can be assessed for this period because the vendor shows no obligated awards and therefore no agency-level award distribution. As a result, there are no top agencies to report for the last full year.
Industry profile based on NAICS activity
No NAICS concentration can be derived from the available FPDS activity because the vendor has no recorded awards in the analysis period. With zero obligations and zero awards, there are no observable industry categories to summarize.
Annual contract trend over the analysis window
The annual trend for the last full year is flat at zero, with no recorded obligated activity across the period. Because there are no award observations, there is no month-to-month or quarter-to-quarter procurement pattern to analyze.
How to interpret this page
This summary is based on the stated FPDS Query analysis window of the last full year and the provided overview metrics. Where the dataset contains no awards, no agency mix, NAICS mix, or trend segmentation can be inferred without inventing unsupported activity.
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 = '7MZ99'
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 = '7MZ99'
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 = '7MZ99'
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.