Award Number

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

Award number N0002424C2110 for agency ID 9700 shows 2 award actions in the last full year with $2.74 billion obligated.

This award record for PIID N0002424C2110 under agency ID 9700 covers the last full year of activity. It includes 2 award actions and $2,744,874,500 in total obligated amount.

Generated at 03/20/2026

Analysis period: Last full year

Dollar values are shown as provided and may reflect rounded display and exact underlying totals.

Agency ID
9700
PIID
N0002424C2110
Type
Award
Total Obligated
2.74 billion
2,744,874,500.00
Actions
2
Average Action Value
1,372,437,250.00

Overview

The award number N0002424C2110 is associated with agency ID 9700 and shows activity in the last full year. Across 2 award actions, the total obligated amount was $2,744,874,500, for an average action value of $1,372,437,250.

How to use this page

Use this page to review the award-level obligation total and action count for the selected analysis window. The figures support quick comparison with other award records under the same agency ID and provide a concise summary of reported activity.

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 = 'N0002424C2110'
    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 2,744,874,500.00 2.74 billion 2

Insight

Within the 1-year window for award PIID N0002424C2110, obligations are concentrated entirely in DEPT OF THE NAVY (agency ID 1700). The Navy accounts for $2.74 billion across 2 awards, indicating a highly concentrated funding profile with no other agencies represented in the provided rows. This pattern suggests the award is agency-specific rather than distributed across multiple top agencies.

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 = 'N0002424C2110'
        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
ELECTRIC BOAT CORPORATION 96169 2,744,874,500.00 2.74 billion 2

Insight

Obligations for PIID N0002424C2110 over the past year are fully concentrated with a single vendor, ELECTRIC BOAT CORPORATION (CAGE 96169). That vendor accounts for the entire reported total of $2.74 billion across 2 awards, indicating a highly concentrated award distribution with no diversification among vendors in this window.

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 = 'N0002424C2110'
    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 2,744,874,500.00 2.74 billion 2

Insight

Obligations under PIID N0002424C2110 are fully concentrated in NAICS 336611, Ship Building and Repairing, with $2.74 billion obligated across 2 awards during the 1-year window. This indicates a highly concentrated procurement profile with no diversification across additional NAICS codes in the provided data. The pattern is consistent with a shipbuilding/repair action set rather than a broader mixed-requirements award base.

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 = 'N0002424C2110'
    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 2,744,874,500.00 2.74 billion 2

Insight

For award N0002424C2110 over the 1-year window, obligations are fully concentrated in PSC 1905, Combat Ships and Landing Vessels. The category accounts for $2.74 billion across 2 awards, indicating a highly focused obligation profile with no diversification across other PSCs in the provided data. This concentration suggests the award activity is concentrated in a single ship-related product class.

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 = 'N0002424C2110'
    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 2,744,874,500.00 2.74 billion 2

Insight

Within the 1-year window, obligations for award N0002424C2110 are highly concentrated in FY 2025, with $2.74 billion obligated across 2 awards. This indicates a very limited distribution of obligated funds and suggests that most activity in the period is tied to a small number of actions rather than a broad obligation pattern.

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.