Award Number

Award Number 9700 / W56HZV15C0095 Federal Contract Action Summary (Last 5 Years)

FPDS award activity for award number W56HZV15C0095 at agency ID 9700 over the last 5 years, showing 729 actions and -$23.56 million obligated.

This page summarizes federal award activity for PIID W56HZV15C0095 within agency ID 9700 during the last 5 years. The record shows 729 award actions and total obligated amount of -$23,560,543.99.

Generated at 03/20/2026

Analysis period: Last 5 years

Dollar values are shown as provided in the source data, including negative obligated amounts and the exact total of -23560543.99.

Agency ID
9700
PIID
W56HZV15C0095
Type
Award
Total Obligated
-23.56 million
-23,560,543.99
Actions
729
Average Action Value
-32,318.99

Overview

The award record for PIID W56HZV15C0095 at agency ID 9700 shows 729 actions across the last 5 years. Total obligated amount is -$23,560,543.99, with an average action value of -$32,318.99. These figures describe the observed award activity in the analysis window.

How to use this page

Use this page to review the scale and direction of award activity for W56HZV15C0095 under agency ID 9700. The action count, total obligated amount, and average action value provide a compact summary for procurement analysis and record review.

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 = 'W56HZV15C0095'
    AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 -23,560,543.99 -23.56 million 729

Insight

Over the past 5 years, this award’s obligated dollars are concentrated in DEPT OF THE ARMY, which accounts for the only reported agency in this section. The reported total obligated amount is negative at -$23.56 million across 729 awards, indicating a net downward funding adjustment or deobligation pattern rather than positive outlays. This concentration suggests the award’s funding activity has been primarily managed within a single 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 = 'W56HZV15C0095'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 -23,560,543.99 -23.56 million 729

Insight

OSHKOSH DEFENSE, LLC is the sole listed top vendor for award W56HZV15C0095 over the 5-year window, indicating complete concentration of reported obligation activity in this vendor. The 729 awards associated with CAGE 75Q65 total -$23.56 million in obligations, suggesting a highly concentrated award pattern with net negative obligated value 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 = 'W56HZV15C0095'
    AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__award__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 -23,560,543.99 -23.56 million 729

Insight

Within the 5-year window, obligations for award W56HZV15C0095 are concentrated entirely in NAICS 336992, Military Armored Vehicle, Tank, and Tank Component Manufacturing. This NAICS accounts for the full reported obligation total of -$23.56 million across 729 awards, indicating highly focused activity within a single industrial classification. The negative obligated amount suggests cumulative deobligations or downward adjustments over the period rather than net positive funding.

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 = 'W56HZV15C0095'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 -23,560,543.99 -23.56 million 729

Insight

For award W56HZV15C0095 over the 5-year window, obligations are fully concentrated in PSC 2355, Combat, Assault, and Tactical Vehicles, Wheeled. This PSC accounts for all reported obligated value in the provided data, totaling -$23.56 million across 729 awards, indicating a high volume of actions centered on this product category. The negative obligated amount suggests net deobligation activity over the period, rather than positive funding growth.

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 = 'W56HZV15C0095'
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2021 -4,841,635.35 -4.84 million 166
2022 -11,535,739.69 -11.54 million 211
2023 -2,772,552.23 -2.77 million 195
2024 -1,187,118.25 -1.19 million 84
2025 -3,223,498.47 -3.22 million 73

Insight

Obligations for PIID W56HZV15C0095 were negative in each year of the 5-year window, with the largest reduction in 2022 (-$11.54 million across 211 awards). Activity was most concentrated in 2021 through 2023, when award counts ranged from 166 to 211 and negative obligations remained materially higher than in later years. Both award volume and negative obligated amounts declined in 2024 and 2025, indicating a smaller and less concentrated annual footprint in the most recent 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.