Vehicle Number

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

Analysis of vehicle number under Agency ID 6920 for PIID DTFAWA08D00010 over the last 5 years shows 30 award actions and total obligations of -$5.35 million.

This page summarizes procurement activity for vehicle number tied to PIID DTFAWA08D00010 within Agency ID 6920 during the last 5 years. The record shows 30 award actions and net obligations of -$5,347,745.30, with an average action value of -$178,258.18.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the provided readable and exact obligation values for the selected analysis window and should be interpreted as reported award action data.

Agency ID
6920
PIID
DTFAWA08D00010
Type
Vehicle
Total Obligated
-5.35 million
-5,347,745.30
Actions
30
Average Action Value
-178,258.18

Overview

In the last 5 years, this vehicle number record is associated with 30 award actions under PIID DTFAWA08D00010 for Agency ID 6920. Net obligations total -$5,347,745.30, which is the basis for the readable figure of -$5.35 million. The average value per action is -$178,258.18.

How to use this page

Use this page to review the scale and direction of obligation activity tied to this vehicle number record. The counts and values provide a compact view of award action frequency and average action size for the selected period, without adding information beyond the reported 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 = 'DTFAWA08D00010'
    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 -5,347,745.30 -5.35 million 30

Insight

Over the 5-year window, the vehicle is fully concentrated within the Federal Aviation Administration (agency ID 6920), which accounts for all reported activity in this view. FAA records 30 awards with a net obligated value of -$5.35 million, indicating negative net obligation across the period. The concentration at a single agency suggests no observed distribution across other agencies 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 = 'DTFAWA08D00010'
        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 = 'DTFAWA08D00010'
    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
561621 SECURITY SYSTEMS SERVICES (EXCEPT LOCKSMITHS) -5,347,745.30 -5.35 million 30

Insight

Over the last 5 years, obligations under vehicle DTFAWA08D00010 for agency 6920 are concentrated entirely in NAICS 561621, Security Systems Services (except Locksmiths). This category accounts for -$5.35 million across 30 awards, indicating all recorded obligated activity in the provided window is tied to a single NAICS code. The negative obligated total suggests deobligations or downward funding adjustments rather than net new obligation growth.

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 = 'DTFAWA08D00010'
    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
B546 SPECIAL STUDIES/ANALYSIS- SECURITY (PHYSICAL/PERSONAL) -5,347,745.30 -5.35 million 30

Insight

Obligations under PIID DTFAWA08D00010 are concentrated entirely in PSC B546, Special Studies/Analysis–Security (Physical/Personal), over the 5-year window. This PSC accounts for $5.35 million in net deobligations across 30 awards, indicating repeated activity with a negative obligated balance rather than a diversified PSC mix. The pattern suggests the vehicle has been used consistently for this security-related service category, with obligation levels driven by adjustments or deobligations in that 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 = 'DTFAWA08D00010'
    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 -36,698.64 -36.70 thousand 5
2022 -1,142,971.07 -1.14 million 10
2023 -2,904,892.79 -2.90 million 11
2024 -1,263,182.80 -1.26 million 4

Insight

Obligations for PIID DTFAWA08D00010 are negative in each reported year and are concentrated in 2022 through 2024. Activity increased from 5 awards and -$36.7 thousand in 2021 to a peak in 2023 at 11 awards and -$2.90 million, then declined in 2024 to 4 awards and -$1.26 million. The pattern indicates a multi-year concentration of downward obligated value rather than a steady annual distribution.

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.