Award Number

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

Procurement award page for award number N0001920C0003 under agency ID 9700, showing last full year activity.

This award record covers one action in the last full year for PIID N0001920C0003. The total obligated amount is -349.25 thousand, with an exact total of -349,249.98.

Generated at 03/20/2026

Analysis period: Last full year

Figures reflect the analysis window of the last full year and the single recorded award action.

Agency ID
9700
PIID
N0001920C0003
Type
Award
Total Obligated
-349.25 thousand
-349,249.98
Actions
1
Average Action Value
-349,249.98

Overview

The award number N0001920C0003 is associated with agency ID 9700 in the last full year analysis window. The record shows one award action and a total obligated amount of -349,249.98, reported as -349.25 thousand.

How to use this page

Use this page to review the award-level obligation total and the number of actions captured in the selected period. The single action and negative obligated value indicate the record should be interpreted in the context of the underlying procurement adjustments for that year.

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 = 'N0001920C0003'
    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 -349,249.98 -349.25 thousand 1

Insight

Within the 1-year window for PIID N0001920C0003, obligations are fully concentrated in a single top-awarding agency: the Department of the Navy (agency ID 1700). That agency accounts for one award action and a net obligated amount of -$349,249.98, indicating a negative funding movement rather than new positive obligation. No other top agencies are present in the provided rows, so there is no evidence of distribution across multiple agencies in this period.

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 = 'N0001920C0003'
        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
BOEING COMPANY, THE 76301 -349,249.98 -349.25 thousand 1

Insight

Within the 1-year window for PIID N0001920C0003, obligations are fully concentrated with a single vendor, BOEING COMPANY, THE (CAGE 76301), accounting for one award action. The vendor’s net obligated amount is negative, at -$349.25 thousand, indicating a downward adjustment or deobligation over the period. With no other vendors represented, there is no diversification in the award distribution for this section.

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 = 'N0001920C0003'
    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
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING -349,249.98 -349.25 thousand 1

Insight

Obligations for this award over the 1-year window are concentrated entirely in a single NAICS code, 336414 (Guided Missile and Space Vehicle Manufacturing). The identified activity reflects one action and a net obligated amount of -$349.25 thousand, indicating a single negative obligation in this category. With no additional NAICS codes reported, the award’s NAICS distribution is fully concentrated and shows no diversification across industry codes.

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 = 'N0001920C0003'
    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
1410 GUIDED MISSILES -349,249.98 -349.25 thousand 1

Insight

Obligations in the past year are concentrated entirely in PSC 1410, Guided Missiles, with one award accounting for all reported activity. The single action reflects a net deobligation of $349.25 thousand, indicating downward adjustment rather than positive obligation growth. No other PSCs are present in the provided rows, so the distribution is fully concentrated in this category.

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 = 'N0001920C0003'
    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 -349,249.98 -349.25 thousand 1

Insight

For award PIID N0001920C0003 within Agency 9700 over the 1-year window, obligations are fully concentrated in a single fiscal year. FY 2025 records one award action with net obligations of -$349,249.98, indicating a single negative obligated amount rather than a distributed multi-year trend. This pattern suggests all observed activity in the window is isolated to one year and one award entry.

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.