Federal Contractor

PERATON RISK DECISION INC. Federal Contract Obligations (Last 5 Years)

PERATON RISK DECISION INC. (CAGE 3XUQ5, UEI P78LRLNYPUF4) has received 156 awards totaling $1.04 billion over the last 5 years, led by work for DCSA.

This vendor page summarizes federal procurement activity for PERATON RISK DECISION INC. across the last 5 years. The company’s obligations are concentrated in investigation and personal background check services, with most funding going to the Defense Counterintelligence and Security Agency.

Generated at 03/21/2026

Analysis period: Last 5 years

All figures reflect the stated 5-year analysis window and are based on obligation totals and award counts from FPDS query data.

CAGE Code
3XUQ5
UEI
P78LRLNYPUF4
Total Obligated
1.04 billion
1,043,734,754.43
Award Actions
156
Average Action Value
6,690,607.40

About PERATON RISK DECISION INC. federal contract activity

PERATON RISK DECISION INC. recorded $1.04 billion in obligated contract spending across 156 awards over the last 5 years, for an average award value of about $6.69 million. The vendor’s activity is concentrated in national security and law enforcement mission areas, with a small number of large awards driving most of the dollar volume.

Agency mix and customer concentration

The Defense Counterintelligence and Security Agency (DCSA) dominates the portfolio with $930.56 million across 32 awards, accounting for the overwhelming share of total obligations. The remaining volume is distributed across U.S. Customs and Border Protection, U.S. Citizenship and Immigration Services, U.S. Immigration and Customs Enforcement, and the Office of Procurement Operations, indicating some agency diversification but strong dependence on DCSA as the primary customer.

Industry profile based on NAICS activity

All recorded obligations fall under NAICS 561611, Investigation and Personal Background Check Services, with 156 awards totaling $1.04 billion. This indicates a highly specialized contract profile centered on personnel vetting, investigative, and background screening services rather than a broad multi-industry vendor base.

Annual contract trend over the analysis window

Annual obligations were highest in 2023 at $237.98 million and remained elevated in 2025 at $236.14 million, following $198.12 million in 2024. The series shows a dip in 2022 to $164.80 million, then a rebound in 2023 and continued strong spending through 2025; award counts were relatively stable, ranging from 24 to 41 per year.

How to interpret this page

This summary is based on FPDS obligation data for PERATON RISK DECISION INC. identified by CAGE code 3XUQ5 and UEI P78LRLNYPUF4 over the last 5 years. Totals, award counts, agency shares, NAICS concentration, and annual trends reflect obligated dollars only and are rounded for readability.

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 = '3XUQ5'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
97AV DEFENSE COUNTERINTELLIGENCE AND SECURITY AGENCY (DCSA) 930,558,859.98 930.56 million 32
7014 U.S. CUSTOMS AND BORDER PROTECTION 37,714,410.69 37.71 million 54
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 30,088,086.63 30.09 million 11
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 25,828,302.86 25.83 million 31
7001 OFFICE OF PROCUREMENT OPERATIONS 19,712,978.67 19.71 million 25
9568 UNITED STATES AGENCY FOR GLOBAL MEDIA, BBG -29,434.40 -29.43 thousand 2
2800 SOCIAL SECURITY ADMINISTRATION -138,450.00 -138.45 thousand 1

Insight

Over the last 5 years, PERATON RISK DECISION INC. has $1.04 billion in obligations across 156 awards, with activity highly concentrated in the Defense Counterintelligence and Security Agency (DCSA), which accounts for $930.56 million and 32 awards. The remaining obligations are distributed across a much smaller set of civilian agencies, led by U.S. Customs and Border Protection ($37.71 million; 54 awards), U.S. Citizenship and Immigration Services ($30.09 million; 11 awards), and U.S. Immigration and Customs Enforcement ($25.83 million; 31 awards). Office of Procurement Operations adds $19.71 million across 25 awards, while the two smallest entries are negative obligations at the United States Agency for Global Media and Social Security Administration, indicating minor downward adjustments relative to total 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 = '3XUQ5'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
561611 INVESTIGATION AND PERSONAL BACKGROUND CHECK SERVICES 1,043,734,754.43 1.04 billion 156

Insight

Over the last 5 years, PERATON RISK DECISION INC. (CAGE 3XUQ5) received $1.04 billion across 156 awards, with an average award value of $6.69 million. All recorded obligations in the Top NAICS section are concentrated in NAICS 561611, Investigation and Personal Background Check Services, accounting for the full 100% of obligated dollars and awards in this period. This indicates a highly concentrated procurement profile with no diversification across additional NAICS codes in the provided data.

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 = '3XUQ5'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 236,136,997.02 236.14 million 29
2024 198,123,032.38 198.12 million 24
2023 237,983,454.29 237.98 million 30
2022 164,802,550.28 164.80 million 32
2021 206,688,720.46 206.69 million 41

Insight

Over the last 5 years, PERATON RISK DECISION INC. (CAGE 3XUQ5) obligated $1.04 billion across 156 awards, averaging $6.69 million per award. Annual obligations are relatively stable, ranging from $164.80 million in 2022 to $237.98 million in 2023, with 2025 at $236.14 million and 2024 at $198.12 million. Award volume is highest in 2021 at 41 awards and declines to 24 awards in 2024 before increasing to 29 in 2025, indicating moderate year-to-year variation rather than a sustained upward or downward trend.

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