Federal Contractor

GENERAL DYNAMICS ORDNANCE AND TACTICAL SYSTEMS, INC. Federal Contract Obligations (Last Year)

Federal procurement profile for GENERAL DYNAMICS ORDNANCE AND TACTICAL SYSTEMS, INC. showing last full year obligations of $788.76 million across 44 awards, all from the Department of the Army.

In the last full year, GENERAL DYNAMICS ORDNANCE AND TACTICAL SYSTEMS, INC. recorded 44 award actions totaling $788,757,072.97, with an average action value of $17,926,297.11. All reported obligations were placed by the Department of the Army and mapped to NAICS 332993, Ammunition (Except Small Arms) Manufacturing.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and are limited to the provided FPDS summary fields, including total obligations, award count, top agency, top NAICS, and annual trend.

CAGE Code
0F875
UEI
FNEJKBCACXL1
Total Obligated
788.76 million
788,757,072.97
Award Actions
44
Average Action Value
17,926,297.11

About GENERAL DYNAMICS ORDNANCE AND TACTICAL SYSTEMS, INC. federal contract activity

GENERAL DYNAMICS ORDNANCE AND TACTICAL SYSTEMS, INC. recorded 788.76 million in obligations across 44 awards during the last full year, with an average award value of 17.93 million. The vendor’s procurement profile is concentrated, indicating a limited set of large actions rather than a broad base of smaller awards.

Agency mix and customer concentration

All reported obligations came from the DEPT OF THE ARMY, which accounted for 788.76 million and all 44 awards. This shows complete agency concentration in the observed period and no visible diversification across other federal buyers.

Industry profile based on NAICS activity

All reported obligations were classified under NAICS 332993, AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING, totaling 788.76 million across 44 awards. The NAICS profile indicates that the vendor’s activity in the period was fully aligned to one manufacturing category.

Annual contract trend over the analysis window

The annual trend shows 788.76 million in obligations in 2025, with 44 awards recorded. Because the analysis window covers only the last full year, the trend indicates volume within a single year rather than a multi-year movement.

How to interpret this page

This summary is based on FPDS award records for the vendor’s CAGE code 0F875 and UEI FNEJKBCACXL1 over the last full year. Obligations and award counts are taken directly from the provided dataset and grouped by agency, NAICS, and year without additional estimation.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '0F875'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
2100 DEPT OF THE ARMY 788,757,072.97 788.76 million 44

Insight

During the last full year, GENERAL DYNAMICS ORDNANCE AND TACTICAL SYSTEMS, INC. received $788.76 million across 44 awards, with an average award value of $17.93 million. All obligated dollars in this window were concentrated at the DEPT OF THE ARMY, indicating complete agency concentration with no reported obligations to other agencies. This distribution suggests a highly focused procurement relationship within the Army rather than a diversified federal customer base.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '0F875'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 788,757,072.97 788.76 million 44

Insight

Obligations for GENERAL DYNAMICS ORDNANCE AND TACTICAL SYSTEMS, INC. are fully concentrated in NAICS 332993, Ammunition (Except Small Arms) Manufacturing, accounting for 100% of the $788.76 million obligated over the last full year. The vendor received 44 awards in this NAICS, with an average award value of $17.93 million, indicating a relatively high-volume but single-industry award profile. This concentration suggests the vendor’s recent federal activity is narrowly focused within a single manufacturing category.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '0F875'
        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 DESC
Year Total Obligated Readable Award Actions
2025 788,757,072.97 788.76 million 44

Insight

In the last full year, GENERAL DYNAMICS ORDNANCE AND TACTICAL SYSTEMS, INC. recorded $788.76 million in obligated value across 44 awards, for an average award size of about $17.93 million. This indicates a highly concentrated obligation profile, with substantial funding flowing through a relatively limited number of awards. With only one annual data point in the 1-year window, no year-over-year trend can be assessed from this view.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, 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.