Award Number

Award Number 9700 / N0002421C2106 Federal Contract Action Summary (Last Year)

FPDS award page for award number N0002421C2106 under agency ID 9700, covering obligations and actions in the last full year.

This page summarizes the award activity for PIID N0002421C2106 during the last full year. Total obligated amount was 397.47 million across 41 award actions.

Generated at 03/20/2026

Analysis period: Last full year

Amounts are based on the provided obligated total of 397,466,966.67 and an average action value of 9,694,316.26.

Agency ID
9700
PIID
N0002421C2106
Type
Award
Total Obligated
397.47 million
397,466,966.67
Actions
41
Average Action Value
9,694,316.26

Overview

The award record for PIID N0002421C2106 shows 41 actions in the last full year, with total obligations of 397,466,966.67. The average action value was 9,694,316.26, indicating substantial activity across the period.

How to use this page

Use this page to review the award-level obligation total and action count for the selected analysis window. It is useful for quick comparison against other awards, tracking activity volume, and checking the scale of obligated dollars over time.

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 = 'N0002421C2106'
    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
1700 DEPT OF THE NAVY 397,466,966.67 397.47 million 41

Insight

Within the 1-year window for award PIID N0002421C2106, obligations are fully concentrated in DEPT OF THE NAVY, with 41 awards totaling $397.47 million. This indicates a single-agency funding profile with no visible distribution across other agencies in the provided data. The concentration suggests the award activity is tightly tied to one departmental customer rather than a broad interagency mix.

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 = 'N0002421C2106'
        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
HUNTINGTON INGALLS INCORPORATED 43689 397,466,966.67 397.47 million 41

Insight

Over the past 1 year, obligations under PIID N0002421C2106 are fully concentrated with HUNTINGTON INGALLS INCORPORATED (CAGE 43689), which accounts for $397.47 million across 41 awards. This indicates a single-vendor funding profile with no other vendors represented in the provided data. The distribution suggests award activity and obligated dollars are concentrated with one contractor rather than dispersed across multiple vendors.

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 = 'N0002421C2106'
    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
336611 SHIP BUILDING AND REPAIRING 397,466,966.67 397.47 million 41

Insight

Within the 1-year window, obligations for award N0002421C2106 are fully concentrated in NAICS 336611, Ship Building and Repairing, with $397.47 million across 41 awards. This indicates a highly focused procurement profile with no diversification across other NAICS codes in the provided data. The volume of award activity suggests repeated contracting within a single industrial base rather than a broadly distributed spend pattern.

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 = 'N0002421C2106'
    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
1905 COMBAT SHIPS AND LANDING VESSELS 397,466,966.67 397.47 million 41

Insight

Within the 1-year window, obligations under PIID N0002421C2106 are fully concentrated in PSC 1905, Combat Ships and Landing Vessels. This PSC accounts for $397.47 million across 41 awards, indicating a highly focused procurement profile with no distribution across other PSCs in the provided data. The concentration suggests this award activity is tied entirely to a single product/service category.

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 = 'N0002421C2106'
    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 397,466,966.67 397.47 million 41

Insight

Over the 1-year window, this award is concentrated in FY 2025, with $397.47 million obligated across 41 actions. The average obligation per action is substantial, indicating a high-dollar, active award rather than a low-volume or nominally funded instrument. No other years are provided in the window, so the available data support only a single-year obligation profile.

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.