Award Number

Award Number 4900 / NSFDACS1219442 Federal Contract Action Summary (Last 5 Years)

Federal procurement summary for award number NSFDACS1219442 under agency ID 4900, covering obligated activity over the last 5 years.

This page summarizes award number NSFDACS1219442 for agency ID 4900 over the last 5 years. It shows 58 award actions with total obligated amounts of 1.18 billion.

Generated at 03/20/2026

Analysis period: Last 5 years

Dollar totals are based on the provided analysis window and reflect a readable total obligated amount of 1,179,672,141.4.

Agency ID
4900
PIID
NSFDACS1219442
Type
Award
Total Obligated
1.18 billion
1,179,672,141.40
Actions
58
Average Action Value
20,339,174.85

Overview

The award record for NSFDACS1219442 shows 58 award actions within the last 5 years. Total obligated amount is 1,179,672,141.4, with an average action value of 20,339,174.85. This provides a compact view of the award’s financial activity over the period.

How to use this page

Use this page to review the scale and cadence of obligated activity tied to award number NSFDACS1219442. The award action count and average action value help users compare this record with other procurement entries under agency ID 4900.

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 = '4900' AND content__award__awardID__awardContractID__PIID = 'NSFDACS1219442'
    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
4900 NATIONAL SCIENCE FOUNDATION 1,179,672,141.40 1.18 billion 58

Insight

For PIID NSFDACS1219442, obligations in the 5-year window are fully concentrated in the National Science Foundation (agency ID 4900). This award accounts for $1.18 billion across 58 award records, indicating a high volume of obligated activity within a single agency rather than cross-agency distribution.

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 = '4900' AND content__award__awardID__awardContractID__PIID = 'NSFDACS1219442'
        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
LEIDOS INNOVATIONS CORPORATION 7MWB4 1,179,672,141.40 1.18 billion 58

Insight

LEIDOS INNOVATIONS CORPORATION accounts for all identified top-vendor obligation in this 5-year window, with $1.18 billion obligated across 58 awards. This indicates a highly concentrated award distribution, with spending for PIID NSFDACS1219442 dominated by a single vendor. The average obligation per award is substantial, suggesting repeated large-dollar activity rather than broad vendor dispersion.

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 = '4900' AND content__award__awardID__awardContractID__PIID = 'NSFDACS1219442'
    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
561210 FACILITIES SUPPORT SERVICES 1,179,672,141.40 1.18 billion 58

Insight

Obligations for PIID NSFDACS1219442 are fully concentrated in NAICS 561210, Facilities Support Services. Over the 5-year window, this category accounts for $1.18 billion across 58 awards, indicating a highly focused service profile rather than a diversified NAICS distribution. The concentration suggests this award history is dominated by a single facilities support requirement.

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 = '4900' AND content__award__awardID__awardContractID__PIID = 'NSFDACS1219442'
    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
M1HA OPERATION OF GOVERNMENT-OWNED CONTRACTOR-OPERATED (GOCO) R&D FACILITIES 1,179,672,141.40 1.18 billion 58

Insight

The award is highly concentrated in PSC M1HA, which accounts for the full reported obligation amount in this 5-year window. This PSC is associated with operation of government-owned, contractor-operated R&D facilities and spans 58 awards, indicating repeated funding activity within a single category rather than broad PSC diversification.

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 = '4900' AND content__award__awardID__awardContractID__PIID = 'NSFDACS1219442'
    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 240,656,782.62 240.66 million 10
2022 140,166,747.01 140.17 million 12
2023 266,932,163.87 266.93 million 14
2024 276,855,974.05 276.86 million 13
2025 255,060,473.85 255.06 million 9

Insight

Obligations under PIID NSFDACS1219442 were uneven across the 5-year window, falling from $240.66 million in 2021 to $140.17 million in 2022, then rising sharply to $266.93 million in 2023 and peaking at $276.86 million in 2024. Award volume was comparatively stable through 2024, ranging from 10 to 14 awards, before declining to 9 awards in 2025. The pattern indicates a concentration of obligation value in 2023–2025, with 2022 representing a temporary low point in both funding 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.