Federal Contractor

UNITEDHEALTH MILITARY & VETERANS SERVICES, LLC Federal Contract Obligations (Last 5 Years)

Federal procurement profile for UNITEDHEALTH MILITARY & VETERANS SERVICES, LLC (CAGE 53JY0, UEI VCMHC2WJD466) covering the last 5 years of FPDS activity.

This vendor page summarizes federal contract activity for UNITEDHEALTH MILITARY & VETERANS SERVICES, LLC over the last 5 years. The available FPDS data shows no recorded obligated value and no award actions during this period.

Generated at 03/21/2026

Analysis period: Last 5 years

All reported metrics for the analysis window are zero, and no agency, NAICS, or annual trend rows are available from the provided data.

CAGE Code
53JY0
UEI
VCMHC2WJD466
Total Obligated
0.00
0.00
Award Actions
0
Average Action Value
0.00

About UNITEDHEALTH MILITARY & VETERANS SERVICES, LLC federal contract activity

FPDS Query shows no recorded federal contract obligations for UNITEDHEALTH MILITARY & VETERANS SERVICES, LLC under CAGE 53JY0 or UEI VCMHC2WJD466 during the last 5 years. Total obligated dollars, award count, and average award value are all zero, indicating no observable federal award activity in the analyzed window.

Agency mix and customer concentration

No agency concentration can be assessed because there are no awards attributed to this vendor in the period reviewed. As a result, there is no measurable federal customer base in the FPDS data returned for the last 5 years.

Industry profile based on NAICS activity

No NAICS profile is available because the vendor has no recorded FPDS awards in the analysis window. Without award records, there is no basis to identify recurring product or service categories.

Annual contract trend over the analysis window

Annual obligation trend analysis is not possible from the available data because the series is empty for every year in the last 5 years. The vendor's federal contracting activity, as reflected in this dataset, is flat at zero throughout the period.

How to interpret this page

This summary is based on FPDS Query data for the last 5 years using the supplied CAGE code and UEI. Metrics reflect only awards captured in the dataset and should be interpreted as absence of recorded FPDS-observed obligations, not as proof of no federal business outside the queried data.

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 = '53JY0'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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

Insight

No notable agency concentration was available for this analysis window.

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 = '53JY0'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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

Insight

No notable NAICS concentration was available for this analysis window.

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 = '53JY0'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions

Insight

No annual trend data was available for this analysis window.

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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.