Award Number

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

Procurement summary for award number DEFE0011020 under agency ID 8900, covering the last 10 years of obligation and action activity.

This page summarizes award number DEFE0011020 for agency ID 8900 over the last 10 years. The record shows 146 actions and total obligations of 1,803,958,119.79, with an average action value of 12,355,877.53.

Generated at 03/20/2026

Analysis period: Last 10 years

All values reflect the stated analysis window and use the exact obligated total of 1,803,958,119.79.

Agency ID
8900
PIID
DEFE0011020
Type
Award
Total Obligated
1.80 billion
1,803,958,119.79
Actions
146
Average Action Value
12,355,877.53

Overview

Award number DEFE0011020 is associated with agency ID 8900 and shows procurement activity across the last 10 years. The award has 146 recorded actions and total obligations of 1,803,958,119.79, with an average action value of 12,355,877.53. These figures provide a concise view of the award’s obligation level and action frequency within the selected period.

How to use this page

Use this page to review the award-level obligation history tied to DEFE0011020 and compare its action count with other awards in the same agency context. The summary supports basic analysis of scale and activity over the last 10 years without adding assumptions beyond the supplied 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 = '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 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
8900 ENERGY, DEPARTMENT OF 1,803,958,119.79 1.80 billion 146

Insight

Within the 10-year window for PIID DEFE0011020, all reported obligations are concentrated in a single agency, the Department of Energy (Agency 8900). The award totals $1.80 billion across 146 awards, indicating sustained obligation activity under one agency rather than a distributed obligation base. This concentration suggests the award history for this PIID is entirely agency-specific within the provided data.

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 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
FLUOR FEDERAL PETROLEUM OPERATIONS, LLC 6RT19 1,579,394,119.79 1.58 billion 132
FLUOR FEDERAL PETROLEUM OPERATIONS, LLC 224,564,000.00 224.56 million 14

Insight

Obligations for PIID DEFE0011020 are highly concentrated in FLUOR FEDERAL PETROLEUM OPERATIONS, LLC. The named vendor appears in two entries over the 10-year window, totaling about $1.80 billion across 146 awards, with $1.58 billion under CAGE 6RT19 and an additional $224.56 million under an uncoded entry. This indicates the award’s obligations are dominated by a single vendor relationship, with limited distribution beyond that entity.

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 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
561210 FACILITIES SUPPORT SERVICES 1,803,958,119.79 1.80 billion 146

Insight

Over the 10-year window, obligations under PIID DEFE0011020 are fully concentrated in NAICS 561210, Facilities Support Services. This NAICS accounts for $1.80 billion across 146 awards, indicating a highly concentrated procurement pattern with no diversification across other industry codes in the provided data. The volume of awards suggests recurring use of this services category rather than isolated or one-time activity.

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 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
R799 SUPPORT- MANAGEMENT: OTHER 1,803,958,119.79 1.80 billion 146

Insight

Obligations for PIID DEFE0011020 over the 10-year window are entirely concentrated in PSC R799, Support- Management: Other. This PSC accounts for $1.80 billion across 146 awards, indicating a sustained and highly concentrated use of a single support-services classification. The absence of other PSCs in the provided rows suggests limited PSC diversification within this award record.

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 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2016 163,546,000.00 163.55 million 13
2017 353,451,218.90 353.45 million 13
2018 163,984,796.52 163.98 million 18
2019 174,089,844.61 174.09 million 13
2020 158,315,306.16 158.32 million 13
2021 193,051,154.32 193.05 million 15
2022 191,121,070.18 191.12 million 16
2023 114,760,707.20 114.76 million 13
2024 155,137,982.90 155.14 million 15
2025 136,500,039.00 136.50 million 17

Insight

Obligations for award DEFE0011020 are relatively stable across the 10-year window, generally ranging from about $114.76 million to $193.05 million annually, with one notable spike in 2017 at $353.45 million. Award counts are also fairly consistent, mostly between 13 and 17 per year, indicating recurring activity rather than a high-volume, widely dispersed pattern. The largest decline occurs in 2023, when obligations fall to $114.76 million before rebounding in 2024 and moderating again in 2025.

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.