This page summarizes award number N0002417C2301 for agency ID 9700 over the last full year. The award shows 24 actions and total obligated amount of -$3.25 million.
Award Number
Award Number 9700 / N0002417C2301 Federal Contract Action Summary (Last Year)
Procurement overview for award number N0002417C2301 under agency ID 9700, showing last full year obligation and action activity.
Totals reflect the analysis window and the readable values provided; average action value is -$135,520.38.
Overview
Award number N0002417C2301 is associated with agency ID 9700 in the last full year analysis window. The award records 24 actions and a total obligated amount of -3,252,489, with an average action value of -135,520.38. The negative obligated total indicates the net funding direction captured in the provided data.
How to use this page
Use this page to review the award-level activity count and obligated total for N0002417C2301. It is useful for checking the scale of recorded actions, comparing obligation patterns, and referencing the exact and readable totals in procurement analysis.
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 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 | -3,252,489.00 | -3.25 million | 24 |
Insight
Within the 1-year window for PIID N0002417C2301, all reported obligated activity is concentrated in a single agency: the Department of the Navy (agency ID 1700). That agency accounts for 24 awards and a net total obligated amount of -$3.25 million, indicating the activity is fully concentrated and net deobligated over the period. No other agencies are present in the provided rows, so there is no evidence of broader distribution across agencies.
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 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 |
|---|---|---|---|---|
| AUSTAL USA, LLC | 1T3Z4 | -3,252,489.00 | -3.25 million | 24 |
Insight
Within the 1-year window for award N0002417C2301, all reported obligations in the top-vendors view are concentrated with AUSTAL USA, LLC (CAGE 1T3Z4). The vendor accounts for 24 awards and a net obligated total of -$3.25 million, indicating a fully concentrated and negative obligation profile for this period. No other vendors are present in the provided data, so there is no observable distribution beyond this single vendor.
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 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 | -3,252,489.00 | -3.25 million | 24 |
Insight
Obligations for PIID N0002417C2301 in the last 1 year are fully concentrated in NAICS 336611, Ship Building and Repairing, with no diversification across other NAICS codes in the provided data. This category accounts for 24 awards and a net obligated total of -$3.25 million, indicating that activity in this window is concentrated but reflected as a net deobligation overall.
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 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 | -3,252,489.00 | -3.25 million | 24 |
Insight
Obligations under this award are fully concentrated in PSC 1905, Combat Ships and Landing Vessels, totaling -$3.25 million across 24 actions. This indicates the award’s activity in the 1-year window is narrowly focused within a single product service category rather than distributed across multiple PSCs. The negative obligated total suggests net deobligations or downward funding adjustments during the 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 = 'N0002417C2301'
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 | -3,252,489.00 | -3.25 million | 24 |
Insight
In the 1-year window, obligations for award N0002417C2301 are concentrated entirely in FY2025, with net total obligated amounting to -$3.25 million across 24 actions. This indicates activity was present but net deobligation-driven for the period, rather than increasing obligation levels. Because only one fiscal year appears in the window, no year-over-year trend can be assessed from the provided data.
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.