Vehicle Number

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

Vehicle number 47PB0023D0001 for agency 4740 shows federal award activity over the last 5 years.

This page summarizes procurement data for the vehicle tied to PIID 47PB0023D0001 under agency ID 4740. The record shows 20 award actions and total obligated amount of 33.09 million dollars across the analysis window.

Generated at 03/21/2026

Analysis period: Last 5 years

All amounts reflect the provided analysis window for the last 5 years, with total obligated exact value of 33085341.74.

Agency ID
4740
PIID
47PB0023D0001
Type
Vehicle
Total Obligated
33.09 million
33,085,341.74
Actions
20
Average Action Value
1,654,267.09

Overview

For the last 5 years, vehicle number 47PB0023D0001 recorded 20 award actions with a total obligated amount of 33,085,341.74 dollars. The average action value was 1,654,267.09 dollars, based on the provided award activity. This page is limited to the supplied vehicle, agency ID 4740, and PIID 47PB0023D0001.

How to use this page

Use this page to review the obligation pattern and award count associated with vehicle number 47PB0023D0001. The figures support a basic procurement review of activity volume and average action size without adding assumptions beyond the reported data.

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 = '47PB0023D0001'
    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 33,085,341.74 33.09 million 20

Insight

Within the 5-year window, obligations for vehicle PIID 47PB0023D0001 are fully concentrated in a single agency: Public Buildings Service (Agency ID 4740). Public Buildings Service accounts for $33.09 million across 20 awards, indicating all recorded obligations in this view are concentrated with one agency rather than distributed across multiple agencies. This pattern suggests a stable, agency-specific funding relationship for the vehicle.

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 = '47PB0023D0001'
        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 = '47PB0023D0001'
    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 33,085,341.74 33.09 million 20

Insight

Over the 5-year window, obligations for PIID 47PB0023D0001 are fully concentrated in NAICS 561720, Janitorial Services, with $33.09 million obligated across 20 awards. This indicates a narrow service profile with no visible NAICS diversification in the provided data. The volume and award count suggest recurring procurement activity in a single labor-intensive service category.

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 = '47PB0023D0001'
    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 33,085,341.74 33.09 million 20

Insight

Over the 5-year window, obligations under PIID 47PB0023D0001 are fully concentrated in PSC S201 (Housekeeping-Custodial Janitorial), totaling $33.09 million across 20 awards. This indicates a narrow service profile with no diversification across other PSCs in the provided data. The repeated award count suggests recurring procurement activity in the same service category rather than broad category spread.

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 = '47PB0023D0001'
    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 7,240,139.37 7.24 million 2
2023 8,317,531.26 8.32 million 9
2024 8,300,090.99 8.30 million 3
2025 9,227,580.12 9.23 million 6

Insight

Obligations under PIID 47PB0023D0001 remained in a relatively narrow band over the period, ranging from $7.24 million in 2022 to $9.23 million in 2025. Award activity was uneven, with a spike in 2023 to 9 awards followed by lower counts in 2024 and 2025, indicating that funding was concentrated across a small number of awards rather than distributed steadily each year. Overall, the pattern suggests stable annual funding levels with variable award frequency.

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.