Award Number

Award Number 9700 / W52P1J09C0012 Federal Contract Action Summary (Last Year)

Federal award record for award number W52P1J09C0012 under agency ID 9700, showing last full year obligations and action activity.

This page summarizes the federal award identified by PIID W52P1J09C0012 for agency ID 9700 over the last full year. The award shows 11 actions and total obligated amounts of $167.71 million.

Generated at 03/20/2026

Analysis period: Last full year

Totals reflect the provided analysis window and may differ from broader lifecycle award values.

Agency ID
9700
PIID
W52P1J09C0012
Type
Award
Total Obligated
167.71 million
167,713,462.26
Actions
11
Average Action Value
15,246,678.39

Overview

The award record for W52P1J09C0012 shows 11 award actions during the last full year. Total obligated amount was $167,713,462.26, with an average action value of $15,246,678.39.

How to use this page

Use this page to review the award’s obligated amount and action count for the selected analysis window. It is intended for quick reference on award-level activity tied to agency ID 9700.

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 = 'W52P1J09C0012'
    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,
    agency_name
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Actions
2100 DEPT OF THE ARMY 167,713,462.26 167.71 million 11

Insight

Within the 1-year window for PIID W52P1J09C0012, obligations are fully concentrated in a single top agency: the Department of the Army. The Army accounts for $167.71 million across 11 awards, indicating all recorded obligated activity in this view is concentrated within one agency rather than distributed across multiple agencies.

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 = 'W52P1J09C0012'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 NATIONAL, INC. 324H5 167,713,462.26 167.71 million 11

Insight

BECHTEL NATIONAL, INC. is the sole top vendor listed for this award over the 1-year window, accounting for $167.71 million across 11 awards. This indicates a highly concentrated obligation pattern under PIID W52P1J09C0012, with all reported top-vendor activity attributable to a single contractor. The award distribution suggests continued reliance on this vendor within the period reviewed.

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 = 'W52P1J09C0012'
    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,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
562211 HAZARDOUS WASTE TREATMENT AND DISPOSAL 167,713,462.26 167.71 million 11

Insight

Obligations for award W52P1J09C0012 under agency 9700 in the 1-year window are fully concentrated in NAICS 562211, Hazardous Waste Treatment and Disposal. This NAICS accounts for $167.71 million across 11 awards, indicating a narrow service mix and a clear concentration of spending in a single industrial category. No other NAICS codes are present in the provided data, so there is no observable diversification across industry sectors in this period.

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 = 'W52P1J09C0012'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 167,713,462.26 167.71 million 11

Insight

Award PIID W52P1J09C0012 is concentrated entirely in PSC F108, Environmental Systems Protection - Environmental Remediation, with $167.71 million obligated across 11 awards in the past year. This indicates a highly focused obligation pattern within a single PSC category rather than a diversified services mix. The volume of awards alongside the significant obligated amount suggests repeated activity in the same functional area over the 1-year window.

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 = 'W52P1J09C0012'
    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 ASC
Year Total Obligated Readable Actions
2025 167,713,462.26 167.71 million 11

Insight

Within the 1-year window, award PIID W52P1J09C0012 for agency 9700 shows obligations concentrated entirely in FY 2025, with $167.71 million obligated across 11 awards. This indicates all recorded activity in the period is clustered in a single year rather than distributed across multiple years. The average obligation per award is approximately $15.25 million, suggesting relatively high-value award activity in that year.

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