Federal Agency

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

Federal procurement summary for the United States International Development Finance Corporation (Agency ID 7700) covering last full year awards and obligations.

In the last full year, the United States International Development Finance Corporation obligated 84.19 million across 495 award actions, for an average action value of 170,074.76. Spending was concentrated in legal services, IT operations, software, and management consulting, with PALANTIR USG INC, HUNTON ANDREWS KURTH LLP, and CROSSBOUNDARY LLC among the largest vendors.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect FPDS award actions for the selected analysis window and are reported as obligated amounts and action counts.

Agency ID
7700
Total Obligated
84.19 million
84,187,010.61
Award Actions
495
Average Action Value
170,074.76

About UNITED STATES INTERNATIONAL DEVELOPMENT FINANCE CORPORATION federal contract activity

In the last full year, UNITED STATES INTERNATIONAL DEVELOPMENT FINANCE CORPORATION (ID 7700) obligated $84.19 million across 495 awards, for an average award value of $170,074.76. The procurement profile reflects a relatively broad award base with a concentration of obligations in legal, IT, and management-support services.

Vendor concentration and leading contractors

Spending was led by PALANTIR USG INC at $7.89 million on a single award, followed by HUNTON ANDREWS KURTH LLP at $5.45 million across 19 awards and CROSSBOUNDARY LLC at $4.51 million across 20 awards. MAYER BROWN LLP and TRILLION TECHNOLOGY SOLUTIONS INC also ranked among the top recipients, indicating a mix of large one-time obligations and recurring vendor relationships.

Industry profile based on NAICS activity

The top NAICS categories were OFFICES OF LAWYERS (541110) at $14.12 million and COMPUTER FACILITIES MANAGEMENT SERVICES (541513) at $13.95 million, with OTHER COMPUTER RELATED SERVICES (541519) close behind at $13.90 million. ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES (541611) accounted for $11.10 million, while SOFTWARE PUBLISHERS (513210) contributed $8.06 million, underscoring a spend mix weighted toward legal counsel, IT operations, and advisory services.

Annual contract trend over the analysis window

For 2025, obligations totaled $84.19 million across 495 awards. Because the analysis window covers only the last full year, the annual trend reflects a single year rather than a multi-year pattern.

How to interpret this page

This summary is based on FPDS Query award obligation data for UNITED STATES INTERNATIONAL DEVELOPMENT FINANCE CORPORATION (7700) over the last full year. Totals, counts, vendor rankings, and NAICS groupings are reported as provided in the analysis dataset and should be interpreted as obligations, not outlays or expenditures.

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 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
PALANTIR USG INC 7,888,965.54 7.89 million 1
HUNTON ANDREWS KURTH LLP 5,453,411.65 5.45 million 19
CROSSBOUNDARY LLC 4,513,223.22 4.51 million 20
MAYER BROWN LLP 4,202,371.84 4.20 million 7
TRILLION TECHNOLOGY SOLUTIONS INC 3,501,172.50 3.50 million 3
ADERAS INC 3,303,576.15 3.30 million 6
GOVSMART, INC. 3,033,995.36 3.03 million 15
NORTHRAMP LLC 2,832,550.83 2.83 million 9
MORRISON & FOERSTER LLP 2,398,487.40 2.40 million 11
CREOAL CONSULTING LLC 2,266,687.10 2.27 million 8

Insight

During the last full year, the agency obligated $84.19 million across 495 awards, with an average award value of $170,074.76. Obligations among top vendors are moderately concentrated: the top 10 vendors account for $39.39 million, or about 46.8% of total obligated dollars, indicating a substantial share of spending is directed to a relatively small vendor set. Vendor activity is mixed between high-value, low-count awards and lower-value, higher-count awards; for example, PALANTIR USG INC received $7.89 million in one award, while HUNTON ANDREWS KURTH LLP and CROSSBOUNDARY LLC each received multiple awards totaling $5.45 million and $4.51 million, respectively.

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 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
541110 OFFICES OF LAWYERS 14,122,185.16 14.12 million 73
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 13,950,737.20 13.95 million 30
541519 OTHER COMPUTER RELATED SERVICES 13,895,810.99 13.90 million 82
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 11,099,581.19 11.10 million 123
513210 SOFTWARE PUBLISHERS 8,063,129.06 8.06 million 3
561311 EMPLOYMENT PLACEMENT AGENCIES 5,014,979.13 5.01 million 40
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 3,517,878.43 3.52 million 13
511199 ALL OTHER PUBLISHERS 1,716,268.80 1.72 million 2
519290 WEB SEARCH PORTALS AND ALL OTHER INFORMATION SERVICES 1,668,590.70 1.67 million 13
511210 SOFTWARE PUBLISHERS 1,551,647.51 1.55 million 7

Insight

Over the last full year, the United States International Development Finance Corporation obligated $84.19 million across 495 awards, with spending concentrated in a small set of NAICS codes. The top four categories—541110, 541513, 541519, and 541611—account for $52.97 million, or about 63 percent of total obligations, indicating a strong emphasis on legal, IT, and management support services. Award volume is more dispersed than dollars, led by 541611 with 123 awards and 541519 with 82 awards, while 513210 and 511199 each received relatively high dollars with few awards, suggesting larger individual obligations in those categories.

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 1 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

Insight

During the last full year, the UNITED STATES INTERNATIONAL DEVELOPMENT FINANCE CORPORATION reported $84.19 million in obligations across 495 awards, for an average award value of $170,074.76. With only one year of data available in this window, no year-over-year trend can be assessed; the results provide a single-period baseline for future comparison. The award volume suggests obligations were distributed across many actions rather than concentrated in a small number of large awards.

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.