This page summarizes federal procurement records for UNITEDHEALTH MILITARY & VETERANS SERVICES, LLC during the last full year. The available data shows no obligated dollars and no recorded award actions in the analysis window.
Federal Contractor
UNITEDHEALTH MILITARY & VETERANS SERVICES, LLC Federal Contract Obligations (Last Year)
Procurement activity summary for UNITEDHEALTH MILITARY & VETERANS SERVICES, LLC, CAGE 53JY0, UEI VCMHC2WJD466, based on the last full year.
Analysis window totals are zero: total obligated amount is 0.00, award action count is 0, and no agency, NAICS, or annual trend rows are present.
About UNITEDHEALTH MILITARY & VETERANS SERVICES, LLC federal contract activity
UNITEDHEALTH MILITARY & VETERANS SERVICES, LLC (CAGE 53JY0, UEI VCMHC2WJD466) shows no recorded FPDS obligations in the last full year. The vendor profile contains zero awards, zero obligated dollars, and no measurable average award value for the analysis window.
Agency mix and customer concentration
No agency concentration can be assessed because there were no reported awards. As a result, the dataset does not identify any purchasing agencies associated with this vendor during the period reviewed.
Industry profile based on NAICS activity
No NAICS distribution is available because the vendor recorded no obligated activity in the analysis window. Without award-level transactions, there is no basis to attribute business to any industry code.
Annual contract trend over the analysis window
Annual trend analysis is not possible from the available data because the vendor had no obligations and no awards in the last full year. The absence of recorded FPDS activity indicates a flat profile for the period, with no observable procurement movement to evaluate.
How to interpret this page
This summary is based on FPDS Query results for the last full year using the supplied CAGE code and UEI. Findings are limited to recorded award activity and obligated dollars in the dataset; where no transactions exist, concentration and trend measures are not computed.
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 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 |
|---|
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 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 |
|---|
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 1 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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.