This page presents award data for vehicle number associated with PIID GS02P14PCD0032 and Agency ID 4740. The record set covers the last 10 years and includes 32 award actions with total obligations of 50.84 million.
Vehicle Number
Vehicle Number 4740 / GS02P14PCD0032 Federal Contract Action Summary (Last 10 Years)
Federal procurement summary for vehicle number under PIID GS02P14PCD0032, showing award activity for Agency ID 4740 over the last 10 years.
Total obligated is 50,840,157.2 and the average action value is 1,588,754.91.
Overview
The procurement record for vehicle number under PIID GS02P14PCD0032 shows 32 award actions across the last 10 years. Total obligated dollars are 50,840,157.2, with an average action value of 1,588,754.91. The page is intended as a concise summary of the award history tied to Agency ID 4740.
How to use this page
Use this page to review the scale and frequency of award activity associated with the identified vehicle number. The totals and action count provide a compact view of obligation volume over the analysis window without adding assumptions about contract scope or performance.
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 = '4740' AND content__IDV__contractID__IDVID__PIID = 'GS02P14PCD0032'
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 |
|---|---|---|---|---|
| 4740 | PUBLIC BUILDINGS SERVICE | 50,840,157.20 | 50.84 million | 32 |
Insight
All obligated dollars for this vehicle in the 10-year window are concentrated in a single agency: Public Buildings Service (Agency ID 4740). PBS accounts for $50.84 million across 32 awards, indicating a fully concentrated spending pattern with no distribution across additional agencies in the provided rows.
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 = '4740' AND content__IDV__contractID__IDVID__PIID = 'GS02P14PCD0032'
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 = '4740' AND content__IDV__contractID__IDVID__PIID = 'GS02P14PCD0032'
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 |
|---|---|---|---|---|
| 811310 | COMMERCIAL AND INDUSTRIAL MACHINERY AND EQUIPMENT (EXCEPT AUTOMOTIVE AND ELECTRONIC) REPAIR AND MAINTENANCE | 50,840,157.20 | 50.84 million | 32 |
Insight
Over the 10-year window for PIID GS02P14PCD0032, obligations are concentrated entirely in NAICS 811310, Commercial and Industrial Machinery and Equipment repair and maintenance. This single NAICS accounts for $50.84 million across 32 awards, indicating a narrow and highly focused procurement profile. No other NAICS categories are reflected in the provided rows, so the available data suggests complete concentration in one industry code for 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 = '4740' AND content__IDV__contractID__IDVID__PIID = 'GS02P14PCD0032'
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 |
|---|---|---|---|---|
| Z1AA | MAINTENANCE OF OFFICE BUILDINGS | 50,840,157.20 | 50.84 million | 32 |
Insight
Over the 10-year window, obligations for PIID GS02P14PCD0032 are fully concentrated in PSC Z1AA, Maintenance of Office Buildings, with $50.84 million across 32 awards. This indicates a single-service spend profile rather than a diversified PSC mix. The repeated award activity suggests sustained contracting for building maintenance under this vehicle.
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 = '4740' AND content__IDV__contractID__IDVID__PIID = 'GS02P14PCD0032'
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 | 5,462,456.07 | 5.46 million | 7 |
| 2017 | 5,912,764.98 | 5.91 million | 5 |
| 2018 | 5,259,217.35 | 5.26 million | 1 |
| 2019 | 5,938,294.03 | 5.94 million | 2 |
| 2020 | 6,131,135.88 | 6.13 million | 3 |
| 2021 | 6,290,811.47 | 6.29 million | 3 |
| 2022 | 6,688,153.97 | 6.69 million | 3 |
| 2023 | 6,838,990.73 | 6.84 million | 6 |
| 2024 | 2,318,332.72 | 2.32 million | 1 |
| 2025 | 0.00 | 0.00 | 1 |
Insight
Obligations for PIID GS02P14PCD0032 were relatively stable from 2016 through 2023, generally ranging from $5.26 million to $6.84 million annually, with a low in 2018 and a peak in 2023. Award activity was uneven across the period, varying from 1 to 7 awards per year, indicating that obligations were not distributed evenly across individual awards. Activity declined sharply in 2024 to $2.32 million, and 2025 currently reflects one award with no obligated dollars recorded.
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.