In the last full year, NUCLEAR WASTE PARTNERSHIP LLC recorded one federal award action with total obligated value of -$19,003.24. All reported obligation came from the Department of Energy under NAICS 561210, Facilities Support Services.
Federal Contractor
NUCLEAR WASTE PARTNERSHIP LLC Federal Contract Obligations (Last Year)
Federal procurement profile for NUCLEAR WASTE PARTNERSHIP LLC (CAGE 6HF85, UEI JA12NCN424K3) covering last full year award activity.
Figures reflect one 2025 action and may include a negative obligation amount as reported in FPDS data.
About NUCLEAR WASTE PARTNERSHIP LLC federal contract activity
NUCLEAR WASTE PARTNERSHIP LLC recorded one award in the last full year, with total obligated dollars of -$19,003.24 and an average award value of -$19,003.24. The negative obligation reflects deobligation or downward adjustment activity rather than new positive funding, so this vendor’s measured federal activity in the period was limited and net negative.
Agency mix and customer concentration
All observed obligation activity was concentrated in a single agency, the Department of Energy (agency 8900), which accounted for the full -$19,003.24 and the only award in the period. With only one transaction, the agency profile is highly concentrated and does not support broader cross-agency diversification.
Industry profile based on NAICS activity
The vendor’s activity mapped entirely to NAICS 561210, Facilities Support Services, which captured the full obligation total and the lone award. This suggests the available FPDS record for the period is tied to support-services work rather than a broader set of contract categories.
Annual contract trend over the analysis window
The annual trend shows activity only in 2025, with one award and -$19,003.24 in total obligations. Because the analysis window covers the last full year and only a single annual datapoint is present, the trend is flat by definition and indicates no multi-year pattern can be inferred from this dataset alone.
How to interpret this page
This summary is based on FPDS Query data for NUCLEAR WASTE PARTNERSHIP LLC using CAGE code 6HF85 and UEI JA12NCN424K3 for the last full year. Metrics reflect obligated dollars as reported in FPDS and are summarized by agency, NAICS, and year; negative obligations are retained as reported and may indicate deobligations or other downward adjustments.
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 = '6HF85'
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 |
|---|---|---|---|---|
| 8900 | ENERGY, DEPARTMENT OF | -19,003.24 | -19.00 thousand | 1 |
Insight
NUCLEAR WASTE PARTNERSHIP LLC’s last full-year obligations were fully concentrated in a single agency: the Department of Energy (agency 8900). One award accounted for the entire obligated amount of -$19,003.24, indicating no cross-agency distribution during the period. This level of concentration means the vendor’s recent federal activity is limited to one agency relationship, with no evidence in this window of broader federal spend diversification.
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 = '6HF85'
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 |
|---|---|---|---|---|
| 561210 | FACILITIES SUPPORT SERVICES | -19,003.24 | -19.00 thousand | 1 |
Insight
During the last full year, NUCLEAR WASTE PARTNERSHIP LLC’s obligated activity was entirely concentrated in NAICS 561210, Facilities Support Services. That single NAICS accounted for the full reported total obligated amount of -$19,003.24 across one award, indicating no diversification across NAICS codes in the reviewed period. The negative obligation reflects a net deobligation or downward adjustment rather than positive funded activity.
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 = '6HF85'
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 |
|---|---|---|---|
| 2025 | -19,003.24 | -19.00 thousand | 1 |
Insight
During the last full year, NUCLEAR WASTE PARTNERSHIP LLC had one obligation totaling -$19.0 thousand across one award, indicating full concentration in a single action. The average award value matches the total obligated amount, which reflects no distribution across multiple awards in the period. With only one recorded award, no year-over-year trend can be inferred from the 1-year 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.