Award Number

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

Award number W56HZV20C0050 for agency 9700 shows 21 recorded actions during the last full year, with total obligated dollars of -$7.47 million.

This award page summarizes FPDS activity for award number W56HZV20C0050 under agency ID 9700 over the last full year. The record shows negative total obligations of -$7,473,062.2 across 21 actions, for an average action value of -$355,860.1.

Generated at 03/20/2026

Analysis period: Last full year

All figures reflect the analysis window provided and use the exact totals supplied for this award record.

Agency ID
9700
PIID
W56HZV20C0050
Type
Award
Total Obligated
-7.47 million
-7,473,062.20
Actions
21
Average Action Value
-355,860.10

Overview

Award number W56HZV20C0050 is associated with agency ID 9700 and shows 21 award actions in the last full year. Total obligated amount is -$7,473,062.2, which is approximately -$7.47 million. The average action value is -$355,860.1.

How to use this page

Use this page to review the award-level obligation pattern for W56HZV20C0050 within the selected time window. The combination of action count and negative obligated total supports quick screening before moving to action-level details or related FPDS records. The values should be interpreted as reported in the source data for the analysis period provided.

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 = 'W56HZV20C0050'
    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 -7,473,062.20 -7.47 million 21

Insight

For PIID W56HZV20C0050 over the last 1 year, all reported obligated amount is concentrated in a single agency: the Department of the Army. That agency recorded 21 awards and net obligations of -$7.47 million, indicating a negative funding direction during the period. No other agencies are present in the provided rows, so the activity is fully concentrated rather than distributed across multiple agencies.

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 = 'W56HZV20C0050'
        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
OSHKOSH DEFENSE, LLC 75Q65 -7,473,062.20 -7.47 million 21

Insight

All reported obligations in the 1-year window are concentrated with OSHKOSH DEFENSE, LLC (CAGE 75Q65), which accounts for -$7.47 million across 21 awards under PIID W56HZV20C0050. This indicates a single-vendor concentration in the award record, with activity spread across multiple actions rather than a one-time obligation. The negative obligated total should be interpreted as net deobligation or downward adjustment over the period.

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 = 'W56HZV20C0050'
    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
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING -7,473,062.20 -7.47 million 21

Insight

Within the 1-year window for award W56HZV20C0050, all reported obligation activity is concentrated in NAICS 336992, Military Armored Vehicle, Tank, and Tank Component Manufacturing. This category accounts for 21 awards and a net obligation total of -$7.47 million, indicating a uniform NAICS distribution in the provided data. The negative obligated total suggests net deobligation activity over the period rather than new positive funding concentration.

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 = 'W56HZV20C0050'
    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
2355 COMBAT, ASSAULT, AND TACTICAL VEHICLES, WHEELED -7,473,062.20 -7.47 million 21

Insight

Over the past 1 year, obligations for award W56HZV20C0050 are concentrated in PSC 2355, Combat, Assault, and Tactical Vehicles, Wheeled. This PSC accounts for the full reported obligation total in the section, with 21 award actions totaling -$7.47 million, indicating a single-category concentration of activity. The negative obligated amount suggests a net deobligation or downward adjustment during 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 = 'W56HZV20C0050'
    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 -7,473,062.20 -7.47 million 21

Insight

For PIID W56HZV20C0050, the 1-year annual trend is concentrated entirely in FY 2025, with 21 awards totaling -$7.47 million in obligated value. This indicates all observed activity in the window is clustered in a single fiscal year rather than distributed across multiple years. The negative obligated total should be interpreted in context of deobligations or downward adjustments within that award record.

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.