Vehicle Number

Vehicle Number 1542 / 15UC0C21D00000995 Federal Contract Action Summary (Last 5 Years)

Federal procurement summary for vehicle number under agency 1542 and PIID 15UC0C21D00000995, covering the last 5 years.

This page summarizes the available award activity for vehicle number associated with agency 1542 and PIID 15UC0C21D00000995. The record shows one award action with total obligated amount of 32.97 million.

Generated at 03/21/2026

Analysis period: Last 5 years

All figures reflect the provided 5-year analysis window and the readable obligation total of 32,966,100.

Agency ID
1542
PIID
15UC0C21D00000995
Type
Vehicle
Total Obligated
32.97 million
32,966,100.00
Actions
1
Average Action Value
32,966,100.00

Overview

The available record for vehicle number shows a single award action during the last 5 years. Total obligated funding is 32,966,100, with an average action value equal to the full award amount because only one action is listed. This page is limited to the supplied procurement identifiers and obligation totals.

How to use this page

Use this page to review the basic obligation profile tied to PIID 15UC0C21D00000995 under agency 1542. The data supports a straightforward read of one recorded action and its full obligated value, but it does not add contract scope, period, or vendor details beyond the provided inputs.

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 = '1542' AND content__IDV__contractID__IDVID__PIID = '15UC0C21D00000995'
    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
1542 FEDERAL PRISON INDUSTRIES, INC. 32,966,100.00 32.97 million 1

Insight

For PIID 15UC0C21D00000995 over the 5-year window, obligations are fully concentrated with Federal Prison Industries, Inc. (agency ID 1542). The vehicle records 1 award totaling $32.97 million, indicating no observed distribution across additional agencies in the provided data. This pattern reflects a highly concentrated award profile for this vehicle.

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 = '1542' AND content__IDV__contractID__IDVID__PIID = '15UC0C21D00000995'
        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 = '1542' AND content__IDV__contractID__IDVID__PIID = '15UC0C21D00000995'
    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
337215 SHOWCASE, PARTITION, SHELVING, AND LOCKER MANUFACTURING 32,966,100.00 32.97 million 1

Insight

Obligations for PIID 15UC0C21D00000995 are fully concentrated in NAICS 337215, Showcase, Partition, Shelving, and Locker Manufacturing. Over the 5-year window, this category accounts for $32.97 million across 1 award, indicating a single-sector procurement profile with no observed diversification 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 = '1542' AND content__IDV__contractID__IDVID__PIID = '15UC0C21D00000995'
    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
2540 VEHICULAR FURNITURE AND ACCESSORIES 32,966,100.00 32.97 million 1

Insight

Obligations in the 5-year window are fully concentrated in PSC 2540, Vehicular Furniture and Accessories, with one award totaling $32.97 million. This indicates a single-product concentration for the vehicle entity under PIID 15UC0C21D00000995, rather than a diversified PSC distribution. The absence of other PSCs in the provided rows limits evidence of broader spending mix or shifting procurement patterns.

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 = '1542' AND content__IDV__contractID__IDVID__PIID = '15UC0C21D00000995'
    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 32,966,100.00 32.97 million 1

Insight

Over the 5-year window, this vehicle shows obligation activity only in 2021, with $32.97 million across a single award. Obligations are fully concentrated in one year and one action, indicating no observable multi-year distribution or recurring annual trend within the provided data.

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.