This page summarizes award number FA861108C2897 for agency ID 9700 over the last full year. The record shows 3 award actions and net obligated amount of -$1.67 million.
Award Number
Award Number 9700 / FA861108C2897 Federal Contract Action Summary (Last Year)
Award record for PIID FA861108C2897 under agency ID 9700, showing last full year activity and obligations.
Amounts reflect the provided exact total obligated value of -1667233.34 and an average action value of -555744.45 across 3 actions.
Overview
For the last full year, award number FA861108C2897 under agency ID 9700 had 3 recorded actions. The total obligated amount was -1667233.34, which is shown here as a net -$1.67 million, with an average action value of -555744.45. This page is limited to the provided award-level activity and obligation totals.
How to use this page
Use this page to review award-level obligation activity for FA861108C2897 during the last full year. The figures support a quick check of action count, total obligated value, and average action value without adding assumptions about the underlying transaction 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 = 'FA861108C2897'
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) | -1,667,233.34 | -1.67 million | 3 |
Insight
Over the 1-year window for PIID FA861108C2897, obligations are concentrated entirely with DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA), which accounts for the only observed top-agency activity in the provided rows. DCMA shows net deobligations of $1.67 million across 3 awards, indicating a negative funding trend rather than新增 obligation growth. This suggests the award’s recent activity is limited and concentrated, with reductions occurring exclusively under DCMA.
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 = 'FA861108C2897'
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 |
|---|---|---|---|---|
| LOCKHEED MARTIN CORPORATION | 81755 | -1,667,233.34 | -1.67 million | 3 |
Insight
Over the 1-year window for award FA861108C2897, obligations are fully concentrated with a single vendor, LOCKHEED MARTIN CORPORATION (CAGE 81755). The vendor received 3 awards totaling -$1.67 million in obligated value, indicating a net deobligation position rather than new funding. This pattern suggests all recorded activity in the period is limited to one contractor, with no observed distribution across additional vendors.
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 = 'FA861108C2897'
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 |
|---|---|---|---|---|
| 488190 | OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION | -1,667,233.34 | -1.67 million | 3 |
Insight
Over the past 1 year, obligations for this award are concentrated entirely in NAICS 488190, Other Support Activities for Air Transportation. This category reflects a negative total obligated amount of $1.67 million across 3 awards, indicating limited but consistent activity within a single NAICS classification. The distribution suggests no diversification across other NAICS codes in the provided data.
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 = 'FA861108C2897'
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 |
|---|---|---|---|---|
| J016 | MAINT/REPAIR/REBUILD OF EQUIPMENT- AIRCRAFT COMPONENTS AND ACCESSORIES | -1,667,233.34 | -1.67 million | 3 |
Insight
Obligations for PIID FA861108C2897 over the 1-year window are fully concentrated in PSC J016, MAINT/REPAIR/REBUILD OF EQUIPMENT- AIRCRAFT COMPONENTS AND ACCESSORIES. This PSC accounts for 3 awards and net obligations of -$1.67 million, indicating a downward adjustment or deobligation rather than new positive funding. The absence of any other PSCs in the provided rows indicates no diversification across product or service categories for this award in the period reviewed.
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 = 'FA861108C2897'
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,667,233.34 | -1.67 million | 3 |
Insight
In the 1-year window for PIID FA861108C2897, FY2025 reflects a net deobligation of $1.67 million across 3 awards/actions. The obligated amount is concentrated in a single fiscal year, so there is no multi-year trend to assess from the provided data. This pattern indicates limited transaction volume with negative net funding activity in the period.
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.