Vehicle Number

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

Federal procurement analysis for vehicle number 80JSC018D0006 at agency 8000 over the last 5 years.

This page summarizes award activity tied to vehicle number 80JSC018D0006 for agency 8000 during the last 5 years. The record shows 43 award actions with total obligations of 19.24 million dollars and an average action value of 447,326.05.

Generated at 03/21/2026

Analysis period: Last 5 years

Dollar figures are based on the provided total obligated exact value of 19,235,020.05 and the readable total of 19.24 million.

Agency ID
8000
PIID
80JSC018D0006
Type
Vehicle
Total Obligated
19.24 million
19,235,020.05
Actions
43
Average Action Value
447,326.05

Overview

Over the last 5 years, vehicle number 80JSC018D0006 is associated with 43 award actions at agency 8000. Total obligated amounts to 19,235,020.05, or 19.24 million when rounded to the readable value provided. The average action value is 447,326.05.

How to use this page

Use this page to review the scale and frequency of procurement activity associated with vehicle number 80JSC018D0006. The figures support basic analysis of obligation volume and action cadence within the stated 5-year window.

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 = '80JSC018D0006'
    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 19,235,020.05 19.24 million 43

Insight

Over the 5-year window, obligations for vehicle PIID 80JSC018D0006 are concentrated entirely within National Aeronautics and Space Administration (agency ID 8000), which accounts for $19.24 million across 43 awards. This indicates a fully single-agency distribution for the period, with no evidence of obligation diversification across other agencies in 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__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 = '80JSC018D0006'
        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 = '80JSC018D0006'
    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
562910 REMEDIATION SERVICES 19,235,020.05 19.24 million 43

Insight

Within the 5-year window for PIID 80JSC018D0006, obligations are fully concentrated in NAICS 562910, Remediation Services, with $19.24 million across 43 awards. This indicates a narrow category focus rather than a diversified NAICS distribution for the vehicle. The volume of awards suggests repeated use of the same service line over time, but no other NAICS codes are present to indicate spread or shifting category mix.

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 = '80JSC018D0006'
    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
F999 OTHER ENVIRONMENTAL SERVICES 19,235,020.05 19.24 million 43

Insight

Obligations for this vehicle over the 5-year window are fully concentrated in PSC F999, Other Environmental Services, with $19.24 million across 43 awards. This indicates a narrow service scope and repeated use of the same PSC rather than a diversified mix of commodities or services. The award count suggests the vehicle was used frequently, but all reported obligations fall within a single PSC category.

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 = '80JSC018D0006'
    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 7,836,307.09 7.84 million 15
2022 8,118,291.54 8.12 million 14
2023 3,356,248.21 3.36 million 12
2024 -75,826.79 -75.83 thousand 2

Insight

Obligations under PIID 80JSC018D0006 were concentrated in 2021 and 2022, at $7.84 million and $8.12 million across 15 and 14 awards, respectively. Funding then declined sharply to $3.36 million in 2023 across 12 awards, indicating a materially lower obligation level despite continued award activity. In 2024, obligations were negative (-$75.83 thousand) and limited to 2 awards, suggesting a year-end downward adjustment or deobligation rather than new funding growth.

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.