Federal Contractor

ERAPSCO Federal Contract Obligations (Last Year)

ERAPSCO (CAGE 0CCL9, UEI UUD6KCVB8JB8) recorded 29 federal award actions in the last full year, all with $0.00 obligated, primarily from the Department of the Navy under NAICS 334511.

This page summarizes ERAPSCO’s federal procurement activity for the last full year. The vendor showed 29 award actions, all at $0 obligated, with activity concentrated in the Department of the Navy and the search, detection, navigation, guidance, aeronautical, and nautical systems manufacturing sector.

Generated at 03/21/2026

Analysis period: Last full year

The analysis window reflects the last full year; all obligated amounts reported here are $0.00, so totals and averages are non-monetary despite recorded award actions.

CAGE Code
0CCL9
UEI
UUD6KCVB8JB8
Total Obligated
0.00
0.00
Award Actions
29
Average Action Value
0.00

About ERAPSCO federal contract activity

ERAPSCO recorded 29 awarded actions in the last full year, but total obligated dollars were reported at 0.00, indicating activity concentrated in award counts rather than recorded obligation value. The vendor is identified by CAGE 0CCL9 and UEI UUD6KCVB8JB8.

Agency mix and customer concentration

All recorded awards in the analysis window came from the DEPT OF THE NAVY, which accounted for 29 awards and all reported activity. The agency mix is therefore fully concentrated in a single department with no other awarding agencies appearing in the provided data.

Industry profile based on NAICS activity

All 29 awards were classified under NAICS 334511, Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing. This indicates a fully concentrated industry profile with no diversification across NAICS categories in the provided dataset.

Annual contract trend over the analysis window

The annual trend shows activity only in 2025, with 29 awards and 0.00 in total obligated value. No multi-year pattern can be inferred from the supplied window because only one year of data is shown.

How to interpret this page

This summary is based solely on the provided FPDS Query analysis window labeled Last full year and the associated overview, agency, NAICS, and annual trend fields. No additional FPDS records, contract text, or external sources were used, and all statements reflect only the supplied values.

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 = '0CCL9'
        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
1700 DEPT OF THE NAVY 0.00 0.00 29

Insight

Over the last full year, ERAPSCO’s FPDS activity under CAGE 0CCL9 was entirely concentrated in the Department of the Navy, which accounted for all 29 awards. Total obligated dollars were $0.00, indicating award activity without recorded obligation value in this period. This pattern reflects single-agency concentration with no dollar outlay captured in the queried window.

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 = '0CCL9'
        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
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 0.00 0.00 29

Insight

ERAPSCO’s Top NAICS activity in the last full year is fully concentrated in NAICS 334511, with all 29 awards associated with SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING. Despite the award volume, total obligated dollars for this NAICS and overall were $0.00, indicating no recorded obligation value in the period. This pattern suggests transaction activity without corresponding obligated spend in the queried window.

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 = '0CCL9'
        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 0.00 0.00 29

Insight

ERAPSCO’s annual trend for the last full year shows 29 awards in FY 2025 with $0.00 obligated, indicating activity was recorded without reported obligation value. With all obligated dollars concentrated at zero in the available period, there is no measurable funding distribution or year-over-year spend trend to assess. The pattern suggests transactional activity continued, but obligation value did not materialize in this window.

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.