Award Number

Award Number 7529 / 75N91020F00003 Federal Contract Action Summary (Last Year)

Award number 75N91020F00003 for agency 7529 shows 5 actions in the last full year, with net obligations of -43.84 thousand.

This FPDS award page summarizes activity for award number 75N91020F00003 under agency ID 7529 during the last full year. Total obligated amount was -43,838.13 across 5 actions, for an average action value of -8,767.63.

Generated at 03/20/2026

Analysis period: Last full year

Amount values are shown in readable and exact formats, and the analysis window is limited to the last full year.

Agency ID
7529
PIID
75N91020F00003
Type
Award
Total Obligated
-43.84 thousand
-43,838.13
Actions
5
Average Action Value
-8,767.63

Overview

The award record for 75N91020F00003 covers five actions in the last full year. Net obligations totaled -43,838.13, which reflects an average action value of -8,767.63. The figures are presented for agency ID 7529 only and do not infer the underlying transaction purpose.

How to use this page

Use this page to review the award-level obligation pattern for 75N91020F00003 across the selected period. The negative total and average indicate net deobligation activity over the five recorded actions. No additional contract scope, vendor, or program details are included in the provided inputs.

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 = '7529' AND content__award__awardID__awardContractID__PIID = '75N91020F00003'
    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
7529 NATIONAL INSTITUTES OF HEALTH -43,838.13 -43.84 thousand 5

Insight

For this award over the 1-year window, obligations are fully concentrated in a single agency: the National Institutes of Health, which accounts for -$43.84 thousand across 5 awards. The negative total indicates net deobligation activity rather than net new funding within the period. This distribution suggests all recorded activity for PIID 75N91020F00003 is limited to NIH, with no obligation spread across other agencies in the provided data.

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 = '7529' AND content__award__awardID__awardContractID__PIID = '75N91020F00003'
        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
SRI INTERNATIONAL 03652 -139.63 -139.63 1
ROCHE DIAGNOSTICS CORPORATION 51169 -191.92 -191.92 1
UNIVERSITY OF OKLAHOMA 4B862 -4,250.20 -4.25 thousand 1
HOST HOTELS & RESORTS, L.P. 3HBU9 -6,256.38 -6.26 thousand 1
ASTRIX TECHNOLOGY, LLC 1YKZ2 -33,000.00 -33.00 thousand 1

Insight

For award PIID 75N91020F00003, outlays in the 1-year window are concentrated among five vendors, each with a single award action and negative obligated amounts. ASTRIX TECHNOLOGY, LLC accounts for the largest magnitude at -$33.00 thousand, while the remaining vendors are much smaller, ranging from -$6.26 thousand to -$139.63. The distribution is highly fragmented across vendors, but overall obligation changes are dominated by one comparatively larger adjustment.

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 = '7529' AND content__award__awardID__awardContractID__PIID = '75N91020F00003'
    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
325412 PHARMACEUTICAL PREPARATION MANUFACTURING -139.63 -139.63 1
325413 IN-VITRO DIAGNOSTIC SUBSTANCE MANUFACTURING -191.92 -191.92 1
541714 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY (EXCEPT NANOBIOTECHNOLOGY) -4,250.20 -4.25 thousand 1
721110 HOTELS (EXCEPT CASINO HOTELS) AND MOTELS -6,256.38 -6.26 thousand 1
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) -33,000.00 -33.00 thousand 1

Insight

For PIID 75N91020F00003 over the last 1 year, obligations are concentrated in research and development and related support activities, with the largest negative amount in NAICS 541712 at -$33.00 thousand and smaller negative obligations in NAICS 541714 at -$4.25 thousand. The remaining categories are minor and dispersed, including hotels and motels (-$6.26 thousand) and two pharmaceutical-related NAICS codes with sub-$200 negative obligations each. Overall, the pattern indicates limited NAICS diversity and a single dominant classification by obligated dollars.

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 = '7529' AND content__award__awardID__awardContractID__PIID = '75N91020F00003'
    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
B504 SPECIAL STUDIES/ANALYSIS- CHEMICAL/BIOLOGICAL -139.63 -139.63 1
6640 LABORATORY EQUIPMENT AND SUPPLIES -191.92 -191.92 1
AN12 HEALTH R&D SERVICES; HEALTH CARE SERVICES; APPLIED RESEARCH -4,250.20 -4.25 thousand 1
X1AB LEASE/RENTAL OF CONFERENCE SPACE AND FACILITIES -6,256.38 -6.26 thousand 1
R431 SUPPORT- PROFESSIONAL: HUMAN RESOURCES -33,000.00 -33.00 thousand 1

Insight

Obligations under PIID 75N91020F00003 are concentrated in a small set of PSCs, with R431 accounting for the largest amount at -$33.0 thousand. The remaining obligations are spread across four single-award PSCs with materially smaller negative amounts, ranging from -$6.26 thousand for X1AB to -$139.63 for B504. This distribution indicates limited PSC diversification, with one dominant support-services code and several minor offsets in the period.

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 = '7529' AND content__award__awardID__awardContractID__PIID = '75N91020F00003'
    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 -43,838.13 -43.84 thousand 5

Insight

In the 1-year window, obligations for PIID 75N91020F00003 under agency 7529 totaled -$43.84 thousand in FY 2025 across 5 awards. The obligated amount is concentrated in a small number of actions, indicating limited distribution within the period. With only one fiscal year represented, no year-over-year trend can be assessed from the provided data.

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.