Award Number

Award Number 8900 / DEFE0011020 Federal Contract Action Summary (Last Year)

Award number DEFE0011020 for agency 8900 shows 17 award actions in the last full year with $136.50 million obligated.

This award record for PIID DEFE0011020 under agency ID 8900 covers the last full year of activity. It includes 17 award actions and $136,500,039 in total obligated funds.

Generated at 03/20/2026

Analysis period: Last full year

Amounts reflect the provided analysis window and may not match other reporting periods or rounded summaries exactly.

Agency ID
8900
PIID
DEFE0011020
Type
Award
Total Obligated
136.50 million
136,500,039.00
Actions
17
Average Action Value
8,029,414.06

Overview

In the last full year, award number DEFE0011020 recorded 17 actions and total obligated funding of $136,500,039. The average action value was $8,029,414.06, indicating a relatively high-value award profile over the analysis window. These figures describe activity tied to this single award record for agency ID 8900.

How to use this page

Use this page to review award-level activity for DEFE0011020 within the last full year and compare obligated funding across its 17 actions. The totals and averages can support quick screening, trend review, and cross-checking against other FPDS award records for agency ID 8900.

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 = '8900' AND content__award__awardID__awardContractID__PIID = 'DEFE0011020'
    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
8900 ENERGY, DEPARTMENT OF 136,500,039.00 136.50 million 17

Insight

Over the 1-year window, obligations for PIID DEFE0011020 are fully concentrated within the Department of Energy, which accounts for the entire reported $136.50 million across 17 awards. This indicates a single-agency award pattern with no visible cross-agency distribution in the provided data. The activity level suggests repeated obligation within the same department rather than broader federal spread.

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 = '8900' AND content__award__awardID__awardContractID__PIID = 'DEFE0011020'
        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
FLUOR FEDERAL PETROLEUM OPERATIONS, LLC 6RT19 136,500,039.00 136.50 million 17

Insight

Within the 1-year window, obligations for PIID DEFE0011020 are concentrated with a single vendor, FLUOR FEDERAL PETROLEUM OPERATIONS, LLC (CAGE 6RT19), which accounts for $136.5 million across 17 awards. This indicates a highly concentrated award distribution, with all reported obligations in the provided data attributable to one vendor. The volume of awards alongside the dollar concentration suggests repeated funding to the same contractor over the period.

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 = '8900' AND content__award__awardID__awardContractID__PIID = 'DEFE0011020'
    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
561210 FACILITIES SUPPORT SERVICES 136,500,039.00 136.50 million 17

Insight

Obligations for this award are concentrated in NAICS 561210, Facilities Support Services, with $136.50 million obligated across 17 awards in the past year. This indicates a clear emphasis on facilities support activities under PIID DEFE0011020 rather than a broad distribution across multiple NAICS codes.

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 = '8900' AND content__award__awardID__awardContractID__PIID = 'DEFE0011020'
    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
R799 SUPPORT- MANAGEMENT: OTHER 136,500,039.00 136.50 million 17

Insight

Obligations for DEFE0011020 in the last year are fully concentrated in PSC R799, Support- Management: Other. The award reflects 17 actions totaling $136.50 million, indicating a single PSC category accounts for all recorded obligated value in this window. This pattern suggests a highly concentrated procurement profile with no distribution across additional PSCs in the provided data.

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 = '8900' AND content__award__awardID__awardContractID__PIID = 'DEFE0011020'
    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 136,500,039.00 136.50 million 17

Insight

In the 1-year window, obligations for award DEFE0011020 in agency 8900 are concentrated entirely in FY 2025, with $136.50 million obligated across 17 awards. This indicates the activity is fully concentrated in a single fiscal year, with no evidence of distribution across multiple years in the provided data. Average obligated value is approximately $8.0 million per award, suggesting relatively sizeable individual obligations.

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.