This page presents the federal procurement record for award W31P4Q19C0011 under agency ID 9700. Over the last 10 years, the award shows 261 actions and total obligations of 4.58 billion dollars.
Award Number
Award Number 9700 / W31P4Q19C0011 Federal Contract Action Summary (Last 10 Years)
Award number W31P4Q19C0011 for agency 9700 summarizes obligation and action history over the last 10 years.
Totals reflect the analysis window provided and the exact obligated amount of 4,583,057,418.88.
Overview
The award record for W31P4Q19C0011 shows 261 actions across the last 10 years, with total obligated dollars of 4,583,057,418.88. The average action value is 17,559,606.97, which provides a simple summary of the award’s scale over the analysis period. This page is organized for review of the award number, agency ID, and obligation totals in one place.
How to use this page
Use this page to review the award’s obligation history and compare its action activity over the selected 10-year window. The figures can support basic procurement analysis, including volume, average action size, and total obligated value 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 = 'W31P4Q19C0011'
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 | 4,583,057,418.88 | 4.58 billion | 258 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 3 |
Insight
Obligations under PIID W31P4Q19C0011 are highly concentrated within the DEPT OF THE ARMY, which accounts for $4.58 billion across 258 awards over the 10-year window. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears only marginally, with 3 awards and no obligated dollars. This indicates the award activity is overwhelmingly centered in one agency, with DCMA limited to administrative or 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 = 'W31P4Q19C0011'
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 | 4,583,057,418.88 | 4.58 billion | 261 |
Insight
Over the 10-year window for award W31P4Q19C0011, obligations are fully concentrated with a single vendor, LOCKHEED MARTIN CORPORATION (CAGE 64059). This vendor accounts for 261 awards totaling $4.58 billion, indicating a highly concentrated vendor profile rather than a distributed award 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 = 'W31P4Q19C0011'
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 |
|---|---|---|---|---|
| 336419 | OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING | 4,583,057,418.88 | 4.58 billion | 261 |
Insight
Over the 10-year window, obligations for PIID W31P4Q19C0011 are entirely concentrated in NAICS 336419, Other Guided Missile and Space Vehicle Parts and Auxiliary Equipment Manufacturing. This NAICS accounts for $4.58 billion across 261 awards, indicating a highly concentrated spend profile with no diversification across other industry categories in the provided data. The volume of awards suggests repeated procurement activity within the same industrial base rather than isolated obligation events.
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 = 'W31P4Q19C0011'
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 | 4,583,057,418.88 | 4.58 billion | 261 |
Insight
Obligations for PIID W31P4Q19C0011 are fully concentrated in PSC 1410, Guided Missiles, with $4.58 billion across 261 awards over the 10-year window. This indicates a highly specialized procurement profile with no visible diversification across other product/service codes in the provided data. The volume of awards alongside the obligation total suggests repeated activity in the same mission area rather than a broad spend distribution.
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 = 'W31P4Q19C0011'
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 | 1,808,140,141.29 | 1.81 billion | 2 |
| 2019 | 2,421,857,591.27 | 2.42 billion | 35 |
| 2020 | 106,824,657.66 | 106.82 million | 50 |
| 2021 | 105,012,716.25 | 105.01 million | 46 |
| 2022 | 141,222,312.41 | 141.22 million | 47 |
| 2023 | 0.00 | 0.00 | 31 |
| 2024 | 0.00 | 0.00 | 31 |
| 2025 | 0.00 | 0.00 | 19 |
Insight
Obligations for PIID W31P4Q19C0011 are highly concentrated in 2018 and 2019, which account for the vast majority of cumulative obligations over the period, at $1.81 billion and $2.42 billion respectively. After 2019, obligated amounts drop sharply to the low hundreds of millions in 2020-2022 and then to zero in 2023-2025, while award counts remain relatively elevated. This pattern indicates continued award activity after the peak funding years, but with no recorded obligations in the most recent years provided.
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.