Vehicle Number

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

This page summarizes federal procurement activity for vehicle number associated with Agency ID 6920 and PIID DTFAWA12D00011 over the last 10 years.

The record shows 181 award actions tied to this vehicle number, with total obligations of $324.26 million across the analysis window. The average action value is $1.79 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Total obligated figures are shown as both a readable amount and the exact value of $324,259,723.58.

Agency ID
6920
PIID
DTFAWA12D00011
Type
Vehicle
Total Obligated
324.26 million
324,259,723.58
Actions
181
Average Action Value
1,791,490.19

Overview

Over the last 10 years, this vehicle number is associated with 181 award actions and $324,259,723.58 in total obligations. The average action value across the period is $1,791,490.19. The page is intended to support review of procurement volume and obligation levels for PIID DTFAWA12D00011.

How to use this page

Use this page to review the overall scale of procurement activity linked to the vehicle number for Agency ID 6920. The summary supports quick comparison of award action count, total obligated amount, and average action value within the selected time 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 10 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 324,259,723.58 324.26 million 181

Insight

Over the 10-year window, obligations under PIID DTFAWA12D00011 are concentrated entirely within the Federal Aviation Administration, which accounts for $324.26 million across 181 awards. This indicates a high degree of agency-specific reliance on the vehicle rather than broad distribution across multiple agencies. The award count suggests repeated use within the same agency, consistent with a sustained, concentrated procurement relationship.

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 10 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 10 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 324,259,723.58 324.26 million 181

Insight

Obligations for this vehicle are fully concentrated in NAICS 541330, Engineering Services, with $324.26 million obligated across 181 awards over the 10-year window. This indicates a highly focused procurement profile with no observable diversification across other NAICS categories in the provided data. The award count suggests repeated use of this vehicle for engineering services requirements rather than a broad mix of service types.

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 10 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 324,259,723.58 324.26 million 181

Insight

Over the 10-year window, obligations under PIID DTFAWA12D00011 are entirely concentrated in PSC R425, Support – Professional: Engineering/Technical. This PSC accounts for $324.26 million across 181 awards, indicating sustained use of the vehicle for engineering and technical support services. No additional PSCs are reported in this section, so the distribution is fully concentrated rather than diversified.

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 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2016 58,514,672.03 58.51 million 30
2017 61,503,218.78 61.50 million 26
2018 52,937,542.07 52.94 million 16
2019 76,240,604.56 76.24 million 19
2020 50,595,363.96 50.60 million 29
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 were concentrated in the earlier part of the 10-year window, with annual totals ranging from $27.16 million to $76.24 million from 2016 through 2021 and peak obligation volume in 2019. Award counts during that period were comparatively high and variable, ranging from 16 to 30 awards per year, indicating recurring activity rather than a single isolated obligation. Beginning in 2022, obligations turned negative and remained near zero through 2025, while award counts declined to 15 in 2022–2023 and just 2 in 2024–2025, suggesting a marked contraction in recent activity.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.