Federal Contractor

L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. Federal Contract Obligations (Last Year)

L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. recorded $136.96 million in federal obligations across 178 award actions in the last full year.

L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. (CAGE 0GCL4, UEI CM2HHAV628D5) received $136,964,434.31 in obligations over 178 award actions during the last full year, for an average action value of $769,463.11. The Department of the Air Force led spending with $94.80 million across 84 actions, followed by the Department of the Navy with $42.45 million across 40 actions.

Generated at 03/21/2026

Analysis period: Last full year

The largest NAICS categories were 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, and 488190, Other Support Activities for Air Transportation; the DCMA total is negative and may reflect deobligations or adjustments.

CAGE Code
0GCL4
UEI
CM2HHAV628D5
Total Obligated
136.96 million
136,964,434.31
Award Actions
178
Average Action Value
769,463.11

About L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. federal contract activity

L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. (CAGE 0GCL4, UEI CM2HHAV628D5) recorded $136.96 million in FPDS obligations across 178 awards in the last full year, for an average award value of $769,463.11. The profile reflects a concentrated federal contracting footprint with most activity tied to defense and aviation-related work.

Agency mix and customer concentration

The DEPT OF THE AIR FORCE was the dominant buyer, accounting for $94.80 million across 84 awards, followed by the DEPT OF THE NAVY at $42.45 million across 40 awards. Smaller positive obligations came from the U.S. COAST GUARD, NOAA, and DCMA, with DCMA showing negative obligations of $1.31 million across 43 awards, indicating net reductions such as deobligations or adjustments in the period.

Industry profile based on NAICS activity

Work is concentrated in aerospace and aviation support NAICS codes. The largest category was 336413 Other Aircraft Parts and Auxiliary Equipment Manufacturing at $78.18 million, followed by 488190 Other Support Activities for Air Transportation at $38.05 million and 336411 Aircraft Manufacturing at $16.44 million; engineering services and communications equipment manufacturing were comparatively small portions of total obligations.

Annual contract trend over the analysis window

The annual trend shows all recorded activity in 2025, totaling $136.96 million across 178 awards. With only one year in the analysis window, the data does not indicate multi-year growth or contraction, but it does show a meaningful volume of award action in the period.

How to interpret this page

This summary is based on FPDS obligation data for the last full year and uses total obligated dollars, award counts, and category breakdowns by agency and NAICS. Negative obligated amounts are retained as reported and may reflect deobligations or contract adjustments rather than new awards.

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 = '0GCL4'
        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
5700 DEPT OF THE AIR FORCE 94,800,150.58 94.80 million 84
1700 DEPT OF THE NAVY 42,446,893.25 42.45 million 40
7008 U.S. COAST GUARD 694,251.62 694.25 thousand 9
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 338,100.00 338.10 thousand 2
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -1,314,961.14 -1.31 million 43

Insight

L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. received 136.96 million across 178 awards in the last full year, with obligations concentrated in the Department of the Air Force and Department of the Navy. The Department of the Air Force accounted for 94.80 million across 84 awards, and the Department of the Navy accounted for 42.45 million across 40 awards, together representing nearly all positive obligated value. Smaller obligations were recorded at the U.S. Coast Guard and NOAA, while DCMA shows a net negative obligation of 1.31 million across 43 awards, indicating contract deobligations or adjustments in that portfolio.

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 = '0GCL4'
        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
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 78,176,377.61 78.18 million 47
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 38,047,468.52 38.05 million 34
336411 AIRCRAFT MANUFACTURING 16,436,016.58 16.44 million 77
541330 ENGINEERING SERVICES 3,728,333.00 3.73 million 4
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 276,522.20 276.52 thousand 5
488119 OTHER AIRPORT OPERATIONS 151,138.26 151.14 thousand 3
333998 ALL OTHER MISCELLANEOUS GENERAL PURPOSE MACHINERY MANUFACTURING 121,050.00 121.05 thousand 1
335312 MOTOR AND GENERATOR MANUFACTURING 45,000.00 45.00 thousand 1
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 0.00 0.00 1
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 0.00 0.00 1

Insight

Over the last full year, obligations for L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. were concentrated in aerospace-related NAICS codes, led by 336413 Other Aircraft Parts and Auxiliary Equipment Manufacturing at $78.18 million across 47 awards and 488190 Other Support Activities for Air Transportation at $38.05 million across 34 awards. These two NAICS codes account for the large majority of the vendor’s $136.96 million total obligated. Activity was also spread across 336411 Aircraft Manufacturing at $16.44 million and 541330 Engineering Services at $3.73 million, while the remaining NAICS codes each represented minimal obligated amounts.

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 = '0GCL4'
        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 136,964,434.31 136.96 million 178

Insight

For the last full year, L-3 Communications Integrated Systems L.P. (CAGE 0GCL4) recorded $136.96 million in obligations across 178 awards, with an average award value of $769,463.11. The available annual trend data covers a single year, so no year-over-year change can be assessed. The award volume indicates obligations were distributed across a relatively broad set of actions rather than concentrated in a small number of awards.

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.