Award Number

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

FPDS award page for award number N0002416C2431 under agency ID 9700, showing last full year obligations and action activity.

This page summarizes federal procurement activity for award number N0002416C2431 under agency ID 9700. Over the last full year, the award recorded 5 actions and total obligated funding of -649.591 thousand.

Generated at 03/20/2026

Analysis period: Last full year

Totals are based on the last full year and reflect an exact obligated amount of -649591 across 5 award actions.

Agency ID
9700
PIID
N0002416C2431
Type
Award
Total Obligated
-649.59 thousand
-649,591.00
Actions
5
Average Action Value
-129,918.20

Overview

Award number N0002416C2431 is associated with agency ID 9700 and recorded 5 actions during the last full year. Total obligated amount was -649591, with an average action value of -129918.2.

How to use this page

Use this page to review award-level obligation activity and action count for the selected analysis window. The figures provide a concise view of how funding changed across the 5 recorded actions for award N0002416C2431.

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 = 'N0002416C2431'
    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 -649,591.00 -649.59 thousand 5

Insight

Within the 1-year window for PIID N0002416C2431, obligations are entirely concentrated in DEPT OF THE NAVY (agency 1700). The reported total obligated amount is negative at -649.59 thousand across 5 awards, indicating net downward funding activity rather than positive obligation growth. No other agencies are present in the provided rows, so the observed activity is fully concentrated in a single agency.

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 = 'N0002416C2431'
        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 34293 -649,591.00 -649.59 thousand 5

Insight

Within the 1-year window, obligations on award N0002416C2431 are concentrated entirely with HUNTINGTON INGALLS INCORPORATED (CAGE 34293), which accounts for all reported vendor activity in this section. The award reflects 5 transactions totaling -$649.59 thousand, indicating a net negative obligated amount over the period. This pattern suggests limited vendor distribution and a single-vendor concentration for the award in the reported 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 = 'N0002416C2431'
    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 -649,591.00 -649.59 thousand 5

Insight

Obligations for PIID N0002416C2431 in the 1-year window are concentrated entirely in NAICS 336611, Ship Building and Repairing. This category accounts for all reported activity in the section, across 5 awards, with total obligated value of -$649.59 thousand. The negative obligation indicates a net downward adjustment or deobligation over the period, rather than net growth in funding.

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 = 'N0002416C2431'
    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 -649,591.00 -649.59 thousand 5

Insight

Over the 1-year window for award N0002416C2431, obligations are concentrated entirely in PSC 1905, Combat Ships and Landing Vessels. This PSC accounts for all reported activity in the section, with 5 awards and a net obligated value of -$649.59 thousand, indicating a negative funding movement rather than incremental obligation. The absence of additional PSCs suggests a highly concentrated award profile within this period.

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 = 'N0002416C2431'
    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 -649,591.00 -649.59 thousand 5

Insight

Within the 1-year window, this award shows $649.59 thousand in net de-obligations in 2025 across 5 actions, indicating a modest but concentrated downward funding adjustment. The activity is limited to a single year in the provided data, so no interyear trend can be assessed from this window.

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.