Federal Agency

OFFICE OF THE COMPTROLLER OF THE CURRENCY Federal Contract Obligations (Last 10 Years)

Federal procurement profile for the Office of the Comptroller of the Currency (agency ID 2046) covering obligations, awards, vendors, NAICS, and annual trends over the last 10 years.

Over the last 10 years, the Office of the Comptroller of the Currency recorded $1.70 billion in obligated spending across 7,275 award actions, with an average action value of $233,118.89. Procurement activity was concentrated in IT and related services, led by NAICS 541519, Other Computer Related Services, and by vendors including FCN, Inc. and Procentrix Incorporated.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals, counts, and annual figures reflect the provided FPDS analysis window and may be affected by rounding in readable values.

Agency ID
2046
Total Obligated
1.70 billion
1,695,939,952.08
Award Actions
7,275
Average Action Value
233,118.89

About OFFICE OF THE COMPTROLLER OF THE CURRENCY federal contract activity

The Office of the Comptroller of the Currency (agency ID 2046) obligated $1.70 billion across 7,275 awards over the last 10 years, for an average award value of $233,118.89. The spend profile indicates a high-volume procurement base with moderate average transaction size, consistent with ongoing support for operational and technology-related requirements.

Vendor concentration and leading contractors

Vendor obligations are concentrated among a small set of firms, led by FCN, Inc. with $124.59 million across 483 awards. The next largest vendors—Procentrix Incorporated, Federal Working Group, Inc., Science Applications International Corporation, and Pragmatics, Inc.—each received between $47.47 million and $85.72 million, showing recurring use of incumbent contractors rather than a broadly diffuse vendor base.

Industry profile based on NAICS activity

Spending is heavily concentrated in NAICS 541519, Other Computer Related Services, which accounts for $762.93 million and 1,949 awards. The next largest categories—Computer Systems Design Services (541512), Custom Computer Programming Services (541511), and Data Processing, Hosting, and Related Services (518210)—confirm that technology and IT support dominate the agency’s contracting portfolio; Direct Health and Medical Insurance Carriers (524114) appears as a smaller but notable category.

Annual contract trend over the analysis window

Annual obligations in the most recent years have remained relatively stable at roughly the $174 million to $202 million level, with 2025 at $201.16 million, 2024 at $191.18 million, 2023 at $202.32 million, 2022 at $174.17 million, and 2021 at $182.04 million. Award counts in those years also stayed within a narrow band of 562 to 653 awards, indicating steady procurement volume without major year-over-year volatility.

How to interpret this page

This summary is based on FPDS obligation data for the Office of the Comptroller of the Currency over the last 10 years, using the provided totals for obligations, award counts, top vendors, top NAICS codes, and annual trend. Amounts are reported as obligated dollars and reflect only the supplied analysis window and metrics; no external data or assumptions were used.

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 = '2046'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
FCN, INC. 124,587,555.77 124.59 million 483
PROCENTRIX INCORPORATED 85,719,076.57 85.72 million 70
FEDERAL WORKING GROUP, INC. 81,584,050.24 81.58 million 49
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 50,062,278.51 50.06 million 65
PRAGMATICS, INC. 47,470,734.80 47.47 million 54
MINBURN TECHNOLOGY GROUP, LLC 45,531,815.76 45.53 million 40
DELTA DENTAL INSURANCE COMPANY 43,755,131.71 43.76 million 22
DELOITTE CONSULTING LLP 42,696,108.38 42.70 million 49
PERATON TECHNOLOGY SERVICES INC. 42,008,860.27 42.01 million 71
DELOITTE & TOUCHE LLP 38,668,594.50 38.67 million 11

Insight

Over the last 10 years, the Office of the Comptroller of the Currency obligated $1.70 billion across 7,275 awards, with an average award value of $233,118.89. Top-vendor obligations are moderately concentrated: FCN, Inc. leads at $124.59 million across 483 awards, while the remaining leading vendors each range from about $38.67 million to $85.72 million. The vendor mix is weighted toward IT and consulting firms, with award counts varying substantially, indicating a combination of high-volume and higher-value contract relationships.

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 = '2046'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 762,931,349.82 762.93 million 1,949
541512 COMPUTER SYSTEMS DESIGN SERVICES 204,233,894.71 204.23 million 328
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 170,262,004.56 170.26 million 243
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 69,872,424.03 69.87 million 430
524114 DIRECT HEALTH AND MEDICAL INSURANCE CARRIERS 42,936,899.81 42.94 million 25
531390 OTHER ACTIVITIES RELATED TO REAL ESTATE 38,219,601.99 38.22 million 27
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 32,901,925.35 32.90 million 485
524113 DIRECT LIFE INSURANCE CARRIERS 28,526,388.71 28.53 million 50
561210 FACILITIES SUPPORT SERVICES 28,255,466.42 28.26 million 108
531210 OFFICES OF REAL ESTATE AGENTS AND BROKERS 27,510,323.66 27.51 million 23

Insight

Over the last 10 years, the Office of the Comptroller of the Currency obligated $1.70 billion across 7,275 awards, with spending concentrated in IT-related NAICS codes. NAICS 541519, Other Computer Related Services, dominates obligations at $762.93 million and 1,949 awards, accounting for roughly 45% of total obligated dollars. The next three categories—541512, 541511, and 518210—add another $444.37 million, indicating that technology and data-processing services represent the primary procurement concentration, while the remaining top NAICS categories are materially smaller and more dispersed.

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 = '2046'
        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 201,164,146.50 201.16 million 636
2024 191,181,627.85 191.18 million 649
2023 202,315,144.53 202.32 million 619
2022 174,169,699.39 174.17 million 653
2021 182,041,718.36 182.04 million 562
2020 145,315,288.27 145.32 million 608
2019 139,127,641.08 139.13 million 697
2018 143,146,926.06 143.15 million 787
2017 161,747,578.53 161.75 million 1,035
2016 155,730,181.51 155.73 million 1,029

Insight

Over the last 10 years, the Office of the Comptroller of the Currency obligated $1.70 billion across 7,275 awards, averaging $233,118.89 per award. Annual obligations were relatively stable in the $139.13 million to $202.32 million range, with a low in 2019 and higher levels in 2023 and 2025. Award volume was concentrated in the earlier years, peaking at 1,035 in 2017 and 1,029 in 2016, then generally declining to the 562–653 range in 2020–2025, indicating fewer awards with comparatively higher annual obligation levels.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.