This page summarizes federal procurement activity for award number FA861520F0001 under agency ID 9700. The record covers the last 10 years, with 30 actions and an average action value of 173,550,005.67.
Award Number
Award Number 9700 / FA861520F0001 Federal Contract Action Summary (Last 10 Years)
Award number FA861520F0001 for agency 9700 shows 30 recorded actions over the last 10 years and 5.21 billion in total obligated value.
Totals reflect the provided analysis window and may differ from rounded display values, including the exact obligated amount of 5,206,500,170.1.
Overview
The award record for FA861520F0001 is associated with agency ID 9700 and shows activity within the last 10 years. Across 30 actions, the total obligated amount is 5,206,500,170.1, with an average action value of 173,550,005.67.
How to use this page
Use this page to review the scale and frequency of obligations tied to award number FA861520F0001. The figures provide a compact summary of action count, total obligated value, and average action value for the selected period.
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 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 |
|---|---|---|---|---|
| 5700 | DEPT OF THE AIR FORCE | 5,206,500,170.10 | 5.21 billion | 28 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 2 |
Insight
Obligations under PIID FA861520F0001 are highly concentrated in the DEPT OF THE AIR FORCE, which accounts for $5.21 billion across 28 awards over the 10-year window. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears only marginally in the record, with 2 awards and no obligated dollars. This distribution indicates that funded activity is essentially consolidated within the Air Force, with DCMA present only in a limited, non-obligating capacity.
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 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 |
|---|---|---|---|---|
| LOCKHEED MARTIN CORPORATION | 81755 | 5,206,500,170.10 | 5.21 billion | 30 |
Insight
Over the 10-year window, obligations for PIID FA861520F0001 are fully concentrated with a single vendor: LOCKHEED MARTIN CORPORATION (CAGE 81755). The vendor accounts for $5.21 billion across 30 awards, indicating a consistently concentrated award pattern rather than a distributed vendor base.
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 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 | 5,206,500,170.10 | 5.21 billion | 30 |
Insight
Obligations for PIID FA861520F0001 are fully concentrated in NAICS 336411, Aircraft Manufacturing, with $5.21 billion obligated across 30 awards over the 10-year window. This indicates a highly focused procurement profile tied to aircraft manufacturing activities, with no diversification across other NAICS codes in the provided data. The award count suggests repeated contracting within the same industrial base rather than broad category dispersion.
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 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 | 5,206,500,170.10 | 5.21 billion | 30 |
Insight
Obligations for FA861520F0001 are fully concentrated in PSC 1510, Aircraft, Fixed Wing, with $5.21 billion across 30 awards over the 10-year window. This indicates a highly focused procurement profile with no distribution across other PSC categories in the provided data. The concentration suggests the award is tied to a single product class rather than a diversified mix of supplies or services.
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 10 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2020 | 3,879,831,446.73 | 3.88 billion | 1 |
| 2021 | 10,000,000.00 | 10.00 million | 3 |
| 2022 | -4,836,013.73 | -4.84 million | 4 |
| 2023 | 228,793,120.27 | 228.79 million | 3 |
| 2024 | 1,156,886,415.66 | 1.16 billion | 7 |
| 2025 | -64,174,798.83 | -64.17 million | 12 |
Insight
Obligations are highly concentrated in 2020, when a single award accounted for $3.88 billion, far exceeding all other years in the 10-year window. After that spike, annual obligations dropped sharply and remained much lower, with modest positive funding in 2021, a small net deobligation in 2022, renewed growth in 2023 and 2024, and another net deobligation in 2025. Award counts increase later in the period, rising to 12 in 2025, but the obligation pattern remains uneven and driven by a small number of large-dollar actions.
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.