This page summarizes award activity for the vehicle record identified by vehicle number 75D30124D18658. The last full year shows 3 award actions with total obligated value of -275,667,184.16 and an average action value of -91,889,061.39.
Vehicle Number
Vehicle Number 7523 / 75D30124D18658 Federal Contract Action Summary (Last Year)
FPDS analysis for vehicle number 75D30124D18658 at Agency ID 7523 during the last full year.
Amounts are shown as reported in FPDS; the readable total is -275.67 million and the exact total is -275667184.16.
Overview
For the last full year, this vehicle record is associated with 3 award actions and a total obligated amount of -275,667,184.16. The average action value was -91,889,061.39, which reflects the scale of the recorded obligations across the period. The analysis is tied to Agency ID 7523 and the PIID 75D30124D18658. Negative obligated amounts are presented as reported in the source data.
How to use this page
Use this page to review the obligation pattern for vehicle number 75D30124D18658 over the last full year. The action count and average action value provide a compact view of the reported activity. This record can support FPDS review, procurement tracking, and comparison against other awards in the same agency. All figures on the page should be interpreted in the context of the underlying FPDS reporting.
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 = '75D30124D18658'
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 |
|---|---|---|---|---|
| 7523 | CENTERS FOR DISEASE CONTROL AND PREVENTION | -275,667,184.16 | -275.67 million | 3 |
Insight
For PIID 75D30124D18658 over the last 1 year, obligations in the vehicle are fully concentrated in CENTERS FOR DISEASE CONTROL AND PREVENTION (Agency 7523). The agency accounts for the entire reported total across 3 awards, with net obligations of -275.67 million. The negative obligated total indicates a significant downward adjustment or deobligation pattern within this period, rather than positive funding growth.
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 = '75D30124D18658'
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 = '7523' AND content__IDV__contractID__IDVID__PIID = '75D30124D18658'
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 |
|---|---|---|---|---|
| 325412 | PHARMACEUTICAL PREPARATION MANUFACTURING | -275,667,184.16 | -275.67 million | 3 |
Insight
Within the 1-year window for PIID 75D30124D18658, obligations are entirely concentrated in NAICS 325412, Pharmaceutical Preparation Manufacturing. The vehicle records 3 awards in this NAICS, with total obligated value of -$275.67 million, indicating a single-industry concentration for the reported period. The negative obligation amount should be interpreted in FPDS context as a reduction or de-obligation rather than new positive funding.
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 = '75D30124D18658'
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 |
|---|---|---|---|---|
| 6505 | DRUGS AND BIOLOGICALS | -275,667,184.16 | -275.67 million | 3 |
Insight
Within the 1-year window, obligations for this vehicle are fully concentrated in PSC 6505, Drugs and Biologicals, with no other PSCs reflected in the provided rows. The reported total obligated is -$275.67 million across 3 awards, indicating all observed activity is tied to a single product category and a small number of actions. The negative obligated amount is notable and should be reviewed in context of deobligations, adjustments, or other contract modifications associated with this PIID.
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 = '75D30124D18658'
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 | -275,667,184.16 | -275.67 million | 3 |
Insight
For PIID 75D30124D18658, the 1-year annual trend is concentrated entirely in 2025, with three awards totaling -$275.67 million in obligated dollars. This indicates very limited award distribution over the period, with the full obligation activity captured in a single year. The negative total obligated amount is significant and warrants review in the context of the contract’s modification or deobligation history.
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.