This page summarizes award number HT940211C0003 for agency ID 9700 over the last full year. The record shows one award action with total obligated amount of -$5,868,545.
Award Number
Award Number 9700 / HT940211C0003 Federal Contract Action Summary (Last Year)
Federal award record for award number HT940211C0003 under agency ID 9700, showing one action in the last full year with total obligations of -$5.87 million.
Values reflect the provided analysis window and obligated totals; negative obligations are shown as reported.
Overview
The award record for HT940211C0003 covers the last full year and includes one reported action. Total obligated amount is -$5,868,545, which also equals the average action value because only one action is present.
How to use this page
Use this page to review the award-level obligation total and action count for PIID HT940211C0003. It is useful for quick validation of the reported value, comparison across awards, and basic FPDS query review.
Top Agencies
SELECT
content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
content__award__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'HT940211C0003'
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,
agency_name
ORDER BY total_obligated DESC
LIMIT 10
| Agency ID | Agency Name | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| 97DH | DEFENSE HEALTH AGENCY (DHA) | -5,868,545.00 | -5.87 million | 1 |
Insight
Within the 1-year window for award HT940211C0003, obligations are concentrated entirely with the Defense Health Agency (DHA), which accounts for the full observed activity in this section. DHA reflects a single award action totaling -$5.87 million, indicating a net deobligation rather than positive funding. This pattern suggests the award’s recent activity is highly concentrated and driven by one adjustment event.
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__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'HT940211C0003'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
vendor_name,
cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
| Vendor | CAGE Code | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| HUMANA MILITARY HEALTHCARE SERVICES, INC. | 050S0 | -5,868,545.00 | -5.87 million | 1 |
Insight
All reported obligation activity in the 1-year window is concentrated in a single vendor, HUMANA MILITARY HEALTHCARE SERVICES, INC. (CAGE 050S0), with one award accounting for -$5.87 million in total obligated value. This indicates a fully concentrated vendor distribution for PIID HT940211C0003 over the period, with no other vendors represented in the provided data.
Top NAICS
SELECT
content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
content__award__productOrServiceInformation__principalNAICSCode__description AS naics_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'HT940211C0003'
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,
naics_name
ORDER BY total_obligated DESC
LIMIT 10
| NAICS Code | Description | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| 524114 | DIRECT HEALTH AND MEDICAL INSURANCE CARRIERS | -5,868,545.00 | -5.87 million | 1 |
Insight
Over the past 1 year, obligations for award HT940211C0003 are fully concentrated in NAICS 524114, Direct Health and Medical Insurance Carriers. The single recorded award in this NAICS accounts for -$5.87 million in total obligated value, indicating no observed distribution across other NAICS codes in the provided data. This suggests the award’s funding activity is narrowly associated with a single healthcare insurance industry classification over the period.
Top PSC Codes
SELECT
content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
content__award__productOrServiceInformation__productOrServiceCode__description AS psc_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'HT940211C0003'
AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
AND content__award__productOrServiceInformation__productOrServiceCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
psc_code,
psc_name
ORDER BY total_obligated DESC
LIMIT 10
| PSC Code | Description | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| Q201 | MEDICAL- MANAGED HEALTHCARE | -5,868,545.00 | -5.87 million | 1 |
Insight
Obligations for PIID HT940211C0003 in the 1-year window are fully concentrated in PSC Q201, Medical-Managed Healthcare, with a single award record accounting for -$5.87 million. This indicates no PSC diversification within the provided data and suggests the award activity is entirely tied to one managed healthcare category. The negative obligated amount reflects net deobligation or downward adjustment rather than new funding obligation.
Annual Trend
SELECT
toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable,
count() AS award_count
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'HT940211C0003'
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 ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2025 | -5,868,545.00 | -5.87 million | 1 |
Insight
In the 1-year window, this award has a single reported obligation in 2025, totaling -$5.87 million across one action. The activity is fully concentrated in one year and one award record, indicating no distribution across multiple years within the available data. The negative obligation suggests a deobligation or downward adjustment rather than new funding.
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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.