Vehicle Number

Vehicle Number 8600 / DU100F15C05 Federal Contract Action Summary (Last 5 Years)

FPDS query page for vehicle number under Agency ID 8600, PIID DU100F15C05, covering award activity in the last 5 years.

This page summarizes the procurement record for vehicle number associated with Agency ID 8600 and PIID DU100F15C05. The analysis window covers the last 5 years and shows 3 award actions with no obligated amount recorded.

Generated at 03/21/2026

Analysis period: Last 5 years

Reported obligated totals are 0.00 readable and 0 exact, with an average action value of 0.

Agency ID
8600
PIID
DU100F15C05
Type
Vehicle
Total Obligated
0.00
0.00
Actions
3
Average Action Value
0.00

Overview

The record is limited to a single identified vehicle entry, labeled vehicle number, under PIID DU100F15C05 for Agency ID 8600. Within the last 5 years, the action history contains 3 award actions. No obligated spending is reflected in the supplied totals.

How to use this page

Use this page to locate the procurement record and confirm the reported action count, obligation totals, and average action value. The available data support a basic transactional view only; no additional contract details should be assumed beyond the inputs provided.

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 = '8600' AND content__IDV__contractID__IDVID__PIID = 'DU100F15C05'
    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
8600 HOUSING AND URBAN DEVELOPMENT, DEPARTMENT OF 0.00 0.00 3

Insight

Within the 5-year window for vehicle DU100F15C05, all recorded awards are concentrated under Housing and Urban Development, Department of (agency ID 8600). The agency account shows 3 awards with $0.00 total obligated, indicating activity was recorded without reported obligation value in this dataset. No distribution across other agencies is reflected in the provided rows, so agency concentration is complete for this vehicle in the observed period.

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 = '8600' AND content__IDV__contractID__IDVID__PIID = 'DU100F15C05'
        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 = '8600' AND content__IDV__contractID__IDVID__PIID = 'DU100F15C05'
    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
541519 OTHER COMPUTER RELATED SERVICES 0.00 0.00 3

Insight

Over the 5-year window for vehicle DU100F15C05 under Agency ID 8600, all recorded awards in the top NAICS grouping are concentrated in NAICS 541519, Other Computer Related Services. This category accounts for 3 awards with $0.00 obligated, indicating activity in award count without associated obligation value in the provided data. The distribution is highly concentrated, with no evidence of diversification across additional NAICS codes in this row set.

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 = '8600' AND content__IDV__contractID__IDVID__PIID = 'DU100F15C05'
    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
D307 IT AND TELECOM- IT STRATEGY AND ARCHITECTURE 0.00 0.00 3

Insight

Within the 5-year window for vehicle DU100F15C05 under agency 8600, all recorded activity in this PSC section is concentrated in D307, IT and Telecom – IT Strategy and Architecture. The section reflects 3 awards with $0.00 total obligated, indicating award activity without reported obligation value in this category. With no other PSCs present in the provided rows, distribution is fully concentrated in a single code.

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 = '8600' AND content__IDV__contractID__IDVID__PIID = 'DU100F15C05'
    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 0.00 0.00 3

Insight

For PIID DU100F15C05, the 5-year annual trend data provided shows activity only in 2021, with $0.00 obligated across 3 awards. This indicates award count without recorded obligation in the reported period, suggesting a highly concentrated and non-spending distribution for the available data. No other years are represented in the provided window, so no multi-year trend can be assessed from this row set.

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.