Vehicle Number

Vehicle Number 6920 / DTFAWA17D00035 Federal Contract Action Summary (Last 5 Years)

Procurement analysis for vehicle number under PIID DTFAWA17D00035 for agency 6920 over the last 5 years.

This page summarizes vehicle number activity tied to PIID DTFAWA17D00035 for agency 6920 during the last 5 years. The record shows 19 award actions with total obligations of $23.54 million.

Generated at 03/21/2026

Analysis period: Last 5 years

Total obligated is shown as $23,537,399.59, and the average action value is $1,238,810.50.

Agency ID
6920
PIID
DTFAWA17D00035
Type
Vehicle
Total Obligated
23.54 million
23,537,399.59
Actions
19
Average Action Value
1,238,810.50

Overview

Over the last 5 years, vehicle number activity under PIID DTFAWA17D00035 reflects 19 award actions and $23,537,399.59 in total obligated funding. The average action value is $1,238,810.50, which indicates a recurring obligation pattern rather than a single isolated award.

How to use this page

This page is intended for review of obligation volume, action count, and average action value associated with the vehicle number record. It provides a concise procurement history for comparing this PIID against other awards within agency 6920.

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 = '6920' AND content__IDV__contractID__IDVID__PIID = 'DTFAWA17D00035'
    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
6920 FEDERAL AVIATION ADMINISTRATION 23,537,399.59 23.54 million 19

Insight

Over the 5-year window, obligations for vehicle PIID DTFAWA17D00035 are fully concentrated in a single agency: the Federal Aviation Administration (agency 6920). FAA accounts for $23.54 million across 19 awards, indicating repeated use of this vehicle within one agency rather than broader government-wide distribution. This concentration suggests the vehicle has been primarily utilized to support FAA requirements, with no evidence here of material obligation share outside that agency.

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 = '6920' AND content__IDV__contractID__IDVID__PIID = 'DTFAWA17D00035'
        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 = '6920' AND content__IDV__contractID__IDVID__PIID = 'DTFAWA17D00035'
    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
561612 SECURITY GUARDS AND PATROL SERVICES 23,537,399.59 23.54 million 19

Insight

Over the 5-year window, obligations for vehicle PIID DTFAWA17D00035 are fully concentrated in NAICS 561612, Security Guards and Patrol Services. This category accounts for $23.54 million across 19 awards, indicating a recurring procurement pattern with no diversification across other NAICS codes in the provided data. The concentration suggests this vehicle is used primarily for guard and patrol service requirements within Agency 6920.

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 = '6920' AND content__IDV__contractID__IDVID__PIID = 'DTFAWA17D00035'
    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
S206 HOUSEKEEPING- GUARD 23,537,399.59 23.54 million 19

Insight

For vehicle DTFAWA17D00035 over the 5-year window, obligations are fully concentrated in PSC S206 (HOUSEKEEPING- GUARD), with $23.54 million across 19 awards. This indicates a highly focused spend pattern with no visible diversification across other PSCs in the provided data. The distribution suggests recurring procurement activity concentrated in a single service category.

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 = '6920' AND content__IDV__contractID__IDVID__PIID = 'DTFAWA17D00035'
    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 14,203,980.72 14.20 million 8
2022 9,333,418.87 9.33 million 11

Insight

Obligations under PIID DTFAWA17D00035 declined from 14.20 million in 2021 to 9.33 million in 2022, a reduction of roughly 34 percent. Award activity increased from 8 to 11 actions over the same period, indicating a shift toward a higher number of smaller awards or modifications rather than fewer, larger obligations. This pattern suggests spending became more dispersed across more transactions in 2022.

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.