Vehicle Number

Vehicle Number 8000 / 80JSC021DA015 Federal Contract Action Summary (Last 5 Years)

Federal procurement analysis for vehicle number 80JSC021DA015 at Agency ID 8000 over the last 5 years, showing 191 award actions and $388.06 million obligated.

This page summarizes procurement activity for vehicle number 80JSC021DA015 under Agency ID 8000 during the last 5 years. The record shows 191 award actions with total obligations of $388,062,171.32 and an average action value of $2,031,739.12.

Generated at 03/21/2026

Analysis period: Last 5 years

Dollar figures are based on the provided obligated totals and average action value for the stated analysis window.

Agency ID
8000
PIID
80JSC021DA015
Type
Vehicle
Total Obligated
388.06 million
388,062,171.32
Actions
191
Average Action Value
2,031,739.12

Overview

Over the last 5 years, vehicle number 80JSC021DA015 recorded 191 award actions for Agency ID 8000. Total obligated funding was $388,062,171.32, which is equivalent to $388.06 million when rounded to two decimal places. The average action value was $2,031,739.12.

How to use this page

Use this page to review the scale and frequency of procurement activity associated with this vehicle record. The action count and obligated total provide a concise view of how much funding moved through the vehicle during the analysis window, while the average action value shows the typical size of individual award actions.

Top Agencies

SELECT
    content__IDV__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__IDV__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '8000' AND content__IDV__contractID__IDVID__PIID = '80JSC021DA015'
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__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
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 388,062,171.32 388.06 million 191

Insight

Over the 5-year window, obligations for PIID 80JSC021DA015 are concentrated entirely within NASA (agency ID 8000), which accounts for the full $388.06 million reported. The award activity is also entirely attributed to this single agency, with 191 awards, indicating a highly concentrated vehicle structure rather than a distributed agency footprint.

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__IDV__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        content__IDV__contractID__IDVID__agencyID = '8000' AND content__IDV__contractID__IDVID__PIID = '80JSC021DA015'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions

Insight

No vendor concentration was available for this analysis window.

Top NAICS

SELECT
    content__IDV__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__IDV__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '8000' AND content__IDV__contractID__IDVID__PIID = '80JSC021DA015'
    AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__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 388,062,171.32 388.06 million 191

Insight

Over the 5-year window, obligations under PIID 80JSC021DA015 are fully concentrated in NAICS 561210, Facilities Support Services, with $388.06 million obligated across 191 awards. This indicates a highly focused spend profile with no visible diversification across other NAICS codes in the provided data. The volume of awards suggests repeated procurement activity within the same service category rather than a broad mix of requirements.

Top PSC Codes

SELECT
    content__IDV__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__IDV__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '8000' AND content__IDV__contractID__IDVID__PIID = '80JSC021DA015'
    AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    psc_code,
    psc_name
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Actions
M1JZ OPERATION OF MISCELLANEOUS BUILDINGS 388,062,171.32 388.06 million 191

Insight

Within the 5-year window, PSC M1JZ, Operation of Miscellaneous Buildings, accounts for $388.06 million across 191 awards for vehicle 80JSC021DA015. This indicates substantial concentration in a single PSC and suggests the vehicle’s obligated activity has been heavily focused on building operations support. The average award value is relatively high when spread across 191 actions, indicating recurring but sizable obligations rather than a broad mix of PSCs.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate)) AS year,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '8000' AND content__IDV__contractID__IDVID__PIID = '80JSC021DA015'
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2021 5,094,500.00 5.09 million 9
2022 55,059,655.35 55.06 million 35
2023 69,461,131.79 69.46 million 56
2024 59,133,325.63 59.13 million 45
2025 199,313,558.55 199.31 million 46

Insight

Obligations for PIID 80JSC021DA015 increased sharply after 2021, rising from $5.09 million in 2021 to $55.06 million in 2022 and $69.46 million in 2023, before easing to $59.13 million in 2024. Activity is concentrated in 2025, which accounts for $199.31 million and 46 awards, materially exceeding each prior year in both obligated amount and award volume. Over the 5-year window, the award count also expanded from 9 in 2021 to 56 in 2023, indicating broader distribution before remaining elevated in 2024 and 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.