Vehicle Number

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

Vehicle number record for PIID NNM11AA04C under Agency ID 8000, showing 251 award actions over the last 10 years.

This page summarizes procurement activity tied to vehicle number for PIID NNM11AA04C across the last 10 years. The record shows 251 award actions and total obligated value of 998.28 million.

Generated at 03/20/2026

Analysis period: Last 10 years

Total obligated amount is shown as 998,281,994.6 exact and 998.28 million readable.

Agency ID
8000
PIID
NNM11AA04C
Type
Vehicle
Total Obligated
998.28 million
998,281,994.60
Actions
251
Average Action Value
3,977,219.10

Overview

The vehicle number entry for PIID NNM11AA04C shows 251 award actions in the last 10 years. Total obligated value is 998,281,994.6, with an average action value of 3,977,219.1. The record is associated with Agency ID 8000.

How to use this page

Use this page to review the scale and frequency of obligated activity tied to this vehicle number. The figures provide a compact view of total funding, action count, and average action value over the selected analysis 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 = 'NNM11AA04C'
    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 998,281,994.60 998.28 million 251

Insight

Over the 10-year window for vehicle NNM11AA04C, obligations are fully concentrated within a single agency: the National Aeronautics and Space Administration. NASA accounts for $998.28 million across 251 awards, indicating exclusive agency-level distribution for this vehicle in the provided data. This concentration suggests the vehicle has been used primarily, and consistently, for NASA obligations over the period.

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 = 'NNM11AA04C'
        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 = 'NNM11AA04C'
    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
541512 COMPUTER SYSTEMS DESIGN SERVICES 998,281,994.60 998.28 million 251

Insight

Obligations in the 10-year window are entirely concentrated in NAICS 541512, Computer Systems Design Services, with $998.28 million across 251 awards. This indicates a highly concentrated procurement pattern for vehicle PIID NNM11AA04C, with all reported obligations mapped to a single NAICS code and no diversification across other industries in the provided data. The award count suggests repeated use of this service category over time rather than reliance on a small number of large awards.

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 = 'NNM11AA04C'
    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
D301 IT AND TELECOM- FACILITY OPERATION AND MAINTENANCE 998,281,994.60 998.28 million 251

Insight

Over the 10-year window, obligations for PIID NNM11AA04C are fully concentrated in PSC D301, IT and Telecom–Facility Operation and Maintenance. The vehicle reflects 251 awards totaling $998.28 million, indicating sustained use of a single PSC rather than a diversified mix of product or service categories. This concentration suggests the vehicle has been used primarily for one recurring mission support area.

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 = 'NNM11AA04C'
    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
2016 173,395,037.80 173.40 million 37
2017 141,393,527.35 141.39 million 32
2018 167,516,973.03 167.52 million 28
2019 156,403,181.01 156.40 million 34
2020 182,181,936.34 182.18 million 39
2021 148,996,550.16 149.00 million 42
2022 32,403,438.68 32.40 million 26
2023 -3,656,150.93 -3.66 million 12
2024 -352,498.84 -352.50 thousand 1

Insight

Obligations for PIID NNM11AA04C were concentrated in the 2016–2021 period, ranging from $141.39 million to $182.18 million annually across 28 to 42 awards. Funding declined sharply in 2022 to $32.40 million, with a further drop to negative obligations in 2023 and 2024, indicating limited recent obligation activity and possible deobligations or adjustments. Award volume also fell from 42 in 2021 to 1 in 2024, reinforcing the contraction in recent years.

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.