Vehicle Number

Vehicle Number 2800 / SS001461005 Federal Contract Action Summary (Last 10 Years)

Analyst-grade procurement summary for vehicle number SS001461005 covering award activity for Agency ID 2800 over the last 10 years.

This page presents the federal procurement record for vehicle number SS001461005 under Agency ID 2800 across the last 10 years. The award history totals $56.77 million across 25 award actions, with an average action value of $2.27 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Dollar figures are based on the provided total obligated exact value of 56,770,472.48 and rounded readable value of 56.77 million.

Agency ID
2800
PIID
SS001461005
Type
Vehicle
Total Obligated
56.77 million
56,770,472.48
Actions
25
Average Action Value
2,270,818.90

Overview

The record for vehicle number SS001461005 shows 25 award actions in the last 10 years, with total obligated funding of $56,770,472.48. The average action value is $2,270,818.90, indicating a relatively concentrated obligation pattern across the period. This page is limited to the supplied award-level summary for Agency ID 2800.

How to use this page

Use this page to review high-level obligation volume, action count, and average action value for the vehicle record. It is suited to FPDS-style analysis when a concise summary of award activity is needed before reviewing individual actions.

Top Agencies

SELECT
    content__IDV__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__IDV__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '2800' AND content__IDV__contractID__IDVID__PIID = 'SS001461005'
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    agency_id,
    agency_name
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Actions
2800 SOCIAL SECURITY ADMINISTRATION 56,770,472.48 56.77 million 25

Insight

For PIID SS001461005 over the 10-year window, obligations are fully concentrated within the Social Security Administration, which accounts for all reported activity in this section. SSA received $56.77 million across 25 awards, indicating repeated obligation activity under this vehicle rather than a one-time transaction. This concentration suggests the vehicle has been used consistently within a single agency rather than distributed across multiple agencies.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        ifNull(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode, '') AS cage_code,
        sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        content__IDV__contractID__IDVID__agencyID = '2800' AND content__IDV__contractID__IDVID__PIID = 'SS001461005'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions

Insight

No vendor concentration was available for this analysis window.

Top NAICS

SELECT
    content__IDV__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__IDV__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '2800' AND content__IDV__contractID__IDVID__PIID = 'SS001461005'
    AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    naics_code,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
541519 OTHER COMPUTER RELATED SERVICES 56,770,472.48 56.77 million 25

Insight

Obligations under this vehicle are fully concentrated in NAICS 541519, Other Computer Related Services, with $56.77 million across 25 awards over the 10-year window. This indicates a narrow functional scope and limited NAICS diversification within the vehicle. The award pattern suggests repeated use for the same service category rather than broad multi-industry application.

Top PSC Codes

SELECT
    content__IDV__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__IDV__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '2800' AND content__IDV__contractID__IDVID__PIID = 'SS001461005'
    AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    psc_code,
    psc_name
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Actions
D399 IT AND TELECOM- OTHER IT AND TELECOMMUNICATIONS 56,770,472.48 56.77 million 25

Insight

Obligations under PIID SS001461005 are fully concentrated in PSC D399, IT and Telecom - Other IT and Telecommunications, with $56.77 million across 25 awards over the 10-year window. This indicates a narrow service profile and limited PSC diversification for the vehicle. The recurring award count suggests repeated use of the vehicle for the same broad IT and telecommunications requirement category.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate)) AS year,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '2800' AND content__IDV__contractID__IDVID__PIID = 'SS001461005'
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2016 12,043,877.18 12.04 million 5
2017 8,786,204.00 8.79 million 3
2018 8,806,789.00 8.81 million 8
2019 8,909,882.00 8.91 million 1
2020 9,120,314.30 9.12 million 4
2021 9,103,406.00 9.10 million 4

Insight

Obligations for PIID SS001461005 under agency 2800 were highest in 2016 at $12.04 million across 5 awards, then declined and stabilized in a narrow band from 2017 through 2021, ranging from $8.79 million to $9.12 million annually. Award counts were uneven, with the highest count in 2018 (8 awards) but no corresponding increase in obligated amount, indicating that spending was not tightly correlated with transaction volume in that year. Overall, the activity is moderately concentrated in 2016, followed by a sustained lower-dollar plateau over the remaining years in scope.

Use FPDS Query for deeper award and vehicle analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contract action analysis across agencies, vendors, NAICS, PSC, and annual trends.

Continue from this last 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.