Federal Contractor

PATRIOT TEAM Federal Contract Obligations (Last Year)

PATRIOT TEAM recorded -26.06 million in obligated contract activity across 59 awards in the last full year, all tied to USTRANSCOM and NAICS 481211.

This vendor page summarizes federal procurement activity for PATRIOT TEAM (CAGE 6G2V5, UEI XL2KACMKBJZ3) during the last full year. The profile shows 59 award actions with total obligated value of -$26,063,937.48, averaging -$441,761.65 per action, all associated with USTRANSCOM and nonscheduled chartered passenger air transportation.

Generated at 03/21/2026

Analysis period: Last full year

Annual totals reflect the last full year in the analysis window and match the single-year 2025 trend shown in the source data.

CAGE Code
6G2V5
UEI
XL2KACMKBJZ3
Total Obligated
-26.06 million
-26,063,937.48
Award Actions
59
Average Action Value
-441,761.65

About PATRIOT TEAM federal contract activity

PATRIOT TEAM (CAGE 6G2V5, UEI XL2KACMKBJZ3) recorded 59 FPDS actions in the last full year with total obligated value of -$26.06 million and an average award value of -$441,761.65. The negative obligation total indicates net de-obligation activity over the period rather than net new funding.

Agency mix and customer concentration

All reported obligations in the analysis window were concentrated with USTRANSCOM, which accounted for the full -$26.06 million across 59 awards. This indicates a single-agency profile with no diversification across other awarding organizations in the available data.

Industry profile based on NAICS activity

The vendor’s obligations were entirely associated with NAICS 481211, NONSCHEDULED CHARTERED PASSENGER AIR TRANSPORTATION. The award count and total obligated value are identical to the overall totals, showing that the vendor’s activity in the period was fully concentrated in this single industry classification.

Annual contract trend over the analysis window

The annual trend shows one reported year, 2025, with -$26.06 million in obligated value across 59 awards. With only one year in the analysis window, the data support a point-in-time view rather than a multi-year directional trend.

How to interpret this page

This summary is based on FPDS awards attributed to PATRIOT TEAM for the last full year and uses the provided CAGE code and UEI for vendor identification. Totals reflect obligated dollars as reported in the source data; negative values are preserved as supplied and should be interpreted as de-obligations or net reductions in obligation rather than positive spending.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '6G2V5'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
9776 USTRANSCOM -26,063,937.48 -26.06 million 59

Insight

PATRIOT TEAM’s last full year obligations are fully concentrated in a single agency relationship: USTRANSCOM accounts for the entire -$26.06 million obligated across 59 awards. This indicates no agency diversification in the observed period and suggests the vendor’s recent federal activity is dependent on one customer base. The average award value of -$441.8K further reflects a relatively even distribution across multiple transactions within that agency.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '6G2V5'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
481211 NONSCHEDULED CHARTERED PASSENGER AIR TRANSPORTATION -26,063,937.48 -26.06 million 59

Insight

PATRIOT TEAM’s obligations in the last full year are fully concentrated in a single NAICS, 481211 (Nonscheduled Chartered Passenger Air Transportation), which accounts for 100% of the reported obligated amount. The vendor recorded 59 awards under this NAICS, with total obligations of -$26.06 million and an average award value of -$441.8K. This indicates a highly concentrated procurement profile with no diversification across other NAICS codes in the reported period.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '6G2V5'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 -26,063,937.48 -26.06 million 59

Insight

Over the last full year, PATRIOT TEAM (CAGE 6G2V5) recorded -$26.06 million in total obligated value across 59 awards, for an average award value of -$441.8K. The annual activity is fully concentrated in 2025, indicating no multi-year trend within the 1-year window. The award volume suggests obligations are distributed across a moderate number of actions rather than concentrated in a small set of transactions.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.