Vehicle Number

Vehicle Number 4740 / GS11P16DCD7009 Federal Contract Action Summary (Last 10 Years)

Procurement history for vehicle number GS11P16DCD7009 under agency 4740 over the last 10 years.

This page summarizes federal award activity for vehicle number GS11P16DCD7009 within agency 4740 during the last 10 years. The record shows 31 award actions with total obligations of $40.84 million and an average action value of $1,317,472.68.

Generated at 03/21/2026

Analysis period: Last 10 years

Total obligated reflects the exact amount of $40,841,652.94, rounded elsewhere for readability.

Agency ID
4740
PIID
GS11P16DCD7009
Type
Vehicle
Total Obligated
40.84 million
40,841,652.94
Actions
31
Average Action Value
1,317,472.68

Overview

In the last 10 years, vehicle number GS11P16DCD7009 is associated with 31 award actions reported under agency ID 4740. Total obligated funding is $40,841,652.94, with an average action value of $1,317,472.68.

How to use this page

Use this page to review the obligation pattern and award volume tied to vehicle number GS11P16DCD7009. The figures provide a compact record of activity for comparison with other vehicles, PIIDs, or agency-level procurement histories.

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 = 'GS11P16DCD7009'
    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 40,841,652.94 40.84 million 31

Insight

Over the 10-year window, all reported obligated value for vehicle GS11P16DCD7009 is concentrated in a single top agency: Public Buildings Service. This agency accounts for $40.84 million across 31 awards, indicating the vehicle’s activity is fully concentrated within one agency rather than distributed 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 = 'GS11P16DCD7009'
        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 = 'GS11P16DCD7009'
    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
561720 JANITORIAL SERVICES 40,841,652.94 40.84 million 31

Insight

Obligations for this vehicle are fully concentrated in NAICS 561720, Janitorial Services, with $40.84 million across 31 awards over the 10-year window. This indicates a highly focused procurement profile with no observable diversification across other NAICS codes in the provided data. The concentration suggests the vehicle has been used primarily to support recurring janitorial requirements rather than a broad mix of service categories.

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 = 'GS11P16DCD7009'
    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
S201 HOUSEKEEPING- CUSTODIAL JANITORIAL 40,841,652.94 40.84 million 31

Insight

Over the 10-year window, obligations under vehicle PIID GS11P16DCD7009 are fully concentrated in PSC S201, Housekeeping-Custodial Janitorial. This PSC accounts for $40.84 million across 31 awards, indicating repeated use of the vehicle for the same service category rather than a diversified spend mix.

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 = 'GS11P16DCD7009'
    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,830,182.64 5.83 million 3
2017 5,836,290.12 5.84 million 4
2018 6,046,076.64 6.05 million 4
2019 6,425,308.03 6.43 million 4
2020 6,226,007.72 6.23 million 8
2021 9,295,346.89 9.30 million 7
2022 1,182,440.90 1.18 million 1

Insight

Obligations under PIID GS11P16DCD7009 were relatively stable from 2016 through 2020, ranging from $5.83 million to $6.43 million annually, with award counts increasing from 3 to 8. Funding then increased sharply in 2021 to $9.30 million across 7 awards, representing the highest annual obligation in the period. Activity fell materially in 2022 to $1.18 million and 1 award, indicating a concentrated decline after the 2021 peak.

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.