Award Number

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

Award number DAAA0998E0006 for agency 9700 shows 16 actions during the last full year and 2.40 million in total obligated value.

This page summarizes federal award activity for award number DAAA0998E0006 under agency ID 9700. For the last full year, the award recorded 16 actions and 2,402,077.41 in total obligated dollars.

Generated at 03/20/2026

Analysis period: Last full year

Dollar figures are shown as reported, with the readable total rounded to 2.40 million.

Agency ID
9700
PIID
DAAA0998E0006
Type
Award
Total Obligated
2.40 million
2,402,077.41
Actions
16
Average Action Value
150,129.84

Overview

Award number DAAA0998E0006 is associated with agency ID 9700 and shows activity over the last full year. The award totals 2,402,077.41 in obligated value across 16 actions, for an average action value of 150,129.84.

How to use this page

Use this page to review the award-level obligation total, action count, and average action value for the selected analysis window. It provides a compact summary for comparing this award with other records in the same period.

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 = 'DAAA0998E0006'
    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 2,402,077.41 2.40 million 16

Insight

Within the 1-year window for PIID DAAA0998E0006, obligations are concentrated in a single top agency: the Department of the Army accounted for $2.40 million across 16 awards. This indicates that current obligation activity is fully centered on one agency, with no additional agency-level distribution reflected in the provided rows.

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 = 'DAAA0998E0006'
        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
ORDNANCE SYSTEMS INCORPORATED 1LF48 2,402,077.41 2.40 million 16

Insight

ORDNANCE SYSTEMS INCORPORATED (CAGE 1LF48) is the sole top vendor for this award in the 1-year window, accounting for all reported obligations of $2.40 million across 16 awards. This indicates a highly concentrated vendor profile with funding and award activity entirely attributed to one supplier. The pattern suggests limited vendor distribution for this award during the period reviewed.

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 = 'DAAA0998E0006'
    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
561210 FACILITIES SUPPORT SERVICES 2,402,077.41 2.40 million 16

Insight

Over the 1-year window, obligations for PIID DAAA0998E0006 under agency 9700 were fully concentrated in NAICS 561210, Facilities Support Services. This category accounted for $2.40 million across 16 awards, indicating a narrow procurement profile within the observed period. The concentration in a single NAICS suggests the award activity was focused on one service line rather than distributed across multiple industries.

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 = 'DAAA0998E0006'
    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
Y151 CONSTRUCT/AMMUNITION FACILITIES 2,402,077.41 2.40 million 16

Insight

Over the 1-year window, obligations for award DAAA0998E0006 under agency 9700 were fully concentrated in PSC Y151, Construct/Ammunition Facilities. This PSC accounted for $2.40 million across 16 awards, indicating a repeated obligation pattern rather than reliance on a single transaction. The distribution suggests this award was consistently used for construction-related ammunition facility work 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 = 'DAAA0998E0006'
    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 2,402,077.41 2.40 million 16

Insight

For agency 9700, PIID DAAA0998E0006 shows $2.40 million in obligated value across 16 awards in 2025. The observed activity is concentrated within a single year in the 1-year window, indicating current-period obligation volume rather than a multi-year trend. With only one year represented, no directional year-over-year change 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.