This page summarizes procurement activity for award number W52P1J09C0013 over the last 10 years. The award shows 172 actions and total obligated amounts of 2.98 billion dollars.
Award Number
Award Number 9700 / W52P1J09C0013 Federal Contract Action Summary (Last 10 Years)
FPDS award page for award number W52P1J09C0013 under agency ID 9700, covering the last 10 years of actions and obligations.
Obligation totals reflect the reported exact amount of 2,975,087,048.45 and the readable rounded total of 2.98 billion.
Overview
In the analysis window, award number W52P1J09C0013 recorded 172 award actions with an average action value of 17,297,017.72. Total obligated dollars for the period were 2,975,087,048.45, which rounds to 2.98 billion. The page supports review of the award's obligation volume and action frequency over time.
How to use this page
Use this page to review award-level procurement activity tied to agency ID 9700 and compare action counts, obligated amounts, and average action values. It is intended for trend review and award identification, not for assumptions beyond the reported FPDS data.
Top Agencies
SELECT
content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
content__award__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'W52P1J09C0013'
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,
agency_name
ORDER BY total_obligated DESC
LIMIT 10
| Agency ID | Agency Name | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| 2100 | DEPT OF THE ARMY | 2,975,087,048.45 | 2.98 billion | 172 |
Insight
Obligations are highly concentrated in DEPT OF THE ARMY, which accounts for the full reported total of $2.98 billion across 172 awards in the 10-year window. This indicates the award activity is not distributed across multiple agencies in the provided results. For this PIID, the observed pattern suggests a single-agency concentration rather than a broad agency mix.
Top Vendors
SELECT
vendor_name,
cage_code,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__vendor__vendorHeader__vendorName AS vendor_name,
ifNull(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode, '') AS cage_code,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'W52P1J09C0013'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
vendor_name,
cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
| Vendor | CAGE Code | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| BECHTEL PARSONS BLUE GRASS, A JOINT VENTURE | 3FT89 | 2,975,087,048.45 | 2.98 billion | 172 |
Insight
Obligations for this award are fully concentrated with a single vendor, BECHTEL PARSONS BLUE GRASS, A JOINT VENTURE (CAGE 3FT89). Over the 10-year window, this vendor received $2.98 billion across 172 awards, indicating sustained and highly concentrated obligation activity under PIID W52P1J09C0013.
Top NAICS
SELECT
content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
content__award__productOrServiceInformation__principalNAICSCode__description AS naics_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'W52P1J09C0013'
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,
naics_name
ORDER BY total_obligated DESC
LIMIT 10
| NAICS Code | Description | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| 562211 | HAZARDOUS WASTE TREATMENT AND DISPOSAL | 2,975,087,048.45 | 2.98 billion | 172 |
Insight
Award obligations for PIID W52P1J09C0013 are fully concentrated in NAICS 562211, Hazardous Waste Treatment and Disposal, which accounts for the entire reported 10-year total. The award reflects 172 obligations totaling $2.98 billion, indicating a highly concentrated procurement profile with no diversification across other NAICS categories in the provided data. This concentration suggests the award is tied to a single specialized service line rather than a mixed set of requirements.
Top PSC Codes
SELECT
content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
content__award__productOrServiceInformation__productOrServiceCode__description AS psc_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'W52P1J09C0013'
AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
AND content__award__productOrServiceInformation__productOrServiceCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
psc_code,
psc_name
ORDER BY total_obligated DESC
LIMIT 10
| PSC Code | Description | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| F108 | ENVIRONMENTAL SYSTEMS PROTECTION- ENVIRONMENTAL REMEDIATION | 2,975,087,048.45 | 2.98 billion | 172 |
Insight
Across the 10-year window, award PIID W52P1J09C0013 is entirely concentrated in PSC F108 (Environmental Systems Protection – Environmental Remediation). The award account totals $2.98 billion across 172 obligations, indicating sustained and repeated use of the same PSC rather than a diversified PSC mix. This pattern suggests the award is heavily focused on environmental remediation requirements.
Annual Trend
SELECT
toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable,
count() AS award_count
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'W52P1J09C0013'
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 ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2016 | 158,929,507.00 | 158.93 million | 15 |
| 2017 | 198,054,160.66 | 198.05 million | 15 |
| 2018 | 264,107,543.81 | 264.11 million | 15 |
| 2019 | 207,248,282.73 | 207.25 million | 17 |
| 2020 | 278,917,852.29 | 278.92 million | 20 |
| 2021 | 439,249,106.76 | 439.25 million | 20 |
| 2022 | 313,254,505.58 | 313.25 million | 18 |
| 2023 | 471,103,403.51 | 471.10 million | 22 |
| 2024 | 414,834,184.68 | 414.83 million | 18 |
| 2025 | 229,388,501.43 | 229.39 million | 12 |
Insight
Obligations for PIID W52P1J09C0013 are concentrated in the latter half of the 10-year window, with annual funding rising from 158.93 million in 2016 to a peak of 471.10 million in 2023 before declining to 229.39 million in 2025. Award counts are relatively stable at 15-22 awards per year through 2024, then fall to 12 in 2025, indicating a reduced volume alongside the lower obligated amount. The pattern suggests intermittent surges in annual funding rather than a steady growth trajectory.
Use FPDS Query for deeper award and vehicle analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper contract action analysis across agencies, vendors, NAICS, PSC, 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.