Vehicle Number

Vehicle Number 7524 / 75F40121D00024 Federal Contract Action Summary (Last Year)

Federal procurement summary for vehicle number under agency ID 7524, showing obligations tied to PIID 75F40121D00024 during the last full year.

This page summarizes obligation activity for the vehicle number record associated with agency ID 7524 and PIID 75F40121D00024. In the last full year, the record shows 3 award actions totaling 8.05 million.

Generated at 03/21/2026

Analysis period: Last full year

Dollar totals are shown as provided, with exact obligated value of 8,047,090.81 and a readable total of 8.05 million.

Agency ID
7524
PIID
75F40121D00024
Type
Vehicle
Total Obligated
8.05 million
8,047,090.81
Actions
3
Average Action Value
2,682,363.60

Overview

The record for vehicle number under agency ID 7524 and PIID 75F40121D00024 shows 3 award actions in the last full year. Total obligated value was 8,047,090.81, with an average action value of 2,682,363.6. These figures reflect the activity captured for this specific procurement vehicle and analysis window.

How to use this page

Use this page to review the obligation level and action count associated with the vehicle number record. The summary can support quick comparisons across similar FPDS entries or internal reviews of procurement activity tied to PIID 75F40121D00024.

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 = '7524' AND content__IDV__contractID__IDVID__PIID = '75F40121D00024'
    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
7524 FOOD AND DRUG ADMINISTRATION 8,047,090.81 8.05 million 3

Insight

Over the past 1 year, all recorded obligations for PIID 75F40121D00024 are concentrated in the Food and Drug Administration, which accounts for $8.05 million across 3 awards. This indicates the vehicle is fully or primarily exercised within a single agency, with no other agencies represented in the provided data. The distribution suggests limited interagency use and a concentrated funding pattern.

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 = '7524' AND content__IDV__contractID__IDVID__PIID = '75F40121D00024'
        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 = '7524' AND content__IDV__contractID__IDVID__PIID = '75F40121D00024'
    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
561210 FACILITIES SUPPORT SERVICES 8,047,090.81 8.05 million 3

Insight

Obligations for PIID 75F40121D00024 over the past year are fully concentrated in NAICS 561210, Facilities Support Services. This single category accounts for 8.05 million across 3 awards, indicating a narrow procurement mix with no diversification across other NAICS codes in the provided data. The pattern suggests the vehicle has been used primarily for a single service line rather than a broad set 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 = '7524' AND content__IDV__contractID__IDVID__PIID = '75F40121D00024'
    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
Z1AZ MAINTENANCE OF OTHER ADMINISTRATIVE FACILITIES AND SERVICE BUILDINGS 8,047,090.81 8.05 million 3

Insight

Obligations under PIID 75F40121D00024 are fully concentrated in PSC Z1AZ, Maintenance of Other Administrative Facilities and Service Buildings, with $8.05 million across 3 awards over the 1-year window. This indicates a narrow spend profile and no observable PSC diversification within the provided data. The pattern suggests the vehicle is being used for a single dominant service category 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 = '7524' AND content__IDV__contractID__IDVID__PIID = '75F40121D00024'
    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 8,047,090.81 8.05 million 3

Insight

In the 1-year window, this vehicle shows $8.05 million in total obligations in FY2025 across 3 awards, indicating a concentrated obligation pattern. The average obligation per award is relatively high, suggesting limited distribution of funding across actions within the period. With only one year represented, no year-over-year trend can be assessed from the provided data.

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.