Award Number

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

Federal procurement analysis for award number N0001917C0015 under agency ID 9700, covering obligations and action history over the last 10 years.

This page summarizes award number N0001917C0015 for agency ID 9700 over the last 10 years. It shows total obligations of 6.59 billion across 194 award actions, with an average action value of 33,966,352.54.

Generated at 03/20/2026

Analysis period: Last 10 years

Amounts reflect the provided analysis window and should be read as obligated totals and action-level averages for this award.

Agency ID
9700
PIID
N0001917C0015
Type
Award
Total Obligated
6.59 billion
6,589,472,392.74
Actions
194
Average Action Value
33,966,352.54

Overview

Award number N0001917C0015 is associated with agency ID 9700 and records 194 actions in the last 10 years. Total obligated value is 6,589,472,392.74, or 6.59 billion when rounded for display. The average action value across the period is 33,966,352.54.

How to use this page

Use this page to review the scale and frequency of obligations tied to this award number over time. The action count and average action value provide a concise view of how the obligation history is distributed across the analysis 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 = 'N0001917C0015'
    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 6,587,084,592.74 6.59 billion 90
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 2,387,800.00 2.39 million 104

Insight

Obligations are heavily concentrated under the DEPT OF THE NAVY, which accounts for $6.59 billion across 90 awards. By contrast, the DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) is associated with 104 awards but only $2.39 million in obligated value, indicating a much smaller dollar footprint despite a higher award count. This pattern suggests the award’s funding activity is overwhelmingly driven by the Navy, with DCMA appearing in a more limited administrative or oversight role.

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 = 'N0001917C0015'
        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
BELL BOEING JOINT PROJECT OFFICE 3B1R2 6,589,472,392.74 6.59 billion 194

Insight

Obligations for PIID N0001917C0015 are fully concentrated with a single vendor, BELL BOEING JOINT PROJECT OFFICE (CAGE 3B1R2), which accounts for $6.59 billion across 194 awards over the 10-year window. This indicates a highly concentrated award pattern with no observed 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 = 'N0001917C0015'
    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 6,589,472,392.74 6.59 billion 194

Insight

The award is fully concentrated in NAICS 336411, Aircraft Manufacturing, with $6.59 billion obligated across 194 actions over the 10-year window. This indicates a highly focused procurement profile centered on aircraft manufacturing, with no evidence in this view of meaningful diversification across other NAICS codes. The concentration suggests the award is materially tied to a single industrial base category.

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 = 'N0001917C0015'
    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
1510 AIRCRAFT, FIXED WING 6,589,472,392.74 6.59 billion 194

Insight

Obligations on this award are fully concentrated in PSC 1510, Aircraft, Fixed Wing, totaling $6.59 billion across 194 awards. This indicates a highly focused procurement profile with no diversification across other PSCs in the provided data. The volume of awards paired with the large obligated amount suggests sustained funding activity within this aircraft category 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 = 'N0001917C0015'
    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
2016 15,674,000.00 15.67 million 1
2017 82,756,638.00 82.76 million 3
2018 2,386,257,685.59 2.39 billion 17
2019 979,131,782.24 979.13 million 18
2020 1,011,945,252.62 1.01 billion 17
2021 1,104,182,058.21 1.10 billion 20
2022 348,271,296.01 348.27 million 37
2023 232,943,889.26 232.94 million 38
2024 12,736,114.97 12.74 million 16
2025 415,573,675.84 415.57 million 27

Insight

Obligations for PIID N0001917C0015 are highly concentrated in FY2018, when funding peaked at $2.39 billion across 17 awards. After that spike, annual obligations fell sharply and remained below $1.11 billion in FY2019-FY2021, then dropped further to $348.27 million in FY2022 and $232.94 million in FY2023. Award counts increased to 37-38 in FY2022-FY2023 despite lower obligated amounts, indicating a shift toward smaller, more numerous awards; FY2025 shows a partial rebound to $415.57 million across 27 awards.

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.