Vehicle Number

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

Vehicle number analysis for PIID DTFAWA12D00011 under agency 6920 summarizes award activity over the last 5 years.

This page tracks the vehicle number associated with PIID DTFAWA12D00011 for agency 6920 over the last 5 years. Total obligations are 24.47 million across 61 award actions, with an average action value of 401,120.04.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the provided analysis window and may differ from rounded figures because the exact obligated amount is 24,468,322.18.

Agency ID
6920
PIID
DTFAWA12D00011
Type
Vehicle
Total Obligated
24.47 million
24,468,322.18
Actions
61
Average Action Value
401,120.04

Overview

The vehicle number tied to PIID DTFAWA12D00011 shows 61 award actions in the last 5 years. The total obligated amount is 24,468,322.18, which rounds to 24.47 million, and the average action value is 401,120.04.

How to use this page

Use this page to review the documented award activity associated with this vehicle number and contract identifier. It provides a compact view of obligation volume and action count for agency 6920 within the stated analysis window.

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 = 'DTFAWA12D00011'
    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 24,468,322.18 24.47 million 61

Insight

Over the 5-year window for PIID DTFAWA12D00011, all reported obligations are concentrated in a single top agency: the Federal Aviation Administration (agency 6920). FAA accounts for $24.47 million across 61 awards, indicating repeated use of this vehicle by one agency rather than broad interagency distribution. This concentration suggests the vehicle has been primarily utilized to support FAA requirements within 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 = '6920' AND content__IDV__contractID__IDVID__PIID = 'DTFAWA12D00011'
        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 = 'DTFAWA12D00011'
    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
541330 ENGINEERING SERVICES 24,468,322.18 24.47 million 61

Insight

Over the 5-year window for PIID DTFAWA12D00011, obligations are fully concentrated in NAICS 541330, Engineering Services, with $24.47 million across 61 awards. This indicates a narrow service profile and consistent reliance on a single NAICS category rather than a distributed spend pattern.

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 = 'DTFAWA12D00011'
    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
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 24,468,322.18 24.47 million 61

Insight

Over the 5-year window, obligations under PIID DTFAWA12D00011 are fully concentrated in PSC R425, Support- Professional: Engineering/Technical. This PSC accounts for $24.47 million across 61 awards, indicating repeated use of the vehicle for engineering and technical support services. No other PSCs are present in the provided rows, so the available data reflects complete concentration 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 = 'DTFAWA12D00011'
    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 27,158,393.97 27.16 million 29
2022 -1,541,374.13 -1.54 million 15
2023 -856,156.15 -856.16 thousand 13
2024 -48,682.13 -48.68 thousand 2
2025 -243,859.38 -243.86 thousand 2

Insight

Obligations under PIID DTFAWA12D00011 are highly concentrated in 2021, when the vehicle recorded $27.16 million across 29 awards. From 2022 through 2025, obligations were negative each year, indicating net deobligations, with the largest adjustment in 2022 at -$1.54 million. Award activity also contracted sharply after 2021, falling from 29 awards to 15 in 2022 and then to 13 in 2023, before dropping to 2 awards in both 2024 and 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.