This page summarizes obligation and action activity for award FA867523C0037 over the last full year. The record shows 23 award actions and total obligated funding of 70.09 million.
Award Number
Award Number 9700 / FA867523C0037 Federal Contract Action Summary (Last Year)
Federal procurement award record for award number FA867523C0037 under agency ID 9700, covering the last full year of activity.
Dollar figures are shown as both readable and exact values, and the analysis window is limited to the last full year.
Overview
Award FA867523C0037 has 23 recorded actions in the last full year, with total obligated funding of 70,088,098.21. The average action value is 3,047,308.62, which provides a basic measure of the scale of individual actions within the period.
How to use this page
Use this page to review award-level funding activity for FA867523C0037 and to compare its action count and obligation totals with other awards. The figures reflect the specified analysis window only, so they should be read as a last-full-year snapshot rather than a complete contract history.
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 = 'FA867523C0037'
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 | 70,088,098.21 | 70.09 million | 21 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 2 |
Insight
Obligations for PIID FA867523C0037 are concentrated almost entirely with the DEPT OF THE AIR FORCE, which accounts for $70.09 million across 21 awards in the 1-year window. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears only marginally in the record with 2 awards and no obligated dollars. This distribution indicates that funding activity is heavily centered within the Air Force, with DCMA involvement limited to non-obligated actions.
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 = 'FA867523C0037'
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 |
|---|---|---|---|---|
| RAYTHEON COMPANY | 15090 | 70,088,098.21 | 70.09 million | 23 |
Insight
RAYTHEON COMPANY accounted for the full reported obligation in this 1-year window for PIID FA867523C0037, with $70.09 million across 23 awards. This indicates complete vendor concentration for the selected award, with no other vendors listed in the provided rows. The funding distribution is therefore entirely concentrated with a single vendor, rather than dispersed across multiple recipients.
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 = 'FA867523C0037'
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 |
|---|---|---|---|---|
| 336414 | GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING | 70,088,098.21 | 70.09 million | 23 |
Insight
Over the past year, obligations for this award are fully concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing, totaling $70.09 million across 23 actions. This indicates a narrow industrial base for the procurement activity captured here, with no evidence in the provided rows of distribution across multiple NAICS codes. The volume of actions suggests repeated funding within the same manufacturing category rather than diversification across sectors.
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 = 'FA867523C0037'
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 |
|---|---|---|---|---|
| 1410 | GUIDED MISSILES | 70,088,098.21 | 70.09 million | 23 |
Insight
Obligations in the 1-year window are fully concentrated in PSC 1410, Guided Missiles, with $70.09 million across 23 awards. This indicates a narrow product mix and a high degree of spend concentration within this award. Average obligation per award is approximately $3.05 million, suggesting recurring procurement activity rather than reliance on a single large action.
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 = 'FA867523C0037'
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 | 70,088,098.21 | 70.09 million | 23 |
Insight
For PIID FA867523C0037 over the past 1 year, all reported obligations are concentrated in FY2025, with $70.09 million obligated across 23 awards. This indicates activity is entirely current-period and not distributed across multiple fiscal years within the window. The average obligation level is substantial, but the concentration in a single year limits assessment of longer-term trend movement.
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.