Vehicle Number

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

Federal procurement overview for vehicle number 6920 under PIID DTFAWA03C00015R, covering obligations and award activity over the last 10 years.

This page summarizes award activity tied to vehicle number 6920 for agency 6920 under PIID DTFAWA03C00015R. Over the last 10 years, the record shows 65 award actions and total obligated value of 805.55 million dollars.

Generated at 03/20/2026

Analysis period: Last 10 years

Total obligated value is 805,548,093.75 across 65 award actions, with an average action value of 12,393,047.6.

Agency ID
6920
PIID
DTFAWA03C00015R
Type
Vehicle
Total Obligated
805.55 million
805,548,093.75
Actions
65
Average Action Value
12,393,047.60

Overview

The available record for vehicle number 6920 shows 65 award actions in the last 10 years. Total obligated value is 805,548,093.75, which is 805.55 million dollars when rounded to two decimals. The average action value is 12,393,047.6.

How to use this page

This page is intended for reviewing obligation history and award cadence associated with PIID DTFAWA03C00015R. It provides a compact view of total spending, action count, and average action value for the selected 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 = 'DTFAWA03C00015R'
    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 805,548,093.75 805.55 million 65

Insight

For PIID DTFAWA03C00015R over the 10-year window, obligations are fully concentrated in the Federal Aviation Administration, which accounts for the entire reported total of $805.55 million across 65 awards. This indicates a highly concentrated funding profile with no distribution across other top agencies in the provided rows. The repeated award activity suggests sustained use of this vehicle within a single agency rather than broad interagency utilization.

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 = 'DTFAWA03C00015R'
        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 = 'DTFAWA03C00015R'
    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
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 805,548,093.75 805.55 million 65

Insight

Over the 10-year window, obligations for PIID DTFAWA03C00015R are fully concentrated in NAICS 334290, Other Communications Equipment Manufacturing. This single NAICS accounts for $805.55 million across 65 awards, indicating a highly focused procurement profile with no diversification across other NAICS codes in the provided data.

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 = 'DTFAWA03C00015R'
    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
5820 RADIO AND TELEVISION COMMUNICATION EQUIPMENT, EXCEPT AIRBORNE 805,548,093.75 805.55 million 65

Insight

PSC 5820, Radio and Television Communication Equipment, Except Airborne, accounts for the full observed obligated amount in this 10-year window for vehicle PIID DTFAWA03C00015R. The $805.55 million across 65 awards indicates a highly concentrated procurement profile within a single PSC. This concentration suggests the vehicle has been used consistently for the same equipment category rather than across a diversified mix of product types.

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 = 'DTFAWA03C00015R'
    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
2018 106,410,933.53 106.41 million 3
2019 245,342,299.07 245.34 million 6
2020 266,397,657.01 266.40 million 10
2021 140,335,017.80 140.34 million 11
2022 36,233,830.54 36.23 million 14
2023 -1,078,277.83 -1.08 million 7
2024 -2,620,101.80 -2.62 million 8
2025 14,526,735.43 14.53 million 6

Insight

Obligations under PIID DTFAWA03C00015R were concentrated in 2018–2021, with annual totals rising from $106.41 million in 2018 to a peak of $266.40 million in 2020 before declining to $140.34 million in 2021. Award activity increased over the same period, from 3 awards in 2018 to 11 in 2021, then shifted to lower obligation levels in 2022–2025. Obligations fell to $36.23 million in 2022, turned negative in 2023 and 2024, and rebounded modestly to $14.53 million in 2025, indicating a materially lower and more uneven funding pattern in the later years.

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.