Vehicle Number

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

Federal procurement profile for vehicle number under Agency ID 8000 and PIID NNA13AA12B, covering the last 5 years.

This page summarizes award activity for vehicle number tied to Agency ID 8000 and PIID NNA13AA12B over the last 5 years. The record shows 2 award actions and net obligations of -615.13 thousand.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals are based on the provided readable obligation amount of -615.13 thousand and exact obligation amount of -615127.67.

Agency ID
8000
PIID
NNA13AA12B
Type
Vehicle
Total Obligated
-615.13 thousand
-615,127.67
Actions
2
Average Action Value
-307,563.84

Overview

Over the last 5 years, vehicle number associated with Agency ID 8000 and PIID NNA13AA12B recorded 2 award actions. Total obligated value is -615127.67, shown as -615.13 thousand in readable format, with an average action value of -307563.84.

How to use this page

Use this page to review the award count and obligation totals for this vehicle record within the specified analysis window. The figures provide a concise view of activity tied to PIID NNA13AA12B without adding detail beyond the supplied data.

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 = 'NNA13AA12B'
    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 -615,127.67 -615.13 thousand 2

Insight

Over the 5-year window, obligations under vehicle PIID NNA13AA12B are fully concentrated within a single agency: National Aeronautics and Space Administration (Agency ID 8000). NASA accounts for 2 awards and a net total obligated amount of -$615.13 thousand, indicating all recorded activity in this section is tied to one agency with a negative obligation balance. This pattern reflects highly concentrated agency usage rather than broad distribution 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 = 'NNA13AA12B'
        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 = 'NNA13AA12B'
    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
561210 FACILITIES SUPPORT SERVICES -615,127.67 -615.13 thousand 2

Insight

Over the 5-year window, obligations under PIID NNA13AA12B are fully concentrated in NAICS 561210, Facilities Support Services. The vehicle reflects only two awards in this category, with total obligations of -$615.13 thousand, indicating a net downward adjustment or deobligation rather than positive funded activity. No other NAICS codes are represented in the provided rows, so the vehicle’s observed obligation profile is narrowly concentrated and limited in volume.

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 = 'NNA13AA12B'
    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
M1AZ OPERATION OF OTHER ADMINISTRATIVE FACILITIES AND SERVICE BUILDINGS -615,127.67 -615.13 thousand 2

Insight

Over the 5-year window, vehicle PIID NNA13AA12B at Agency 8000 shows all reported obligations concentrated in a single PSC, M1AZ, for operation of other administrative facilities and service buildings. The two awards tied to this PSC total -$615.13 thousand, indicating a complete but narrowly distributed obligation pattern within the available data. The negative obligated amount is the only observed value in this section and should be interpreted in the context of award adjustments or deobligations reflected in FPDS.

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 = 'NNA13AA12B'
    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 -615,127.67 -615.13 thousand 2

Insight

For PIID NNA13AA12B under Agency ID 8000, the 5-year annual trend reflects activity only in FY 2021. Obligations were negative at $615.13 thousand across 2 awards, indicating a concentrated, one-year adjustment rather than a distributed multi-year spending pattern. No other years are reported in the provided window, so no broader trend can be inferred from this data.

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.