Vehicle Number

Vehicle Number 7505 / 75A50118D00036 Federal Contract Action Summary (Last 10 Years)

Federal procurement record for vehicle number 75A50118D00036 under agency ID 7505, showing obligations over the last 10 years.

This page summarizes award activity tied to vehicle number 75A50118D00036 for agency ID 7505 across the last 10 years. The record shows 25 award actions with total obligated value of $243.70 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals are based on the provided analysis window and reflect $243,700,587.30 in obligated value across 25 actions.

Agency ID
7505
PIID
75A50118D00036
Type
Vehicle
Total Obligated
243.70 million
243,700,587.30
Actions
25
Average Action Value
9,748,023.49

Overview

The procurement record for vehicle number 75A50118D00036 covers 25 award actions within the last 10 years. Total obligated value is $243,700,587.30, with an average action value of $9,748,023.49.

How to use this page

Use this page to review obligation totals and award activity for vehicle number 75A50118D00036 under agency ID 7505. The data supports a quick scan of procurement volume, action count, and average action value for the selected period.

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 = '7505' AND content__IDV__contractID__IDVID__PIID = '75A50118D00036'
    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
7505 OFFICE OF ASSISTANT SECRETARY FOR PREPAREDNESS AND RESPONSE 183,404,492.00 183.40 million 15
7505 ADMINISTRATION FOR STRATEGIC PREPAREDNESS AND RESPONSE 60,296,095.30 60.30 million 10

Insight

Obligations under PIID 75A50118D00036 are concentrated in agency 7505, with the OFFICE OF ASSISTANT SECRETARY FOR PREPAREDNESS AND RESPONSE accounting for $183.40 million across 15 awards over the 10-year window. The ADMINISTRATION FOR STRATEGIC PREPAREDNESS AND RESPONSE follows with $60.30 million across 10 awards, indicating a smaller but still material share of activity within the same agency identifier. Overall, the distribution suggests award activity is heavily weighted to one office, with a secondary concentration in the successor or related organizational component.

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 = '7505' AND content__IDV__contractID__IDVID__PIID = '75A50118D00036'
        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 = '7505' AND content__IDV__contractID__IDVID__PIID = '75A50118D00036'
    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
541714 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY (EXCEPT NANOBIOTECHNOLOGY) 243,700,587.30 243.70 million 25

Insight

Obligations for this vehicle are fully concentrated in NAICS 541714, Research and Development in Biotechnology (except Nanobiotechnology). Over the 10-year window, 25 awards totaled $243.70 million, indicating a single-industry spending profile with no diversification across other NAICS codes in the provided data. This concentration suggests the vehicle was used primarily for biotechnology R&D requirements.

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 = '7505' AND content__IDV__contractID__IDVID__PIID = '75A50118D00036'
    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
AN13 R&D- MEDICAL: BIOMEDICAL (ADVANCED DEVELOPMENT) 95,497,167.00 95.50 million 3
AN13 HEALTH R&D SERVICES; HEALTH CARE SERVICES; EXPERIMENTAL DEVELOPMENT 75,323,190.30 75.32 million 16
6505 DRUGS AND BIOLOGICALS 72,880,230.00 72.88 million 6

Insight

Obligations under PIID 75A50118D00036 are concentrated in biomedical R&D and related health services. The largest PSC, AN13 for R&D- Medical: Biomedical (Advanced Development), accounts for $95.50 million across 3 awards, while a second AN13 health R&D services classification adds $75.32 million across 16 awards, indicating repeated funding in closely related research categories. Drugs and biologicals (PSC 6505) is also a major obligation area at $72.88 million across 6 awards, showing a relatively balanced distribution across three health-oriented PSCs rather than reliance on a single line item.

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 = '7505' AND content__IDV__contractID__IDVID__PIID = '75A50118D00036'
    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
2018 63,393,827.00 63.39 million 2
2019 30,996,083.00 31.00 million 2
2020 57,703,340.00 57.70 million 4
2021 19,284,147.00 19.28 million 2
2022 10,827,095.00 10.83 million 2
2023 1,200,000.00 1.20 million 4
2024 34,538,392.30 34.54 million 4
2025 25,757,703.00 25.76 million 5

Insight

Obligations under PIID 75A50118D00036 are uneven across the 10-year window, with the largest annual amounts in 2018 ($63.39 million) and 2020 ($57.70 million), followed by a pronounced decline in 2021–2023 to a low of $1.20 million in 2023. Activity then partially rebounded in 2024 and 2025 to $34.54 million and $25.76 million, respectively, but remained below the 2018 and 2020 peaks. Award counts are relatively steady at 2–5 per year, indicating that the obligation volatility is driven more by award value than by changes in the number of awards.

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.