PSC Code

PSC R615 Federal Contract Obligations (Last Year)

This page summarizes federal contract obligations for PSC R615 (SUPPORT- ADMINISTRATIVE: BACKGROUND INVESTIGATION) for last full year, including award volume and market trend context.

Use this page to review federal contract obligations for PSC R615 (SUPPORT- ADMINISTRATIVE: BACKGROUND INVESTIGATION) for last full year. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last full year

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last full year analysis window.

PSC Code
R615
PSC Description
SUPPORT- ADMINISTRATIVE: BACKGROUND INVESTIGATION
Total Obligated
603.59 million
603,589,394.92
Award Actions
542
Average Action Value
1,113,633.56

About PSC R615 federal contract activity

This page summarizes last full year of federal contract activity associated with PSC R615 (SUPPORT- ADMINISTRATIVE: BACKGROUND INVESTIGATION). Based on the current FPDS Query dataset, this category shows 603.59 million in visible obligations across 542 award actions, with an average action value of 1,113,633.56. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.

Agency demand and leading federal buyers

Demand for PSC R615 (SUPPORT- ADMINISTRATIVE: BACKGROUND INVESTIGATION) appears concentrated among a relatively small group of federal buyers over the last full year. The visible agency ranking is led by DEFENSE COUNTERINTELLIGENCE AND SECURITY AGENCY (DCSA), with 395.62 million in obligations, followed by U.S. CUSTOMS AND BORDER PROTECTION. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.

Vendor concentration and leading contractors

The vendor distribution helps show which contractors capture the largest visible share of obligations in PSC R615 (SUPPORT- ADMINISTRATIVE: BACKGROUND INVESTIGATION) over the last full year. The current ranking is led by PERATON RISK DECISION INC., with 236.14 million in obligations, followed by CACI, INC. - FEDERAL. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.

Annual contract trend over the analysis window

The annual trend table provides a year-based view of how visible obligations and award actions have evolved for PSC R615 (SUPPORT- ADMINISTRATIVE: BACKGROUND INVESTIGATION) across the last full year, from 2025 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market segment.

How to interpret this page

The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of category-scale obligations, top buying agencies, leading vendors, and visible year-over-year movement within last full year. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.

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__productOrServiceInformation__productOrServiceCode = 'R615'
        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
97AV DEFENSE COUNTERINTELLIGENCE AND SECURITY AGENCY (DCSA) 395,622,120.64 395.62 million 23
7014 U.S. CUSTOMS AND BORDER PROTECTION 83,027,437.53 83.03 million 55
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 32,475,071.71 32.48 million 43
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 27,322,497.77 27.32 million 9
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 12,928,482.84 12.93 million 10
12F2 FOOD AND NUTRITION SERVICE 10,307,012.80 10.31 million 4
7009 U.S. SECRET SERVICE 8,621,635.59 8.62 million 11
8900 ENERGY, DEPARTMENT OF 7,987,127.72 7.99 million 21
7001 OFFICE OF PROCUREMENT OPERATIONS 5,037,744.98 5.04 million 6
7590 ADMINISTRATION FOR CHILDREN AND FAMILIES 3,167,475.00 3.17 million 1

Insight

PSC R615 (SUPPORT- ADMINISTRATIVE: BACKGROUND INVESTIGATION) appears to be concentrated among a relatively small group of major buying agencies over the last full year. The visible ranking is led by DEFENSE COUNTERINTELLIGENCE AND SECURITY AGENCY (DCSA), followed by U.S. CUSTOMS AND BORDER PROTECTION, which suggests that agency demand in this category is not evenly distributed.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        ifNull(anyHeavy(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode), '') AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__productOrServiceCode = 'R615'
        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,
        content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
PERATON RISK DECISION INC. 3XUQ5 236,136,997.02 236.14 million 29
CACI, INC. - FEDERAL 1QU78 215,952,701.55 215.95 million 24
ADC LTD NM 0P434 34,835,216.01 34.84 million 24
CAPITAL CENTER FOR CREDIBILITY ASSESSMENT CORPORATION 73XU2 17,747,587.44 17.75 million 8
DELOITTE CONSULTING LLP 1TTG5 16,233,997.77 16.23 million 3
CELERITY GOVERNMENT SOLUTIONS, LLC 5P0Z1 11,295,943.63 11.30 million 14
EXPERIAN INFORMATION SOLUTIONS, INC. 3DWT9 10,998,500.00 11.00 million 5
COVENTBRIDGE (USA) INC. 824F1 10,307,012.80 10.31 million 4
OMNIPLEX WORLD SERVICES CORPORATION 0EVT0 10,029,413.49 10.03 million 24
IWORKS CORPORATION 4Q7A1 8,359,923.42 8.36 million 5

Insight

Within PSC R615 (SUPPORT- ADMINISTRATIVE: BACKGROUND INVESTIGATION), visible obligations over the last full year appear concentrated among a relatively small set of leading vendors. PERATON RISK DECISION INC. ranks first, followed by CACI, INC. - FEDERAL, which helps define the current competitive landscape in this 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__productOrServiceInformation__productOrServiceCode = 'R615'
        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 603,589,394.92 603.59 million 542

Insight

The annual trend shows how obligations in PSC R615 (SUPPORT- ADMINISTRATIVE: BACKGROUND INVESTIGATION) moved across the last full year, from 2025 through 2025. This helps users judge whether visible contract activity in this category appears stable, rising, or easing over time.

Use FPDS Query for deeper PSC analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper PSC analysis across agencies, vendors, 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.