Vehicle Number

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

Analyst summary for vehicle number SS001160060 at agency 2800, covering award activity over the last 10 years.

This page summarizes procurement activity for vehicle number SS001160060 within agency 2800 over the last 10 years. The record shows 8 award actions with total obligated value of 45.63 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Total obligated exact value is 45,627,476.04 and the average action value is 5,703,434.51.

Agency ID
2800
PIID
SS001160060
Type
Vehicle
Total Obligated
45.63 million
45,627,476.04
Actions
8
Average Action Value
5,703,434.51

Overview

For the analysis window, vehicle number SS001160060 is associated with 8 award actions and total obligated funding of 45,627,476.04. The average action value is 5,703,434.51, indicating sizable individual obligations within the record.

How to use this page

This page is intended as a compact reference for reviewing award activity tied to vehicle number SS001160060 under agency 2800. It supports basic trend review by showing the count of actions, total obligated value, and average action value for the last 10 years.

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 = 'SS001160060'
    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 45,627,476.04 45.63 million 8

Insight

For vehicle SS001160060 over the 10-year window, all reported obligations are concentrated in a single agency: the Social Security Administration (Agency ID 2800). The agency accounted for $45.63 million across 8 awards, indicating exclusive agency-level concentration within the provided data. This distribution suggests the vehicle has been used solely or primarily by SSA rather than being broadly utilized 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 = 'SS001160060'
        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 = 'SS001160060'
    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
511210 SOFTWARE PUBLISHERS 45,627,476.04 45.63 million 8

Insight

Obligations for PIID SS001160060 are fully concentrated in NAICS 511210, Software Publishers, with $45.63 million across 8 awards over the 10-year window. This indicates a narrow procurement profile with no observed diversification across NAICS categories in the provided data. The award count suggests repeated activity within the same software publishing sector rather than broad spending distribution.

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 = 'SS001160060'
    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
7030 INFORMATION TECHNOLOGY SOFTWARE 45,627,476.04 45.63 million 8

Insight

Obligations for PIID SS001160060 are fully concentrated in PSC 7030, Information Technology Software, with $45.63 million obligated across 8 awards over the 10-year window. This indicates a narrowly focused vehicle with no observed PSC diversification in the provided data. The distribution suggests recurring software-related procurement activity rather than a broad mix of product or service categories.

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 = 'SS001160060'
    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 11,400,000.00 11.40 million 2
2017 11,409,158.68 11.41 million 2
2018 11,409,158.68 11.41 million 2
2019 11,409,158.68 11.41 million 2

Insight

Obligations are highly concentrated and essentially flat across the reported years, with annual totals holding at about $11.4 million from 2016 through 2019. Award activity is similarly stable at two awards each year, indicating no change in procurement volume over the period captured. This pattern suggests a recurring obligation profile rather than year-to-year variability.

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.