Federal Contractor

DOMESTIC AWARDEES (UNDISCLOSED) Federal Contract Obligations (Last Year)

FPDS profile for DOMESTIC AWARDEES (UNDISCLOSED) (CAGE 3JEH0, UEI KA5HQCLKUVW1) covering the last full year of federal obligations and award activity.

During the last full year, this vendor recorded 5,484 award actions with total obligated dollars of -$6.16 million and an average action value of -$1,122.67. Activity was concentrated at the Agency for International Development, Bureau of Engraving and Printing, and the Department of the Army, with NAICS 812990 and 541990 accounting for the largest obligated totals.

Generated at 03/21/2026

Analysis period: Last full year

Annual figures reflect the provided FPDS analysis window and may include negative obligated values as reported in the source data.

CAGE Code
3JEH0
UEI
KA5HQCLKUVW1
Total Obligated
-6.16 million
-6,156,750.61
Award Actions
5,484
Average Action Value
-1,122.67

About DOMESTIC AWARDEES (UNDISCLOSED) federal contract activity

DOMESTIC AWARDEES (UNDISCLOSED), identified by CAGE 3JEH0 and UEI KA5HQCLKUVW1, recorded 5,484 awards in the last full year with net obligated dollars of -$6.16 million and an average award value of -$1,122.67. The negative net obligation indicates that deobligations outweighed new obligations over the period, even though award activity volume remained high.

Agency mix and customer concentration

Obligations were concentrated in the AGENCY FOR INTERNATIONAL DEVELOPMENT, which accounted for $24.51 million across 1,496 awards and was the dominant funding source by both value and volume. The next largest contributors were the BUREAU OF ENGRAVING AND PRINTING at $9.61 million and the DEPT OF THE ARMY at $5.51 million, while STATE, DEPARTMENT OF and DEFENSE LOGISTICS AGENCY contributed comparatively smaller amounts.

Industry profile based on NAICS activity

The vendor's award profile is led by NAICS 812990, All Other Personal Services, with $19.15 million across 1,026 awards, followed by NAICS 541990 at $7.18 million and NAICS 236220 at $5.59 million. Additional obligations were associated with NAICS 541715 and 325220, indicating a mix that spans services, technical work, construction, and manufacturing-related activity.

Annual contract trend over the analysis window

The annual trend for 2025 shows net obligations of -$6.16 million across 5,484 awards, so activity was frequent but the funding result was negative overall. On this data set, the key analytical point is not award volume growth but the magnitude of downward adjustments or deobligations relative to obligations during the year.

How to interpret this page

This profile uses FPDS award records for the last full year and summarizes obligations by vendor, agency, NAICS code, and annual period. Totals reflect net obligated dollars as reported in the source data, so negative values may result from deobligations, modifications, or other downward adjustments captured in FPDS.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '3JEH0'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 24,508,011.73 24.51 million 1,496
2041 BUREAU OF ENGRAVING AND PRINTING 9,614,842.32 9.61 million 23
2100 DEPT OF THE ARMY 5,512,288.98 5.51 million 16
1900 STATE, DEPARTMENT OF 206,059.98 206.06 thousand 50
97AS DEFENSE LOGISTICS AGENCY 181,070.02 181.07 thousand 1
3600 VETERANS AFFAIRS, DEPARTMENT OF 13,500.00 13.50 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 0.00 0.00 1
1700 DEPT OF THE NAVY -9,121.41 -9.12 thousand 8
2900 FEDERAL TRADE COMMISSION -127,647.16 -127.65 thousand 44
2036 BUREAU OF THE FISCAL SERVICE -191,366.49 -191.37 thousand 2

Insight

Over the last full year, obligations for CAGE 3JEH0 were concentrated in a few civilian agencies, led by the Agency for International Development at $24.51 million across 1,496 awards, followed by the Bureau of Engraving and Printing at $9.61 million and the Department of the Army at $5.51 million. These three agencies account for the bulk of positive obligated dollars in this window, while the remaining agencies are much smaller and include several negative or zero-obligation entries. Overall total obligated is -$6.16 million across 5,484 awards, indicating that negative adjustments or deobligations materially offset the positive award activity.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '3JEH0'
        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
812990 ALL OTHER PERSONAL SERVICES 19,146,747.64 19.15 million 1,026
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 7,181,088.90 7.18 million 305
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 5,587,569.36 5.59 million 2
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 4,954,342.32 4.95 million 22
325220 ARTIFICIAL AND SYNTHETIC FIBERS AND FILAMENTS MANUFACTURING 4,660,500.00 4.66 million 1
541910 MARKETING RESEARCH AND PUBLIC OPINION POLLING 600,000.00 600.00 thousand 2
561990 ALL OTHER SUPPORT SERVICES 598,611.41 598.61 thousand 37
921190 OTHER GENERAL GOVERNMENT SUPPORT 554,315.39 554.32 thousand 10
813920 PROFESSIONAL ORGANIZATIONS 357,725.40 357.73 thousand 13
561311 EMPLOYMENT PLACEMENT AGENCIES 242,743.84 242.74 thousand 5

Insight

Over the last full year, obligated activity for CAGE 3JEH0 was highly concentrated in a small set of NAICS codes, led by 812990 (All Other Personal Services) at $19.15 million across 1,026 awards and 541990 at $7.18 million across 305 awards. The next largest categories were 236220, 541715, and 325220, each representing materially larger dollar values but far fewer awards, including single-award activity in 236220 and 325220. Overall, the profile indicates broad NAICS dispersion with a strong skew toward service classifications and a mix of high-volume, lower-value awards and a few concentrated, higher-dollar obligations.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '3JEH0'
        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 -6,156,750.61 -6.16 million 5,484

Insight

Over the last full year, DOMESTIC AWARDEES (UNDISCLOSED) (CAGE 3JEH0) recorded -$6.16 million in total obligated value across 5,484 awards, resulting in a very small average award value of -$1,122.67. The obligation profile is highly distributed across a large number of awards rather than concentrated in a few large actions. This pattern indicates broad activity volume with relatively low dollar intensity per award.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.