Vehicle Number

Vehicle Number 7022 / 70FB7022D00000001 Federal Contract Action Summary (Last 5 Years)

Analysis of vehicle number for PIID 70FB7022D00000001 under Agency ID 7022 over the last 5 years.

This page summarizes federal procurement activity tied to vehicle number for PIID 70FB7022D00000001. The record shows 5 award actions with total obligations of $279.21 million across the analysis window.

Generated at 03/21/2026

Analysis period: Last 5 years

Total obligated values are shown as readable and exact amounts; the exact total is $279,206,605.41.

Agency ID
7022
PIID
70FB7022D00000001
Type
Vehicle
Total Obligated
279.21 million
279,206,605.41
Actions
5
Average Action Value
55,841,321.08

Overview

Over the last 5 years, vehicle number associated with PIID 70FB7022D00000001 recorded 5 award actions and $279,206,605.41 in total obligations. The average action value was $55,841,321.08, indicating a small number of high-value actions rather than frequent low-value activity.

How to use this page

This page is useful for reviewing obligation volume, action count, and average action value tied to this vehicle record. It supports basic procurement analysis for Agency ID 7022 without adding details beyond the reported award activity and totals.

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 = '7022' AND content__IDV__contractID__IDVID__PIID = '70FB7022D00000001'
    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
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 279,206,605.41 279.21 million 5

Insight

Over the 5-year window, all reported obligations for vehicle 70FB7022D00000001 are concentrated in the Federal Emergency Management Agency, which accounts for $279.21 million across 5 awards. This indicates a fully concentrated funding pattern with no other agencies represented in the provided results. The award count suggests the obligation total is distributed across a small number of actions rather than many small awards.

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 = '7022' AND content__IDV__contractID__IDVID__PIID = '70FB7022D00000001'
        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 = '7022' AND content__IDV__contractID__IDVID__PIID = '70FB7022D00000001'
    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
423860 TRANSPORTATION EQUIPMENT AND SUPPLIES (EXCEPT MOTOR VEHICLE) MERCHANT WHOLESALERS 279,206,605.41 279.21 million 5

Insight

For this 5-year window, obligations for PIID 70FB7022D00000001 are fully concentrated in NAICS 423860, Transportation Equipment and Supplies (Except Motor Vehicle) Merchant Wholesalers. The vehicle activity is not diversified across multiple NAICS codes in the provided data, and the single reported NAICS accounts for $279.21 million across 5 awards. This indicates a narrow procurement profile centered on one industrial classification.

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 = '7022' AND content__IDV__contractID__IDVID__PIID = '70FB7022D00000001'
    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
V129 TRANSPORTATION/TRAVEL/RELOCATION- TRANSPORTATION: OTHER 279,206,605.41 279.21 million 5

Insight

Over the 5-year window, obligations are fully concentrated in PSC V129, Transportation/Travel/Relocation - Transportation: Other, with $279.21 million across 5 awards. This indicates a highly focused procurement profile for the vehicle, with no diversification across other PSCs in the provided data. The low award count relative to total dollars suggests a small number of large obligations drove the recorded activity.

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 = '7022' AND content__IDV__contractID__IDVID__PIID = '70FB7022D00000001'
    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
2022 279,206,605.41 279.21 million 1
2023 0.00 0.00 2
2024 0.00 0.00 1
2025 0.00 0.00 1

Insight

Obligations are highly concentrated in 2022, when $279.21 million was obligated across one award. From 2023 through 2025, award activity continued at a low count level, but reported obligated amounts remained at zero in each year, indicating no recurring funding distribution in the window provided. Overall, the 5-year pattern reflects a one-year obligation spike followed by minimal obligation activity despite continued awards.

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.