Data-Center & AI CMBS Exposure Tool
See which CMBS deals include data centers or AI-industry office tenants, and check a fund or CUSIP against the current CMBS coverage index. Free, sourced from SEC filings, with a machine-readable JSON endpoint.What this answers: which CMBS deals include data centers in the collateral pool or name AI-industry office tenants — and which covered CMBS CUSIPs are tied to a given fund, CUSIP, or CUSIP list. Paste a fund ID, a single CUSIP, or a comma-separated list of CUSIPs, and the tool returns a filing-backed coverage snapshot drawn from public SEC filings and deal documentation.
The themes are read from tenant and collateral disclosure — data centers, tech giants (Google, Microsoft, Apple, Amazon, Meta), cloud and SaaS names, software leaders, and chip manufacturers. It surfaces what the filings show; it is a metadata-first map, not a risk score or a rating. Want the deal-by-deal list instead of a portfolio snapshot? See CMBS deals with AI exposure.
Machine-readable output
This is a data tool, and the same snapshot is available as JSON — no login, no API key. Point a browser, a script, or an AI agent at the endpoint and pass a single CUSIP, comma-separated CUSIPs, or a fund ID:
GET https://dealcharts.org/.netlify/functions/exposure_to_tech?input=065923AY0
# Single CUSIPcurl "https://dealcharts.org/.netlify/functions/exposure_to_tech?input=065923AY0"# Multiple CUSIPscurl "https://dealcharts.org/.netlify/functions/exposure_to_tech?input=065923AY0,36258RBA0"# Fund IDcurl "https://dealcharts.org/.netlify/functions/exposure_to_tech?input=S000028163"
The response includes the detected input type, an aggregated coverage snapshot (theme counts, tech tenants when available, peer fund counts, and the unique deals behind the CUSIPs), and per-CUSIP detail — each figure traceable to the deal it came from. It does not return risk scores, ratings, or verdicts. For bulk work and the wider corpus, see the datasets page, the API, and the root
.