Vehicle Number

Vehicle Number 1542 / 15UC0C21D00001101 Federal Contract Action Summary (Last 10 Years)

FPDS procurement profile for vehicle number under agency 1542, covering award actions in the last 10 years.

This page summarizes federal obligations associated with vehicle number for agency 1542 using the PIID 15UC0C21D00001101. The record shows one award action with total obligated dollars of 55.80 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Amounts are reported for the last 10 years; readable values are rounded while exact values are retained in the underlying data.

Agency ID
1542
PIID
15UC0C21D00001101
Type
Vehicle
Total Obligated
55.80 million
55,803,383.09
Actions
1
Average Action Value
55,803,383.09

Overview

The available record for vehicle number under agency 1542 is tied to PIID 15UC0C21D00001101. Over the last 10 years, the contract shows one award action with total obligations of 55,803,383.09 dollars, or 55.80 million when rounded. The average action value is the same as the total obligated amount because only one action is present.

How to use this page

This page can be used to identify the reported obligation level associated with this vehicle entry and to reference the related PIID in FPDS research. Because the analysis window contains only one award action, the record reflects a single observed transaction rather than a pattern of repeated actions.

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 = '15UC0C21D00001101'
    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
1542 FEDERAL PRISON INDUSTRIES / UNICOR 55,803,383.09 55.80 million 1

Insight

Within the 10-year window, this vehicle is fully concentrated in a single agency: Federal Prison Industries / UNICOR (Agency ID 1542). That agency accounts for the entire reported obligation of $55.80 million across one award, indicating no agency-level distribution within the provided row set. This pattern suggests a highly concentrated funding profile for PIID 15UC0C21D00001101.

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 = '15UC0C21D00001101'
        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 = '1542' AND content__IDV__contractID__IDVID__PIID = '15UC0C21D00001101'
    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
337211 WOOD OFFICE FURNITURE MANUFACTURING 55,803,383.09 55.80 million 1

Insight

Obligations under PIID 15UC0C21D00001101 are fully concentrated in NAICS 337211, Wood Office Furniture Manufacturing, with $55.80 million obligated across 1 award over the 10-year window. This indicates a highly concentrated spend profile with no evidence of distribution across additional 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 = '1542' AND content__IDV__contractID__IDVID__PIID = '15UC0C21D00001101'
    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
7110 OFFICE FURNITURE 55,803,383.09 55.80 million 1

Insight

Obligations under this vehicle are highly concentrated in PSC 7110, Office Furniture. The entire 10-year obligated amount of $55.80 million is associated with a single award, indicating no distribution across multiple PSCs within the provided data. This level of concentration suggests the vehicle has been used for one dominant office furniture requirement rather than a diversified mix of supplies or services.

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 = '15UC0C21D00001101'
    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
2021 55,803,383.09 55.80 million 1

Insight

Over the 10-year window, this vehicle reflects a single reported award in FY2021 with $55.80 million obligated. Obligations are fully concentrated in one year and one award, indicating no observed year-to-year distribution or recurring funding pattern in the provided data. This limits trend assessment to a one-period snapshot rather than a multi-year obligation 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.