Vehicle Number

Vehicle Number 1501 / DJJODT9C0001 Federal Contract Action Summary (Last Year)

Vehicle number record for Agency 1501, PIID DJJODT9C0001, showing $158.46 million in obligations across 8 award actions in the last full year.

This page summarizes the vehicle number data associated with Agency ID 1501 and PIID DJJODT9C0001 for the last full year. Total obligated amount was $158,460,070.36 across 8 award actions, for an average action value of $19,807,508.80.

Generated at 03/20/2026

Analysis period: Last full year

Dollar figures are shown as reported, with the readable total rounded to $158.46 million.

Agency ID
1501
PIID
DJJODT9C0001
Type
Vehicle
Total Obligated
158.46 million
158,460,070.36
Actions
8
Average Action Value
19,807,508.80

Overview

The vehicle number record for Agency ID 1501 and PIID DJJODT9C0001 shows 8 award actions in the last full year. Total obligations were $158,460,070.36, with an average action value of $19,807,508.80. This page is limited to the values provided for the analysis window.

How to use this page

Use this page to review the obligation total, action count, and average action value tied to the vehicle number record. It provides a compact summary for reporting, filtering, and comparing this PIID within the last full year.

Top Agencies

SELECT
    content__IDV__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__IDV__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '1501' AND content__IDV__contractID__IDVID__PIID = 'DJJODT9C0001'
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    agency_id,
    agency_name
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Actions
1544 U.S. MARSHALS SERVICE 158,460,070.36 158.46 million 8

Insight

Over the past 1 year, obligations under PIID DJJODT9C0001 are fully concentrated in a single top agency: the U.S. Marshals Service. That agency accounts for 8 awards totaling $158.46 million, indicating both a high dollar concentration and a limited distribution of activity across agencies within the observed window.

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(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode, '') AS cage_code,
        sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        content__IDV__contractID__IDVID__agencyID = '1501' AND content__IDV__contractID__IDVID__PIID = 'DJJODT9C0001'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions

Insight

No vendor concentration was available for this analysis window.

Top NAICS

SELECT
    content__IDV__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__IDV__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '1501' AND content__IDV__contractID__IDVID__PIID = 'DJJODT9C0001'
    AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    naics_code,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
922190 OTHER JUSTICE, PUBLIC ORDER, AND SAFETY ACTIVITIES 158,460,070.36 158.46 million 8

Insight

Over the past 1 year, obligations for PIID DJJODT9C0001 are fully concentrated in NAICS 922190, Other Justice, Public Order, and Safety Activities. The vehicle shows 8 awards totaling $158.46 million, indicating all recorded obligations in this window are tied to a single industry classification. This pattern suggests a highly focused contract scope with no diversification across other NAICS codes in the provided data.

Top PSC Codes

SELECT
    content__IDV__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__IDV__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '1501' AND content__IDV__contractID__IDVID__PIID = 'DJJODT9C0001'
    AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    psc_code,
    psc_name
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Actions
R499 SUPPORT- PROFESSIONAL: OTHER 158,460,070.36 158.46 million 8

Insight

Obligations for PIID DJJODT9C0001 over the 1-year window are fully concentrated in PSC R499, Support- Professional: Other. This PSC accounts for $158.46 million across 8 awards, indicating a narrow obligation profile with no other PSCs represented in the provided data. The distribution suggests the vehicle’s activity is highly focused in this support services category.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate)) AS year,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '1501' AND content__IDV__contractID__IDVID__PIID = 'DJJODT9C0001'
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2025 158,460,070.36 158.46 million 8

Insight

Over the 1-year window, obligations for PIID DJJODT9C0001 are concentrated in a single reporting year, with $158.46 million obligated in FY 2025 across 8 awards. This indicates a relatively small award count supporting a high obligation value, suggesting limited distribution across transactions within the observed period. No year-over-year trend can be assessed from the provided data because only one year is present.

Use FPDS Query for deeper award and vehicle analysis

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