Federal Agency

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

FPDS contract obligation summary for the Nuclear Waste Technical Review Board, covering award activity over the last 10 years.

In the last 10 years, the Nuclear Waste Technical Review Board recorded 1 award action totaling $29,835.08, with an average action value of $29,835.08. The activity is concentrated in 2020 and was awarded to AT&T Corp. under NAICS 517110, Wired Telecommunications Carriers.

Generated at 03/21/2026

Analysis period: Last 10 years

This page reflects the provided FPDS analysis window and shows total obligated amounts, award counts, and related vendor and NAICS details only.

Agency ID
4856
Total Obligated
29.84 thousand
29,835.08
Award Actions
1
Average Action Value
29,835.08

About NUCLEAR WASTE TECHNICAL REVIEW BOARD federal contract activity

Over the last 10 years, the Nuclear Waste Technical Review Board recorded 1 award totaling $29,835.08 in obligated dollars. The agency’s procurement activity in this window is minimal, with an average award value equal to the full period total because only one award is present.

Vendor concentration and leading contractors

AT&T CORP. accounted for the agency’s entire recorded obligated spend in the analysis window, with $29,835.08 across 1 award. This concentration indicates a single-vendor procurement profile for the period reviewed.

Industry profile based on NAICS activity

All obligated spending in the period is associated with NAICS 517110, Wired Telecommunications Carriers, totaling $29,835.08 across 1 award. The classification suggests the recorded obligation was tied to telecommunications services rather than a diversified mix of contract categories.

Annual contract trend over the analysis window

Annual activity appears only in 2020, when the agency obligated $29,835.08 across 1 award. No additional yearly obligations are shown in the provided last-10-years dataset, so the trend is best characterized as a single-year procurement event.

How to interpret this page

This summary is based on the provided FPDS Query rollup for the Nuclear Waste Technical Review Board covering the last 10 years. Metrics reflect total obligated dollars, award counts, vendor concentration, NAICS classification, and annual obligations only within the supplied dataset.

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 10 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
AT&T CORP. 29,835.08 29.84 thousand 1

Insight

Over the last 10 years, the Nuclear Waste Technical Review Board recorded $29.84 thousand in obligated spending across 1 award, indicating extremely limited vendor concentration and very low procurement volume. All obligated dollars were awarded to AT&T CORP., so vendor distribution is fully concentrated in a single supplier. With only one award, no broader vendor diversification or spending trend can be inferred from this period.

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 10 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
517110 WIRED TELECOMMUNICATIONS CARRIERS 29,835.08 29.84 thousand 1

Insight

Over the last 10 years, the Nuclear Waste Technical Review Board obligated $29.84 thousand across 1 award, indicating a highly concentrated obligation profile. All obligations were placed under NAICS 517110, Wired Telecommunications Carriers, so the agency’s top NAICS activity is entirely concentrated in a single category. With only one award in the period, there is no material diversification across NAICS codes to indicate broader purchasing spread.

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 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2020 29,835.08 29.84 thousand 1

Insight

Over the last 10 years, the Nuclear Waste Technical Review Board recorded one reported award totaling $29.84 thousand. All obligated dollars in the period were concentrated in a single year, 2020, indicating no year-over-year distribution across the window. The agency’s annual activity in this period is therefore highly concentrated and not indicative of a recurring obligation pattern.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.