This page summarizes procurement activity associated with the vehicle number entity for agency 7523 and PIID 75D30121D10573 across the last 10 years. The record shows 9 award actions with total obligated value of 879.07 million and an average action value of 97,674,086.55.
Vehicle Number
Vehicle Number 7523 / 75D30121D10573 Federal Contract Action Summary (Last 10 Years)
Analytical summary of vehicle number activity for agency 7523 under PIID 75D30121D10573 over the last 10 years.
Total obligated value is reported as 879,066,778.92 and the readable total is rounded to 879.07 million.
Overview
Over the last 10 years, this vehicle number record is tied to 9 award actions under PIID 75D30121D10573 for agency 7523. The cumulative obligated amount is 879,066,778.92, with an average action value of 97,674,086.55.
How to use this page
Use this page to review the scale and frequency of obligated activity connected to this vehicle number. The summary supports quick comparison of total obligation, action count, and average action value within the stated 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 = '7523' AND content__IDV__contractID__IDVID__PIID = '75D30121D10573'
AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 |
|---|---|---|---|---|
| 7523 | CENTERS FOR DISEASE CONTROL AND PREVENTION | 879,066,778.92 | 879.07 million | 9 |
Insight
For PIID 75D30121D10573 over the 10-year window, all reported obligations in this section are concentrated within a single agency: the Centers for Disease Control and Prevention (Agency ID 7523). CDC accounts for $879.07 million across 9 awards, indicating a highly concentrated obligation pattern with no other agencies represented in the provided rows. This suggests the vehicle has been used almost exclusively by CDC within the scope of this query.
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 = '7523' AND content__IDV__contractID__IDVID__PIID = '75D30121D10573'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 = '7523' AND content__IDV__contractID__IDVID__PIID = '75D30121D10573'
AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 |
|---|---|---|---|---|
| 325411 | MEDICINAL AND BOTANICAL MANUFACTURING | 879,066,778.92 | 879.07 million | 9 |
Insight
Obligations for PIID 75D30121D10573 are fully concentrated in NAICS 325411, Medicinal and Botanical Manufacturing, with $879.07 million across 9 awards over the 10-year window. This indicates a narrow industry focus and limited NAICS diversity for this vehicle. The concentration suggests the vehicle is used primarily for procurement in a single manufacturing category rather than across a broad set of industrial activities.
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 = '7523' AND content__IDV__contractID__IDVID__PIID = '75D30121D10573'
AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 |
|---|---|---|---|---|
| 6505 | DRUGS AND BIOLOGICALS | 879,066,778.92 | 879.07 million | 9 |
Insight
Over the 10-year window, obligations for PIID 75D30121D10573 are fully concentrated in PSC 6505, Drugs and Biologicals. The vehicle records $879.07 million across 9 awards, indicating a narrow product mix and substantial reliance on this PSC. This concentration suggests the instrument is used primarily for pharmaceutical and biological procurement rather than a diversified set of supplies or services.
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 = '7523' AND content__IDV__contractID__IDVID__PIID = '75D30121D10573'
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2021 | 812,945,006.68 | 812.95 million | 5 |
| 2022 | 66,121,772.24 | 66.12 million | 2 |
| 2023 | 0.00 | 0.00 | 1 |
| 2024 | 0.00 | 0.00 | 1 |
Insight
Obligations for PIID 75D30121D10573 are heavily concentrated in 2021, when 5 awards accounted for $812.95 million. Activity declined sharply in 2022 to $66.12 million across 2 awards, and then dropped to zero obligated dollars in both 2023 and 2024 despite one award recorded in each year. This pattern indicates a pronounced front-loaded funding profile followed by minimal recent obligation activity.
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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.