Vehicle Number

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

Federal procurement overview for vehicle number 80ARC020D0006 under Agency ID 8000, showing last full year obligations and award activity.

This page summarizes procurement activity for vehicle number 80ARC020D0006 for Agency ID 8000 during the last full year. The record shows 16 award actions with total obligated value of 12.22 million.

Generated at 03/21/2026

Analysis period: Last full year

Amounts are based on the provided total obligated exact value of 12,220,560.23 and the stated analysis window.

Agency ID
8000
PIID
80ARC020D0006
Type
Vehicle
Total Obligated
12.22 million
12,220,560.23
Actions
16
Average Action Value
763,785.01

Overview

During the last full year, vehicle number 80ARC020D0006 recorded 16 award actions and 12,220,560.23 in total obligated value. The average action value was 763,785.01, indicating recurring obligation activity across the analysis window.

How to use this page

Use this page to review award volume and obligated value associated with vehicle number 80ARC020D0006 for Agency ID 8000. The figures support a quick read of activity level, average action size, and total obligations for the selected period.

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 = '80ARC020D0006'
    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 12,220,560.23 12.22 million 16

Insight

Obligations for PIID 80ARC020D0006 are entirely concentrated within National Aeronautics and Space Administration (Agency ID 8000) over the 1-year window. NASA accounts for $12.22 million across 16 awards, indicating all reported activity in this view is associated with a single agency and a moderate award count. This pattern suggests the vehicle is used exclusively, or nearly exclusively, within NASA in the observed 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 = '80ARC020D0006'
        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 = '80ARC020D0006'
    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
541512 COMPUTER SYSTEMS DESIGN SERVICES 12,220,560.23 12.22 million 16

Insight

Over the 1-year window, obligations under vehicle 80ARC020D0006 were concentrated entirely in NAICS 541512, Computer Systems Design Services. This category accounted for $12.22 million across 16 awards, indicating a focused procurement pattern rather than a broad NAICS distribution. The volume of awards suggests repeated use of the vehicle within a single service line.

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 = '80ARC020D0006'
    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
AD26 R&D- DEFENSE OTHER: SERVICES (MANAGEMENT/SUPPORT) 12,220,560.23 12.22 million 16

Insight

Obligations on this vehicle are fully concentrated in PSC AD26, R&D- Defense Other: Services (Management/Support), which accounts for the entire 1-year total of $12.22 million across 16 awards. This indicates a narrow product/service mix and consistent use of the vehicle for a single PSC category. No other PSC codes are represented in the provided data, so there is no observable diversification in obligations within the review window.

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 = '80ARC020D0006'
    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 12,220,560.23 12.22 million 16

Insight

For PIID 80ARC020D0006, FY 2025 obligations totaled $12.22 million across 16 awards, indicating a moderate level of transaction activity within the 1-year window. The obligation volume is concentrated in a single fiscal year, with no additional year-to-year distribution available in the provided data. This pattern limits trend analysis, but it supports the view that current activity is centered in FY 2025.

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.