Vehicle Number

Vehicle Number 8000 / 80NSSC19D0001 Federal Contract Action Summary (Last Year)

Federal procurement analysis for vehicle number 80NSSC19D0001 under agency ID 8000, based on award activity in the last full year.

This page summarizes obligation and award activity tied to vehicle number 80NSSC19D0001 for agency ID 8000 during the last full year. The record shows 42 award actions with total obligations of 72.65 million.

Generated at 03/20/2026

Analysis period: Last full year

Dollar values are shown as reported, with total obligated exact at 72645016.91 and average action value at 1729643.26.

Agency ID
8000
PIID
80NSSC19D0001
Type
Vehicle
Total Obligated
72.65 million
72,645,016.91
Actions
42
Average Action Value
1,729,643.26

Overview

For the last full year, vehicle number 80NSSC19D0001 is associated with 42 award actions and total obligations of 72.65 million. The exact obligated total is 72645016.91, and the average action value is 1729643.26. This page is focused on the procurement record for agency ID 8000 and does not add details beyond the supplied measures.

How to use this page

Use this page to review the scale and frequency of award activity associated with vehicle number 80NSSC19D0001. The figures support basic trend review, comparison with other FPDS query results, and citation of the reported obligation totals for the last full year.

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 = '80NSSC19D0001'
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 72,645,016.91 72.65 million 42

Insight

NATIONAL AERONAUTICS AND SPACE ADMINISTRATION accounts for the full reported activity in this 1-year window, with 42 awards and $72.65 million obligated under PIID 80NSSC19D0001. Obligation and award counts are concentrated entirely within a single agency, indicating no cross-agency distribution 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 = '80NSSC19D0001'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 = '80NSSC19D0001'
    AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
541512 COMPUTER SYSTEMS DESIGN SERVICES 72,645,016.91 72.65 million 42

Insight

For PIID 80NSSC19D0001 over the past 1 year, obligations are fully concentrated in NAICS 541512, Computer Systems Design Services. This NAICS accounts for 72.65 million across 42 awards, indicating repeated procurement activity within a single service category. The distribution suggests a narrow obligation profile with no other NAICS codes represented in this period.

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 = '80NSSC19D0001'
    AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
D301 IT AND TELECOM- FACILITY OPERATION AND MAINTENANCE 72,645,016.91 72.65 million 42

Insight

Over the past 1 year, obligations under PIID 80NSSC19D0001 for Agency ID 8000 are fully concentrated in PSC D301, IT and Telecom – Facility Operation and Maintenance. This category accounts for $72.65 million across 42 awards, indicating repeated procurement activity rather than a broad PSC mix. The distribution is highly concentrated, with no other PSCs reflected in the provided rows.

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 = '80NSSC19D0001'
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2025 72,645,016.91 72.65 million 42

Insight

For FY 2025, this vehicle recorded $72.65 million in obligated value across 42 awards. The activity is concentrated in a single year within the 1-year window, indicating recent procurement action rather than a multi-year distribution. Average award value is approximately $1.73 million, suggesting moderate fragmentation across the 42 obligations.

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.