Vehicle Number

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

Federal procurement analysis for vehicle number under Agency ID 8000, PIID NNG14WA44C, showing last full year obligations and award activity.

This page summarizes procurement activity for the vehicle record identified as vehicle number for Agency ID 8000 and PIID NNG14WA44C. In the last full year, the record shows 4 award actions with total obligated amounts of -59.61 thousand.

Generated at 03/21/2026

Analysis period: Last full year

Figures are based on the provided analysis window and reflect a total obligated exact value of -59610.54 and an average action value of -14902.64.

Agency ID
8000
PIID
NNG14WA44C
Type
Vehicle
Total Obligated
-59.61 thousand
-59,610.54
Actions
4
Average Action Value
-14,902.64

Overview

The last full year record for vehicle number under Agency ID 8000 and PIID NNG14WA44C includes 4 award actions. Total obligated amount was -59610.54, which is shown as -59.61 thousand in the readable figure.

How to use this page

Use this page to review the basic award volume and obligated value associated with this vehicle record. The average action value for the period was -14902.64, which may help compare action size across the four recorded awards.

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 = 'NNG14WA44C'
    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 -59,610.54 -59.61 thousand 4

Insight

For PIID NNG14WA44C over the 1-year window, obligations are concentrated entirely within National Aeronautics and Space Administration (agency ID 8000), which accounts for all 4 awards in the provided data. Total obligated is -$59.61 thousand, indicating net deobligation activity rather than new funding growth. This pattern suggests a small, fully concentrated award footprint with negative obligation movement in 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 = 'NNG14WA44C'
        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 = 'NNG14WA44C'
    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
561210 FACILITIES SUPPORT SERVICES -59,610.54 -59.61 thousand 4

Insight

Over the 1-year window for vehicle PIID NNG14WA44C under agency 8000, obligations are fully concentrated in NAICS 561210, Facilities Support Services. This category accounts for 4 awards totaling -$59.61 thousand, indicating a small but fully focused obligation pattern within the available data. No other NAICS codes are present in this section, so there is no visible distribution across additional industries.

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 = 'NNG14WA44C'
    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
S216 HOUSEKEEPING- FACILITIES OPERATIONS SUPPORT -59,610.54 -59.61 thousand 4

Insight

Over the past year, obligations under vehicle NNG14WA44C were concentrated entirely in PSC S216, Housekeeping-Facilities Operations Support. This PSC accounts for four awards and a net obligation of -$59.61 thousand, indicating a small, negative funding movement in this category over the period. No other PSCs are represented in the provided rows, so the observed activity is fully concentrated in a single support code.

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 = 'NNG14WA44C'
    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 -59,610.54 -59.61 thousand 4

Insight

For PIID NNG14WA44C under Agency 8000, the 1-year annual trend is concentrated entirely in FY2025. FY2025 records 4 awards with total obligated funding of -59.61 thousand, indicating net deobligation activity rather than positive funding growth. With only one year represented, no year-over-year trend can be assessed within the provided window.

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.