Award Number

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

Award W31P4Q23F0006 for agency 9700 shows 18 actions in the last full year and -$3.62 million in total obligations.

This page summarizes award number W31P4Q23F0006 for agency ID 9700 over the last full year. The award recorded 18 actions and net obligated funding of -$3,619,459.10, with an average action value of -$201,081.06.

Generated at 03/20/2026

Analysis period: Last full year

Obligation values reflect the provided analysis window and may appear negative because of deobligations or adjustments.

Agency ID
9700
PIID
W31P4Q23F0006
Type
Award
Total Obligated
-3.62 million
-3,619,459.10
Actions
18
Average Action Value
-201,081.06

Overview

For the last full year, award number W31P4Q23F0006 under agency ID 9700 totaled -$3,619,459.10 in obligated value across 18 actions. The average action value was -$201,081.06, indicating multiple obligation adjustments within the reporting period. This page is focused on the award-level record and its summarized action history.

How to use this page

Use this page to review the award’s obligation trend, action count, and average action value for the selected period. The figures are useful for quick award-level analysis and for checking whether the recorded activity is driven by deobligations, modifications, or other funding changes.

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 = 'W31P4Q23F0006'
    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
2100 DEPT OF THE ARMY -3,619,459.10 -3.62 million 18

Insight

Over the past 1 year, obligations associated with PIID W31P4Q23F0006 are concentrated entirely with the DEPT OF THE ARMY, which accounts for all reported activity in this section. The Army recorded 18 awards and a net obligation total of -$3.62 million, indicating a downward adjustment or de-obligation pattern rather than new positive funding. This distribution suggests the award’s recent financial activity is narrowly focused and dominated by one agency relationship.

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 = 'W31P4Q23F0006'
        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
LOCKHEED MARTIN CORPORATION 64059 -3,619,459.10 -3.62 million 18

Insight

Obligations for PIID W31P4Q23F0006 are fully concentrated with one vendor in the 1-year window: LOCKHEED MARTIN CORPORATION (CAGE 64059). Across 18 awards, the vendor has a net total obligated amount of -$3.62 million, indicating overall deobligation or negative net funding activity for this action. This pattern reflects highly concentrated vendor distribution with no evidence of diversification in the provided data.

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 = 'W31P4Q23F0006'
    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 -3,619,459.10 -3.62 million 18

Insight

Obligations for PIID W31P4Q23F0006 in the past year are fully concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing. This single NAICS accounts for 18 award actions and a net total obligation of -$3.62 million, indicating all recorded activity in the window is within one industry code. The negative net obligation suggests deobligations exceed new obligations for this award over the period.

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 = 'W31P4Q23F0006'
    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 -3,619,459.10 -3.62 million 18

Insight

Obligations for PIID W31P4Q23F0006 are concentrated entirely in PSC 1410 (Guided Missiles) over the 1-year window. This PSC accounts for the full reported obligation total of -$3.62 million across 18 awards, indicating a narrow product focus within the award record. The negative obligated amount suggests downward net funding activity during the period, but no other PSCs are present to indicate diversification.

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 = 'W31P4Q23F0006'
    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 -3,619,459.10 -3.62 million 18

Insight

For PIID W31P4Q23F0006 under agency 9700, the 1-year annual trend indicates all reported obligations are concentrated in 2025, with no other years present in the provided rows. Net obligated value for 2025 is -$3.62 million across 18 awards, indicating a negative funding adjustment or deobligation-dominated activity within the period. The absence of multi-year distribution limits trend interpretation, but the current year is clearly the sole driver of observed obligation 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.