Award Number

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

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

This page summarizes award number N0002413C2305 for agency ID 9700 over the last full year. It shows total obligated amounts, action count, and average action value for the period.

Generated at 03/20/2026

Analysis period: Last full year

Amounts reflect the provided readable total obligated value of 135.49 million and exact total obligated value of 135488080.56 across 57 actions.

Agency ID
9700
PIID
N0002413C2305
Type
Award
Total Obligated
135.49 million
135,488,080.56
Actions
57
Average Action Value
2,376,983.87

Overview

For the last full year, award number N0002413C2305 recorded total obligations of 135,488,080.56 across 57 award actions. The average action value was 2,376,983.87, indicating repeated activity within the reporting period.

How to use this page

Use this page to review award-level activity for N0002413C2305 under agency ID 9700 and to compare obligation totals with action frequency. The figures support basic trend and volume checks for the last full year without adding detail beyond the provided summary data.

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 = 'N0002413C2305'
    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 135,488,080.56 135.49 million 57

Insight

Within the 1-year window for award PIID N0002413C2305, obligations are fully concentrated in DEPT OF THE NAVY (agency ID 1700). The agency account reflects $135.49 million across 57 awards, indicating that observed funding activity is narrowly distributed and centered on a single agency relationship. This concentration suggests limited interagency dispersion in the recorded obligations for this award context.

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 = 'N0002413C2305'
        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
BATH IRON WORKS CORPORATION 70876 135,488,080.56 135.49 million 57

Insight

Over the 1-year window, BATH IRON WORKS CORPORATION (CAGE 70876) accounted for the full observed vendor activity for this award, with $135.49 million in total obligated value across 57 awards. Obligations are fully concentrated in a single vendor, indicating no diversification of vendor spend within the provided data. The volume of awards suggests repeated funding actions against the same vendor rather than a broad supplier base.

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 = 'N0002413C2305'
    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 135,488,080.56 135.49 million 57

Insight

Obligations for this award in the 1-year window are fully concentrated in NAICS 336611, Ship Building and Repairing. The award records 57 actions associated with this single NAICS code, totaling $135.49 million, indicating a highly focused procurement profile with no diversification across other NAICS categories in the provided data.

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 = 'N0002413C2305'
    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 135,488,080.56 135.49 million 57

Insight

Obligations for this award over the 1-year window are fully concentrated in PSC 1905, Combat Ships and Landing Vessels. The award reflects 57 obligated actions totaling $135.49 million in this single PSC, indicating a narrow product/service distribution with no other PSCs represented 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 = 'N0002413C2305'
    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 135,488,080.56 135.49 million 57

Insight

For PIID N0002413C2305, the 1-year annual trend reflects a single reporting year, 2025, with $135.49 million in obligated value across 57 awards. Obligations are fully concentrated in 2025 within the provided window, so no year-over-year distribution or multi-year trend can be assessed from these rows alone. The award volume suggests activity was spread across multiple award actions in the year rather than captured in a single obligation event.

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.