Vehicle Number

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

FPDS query page for vehicle number under agency 6920, covering the last 10 years of actions tied to PIID DTFAWA05C00031R.

This page summarizes procurement activity for vehicle number associated with agency 6920 and PIID DTFAWA05C00031R over the last 10 years. The record shows 64 award actions and total obligated amounts of 472.87 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Total obligated value is 472,867,718.51 across 64 actions, with an average action value of 7,388,558.1.

Agency ID
6920
PIID
DTFAWA05C00031R
Type
Vehicle
Total Obligated
472.87 million
472,867,718.51
Actions
64
Average Action Value
7,388,558.10

Overview

The analysis window covers the last 10 years of award activity associated with vehicle number, agency 6920, and PIID DTFAWA05C00031R. During that period, the record reflects 64 award actions and total obligated funding of 472,867,718.51. The average obligated value per action is 7,388,558.1.

How to use this page

Use this page to review the obligation history and action count tied to this specific vehicle record. The figures provide a compact view of activity volume and average action size without adding information beyond the available FPDS inputs.

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 = 'DTFAWA05C00031R'
    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 472,867,718.51 472.87 million 64

Insight

Over the 10-year window, obligations for this vehicle are fully concentrated under the Federal Aviation Administration (agency 6920), with $472.87 million across 64 awards. This indicates the vehicle has been used repeatedly within a single agency rather than distributed across multiple top agencies. The award count suggests recurring use, but the obligation total remains wholly agency-specific in the provided data.

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 = 'DTFAWA05C00031R'
        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 = 'DTFAWA05C00031R'
    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
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 472,867,718.51 472.87 million 64

Insight

The vehicle’s obligations are fully concentrated in NAICS 488190, Other Support Activities for Air Transportation, with $472.87 million obligated across 64 awards over the 10-year window. This indicates a highly focused procurement profile with no diversification across NAICS codes in the provided results. The volume of awards relative to dollars suggests repeated use within the same mission area rather than broad category spread.

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 = 'DTFAWA05C00031R'
    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
AD25 R&D- DEFENSE OTHER: SERVICES (OPERATIONAL SYSTEMS DEVELOPMENT) 472,867,718.51 472.87 million 64

Insight

Obligations for PIID DTFAWA05C00031R are concentrated entirely in PSC AD25, R&D- Defense Other: Services (Operational Systems Development), which accounts for $472.87 million across 64 awards over the 10-year window. This indicates a highly focused procurement profile with no diversification across other PSCs in the provided data. The volume of awards suggests repeated activity within the same requirement area rather than a broad mix of purchased goods or services.

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 = 'DTFAWA05C00031R'
    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 129,891,094.37 129.89 million 9
2017 120,859,007.03 120.86 million 20
2018 122,107,909.88 122.11 million 18
2019 109,942,709.15 109.94 million 12
2020 -6,382,320.47 -6.38 million 3
2021 -2,787,531.92 -2.79 million 1
2025 -763,149.53 -763.15 thousand 1

Insight

Obligations are concentrated in 2016–2019, when annual totals remained above $109.9 million and peaked at $129.89 million in 2016, with award counts ranging from 9 to 20. Activity then dropped sharply in 2020–2021, with net obligations turning negative (-$6.38 million and -$2.79 million) and award volume falling to 3 and 1 awards, respectively. The 2025 row remains negative at -$763.15 thousand with one award, indicating continued low and uneven obligation activity in the later period.

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.