Vehicle Number

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

Analysis of vehicle number activity for agency 6920 under PIID DTFAWA12D00058 over the last 5 years.

This page summarizes obligation activity tied to vehicle number records for agency 6920 under PIID DTFAWA12D00058 during the last 5 years. Total obligations reached $393.73 million across 56 award actions, with an average action value of $7.03 million.

Generated at 03/20/2026

Analysis period: Last 5 years

Totals reflect the provided analysis window and may include multiple award actions associated with the same PIID.

Agency ID
6920
PIID
DTFAWA12D00058
Type
Vehicle
Total Obligated
393.73 million
393,725,875.46
Actions
56
Average Action Value
7,030,819.20

Overview

Across the last 5 years, vehicle number activity for agency 6920 under PIID DTFAWA12D00058 shows $393,725,875.46 in total obligated value. The record includes 56 award actions, producing an average action value of $7,030,819.20.

How to use this page

Use this page to review the scale and frequency of vehicle-related award actions tied to this PIID. The figures provide a concise view of total obligation volume, action count, and average action value within the stated 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 = 'DTFAWA12D00058'
    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 393,725,875.46 393.73 million 56

Insight

Over the 5-year window, the Federal Aviation Administration accounted for $393.73 million in obligations across 56 awards under this vehicle. This indicates that obligations are fully concentrated within a single agency rather than distributed across multiple top agencies. The average obligation per award is substantial, suggesting repeated use of the vehicle for material FAA requirements.

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 = 'DTFAWA12D00058'
        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 = 'DTFAWA12D00058'
    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
541512 COMPUTER SYSTEMS DESIGN SERVICES 393,725,875.46 393.73 million 56

Insight

Over the 5-year window, obligations under PIID DTFAWA12D00058 are fully concentrated in NAICS 541512, Computer Systems Design Services. This NAICS accounts for 56 awards totaling $393.73 million, indicating a highly focused procurement profile rather than a diversified mix of industry codes. The concentration suggests this vehicle has been used predominantly for IT systems design support within the period reviewed.

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 = 'DTFAWA12D00058'
    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
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 393,725,875.46 393.73 million 56

Insight

Over the 5-year window, obligations for PIID DTFAWA12D00058 are fully concentrated in PSC R425, Support- Professional: Engineering/Technical, totaling $393.73 million across 56 awards. This indicates a clear concentration in engineering and technical support services with no other PSCs represented in the provided data. The award count suggests repeated use of this service category rather than a single large obligation.

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 = 'DTFAWA12D00058'
    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 85,351,671.00 85.35 million 10
2022 82,901,704.00 82.90 million 10
2023 88,135,987.24 88.14 million 9
2024 86,383,187.00 86.38 million 13
2025 50,953,326.22 50.95 million 14

Insight

Obligations for PIID DTFAWA12D00058 were relatively stable from 2021 through 2024, ranging from $82.90 million to $88.14 million annually, with award counts between 9 and 13. In 2025, obligated dollars declined to $50.95 million despite the highest award count in the window at 14, indicating lower average obligation per award. Overall, the five-year pattern suggests a consistent funding level through 2024 followed by a notable reduction in 2025.

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.