In the last full year, FLUOR-B&W PORTSMOUTH LLC recorded $250,720,847.40 in federal obligations across 18 award actions, for an average action value of $13,928,935.96. All observed obligations came from the Department of Energy and were classified under NAICS 562910, Remediation Services.
Federal Contractor
FLUOR-B&W PORTSMOUTH LLC Federal Contract Obligations (Last Year)
FLUOR-B&W PORTSMOUTH LLC (CAGE 5SMD3, UEI NG33LHHLGG15) received $250.72 million in federal obligations across 18 actions in the last full year.
Figures reflect the last full year analysis window and are based on the provided FPDS summary totals, agency, NAICS, and annual trend data.
About FLUOR-B&W PORTSMOUTH LLC federal contract activity
During the last full year, FLUOR-B&W PORTSMOUTH LLC recorded 18 FPDS actions totaling $250.72 million in obligated value, with an average award size of $13.93 million. The vendor’s federal activity is concentrated rather than diffuse, indicating a limited number of sizable awards rather than high transaction volume.
Agency mix and customer concentration
All reported obligations came from the Department of Energy (agency code 8900), which accounted for the full $250.72 million across 18 awards. This indicates a single-agency procurement profile with no visible diversification across civilian or defense buyers in the analysis window.
Industry profile based on NAICS activity
All recorded obligations were assigned to NAICS 562910, Remediation Services, matching the vendor’s apparent role in environmental or site remediation work. The NAICS concentration mirrors the agency concentration, showing that the vendor’s federal revenue in the period was tied entirely to one service category.
Annual contract trend over the analysis window
The annual trend data show $250.72 million in obligations and 18 awards in 2025, with no other years reported in the analysis window. Based on the available data, the vendor’s federal activity in the last full year was fully captured in a single-year cluster rather than spread across multiple periods.
How to interpret this page
This summary is based on FPDS-reported obligations for the vendor identified by CAGE 5SMD3 and UEI NG33LHHLGG15 over the last full year. All figures reflect the provided dataset and are limited to the reported agency, NAICS, and annual trend fields; no extrapolation was applied beyond those values.
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 = '5SMD3'
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 | 250,720,847.40 | 250.72 million | 18 |
Insight
FLUOR-B&W PORTSMOUTH LLC’s obligations in the last full year were fully concentrated in a single agency: the Department of Energy. DOE accounted for all $250.72 million obligated across 18 awards, indicating a highly concentrated customer base with no diversification across other agencies in this period. The average award value was $13.93 million, suggesting a portfolio made up of multiple moderately large awards rather than a small number of exceptionally large obligations.
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 = '5SMD3'
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 |
|---|---|---|---|---|
| 562910 | REMEDIATION SERVICES | 250,720,847.40 | 250.72 million | 18 |
Insight
FLUOR-B&W PORTSMOUTH LLC’s last full year obligations were entirely concentrated in NAICS 562910, Remediation Services, with $250.72 million across 18 awards. This indicates a highly focused revenue profile with no observed diversification across NAICS categories in this period. The average award value of about $13.93 million suggests a mix of moderate-sized obligations within a single procurement line of business.
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 = '5SMD3'
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 | 250,720,847.40 | 250.72 million | 18 |
Insight
During the last full year, FLUOR-B&W PORTSMOUTH LLC (CAGE 5SMD3) obligated $250.72 million across 18 awards, for an average award value of about $13.93 million. Obligations in the 1-year window are concentrated in a single annual period, indicating all reported activity is captured in 2025. The award count and average value suggest a relatively small number of moderately sized actions drove the total obligated amount.
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.