Award Number

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

Award number FA824018C7218 for agency ID 9700 shows obligations and action history over the last full year.

This award record covers PIID FA824018C7218 under agency ID 9700 for the last full year. The award has 72 actions and total obligated funding of $390.93 million.

Generated at 03/20/2026

Analysis period: Last full year

Totals are based on the provided analysis window and may differ from current cumulative values.

Agency ID
9700
PIID
FA824018C7218
Type
Award
Total Obligated
390.93 million
390,931,747.74
Actions
72
Average Action Value
5,429,607.61

Overview

For the last full year, award FA824018C7218 recorded 72 award actions and $390,931,747.74 in total obligations. The average action value was $5,429,607.61, indicating a moderate number of higher-value actions across the period.

How to use this page

Use this page to review the award’s obligation level, action volume, and average action value for the selected period. It is useful for comparing this award against other records in the same agency or for tracking how activity was distributed across the year.

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 = 'FA824018C7218'
    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 390,931,747.74 390.93 million 72

Insight

Over the past year, obligations for PIID FA824018C7218 are concentrated entirely within a single top agency: the Department of the Air Force (agency ID 5700). This agency accounts for $390.93 million across 72 awards, indicating a highly concentrated award distribution rather than a broad multi-agency spread.

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 = 'FA824018C7218'
        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
JT4, LLC 7DS14 390,931,747.74 390.93 million 72

Insight

JT4, LLC is the only vendor listed for this award and accounts for all reported obligations in the 1-year window, totaling $390.93 million across 72 awards. This indicates a highly concentrated obligation profile with no visible diversification among top vendors for this PIID. The volume of awards alongside the total obligated amount suggests repeated funding to a single incumbent or primary contractor.

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 = 'FA824018C7218'
    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 390,931,747.74 390.93 million 72

Insight

For the 1-year window on award FA824018C7218, obligations are fully concentrated in NAICS 541330, Engineering Services. The award reflects a single-category distribution, with 72 actions totaling $390.93 million under this NAICS, indicating all reported obligated value in the period is associated with engineering services. This concentration suggests the award’s obligated activity is narrowly scoped rather than diversified across multiple industry categories.

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 = 'FA824018C7218'
    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
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 390,931,747.74 390.93 million 72

Insight

Obligations for this award are concentrated entirely in PSC R425, Support- Professional: Engineering/Technical, with $390.93 million obligated across 72 actions in the 1-year window. This indicates a highly focused service profile rather than a diversified mix of product or service categories. The volume of awards alongside the large obligated amount suggests sustained procurement activity within a single professional support category.

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 = 'FA824018C7218'
    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 390,931,747.74 390.93 million 72

Insight

In the 1-year window, obligations for PIID FA824018C7218 are concentrated entirely in FY2025, with $390.93 million obligated across 72 awards. This indicates a highly concentrated annual activity pattern within the observed period, with no evidence in the provided data of obligations in other years. The average obligated value per award in FY2025 is roughly $5.4 million, suggesting a mix of substantial award-level commitments rather than a single isolated obligation.

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.