Vehicle Number

Vehicle Number 4740 / GS02P14PCD0029 Federal Contract Action Summary (Last 5 Years)

Procurement summary for vehicle number under agency 4740, based on award activity for PIID GS02P14PCD0029 over the last 5 years.

This page summarizes federal obligation activity for vehicle number associated with agency ID 4740 and PIID GS02P14PCD0029. The record shows 9 award actions with total obligated funding of $16.94 million and an average action value of $1.88 million.

Generated at 03/21/2026

Analysis period: Last 5 years

Total obligated exact value is 16941776.31 across the last 5 years, rounded here for readability.

Agency ID
4740
PIID
GS02P14PCD0029
Type
Vehicle
Total Obligated
16.94 million
16,941,776.31
Actions
9
Average Action Value
1,882,419.59

Overview

Over the last 5 years, this vehicle number record shows 9 award actions tied to PIID GS02P14PCD0029. Total obligated funding reached $16,941,776.31, which is about $16.94 million in readable format. The average action value across the period was $1,882,419.59.

How to use this page

Use this page to review obligation volume and action frequency for the identified vehicle record. The figures provide a compact view of how funding was distributed across the 9 award actions in the 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 = '4740' AND content__IDV__contractID__IDVID__PIID = 'GS02P14PCD0029'
    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
4740 PUBLIC BUILDINGS SERVICE 16,941,776.31 16.94 million 9

Insight

PUBLIC BUILDINGS SERVICE accounts for the full 5-year obligation total for this vehicle, with 9 awards totaling $16.94 million. Obligations are fully concentrated within a single agency, indicating no distribution across other top agencies in the available data. This pattern suggests the vehicle has been used consistently by PUBLIC BUILDINGS SERVICE over the period rather than being broadly utilized across multiple agencies.

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 = 'GS02P14PCD0029'
        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 = '4740' AND content__IDV__contractID__IDVID__PIID = 'GS02P14PCD0029'
    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
561210 FACILITIES SUPPORT SERVICES 16,941,776.31 16.94 million 9

Insight

Obligations for PIID GS02P14PCD0029 are fully concentrated in NAICS 561210, Facilities Support Services, with $16.94 million across 9 awards over the 5-year window. This indicates a narrow NAICS distribution and suggests the vehicle has been used exclusively for facilities support requirements in the observed period.

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 = 'GS02P14PCD0029'
    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
Z1AA MAINTENANCE OF OFFICE BUILDINGS 16,941,776.31 16.94 million 9

Insight

For PIID GS02P14PCD0029 over the 5-year window, obligations are fully concentrated in PSC Z1AA, Maintenance of Office Buildings, totaling $16.94 million across 9 awards. This indicates a narrow service profile with no visible PSC diversification in the provided data. The award count suggests recurring procurement activity within the same service category rather than broad spending across multiple PSCs.

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 = 'GS02P14PCD0029'
    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 10,195,476.03 10.20 million 6
2022 6,746,300.28 6.75 million 2
2024 0.00 0.00 1

Insight

Obligations under PIID GS02P14PCD0029 were concentrated in 2021 and 2022, with $10.20 million across 6 awards in 2021 and $6.75 million across 2 awards in 2022. Activity declined materially in 2022 versus 2021, then dropped to no obligated value in 2024 despite 1 recorded award. Over the 5-year window, the pattern indicates a short, front-loaded period of spending followed by limited recent obligation activity.

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.