Vehicle Number

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

Procurement summary for vehicle number associated with Agency ID 4740 and PIID 47PM0818D0014 over the last 10 years.

This page presents FPDS-style award activity for vehicle number under PIID 47PM0818D0014 for Agency ID 4740. The analysis window covers the last 10 years and shows 21 award actions with total obligated funding of 37.67 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Total obligated amount is 37,673,011.32 across 21 award actions, for an average action value of 1,793,952.92.

Agency ID
4740
PIID
47PM0818D0014
Type
Vehicle
Total Obligated
37.67 million
37,673,011.32
Actions
21
Average Action Value
1,793,952.92

Overview

The record for vehicle number under PIID 47PM0818D0014 includes 21 award actions within the last 10 years. Total obligated value is 37,673,011.32, with an average action value of 1,793,952.92.

How to use this page

Use this page to review the award volume and obligated amount associated with this vehicle record. The figures support basic trend review, comparison across actions, and reference checks tied to Agency ID 4740.

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 = '47PM0818D0014'
    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 37,673,011.32 37.67 million 21

Insight

Over the 10-year window for vehicle PIID 47PM0818D0014, obligations are fully concentrated within the Public Buildings Service, which accounts for 37.67 million across 21 awards. This indicates a single-agency funding pattern with no diversification in the provided results. The volume of awards relative to the obligated amount suggests repeated use of the vehicle by the same agency rather than a small number of large actions.

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 = '47PM0818D0014'
        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 = '47PM0818D0014'
    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 37,673,011.32 37.67 million 21

Insight

Over the 10-year window, obligations under PIID 47PM0818D0014 are fully concentrated in NAICS 561720, Janitorial Services. This category accounts for $37.67 million across 21 awards, indicating a narrow, single-industry spend profile for the vehicle. The distribution suggests the vehicle is used consistently for custodial services rather than a diversified mix of NAICS codes.

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 = '47PM0818D0014'
    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 37,673,011.32 37.67 million 21

Insight

Obligations under PIID 47PM0818D0014 are fully concentrated in PSC S201, Housekeeping-Custodial Janitorial, with $37.67 million across 21 awards over the 10-year window. This indicates a narrow service mix and no observable diversification across other PSCs in the provided data. The award count suggests recurring procurement activity in the same service category rather than a one-time obligation pattern.

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 = '47PM0818D0014'
    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
2018 13,045,011.16 13.05 million 2
2019 12,647,024.05 12.65 million 3
2020 8,539,603.93 8.54 million 9
2021 2,458,102.89 2.46 million 4
2022 983,269.29 983.27 thousand 3

Insight

Obligations under PIID 47PM0818D0014 were concentrated in the earlier years of the 10-year window, with annual obligations declining from $13.05 million in 2018 and $12.65 million in 2019 to $983.27 thousand in 2022. Award activity peaked in 2020 at 9 awards even as obligated dollars fell to $8.54 million, indicating smaller award values and a shift away from the 2018–2019 funding levels. Overall, the pattern reflects a clear downward trend in annual obligation volume with a modest increase in award count before tapering in 2021–2022.

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.