Award Number

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

Federal procurement summary for award number FA862616C2138 under agency ID 9700, covering the last full year.

This page summarizes award FA862616C2138 for agency ID 9700 over the last full year. The award shows two actions and net obligations of -393.73 thousand dollars.

Generated at 03/20/2026

Analysis period: Last full year

Obligation figures reflect the reported total obligated exact value of -393734.57 and the readable rounded value of -393.73 thousand.

Agency ID
9700
PIID
FA862616C2138
Type
Award
Total Obligated
-393.73 thousand
-393,734.57
Actions
2
Average Action Value
-196,867.29

Overview

Award number FA862616C2138 is associated with agency ID 9700 and shows activity in the last full year. The record includes two award actions with an average action value of -196867.29. Total obligated amount for the period is -393734.57.

How to use this page

Use this page to review the award-level activity tied to FA862616C2138 and compare the number of actions with the reported obligation total. The values shown here are limited to the provided analysis window and do not add unreported contract details.

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 = 'FA862616C2138'
    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
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 0.00 0.00 1
5700 DEPT OF THE AIR FORCE -393,734.57 -393.73 thousand 1

Insight

Within the 1-year window for PIID FA862616C2138, obligations are concentrated in two agencies. The DEPT OF THE AIR FORCE accounts for the only negative obligation activity shown, at -$393,734.57 across 1 award, while DCMA has 1 award with $0 obligated. This indicates limited distribution and no positive obligated funding in the provided agency breakout.

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 = 'FA862616C2138'
        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
GENERAL ELECTRIC COMPANY 07482 -393,734.57 -393.73 thousand 2

Insight

GENERAL ELECTRIC COMPANY accounts for all reported vendor obligations in this 1-year window for award FA862616C2138, indicating complete concentration in a single vendor. The total obligated amount is negative (-393.73 thousand) across 2 awards, suggesting net deobligations rather than new funding in this period.

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 = 'FA862616C2138'
    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 -393,734.57 -393.73 thousand 2

Insight

Obligations for PIID FA862616C2138 over the past year were concentrated entirely in NAICS 336412, Aircraft Engine and Engine Parts Manufacturing. This category accounted for all reported activity in the section, across 2 awards, with net obligations of -$393.73 thousand. The negative total indicates a net deobligation position during the window, rather than net 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 = 'FA862616C2138'
    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 -393,734.57 -393.73 thousand 2

Insight

Obligations for this award are fully concentrated in PSC 2840, covering gas turbines and jet engines, aircraft prime moving, and components. Across 2 awards in the 1-year window, net obligated amount is -$393.7 thousand, indicating a negative funding adjustment or deobligation rather than positive spend. With no other PSCs present, this category accounts for the entire observed obligation activity for the award.

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 = 'FA862616C2138'
    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 -393,734.57 -393.73 thousand 2

Insight

In FY2025, this award recorded -$393.7 thousand in total obligated dollars across 2 awards, indicating a limited and concentrated obligation pattern within the 1-year window. The negative total obligated amount suggests deobligation activity dominated the period rather than new funding. Because all observed activity is captured in a single year, no multi-year trend can be assessed from the provided data.

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.