Vehicle Number

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

Federal procurement summary for vehicle number under PIID NNL12AA09C at agency 8000 over the last 10 years.

This page summarizes award activity for vehicle number associated with PIID NNL12AA09C at agency 8000 across the last 10 years. The record shows 70 award actions with total obligations of $91.04 million and an average action value of $1.30 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Total obligated reflects the exact amount of 91038555.32 and the readable figure of 91.04 million.

Agency ID
8000
PIID
NNL12AA09C
Type
Vehicle
Total Obligated
91.04 million
91,038,555.32
Actions
70
Average Action Value
1,300,550.79

Overview

The vehicle number record for PIID NNL12AA09C at agency 8000 shows sustained award activity over the last 10 years. Total obligations are $91,038,555.32 across 70 award actions, with an average action value of $1,300,550.79. The page reflects the available FPDS query inputs without adding unreported contract details.

How to use this page

Use this page to review the scale and frequency of award activity tied to this vehicle number. The totals support basic trend analysis, comparison across award actions, and identification of the overall obligation level within the selected time 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 = 'NNL12AA09C'
    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 91,038,555.32 91.04 million 70

Insight

Over the 10-year window, obligations for PIID NNL12AA09C are fully concentrated within a single agency: the National Aeronautics and Space Administration. NASA accounts for $91.04 million across 70 awards, indicating all observed activity in this vehicle is tied to one agency rather than being distributed across multiple agencies.

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 = 'NNL12AA09C'
        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 = 'NNL12AA09C'
    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
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 91,038,555.32 91.04 million 70

Insight

Over the 10-year window, obligations under PIID NNL12AA09C are fully concentrated in NAICS 541712, Research and Development in the Physical, Engineering, and Life Sciences (except Biotechnology). This category accounts for $91.04 million across 70 awards, indicating a sustained and narrowly focused procurement profile rather than a diversified mix of industrial activity.

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 = 'NNL12AA09C'
    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
AR11 R&D- SPACE: AERONAUTICS/SPACE TECHNOLOGY (BASIC RESEARCH) 92,721,905.26 92.72 million 65
AR11 SPACE R&D SERVICES; SPACE FLIGHT, RESEARCH AND SUPPORTING ACTIVITIES; BASIC RESEARCH -1,683,349.94 -1.68 million 5

Insight

Obligations under PIID NNL12AA09C are highly concentrated in PSC AR11, with 65 awards totaling $92.72 million across the 10-year window. A smaller AR11 line item is recorded at -$1.68 million across 5 awards, indicating limited negative obligational activity relative to the dominant positive funding. Overall, the vehicle’s PSC profile is narrowly focused on AR11-related space R&D basic research.

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 = 'NNL12AA09C'
    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 59,776,096.80 59.78 million 30
2017 37,048,733.62 37.05 million 29
2018 -2,433,607.31 -2.43 million 3
2019 -1,165,980.44 -1.17 million 2
2020 -503,337.41 -503.34 thousand 1
2021 -634,802.04 -634.80 thousand 2
2022 -955,417.85 -955.42 thousand 2
2023 -93,130.05 -93.13 thousand 1

Insight

Obligations for PIID NNL12AA09C were heavily concentrated in 2016 and 2017, totaling $59.78 million and $37.05 million across 30 and 29 awards, respectively. After 2017, annual obligations turned negative and remained modest in magnitude, ranging from -$2.43 million in 2018 to -$93.13 thousand in 2023, with award counts also dropping to 1–3 per year. This pattern indicates that the vehicle’s obligation activity was largely front-loaded, with later years reflecting limited and mostly deobligating adjustments rather than new funding.

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.