Award Number

Award Number 9700 / N0002419C2235 Federal Contract Action Summary (Last 5 Years)

Federal procurement summary for award number N0002419C2235 under agency ID 9700, covering the last 5 years of recorded actions and obligations.

This page summarizes award number N0002419C2235 for agency ID 9700 over the last 5 years. The record shows 146 award actions and total obligated amounts of 759.90 million dollars.

Generated at 03/20/2026

Analysis period: Last 5 years

Dollar figures are based on a total obligated exact value of 759903657.07 and an average action value of 5204819.57.

Agency ID
9700
PIID
N0002419C2235
Type
Award
Total Obligated
759.90 million
759,903,657.07
Actions
146
Average Action Value
5,204,819.57

Overview

The award record for N0002419C2235 reflects 146 recorded actions in the last 5 years. Total obligated value is 759,903,657.07 dollars, with an average action value of 5,204,819.57 dollars.

How to use this page

Use this page to review the award-level obligation history for PIID N0002419C2235. The figures support quick comparison of action volume, total obligations, and average action value within the selected analysis window.

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 = 'N0002419C2235'
    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
1700 DEPT OF THE NAVY 759,903,657.07 759.90 million 146

Insight

Within the 5-year window for award PIID N0002419C2235, obligations are concentrated in a single agency: DEPT OF THE NAVY, which accounts for $759.90 million across 146 awards. This indicates a highly concentrated award profile with no diversification across other agencies in the provided results. The distribution suggests the award activity is materially tied to Navy procurement.

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 = 'N0002419C2235'
        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
NATIONAL STEEL AND SHIPBUILDING COMPANY 81220 759,903,657.07 759.90 million 146

Insight

For PIID N0002419C2235 over the 5-year window, NATIONAL STEEL AND SHIPBUILDING COMPANY (CAGE 81220) accounts for all listed obligated dollars, totaling $759.90 million across 146 awards. This indicates complete vendor concentration in the available top-vendor view for this award. The award activity is also frequent, suggesting sustained obligation flow rather than a small number of large transactions.

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 = 'N0002419C2235'
    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
336611 SHIP BUILDING AND REPAIRING 759,903,657.07 759.90 million 146

Insight

Within the 5-year window, this award is fully concentrated in NAICS 336611, Ship Building and Repairing. The award has 146 actions/records associated with this NAICS and $759.90 million in total obligated dollars, indicating a highly focused procurement profile. No additional NAICS codes are present in the provided data, so there is no observable distribution across industries for this award.

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 = 'N0002419C2235'
    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
1905 COMBAT SHIPS AND LANDING VESSELS 759,903,657.07 759.90 million 146

Insight

For award N0002419C2235 over the 5-year window, obligations are fully concentrated in PSC 1905, Combat Ships and Landing Vessels. This PSC accounts for $759.90 million across 146 awards, indicating a highly focused procurement profile with no diversification across other PSCs in the provided data.

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 = 'N0002419C2235'
    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 28,764,991.00 28.76 million 17
2022 641,621,309.00 641.62 million 34
2023 25,047,593.07 25.05 million 44
2024 49,024,658.00 49.02 million 30
2025 15,445,106.00 15.45 million 21

Insight

Obligations for PIID N0002419C2235 are highly concentrated in 2022, which accounts for 641.62 million and far exceeds every other year in the 5-year window. Excluding 2022, annual obligations remain comparatively modest, ranging from 15.45 million to 49.02 million, with award counts varying between 17 and 44. The pattern indicates a one-year spike followed by lower, more dispersed funding levels in subsequent years.

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.