In the last full year, ORDNANCE SYSTEMS INCORPORATED recorded 234,720,131.3 in obligated awards across 52 actions, for an average action value of 4,513,848.67. The Department of the Army accounted for all observed obligations, with most funding tied to NAICS 325920, Explosives Manufacturing.
Federal Contractor
ORDNANCE SYSTEMS INCORPORATED Federal Contract Obligations (Last Year)
ORDNANCE SYSTEMS INCORPORATED (CAGE 1LF48, UEI XLPYCXG31TV7) received 234.72 million in federal obligations across 52 award actions in the last full year.
Annual figures reflect the last full year in the provided dataset and are shown as obligated amounts, award counts, and NAICS and agency rollups.
About ORDNANCE SYSTEMS INCORPORATED federal contract activity
ORDNANCE SYSTEMS INCORPORATED (CAGE 1LF48, UEI XLPYCXG31TV7) recorded $234.72 million in obligated awards across 52 actions during the last full year, for an average award value of $4.51 million. The vendor’s award profile is highly concentrated, indicating a material presence in a narrow set of procurement categories.
Agency mix and customer concentration
All obligated activity in the analysis window came from the Department of the Army, which accounted for the full $234.72 million and all 52 awards. This concentration suggests the vendor’s federal business is tied exclusively to one agency within the period reviewed.
Industry profile based on NAICS activity
The award base is dominated by NAICS 325920, Explosives Manufacturing, which represents $232.32 million across 36 awards and accounts for nearly all obligated value. NAICS 561210, Facilities Support Services, contributed a much smaller $2.40 million across 16 awards, functioning as a secondary support line rather than a primary revenue source.
Annual contract trend over the analysis window
The annual trend shows all recorded obligations in 2025, with $234.72 million across 52 awards. Because the dataset reflects a single year in the analysis window, it supports a point-in-time view rather than a multi-year trend assessment.
How to interpret this page
This summary is based on FPDS award records associated with CAGE 1LF48 and UEI XLPYCXG31TV7 over the last full year. Metrics shown include obligated dollars, award counts, and NAICS and agency classifications as reported in the source data; no extrapolation beyond the provided records was used.
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 = '1LF48'
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 | 234,720,131.30 | 234.72 million | 52 |
Insight
ORDNANCE SYSTEMS INCORPORATED’s obligational activity for the last full year is fully concentrated in one agency: the Department of the Army, which accounted for the full $234.72 million across 52 awards. This indicates a single-agency dependency in the vendor’s federal portfolio, with no observable diversification across other agencies in the provided period. The average award value was $4.51 million, suggesting a mix of moderately sized obligations within that concentrated Army relationship.
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 = '1LF48'
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 |
|---|---|---|---|---|
| 325920 | EXPLOSIVES MANUFACTURING | 232,318,053.89 | 232.32 million | 36 |
| 561210 | FACILITIES SUPPORT SERVICES | 2,402,077.41 | 2.40 million | 16 |
Insight
ORDNANCE SYSTEMS INCORPORATED’s obligations in the last full year were highly concentrated in NAICS 325920, Explosives Manufacturing, which accounted for 232.32 million of 234.72 million total obligated, across 36 of 52 awards. NAICS 561210, Facilities Support Services, represented a much smaller share at 2.40 million across 16 awards, indicating limited diversification beyond the primary manufacturing line of business. The average award value of 4.51 million is consistent with this concentration in a single dominant NAICS.
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 = '1LF48'
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 | 234,720,131.30 | 234.72 million | 52 |
Insight
ORDNANCE SYSTEMS INCORPORATED (CAGE 1LF48) obligated $234.72 million across 52 awards in the last full year, with an average award value of about $4.51 million. With only one year in scope, there is no multi-year trend to assess; the available data instead indicates a relatively concentrated award profile in a single annual period. The distribution suggests funding was spread across a moderate number of obligations rather than a single large transaction.
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.