Federal Contractor

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

FPDS procurement profile for BECHTEL PARSONS BLUE GRASS, A JOINT VENTURE (CAGE 3FT89, UEI DS75LBB3UZJ6) showing federal awards over the last 5 years.

BECHTEL PARSONS BLUE GRASS, A JOINT VENTURE recorded 103 award actions totaling $1.87 billion in obligated dollars over the last 5 years. The Department of the Army accounted for all tracked obligations, and the work was concentrated in NAICS 562211, Hazardous Waste Treatment and Disposal.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual obligations ranged from $229.39 million in 2025 to $471.10 million in 2023, based on the provided FPDS analysis window.

CAGE Code
3FT89
UEI
DS75LBB3UZJ6
Total Obligated
1.87 billion
1,867,937,162.68
Award Actions
103
Average Action Value
18,135,312.25

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

BECHTEL PARSONS BLUE GRASS, A JOINT VENTURE (CAGE 3FT89, UEI DS75LBB3UZJ6) recorded $1.87 billion in obligated federal spending across 103 awards over the last 5 years, with an average award value of $18.14 million. The obligation profile indicates sustained high-dollar contract activity rather than a large number of small transactions.

Agency mix and customer concentration

The vendor’s obligations are fully concentrated in the DEPT OF THE ARMY, which accounts for the entire $1.87 billion and all 103 awards in the analysis window. This indicates a single-agency dependence profile with no observable diversification across departments.

Industry profile based on NAICS activity

All recorded obligations map to NAICS 562211, Hazardous Waste Treatment and Disposal, totaling $1.87 billion across 103 awards. The NAICS concentration shows the vendor’s federal work is entirely aligned to a specialized environmental remediation and disposal scope.

Annual contract trend over the analysis window

Annual obligations were highest in 2023 at $471.10 million, followed by $439.25 million in 2021 and $414.94 million in 2024. Funding declined in 2022 to $313.25 million and in 2025 to $229.39 million, suggesting a recent reduction in annual obligated volume after a stronger mid-period peak.

How to interpret this page

This summary is based on FPDS-observed obligations attributed to the vendor’s CAGE code and UEI over the last 5 years. Metrics reflect total obligated dollars, award counts, agency concentration, NAICS classification, and year-by-year trend using the provided analysis window.

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 5 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 1,867,937,162.68 1.87 billion 103

Insight

Over the last 5 years, BECHTEL PARSONS BLUE GRASS, A JOINT VENTURE has 1.87 billion in obligated awards across 103 awards, averaging about 18.1 million per award. All obligated spending in this period is concentrated with the DEPT OF THE ARMY, indicating complete agency concentration and no diversification across other agencies. This pattern suggests the vendor’s federal business is highly dependent on a single agency relationship.

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 5 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 1,867,937,162.68 1.87 billion 103

Insight

Over the last 5 years, BECHTEL PARSONS BLUE GRASS, A JOINT VENTURE’s obligations are fully concentrated in NAICS 562211, Hazardous Waste Treatment and Disposal. The vendor recorded 103 awards in this single NAICS, totaling $1.87 billion, indicating complete NAICS concentration with no diversification across other industry codes in the provided data. The average award value of about $18.1 million suggests a pattern of repeated, substantial procurements within the same hazardous waste treatment mission area.

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 5 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

Insight

BECHTEL PARSONS BLUE GRASS, A JOINT VENTURE (CAGE 3FT89) obligated $1.87 billion across 103 awards over the last 5 years, averaging $18.1 million per award. Annual obligations were concentrated in 2021 through 2024, with the highest funding in 2023 ($471.1 million) and 2024 ($414.9 million), while 2025 is lower to date at $229.4 million across 12 awards. Award volume peaked in 2022 and 2023, indicating a relatively steady distribution of actions despite year-to-year variation in obligated dollars.

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