Federal Contractor

BECHTEL PARSONS BLUE GRASS, A JOINT VENTURE Federal Contract Obligations (Last 10 Years)

BECHTEL PARSONS BLUE GRASS, A JOINT VENTURE (CAGE 3FT89, UEI DS75LBB3UZJ6) received 2.98 billion in federal obligations across 186 actions over the last 10 years.

FPDS data shows all recorded obligations for this vendor were concentrated in the Department of the Army and aligned entirely to NAICS 562211, Hazardous Waste Treatment and Disposal. Annual obligations peaked at 471.10 million in 2023 and remained above 229.39 million in 2025.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect obligations recorded in the provided 10-year analysis window and use the exact amount of 2,975,230,509.21 across 186 award actions.

CAGE Code
3FT89
UEI
DS75LBB3UZJ6
Total Obligated
2.98 billion
2,975,230,509.21
Award Actions
186
Average Action Value
15,995,862.95

About BECHTEL PARSONS BLUE GRASS, A JOINT VENTURE federal contract activity

BECHTEL PARSONS BLUE GRASS, A JOINT VENTURE (CAGE 3FT89, UEI DS75LBB3UZJ6) recorded 186 FPDS awards totaling $2.98 billion over the last 10 years, with an average award value of $15.996 million. The profile is characterized by large-dollar federal contracting activity rather than a broad base of small awards.

Agency mix and customer concentration

All identified obligated dollars in the analysis window are concentrated in the DEPT OF THE ARMY, which accounts for the full $2.98 billion and all 186 awards. This indicates a highly concentrated customer base and a single-agency dependent contracting profile.

Industry profile based on NAICS activity

Contracting activity is entirely concentrated in NAICS 562211, Hazardous Waste Treatment and Disposal, which also captures the full $2.98 billion and all 186 awards. The NAICS profile suggests the vendor's federal work is narrowly aligned to hazardous waste treatment and disposal services.

Annual contract trend over the analysis window

Annual obligations increased into 2023, when they reached $471.10 million across 23 awards, after $313.25 million in 2022 and $439.25 million in 2021. Activity remained substantial in 2024 at $414.94 million and continued in 2025 at $229.39 million across 12 awards, indicating sustained but uneven funding levels across recent years.

How to interpret this page

This summary is based on FPDS award records associated with CAGE 3FT89 and UEI DS75LBB3UZJ6 over the last 10 years. Totals reflect obligated dollars and award counts as provided in the analysis inputs; agency and NAICS shares are reported only where the supplied data show full concentration.

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 10 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 2,975,230,509.21 2.98 billion 186

Insight

Over the last 10 years, BECHTEL PARSONS BLUE GRASS, A JOINT VENTURE (CAGE 3FT89) received 2.98 billion in obligated funding across 186 awards. Obligations are fully concentrated in the DEPT OF THE ARMY, indicating a single-agency funding profile with no diversification across other agencies in the provided period. The average award value of 15.996 million suggests a portfolio of relatively large awards rather than a high volume of small actions.

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 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
562211 HAZARDOUS WASTE TREATMENT AND DISPOSAL 2,975,230,509.21 2.98 billion 186

Insight

Over the last 10 years, BECHTEL PARSONS BLUE GRASS, A JOINT VENTURE’s obligated dollars are fully concentrated in NAICS 562211, Hazardous Waste Treatment and Disposal. The vendor received 186 awards totaling $2.98 billion, indicating a highly specialized and non-diversified procurement profile. Average award value across the period is approximately $16.0 million, suggesting repeated medium- to large-dollar obligations within the same NAICS 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 10 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
2024 414,943,650.34 414.94 million 22
2023 471,102,125.84 471.10 million 23
2022 313,253,778.31 313.25 million 26
2021 439,249,106.76 439.25 million 20
2020 278,917,852.29 278.92 million 20
2019 207,284,282.77 207.28 million 18
2018 264,107,543.81 264.11 million 15
2017 198,054,160.66 198.05 million 15
2016 158,929,507.00 158.93 million 15

Insight

Over the last 10 years, BECHTEL PARSONS BLUE GRASS, A JOINT VENTURE (CAGE 3FT89) obligated $2.98 billion across 186 awards, averaging about $16.0 million per award. Annual obligations were concentrated in the 2021–2024 period, with four consecutive years above $313 million and a peak in 2023 at $471.10 million. The pattern is uneven rather than steadily increasing, with lower levels in 2016–2019, growth through 2021, a decline in 2022, and a partial reduction in 2025 to date at $229.39 million.

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