This page summarizes the award history for PIID 36C10G23K0062 within agency ID 3600. The record shows one award action with total obligated amounts of $1,793,325,708.71.
Award Number
Award Number 3600 / 36C10G23K0062 Federal Contract Action Summary (Last 10 Years)
Federal award record for award number 36C10G23K0062 under agency ID 3600, showing one action and $1.79 billion in obligations over the last 10 years.
Amounts reflect the analysis window of the last 10 years and are shown as reported for this award record.
Overview
The award record for PIID 36C10G23K0062 contains a single action in the selected 10-year window. Total obligated value is $1,793,325,708.71, and the average action value matches the full award amount because only one action is present.
How to use this page
Use this page to identify the award by number, review the obligation total, and confirm the action count associated with agency ID 3600. It is useful for quick award-level lookup and for comparing this record against other federal procurement entries.
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 = '3600' AND content__award__awardID__awardContractID__PIID = '36C10G23K0062'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 |
|---|---|---|---|---|
| 3600 | VETERANS AFFAIRS, DEPARTMENT OF | 1,793,325,708.71 | 1.79 billion | 1 |
Insight
This award is fully concentrated in a single top agency: the Department of Veterans Affairs, with $1.79 billion obligated across 1 award over the 10-year window. The obligation profile indicates no distribution across additional agencies in the provided rows. This level of concentration suggests the award’s funding and execution are entirely tied to VA requirements.
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 = '3600' AND content__award__awardID__awardContractID__PIID = '36C10G23K0062'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 |
|---|---|---|---|---|
| OPTUM PUBLIC SECTOR SOLUTIONS, INC. | 4KU58 | 1,793,325,708.71 | 1.79 billion | 1 |
Insight
Award obligations for PIID 36C10G23K0062 are fully concentrated with a single vendor, OPTUM PUBLIC SECTOR SOLUTIONS, INC. (CAGE 4KU58), which accounts for $1.79 billion across one award over the 10-year window. This indicates extreme vendor concentration and no observed distribution across additional vendors 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 = '3600' AND content__award__awardID__awardContractID__PIID = '36C10G23K0062'
AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__award__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 | 1,793,325,708.71 | 1.79 billion | 1 |
Insight
Obligations under PIID 36C10G23K0062 are fully concentrated in NAICS 524114, Direct Health and Medical Insurance Carriers, with one award accounting for $1.79 billion over the 10-year window. This indicates no diversification across NAICS codes within the provided data. The award’s funding profile is therefore highly concentrated in a single health insurance-related industry classification.
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 = '3600' AND content__award__awardID__awardContractID__PIID = '36C10G23K0062'
AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
AND content__award__productOrServiceInformation__productOrServiceCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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- GENERAL HEALTH CARE | 1,793,325,708.71 | 1.79 billion | 1 |
Insight
Obligations for PIID 36C10G23K0062 are entirely concentrated in PSC Q201, Medical-General Health Care, with $1.79 billion obligated across a single award record. This indicates a highly concentrated service profile with no observable PSC diversification in the provided 10-year window. The distribution suggests the award is dominated by one medical services category rather than a mixed portfolio of product or service types.
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 = '3600' AND content__award__awardID__awardContractID__PIID = '36C10G23K0062'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2023 | 1,793,325,708.71 | 1.79 billion | 1 |
Insight
The 10-year annual trend for award PIID 36C10G23K0062 under Agency ID 3600 is concentrated entirely in FY 2023, with one award obligating $1.79 billion. No other years are reflected in the provided window, indicating a single-year obligation profile rather than a distributed funding pattern. This level of concentration suggests the award activity captured here is isolated to FY 2023 within the available data.
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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.