This page provides a procurement snapshot for the Nuclear Waste Technical Review Board for the last full year. The available data shows 0 award actions and no vendor, NAICS, or annual trend detail in the provided inputs.
Federal Agency
NUCLEAR WASTE TECHNICAL REVIEW BOARD Federal Contract Obligations (Last Year)
Federal procurement summary for the Nuclear Waste Technical Review Board (Agency ID 4856) covering the last full year, with no recorded award actions.
Figures are based only on the supplied analysis window and fields; missing totals and empty tables indicate no readable values were provided.
About NUCLEAR WASTE TECHNICAL REVIEW BOARD federal contract activity
FPDS Query shows no recorded contract obligations for NUCLEAR WASTE TECHNICAL REVIEW BOARD (Agency ID 4856) during the last full year. The agency’s award count is zero, so there is no measurable obligated value or average award value to summarize for the period.
Vendor concentration and leading contractors
No vendors appear in the top vendor set because no awards were recorded in the analysis window. With zero obligations, vendor concentration, incumbent activity, and supplier segmentation cannot be assessed from the available data.
Industry profile based on NAICS activity
No NAICS categories are represented in the top NAICS set for the last full year. The absence of obligated awards prevents meaningful identification of the agency’s procurement mix or spending orientation by industry code.
Annual contract trend over the analysis window
The annual trend is flat at zero across the analysis window, reflecting no reported contract awards or obligations. As a result, there is no year-over-year movement or intra-year procurement pattern to characterize from the available FPDS data.
How to interpret this page
This summary is based on FPDS Query data for the last full year and reflects only recorded contract awards tied to Agency ID 4856. Because the dataset shows zero awards and no obligated dollars, all vendor, NAICS, and trend observations are limited to the absence of activity rather than inferred procurement behavior.
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 1 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 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__purchaserInformation__contractingOfficeAgencyID = '4856'
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 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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.