Federal Agency

UNITED STATES INTERNATIONAL DEVELOPMENT FINANCE CORPORATION Federal Contract Obligations (Last 10 Years)

Federal procurement summary for the UNITED STATES INTERNATIONAL DEVELOPMENT FINANCE CORPORATION (Agency ID 7700) covering obligations and award activity over the last 10 years.

Across the last 10 years, the United States International Development Finance Corporation recorded 3,391 award actions with total obligations of $399.47 million and an average action value of $117,802.52. Recent activity was led by 2024 at $106.91 million across 1,023 actions, followed by 2025 at $84.19 million across 495 actions.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals, rankings, and annual trends reflect the provided analysis window and may include obligated amounts rounded for readability.

Agency ID
7700
Total Obligated
399.47 million
399,468,356.93
Award Actions
3,391
Average Action Value
117,802.52

About UNITED STATES INTERNATIONAL DEVELOPMENT FINANCE CORPORATION federal contract activity

Over the last 10 years, the UNITED STATES INTERNATIONAL DEVELOPMENT FINANCE CORPORATION recorded 3,391 awards totaling $399.47 million, with an average award value of $117,802.52. The obligation profile indicates a moderate-volume portfolio concentrated in professional, legal, and IT-related services rather than large capital awards.

Vendor concentration and leading contractors

Vendor obligations are led by SUMMIT CONSULTING LLC at $42.46 million across 31 awards, followed by CREOAL CONSULTING, LLC at $22.41 million across 112 awards and CROSSBOUNDARY LLC at $21.81 million across 65 awards. NORTHRAMP LLC and HUNTON ANDREWS KURTH LLP round out the top five, reinforcing a vendor base centered on consulting, advisory, and legal support services.

Industry profile based on NAICS activity

NAICS concentration is strongest in 541611 Administrative Management and General Management Consulting Services at $101.56 million across 606 awards. The next largest categories are 541519 Other Computer Related Services, 541110 Offices of Lawyers, 541511 Custom Computer Programming Services, and 541513 Computer Facilities Management Services, showing a procurement mix weighted toward management consulting, legal services, and information technology support.

Annual contract trend over the analysis window

Annual obligations peaked in 2024 at $106.91 million across 1,023 awards, then declined to $84.19 million across 495 awards in 2025. Prior years show a lower but still substantial spend base, including $76.59 million in 2023, $57.46 million in 2022, and $39.01 million in 2021, indicating a general upward shift through 2024 before moderating in the most recent year shown.

How to interpret this page

This page summarizes FPDS award records for Agency ID 7700 over the last 10 years and aggregates obligated dollars, award counts, and average award values. Vendor, NAICS, and annual trend sections are ranked by total obligated amount using the values provided in the analysis window.

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 = '7700'
        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
SUMMIT CONSULTING LLC 42,457,042.26 42.46 million 31
CREOAL CONSULTING, LLC 22,412,507.59 22.41 million 112
CROSSBOUNDARY LLC 21,814,878.33 21.81 million 65
NORTHRAMP LLC 18,834,931.35 18.83 million 36
HUNTON ANDREWS KURTH LLP 12,239,816.74 12.24 million 98
TRILLION TECHNOLOGY SOLUTIONS INC 10,617,997.30 10.62 million 9
MORRISON & FOERSTER LLP 9,927,537.10 9.93 million 128
MAYER BROWN LLP 8,567,271.92 8.57 million 48
UNISON SOFTWARE, INC. 8,491,998.94 8.49 million 20
PALANTIR USG INC 7,888,965.54 7.89 million 1

Insight

Over the last 10 years, the U.S. International Development Finance Corporation obligated $399.47 million across 3,391 awards, with an average award value of $117,802.52. Top vendor obligations are moderately concentrated: the top 10 vendors account for $163.30 million, or about 40.9% of total obligated dollars, led by SUMMIT CONSULTING LLC at $42.46 million and CREOAL CONSULTING, LLC at $22.41 million. Award volume is more dispersed than dollars, with higher-count vendors such as MORRISON & FOERSTER LLP (128 awards) and CREOAL CONSULTING, LLC (112 awards) receiving smaller shares of total obligations, while some vendors such as PALANTIR USG INC received a large single award ($7.89 million).

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 = '7700'
        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
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 101,563,655.81 101.56 million 606
541519 OTHER COMPUTER RELATED SERVICES 52,572,128.36 52.57 million 467
541110 OFFICES OF LAWYERS 48,598,527.53 48.60 million 729
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 46,175,702.11 46.18 million 177
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 42,188,075.43 42.19 million 90
561311 EMPLOYMENT PLACEMENT AGENCIES 11,962,692.74 11.96 million 84
511210 SOFTWARE PUBLISHERS 10,154,711.38 10.15 million 74
541512 COMPUTER SYSTEMS DESIGN SERVICES 9,570,128.62 9.57 million 21
513210 SOFTWARE PUBLISHERS 8,063,129.06 8.06 million 3
334111 ELECTRONIC COMPUTER MANUFACTURING 6,898,410.73 6.90 million 73

Insight

Over the last 10 years, UNITED STATES INTERNATIONAL DEVELOPMENT FINANCE CORPORATION obligated $399.47 million across 3,391 awards, with spending concentrated in a small set of service-oriented NAICS codes. NAICS 541611 (Administrative Management and General Management Consulting Services) is the largest category at $101.56 million, or about 25.4% of total obligations, followed by 541519, 541110, 541511, and 541513; these five categories together account for roughly three-quarters of obligated dollars. Award volume is more dispersed than dollars, with 541110 leading by count at 729 awards, while several higher-dollar categories have relatively fewer awards, indicating larger average obligation sizes in those areas.

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 = '7700'
        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 84,187,010.61 84.19 million 495
2024 106,905,253.84 106.91 million 1,023
2023 76,592,463.21 76.59 million 577
2022 57,458,120.80 57.46 million 433
2021 39,006,234.29 39.01 million 453
2020 35,319,274.18 35.32 million 410

Insight

Over the last 10 years, the U.S. International Development Finance Corporation obligated $399.47 million across 3,391 awards, with an average award value of $117,802.52. Obligations were concentrated in the most recent years, led by 2024 at $106.91 million and 1,023 awards, followed by 2025 at $84.19 million and 495 awards, indicating a recent increase in both funding volume and award activity. Earlier years in the period were lower, ranging from $35.32 million in 2020 to $76.59 million in 2023, showing a generally upward obligation trend with year-to-year variability.

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.