In the last 10 years, the Woodrow Wilson International Center for Scholars recorded 1 award action totaling $3,596 in obligated spending. The activity is tied to D. & J. Printing, Inc. and NAICS 511130, Book Publishers, with the only observed annual action occurring in 2016.
Federal Agency
WOODROW WILSON INTERNATIONAL CENTER FOR SCHOLARS Federal Contract Obligations (Last 10 Years)
Federal procurement summary for the Woodrow Wilson International Center for Scholars covering obligations, vendors, and product and service categories over the last 10 years.
This page reflects the provided FPDS analysis window and shows only the reported award action data.
About WOODROW WILSON INTERNATIONAL CENTER FOR SCHOLARS federal contract activity
Over the last 10 years, the WOODROW WILSON INTERNATIONAL CENTER FOR SCHOLARS recorded $3.60 thousand in obligated contract spending across 1 award, for an average award value of $3,596. The agency’s procurement activity in this window is extremely limited and concentrated in a single transaction.
Vendor concentration and leading contractors
All recorded obligations were awarded to D. & J. PRINTING, INC., which accounted for the full $3.60 thousand and the sole award in the dataset. This indicates a complete concentration of spend with one vendor over the analysis period.
Industry profile based on NAICS activity
The only reported NAICS category was 511130, BOOK PUBLISHERS, which captured the full $3.60 thousand in obligations across 1 award. Procurement activity therefore appears to be narrowly focused within a publishing-related product or service category.
Annual contract trend over the analysis window
Annual activity appears only in 2016, when the agency obligated $3.60 thousand across 1 award. No other years in the last 10-year window are represented in the provided data, so the observed trend is a single-year spike rather than a recurring spending pattern.
How to interpret this page
This summary is based on the provided FPDS Query aggregates for the last 10 years, using obligated dollars, award counts, vendor concentration, NAICS grouping, and annual totals. The interpretation is limited to the supplied data and does not infer activity beyond the reported records.
Top Vendors
SELECT
vendor_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__vendor__vendorHeader__vendorName AS vendor_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__purchaserInformation__contractingOfficeAgencyID = '3358'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
| Vendor | Total Obligated | Readable | Award Actions |
|---|---|---|---|
| D. & J. PRINTING, INC. | 3,596.00 | 3.60 thousand | 1 |
Insight
Over the last 10 years, the Woodrow Wilson International Center for Scholars recorded $3.60 thousand in obligations to a single vendor, D. & J. PRINTING, INC. All obligated dollars in this period were concentrated in one award, indicating an extremely limited vendor distribution and no observable diversification within the available data. The average award value was $3,596, equal to the total obligated amount.
Top NAICS
SELECT
naics_code,
naics_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__purchaserInformation__contractingOfficeAgencyID = '3358'
AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__award__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
| NAICS Code | Description | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| 511130 | BOOK PUBLISHERS | 3,596.00 | 3.60 thousand | 1 |
Insight
Over the last 10 years, the Woodrow Wilson International Center for Scholars has reported $3.60 thousand in total obligations across 1 award, indicating a very limited contracting footprint. All obligated activity is concentrated in NAICS 511130, Book Publishers, which accounts for 100% of the agency’s obligations in the period. This indicates no diversification across NAICS categories within the observed window.
Annual Trend
SELECT
year,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__purchaserInformation__contractingOfficeAgencyID = '3358'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
)
ORDER BY year DESC
| Year | Total Obligated | Readable | Award Actions |
|---|---|---|---|
| 2016 | 3,596.00 | 3.60 thousand | 1 |
Insight
Over the last 10 years, the Woodrow Wilson International Center for Scholars recorded a single award totaling $3.60 thousand, all in 2016. Obligations are therefore fully concentrated in one year and one action, with no evidence of activity in the remaining years of the period. The average award value equals the total obligated amount, reflecting the one-award distribution.
Use FPDS Query for deeper analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.
Continue from this last 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.