Award Number

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

Award number N0002418C2301 for agency 9700 is shown for the last full year with 14 award actions and total obligated funds of $10.73 million.

This page summarizes procurement activity tied to award number N0002418C2301 over the last full year. The record shows 14 actions and $10,727,509 in total obligated funding, with an average action value of $766,250.64.

Generated at 03/20/2026

Analysis period: Last full year

Dollar figures reflect the provided readable and exact totals for the selected analysis window.

Agency ID
9700
PIID
N0002418C2301
Type
Award
Total Obligated
10.73 million
10,727,509.00
Actions
14
Average Action Value
766,250.64

Overview

For the last full year, award number N0002418C2301 is associated with 14 award actions and total obligated funding of $10,727,509. The average action value is $766,250.64, providing a simple measure of activity across the period.

How to use this page

Use this page to review the award-level obligation total and action count for N0002418C2301 within agency 9700. The figures support quick comparison across awards, periods, or related procurement records without adding interpretation beyond the reported values.

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 = 'N0002418C2301'
    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 10,727,509.00 10.73 million 14

Insight

Over the last 1 year, obligations associated with PIID N0002418C2301 are concentrated entirely with DEPT OF THE NAVY (agency ID 1700), which accounts for $10.73 million across 14 awards. No other top agency entries are present in the provided rows, indicating a highly concentrated award distribution rather than a broad multi-agency spread.

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 = 'N0002418C2301'
        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
LOCKHEED MARTIN CORPORATION 38597 10,727,509.00 10.73 million 14

Insight

Within the 1-year window for award PIID N0002418C2301 under agency 9700, all reported obligation activity is concentrated with a single vendor, LOCKHEED MARTIN CORPORATION (CAGE 38597). This vendor accounts for $10.73 million across 14 awards, indicating a fully concentrated vendor distribution in the reported dataset. The repeated award activity suggests sustained reliance on the same contractor over the period.

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 = 'N0002418C2301'
    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 10,727,509.00 10.73 million 14

Insight

Obligations under PIID N0002418C2301 in the 1-year window are entirely concentrated in NAICS 336611, Ship Building and Repairing. This NAICS accounts for $10.73 million across 14 awards, indicating a highly focused obligation pattern with no diversification across other NAICS codes 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 = 'N0002418C2301'
    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 10,727,509.00 10.73 million 14

Insight

Obligations for PIID N0002418C2301 are fully concentrated in PSC 1905, Combat Ships and Landing Vessels, with $10.73 million obligated across 14 awards in the 1-year window. This indicates a narrow procurement profile with no other PSCs represented in the provided data. The award pattern suggests sustained activity within a single product/service classification rather than a diversified obligation mix.

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 = 'N0002418C2301'
    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 10,727,509.00 10.73 million 14

Insight

Over the 1-year window, obligations for PIID N0002418C2301 are concentrated entirely in FY2025, with $10.73 million obligated across 14 awards. This indicates activity is limited to a single fiscal year in the provided period, with no year-over-year trend available from the supplied rows. The average obligated amount per award is approximately $766 thousand, suggesting moderate distribution across multiple awards rather than a single large obligation.

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.