Award Number

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

Procurement profile for award number W31P4Q18C0130 under Agency ID 9700, summarizing obligated amounts and action activity for the last full year.

This award record shows 16 actions during the last full year, with total obligated dollars of -$1,521,085.82 and an average action value of -$95,067.86. The negative obligation totals indicate deobligations or downward funding adjustments within the period.

Generated at 03/20/2026

Analysis period: Last full year

Amounts are reported as provided for the analysis window and may reflect adjustments rather than new obligations.

Agency ID
9700
PIID
W31P4Q18C0130
Type
Award
Total Obligated
-1.52 million
-1,521,085.82
Actions
16
Average Action Value
-95,067.86

Overview

For the last full year, award number W31P4Q18C0130 under Agency ID 9700 shows 16 recorded actions. Total obligated dollars were -$1,521,085.82, with an average action value of -$95,067.86. These figures indicate net downward obligation activity over the period.

How to use this page

Use this page to review the award-level obligation trend for W31P4Q18C0130 and compare its action count with the net funding change. The data is useful for identifying periods of deobligation or other downward adjustments within the last full 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 = 'W31P4Q18C0130'
    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 -1,521,085.82 -1.52 million 16

Insight

Over the past 1 year, obligations under PIID W31P4Q18C0130 for agency 9700 are concentrated entirely in DEPT OF THE ARMY, which accounts for the full reported activity in this section. The agency received 16 awards with a net total obligated amount of -$1.52 million, indicating a negative funding adjustment or deobligation pattern rather than net新增 obligations.

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 = 'W31P4Q18C0130'
        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 04939 -1,521,085.82 -1.52 million 16

Insight

LOCKHEED MARTIN CORPORATION is the only listed vendor for PIID W31P4Q18C0130 in the past year, accounting for the full observed obligation activity in this view. The award activity is concentrated in a single vendor relationship with 16 awards and total obligated dollars of -$1.52 million. The negative obligation total indicates net deobligations over the window rather than new funding growth.

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 = 'W31P4Q18C0130'
    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 -1,521,085.82 -1.52 million 16

Insight

Award activity for PIID W31P4Q18C0130 in the past year is fully concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing, with 16 awards recorded in this code. The cumulative obligated amount is negative at -$1.52 million, indicating net deobligation or downward obligation adjustments within this NAICS. No other NAICS codes are present in the provided data, so the award profile is narrowly concentrated and dominated by a single industrial classification.

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 = 'W31P4Q18C0130'
    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 -1,521,085.82 -1.52 million 16

Insight

Over the past year, obligations under PIID W31P4Q18C0130 were concentrated entirely in PSC 1410, Guided Missiles. This single PSC accounted for the full observed activity across 16 awards, with total obligations of -$1.52 million. The negative obligated value indicates net deobligations or downward funding adjustments within this PSC, suggesting concentrated but reduced funding activity rather than a broad distribution across product/service categories.

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 = 'W31P4Q18C0130'
    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 -1,521,085.82 -1.52 million 16

Insight

For PIID W31P4Q18C0130 within Agency ID 9700 over the trailing 1-year window, reported obligations are concentrated entirely in FY 2025, with total obligated amount of -$1.52 million across 16 awards. This indicates a single-year funding pattern in the available window, with no other annual data points provided for comparison. The negative net obligation suggests deobligations or downward adjustments outweighed obligations in FY 2025.

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.