Vehicle Number

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

Federal procurement analysis page for vehicle number GS09P14KSC0003 under agency ID 4740, covering obligations and award activity over the last 5 years.

This page summarizes vehicle number GS09P14KSC0003 for agency ID 4740 across the last 5 years. It shows 24 award actions with total obligations of $21.87 million and an average action value of $911,070.50.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals are based on the provided analysis window and reflect a readable total obligated amount of $21,865,691.92.

Agency ID
4740
PIID
GS09P14KSC0003
Type
Vehicle
Total Obligated
21.87 million
21,865,691.92
Actions
24
Average Action Value
911,070.50

Overview

Within the last 5 years, vehicle number GS09P14KSC0003 recorded 24 award actions tied to agency ID 4740. The total obligated amount is $21,865,691.92, with an average action value of $911,070.50.

How to use this page

Use this page to review the obligation level and action frequency associated with vehicle number GS09P14KSC0003. The figures provide a concise procurement snapshot for comparing this record with other awards in the same agency or time period.

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 = 'GS09P14KSC0003'
    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 21,865,691.92 21.87 million 24

Insight

PUBLIC BUILDINGS SERVICE (Agency ID 4740) accounts for all reported obligations in this 5-year window for PIID GS09P14KSC0003, totaling $21.87 million across 24 awards. This indicates a fully concentrated funding profile within a single top agency, with no evidence of distribution across additional agencies in the provided data. The award pattern suggests repeated obligation activity under the same agency rather than broad interagency use.

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 = 'GS09P14KSC0003'
        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 = 'GS09P14KSC0003'
    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
561210 FACILITIES SUPPORT SERVICES 21,865,691.92 21.87 million 24

Insight

Obligations under PIID GS09P14KSC0003 are fully concentrated in NAICS 561210, Facilities Support Services, over the 5-year window. This single NAICS accounts for $21.87 million across 24 awards, indicating a consistent and highly focused procurement profile. No other NAICS codes are represented in the provided rows, so the distribution cannot be characterized as diversified.

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 = 'GS09P14KSC0003'
    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
Z1AA MAINTENANCE OF OFFICE BUILDINGS 21,865,691.92 21.87 million 24

Insight

For PIID GS09P14KSC0003 over the 5-year window, obligations are concentrated entirely in PSC Z1AA, Maintenance of Office Buildings. This PSC accounts for $21.87 million across 24 awards, indicating a consistent sustainment workload rather than a diversified mix of service categories. No other PSCs appear in the provided rows, so this vehicle is fully concentrated in a single classification.

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 = 'GS09P14KSC0003'
    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 9,728,065.68 9.73 million 13
2022 8,469,834.24 8.47 million 4
2023 3,667,792.00 3.67 million 4
2024 0.00 0.00 3

Insight

Obligations under PIID GS09P14KSC0003 declined steadily across the 5-year window, falling from $9.73 million in 2021 to $8.47 million in 2022 and $3.67 million in 2023, with no obligated dollars recorded in 2024. Award activity also contracted, dropping from 13 awards in 2021 to 4 in both 2022 and 2023, while 2024 still reflects 3 awards despite zero obligations. This pattern indicates a sharp reduction in funded activity and a high concentration of obligated value in the earlier years.

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.