Award Number

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

Analysis of award number W56HZV15C0095 for agency ID 9700 during the last full year, showing 73 actions and net obligations of -3.22 million.

This page summarizes award number W56HZV15C0095 for agency ID 9700 over the last full year. The award recorded 73 actions with total obligated amounts of -3,223,498.47 and an average action value of -44,157.51.

Generated at 03/20/2026

Analysis period: Last full year

Values reflect the provided analysis window and may appear negative because the total obligated amount is netted across all actions.

Agency ID
9700
PIID
W56HZV15C0095
Type
Award
Total Obligated
-3.22 million
-3,223,498.47
Actions
73
Average Action Value
-44,157.51

Overview

Award number W56HZV15C0095 is identified under agency ID 9700 and is summarized here for the last full year. The award shows 73 actions and a net obligated total of -3,223,498.47, with an average action value of -44,157.51.

How to use this page

Use this page to review the award-level obligation pattern, action volume, and average action value for the selected period. The figures support a basic read of activity over the last full year without adding detail beyond the reported totals.

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 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,223,498.47 -3.22 million 73

Insight

Within the 1-year window for PIID W56HZV15C0095, obligations are fully concentrated in a single top agency: the Department of the Army. The Army accounts for the entire reported total, with -$3.22 million across 73 awards, indicating all observed obligated activity in this view is associated with one agency and reflects negative net obligations over the period.

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 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 -3,223,498.47 -3.22 million 73

Insight

OSHKOSH DEFENSE, LLC is the sole top vendor on this award over the 1-year window, indicating complete vendor concentration. The vendor recorded 73 awards and a net obligated amount of -$3.22 million, suggesting downward funding movement or deobligation activity against this PIID during the period. With no other vendors listed, the obligation distribution is fully concentrated in a single supplier.

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 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 -3,223,498.47 -3.22 million 73

Insight

Obligations for PIID W56HZV15C0095 over the 1-year window are fully concentrated in NAICS 336992, Military Armored Vehicle, Tank, and Tank Component Manufacturing. This category accounts for all reported activity in the section, with 73 awards and net obligations of -$3.22 million. The negative obligation total indicates downward adjustment or deobligation activity within the period rather than net新增 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 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 -3,223,498.47 -3.22 million 73

Insight

Obligations under this award are concentrated in PSC 2355, Combat, Assault, and Tactical Vehicles, Wheeled, with -$3.22 million across 73 actions in the 1-year window. The negative obligated total indicates net deobligation in this category, suggesting prior funding adjustments rather than new growth. No other PSCs are listed here, so this category represents the entire observed obligation distribution for 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 = 'W56HZV15C0095'
    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,223,498.47 -3.22 million 73

Insight

For PIID W56HZV15C0095, the 1-year annual trend is concentrated in FY 2025, with 73 awards recorded and a net total obligated amount of -$3.22 million. The negative obligation total indicates a net deobligation position over the period rather than net新增 funding. With only one year in scope, no year-over-year trend can be assessed from the provided data.

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.