This page summarizes the federal award record tied to PIID W31P4Q18C0049 for agency 9700. The analysis window covers the last 10 years and includes 147 award actions with an average action value of 20,834,947.28.
Award Number
Award Number 9700 / W31P4Q18C0049 Federal Contract Action Summary (Last 10 Years)
Award number W31P4Q18C0049 for agency 9700 shows 147 actions over the last 10 years and 3.06 billion in total obligated value.
Totals shown here reflect the readable obligated amount of 3,062,737,249.62 across all listed actions in the analysis window.
Overview
The award record for PIID W31P4Q18C0049 spans 147 actions in the last 10 years, with total obligated funding of 3,062,737,249.62. The average action value is 20,834,947.28, which provides a simple view of the scale of activity across the award lifecycle.
How to use this page
Use this page to review the obligation history associated with award number W31P4Q18C0049 and to compare its total and average action values against other awards. The figures are limited to the stated analysis window and should be read as a summary of recorded award actions for agency 9700.
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 = 'W31P4Q18C0049'
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 |
|---|---|---|---|---|
| 2100 | DEPT OF THE ARMY | 3,062,737,249.62 | 3.06 billion | 145 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 2 |
Insight
Obligations for this award are highly concentrated in the Department of the Army, which accounts for $3.06 billion across 145 awards. The only other identified agency is the Defense Contract Management Agency (DCMA), with 2 awards but no obligated value. This distribution indicates that essentially all financial activity under this PIID is associated with the Army, with DCMA involvement limited to non-obligated awards.
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 = 'W31P4Q18C0049'
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 | 64059 | 3,062,737,249.62 | 3.06 billion | 147 |
Insight
LOCKHEED MARTIN CORPORATION is the sole top vendor listed for this award, accounting for $3.06 billion across 147 awards over the 10-year window. This indicates a highly concentrated obligation pattern, with all reported vendor activity in this section attributable to a single contractor. The volume of awards alongside the funding level suggests sustained procurement activity rather than a one-time obligation.
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 = 'W31P4Q18C0049'
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 |
|---|---|---|---|---|
| 336414 | GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING | 3,062,737,249.62 | 3.06 billion | 147 |
Insight
Over the 10-year window, this award is fully concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing. The award history reflects 147 actions totaling $3.06 billion, indicating sustained obligation activity within a single industrial base segment. With only one NAICS represented, there is no observed distribution across multiple sectors for this award.
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 = 'W31P4Q18C0049'
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 |
|---|---|---|---|---|
| 1410 | GUIDED MISSILES | 3,062,737,249.62 | 3.06 billion | 147 |
Insight
Obligations for award W31P4Q18C0049 are entirely concentrated in PSC 1410, Guided Missiles, with $3.06 billion obligated across 147 awards in the 10-year window. This indicates a highly focused procurement profile centered on a single product/service category rather than a diversified mix of PSCs. The volume of awards alongside the dollar concentration suggests sustained recurring activity in the same mission area.
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 = 'W31P4Q18C0049'
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 |
|---|---|---|---|
| 2018 | 766,352,748.29 | 766.35 million | 8 |
| 2019 | 1,137,956,471.60 | 1.14 billion | 33 |
| 2020 | 1,154,893,679.14 | 1.15 billion | 31 |
| 2021 | 5,097,933.66 | 5.10 million | 26 |
| 2022 | 3,617.00 | 3.62 thousand | 24 |
| 2023 | 741,287.14 | 741.29 thousand | 18 |
| 2024 | -682,058.80 | -682.06 thousand | 6 |
| 2025 | -1,626,428.41 | -1.63 million | 1 |
Insight
Obligations for PIID W31P4Q18C0049 were heavily concentrated in 2018-2020, when annual funding ranged from $766.35 million to $1.15 billion and accounted for the overwhelming share of activity in the 10-year window. Award counts were highest in 2019-2020 (33 and 31 awards), then declined steadily to 18 in 2023 and 1 in 2025, indicating a marked reduction in award volume. From 2021 forward, obligated amounts fell sharply to near-zero levels, with small positive obligations in 2021-2023 and negative obligations in 2024-2025, consistent with later deobligations or downward adjustments.
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.