Vehicle Number

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

Federal procurement profile for vehicle number 47PD0322D0003 under agency ID 4740, showing five years of obligated activity.

This page summarizes award activity for vehicle number 47PD0322D0003 over the last 5 years. The record shows 12 award actions with total obligations of $34.41 million and an average action value of $2,867,483.01.

Generated at 03/21/2026

Analysis period: Last 5 years

Amounts are shown as recorded in the source data, with total obligated exact value of 34409796.08.

Agency ID
4740
PIID
47PD0322D0003
Type
Vehicle
Total Obligated
34.41 million
34,409,796.08
Actions
12
Average Action Value
2,867,483.01

Overview

Over the last 5 years, vehicle number 47PD0322D0003 was associated with 12 award actions totaling $34,409,796.08 in obligated dollars. The average action value across the period was $2,867,483.01, indicating a relatively concentrated obligation pattern across a small number of actions.

How to use this page

Use this page to review obligated activity for vehicle number 47PD0322D0003 within agency ID 4740 and compare it with related procurement records. The summary supports quick analysis of action volume, total spend, and average action size over the selected 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 = '47PD0322D0003'
    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 34,409,796.08 34.41 million 12

Insight

For PIID 47PD0322D0003 over the 5-year window, all reported obligation activity is concentrated in a single top agency: Public Buildings Service. This agency accounts for 34.41 million across 12 awards, indicating a focused distribution of obligation volume rather than a broad multi-agency spread.

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 = '47PD0322D0003'
        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 = '47PD0322D0003'
    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
561720 JANITORIAL SERVICES 34,409,796.08 34.41 million 12

Insight

Obligations for PIID 47PD0322D0003 are fully concentrated in NAICS 561720, Janitorial Services, with $34.41 million obligated across 12 awards over the 5-year window. This indicates a narrow vendor activity profile for the vehicle, with no diversification across other NAICS codes in the provided data. The concentration suggests the vehicle is used consistently for the same service category rather than supporting a broad mix of requirements.

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 = '47PD0322D0003'
    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
S201 HOUSEKEEPING- CUSTODIAL JANITORIAL 34,409,796.08 34.41 million 12

Insight

Over the 5-year window, obligations under this vehicle are entirely concentrated in PSC S201, Housekeeping-Custodial Janitorial. The award records show 12 actions totaling $34.41 million, indicating a single-service profile with no diversity across PSCs in the provided data. This concentration suggests the vehicle is being used consistently for custodial/janitorial requirements rather than a broad mix of service categories.

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 = '47PD0322D0003'
    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
2022 8,368,873.08 8.37 million 2
2023 8,425,355.76 8.43 million 3
2024 8,810,657.28 8.81 million 4
2025 8,804,909.96 8.80 million 3

Insight

Obligations under PIID 47PD0322D0003 remained tightly clustered at roughly $8.4 million to $8.8 million annually from 2022 through 2025, indicating a stable funding pattern with limited year-to-year variation. Annual award counts increased from 2 in 2022 to a peak of 4 in 2024, then declined to 3 in 2025, suggesting modest fluctuation in award frequency without a material change in obligated value. The 2024 high in both obligations and award count was followed by a near-flat result in 2025, reinforcing the overall consistency of this vehicle’s activity over the period.

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.