In the last full year, BECHTEL PARSONS BLUE GRASS, A JOINT VENTURE recorded 12 award actions totaling $229.39 million, with an average action value of $19.12 million. All obligations in the period came from the DEPT OF THE ARMY and were classified under NAICS 562211, Hazardous Waste Treatment and Disposal.
Federal Contractor
BECHTEL PARSONS BLUE GRASS, A JOINT VENTURE Federal Contract Obligations (Last Year)
Federal procurement profile for BECHTEL PARSONS BLUE GRASS, A JOINT VENTURE, showing last full year award activity, obligation totals, and agency and NAICS concentration.
Figures reflect the last full year analysis window and are based on obligated amounts, with totals shown as provided in FPDS records.
About BECHTEL PARSONS BLUE GRASS, A JOINT VENTURE federal contract activity
BECHTEL PARSONS BLUE GRASS, A JOINT VENTURE (CAGE 3FT89, UEI DS75LBB3UZJ6) recorded 12 FPDS awards totaling 229.39 million in the last full year, for an average award value of 19.12 million. The obligation profile is concentrated rather than diversified, indicating a small number of relatively large contracts drove total activity.
Agency mix and customer concentration
All obligated dollars in the period came from the DEPT OF THE ARMY, which accounted for 229.39 million across 12 awards. This indicates a single-agency award base with no visible spread across other federal buyers in the analysis window.
Industry profile based on NAICS activity
Award activity was entirely concentrated in NAICS 562211, Hazardous Waste Treatment and Disposal, with 229.39 million obligated across 12 awards. The NAICS profile suggests the vendor’s federal work in the period was fully aligned to a specialized environmental and waste management scope.
Annual contract trend over the analysis window
The annual trend shows 229.39 million in obligations in 2025, with 12 awards recorded. With only one year in the analysis window, the data supports a point-in-time view rather than a multi-year trend assessment.
How to interpret this page
This summary is based on FPDS award records for the last full year and reflects obligations reported in the dataset. Agency, NAICS, and annual trend views are derived from the same award universe and may not capture contract actions that were not obligated in the period.
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 = '3FT89'
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 |
|---|---|---|---|---|
| 2100 | DEPT OF THE ARMY | 229,388,501.43 | 229.39 million | 12 |
Insight
During the last full year, BECHTEL PARSONS BLUE GRASS, A JOINT VENTURE received all reported obligations from the DEPT OF THE ARMY, totaling $229.39 million across 12 awards. This indicates a fully concentrated agency profile with no reported obligations from other agencies in the period. The average award value was approximately $19.12 million, suggesting a relatively small number of substantial awards rather than broad distribution across multiple funding sources.
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 = '3FT89'
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 | 229,388,501.43 | 229.39 million | 12 |
Insight
BECHTEL PARSONS BLUE GRASS, A JOINT VENTURE’s FY1Y obligations are fully concentrated in NAICS 562211, Hazardous Waste Treatment and Disposal, accounting for 100% of the $229.39 million obligated across 12 awards. The average award value of $19.12 million indicates a small set of relatively large obligations rather than broad NAICS diversification. This pattern reflects a highly concentrated contracting profile within a single hazardous waste disposal category.
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 = '3FT89'
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 | 229,388,501.43 | 229.39 million | 12 |
Insight
During the last full year, BECHTEL PARSONS BLUE GRASS, A JOINT VENTURE recorded $229.39 million in obligations across 12 awards, for an average award value of about $19.12 million. Because all reported obligations in the 1-year window fall in a single year (2025), the annual trend reflects a fully concentrated obligation profile rather than a multi-year pattern. This indicates the vendor’s recent federal activity was concentrated within the current reporting 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.