Federal Contractor

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

PERATON RISK DECISION INC. has 289 federal award actions totaling $2.31 billion over the last 10 years, led by work for DCSA and OPM.

PERATON RISK DECISION INC. (CAGE 3XUQ5, UEI P78LRLNYPUF4) received 289 award actions with $2,308,787,673.87 obligated in the last 10 years, averaging $7,988,884.68 per action. Most obligations are concentrated in Investigation Services (NAICS 561611) and in work for the Defense Counterintelligence and Security Agency and the Office of Personnel Management.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual obligations in the latest five years range from $164.80 million in 2022 to $237.98 million in 2023.

CAGE Code
3XUQ5
UEI
P78LRLNYPUF4
Total Obligated
2.31 billion
2,308,787,673.87
Award Actions
289
Average Action Value
7,988,884.68

About PERATON RISK DECISION INC. federal contract activity

PERATON RISK DECISION INC. recorded $2.31 billion in FPDS obligations across 289 awards over the last 10 years, for an average award value of $7.99 million. Activity is concentrated in a relatively small number of awards with sizeable obligations, indicating sustained use on mission-critical services rather than broad transactional buying.

Agency mix and customer concentration

The agency portfolio is heavily concentrated in defense-related and federal personnel/security customers. The Defense Counterintelligence and Security Agency accounts for $1.38 billion across 41 awards, followed by the Office of Personnel Management at $734.81 million across 39 awards; the remaining top agencies are U.S. Customs and Border Protection, U.S. Immigration and Customs Enforcement, and U.S. Citizenship and Immigration Services.

Industry profile based on NAICS activity

All reported obligations fall under NAICS 561611, Investigation Services, showing a single-line-of-business profile in investigative and risk decision support work. The concentration in one NAICS code suggests the vendor’s federal spending is tightly aligned to that core service offering rather than a diversified portfolio.

Annual contract trend over the analysis window

Recent annual obligations remain in the mid-hundreds of millions, with 2025 at $236.14 million, 2024 at $198.12 million, 2023 at $237.98 million, 2022 at $164.80 million, and 2021 at $206.69 million. Award counts vary year to year, but spending has stayed materially active through the latest reported periods.

How to interpret this page

This summary is based on FPDS-observed obligations tied to CAGE code 3XUQ5 and UEI P78LRLNYPUF4 for the last 10 years. Agency, NAICS, and annual trend views are derived from reported obligated dollars and award counts only; no adjustment is made for inflation, contract modifications beyond reported obligations, or unreported parent-subsidiary relationships.

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 10 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) 1,380,638,873.19 1.38 billion 41
2400 OFFICE OF PERSONNEL MANAGEMENT 734,808,989.83 734.81 million 39
7014 U.S. CUSTOMS AND BORDER PROTECTION 87,031,113.10 87.03 million 98
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 52,634,060.95 52.63 million 56
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 30,088,086.63 30.09 million 11
7001 OFFICE OF PROCUREMENT OPERATIONS 23,594,660.53 23.59 million 28
9568 UNITED STATES AGENCY FOR GLOBAL MEDIA, BBG 41,364.64 41.36 thousand 11
2800 SOCIAL SECURITY ADMINISTRATION -49,475.00 -49.48 thousand 5

Insight

Over the last 10 years, PERATON RISK DECISION INC. has received $2.31 billion across 289 awards, with obligations heavily concentrated in two agencies. The Defense Counterintelligence and Security Agency accounts for $1.38 billion and 41 awards, while the Office of Personnel Management accounts for $734.81 million and 39 awards; together they represent the large majority of total obligated value. Other agencies contribute materially fewer dollars and a more dispersed award profile, led by U.S. Customs and Border Protection ($87.03 million across 98 awards) and U.S. Immigration and Customs Enforcement ($52.63 million across 56 awards).

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 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
561611 INVESTIGATION SERVICES 2,308,787,673.87 2.31 billion 289

Insight

Over the last 10 years, PERATON RISK DECISION INC. (CAGE 3XUQ5) recorded $2.31 billion in obligated dollars across 289 awards, all under NAICS 561611, Investigation Services. This indicates complete concentration of obligated activity in a single NAICS code, with no observed diversification across other industry classifications in the provided data. The average award value was approximately $7.99 million, suggesting a mix of sizeable obligations within this sole functional category.

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 10 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
2020 202,294,476.81 202.29 million 27
2019 301,595,920.24 301.60 million 23
2018 558,765,874.28 558.77 million 31
2017 189,716,697.79 189.72 million 40
2016 12,679,950.32 12.68 million 12

Insight

Over the last 10 years, PERATON RISK DECISION INC. recorded $2.31 billion across 289 awards, averaging about $7.99 million per award. Obligations are concentrated in a few high-volume years, led by 2018 at $558.77 million, with most other years ranging from about $12.68 million to $301.60 million. The annual pattern is uneven rather than steadily growing, with recent activity remaining in the low-to-mid $200 million range: $164.80 million in 2022, $237.98 million in 2023, $198.12 million in 2024, and $236.14 million in 2025.

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