Vehicle Number

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

Procurement analysis page for vehicle number records tied to agency 6920 and PIID DTFAWA07C00067R over the last 5 years.

This page summarizes federal award activity for the vehicle number entity associated with agency 6920 and PIID DTFAWA07C00067R. The record shows 88 award actions and total obligations of $647,452,448.83 in the last 5 years.

Generated at 03/20/2026

Analysis period: Last 5 years

Amounts are shown as recorded in FPDS, with a readable total obligated value of $647.45 million and an average action value of $7,357,414.19.

Agency ID
6920
PIID
DTFAWA07C00067R
Type
Vehicle
Total Obligated
647.45 million
647,452,448.83
Actions
88
Average Action Value
7,357,414.19

Overview

The analysis window covers the last 5 years and captures 88 award actions linked to vehicle number under agency 6920. Total obligated amount is $647,452,448.83, with an average action value of $7,357,414.19. These figures describe the observed award activity on the referenced PIID.

How to use this page

Use this page to review award volume and obligation totals associated with the vehicle number entity for PIID DTFAWA07C00067R. It is suited for quick FPDS reference, procurement tracking, and checking the scale of activity recorded for 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 = 'DTFAWA07C00067R'
    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 647,452,448.83 647.45 million 88

Insight

Over the 5-year window, obligations for vehicle PIID DTFAWA07C00067R are fully concentrated in the Federal Aviation Administration, which accounts for the entire reported total of $647.45 million across 88 awards. This indicates a highly centralized funding pattern with no diversification across other agencies in the provided data. The award count suggests repeated use of the vehicle by a single agency rather than broad interagency distribution.

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 = 'DTFAWA07C00067R'
        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 = 'DTFAWA07C00067R'
    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
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 647,452,448.83 647.45 million 88

Insight

Obligations for PIID DTFAWA07C00067R over the 5-year window are fully concentrated in NAICS 334511, with $647.45 million across 88 awards. This indicates a single-industry award profile with no observed diversification across other NAICS codes in the provided data. The volume of awards suggests repeated procurement activity within the same specialized manufacturing category.

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 = 'DTFAWA07C00067R'
    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
AD25 R&D- DEFENSE OTHER: SERVICES (OPERATIONAL SYSTEMS DEVELOPMENT) 647,452,448.83 647.45 million 88

Insight

Over the 5-year window, obligations for PIID DTFAWA07C00067R are fully concentrated in PSC AD25, R&D- Defense Other: Services (Operational Systems Development). The contract recorded 88 awards totaling $647.45 million, indicating repeated obligation activity under a single PSC classification rather than a diversified services mix. This concentration suggests the vehicle is used primarily for operational systems development work within the reported period.

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 = 'DTFAWA07C00067R'
    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 109,461,521.92 109.46 million 14
2022 128,499,013.63 128.50 million 17
2023 118,294,681.96 118.29 million 15
2024 113,013,154.76 113.01 million 22
2025 178,184,076.56 178.18 million 20

Insight

Obligations for PIID DTFAWA07C00067R were relatively stable from 2021 through 2024, ranging from $109.46 million to $128.50 million annually, with award counts between 14 and 22. In 2025, obligated dollars increased materially to $178.18 million, the highest level in the 5-year window, while awards remained near prior-year levels at 20. This indicates a recent upward concentration in funding rather than a broad expansion in award volume.

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.