Award Number

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

Award number N0001921C0011 for agency ID 9700 shows 14 actions in the last full year with total obligations of 1.03 billion.

This award page summarizes activity for award number N0001921C0011 under agency ID 9700 over the last full year. Total obligated amount was 1,028,005,370 across 14 award actions, with an average action value of 73,428,955.

Generated at 03/20/2026

Analysis period: Last full year

Dollar values are shown as reported for the selected analysis window and may reflect rounded display totals alongside exact obligations.

Agency ID
9700
PIID
N0001921C0011
Type
Award
Total Obligated
1.03 billion
1,028,005,370.00
Actions
14
Average Action Value
73,428,955.00

Overview

The award record for N0001921C0011 shows 14 actions during the last full year, with total obligations of 1,028,005,370. The readable total displays as 1.03 billion, and the average action value is 73,428,955. These figures describe activity captured for the selected period only.

How to use this page

Use this page to review award-level obligation activity for N0001921C0011 within agency ID 9700. The summary supports quick comparison of total obligated value, action count, and average action size for the last full 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 = 'N0001921C0011'
    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 1,028,005,370.00 1.03 billion 14

Insight

Obligations for PIID N0001921C0011 are fully concentrated in a single top agency over the 1-year window. DEPT OF THE NAVY accounts for the entire reported obligation total of 1.03 billion across 14 awards, indicating all tracked activity is concentrated within one agency relationship.

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 = 'N0001921C0011'
        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
RAYTHEON TECHNOLOGIES CORPORATION 52661 1,028,005,370.00 1.03 billion 14

Insight

Over the 1-year window, obligations for award N0001921C0011 are fully concentrated with a single vendor: RAYTHEON TECHNOLOGIES CORPORATION (CAGE 52661). This vendor accounts for 14 awards totaling $1.03 billion, indicating a highly concentrated award distribution with no evidence of vendor diversification in the provided data.

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 = 'N0001921C0011'
    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
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 1,028,005,370.00 1.03 billion 14

Insight

Obligations for PIID N0001921C0011 are fully concentrated in NAICS 336412, Aircraft Engine and Engine Parts Manufacturing, with $1.03 billion obligated across 14 awards in the 1-year window. This indicates a narrow industrial focus and limited NAICS diversification for the award during the period reviewed. The distribution suggests the contract activity is heavily centered on aircraft engine-related manufacturing support.

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 = 'N0001921C0011'
    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
2840 GAS TURBINES AND JET ENGINES, AIRCRAFT, PRIME MOVING; AND COMPONENTS 1,028,005,370.00 1.03 billion 14

Insight

Obligations for this award are fully concentrated in PSC 2840, Gas Turbines and Jet Engines, Aircraft, Prime Moving; and Components, with $1.03 billion obligated across 14 awards in the 1-year window. This indicates a highly focused procurement profile with no evidence of diversification across other PSCs in the provided data. The concentration suggests the award is primarily tied to aircraft propulsion and related component requirements.

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 = 'N0001921C0011'
    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 1,028,005,370.00 1.03 billion 14

Insight

For PIID N0001921C0011 within agency 9700 over the 1-year window, FY 2025 obligations total $1.03 billion across 14 awards. Obligations are highly concentrated in a single fiscal year, indicating a concentrated funding profile rather than a multi-year distribution. The low award count relative to total obligated dollars suggests relatively large awards drove the annual total.

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.