This page summarizes the federal procurement record for vehicle number SS001461006 for agency 2800 across the last 5 years. The award history totals $8,067,525.32 across 5 award actions, with an average action value of $1,613,505.06.
Vehicle Number
Vehicle Number 2800 / SS001461006 Federal Contract Action Summary (Last 5 Years)
Procurement history for vehicle number SS001461006 under agency 2800 over the last 5 years, showing 5 award actions and $8.07 million obligated.
Totals reflect the provided analysis window and may differ from rounded figures shown elsewhere on the page.
Overview
The record for vehicle number SS001461006 shows 5 award actions in the last 5 years under agency 2800. Total obligated amount is $8,067,525.32, which rounds to $8.07 million, and the average action value is $1,613,505.06.
How to use this page
Use this page to review the obligation total, action count, and average action value for SS001461006. It provides a compact summary for tracking procurement activity associated with this vehicle number in the selected period.
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 = 'SS001461006'
AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 | 8,067,525.32 | 8.07 million | 5 |
Insight
Over the 5-year window for vehicle SS001461006, all reported obligations are concentrated in the Social Security Administration (Agency ID 2800), with $8.07 million across 5 awards. This indicates a single-agency spending profile and no observed agency diversification in the provided data. The award count suggests repeated use of the vehicle within the same agency rather than broad cross-agency distribution.
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 = 'SS001461006'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 = 'SS001461006'
AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 | 8,067,525.32 | 8.07 million | 5 |
Insight
Obligations under this vehicle are fully concentrated in NAICS 541519, Other Computer Related Services, with $8.07 million across 5 awards over the 5-year window. This indicates a narrow scope of spending and limited NAICS diversity under PIID SS001461006. The distribution suggests the vehicle has been used primarily for a single service category rather than a broad mix of requirements.
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 = 'SS001461006'
AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 | 8,067,525.32 | 8.07 million | 5 |
Insight
Over the 5-year window, obligations under PIID SS001461006 are fully concentrated in PSC D399, with $8.07 million across 5 awards. This indicates a narrow product/service profile focused on IT and telecommunications support, with no visible PSC diversification in the provided data. The average obligation per award is relatively high, suggesting repeated but limited-award activity within the same PSC 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 = 'SS001461006'
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2021 | 8,067,525.32 | 8.07 million | 5 |
Insight
In the 5-year window, obligations for vehicle PIID SS001461006 are concentrated in 2021, with $8.07 million obligated across 5 awards. This indicates activity in the period is limited to a single reported year, so no multi-year trend can be assessed from the provided data. The obligation level and low award count suggest a concentrated distribution rather than a broad spread over time.
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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.