In the last full year, MODERNATX, INC. recorded 2 federal award actions with zero obligated dollars reported. Activity was tied to the Administration for Strategic Preparedness and Response and classified under NAICS 325414, Biological Product (Except Diagnostic) Manufacturing.
Federal Contractor
MODERNATX, INC. Federal Contract Obligations (Last Year)
Federal procurement profile for MODERNATX, INC. (CAGE 6RP85, UEI WJYNZ8AK2D47) covering award activity in the last full year.
Reported obligation values are zero across the analysis window, so counts reflect award actions rather than funded dollars.
About MODERNATX, INC. federal contract activity
MODERNATX, INC. recorded 2 awards in the last full year with no obligated dollars reported, resulting in an average award value of 0.00. The company’s FPDS activity in this period is limited and, on the available data, reflects award occurrence rather than financial obligation volume.
Agency mix and customer concentration
All reported awards were associated with the Administration for Strategic Preparedness and Response, which accounts for 100% of observed agency activity in the analysis window. With only one awarding agency represented and zero obligated dollars reported, the agency profile is highly concentrated and not financially weighted.
Industry profile based on NAICS activity
All reported awards were classified under NAICS 325414, Biological Product (except Diagnostic) Manufacturing, indicating a single-industry profile in the available data. The mix is fully concentrated in one NAICS category, with no obligated dollars reported across that category.
Annual contract trend over the analysis window
Annual activity for 2025 shows 2 awards and 0.00 in total obligated dollars. The trend indicates recorded contracting actions without corresponding obligation value in the analyzed period.
How to interpret this page
This summary is based on FPDS records for the last full year and uses the provided CAGE code 6RP85 and UEI WJYNZ8AK2D47 to identify the vendor. Metrics reflect the supplied aggregates for total obligated dollars, award count, agency mix, NAICS mix, and annual trend; no additional assumptions were applied.
Top Agencies
SELECT
agency_id,
agency_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '6RP85'
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
)
ORDER BY total_obligated DESC
LIMIT 10
| Agency ID | Agency Name | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| 7505 | ADMINISTRATION FOR STRATEGIC PREPAREDNESS AND RESPONSE | 0.00 | 0.00 | 2 |
Insight
During the last full year, MODERNATX, INC. received 2 awards with $0.00 obligated across the reporting period. All recorded award activity was concentrated in a single agency, the Administration for Strategic Preparedness and Response (Agency ID 7505), indicating no distribution across other agencies in this window. With zero obligated dollars and only two awards, the observed activity is limited and does not indicate broad federal procurement concentration by value.
Top NAICS
SELECT
naics_code,
naics_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '6RP85'
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
)
ORDER BY total_obligated DESC
LIMIT 10
| NAICS Code | Description | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| 325414 | BIOLOGICAL PRODUCT (EXCEPT DIAGNOSTIC) MANUFACTURING | 0.00 | 0.00 | 2 |
Insight
During the last full year, MODERNATX, INC. (CAGE 6RP85) recorded 2 awards in a single NAICS, 325414, Biological Product (Except Diagnostic) Manufacturing. All recorded obligations were concentrated in this NAICS, with total obligated amount of $0.00 and an average award value of $0.00. This indicates a highly concentrated award profile by industry classification, although no obligated dollars were recorded in the period.
Annual Trend
SELECT
year,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '6RP85'
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 DESC
| Year | Total Obligated | Readable | Award Actions |
|---|---|---|---|
| 2025 | 0.00 | 0.00 | 2 |
Insight
During the last full year, MODERNATX, INC. (CAGE 6RP85) recorded 2 awards in 2025 with no obligated dollars reported. This indicates award activity was present, but all recorded actions were de-obligated or obligated at $0, resulting in no measurable funded spend for the period. With all activity concentrated in a single year and zero total obligation, the trend reflects transactional activity without budget execution in the observed window.
Use FPDS Query for deeper contractor analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, 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.