Award Number

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

Award number W31P4Q19C0076 for agency 9700 shows 18 actions in the last full year with total obligations of -$30,170.98.

This award record tracks activity under PIID W31P4Q19C0076 for agency 9700 over the last full year. The award shows 18 actions and net obligations of -$30,170.98, with an average action value of -$1,676.17.

Generated at 03/20/2026

Analysis period: Last full year

Dollar figures are shown as provided for the analysis window and may reflect deobligations or other negative adjustments.

Agency ID
9700
PIID
W31P4Q19C0076
Type
Award
Total Obligated
-30.17 thousand
-30,170.98
Actions
18
Average Action Value
-1,676.17

Overview

This award page summarizes activity for PIID W31P4Q19C0076 under agency 9700 during the last full year. The record includes 18 award actions and a total obligated amount of -$30,170.98, which yields an average action value of -$1,676.17.

How to use this page

Use this page to review the award’s action count and obligated totals for the selected period. The negative obligation value indicates the net change is below zero across the analyzed actions, so the record is best read as an activity summary rather than a positive spending total.

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 = 'W31P4Q19C0076'
    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 -30,170.98 -30.17 thousand 18

Insight

Within the 1-year window for award PIID W31P4Q19C0076, obligated dollars are concentrated entirely with the DEPT OF THE ARMY (Agency ID 2100). This agency accounts for 18 award records and a net total obligated amount of -$30.17 thousand, indicating a negative obligation position over the period. The absence of other agencies in the provided rows suggests no cross-agency distribution in this dataset.

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 = 'W31P4Q19C0076'
        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/LOCKHEED MARTIN JAVELIN JOINT VENTURE 0FCZ3 -30,170.98 -30.17 thousand 18

Insight

Within the 1-year window, all reported vendor obligation is concentrated in a single vendor: RAYTHEON/LOCKHEED MARTIN JAVELIN JOINT VENTURE (CAGE 0FCZ3). The 18 awards to this vendor total -$30.17 thousand in obligated value, indicating a net downward adjustment rather than positive funding. With no other vendors listed, the award-level activity under PIID W31P4Q19C0076 is highly concentrated and fully attributable to one vendor 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 = 'W31P4Q19C0076'
    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 -30,170.98 -30.17 thousand 18

Insight

Over the past 1 year, obligations for award W31P4Q19C0076 are fully concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing. This NAICS accounts for 18 awards and a net obligation of -$30.17 thousand, indicating a small overall downward adjustment rather than positive spending growth. The data provide no evidence of diversification across other NAICS codes in the period provided.

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 = 'W31P4Q19C0076'
    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
1427 GUIDED MISSILE SUBSYSTEMS -30,170.98 -30.17 thousand 18

Insight

Obligations over the past year are fully concentrated in PSC 1427, Guided Missile Subsystems, with -$30.17 thousand across 18 awards. This indicates a narrow product/service mix for this award, with all reported obligated value attributable to a single PSC. The negative obligated total suggests downward adjustment activity rather than net new funding within the period.

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 = 'W31P4Q19C0076'
    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 -30,170.98 -30.17 thousand 18

Insight

For PIID W31P4Q19C0076 within Agency ID 9700, the 1-year annual trend is concentrated entirely in FY 2025, with 18 awards totaling -$30.17 thousand in net obligated value. This indicates activity occurred in a single year and at a low dollar magnitude across multiple transactions. The negative net obligation suggests deobligations exceeded new obligations over the period.

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.