Vehicle Number

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

Vehicle number record for agency 6920 under PIID DTFAWA12D00013, summarizing obligation and action history over the last 5 years.

This page presents the procurement profile for vehicle number tied to agency 6920 and PIID DTFAWA12D00013. Over the last 5 years, the record shows 57 award actions and total obligations of 1.27 million.

Generated at 03/21/2026

Analysis period: Last 5 years

Values are based on the provided readable totals for the last 5 years and may differ from rounded displays due to precision.

Agency ID
6920
PIID
DTFAWA12D00013
Type
Vehicle
Total Obligated
1.27 million
1,271,588.40
Actions
57
Average Action Value
22,308.57

Overview

The vehicle number record for agency 6920 under PIID DTFAWA12D00013 reflects 57 award actions in the last 5 years. Total obligated value is 1,271,588.4, with an average action value of 22,308.57. This provides a compact view of activity level and spending across the analysis window.

How to use this page

Use this page to review the obligation history associated with this vehicle record and to compare action frequency against average action value. The data supports contract-level analysis for the specified PIID and agency ID without adding assumptions beyond the reported totals.

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 = 'DTFAWA12D00013'
    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 1,271,588.40 1.27 million 57

Insight

Within the 5-year window, obligations under PIID DTFAWA12D00013 are fully concentrated in the Federal Aviation Administration (agency ID 6920), which accounts for $1.27 million across 57 awards. This pattern indicates a single-agency award distribution with repeated obligation activity rather than broad agency spread. The concentration suggests the vehicle has been used consistently within FAA requirements over the period.

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 = 'DTFAWA12D00013'
        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 = 'DTFAWA12D00013'
    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 1,271,588.40 1.27 million 57

Insight

Over the past 5 years, obligations for vehicle DTFAWA12D00013 were fully concentrated in NAICS 541330, Engineering Services. This single-NAICS profile indicates no observable distribution across other industry codes in the provided data. The award activity totals 57 actions and $1.27 million, suggesting recurring but narrowly focused support within engineering services.

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 = 'DTFAWA12D00013'
    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 1,271,588.40 1.27 million 57

Insight

Over the 5-year window for vehicle DTFAWA12D00013 under Agency ID 6920, obligations are concentrated in PSC R425, Support- Professional: Engineering/Technical. This PSC accounts for 1.27 million across 57 awards, indicating repeated use of the vehicle for technical support services rather than a broad mix of product or service categories. The award activity is distributed across multiple actions, but spending is concentrated in a single professional services PSC.

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 = 'DTFAWA12D00013'
    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 8,119,997.61 8.12 million 26
2022 -4,822,594.52 -4.82 million 25
2023 -124,813.99 -124.81 thousand 2
2024 -1,731,031.20 -1.73 million 3
2025 -169,969.50 -169.97 thousand 1

Insight

Obligations under PIID DTFAWA12D00013 were concentrated in 2021, when activity peaked at $8.12 million across 26 awards. Since then, annual obligations turned negative in each year from 2022 through 2025, indicating net deobligations or downward adjustments outweighed new obligations over the period. Award volume also declined sharply after 2022, falling to 2 awards in 2023, 3 in 2024, and 1 in 2025, suggesting materially reduced activity and a narrower distribution of transactions in the most recent 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.