This page summarizes award activity for vehicle number DJB1PC018 for agency ID 1540 during the last 10 years. It reflects 119 award actions with total obligated amounts of 188.65 million.
Vehicle Number
Vehicle Number 1540 / DJB1PC018 Federal Contract Action Summary (Last 10 Years)
Federal procurement summary for vehicle number DJB1PC018 under agency ID 1540 over the last 10 years.
Dollar values are shown as reported, with total obligated exact at 188650232.55 and average action value at 1585296.07.
Overview
Vehicle number DJB1PC018 is associated with 119 award actions in the last 10 years for agency ID 1540. Total obligated value for the period is 188,650,232.55, with an average action value of 1,585,296.07.
How to use this page
Use this page to review the scale and frequency of procurement activity tied to vehicle number DJB1PC018. The figures provide a compact view of obligation volume and award action counts for the selected 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 10 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 | 188,650,232.55 | 188.65 million | 119 |
Insight
Over the 10-year window for vehicle PIID DJB1PC018, obligations are fully concentrated within a single agency. The Federal Prison System / Bureau of Prisons accounts for $188.65 million across 119 awards, indicating exclusive agency-level reliance for this vehicle within the provided data.
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 10 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 10 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 | 188,650,232.55 | 188.65 million | 119 |
Insight
For vehicle DJB1PC018 over the 10-year window, obligations are fully concentrated in NAICS 561210, Facilities Support Services. This single category accounts for $188.65 million across 119 awards, indicating a narrowly focused procurement profile rather than a distributed mix of industries. The concentration suggests sustained use of the vehicle for facilities support requirements.
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 10 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 | 188,650,232.55 | 188.65 million | 119 |
Insight
For PIID DJB1PC018 over the 10-year window, obligations are fully concentrated in PSC G004, Social-Social Rehabilitation. This PSC accounts for $188.65 million across 119 awards, indicating a sustained and highly focused acquisition pattern rather than a diversified PSC mix. The concentration suggests this vehicle has been used consistently for a single dominant service 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 = '1540' AND content__IDV__contractID__IDVID__PIID = 'DJB1PC018'
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2016 | 34,414,552.00 | 34.41 million | 18 |
| 2017 | 1,284,270.51 | 1.28 million | 20 |
| 2018 | 81,481,295.05 | 81.48 million | 17 |
| 2019 | 3,692,641.22 | 3.69 million | 23 |
| 2020 | 48,963,604.79 | 48.96 million | 29 |
| 2021 | 18,813,868.98 | 18.81 million | 12 |
Insight
Obligations for PIID DJB1PC018 are uneven across the 2016–2021 period, with strong concentration in 2018 ($81.48 million) and 2020 ($48.96 million). Award counts are relatively steady but do not track obligated dollars closely, ranging from 12 to 29 awards; the highest count occurs in 2020, while the largest dollar value is in 2018. The pattern indicates intermittent high-dollar spikes rather than a sustained annual funding trend.
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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.