Vehicle Number

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

Federal procurement analysis for vehicle number under PIID DTFAWA11C00003R for Agency ID 6920 over the last 5 years.

This page summarizes award activity for vehicle number associated with PIID DTFAWA11C00003R across the last 5 years. The record shows 86 award actions with total obligated amounts of -29.66 million.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the provided readable and exact obligated values, including a total obligated exact amount of -29660723.68.

Agency ID
6920
PIID
DTFAWA11C00003R
Type
Vehicle
Total Obligated
-29.66 million
-29,660,723.68
Actions
86
Average Action Value
-344,892.14

Overview

The award history for vehicle number under PIID DTFAWA11C00003R includes 86 actions in the last 5 years. Total obligated amount is -29.66 million, with an exact value of -29660723.68 and an average action value of -344892.14. These figures describe the recorded obligation pattern for Agency ID 6920 tied to this PIID.

How to use this page

Use this page to review the volume and financial magnitude of award actions associated with vehicle number. The data is useful for identifying the overall obligation trend, comparing action activity, and referencing the exact totals tied to PIID DTFAWA11C00003R.

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 = 'DTFAWA11C00003R'
    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 -29,660,723.68 -29.66 million 86

Insight

Within the 5-year window, obligations for this vehicle are fully concentrated in the Federal Aviation Administration (Agency ID 6920). FAA accounts for 86 awards and a net total obligated amount of -$29.66 million, indicating all recorded activity in the provided rows is attributable to a single agency. The negative obligated total suggests net deobligation or downward adjustment over the period rather than net funding growth.

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 = 'DTFAWA11C00003R'
        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 = 'DTFAWA11C00003R'
    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 -29,660,723.68 -29.66 million 86

Insight

Obligations for this vehicle are concentrated in NAICS 541330, Engineering Services, with -$29.66 million across 86 awards over the 5-year window. This indicates a clear functional focus in engineering support rather than a broad mix of industry sectors. The negative obligated amount should be interpreted in context of deobligations or downward funding adjustments within this NAICS.

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 = 'DTFAWA11C00003R'
    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
AD26 R&D- DEFENSE OTHER: SERVICES (MANAGEMENT/SUPPORT) -29,660,723.68 -29.66 million 86

Insight

For this vehicle over the 5-year window, obligations are concentrated in PSC AD26, R&D-DEFENSE OTHER: SERVICES (MANAGEMENT/SUPPORT), which accounts for the full reported total. The segment reflects 86 awards and a net obligation of -$29.66 million, indicating substantial deobligation activity or downward adjustments over the period. No other PSCs are provided here, so the available data suggests a highly concentrated PSC mix within this section.

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 = 'DTFAWA11C00003R'
    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 -22,684,012.53 -22.68 million 28
2022 -6,559,290.66 -6.56 million 35
2023 -129,109.87 -129.11 thousand 14
2024 -15,283.48 -15.28 thousand 4
2025 -273,027.14 -273.03 thousand 5

Insight

Obligations on this vehicle are heavily concentrated in 2021 and 2022, with -$22.68 million and -$6.56 million recorded, respectively; these two years account for the vast majority of the five-year activity. After 2022, obligated amounts drop sharply to relatively small negative values in 2023 through 2025, indicating a pronounced decline in annual funding activity. Award counts also peak in 2022 at 35, then fall to 14 in 2023 and remain low thereafter, consistent with reduced transaction 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.