This page summarizes the federal award identified by PIID W911QY20C0100 under Agency ID 9700. The record shows 29 award actions and total obligated funding of $5,013,308,278.12 across the last 5 years.
Award Number
Award Number 9700 / W911QY20C0100 Federal Contract Action Summary (Last 5 Years)
Award number W911QY20C0100 for Agency ID 9700 shows 29 actions over the last 5 years with $5.01 billion obligated.
Obligated amounts are shown for the last 5 years and may reflect multiple action records tied to the same award number.
Overview
The award record for W911QY20C0100 includes 29 actions in the last 5 years, with total obligated funding of $5,013,308,278.12. The average action value is $172,872,699.25, indicating a high-value award history within the reporting window. This page is limited to the provided award number and obligation totals.
How to use this page
Use this page to review the award-level obligation history associated with PIID W911QY20C0100 and Agency ID 9700. The figures support basic procurement analysis such as volume of actions, total obligated value, and average action size over the last 5 years.
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 = '9700' AND content__award__awardID__awardContractID__PIID = 'W911QY20C0100'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 |
|---|---|---|---|---|
| 2100 | DEPT OF THE ARMY | 5,013,308,278.12 | 5.01 billion | 29 |
Insight
Over the 5-year window for award PIID W911QY20C0100, obligations are concentrated entirely within DEPT OF THE ARMY, with $5.01 billion obligated across 29 awards. This indicates full agency-level concentration in the provided results, with no other agencies present to suggest distribution across multiple organizations. The pattern is consistent with a highly centralized award activity profile for this PIID.
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 = '9700' AND content__award__awardID__awardContractID__PIID = 'W911QY20C0100'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 | 5,013,308,278.12 | 5.01 billion | 29 |
Insight
MODERNATX, INC. accounts for the entire top-vendor concentration in this 5-year award window for PIID W911QY20C0100, with $5.01 billion in obligated value across 29 awards. This indicates a highly concentrated spending pattern with no other vendors appearing in the provided top-vendor data. The average obligation per award is approximately $172.9 million, suggesting repeated large-value obligations to a single vendor.
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 = '9700' AND content__award__awardID__awardContractID__PIID = 'W911QY20C0100'
AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__award__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 |
|---|---|---|---|---|
| 325412 | PHARMACEUTICAL PREPARATION MANUFACTURING | 5,013,308,278.12 | 5.01 billion | 29 |
Insight
Award obligations over the 5-year window are fully concentrated in NAICS 325412, Pharmaceutical Preparation Manufacturing, with $5.01 billion across 29 awards. This indicates a narrow industrial focus for this award record rather than a diversified NAICS distribution. The volume of obligations in a single NAICS suggests this category is the primary driver of the award’s funding profile.
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 = '9700' AND content__award__awardID__awardContractID__PIID = 'W911QY20C0100'
AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
AND content__award__productOrServiceInformation__productOrServiceCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 |
|---|---|---|---|---|
| 6505 | DRUGS AND BIOLOGICALS | 5,013,308,278.12 | 5.01 billion | 29 |
Insight
Within the 5-year window for award W911QY20C0100, PSC 6505 (Drugs and Biologicals) accounts for all reported obligations in this section, totaling $5.01 billion across 29 awards. This indicates a highly concentrated procurement profile centered on pharmaceuticals and biologics, with no other PSCs represented in the provided data. The award pattern suggests repeated funding within a single product category rather than a broad mix of supplies or services.
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 = '9700' AND content__award__awardID__awardContractID__PIID = 'W911QY20C0100'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2021 | 4,953,993,662.60 | 4.95 billion | 17 |
| 2022 | 59,026,960.52 | 59.03 million | 8 |
| 2023 | 287,655.00 | 287.65 thousand | 4 |
Insight
Obligations are heavily concentrated in 2021, when award W911QY20C0100 accounted for 4.95 billion across 17 actions. Funding then declined sharply to 59.03 million in 2022 and 287.65 thousand in 2023, with award counts also falling from 17 to 8 and then 4. This pattern indicates a one-year spike followed by rapid reduction in both obligation volume and 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.