This page summarizes award history for vehicle number NNC14BA11B within agency 8000 over the last 10 years. The record shows 130 award actions with total obligations of 107.94 million and an average action value of 830,275.16.
Vehicle Number
Vehicle Number 8000 / NNC14BA11B Federal Contract Action Summary (Last 10 Years)
Federal procurement summary for vehicle number NNC14BA11B at agency 8000, covering the last 10 years of award activity.
Total obligated is 107,935,770.7, shown here as 107.94 million for readability.
Overview
The award record for vehicle number NNC14BA11B shows steady procurement activity across the last 10 years. Total obligated funding is 107,935,770.7, with 130 award actions recorded and an average action value of 830,275.16.
How to use this page
Use this page to review the overall scale and frequency of obligations tied to vehicle number NNC14BA11B. The figures support quick comparison of total funding, action volume, and typical award size within agency 8000.
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 = '8000' AND content__IDV__contractID__IDVID__PIID = 'NNC14BA11B'
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 |
|---|---|---|---|---|
| 8000 | NATIONAL AERONAUTICS AND SPACE ADMINISTRATION | 107,935,770.70 | 107.94 million | 130 |
Insight
For PIID NNC14BA11B over the 10-year window, all recorded obligations are concentrated within NASA (Agency ID 8000), with no other agencies represented in the provided rows. NASA accounts for $107.94 million across 130 awards, indicating a wholly single-agency distribution for this vehicle.
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 = '8000' AND content__IDV__contractID__IDVID__PIID = 'NNC14BA11B'
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 = '8000' AND content__IDV__contractID__IDVID__PIID = 'NNC14BA11B'
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 |
|---|---|---|---|---|
| 561210 | FACILITIES SUPPORT SERVICES | 107,935,770.70 | 107.94 million | 130 |
Insight
Obligations under PIID NNC14BA11B are fully concentrated in NAICS 561210, Facilities Support Services, totaling $107.94 million across 130 awards over the 10-year window. This indicates a highly focused procurement profile with no visible diversification into other NAICS codes in the provided data. The award count suggests repeated use of this services category rather than a small number of large, isolated actions.
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 = '8000' AND content__IDV__contractID__IDVID__PIID = 'NNC14BA11B'
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 |
|---|---|---|---|---|
| Z1JZ | MAINTENANCE OF MISCELLANEOUS BUILDINGS | 107,935,770.70 | 107.94 million | 130 |
Insight
Obligations under this vehicle are fully concentrated in PSC Z1JZ, Maintenance of Miscellaneous Buildings, with $107.94 million across 130 awards over the 10-year window. This indicates a highly focused spend pattern rather than a diversified PSC mix. The award count suggests repeated use of the vehicle for this category of work.
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 = '8000' AND content__IDV__contractID__IDVID__PIID = 'NNC14BA11B'
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 | 11,373,594.79 | 11.37 million | 16 |
| 2017 | 14,043,137.25 | 14.04 million | 15 |
| 2018 | 15,129,506.12 | 15.13 million | 14 |
| 2019 | 7,539,676.17 | 7.54 million | 8 |
| 2020 | 16,370,530.61 | 16.37 million | 27 |
| 2021 | 21,274,266.17 | 21.27 million | 19 |
| 2022 | 12,764,096.25 | 12.76 million | 19 |
| 2023 | 9,440,963.34 | 9.44 million | 12 |
Insight
Obligations for PIID NNC14BA11B across 2016–2023 were uneven, ranging from $7.54 million to $21.27 million, with the highest annual obligation in 2021 and the lowest in 2019. Award activity also varied materially, peaking at 27 awards in 2020 and then declining to 12 by 2023. The pattern indicates a mid-period concentration of both obligation volume and award count rather than a steady year-over-year trend.
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.