Use this page to review federal contract obligations for PSC G099 (SOCIAL- OTHER) for last 5 years. The analysis is based on FPDS award-action data.
PSC Code
PSC G099 Federal Contract Obligations (Last 5 Years)
This page summarizes federal contract obligations for PSC G099 (SOCIAL- OTHER) for last 5 years, including award volume and market trend context.
All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 5 years analysis window.
About PSC G099 federal contract activity
This page summarizes last 5 years of federal contract activity associated with PSC G099 (SOCIAL- OTHER). Based on the current FPDS Query dataset, this category shows 7.44 billion in visible obligations across 4,273 award actions, with an average action value of 1,740,396.64. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.
Agency demand and leading federal buyers
Demand for PSC G099 (SOCIAL- OTHER) appears concentrated among a relatively small group of federal buyers over the last 5 years. The visible agency ranking is led by ADMINISTRATION FOR CHILDREN AND FAMILIES, with 3.64 billion in obligations, followed by FEDERAL ACQUISITION SERVICE. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.
Vendor concentration and leading contractors
The vendor distribution helps show which contractors capture the largest visible share of obligations in PSC G099 (SOCIAL- OTHER) over the last 5 years. The current ranking is led by FAMILY ENDEAVORS, INC., with 2.02 billion in obligations, followed by ARMED FORCES SERVICES CORPORATION. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.
Annual contract trend over the analysis window
The annual trend table provides a year-based view of how visible obligations and award actions have evolved for PSC G099 (SOCIAL- OTHER) across the last 5 years, from 2021 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market segment.
How to interpret this page
The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of category-scale obligations, top buying agencies, leading vendors, and visible year-over-year movement within last 5 years. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.
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__productOrServiceInformation__productOrServiceCode = 'G099'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 |
|---|---|---|---|---|
| 7590 | ADMINISTRATION FOR CHILDREN AND FAMILIES | 3,641,892,134.72 | 3.64 billion | 147 |
| 4732 | FEDERAL ACQUISITION SERVICE | 2,774,094,914.73 | 2.77 billion | 200 |
| 1406 | DEPARTMENTAL OFFICES | 434,110,048.85 | 434.11 million | 35 |
| 3600 | VETERANS AFFAIRS, DEPARTMENT OF | 290,317,736.54 | 290.32 million | 1,891 |
| 5700 | DEPT OF THE AIR FORCE | 139,304,175.26 | 139.30 million | 497 |
| 1700 | DEPT OF THE NAVY | 60,292,624.14 | 60.29 million | 174 |
| 7012 | U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT | 47,230,551.27 | 47.23 million | 44 |
| 7014 | U.S. CUSTOMS AND BORDER PROTECTION | 43,525,814.79 | 43.53 million | 19 |
| 2100 | DEPT OF THE ARMY | 28,494,438.37 | 28.49 million | 329 |
| 9594 | COURT SERVICES AND OFFENDER SUPERVISION AGENCY | 18,155,153.39 | 18.16 million | 27 |
Insight
PSC G099 (SOCIAL- OTHER) appears to be concentrated among a relatively small group of major buying agencies over the last 5 years. The visible ranking is led by ADMINISTRATION FOR CHILDREN AND FAMILIES, followed by FEDERAL ACQUISITION SERVICE, which suggests that agency demand in this category is not evenly distributed.
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(anyHeavy(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
contract_type = 1
AND content__award__productOrServiceInformation__productOrServiceCode = 'G099'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
vendor_name,
content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode
)
ORDER BY total_obligated DESC
LIMIT 10
| Vendor | CAGE Code | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| FAMILY ENDEAVORS, INC. | 52LR2 | 2,016,146,817.77 | 2.02 billion | 39 |
| ARMED FORCES SERVICES CORPORATION | 1Q8F1 | 1,046,695,690.31 | 1.05 billion | 66 |
| LEIDOS, INC. | 5UTE2 | 985,837,020.36 | 985.84 million | 64 |
| CHEROKEE NATION MANAGEMENT & CONSULTING, L.L.C. | 6YW97 | 714,473,966.11 | 714.47 million | 11 |
| VALUEOPTIONS FEDERAL SERVICES, INC. | 7CBS1 | 324,963,567.05 | 324.96 million | 26 |
| DEPLOYED RESOURCES, LLC | 1TP05 | 273,676,996.00 | 273.68 million | 2 |
| PROVIDENCIA GROUP, LLC, THE | 8VYR6 | 273,491,185.99 | 273.49 million | 12 |
| DEPLOYED SERVICES, LLC | 8L1K8 | 246,401,690.20 | 246.40 million | 12 |
| DRC EMERGENCY SERVICES, LLC | 4A7V9 | 200,865,673.45 | 200.87 million | 6 |
| MVM INC | 0BUL6 | 122,484,897.00 | 122.48 million | 10 |
Insight
Within PSC G099 (SOCIAL- OTHER), visible obligations over the last 5 years appear concentrated among a relatively small set of leading vendors. FAMILY ENDEAVORS, INC. ranks first, followed by ARMED FORCES SERVICES CORPORATION, which helps define the current competitive landscape in this category.
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__productOrServiceInformation__productOrServiceCode = 'G099'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
)
ORDER BY year DESC
| Year | Total Obligated | Readable | Award Actions |
|---|---|---|---|
| 2025 | 683,524,524.33 | 683.52 million | 694 |
| 2024 | 823,230,592.23 | 823.23 million | 822 |
| 2023 | 978,474,628.85 | 978.47 million | 847 |
| 2022 | 2,164,569,645.79 | 2.16 billion | 873 |
| 2021 | 2,786,915,466.77 | 2.79 billion | 1,037 |
Insight
The annual trend shows how obligations in PSC G099 (SOCIAL- OTHER) moved across the last 5 years, from 2021 through 2025. This helps users judge whether visible contract activity in this category appears stable, rising, or easing over time.
Use FPDS Query for deeper PSC analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper PSC analysis across agencies, vendors, and annual trends.
Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.