Award Number

Award Number 3600 / 36C10B22F0089 Federal Contract Action Summary (Last Year)

Award number 36C10B22F0089 under agency 3600 shows 5 recorded actions in the last full year with $7.02 million obligated.

This page summarizes federal procurement activity for award 36C10B22F0089 over the last full year. The award has 5 actions and total obligated funding of $7,021,567.63, averaging $1,404,313.53 per action.

Generated at 03/20/2026

Analysis period: Last full year

Values reflect the last full year and use the provided exact obligation total of $7,021,567.63.

Agency ID
3600
PIID
36C10B22F0089
Type
Award
Total Obligated
7.02 million
7,021,567.63
Actions
5
Average Action Value
1,404,313.53

Overview

Award 36C10B22F0089 is an award-level record associated with agency 3600. In the last full year, it recorded 5 actions and $7,021,567.63 in obligated dollars, with an average action value of $1,404,313.53.

How to use this page

Use this page to review the award's recent obligation pattern and action volume. The figures provide a compact view of procurement activity for the selected analysis window without adding details beyond the supplied award data.

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 = '36C10B22F0089'
    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
3600 VETERANS AFFAIRS, DEPARTMENT OF 7,021,567.63 7.02 million 5

Insight

For PIID 36C10B22F0089 over the past year, all recorded obligations are concentrated within the Department of Veterans Affairs (agency 3600). This agency accounts for 7.02 million across 5 awards, indicating a fully single-agency obligation profile for the period. The distribution is not diversified across agencies, so any change in funding activity would be driven entirely by this agency relationship.

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 = '36C10B22F0089'
        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
DELL FEDERAL SYSTEMS L.P. 3XAU1 7,021,567.63 7.02 million 5

Insight

All reported obligations in the 1-year window are concentrated with DELL FEDERAL SYSTEMS L.P. (CAGE 3XAU1), which accounts for $7.02 million across 5 awards under PIID 36C10B22F0089. This indicates a fully single-vendor obligation profile for the period. The distribution suggests no diversification across vendors in the reported awards.

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 = '36C10B22F0089'
    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
511210 SOFTWARE PUBLISHERS 7,021,567.63 7.02 million 5

Insight

Obligations for PIID 36C10B22F0089 over the past year are fully concentrated in NAICS 511210, Software Publishers. The award includes 5 obligations totaling $7.02 million, indicating a narrow industry distribution with no diversification across other NAICS categories in the provided data. This concentration suggests the award activity is tied exclusively to software publishing services or products.

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 = '36C10B22F0089'
    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
DA01 IT AND TELECOM - BUSINESS APPLICATION/APPLICATION DEVELOPMENT SUPPORT SERVICES (LABOR) 7,021,567.63 7.02 million 5

Insight

Obligations under PIID 36C10B22F0089 are fully concentrated in PSC DA01, IT and telecom business application/application development support services (labor), totaling $7.02 million across 5 awards in the 1-year window. This indicates a narrow service focus with all reported spending in a single PSC category. The distribution suggests the award activity is centered on labor-based IT application support rather than diversified procurement across multiple PSCs.

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 = '36C10B22F0089'
    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 7,021,567.63 7.02 million 5

Insight

In 2025, this award recorded $7.02 million in total obligated funding across 5 actions, indicating a concentrated level of activity within the 1-year window. The small number of actions suggests obligations were relatively limited in count but significant in value, with funding likely driven by a few higher-dollar transactions rather than broad distribution.

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.