Award Number

Award Number 9700 / N0002408C2103 Federal Contract Action Summary (Last 10 Years)

Federal procurement summary for award N0002408C2103 under agency ID 9700, covering obligations and action history over the last 10 years.

This page summarizes award number N0002408C2103 for agency ID 9700 across the last 10 years. The award shows total obligated funding of $2.89 billion across 56 actions, with an average action value of $51,676,668.40.

Generated at 03/20/2026

Analysis period: Last 10 years

Totals reflect the provided 10-year analysis window and the exact obligated amount of $2,893,893,430.37.

Agency ID
9700
PIID
N0002408C2103
Type
Award
Total Obligated
2.89 billion
2,893,893,430.37
Actions
56
Average Action Value
51,676,668.40

Overview

Award N0002408C2103 is associated with agency ID 9700 and shows $2,893,893,430.37 in total obligated funding over the last 10 years. The record includes 56 award actions, with an average action value of $51,676,668.40.

How to use this page

Use this page to review the scale and action history of award N0002408C2103 within the selected analysis window. The figures support quick comparison against other awards by total obligation, action count, and average action value.

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 = 'N0002408C2103'
    AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
1700 DEPT OF THE NAVY 2,893,893,430.37 2.89 billion 56

Insight

Obligations for PIID N0002408C2103 are fully concentrated within a single top agency over the 10-year window: the Department of the Navy. That agency accounts for $2.89 billion across 56 awards, indicating a highly concentrated award distribution rather than a broad spread across multiple agencies. This pattern suggests the award is principally associated with Navy activity during the period reviewed.

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 = 'N0002408C2103'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
BECHTEL MARINE PROPULSION CORPORATION 1,964,850,278.28 1.96 billion 19
BECHTEL MARINE PROPULSION CORPORATION 52YT1 929,043,152.09 929.04 million 37

Insight

Obligations on this award are highly concentrated with BECHTEL MARINE PROPULSION CORPORATION, which accounts for the largest shares in the 10-year window. The vendor appears in two records with different CAGE coding, totaling about $2.89 billion across 56 awards, indicating activity spread across multiple entries rather than a single continuous vendor identifier. This pattern suggests a strong concentration of spending with one contractor, but the split identifier should be reviewed when interpreting vendor-level totals.

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 = 'N0002408C2103'
    AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__award__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 2,893,893,430.37 2.89 billion 56

Insight

Obligations for PIID N0002408C2103 are fully concentrated in NAICS 541712, with $2.89 billion obligated across 56 awards over the 10-year window. This indicates a narrow spending profile centered on research and development in the physical, engineering, and life sciences (except biotechnology). The concentration suggests this award record is strongly aligned to a single technical mission area rather than a diversified NAICS mix.

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 = 'N0002408C2103'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
4470 NUCLEAR REACTORS 2,893,893,430.37 2.89 billion 56

Insight

Over the 10-year window, obligations for award N0002408C2103 are fully concentrated in PSC 4470, Nuclear Reactors, with $2.89 billion obligated across 56 awards. This indicates a highly focused procurement profile rather than a broad distribution across product service codes. The concentration in a single PSC suggests this award is tied to a specialized nuclear reactor requirement set.

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 = 'N0002408C2103'
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2016 1,815,459,654.12 1.82 billion 18
2017 1,488,444,755.21 1.49 billion 22
2018 -355,037,086.90 -355.04 million 14
2019 -54,973,892.06 -54.97 million 2

Insight

Obligations on PIID N0002408C2103 are heavily concentrated in 2016 and 2017, with 1.82 billion across 18 awards in 2016 and 1.49 billion across 22 awards in 2017. Activity then turns negative in 2018 and 2019, at -355.04 million across 14 awards and -54.97 million across 2 awards, indicating net deobligations rather than new funding in those years. Overall, the 10-year window shows a front-loaded obligation pattern followed by material downward adjustments.

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.