Award Number

Award Number 9700 / N0001922C0004 Federal Contract Action Summary (Last 10 Years)

Procurement summary for award N0001922C0004 under agency ID 9700, showing obligations and action activity over the last 10 years.

This page presents the award history for PIID N0001922C0004 with total obligated value of 3.42 billion across the last 10 years. The record includes 27 award actions, with an average action value of 126,768,492.55.

Generated at 03/20/2026

Analysis period: Last 10 years

Dollar figures are based on the provided total obligated exact value of 3422749298.96 and the stated analysis window.

Agency ID
9700
PIID
N0001922C0004
Type
Award
Total Obligated
3.42 billion
3,422,749,298.96
Actions
27
Average Action Value
126,768,492.55

Overview

The award record for PIID N0001922C0004 shows 3,422,749,298.96 in total obligated value over the last 10 years. The award includes 27 actions, which yields an average action value of 126,768,492.55. This page is organized as an award-level view for agency ID 9700.

How to use this page

Use this page to review the overall obligation amount, action count, and average action value for the award. It provides a compact procurement summary for tracking activity associated with PIID N0001922C0004 within the selected 10-year window.

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 = 'N0001922C0004'
    AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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,422,749,298.96 3.42 billion 22
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 0.00 0.00 5

Insight

Obligations for PIID N0001922C0004 are highly concentrated in the Department of the Navy, which accounts for $3.42 billion across 22 awards in the 10-year window. DCMA appears with 5 awards but no obligated dollars, indicating administrative or oversight activity rather than funded obligation. Overall, the award history is dominated by a single funding agency, with no material obligated-dollar distribution to other listed 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 = 'N0001922C0004'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
SIKORSKY AIRCRAFT CORPORATION 78286 3,422,749,298.96 3.42 billion 27

Insight

Obligations are fully concentrated with SIKORSKY AIRCRAFT CORPORATION (CAGE 78286), which accounts for the only listed vendor under PIID N0001922C0004 over the 10-year window. The vendor received 27 awards totaling $3.42 billion, indicating a highly concentrated award pattern with no diversification across other vendors in the provided data. This distribution suggests sustained reliance on a single contractor for this action.

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 = 'N0001922C0004'
    AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__award__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
336411 AIRCRAFT MANUFACTURING 3,422,749,298.96 3.42 billion 27

Insight

This award is highly concentrated in NAICS 336411, Aircraft Manufacturing, which accounts for all reported obligation activity in the 10-year window. Across 27 awards, total obligations reached $3.42 billion, indicating sustained funding within a single industrial sector rather than a diversified obligation profile. The concentration suggests the award is closely tied to aircraft manufacturing work scope.

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 = 'N0001922C0004'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
1520 AIRCRAFT, ROTARY WING 3,422,749,298.96 3.42 billion 27

Insight

Obligations for PIID N0001922C0004 are fully concentrated in PSC 1520, Aircraft, Rotary Wing, with $3.42 billion obligated across 27 awards. This indicates a highly focused procurement profile with no observable distribution across other PSCs in the provided data. The concentration suggests the award is primarily associated with rotary-wing aircraft requirements over the 10-year window.

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 = 'N0001922C0004'
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2021 35,288,184.00 35.29 million 1
2022 445,401,619.74 445.40 million 4
2023 1,366,290,510.50 1.37 billion 5
2024 1,452,063,499.11 1.45 billion 7
2025 123,705,485.61 123.71 million 10

Insight

Obligations for PIID N0001922C0004 are heavily concentrated in 2023 and 2024, which together account for the preponderance of the 10-year window at 1.37 billion and 1.45 billion, respectively. Earlier activity was much lower in 2021 and 2022, with obligations of 35.29 million and 445.40 million, indicating a sharp ramp-up before the peak years. In 2025, obligated dollars declined to 123.71 million, but award count increased to 10, suggesting a shift toward smaller individual amounts relative to prior years.

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