Vehicle Number

Vehicle Number 1900 / 19AQMM22D0086 Federal Contract Action Summary (Last 5 Years)

Procurement analysis for vehicle number associated with Agency ID 1900 and PIID 19AQMM22D0086 over the last 5 years.

This page summarizes award activity for vehicle number under Agency ID 1900 for PIID 19AQMM22D0086 across the last 5 years. The record shows 12 award actions with total obligations of $122.52 million and an average action value of $10,210,076.83.

Generated at 03/21/2026

Analysis period: Last 5 years

Total obligated reflects $122,520,921.95 and the readable amount is shown as $122.52 million.

Agency ID
1900
PIID
19AQMM22D0086
Type
Vehicle
Total Obligated
122.52 million
122,520,921.95
Actions
12
Average Action Value
10,210,076.83

Overview

The procurement record for vehicle number under Agency ID 1900 and PIID 19AQMM22D0086 shows 12 award actions in the last 5 years. Total obligations reached $122,520,921.95, with an average action value of $10,210,076.83. This provides a compact view of the contract’s obligation volume and action frequency.

How to use this page

Use this page to review award activity tied to the vehicle number and to compare total obligations against the number of recorded actions. The values are useful for basic contract tracking, obligation analysis, and identifying the scale of funding activity 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 = '19AQMM22D0086'
    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
1900 STATE, DEPARTMENT OF 122,520,921.95 122.52 million 12

Insight

Within the 5-year window for PIID 19AQMM22D0086, all reported obligation is concentrated in a single agency: the Department of State (Agency ID 1900). The agency accounts for $122.52 million across 12 awards, indicating that funding activity for this vehicle is fully concentrated within one reporting entity in the provided data. This pattern suggests no observable inter-agency distribution for this PIID over the period reviewed.

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 = '19AQMM22D0086'
        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 = '1900' AND content__IDV__contractID__IDVID__PIID = '19AQMM22D0086'
    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
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 122,520,921.95 122.52 million 12

Insight

Over the 5-year window, obligations for vehicle PIID 19AQMM22D0086 are fully concentrated in NAICS 541611, Administrative Management and General Management Consulting Services. This NAICS accounts for $122.52 million across 12 awards, indicating a narrow and highly concentrated obligation profile within the observed period.

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 = '19AQMM22D0086'
    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
R499 SUPPORT- PROFESSIONAL: OTHER 122,520,921.95 122.52 million 12

Insight

Over the 5-year window for vehicle 19AQMM22D0086, all reported obligations in the top PSC category are concentrated in R499, Support- Professional: Other. This PSC accounts for $122.52 million across 12 awards, indicating repeated use of the vehicle for a single dominant professional support requirement rather than a broadly distributed mix of product or service categories. The concentration suggests limited PSC diversification within the observed period.

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 = '19AQMM22D0086'
    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
2022 0.00 0.00 4
2023 0.00 0.00 4
2024 122,520,921.95 122.52 million 2
2025 0.00 0.00 2

Insight

Obligations for vehicle PIID 19AQMM22D0086 are highly concentrated in 2024, when $122.52 million was obligated across 2 awards. By contrast, 2022, 2023, and 2025 each show 0 obligated dollars despite award activity of 4, 4, and 2 awards, respectively. This pattern indicates a one-year spike in funding rather than a steady annual obligation profile.

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.