Vehicle Number

Vehicle Number 8000 / 80JSC021DA005 Federal Contract Action Summary (Last 10 Years)

Federal procurement profile for vehicle number 80JSC021DA005 at agency 8000, covering award activity over the last 10 years.

This page summarizes obligation and action history for vehicle number 80JSC021DA005 in agency 8000. The record shows 83 award actions with total obligations of $44.27 million and an average action value of $533,319.97.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the last 10 years and use the provided readable and exact obligation values without additional interpretation.

Agency ID
8000
PIID
80JSC021DA005
Type
Vehicle
Total Obligated
44.27 million
44,265,557.17
Actions
83
Average Action Value
533,319.97

Overview

Over the last 10 years, vehicle number 80JSC021DA005 at agency 8000 is associated with 83 award actions and total obligated funding of $44,265,557.17. The average action value is $533,319.97, indicating a recurring procurement record rather than a single isolated obligation. These figures describe the observed action history for the vehicle record only.

How to use this page

Use this page to review the scale and cadence of obligations tied to vehicle number 80JSC021DA005. The combination of total obligated amount, action count, and average action value can support basic FPDS review, trend comparison, and record identification for agency 8000.

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 = '80JSC021DA005'
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 44,265,557.17 44.27 million 83

Insight

For PIID 80JSC021DA005 over the 10-year window, obligations are fully concentrated in the National Aeronautics and Space Administration, which accounts for the entire $44.27 million reported. The award activity is likewise concentrated, with 83 awards attributed to the same agency, indicating a sustained and exclusive agency-specific funding pattern within this vehicle.

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 = '80JSC021DA005'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 = '80JSC021DA005'
    AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
541330 ENGINEERING SERVICES 44,265,557.17 44.27 million 83

Insight

Obligations for PIID 80JSC021DA005 are fully concentrated in NAICS 541330, Engineering Services, with $44.27 million obligated across 83 awards over the 10-year window. This indicates a narrowly focused procurement profile centered on engineering support rather than a distributed mix of industrial classifications. The award count suggests repeated use of the same service category rather than diversification across NAICS codes.

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 = '80JSC021DA005'
    AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
B599 SPECIAL STUDIES/ANALYSIS- OTHER 44,265,557.17 44.27 million 83

Insight

Over the 10-year window, obligations under PIID 80JSC021DA005 are fully concentrated in PSC B599, Special Studies/Analysis - Other. The vehicle records 83 awards totaling $44.27 million, indicating repeated use of a single service category rather than a diversified PSC mix. This concentration suggests the requirement has been consistently associated with analytical or study support services over time.

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 = '80JSC021DA005'
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2021 4,267,586.43 4.27 million 11
2022 6,725,623.70 6.73 million 23
2023 9,285,386.93 9.29 million 17
2024 10,514,142.70 10.51 million 15
2025 13,472,817.41 13.47 million 17

Insight

For PIID 80JSC021DA005, annual obligated amounts increased each year from 2021 through 2025, rising from $4.27 million across 11 awards to $13.47 million across 17 awards. Award activity was highest in 2022 at 23 awards, while obligations continued to grow in subsequent years despite lower or stable award counts, indicating increasing average dollar value per award. The pattern suggests a sustained upward concentration of funding in this vehicle over the 2021–2025 period.

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.