Award Number

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

Award number DEAC0609RL14728 for agency 8900 shows one recorded action in the last full year, with total obligations of -$1.47 million.

This award page summarizes activity for PIID DEAC0609RL14728 under agency 8900 during the last full year. The record shows one action with total obligated amount of -$1,465,565.29.

Generated at 03/20/2026

Analysis period: Last full year

Amounts reflect the provided analysis window and are shown as reported, including the negative obligated total.

Agency ID
8900
PIID
DEAC0609RL14728
Type
Award
Total Obligated
-1.47 million
-1,465,565.29
Actions
1
Average Action Value
-1,465,565.29

Overview

In the last full year, award DEAC0609RL14728 is associated with a single recorded action. The total obligated amount is -$1,465,565.29, which yields an average action value of the same amount because there is only one action.

How to use this page

Use this page to review the basic award-level obligation summary for PIID DEAC0609RL14728. The figures provide a compact view of activity for agency 8900 over the selected period and can be used as a starting point for deeper transaction review.

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 = 'DEAC0609RL14728'
    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 -1,465,565.29 -1.47 million 1

Insight

Over the 1-year window, all obligations for PIID DEAC0609RL14728 are concentrated in a single top agency: the Department of Energy (agency ID 8900). The award records one obligation totaling -$1.47 million across 1 award, indicating no distribution across multiple agencies in the provided data. The negative obligated amount should be interpreted as a deobligation or adjustment rather than new funding.

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 = 'DEAC0609RL14728'
        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
MISSION SUPPORT ALLIANCE, LLC 4RUU5 -1,465,565.29 -1.47 million 1

Insight

Over the 1-year window, obligations for PIID DEAC0609RL14728 were concentrated in a single vendor, MISSION SUPPORT ALLIANCE, LLC (CAGE 4RUU5), which accounted for the only reported award in this section. The total obligated amount was -$1.47 million, indicating a net negative obligation associated with that vendor during the period. With only one vendor and one award represented, there is no evidence of distribution across multiple vendors or diversification in obligations.

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 = 'DEAC0609RL14728'
    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 -1,465,565.29 -1.47 million 1

Insight

Obligations for this award are fully concentrated in NAICS 561210, Facilities Support Services, with one action totaling -$1.47 million over the 1-year window. This indicates a single-category obligation pattern rather than a diversified NAICS mix. The negative obligated amount suggests a deobligation or downward adjustment within this NAICS, which is the only reported category for this award in the 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 = '8900' AND content__award__awardID__awardContractID__PIID = 'DEAC0609RL14728'
    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
M300 OPER OF GOVT RESTORATION -1,465,565.29 -1.47 million 1

Insight

Obligations for this award are fully concentrated in PSC M300, Oper of Govt Restoration, with one reported action in the 1-year window. The entire total is a deobligation of $1.47 million, indicating a single downward adjustment rather than dispersed spending across multiple service categories. This pattern suggests limited PSC diversity and a significant net reduction in obligated value for the award period.

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 = 'DEAC0609RL14728'
    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 -1,465,565.29 -1.47 million 1

Insight

For the 1-year window, obligations for PIID DEAC0609RL14728 are concentrated entirely in FY 2025, with a single award action recorded. The reported total obligated amount is -$1.47 million, indicating a net deobligation in that year rather than positive funding growth. With only one award event captured, there is no multi-year distribution or trend to assess beyond this single-year activity.

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.