Vehicle Number

Vehicle Number 4740 / 47PM0024D0001 Federal Contract Action Summary (Last Year)

Analyst summary of vehicle number 47PM0024D0001 for Agency ID 4740 during the last full year, based on 13 award actions totaling $27.07 million.

This page summarizes procurement activity for vehicle number 47PM0024D0001 under Agency ID 4740 in the last full year. The record shows 13 award actions with total obligated funding of $27,072,694.67.

Generated at 03/21/2026

Analysis period: Last full year

Totals are shown as reported for the analysis window and rounded for readability where noted.

Agency ID
4740
PIID
47PM0024D0001
Type
Vehicle
Total Obligated
27.07 million
27,072,694.67
Actions
13
Average Action Value
2,082,514.97

Overview

The vehicle number record for PIID 47PM0024D0001 shows procurement activity across 13 award actions in the last full year. Total obligated value was $27,072,694.67, with an average action value of $2,082,514.97.

How to use this page

Use this page to review obligation volume and award action frequency for vehicle number 47PM0024D0001. The figures provide a compact view of activity for Agency ID 4740 over the last full year.

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 = '47PM0024D0001'
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 27,072,694.67 27.07 million 13

Insight

Over the past 1 year, obligations for vehicle PIID 47PM0024D0001 are fully concentrated within the Public Buildings Service (agency ID 4740). The agency recorded 13 awards totaling $27.07 million, indicating all observed activity in this window is tied to a single agency. This concentration suggests the vehicle is being used exclusively or nearly exclusively by Public Buildings Service during the period reviewed.

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 = '47PM0024D0001'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 = '47PM0024D0001'
    AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
531312 NONRESIDENTIAL PROPERTY MANAGERS 27,072,694.67 27.07 million 13

Insight

Over the past 1 year, obligations under PIID 47PM0024D0001 are fully concentrated in NAICS 531312, Nonresidential Property Managers, with $27.07 million across 13 awards. This indicates a narrow procurement profile within the observed window, with all recorded obligated activity tied to a single NAICS code. The award count suggests repeated action within the same service category rather than diversification across multiple industries.

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 = '47PM0024D0001'
    AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
R699 SUPPORT- ADMINISTRATIVE: OTHER 27,072,694.67 27.07 million 13

Insight

Within the 1-year window, obligations for vehicle PIID 47PM0024D0001 are fully concentrated in PSC R699, Support- Administrative: Other. This PSC accounts for $27.07 million across 13 awards, indicating a narrow distribution of spend under a single service classification. The concentration suggests this vehicle has been used consistently for administrative support requirements rather than a broad mix of product or 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 = '47PM0024D0001'
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2025 27,072,694.67 27.07 million 13

Insight

For FY 2025, this vehicle recorded $27.07 million in obligations across 13 awards, indicating a concentrated but active funding pattern within the 1-year window. The average obligation per award is approximately $2.08 million, suggesting the vehicle was used for recurring obligation activity rather than a single large outlay. No multi-year trend can be assessed from the provided row set.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.