The analysis window covers the last full year and shows 2 award actions tied to this vehicle record. Total obligated amount is 0.00, with an average action value of 0.
Vehicle Number
Vehicle Number 1900 / 19AQMM22D0086 Federal Contract Action Summary (Last Year)
This page summarizes vehicle number records for agency 1900 under PIID 19AQMM22D0086 during the last full year.
All monetary values on this page are reported at 0.00 or 0, based on the provided FPDS summary inputs.
Overview
This page presents the vehicle number entry associated with agency 1900 and PIID 19AQMM22D0086. The last full year includes 2 award actions and no obligated dollars, indicating activity recorded without reported obligation value. The average action value is 0, which aligns with the zero-obligation total in the supplied summary. This record is useful for tracing award action count and basic contract reference details tied to the vehicle number.
How to use this page
Use this page to review the vehicle number reference for agency 1900 and confirm the related PIID and award action count. It is appropriate for quick verification of activity in the last full year when the main question is whether any obligation was recorded. Because the reported obligated total is 0.00, the page is most useful as a tracking and reference record rather than a spending summary. The data supports basic FPDS lookup and comparison against other award records.
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 1 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 | 0.00 | 0.00 | 2 |
Insight
Over the past 1 year, obligations under PIID 19AQMM22D0086 are fully concentrated in a single top agency, the Department of State (Agency ID 1900). That agency accounts for 2 awards but records $0.00 in total obligated dollars, indicating award activity without associated obligation value in the reported window.
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 1 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 1 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 | 0.00 | 0.00 | 2 |
Insight
Over the 1-year window for PIID 19AQMM22D0086, all reported activity in the top NAICS section is concentrated in NAICS 541611, Administrative Management and General Management Consulting Services. This NAICS accounts for 2 awards, with $0.00 total obligated, indicating award activity in this period but no recorded obligation value. The distribution is fully concentrated in a single NAICS code, with no additional NAICS categories reflected in the provided rows.
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 1 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 | 0.00 | 0.00 | 2 |
Insight
Over the past 1 year, obligations under vehicle PIID 19AQMM22D0086 are fully concentrated in PSC R499, Support- Professional: Other. This PSC accounts for both recorded awards, with no obligated dollars reported. The pattern indicates activity is limited to award actions in a single professional support category, with no evidence of obligation diversification across PSCs in the provided 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 1 YEAR
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2025 | 0.00 | 0.00 | 2 |
Insight
Over the 1-year window, this vehicle shows no obligated dollars in 2025 despite 2 reported awards. Activity is therefore concentrated in award count rather than obligation value, indicating that the current period reflects administrative or non-obligated action rather than funded execution. With only a single year in scope and zero obligation recorded, no year-over-year trend can be established from the provided data.
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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.