This page summarizes the award identified by PIID 75A50120C00034 for agency ID 7505. In the last full year, the record shows 2 award actions and no obligated dollars.
Award Number
Award Number 7505 / 75A50120C00034 Federal Contract Action Summary (Last Year)
Federal award record for PIID 75A50120C00034 under agency ID 7505, covering the last full year and showing two actions with zero obligated amount.
Total obligated value is 0.00, with an average action value of 0 across 2 actions in the analysis window.
Overview
This award page is organized around PIID 75A50120C00034 and agency ID 7505. The last full year includes 2 award actions, but the total obligated amount remains 0.00. The average action value is 0, which indicates no recorded obligation in the supplied analysis window.
How to use this page
Use this page to identify the award by number and confirm the reported obligation summary for the selected period. It is most useful for quick reference, cross-checking, and linking the award to agency ID 7505 without adding assumptions beyond the provided data.
Top Agencies
SELECT
content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
content__award__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '7505' AND content__award__awardID__awardContractID__PIID = '75A50120C00034'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__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 |
|---|---|---|---|---|
| 7505 | ADMINISTRATION FOR STRATEGIC PREPAREDNESS AND RESPONSE | 0.00 | 0.00 | 2 |
Insight
For PIID 75A50120C00034 over the 1-year window, all reported awards are concentrated in a single agency: the Administration for Strategic Preparedness and Response (Agency ID 7505). That agency accounts for 2 awards and $0.00 in obligated value, indicating activity volume without recorded obligation in this view. No other agencies are present in the provided rows, so the distribution is fully concentrated with no observable cross-agency spread.
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__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '7505' AND content__award__awardID__awardContractID__PIID = '75A50120C00034'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
vendor_name,
cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
| Vendor | CAGE Code | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| MODERNATX, INC. | 6RP85 | 0.00 | 0.00 | 2 |
Insight
MODERNATX, INC. is the only vendor listed for this award within the 1-year window, indicating complete vendor concentration in the observed data. The award count is 2, but reported total obligated dollars are 0.00, so activity appears limited to contract actions without recorded obligation value in this extract. No distribution across additional vendors is evident from the provided rows.
Top NAICS
SELECT
content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
content__award__productOrServiceInformation__principalNAICSCode__description AS naics_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '7505' AND content__award__awardID__awardContractID__PIID = '75A50120C00034'
AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__award__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
naics_code,
naics_name
ORDER BY total_obligated DESC
LIMIT 10
| NAICS Code | Description | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| 325414 | BIOLOGICAL PRODUCT (EXCEPT DIAGNOSTIC) MANUFACTURING | 0.00 | 0.00 | 2 |
Insight
Within the 1-year window for award 75A50120C00034, obligations are fully concentrated in NAICS 325414, Biological Product (Except Diagnostic) Manufacturing. The award is associated with two transactions under this NAICS, but reported obligated dollars are 0.00. This indicates activity is present by count, but no obligated value is reflected in the provided data.
Top PSC Codes
SELECT
content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
content__award__productOrServiceInformation__productOrServiceCode__description AS psc_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '7505' AND content__award__awardID__awardContractID__PIID = '75A50120C00034'
AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
AND content__award__productOrServiceInformation__productOrServiceCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
psc_code,
psc_name
ORDER BY total_obligated DESC
LIMIT 10
| PSC Code | Description | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| AN11 | HEALTH R&D SERVICES; HEALTH CARE SERVICES; BASIC RESEARCH | 0.00 | 0.00 | 2 |
Insight
Over the 1-year window for award 75A50120C00034, obligations are fully concentrated in PSC AN11, with $0.00 obligated across 2 awards. This indicates activity in this PSC is present at the award count level but has not translated into recorded obligated dollars during the period. The distribution is entirely singular, with no evidence of diversification across other PSCs in the provided data.
Annual Trend
SELECT
toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable,
count() AS award_count
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '7505' AND content__award__awardID__awardContractID__PIID = '75A50120C00034'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2025 | 0.00 | 0.00 | 2 |
Insight
In the 1-year window, obligations for award 75A50120C00034 are fully concentrated in 2025, with total obligated amount of $0.00. Activity is limited to 2 award records in that year, indicating recorded transactions without associated obligated dollars. No additional year-to-year distribution is present in the provided data, so no trend beyond a single-year concentration can be assessed.
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.