Vehicle Number

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

Procurement analysis page for vehicle number associated with PIID NNJ15HA80B at Agency ID 8000 over the last 10 years.

This page summarizes award activity for vehicle number NNJ15HA80B for Agency ID 8000 during the last 10 years. The record shows 64 award actions and total obligated funding of 33.49 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Amounts are based on the provided obligated totals, with exact value 33488444.24 and average action value 523256.94.

Agency ID
8000
PIID
NNJ15HA80B
Type
Vehicle
Total Obligated
33.49 million
33,488,444.24
Actions
64
Average Action Value
523,256.94

Overview

The procurement record for vehicle number NNJ15HA80B under Agency ID 8000 totals $33,488,444.24 across 64 award actions. The average action value is $523,256.94, indicating repeated award activity over the analysis window.

How to use this page

Use this page to review the volume and value of award actions tied to vehicle number NNJ15HA80B. The last 10 years of activity provide a concise view of obligation levels and action frequency for this identifier.

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 = 'NNJ15HA80B'
    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 33,488,444.24 33.49 million 64

Insight

For PIID NNJ15HA80B over the 10-year window, all reported obligations in this section are concentrated at NASA (agency 8000). NASA accounts for $33.49 million across 64 awards, indicating the vehicle has been used exclusively within a single agency context in the provided data. This concentration suggests no interagency distribution in the queried 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 = 'NNJ15HA80B'
        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 = 'NNJ15HA80B'
    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) 33,488,444.24 33.49 million 64

Insight

Over the 10-year window, obligations for vehicle PIID NNJ15HA80B are fully concentrated in NAICS 541712, Research and Development in the Physical, Engineering, and Life Sciences (except Biotechnology). This category accounts for $33.49 million across 64 awards, indicating a sustained procurement pattern rather than a broad distribution across multiple NAICS codes. The absence of additional NAICS categories in the provided data suggests limited diversification in the contract’s classified activity profile.

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 = 'NNJ15HA80B'
    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
AR14 R&D- SPACE: AERONAUTICS/SPACE TECHNOLOGY (ENGINEERING DEVELOPMENT) 33,825,035.90 33.83 million 60
AR14 SPACE R&D SERVICES; SPACE FLIGHT, RESEARCH AND SUPPORTING ACTIVITIES; R&D ADMINISTRATIVE EXPENSES -336,591.66 -336.59 thousand 4

Insight

Obligations under PIID NNJ15HA80B are highly concentrated in PSC AR14 for R&D space aeronautics/space technology engineering development, totaling $33.83 million across 60 awards over the 10-year window. A smaller offsetting amount of -$336.59 thousand appears under the same PSC code for space R&D services and supporting activities, across 4 awards. Overall, the vehicle’s obligation profile is dominated by one PSC category, with only a minor negative adjustment in a related space R&D classification.

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 = 'NNJ15HA80B'
    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 5,074,575.87 5.07 million 11
2017 7,056,048.23 7.06 million 14
2018 7,213,540.16 7.21 million 12
2019 8,291,739.00 8.29 million 13
2020 6,391,768.34 6.39 million 11
2021 -539,227.36 -539.23 thousand 3

Insight

Obligations for PIID NNJ15HA80B were concentrated in FY2016-FY2020, ranging from $5.07 million to $8.29 million annually, with award counts generally between 11 and 14. Funding peaked in FY2019 at $8.29 million, then declined in FY2020 to $6.39 million and fell to a net negative obligation of $539.23 thousand in FY2021. The pattern suggests relatively steady activity over most of the period, followed by a sharp year-end adjustment or deobligation in FY2021.

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.