In the last full year, UNITED CONCORDIA COMPANIES, INC. recorded 33 award actions totaling $419.26 million, for an average action value of $12.70 million. All obligated spending in the period was reported under the Defense Health Agency and NAICS 524114, Direct Health and Medical Insurance Carriers.
Federal Contractor
UNITED CONCORDIA COMPANIES, INC. Federal Contract Obligations (Last Year)
Federal procurement profile for UNITED CONCORDIA COMPANIES, INC. (CAGE 03XW8, UEI EUEVXMR5L7A3) covering the last full year of obligated awards.
Figures reflect the analysis window of the last full year and are based on the provided obligated totals, award counts, and agency and NAICS rollups.
About UNITED CONCORDIA COMPANIES, INC. federal contract activity
UNITED CONCORDIA COMPANIES, INC. (CAGE 03XW8, UEI EUEVXMR5L7A3) recorded 33 FPDS awards in the last full year with total obligated dollars of 419.26 million and an average award value of 12.70 million. The obligation profile is concentrated rather than diversified, with all observed activity flowing through a single agency and a single NAICS classification.
Agency mix and customer concentration
Defense Health Agency (DHA) accounted for 419.26 million across 33 awards, representing 100% of obligated dollars in the analysis window. This indicates the vendor’s federal contracting footprint was entirely tied to DHA during the period reviewed.
Industry profile based on NAICS activity
All recorded obligations were classified under NAICS 524114, Direct Health and Medical Insurance Carriers, totaling 419.26 million across 33 awards. The NAICS profile is fully concentrated in the vendor’s core insurance service line, with no evidence in this window of federal work outside that category.
Annual contract trend over the analysis window
The annual trend shows 419.26 million obligated in 2025 across 33 awards. With only one year of data in the analysis window, the trend is best read as a point-in-time snapshot rather than a multi-year pattern.
How to interpret this page
This summary reflects FPDS obligations for the vendor under CAGE 03XW8 and UEI EUEVXMR5L7A3 during the last full year. Amounts are based on obligated dollars, and concentration statements are derived from the provided agency, NAICS, and annual aggregates only.
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 = '03XW8'
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 |
|---|---|---|---|---|
| 97DH | DEFENSE HEALTH AGENCY (DHA) | 419,263,218.89 | 419.26 million | 33 |
Insight
Over the last full year, UNITED CONCORDIA COMPANIES, INC. (CAGE 03XW8) received $419.26 million across 33 awards, for an average award value of about $12.70 million. Obligations were entirely concentrated in one agency: the Defense Health Agency (DHA), which accounted for 100% of total obligated dollars and all 33 awards. This indicates a highly concentrated customer base and procurement profile within the reporting period.
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 = '03XW8'
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 |
|---|---|---|---|---|
| 524114 | DIRECT HEALTH AND MEDICAL INSURANCE CARRIERS | 419,263,218.89 | 419.26 million | 33 |
Insight
During the last full year, UNITED CONCORDIA COMPANIES, INC. (CAGE 03XW8) received $419.26 million across 33 awards, with an average award value of $12.70 million. All obligated dollars in this period were concentrated in NAICS 524114, Direct Health and Medical Insurance Carriers, indicating complete alignment of the vendor’s federal activity with a single primary industry classification. This high concentration suggests limited NAICS diversification in the observed 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 = '03XW8'
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 | 419,263,218.89 | 419.26 million | 33 |
Insight
During the last full year, UNITED CONCORDIA COMPANIES, INC. (CAGE 03XW8) obligated $419.26 million across 33 awards, for an average award value of about $12.70 million. With all observed obligations recorded in 2025, the 1-year window shows a concentrated award profile within a single year rather than a multi-year distribution. The volume and value indicate a relatively high-dollar, low-count contracting pattern over the period reviewed.
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.