Federal Agency

NUCLEAR WASTE TECHNICAL REVIEW BOARD Federal Contract Obligations (Last 5 Years)

Procurement activity for the Nuclear Waste Technical Review Board over the last 5 years shows no recorded award actions in the provided data.

This page summarizes federal procurement results for the Nuclear Waste Technical Review Board, agency ID 4856, using the last 5 years of available records. The current dataset shows zero award actions and does not provide obligated amounts, vendors, NAICS detail, or annual trend entries.

Generated at 03/21/2026

Analysis period: Last 5 years

No award actions, vendor rows, NAICS rows, or annual trend rows are present in the provided inputs for this analysis window.

Agency ID
4856
Total Obligated
0.00
Award Actions
0
Average Action Value
0.00

About NUCLEAR WASTE TECHNICAL REVIEW BOARD federal contract activity

Over the last 5 years, FPDS Query shows no recorded contract awards for the Nuclear Waste Technical Review Board (Agency ID 4856). As a result, there is no obligated spend, average award value, or award volume to analyze for this period.

Vendor concentration and leading contractors

No vendors appear in the recorded procurement data for the analysis window. With zero awards reported, there is no vendor concentration, competitive pattern, or recurring supplier base to summarize.

Industry profile based on NAICS activity

No NAICS codes are present in the available award data for the Nuclear Waste Technical Review Board during the last 5 years. The absence of recorded obligations means there is no discernible industry mix or procurement category profile.

Annual contract trend over the analysis window

The annual trend is flat across the analysis period, reflecting no reported obligations or awards in any year. This indicates procurement activity is either absent from FPDS records or below the reporting threshold captured in the dataset.

How to interpret this page

This summary is based solely on the provided FPDS Query outputs for the last 5 years and reflects only recorded award activity associated with Agency ID 4856. Where the dataset contains no awards, vendors, NAICS codes, or obligations, the narrative is limited to the absence of observable procurement data.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '4856'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions

Insight

No notable vendor 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__purchaserInformation__contractingOfficeAgencyID = '4856'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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__purchaserInformation__contractingOfficeAgencyID = '4856'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.