Award Number

Award Number 9700 / N0001912C2001 Federal Contract Action Summary (Last 5 Years)

Award number N0001912C2001 for agency 9700 shows 64 recorded actions over the last 5 years and a net obligated total of -$21.88 million.

This page summarizes award number N0001912C2001 in FPDS for agency 9700 across the last 5 years. The record reflects 64 actions with total obligated dollars of -$21,880,454.96 and an average action value of -$341,882.11.

Generated at 03/20/2026

Analysis period: Last 5 years

Values are shown as reported in FPDS, with the readable total rounded from the exact obligated amount.

Agency ID
9700
PIID
N0001912C2001
Type
Award
Total Obligated
-21.88 million
-21,880,454.96
Actions
64
Average Action Value
-341,882.11

Overview

Award number N0001912C2001 is associated with agency 9700 and shows activity within the last 5 years. The award includes 64 actions and a total obligated amount of -$21,880,454.96, which rounds to -$21.88 million. The average action value is -$341,882.11.

How to use this page

Use this page to review the award-level FPDS record for N0001912C2001 and compare its action volume with its obligated total. The figures provide a compact summary of net obligations and average action value for the selected 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 = 'N0001912C2001'
    AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 0.00 0.00 51
1700 DEPT OF THE NAVY -21,880,454.96 -21.88 million 13

Insight

Award activity is concentrated in two agencies over the 5-year window, with DCMA accounting for 51 actions and zero net obligated amount, while the Department of the Navy accounts for 13 actions and -$21.88 million in obligations. This indicates that the volume of activity is primarily associated with DCMA administration, but the obligated value is concentrated in the Navy record. The negative obligated total for the Navy suggests net deobligation or downward obligation adjustments within this award 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 = 'N0001912C2001'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 -21,880,454.96 -21.88 million 64

Insight

Over the 5-year window, obligations for PIID N0001912C2001 are fully concentrated with a single vendor, BELL BOEING JOINT PROJECT OFFICE (CAGE 3B1R2). The vendor accounts for 64 awards and a net total obligated amount of -$21.88 million, indicating all recorded activity in this view is tied to one supplier and a net deobligation profile. This concentration limits vendor distribution and suggests the award’s obligation history is highly centralized.

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 = 'N0001912C2001'
    AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__award__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 -21,880,454.96 -21.88 million 64

Insight

Obligations for PIID N0001912C2001 over the 5-year window are entirely concentrated in NAICS 336411, Aircraft Manufacturing. This single NAICS accounts for all reported activity in the section, with 64 awards and net obligations of -$21.88 million. The negative obligated total indicates a net deobligation or obligation adjustment within this NAICS, rather than positive funding growth.

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 = 'N0001912C2001'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 -21,880,454.96 -21.88 million 64

Insight

Obligations for PIID N0001912C2001 are concentrated in PSC 1510, Aircraft, Fixed Wing, with -$21.88 million across 64 awards in the 5-year window. This indicates the award’s activity is highly focused in a single product service category rather than broadly distributed across multiple PSCs. The negative obligated amount should be noted when interpreting funding flow, but the concentration itself remains clear from the award count and total obligated value.

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 = 'N0001912C2001'
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2021 -5,180,344.22 -5.18 million 6
2022 -12,522,745.61 -12.52 million 23
2023 -4,108,940.54 -4.11 million 23
2024 -68,424.59 -68.42 thousand 5
2025 0.00 0.00 7

Insight

Obligations for PIID N0001912C2001 were concentrated in 2022 and 2023, which together accounted for the largest negative annual totals over the 5-year window. Activity declined sharply after 2023, with obligations falling to -$68.42 thousand in 2024 and to zero in 2025 despite 7 awards recorded that year. The pattern indicates a front-loaded obligation profile followed by a pronounced reduction in obligated dollars.

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