In the last full year, L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. received 34 award actions totaling $48.08 million, with an average action value of $1.41 million. All reported obligations in this window were awarded by the Department of the Air Force under NAICS 541330, Engineering Services.
Federal Contractor
L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. Federal Contract Obligations (Last Year)
Federal procurement profile for L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. (CAGE 78JP6, UEI DK97RBJXMKF3) covering last full-year obligations.
Figures reflect the last full year and are based on readable and exact obligated amounts in FPDS query data.
About L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. federal contract activity
L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. recorded 34 awards totaling $48.08 million in the last full year, with an average award value of $1.41 million. The vendor’s activity was concentrated in a single customer channel, indicating a focused procurement footprint rather than broad multi-agency penetration.
Agency mix and customer concentration
All obligated dollars in the analysis window came from the DEPT OF THE AIR FORCE, which accounted for the full $48.08 million across 34 awards. This indicates complete dependence on one agency for the measured period and no observable diversification across other federal buyers.
Industry profile based on NAICS activity
All obligations were classified under NAICS 541330, Engineering Services, with 34 awards totaling $48.08 million. The mix suggests the vendor’s federal work in this period was fully aligned to engineering services and did not span multiple NAICS categories in the available data.
Annual contract trend over the analysis window
The annual trend shows $48.08 million obligated in 2025 across 34 awards. With only one year in the analysis window, the data supports a snapshot of recent activity rather than a multi-year growth or contraction assessment.
How to interpret this page
This summary uses FPDS award data for the last full year and aggregates obligations, award counts, agency totals, and NAICS totals for the vendor identified by CAGE 78JP6 and UEI DK97RBJXMKF3. Amounts reflect obligated dollars reported in the source data; no additional assumptions or external validation were applied.
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 = '78JP6'
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 | 48,076,360.51 | 48.08 million | 34 |
Insight
During the last full year, L-3 Communications Integrated Systems L.P. (CAGE 78JP6) recorded $48.08 million in obligations across 34 awards, all from the Department of the Air Force. This indicates complete agency concentration, with 100% of obligated value and award activity attributable to a single federal customer. The average award value was $1.41 million, suggesting a pattern of moderate-sized procurements rather than a broad multi-agency distribution.
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 = '78JP6'
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 |
|---|---|---|---|---|
| 541330 | ENGINEERING SERVICES | 48,076,360.51 | 48.08 million | 34 |
Insight
L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. received $48.08 million across 34 awards in the last full year, with an average award value of $1.41 million. All recorded obligations in this period were concentrated in NAICS 541330, Engineering Services, indicating a fully concentrated procurement profile in this category. This distribution suggests the vendor’s recent federal activity was entirely aligned to engineering services rather than diversified across multiple NAICS codes.
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 = '78JP6'
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 | 48,076,360.51 | 48.08 million | 34 |
Insight
For the last full year, L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. (CAGE 78JP6) recorded $48.08 million in obligated value across 34 awards, for an average award value of about $1.41 million. The activity in this one-year window appears concentrated in a relatively small number of awards of moderate size, rather than a broad spread of many low-value actions. With only one year of data provided, this section supports a snapshot of recent obligation volume but does not indicate a longer-term trend.
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.