Award Number

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

Federal award record for award number FA821413C0001 at agency ID 9700, showing last full year obligations and action activity.

This page summarizes award number FA821413C0001 for agency ID 9700 over the last full year. The award shows 63 actions and total obligations of 387,501,628.44.

Generated at 03/20/2026

Analysis period: Last full year

Dollar values are shown as both readable and exact amounts, and the average action value is 6,150,819.5.

Agency ID
9700
PIID
FA821413C0001
Type
Award
Total Obligated
387.50 million
387,501,628.44
Actions
63
Average Action Value
6,150,819.50

Overview

Award number FA821413C0001 recorded 63 actions in the last full year for agency ID 9700. Total obligated amount was 387,501,628.44, which is 387.50 million in readable form, with an average action value of 6,150,819.5.

How to use this page

Use this page to review obligation volume and action frequency for the award during the last full year. The figures support basic award-level analysis, including total obligated value, number of actions, and average action size.

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 = 'FA821413C0001'
    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
5700 DEPT OF THE AIR FORCE 387,501,628.44 387.50 million 63

Insight

Over the 1-year window for PIID FA821413C0001, obligations are fully concentrated in a single top agency: the Department of the Air Force. This agency accounts for $387.50 million across 63 awards, indicating that funding is both highly concentrated and distributed across multiple award actions rather than a single award.

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 = 'FA821413C0001'
        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
BAE SYSTEMS TECHNOLOGY SOLUTIONS & SERVICES INC. 99789 387,501,628.44 387.50 million 63

Insight

Obligations for PIID FA821413C0001 are fully concentrated with a single vendor over the 1-year window. BAE SYSTEMS TECHNOLOGY SOLUTIONS & SERVICES INC. (CAGE 99789) received $387.50 million across 63 awards, indicating a high degree of vendor concentration and repeated award activity under this PIID.

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 = 'FA821413C0001'
    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
541330 ENGINEERING SERVICES 387,501,628.44 387.50 million 63

Insight

Award FA821413C0001 is fully concentrated in NAICS 541330, Engineering Services, with 63 awards totaling $387.50 million over the 1-year window. This indicates a highly concentrated procurement pattern with no diversification across other NAICS codes in the provided data. The obligation profile suggests engineering services are the sole identified service category for this award in the period reviewed.

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 = 'FA821413C0001'
    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
L014 TECHNICAL REPRESENTATIVE- GUIDED MISSILES 387,501,628.44 387.50 million 63

Insight

Obligations for PIID FA821413C0001 are fully concentrated in PSC L014, Technical Representative - Guided Missiles, with $387.50 million across 63 awards over the 1-year window. This indicates a highly focused procurement profile with no diversification across other PSCs in the provided data. The award activity suggests repeated spending within a single technical support category rather than broad category dispersion.

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 = 'FA821413C0001'
    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 387,501,628.44 387.50 million 63

Insight

For award FA821413C0001 within Agency ID 9700 over the 1-year window, FY 2025 accounts for 387.50 million in obligated value across 63 awards. This indicates a highly concentrated annual profile in the provided period, with obligation activity clustered in a single fiscal year rather than distributed across multiple years. The available data do not support a year-over-year trend assessment beyond this concentrated FY 2025 activity.

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.