PSC Code

PSC R705 Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for PSC R705 (SUPPORT- MANAGEMENT: DEBT COLLECTION) for last 10 years, including award volume and market trend context.

Use this page to review federal contract obligations for PSC R705 (SUPPORT- MANAGEMENT: DEBT COLLECTION) for last 10 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 10 years

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 10 years analysis window.

PSC Code
R705
PSC Description
SUPPORT- MANAGEMENT: DEBT COLLECTION
Total Obligated
4.52 billion
4,523,117,179.26
Award Actions
2,110
Average Action Value
2,143,657.43

About PSC R705 federal contract activity

This page summarizes last 10 years of federal contract activity associated with PSC R705 (SUPPORT- MANAGEMENT: DEBT COLLECTION). Based on the current FPDS Query dataset, this category shows 4.52 billion in visible obligations across 2,110 award actions, with an average action value of 2,143,657.43. 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 R705 (SUPPORT- MANAGEMENT: DEBT COLLECTION) appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by EDUCATION, DEPARTMENT OF, with 4.18 billion in obligations, followed by BUREAU OF THE FISCAL 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 R705 (SUPPORT- MANAGEMENT: DEBT COLLECTION) over the last 10 years. The current ranking is led by COAST PROFESSIONAL, INC., with 507.26 million in obligations, followed by IMMEDIATE CREDIT RECOVERY, INC. 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 R705 (SUPPORT- MANAGEMENT: DEBT COLLECTION) across the last 10 years, from 2016 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 10 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 = 'R705'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
9100 EDUCATION, DEPARTMENT OF 4,181,505,913.96 4.18 billion 1,126
2036 BUREAU OF THE FISCAL SERVICE 330,982,370.04 330.98 million 580
97DH DEFENSE HEALTH AGENCY (DHA) 11,255,828.55 11.26 million 26
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 9,579,588.54 9.58 million 24
3600 VETERANS AFFAIRS, DEPARTMENT OF 2,360,186.09 2.36 million 36
7014 U.S. CUSTOMS AND BORDER PROTECTION 2,000,003.02 2.00 million 25
1700 DEPT OF THE NAVY 1,573,459.58 1.57 million 10
1205 USDA, DEPARTMENTAL ADMINISTRATION 1,472,478.86 1.47 million 3
1501 OFFICES, BOARDS AND DIVISIONS 1,230,080.74 1.23 million 28
2100 DEPT OF THE ARMY 1,015,887.16 1.02 million 10

Insight

PSC R705 (SUPPORT- MANAGEMENT: DEBT COLLECTION) appears to be concentrated among a relatively small group of major buying agencies over the last 10 years. The visible ranking is led by EDUCATION, DEPARTMENT OF, followed by BUREAU OF THE FISCAL 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 = 'R705'
        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,
        content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
COAST PROFESSIONAL, INC. 4PFP2 507,261,720.13 507.26 million 131
IMMEDIATE CREDIT RECOVERY, INC 4UBM2 356,838,023.94 356.84 million 59
NATIONAL RECOVERIES INC 4M7J7 309,344,805.04 309.34 million 55
CONTINENTAL SERVICE GROUP INCORPORATED 3LZN3 279,116,595.43 279.12 million 112
CREDIT ADJUSTMENTS INC 4Y7J7 224,354,195.39 224.35 million 57
CENTRAL RESEARCH INC 3SZE0 222,796,392.34 222.80 million 57
ACTION FINANCIAL 6JJV2 217,477,552.06 217.48 million 55
F.H. CANN & ASSOCIATES, INC. 4U8A5 202,573,323.56 202.57 million 66
RELIANT CAPITAL SOLUTIONS, LLC 522F0 197,497,726.39 197.50 million 55
FINANCIAL MANAGEMENT SYSTEMS, 1TEX0 194,882,004.42 194.88 million 23

Insight

Within PSC R705 (SUPPORT- MANAGEMENT: DEBT COLLECTION), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. COAST PROFESSIONAL, INC. ranks first, followed by IMMEDIATE CREDIT RECOVERY, INC, 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 = 'R705'
        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 DESC
Year Total Obligated Readable Award Actions
2025 106,341,664.53 106.34 million 89
2024 19,300,445.81 19.30 million 85
2023 -14,105,674.42 -14.11 million 59
2022 35,085,652.27 35.09 million 52
2021 213,420,522.34 213.42 million 177
2020 1,065,128,317.28 1.07 billion 246
2019 872,322,456.67 872.32 million 278
2018 799,138,568.10 799.14 million 316
2017 513,599,756.93 513.60 million 346
2016 912,885,469.75 912.89 million 462

Insight

The annual trend shows how obligations in PSC R705 (SUPPORT- MANAGEMENT: DEBT COLLECTION) moved across the last 10 years, from 2016 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.