Award Number

Award Number 9700 / N0002417C2301 Federal Contract Action Summary (Last 5 Years)

Federal procurement summary for award number N0002417C2301 under agency ID 9700, covering activity in the last 5 years.

This page presents award-level activity for PIID N0002417C2301 over the last 5 years. It shows 156 award actions with total obligations of 131.35 million and an average action value of 841,960.47.

Generated at 03/20/2026

Analysis period: Last 5 years

Obligation figures are shown as provided, with total obligated exact value of 131345833.15.

Agency ID
9700
PIID
N0002417C2301
Type
Award
Total Obligated
131.35 million
131,345,833.15
Actions
156
Average Action Value
841,960.47

Overview

Award number N0002417C2301 has 156 recorded actions in the last 5 years. Total obligated amount is 131,345,833.15, which is approximately 131.35 million. The average action value across the period is 841,960.47.

How to use this page

Use this page to review obligation volume and action frequency for award N0002417C2301. The figures support basic procurement analysis at the award level and provide a concise snapshot of activity within agency ID 9700.

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 = 'N0002417C2301'
    AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 131,345,833.15 131.35 million 156

Insight

Obligations for PIID N0002417C2301 are entirely concentrated in DEPT OF THE NAVY, which accounts for $131.35 million across 156 awards in the 5-year window. This indicates that all observed activity for this award is within a single agency, with no diversification across other agencies in the provided results. The volume of awards suggests sustained transactional activity under Navy oversight rather than a dispersed agency footprint.

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 = 'N0002417C2301'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
AUSTAL USA, LLC 1T3Z4 131,345,833.15 131.35 million 156

Insight

AUSTAL USA, LLC is the sole top vendor identified for this award over the 5-year window, accounting for $131.35 million in obligated value across 156 awards. This indicates a highly concentrated vendor profile, with all reported obligation in this section attributable to a single contractor. The combination of a high award count and substantial obligated value suggests repeated reliance on the same vendor under PIID N0002417C2301.

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 = 'N0002417C2301'
    AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__award__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 131,345,833.15 131.35 million 156

Insight

Over the 5-year window, this award is fully concentrated in NAICS 336611, Ship Building and Repairing, with $131.35 million obligated across 156 awards. The funding pattern indicates a sustained procurement relationship within a single industrial category rather than a diversified NAICS mix. This concentration suggests the award’s activity has been consistently aligned to ship construction or repair requirements.

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 = 'N0002417C2301'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 131,345,833.15 131.35 million 156

Insight

Obligations under PIID N0002417C2301 in the 5-year window are entirely concentrated in PSC 1905, Combat Ships and Landing Vessels, totaling $131.35 million across 156 awards. This indicates a highly focused procurement profile with no diversification across other PSCs in the provided data. The award count suggests the activity was recurring rather than a single isolated action.

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 = 'N0002417C2301'
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2021 37,366,884.00 37.37 million 40
2022 30,529,071.15 30.53 million 39
2023 37,470,116.00 37.47 million 30
2024 29,232,251.00 29.23 million 23
2025 -3,252,489.00 -3.25 million 24

Insight

Obligations for PIID N0002417C2301 were relatively stable from 2021 through 2024, ranging from $29.23 million to $37.47 million annually, with award counts declining from 40 to 23 over the same period. The highest obligated amount occurred in 2023 at $37.47 million, after a dip in 2022, indicating a brief rebound before lower activity in 2024. In 2025, obligations are negative at -$3.25 million, suggesting deobligations or downward adjustments in the current period rather than new growth.

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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.