Vehicle Number

Vehicle Number 1540 / DJB1PC018 Federal Contract Action Summary (Last 5 Years)

Federal procurement summary for vehicle number associated with agency 1540 and PIID DJB1PC018 over the last 5 years.

This page summarizes award activity for vehicle number under agency ID 1540 for PIID DJB1PC018 during the last 5 years. The record shows 12 award actions and total obligations of 18.81 million.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the readable obligated amount of 18,813,868.98 and the average action value of 1,567,822.42 across 12 award actions.

Agency ID
1540
PIID
DJB1PC018
Type
Vehicle
Total Obligated
18.81 million
18,813,868.98
Actions
12
Average Action Value
1,567,822.42

Overview

The procurement history for vehicle number under PIID DJB1PC018 spans 12 award actions in the last 5 years. Total obligated funding is 18,813,868.98, with an average action value of 1,567,822.42. This page is limited to the supplied award totals and counts.

How to use this page

Use this page to review the scale and frequency of obligation activity tied to vehicle number for agency 1540. The figures provide a concise view of how funding was distributed across the 12 actions in the analysis window.

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 = '1540' AND content__IDV__contractID__IDVID__PIID = 'DJB1PC018'
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 18,813,868.98 18.81 million 12

Insight

All reported obligations for vehicle PIID DJB1PC018 over the 5-year window are concentrated in a single agency: the Federal Prison System / Bureau of Prisons. The agency received $18.81 million across 12 awards, indicating full spend concentration within this top-agency view and a moderate award count supporting repeated procurement activity.

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 = '1540' AND content__IDV__contractID__IDVID__PIID = 'DJB1PC018'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 = '1540' AND content__IDV__contractID__IDVID__PIID = 'DJB1PC018'
    AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
561210 FACILITIES SUPPORT SERVICES 18,813,868.98 18.81 million 12

Insight

Over the 5-year window, obligations for vehicle PIID DJB1PC018 at agency 1540 are concentrated entirely in NAICS 561210, Facilities Support Services. This single NAICS accounts for $18.81 million across 12 awards, indicating a narrow procurement distribution with no diversification across other NAICS codes in the provided data. The pattern suggests sustained reliance on facilities support services within this vehicle.

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 = '1540' AND content__IDV__contractID__IDVID__PIID = 'DJB1PC018'
    AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
G004 SOCIAL- SOCIAL REHABILITATION 18,813,868.98 18.81 million 12

Insight

Over the 5-year window for vehicle PIID DJB1PC018 at agency 1540, obligations are fully concentrated in PSC G004 (SOCIAL- SOCIAL REHABILITATION). This PSC accounts for $18.81 million across 12 awards, indicating a narrow obligation profile with all recorded activity in a single service category. The concentration suggests limited PSC diversification for this vehicle in the period reviewed.

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 = '1540' AND content__IDV__contractID__IDVID__PIID = 'DJB1PC018'
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2021 18,813,868.98 18.81 million 12

Insight

Over the 5-year window, the vehicle shows reported obligations only in 2021, totaling $18.81 million across 12 awards. This indicates a concentrated annual activity pattern rather than a multi-year distribution in the provided data. With no other years populated in the window, there is no visible year-over-year trend to assess beyond the 2021 obligation level.

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