Award Number

Award Number 9100 / 0002 Federal Contract Action Summary (Last 5 Years)

Federal procurement analysis for award number 0002 under agency ID 9100, covering award activity over the last 5 years.

This page summarizes award number 0002 for agency ID 9100 across the last 5 years. The award shows 147 actions with total obligated funding of 174.20 million and an average action value of 1,185,065.78.

Generated at 03/20/2026

Analysis period: Last 5 years

Totals reflect the provided analysis window and may differ from other reporting views depending on timing and rounding.

Agency ID
9100
PIID
0002
Type
Award
Total Obligated
174.20 million
174,204,670.33
Actions
147
Average Action Value
1,185,065.78

Overview

Award number 0002 under agency ID 9100 records 147 award actions in the last 5 years. Total obligated funding is 174,204,670.33, with an average action value of 1,185,065.78. This supports a summary view of the award’s activity level and funding scale.

How to use this page

Use this page to review the award’s obligation pattern, action count, and average action value over the selected period. It is useful for quick FPDS-style reference and for comparing this award against other awards or agency-level procurement activity.

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 = '9100' AND content__award__awardID__awardContractID__PIID = '0002'
    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,
    agency_name
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Actions
9100 EDUCATION, DEPARTMENT OF 174,204,670.33 174.20 million 147

Insight

Within the 5-year window for PIID 0002, all reported obligations are concentrated in the Department of Education, totaling $174.20 million across 147 awards. This indicates a fully concentrated agency distribution for this award, with no other agencies represented in the provided rows. The volume of awards suggests repeated obligation activity within a single agency relationship rather than cross-agency spread.

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 = '9100' AND content__award__awardID__awardContractID__PIID = '0002'
        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,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions
F.H. CANN & ASSOCIATES, INC. 4U8A5 44,106,765.01 44.11 million 12
ACTION FINANCIAL 6JJV2 20,114,741.67 20.11 million 8
NATIONAL CREDIT SERVICES, INC. 4Z0U5 17,177,344.22 17.18 million 7
NATIONAL RECOVERIES INC 4M7J7 16,566,410.63 16.57 million 8
PROFESSIONAL BUREAU OF COLLECTIONS OF MARYLAND, INC. 3Q7Z7 14,902,510.68 14.90 million 7
RELIANT CAPITAL SOLUTIONS, LLC 522F0 11,884,930.11 11.88 million 8
CENTRAL RESEARCH INC 3SZE0 11,758,001.71 11.76 million 8
BASS & ASSOCIATES, A PROFESSIONAL CORPORATION 39BN3 11,603,039.28 11.60 million 8
IMMEDIATE CREDIT RECOVERY, INC 4UBM2 10,134,463.19 10.13 million 8
COAST PROFESSIONAL, INC. 4PFP2 7,217,910.02 7.22 million 8

Insight

Obligations under PIID 0002 are concentrated among a small set of vendors, with F.H. CANN & ASSOCIATES, INC. leading at $44.11 million across 12 awards, well above the next highest vendor. The remaining top vendors each received roughly $7.22 million to $20.11 million and 7 to 8 awards apiece, indicating a relatively narrow spread among the rest of the top tier. This pattern suggests a primary vendor with materially higher cumulative obligation, followed by a clustered group of similarly active contractors over the 5-year window.

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 = '9100' AND content__award__awardID__awardContractID__PIID = '0002'
    AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__award__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
561440 COLLECTION AGENCIES 170,088,938.04 170.09 million 92
541720 RESEARCH AND DEVELOPMENT IN THE SOCIAL SCIENCES AND HUMANITIES 3,324,950.81 3.32 million 10
541519 OTHER COMPUTER RELATED SERVICES 360,498.86 360.50 thousand 7
541219 OTHER ACCOUNTING SERVICES 281,100.63 281.10 thousand 3
541512 COMPUTER SYSTEMS DESIGN SERVICES 149,762.73 149.76 thousand 4
611710 EDUCATIONAL SUPPORT SERVICES 20,000.00 20.00 thousand 2
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 0.00 0.00 1
541613 MARKETING CONSULTING SERVICES -50.60 -50.60 1
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES -2,316.66 -2.32 thousand 1
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES -18,213.48 -18.21 thousand 26

Insight

Obligations for PIID 0002 are highly concentrated in NAICS 561440, Collection Agencies, which accounts for $170.09 million across 92 awards and far exceeds all other categories. The next largest NAICS, 541720, Research and Development in the Social Sciences and Humanities, totals $3.32 million across 10 awards, indicating a steep drop-off after the dominant code. Remaining NAICS categories are small by comparison, with several in the hundreds of thousands or less and a few negative or zero-obligation entries, suggesting limited ancillary activity and some deobligation adjustments over the 5-year window.

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 = '9100' AND content__award__awardID__awardContractID__PIID = '0002'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
R705 SUPPORT- MANAGEMENT: DEBT COLLECTION 170,088,938.04 170.09 million 92
AF11 EDUCATION, TRAINING, EMPLOYMENT, & SOCIAL SVCS R&D SVCS; EDUCATION SVCS R&D; BASIC RESEARCH 3,264,173.29 3.26 million 13
D308 IT AND TELECOM- PROGRAMMING 510,261.59 510.26 thousand 9
R408 SUPPORT- PROFESSIONAL: PROGRAM MANAGEMENT/SUPPORT 219,772.66 219.77 thousand 3
R799 SUPPORT- MANAGEMENT: OTHER 106,127.17 106.13 thousand 5
B542 SPECIAL STUDIES/ANALYSIS- EDUCATIONAL 20,000.00 20.00 thousand 1
D302 IT AND TELECOM- SYSTEMS DEVELOPMENT 0.00 0.00 2
AF16 R&D- EDUCATION: EDUCATIONAL (MANAGEMENT/SUPPORT) 0.00 0.00 2
R410 SUPPORT- PROFESSIONAL: PROGRAM EVALUATION/REVIEW/DEVELOPMENT -0.08 -0.08 2
R499 SUPPORT- PROFESSIONAL: OTHER -2,285.68 -2.29 thousand 17

Insight

Obligations under PIID 0002 are highly concentrated in PSC R705, which accounts for $170.09 million across 92 awards and dominates the 5-year profile. The remaining obligations are much smaller and dispersed across a limited set of PSCs, led by AF11 at $3.26 million and D308 at $510.26 thousand, with all other categories each below $220 thousand. Several PSCs reflect zero or near-zero net obligations, including D302 and AF16 at $0.00 and minor negative amounts in R410 and R499, indicating minimal net activity outside the primary debt collection function.

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 = '9100' AND content__award__awardID__awardContractID__PIID = '0002'
    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 ASC
Year Total Obligated Readable Actions
2021 202,914,360.43 202.91 million 105
2022 -88,072.30 -88.07 thousand 16
2023 1,522,772.31 1.52 million 9
2024 -30,005,281.43 -30.01 million 15
2025 -139,108.68 -139.11 thousand 2

Insight

Obligations for PIID 0002 are heavily concentrated in 2021, when 105 awards accounted for $202.91 million, far exceeding activity in all subsequent years. From 2022 through 2025, annual obligations were small and negative or near zero, with award counts ranging from 2 to 16, indicating limited and inconsistent activity after the initial spike. The pattern suggests a front-loaded obligation profile followed by minimal annual adjustments rather than sustained annual 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.