Award Number

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

Analysis of award number N0002415C2114 for agency ID 9700 during the last full year shows 100 recorded actions and $64.90 million obligated.

This page summarizes procurement activity for award N0002415C2114 under agency ID 9700 over the last full year. The award shows $64,897,391.63 in total obligated value across 100 actions.

Generated at 03/20/2026

Analysis period: Last full year

Dollar figures are based on the provided exact obligation total and readable rounded value, and the average action value is $648,973.92.

Agency ID
9700
PIID
N0002415C2114
Type
Award
Total Obligated
64.90 million
64,897,391.63
Actions
100
Average Action Value
648,973.92

Overview

Award N0002415C2114 is associated with agency ID 9700 and shows measurable activity across the last full year. The record includes 100 award actions and a total obligated amount of $64,897,391.63, with an average action value of $648,973.92.

How to use this page

Use this page to review award-level procurement activity for the specified analysis window. The figures support basic comparison of action volume and obligated value for this award against other FPDS records.

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 = 'N0002415C2114'
    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 64,897,391.63 64.90 million 100

Insight

Within the 1-year window for award PIID N0002415C2114, obligation activity is concentrated entirely in DEPT OF THE NAVY (agency 1700). The full reported total is $64.90 million across 100 awards, indicating all observed obligations in this view are attributable to a single top agency. This pattern suggests a highly concentrated funding profile with no diversification across other agencies in the provided rows.

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 = 'N0002415C2114'
        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 64,897,391.63 64.90 million 100

Insight

Within the 1-year window for PIID N0002415C2114, obligations are fully concentrated with a single vendor, HUNTINGTON INGALLS INCORPORATED (CAGE 43689). The vendor received $64.90 million across 100 awards, indicating a highly concentrated obligation pattern and repeated funding activity tied to one contractor. This distribution suggests limited vendor diversification for the award during the period reviewed.

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 = 'N0002415C2114'
    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 64,897,391.63 64.90 million 100

Insight

The award’s NAICS activity is fully concentrated in 336611, Ship Building and Repairing, with $64.90 million obligated across 100 awards in the 1-year window. This indicates a highly focused procurement pattern within a single industrial classification, rather than a diversified mix of NAICS codes. The volume of awards alongside the obligation level suggests sustained activity in shipbuilding and repair under this action.

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 = 'N0002415C2114'
    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 64,897,391.63 64.90 million 100

Insight

Over the past 1 year, obligations under award N0002415C2114 are entirely concentrated in PSC 1905, Combat Ships and Landing Vessels. The award has 100 reported actions with $64.90 million obligated, indicating a single-PSC obligation profile rather than a diversified mix. This concentration suggests the award’s funded activity is focused in a narrow ship and landing vessel 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 = 'N0002415C2114'
    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 64,897,391.63 64.90 million 100

Insight

In the 1-year window, obligations for award N0002415C2114 are concentrated entirely in FY2025, with $64.90 million obligated across 100 actions. This indicates a high level of activity within a single fiscal year rather than a distributed multi-year obligation pattern. The award’s obligation profile is therefore compressed and materially dependent on FY2025 performance.

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.