Vehicle Number

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

Analyst summary of vehicle number records for PIID 47PM0818D0014 under agency ID 4740 over the last 5 years.

This page summarizes procurement activity tied to vehicle number for PIID 47PM0818D0014 during the last 5 years. The record shows 7 award actions with total obligated amount of 3.44 million dollars.

Generated at 03/21/2026

Analysis period: Last 5 years

All values are based on the provided readable total of 3,441,372.18 and an average action value of 491,624.6.

Agency ID
4740
PIID
47PM0818D0014
Type
Vehicle
Total Obligated
3.44 million
3,441,372.18
Actions
7
Average Action Value
491,624.60

Overview

The procurement record for vehicle number under agency ID 4740 and PIID 47PM0818D0014 spans 7 award actions in the last 5 years. Total obligated funding is 3,441,372.18, with an average action value of 491,624.6. This view is intended to support review of obligation levels and action frequency.

How to use this page

Use this page to review the scope and pace of vehicle-related award activity for the selected PIID. The summary can help compare action count, obligated total, and average action value across 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 = '47PM0818D0014'
    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 3,441,372.18 3.44 million 7

Insight

PUBLIC BUILDINGS SERVICE is the sole top agency associated with this vehicle in the 5-year window, accounting for all reported obligations. Across 7 awards, it obligated $3.44 million, indicating a concentrated use pattern rather than broad agency distribution. This suggests the vehicle has been used consistently within a single agency channel over the period.

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 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 = '47PM0818D0014'
    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 3,441,372.18 3.44 million 7

Insight

All reported obligations for PIID 47PM0818D0014 are concentrated in NAICS 561720, Janitorial Services, with $3.44 million across 7 awards over the 5-year window. This indicates a fully concentrated award profile in a single service category, with no diversification across other NAICS codes in the provided data. The distribution suggests sustained use of the vehicle for janitorial requirements rather than a mixed-services contracting pattern.

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 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 3,441,372.18 3.44 million 7

Insight

The vehicle’s PSC profile is fully concentrated in S201, Housekeeping-Custodial Janitorial, with $3.44 million obligated across 7 awards over the 5-year window. This indicates a narrow service focus and limited PSC diversification within the vehicle. The award count suggests repeated use for the same category of custodial services rather than a broad mix of requirements.

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 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2021 2,458,102.89 2.46 million 4
2022 983,269.29 983.27 thousand 3

Insight

Obligations under PIID 47PM0818D0014 declined from 2.46 million in 2021 across 4 awards to 983.27 thousand in 2022 across 3 awards, indicating a notable year-over-year contraction in activity. The pattern reflects a relatively concentrated award stream with fewer awards and lower obligated dollars in the later year. No additional years are provided for the 5-year window, so trend assessment is limited to these two points.

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.