Vehicle Number

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

Vehicle number record for PIID DTFAWA17D00033 under agency 6920, showing last-5-year obligation and action activity.

This page summarizes vehicle number activity tied to PIID DTFAWA17D00033 for agency 6920 over the last 5 years. The record shows 25 award actions and total obligations of $35.20 million.

Generated at 03/21/2026

Analysis period: Last 5 years

Amounts reflect the provided readable total of $35.20 million and exact total of $35,196,488.08 across 25 actions.

Agency ID
6920
PIID
DTFAWA17D00033
Type
Vehicle
Total Obligated
35.20 million
35,196,488.08
Actions
25
Average Action Value
1,407,859.52

Overview

For the last 5 years, this vehicle number record for PIID DTFAWA17D00033 shows 25 award actions and total obligations of $35,196,488.08. The average action value is $1,407,859.52, based on the provided award action count and total obligated amount.

How to use this page

Use this page to review the obligation history associated with the vehicle number under agency 6920 and PIID DTFAWA17D00033. The data supports basic trend review of action volume and average action value without adding details beyond the supplied record.

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 = 'DTFAWA17D00033'
    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 35,196,488.08 35.20 million 25

Insight

Within the 5-year window, all reported obligations for PIID DTFAWA17D00033 are concentrated in a single top agency: the Federal Aviation Administration. FAA accounts for $35.20 million across 25 awards, indicating the vehicle has been used repeatedly within one agency rather than broadly distributed across multiple agencies. This pattern suggests agency-specific reliance and limited interagency dispersion for this PIID.

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 = 'DTFAWA17D00033'
        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 = 'DTFAWA17D00033'
    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
561612 SECURITY GUARDS AND PATROL SERVICES 35,196,488.08 35.20 million 25

Insight

Obligations are fully concentrated in NAICS 561612, Security Guards and Patrol Services, totaling $35.20 million across 25 awards over the 5-year window. This indicates a highly focused spending pattern within the vehicle, with no diversification across other NAICS codes reflected in the provided data. The award count suggests repeated use of this service category rather than a one-time obligation.

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 = 'DTFAWA17D00033'
    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
S206 HOUSEKEEPING- GUARD 35,196,488.08 35.20 million 25

Insight

Within the 5-year window for PIID DTFAWA17D00033, obligations are entirely concentrated in PSC S206 (HOUSEKEEPING- GUARD), totaling $35.2 million across 25 awards. This indicates a highly focused service profile with no diversification across other PSCs in the provided rows. The average obligation per award is approximately $1.4 million, suggesting recurring guard services as the dominant activity under this vehicle.

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 = 'DTFAWA17D00033'
    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 17,809,530.00 17.81 million 7
2022 16,106,252.11 16.11 million 12
2023 1,280,705.97 1.28 million 6

Insight

Obligations on PIID DTFAWA17D00033 were concentrated in 2021 and 2022, at $17.81 million and $16.11 million, respectively, accounting for the bulk of the 5-year window provided. Award counts increased from 7 in 2021 to 12 in 2022, indicating more frequent activity in 2022 despite slightly lower obligated value. In 2023, obligations fell sharply to $1.28 million with 6 awards, marking a pronounced contraction in both funding volume and award frequency.

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.