This page summarizes award activity for vehicle number SS001461007 across the last 10 years. The record shows 26 award actions and $40,080,340.07 in total obligated value.
Vehicle Number
Vehicle Number 2800 / SS001461007 Federal Contract Action Summary (Last 10 Years)
Federal procurement profile for vehicle number PIID SS001461007 under agency ID 2800, covering the last 10 years of award activity.
Amounts are reported as provided for the analysis window and may reflect rounded readable totals alongside the exact obligated figure.
Overview
Across the last 10 years, vehicle number SS001461007 is associated with 26 award actions and total obligated spending of $40,080,340.07. The average action value is $1,541,551.54, indicating substantial obligation levels across the recorded actions. This page is intended to support review of the procurement record tied to agency ID 2800.
How to use this page
Use this page to review the volume and value of award actions linked to vehicle number SS001461007. The figures provide a compact view of activity over time, including total obligations, action count, and average action value.
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 = 'SS001461007'
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 | 40,080,340.07 | 40.08 million | 26 |
Insight
For PIID SS001461007 over the 10-year window, obligations are fully concentrated within the Social Security Administration (Agency ID 2800). The agency accounts for $40.08 million across 26 awards, indicating all observed activity in this vehicle segment is attributable to a single agency. This concentration suggests the vehicle has been used primarily, and consistently, by SSA rather than 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 = 'SS001461007'
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 = 'SS001461007'
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 | 40,080,340.07 | 40.08 million | 26 |
Insight
Obligations for PIID SS001461007 are fully concentrated in NAICS 541519, Other Computer Related Services, over the 10-year window. This category accounts for $40.08 million across 26 awards, indicating a consistent concentration of activity within a single professional services classification. No additional NAICS codes are present, so the record reflects complete NAICS concentration rather than diversification.
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 = 'SS001461007'
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 | 40,080,340.07 | 40.08 million | 26 |
Insight
Obligations are fully concentrated in PSC D399, IT and Telecom- Other IT and Telecommunications, with $40.08 million across 26 awards over the 10-year window. This indicates the vehicle has been used exclusively for IT/telecommunications-related requirements, with no observable PSC diversification in the provided data. The award count suggests repeated use of the vehicle for this category rather than reliance on a single obligation event.
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 = 'SS001461007'
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 | 7,289,672.47 | 7.29 million | 4 |
| 2017 | 6,635,877.00 | 6.64 million | 2 |
| 2018 | 6,310,132.36 | 6.31 million | 8 |
| 2019 | 7,212,543.00 | 7.21 million | 3 |
| 2020 | 6,213,209.12 | 6.21 million | 5 |
| 2021 | 6,418,906.12 | 6.42 million | 4 |
Insight
From 2016 through 2021, obligations for PIID SS001461007 remained relatively stable, ranging from $6.21 million to $7.29 million annually. The highest annual obligation occurred in 2016 ($7.29 million, 4 awards), followed by a decline in 2017 and 2018, a rebound in 2019, and lower levels again in 2020 and 2021. Award activity was also moderate and uneven, varying from 2 to 8 awards per year, with the highest count in 2018, indicating spending was spread across a small number of awards rather than concentrated in a single year.
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.