In the last full year, SAVANNAH RIVER REMEDIATION LLC recorded 2 award actions with total obligated value of -$76,704.71 and an average action value of -$38,352.35. The obligations were reported by the Department of Energy and were concentrated in NAICS 562211, Hazardous Waste Treatment and Disposal.
Federal Contractor
SAVANNAH RIVER REMEDIATION LLC Federal Contract Obligations (Last Year)
FPDS procurement profile for SAVANNAH RIVER REMEDIATION LLC (CAGE 4XQS6, UEI MQVGANNMJDN6) covering obligations in the last full year.
Values reflect FPDS obligations for the analysis window and are shown as reported, including negative totals where applicable.
About SAVANNAH RIVER REMEDIATION LLC federal contract activity
SAVANNAH RIVER REMEDIATION LLC recorded -76.70 thousand in obligated dollars across 2 awards in the last full year, for an average award value of -38.35 thousand. The negative obligation total indicates downward net funding activity in the period, rather than net new obligations.
Agency mix and customer concentration
All reported obligation activity came from the Department of Energy (agency 8900), which accounted for the full -76.70 thousand across both awards. This indicates a fully concentrated customer mix with no visible diversification across other civilian or defense agencies in the analyzed window.
Industry profile based on NAICS activity
All obligations were classified under NAICS 562211, Hazardous Waste Treatment and Disposal, with 2 awards totaling -76.70 thousand. The mix is therefore entirely concentrated in environmental remediation and waste-handling services, with no evidence of contracting activity in other NAICS categories during the period.
Annual contract trend over the analysis window
The annual trend shows a single reported year, 2025, with -76.70 thousand in obligations across 2 awards. With only one year present in the analysis window, the data supports a point-in-time view rather than a multi-year trajectory.
How to interpret this page
This summary is based on FPDS award obligations tied to CAGE code 4XQS6 and UEI MQVGANNMJDN6 over the last full year. Totals, counts, and averages reflect the values provided in the analysis inputs and are reported as obligated dollars, with negative amounts preserved as supplied.
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 = '4XQS6'
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 | -76,704.71 | -76.70 thousand | 2 |
Insight
Obligations to SAVANNAH RIVER REMEDIATION LLC in the last full year were fully concentrated within the Department of Energy, which accounted for 100% of the vendor’s recorded obligations in this period. Across 2 awards, total obligated value was -$76.70 thousand, indicating limited award volume and complete agency concentration. The average award value was -$38.35 thousand, consistent with a small, narrowly distributed obligation profile.
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 = '4XQS6'
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 |
|---|---|---|---|---|
| 562211 | HAZARDOUS WASTE TREATMENT AND DISPOSAL | -76,704.71 | -76.70 thousand | 2 |
Insight
During the last full year, SAVANNAH RIVER REMEDIATION LLC’s obligations were fully concentrated in NAICS 562211, Hazardous Waste Treatment and Disposal. This account totaled -$76.70 thousand across 2 awards, indicating a very narrow NAICS distribution with no diversification across other industry codes in the period reviewed. The negative obligated value suggests deobligations or downward contract adjustments rather than net new funding.
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 = '4XQS6'
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 | -76,704.71 | -76.70 thousand | 2 |
Insight
During the last full year, SAVANNAH RIVER REMEDIATION LLC (CAGE 4XQS6) recorded net obligated activity of -$76.70 thousand across 2 awards, for an average award value of -$38.35 thousand. Obligations are fully concentrated in a single year (2025) within the 1-year window, indicating no multi-year distribution in the provided period. The negative net obligation suggests deobligation activity exceeded new obligations during the period.
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.