pipeline
Classical end-to-end empirical analysis workflow in the traditional Python econometric stack — pandas + numpy + scipy + statsmodels + linearmodels + pyfixest +…
NACUBO endowment data (~650 institutions, 2012-2022). Portal: 7 columns only (total endowment, per-FTE, YoY change). Use for endowment size/trends. Full investment/spending needs direct NACUBO access. For all-institution coverage use IPEDS finance.
$ npx -y skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill education-data-source-nacubo --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/education-data-source-nacuboContext preview
The summary Claude sees to decide when to auto-load this skill.
NACUBO endowment data (~650 institutions, 2012-2022). Portal: 7 columns only (total endowment, per-FTE, YoY change). Use for endowment size/trends. Full investment/spending needs direct NACUBO access. For all-institution coverage use IPEDS finance.
name: education-data-source-nacubo description: >- NACUBO endowment data (~650 institutions, 2012-2022). Portal: 7 columns only (total endowment, per-FTE, YoY change). Use for endowment size/trends. Full investment/spending needs direct NACUBO access. For all-institution coverage use IPEDS finance. metadata: audience: any-agent domain: data-source skill-authored: "2026-02-09" skill-last-updated: "2026-02-09"
NACUBO endowment data for U.S. college and university endowments (~650 institutions). Portal mirror provides only 7 market-value columns (total endowment, per-FTE endowment, year-over-year change; 2012-2022). Use when analyzing institution-level endowment size or trends. Full investment returns, asset allocations, spending rates, and governance data require separate NACUBO study access. For comprehensive endowment coverage across all institutions, use IPEDS finance data.
The NACUBO-Commonfund Study of Endowments (NCSE) is the most comprehensive annual survey of U.S. college and university endowments, covering ~650 institutions representing over $870 billion in assets. The Education Data Portal mirrors a limited subset (7 market-value columns); full investment, allocation, spending, and governance data requires direct NACUBO access.
> **CRITICAL: Portal Mirror Scope** > > The Education Data Portal mirrors contain **only 7 columns** of endowment data, > focused on market values. Full investment data (returns, asset allocations, > spending rates, governance) requires access to the complete NACUBO study. > > **Portal columns:** `year`, `unitid`, `inst_name_nacubo`, `fips`, `endow_total`, > `endow_per_fte`, `endow_chg_mktval` > > **Value Encoding:** > > | Variable | Portal Format | Notes | > |----------|---------------|-------| > | `fips` | Integer (`6` = California) | Not string abbreviations ("CA") | > | `year` | Integer (`2022`) | Fiscal year ending year | > | `endow_total` | Float64 (USD) | Full dollar amount, NOT thousands | > | `endow_chg_mktval` | Float64 (decimal fraction) | `0.059` = 5.9% change, NOT `5.9` | > | Missing data | `null` | NOT -1, -2, -3 | > > See `./references/variable-definitions.md` for complete encoding tables.
The National Association of College and University Business Officers (NACUBO) is a nonprofit professional organization representing chief administrative and financial officers at higher education institutions.
| File | Purpose | When to Read | |------|---------|--------------| | `endowment-study.md` | NCSE methodology, participation, history | Understanding data source context | | `endowment-metrics.md` | Market values, returns, spending rates | Interpreting performance data | | `variable-definitions.md` | Key variables, size categories, institution types | Building queries, filtering data | | `data-quality.md` | Coverage limitations, data caveats | Assessing data reliability | | `asset-allocation.md` | Investment categories, alternative strategies | Analyzing portfolio composition |
Endowment research topic?
├─ Market values / fund size
│ ├─ Individual institution values → NCSE public tables
│ ├─ Size distribution → ./references/variable-definitions.md
│ └─ Historical trends → ./references/endowment-metrics.md
├─ Investment returns
│ ├─ One-year returns → ./references/endowment-metrics.md
│ ├─ Multi-year returns (3/5/10/25-year) → ./references/endowment-metrics.md
│ └─ Returns by size/type → ./references/variable-definitions.md
├─ Asset allocation
│ ├─ Traditional vs alternative → ./references/asset-allocation.md
│ ├─ Private equity/VC allocation → ./references/asset-allocation.md
│ └─ ESG/responsible investing → ./references/asset-allocation.md
├─ Spending and distributions
│ ├─ Spending rates → ./references/endowment-metrics.md
│ ├─ Spending purposes (aid, faculty, etc.) → ./references/endowment-metrics.md
│ └─ Budget contribution → ./references/endowment-metrics.md
└─ Data quality concerns
├─ Coverage/participation → ./references/data-quality.md
├─ Self-reported data issues → ./references/data-quality.md
└─ Comparability across years → ./references/data-quality.mdComparing NACUBO vs IPEDS for endowment data? ├─ Need ALL institutions → Use IPEDS (mandatory reporting) ├─ Need investment returns → Use NACUBO (IPEDS doesn't have) ├─ Need asset allocations → Use NACUBO (IPEDS doesn't have) ├─ Need spending rates → Use NACUBO (IPEDS doesn't have) ├─ Need just market values → Either works │ ├─ More institutions → IPEDS │ └─ More detail → NACUBO └─ Need governance/policies → Use NACUBO (IPEDS doesn't have)
Which study by year? ├─ FY2023-present → NACUBO-Commonfund Study of Endowments (NCSE) ├─ FY2018-FY2022 → NACUBO-TIAA Study of Endowments (NTSE) ├─ FY2009-FY2017 → NACUBO-Commonfund Study of Endowments (NCSE) └─ Before FY2009 → NACUBO Endowment Study (NES)
> **Portal Coverage Note:** The Education Data Portal mirrors contain only **7 columns** focused on endowment market values. Full investment data (returns, asset allocations, spending rates, governance) requires access to the complete NACUBO study. See "Full Report Acc
📌 文档结构(2026-07-22 起): 本文件是中文默认入口 —— banner + badges + 信任面 + 9 阶段流水线速览 + 76 行合集总表。 每个合集的完整描述、按用途分组、精确数字、验证方法在 docs/CONTENT_ZH.md(扩展正文,总表行内的 → 直接跳转到对应锚点)。 English version: README-en.md · 中文扩展正文:docs/CONTENT_ZH.md · README-zh-CN.md 已弃用(重定向占位) 🌐 语言: English |
Classical end-to-end empirical analysis workflow in the traditional Python econometric stack — pandas + numpy + scipy + statsmodels + linearmodels + pyfixest +…
Use when the user asks to run a full empirical / causal analysis in Python — by default in the style of an applied economics paper (AER / QJE / JPE / ReStud /…
Classical end-to-end empirical analysis workflow in the traditional Python econometric stack — pandas + numpy + scipy + statsmodels + linearmodels + pyfixest +…
Classical end-to-end empirical analysis workflow in the traditional Stata ecosystem — native Stata + reghdfe + ivreg2 + csdid + did_imputation +…
Classical end-to-end empirical analysis workflow in the modern tidyverse + econometrics R ecosystem — dplyr + tidyr + haven + fixest + sandwich + lmtest +…
Systematic writing framework for philosophy and interdisciplinary academic papers from optimized outline to submission-ready manuscript. Use when users want…