Vehicle Number

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

Federal procurement page for vehicle number under agency 6920, covering award activity for PIID DTFAWA17C00001 over the last 10 years.

This page summarizes contract action history for the vehicle number associated with PIID DTFAWA17C00001 at agency 6920. The record shows 66 award actions with total obligated funding of $101.34 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Amounts are based on the provided analysis window and the reported exact total obligated value of 101341117.63.

Agency ID
6920
PIID
DTFAWA17C00001
Type
Vehicle
Total Obligated
101.34 million
101,341,117.63
Actions
66
Average Action Value
1,535,471.48

Overview

Over the last 10 years, this vehicle number record reflects 66 award actions tied to PIID DTFAWA17C00001. The total obligated amount is $101,341,117.63, with an average action value of $1,535,471.48.

How to use this page

Use this page to review the contract action footprint associated with the vehicle number and to compare obligation levels across the analysis window. The values support quick review of total spending, action volume, and average action size 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 = 'DTFAWA17C00001'
    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 101,341,117.63 101.34 million 66

Insight

Over the 10-year window, obligations for this vehicle are fully concentrated with the Federal Aviation Administration (agency 6920), which accounts for $101.34 million across 66 awards. This indicates a single-agency award pattern with no visible distribution across other agencies in the provided data. The volume of awards suggests repeated use of the vehicle within FAA activity rather than a one-off obligation.

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 = 'DTFAWA17C00001'
        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 = 'DTFAWA17C00001'
    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
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 101,341,117.63 101.34 million 66

Insight

Over the 10-year window, obligations for this vehicle are fully concentrated in NAICS 541990, All Other Professional, Scientific, and Technical Services. This single NAICS accounts for 101.34 million across 66 awards, indicating a highly focused procurement pattern rather than a diversified mix of industry categories. The concentration suggests the vehicle has been used primarily for a specific service domain over time.

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 = 'DTFAWA17C00001'
    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 101,341,117.63 101.34 million 66

Insight

Over the 10-year window for PIID DTFAWA17C00001, PSC R425 (Support- Professional: Engineering/Technical) accounted for the full reported obligation total of $101.34 million across 66 awards. This indicates complete concentration in a single PSC, with no diversification across other product or service categories in the provided data. The award count suggests repeated procurement activity within the same technical support classification.

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 = 'DTFAWA17C00001'
    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
2017 18,768,373.07 18.77 million 4
2018 11,523,654.16 11.52 million 3
2019 12,218,532.68 12.22 million 4
2020 11,589,010.31 11.59 million 4
2021 11,455,692.28 11.46 million 4
2022 7,664,341.62 7.66 million 6
2023 9,380,396.83 9.38 million 11
2024 10,593,610.80 10.59 million 18
2025 8,147,505.88 8.15 million 12

Insight

Obligations under PIID DTFAWA17C00001 were highest in 2017 at $18.77 million and then generally declined, stabilizing near $11.5–$12.2 million from 2018 through 2021 before dropping to $7.66 million in 2022. Award activity increased materially in the later years, rising from 3–4 awards annually in 2017–2021 to 6 in 2022, 11 in 2023, 18 in 2024, and 12 in 2025. This indicates a shift from fewer, higher-dollar awards to a more distributed pattern of smaller annual obligations across a larger number of awards.

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.