Federal Contractor

SALLYPORT GLOBAL HOLDINGS INC. Federal Contract Obligations (Last Year)

FPDS summary for SALLYPORT GLOBAL HOLDINGS INC. (CAGE 3X4Q9, UEI CJV9TZ1GS425) showing last full year federal obligations and award activity.

Over the last full year, SALLYPORT GLOBAL HOLDINGS INC. recorded 5 federal award actions totaling $128,063,945.24, with an average action value of $25,612,789.04. All reported obligations in this window were with the Department of the Air Force and were classified under NAICS 561210, Facilities Support Services.

Generated at 03/21/2026

Analysis period: Last full year

Annual trend, agency totals, and NAICS detail reflect the provided last full year dataset only.

CAGE Code
3X4Q9
UEI
CJV9TZ1GS425
Total Obligated
128.06 million
128,063,945.24
Award Actions
5
Average Action Value
25,612,789.04

About SALLYPORT GLOBAL HOLDINGS INC. federal contract activity

SALLYPORT GLOBAL HOLDINGS INC. (CAGE 3X4Q9, UEI CJV9TZ1GS425) recorded 128.06 million in obligated dollars across 5 awards in the last full year, for an average award value of 25.61 million. The profile indicates a small number of relatively large obligations rather than a high-volume award pattern.

Agency mix and customer concentration

All reported obligations were concentrated in the DEPT OF THE AIR FORCE, which accounted for 128.06 million across 5 awards. This indicates complete agency concentration in the analysis window, with no other federal customer visible in the provided data.

Industry profile based on NAICS activity

All obligated dollars map to NAICS 561210, Facilities Support Services, totaling 128.06 million across 5 awards. The NAICS profile is fully concentrated in a single services category, suggesting the vendor’s federal activity in this period was entirely tied to facilities support work.

Annual contract trend over the analysis window

The annual trend shows 128.06 million obligated in 2025 across 5 awards. With only one year present in the analysis window, the data supports a point-in-time snapshot rather than a multi-year growth or decline assessment.

How to interpret this page

This summary is based solely on the supplied FPDS Query aggregates for the last full year. Metrics reflect obligated dollars, award counts, agency concentration, and NAICS concentration as provided, and no additional interpretation beyond the source data is included.

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 = '3X4Q9'
        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 128,063,945.24 128.06 million 5

Insight

SALLYPORT GLOBAL HOLDINGS INC. received all reported obligations in the last full year from the DEPT OF THE AIR FORCE, totaling $128.06 million across 5 awards. This indicates complete agency concentration in the observed period, with no diversification across other agencies. The average award value was $25.61 million, suggesting a small number of high-value obligations rather than broad award 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 = '3X4Q9'
        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
561210 FACILITIES SUPPORT SERVICES 128,063,945.24 128.06 million 5

Insight

During the last full year, SALLYPORT GLOBAL HOLDINGS INC. received 128.06 million across 5 awards, all reported under NAICS 561210, Facilities Support Services. This indicates complete concentration of obligated activity in a single NAICS category, with no diversification across other industries in the observed period. The average award value was approximately 25.6 million, suggesting a small number of relatively large obligations within this workload.

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 = '3X4Q9'
        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 128,063,945.24 128.06 million 5

Insight

During the last full year, SALLYPORT GLOBAL HOLDINGS INC. recorded $128.06 million in obligated awards across 5 actions, yielding an average award value of about $25.61 million. Obligation activity is highly concentrated in a small number of awards, indicating reliance on a limited set of large-dollar transactions rather than broad award distribution. With only one year of data provided, no multi-year trend can be assessed.

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.