Compensation, endowmnet tweaks. Added About.
This commit is contained in:
parent
a41f78545b
commit
13fb4b8418
13 changed files with 914 additions and 17 deletions
|
|
@ -147,6 +147,26 @@ Raw data layer for University of Delaware administrative analytics. All tables a
|
|||
| value | DOUBLE | CPI-U index value (base period: 1982-84 = 100) |
|
||||
| series_id | VARCHAR | BLS series identifier (always CUUR0000SA0) |
|
||||
|
||||
### raw_ipeds_endowment
|
||||
|
||||
**Source:** IPEDS F2 (FASB) finance survey — endowment and investment sections
|
||||
**Granularity:** One row per institution per year
|
||||
**Primary Key:** (unitid, year)
|
||||
**Note:** Endowment fields (F2H*) are available for all years 2005-2023.
|
||||
|
||||
| Column | Type | Description | Source field |
|
||||
|--------|------|-------------|-------------|
|
||||
| unitid | INTEGER | IPEDS institution identifier | UNITID |
|
||||
| year | INTEGER | Fiscal year | derived from filename |
|
||||
| endowment_boy | BIGINT | Endowment value, beginning of fiscal year | F2H01 |
|
||||
| endowment_eoy | BIGINT | Endowment value, end of fiscal year | F2H02 |
|
||||
| new_gifts | BIGINT | New gifts and additions to endowment | F2H03A |
|
||||
| net_investment_return | BIGINT | Net investment return on endowment | F2H03B |
|
||||
| other_changes | BIGINT | Other changes in endowment value | F2H03D |
|
||||
| total_private_gifts | BIGINT | Total private gifts, grants, and contracts | F2D08 |
|
||||
| total_investment_return | BIGINT | Total investment return (all funds) | F2D10 |
|
||||
| long_term_investments | BIGINT | Long-term investments (balance sheet) | F2A01 |
|
||||
|
||||
### raw_admin_headcount
|
||||
|
||||
**Source:** Web scraping of UD staff directory pages
|
||||
|
|
@ -170,4 +190,5 @@ Raw data layer for University of Delaware administrative analytics. All tables a
|
|||
- **IRS 990 tables** are linked by `object_id` (filing) and `ein` (organization)
|
||||
- **IPEDS → IRS 990:** The `ein` field in `raw_institution` links to `ein` in 990 tables. UD Foundation EINs: 516000297, 516017306
|
||||
- **CPI-U** is used for inflation adjustment — join on `year` (and optionally `month`) to any table with a year column
|
||||
- **Endowment** data comes from IPEDS F2 endowment section; 990 `total_assets` provides a cross-check
|
||||
- **Admin headcount** links to IPEDS via institutional context (UD only in first iteration)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue