Award Number

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

Analysis of award number FA861520F0001 for agency 9700 over the last full year, showing 12 actions and $64.17 million in net obligations.

This page summarizes award number FA861520F0001 for agency 9700 during the last full year. The award shows 12 actions and total obligated value of -$64,174,798.83.

Generated at 03/20/2026

Analysis period: Last full year

Dollar figures are shown as provided, with a negative total obligated amount and a readable value rounded to the nearest hundredth of a million.

Agency ID
9700
PIID
FA861520F0001
Type
Award
Total Obligated
-64.17 million
-64,174,798.83
Actions
12
Average Action Value
-5,347,899.90

Overview

Award number FA861520F0001 for agency 9700 records 12 award actions in the last full year. Total obligated value is -$64,174,798.83, which reads as -$64.17 million. The average action value is -$5,347,899.90.

How to use this page

Use this page to review the award-level obligation pattern for FA861520F0001 across the selected period. The action count and average action value provide a compact view of how the award changed over time. The negative obligated total should be read as reported in the source data.

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 = 'FA861520F0001'
    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 -64,174,798.83 -64.17 million 11

Insight

Obligations are concentrated almost entirely with the Department of the Air Force, which accounts for 11 awards and a net -$64.17 million over the 1-year window. DCMA appears only once and shows no obligated value, indicating a minimal financial footprint relative to the Air Force. The negative Air Force obligation suggests downward net funding activity during the period, with little contribution from other agencies in this award record.

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 = 'FA861520F0001'
        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 -64,174,798.83 -64.17 million 12

Insight

For PIID FA861520F0001 over the past 1 year, obligations are fully concentrated with LOCKHEED MARTIN CORPORATION (CAGE 81755), which accounts for all reported award activity in this section. The vendor received 12 awards with total obligations of -$64.17 million, indicating a net downward obligation trend over the period. This level of concentration means the award’s obligation profile is not distributed across multiple 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 = 'FA861520F0001'
    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
336411 AIRCRAFT MANUFACTURING -64,174,798.83 -64.17 million 12

Insight

Award obligations for PIID FA861520F0001 are fully concentrated in NAICS 336411, Aircraft Manufacturing, with 12 awards totaling -$64.17 million over the past year. This indicates a highly focused activity profile with no diversification across NAICS codes in the provided data. The negative obligated total suggests net deobligations or adjustments within this NAICS 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 = 'FA861520F0001'
    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
1510 AIRCRAFT, FIXED WING -64,174,798.83 -64.17 million 12

Insight

Obligations for PIID FA861520F0001 over the past year are fully concentrated in PSC 1510, Aircraft, Fixed Wing, with no other PSCs represented in the provided rows. This PSC accounts for a net -$64.17 million across 12 awards, indicating repeated activity within a single product category. The negative obligated amount suggests substantial deobligation or downward adjustment activity in this period.

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 = 'FA861520F0001'
    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 -64,174,798.83 -64.17 million 12

Insight

For PIID FA861520F0001, the 1-year annual trend is concentrated in FY 2025, with 12 awards totaling -$64.17 million in obligations. The negative obligated total indicates net de-obligation activity during the period rather than net funding growth. With all reported activity confined to a single year, no multi-year trend can be assessed from this window.

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.