Vehicle Number

Vehicle Number 1900 / SAQMMA11D0074 Federal Contract Action Summary (Last 10 Years)

Procurement summary for vehicle number under agency ID 1900, PIID SAQMMA11D0074, covering the last 10 years.

This page summarizes federal award activity for vehicle number tied to agency ID 1900 and PIID SAQMMA11D0074. Over the last 10 years, the record shows 14 award actions with total obligations of $35.83 million and an average action value of $2.56 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Amounts are based on the provided total obligated exact value of $35,825,859.63 and are shown in readable form for reference.

Agency ID
1900
PIID
SAQMMA11D0074
Type
Vehicle
Total Obligated
35.83 million
35,825,859.63
Actions
14
Average Action Value
2,558,989.97

Overview

The available record for vehicle number under agency ID 1900 and PIID SAQMMA11D0074 spans the last 10 years and includes 14 award actions. Total obligated amount is $35,825,859.63, with an average action value of $2,558,989.97.

How to use this page

Use this page to review the obligation pattern associated with vehicle number for the stated PIID and agency. The figures support a quick scan of award volume, total spending, and average action size over the analysis window.

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 = '1900' AND content__IDV__contractID__IDVID__PIID = 'SAQMMA11D0074'
    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
1900 STATE, DEPARTMENT OF 35,825,859.63 35.83 million 14

Insight

Over the 10-year window, obligations for PIID SAQMMA11D0074 are concentrated entirely within the Department of State, which accounts for 35.83 million across 14 awards. This indicates a single-agency funding profile with no distribution across other agencies in the provided results. The award pattern suggests repeated use of the vehicle by the same agency rather than broad interagency adoption.

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 = '1900' AND content__IDV__contractID__IDVID__PIID = 'SAQMMA11D0074'
        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 = '1900' AND content__IDV__contractID__IDVID__PIID = 'SAQMMA11D0074'
    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
541330 ENGINEERING SERVICES 35,825,859.63 35.83 million 14

Insight

Obligations under PIID SAQMMA11D0074 are fully concentrated in NAICS 541330, Engineering Services, with $35.83 million across 14 awards over the 10-year window. This indicates a single-industry spending profile with no diversification across other NAICS codes in the provided data. The award count suggests repeated procurement activity within the same services category rather than broad commodity or service spread.

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 = '1900' AND content__IDV__contractID__IDVID__PIID = 'SAQMMA11D0074'
    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
R799 SUPPORT- MANAGEMENT: OTHER 35,825,859.63 35.83 million 14

Insight

Obligations for PIID SAQMMA11D0074 are fully concentrated in PSC R799 (Support- Management: Other), with $35.83 million across 14 awards over the 10-year window. This indicates a narrow service profile and limited PSC diversification within the vehicle. The award count suggests repeated use of the same support category rather than a broad mix of distinct product or service classifications.

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 = '1900' AND content__IDV__contractID__IDVID__PIID = 'SAQMMA11D0074'
    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 35,825,859.63 35.83 million 11
2017 76,265.25 76.27 thousand 1
2019 -76,265.25 -76.27 thousand 1
2021 0.00 0.00 1

Insight

Obligations are heavily concentrated in 2016, with $35.83 million across 11 awards, while subsequent activity is minimal. The remaining years show only isolated, low-dollar actions: $76.27 thousand in 2017, a matching -$76.27 thousand in 2019, and no net obligation in 2021, each tied to a single award. This pattern indicates a one-time funding peak followed by limited adjustment or closeout activity rather than sustained annual spending.

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.