This FPDS Query page summarizes Consumer Financial Protection Bureau obligations for the last full year, showing 43,944,374.76 in total obligated dollars across 720 award actions, for an average action value of 61,033.85. Procurement was concentrated in other computer related services, financial transactions processing, and credit bureau support.
Federal Agency
CONSUMER FINANCIAL PROTECTION BUREAU Federal Contract Obligations (Last Year)
Consumer Financial Protection Bureau procurement activity for the last full year totaled 43.94 million across 720 award actions.
Totals reflect the provided analysis window and may not match rounded figures exactly due to formatting.
About CONSUMER FINANCIAL PROTECTION BUREAU federal contract activity
During the last full year, the Consumer Financial Protection Bureau (Agency ID 955F) obligated 43.94 million across 720 awards, for an average award value of 61,033.85. The spending profile indicates a high volume of relatively small obligations alongside a small number of larger service contracts.
Vendor concentration and leading contractors
Vendor concentration was led by SENTURE LIMITED LIABILITY COMPANY at 16.80 million across 6 awards, followed by LANCER INFORMATION SOLUTIONS, LLC at 9.96 million across 3 awards. ACUMEN SOLUTIONS, INC., FCN, INC., and EXPERIAN INFORMATION SOLUTIONS, INC. rounded out the top five, with the vendor mix showing a strong emphasis on information technology and data-related support.
Industry profile based on NAICS activity
NAICS 541519, Other Computer Related Services, dominated obligations at 42.64 million across 224 awards, accounting for the vast majority of reported spending. Other significant categories included 522320, Financial Transactions Processing, Reserve, and Clearinghouse Activities, 561450, Credit Bureaus, 517110, Wired Telecommunications Carriers, and 511210, Software Publishers, reinforcing a procurement profile centered on technical, financial data, and communications services.
Annual contract trend over the analysis window
The annual trend for 2025 shows 43.94 million obligated across 720 awards, matching the reported last full year totals. With only a single year in the analysis window, the data supports a snapshot assessment rather than a multi-year directional trend.
How to interpret this page
This page is based on FPDS award records for the Consumer Financial Protection Bureau (955F) using the last full year as the analysis window. Obligations are summarized by total obligated dollars, award count, average award value, top vendors, and top NAICS codes as reported in the provided dataset.
Top Vendors
SELECT
vendor_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__vendor__vendorHeader__vendorName AS vendor_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__purchaserInformation__contractingOfficeAgencyID = '955F'
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
)
ORDER BY total_obligated DESC
LIMIT 10
| Vendor | Total Obligated | Readable | Award Actions |
|---|---|---|---|
| SENTURE LIMITED LIABILITY COMPANY | 16,802,169.85 | 16.80 million | 6 |
| LANCER INFORMATION SOLUTIONS, LLC | 9,958,104.73 | 9.96 million | 3 |
| ACUMEN SOLUTIONS, INC. | 4,231,519.68 | 4.23 million | 8 |
| FCN, INC. | 3,806,434.17 | 3.81 million | 25 |
| EXPERIAN INFORMATION SOLUTIONS, INC. | 3,473,086.20 | 3.47 million | 27 |
| RUST CONSULTING, INC. | 2,680,435.45 | 2.68 million | 34 |
| AAC INC. | 2,501,273.20 | 2.50 million | 4 |
| DELOITTE CONSULTING LLP | 2,364,907.20 | 2.36 million | 5 |
| MANTECH ADVANCED SYSTEMS INTERNATIONAL, INC. | 1,936,759.84 | 1.94 million | 5 |
| CARAHSOFT TECHNOLOGY CORP. | 1,845,166.15 | 1.85 million | 2 |
Insight
Over the last full year, the Consumer Financial Protection Bureau obligated $43.94 million across 720 awards, with an average award value of $61.0K. Obligations are concentrated among a small set of vendors: SENTURE LIMITED LIABILITY COMPANY and LANCER INFORMATION SOLUTIONS, LLC account for $26.76 million combined, or about 61% of total obligations, despite only 9 awards between them. The remaining top vendors are more evenly distributed, with several firms receiving between $1.85 million and $4.23 million across higher award counts, indicating a broader base of smaller obligations beyond the largest awards.
Top NAICS
SELECT
naics_code,
naics_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__purchaserInformation__contractingOfficeAgencyID = '955F'
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
)
ORDER BY total_obligated DESC
LIMIT 10
| NAICS Code | Description | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| 541519 | OTHER COMPUTER RELATED SERVICES | 42,641,485.56 | 42.64 million | 224 |
| 522320 | FINANCIAL TRANSACTIONS PROCESSING, RESERVE, AND CLEARINGHOUSE ACTIVITIES | 4,061,823.54 | 4.06 million | 55 |
| 561450 | CREDIT BUREAUS | 3,473,086.20 | 3.47 million | 27 |
| 517110 | WIRED TELECOMMUNICATIONS CARRIERS | 2,324,392.28 | 2.32 million | 7 |
| 511210 | SOFTWARE PUBLISHERS | 1,905,458.40 | 1.91 million | 9 |
| 561720 | JANITORIAL SERVICES | 1,442,562.24 | 1.44 million | 2 |
| 561210 | FACILITIES SUPPORT SERVICES | 1,041,701.37 | 1.04 million | 2 |
| 541511 | CUSTOM COMPUTER PROGRAMMING SERVICES | 904,932.23 | 904.93 thousand | 29 |
| 221118 | OTHER ELECTRIC POWER GENERATION | 835,531.15 | 835.53 thousand | 4 |
| 519130 | INTERNET PUBLISHING AND BROADCASTING AND WEB SEARCH PORTALS | 647,664.43 | 647.66 thousand | 18 |
Insight
Over the last full year, CFPB’s obligations were highly concentrated in NAICS 541519, Other Computer Related Services, which accounted for $42.64 million of $43.94 million total obligated, or about 97% of spending, across 224 awards. The remaining obligations were distributed across a much smaller set of NAICS codes, led by Financial Transactions Processing, Reserve, and Clearinghouse Activities ($4.06 million) and Credit Bureaus ($3.47 million), indicating a strong emphasis on IT-related and financial data services. Smaller obligations were spread across telecommunications, software, facilities, janitorial, and other support functions, with no other NAICS approaching the dominant 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__purchaserInformation__contractingOfficeAgencyID = '955F'
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 DESC
| Year | Total Obligated | Readable | Award Actions |
|---|---|---|---|
| 2025 | 43,944,374.76 | 43.94 million | 720 |
Insight
For the last full year, the Consumer Financial Protection Bureau recorded $43.94 million in total obligations across 720 awards, for an average award value of $61.0 thousand. With only one annual data point in the 1-year window, no year-over-year trend can be assessed from the provided data. The obligation total is distributed across a relatively high award count, indicating a fragmented award profile rather than concentration in a small number of actions.
Use FPDS Query for deeper analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.
Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.