Module · Dataset
A standardized pension dataset, built from raw ACFR filings.
Vested ingests, normalizes, and structures public pension data into comparable institutional fields, every value linked to the source page.
Funding Status
| TPL | Total Pension Liability |
| FNP | Fiduciary Net Position |
| NPL | Net Pension Liability |
| FUNDED_RATIO | Funded Ratio (FNP / TPL) |
Contributions
| ADC | Actuarially Determined Contribution |
| EMPLOYER_CONTRIB | Employer Contributions |
| EMPLOYEE_CONTRIB | Employee Contributions |
| ADC_PAID_PCT | % of ADC Paid |
Assumptions
| DISCOUNT_RATE | Discount Rate |
| INFLATION | Inflation Assumption |
| RETURN_ASSUMPTION | Long-term Return Assumption |
| SALARY_GROWTH | Salary Growth |
Demographics
| ACTIVE_MEMBERS | Active Members |
| RETIRED_MEMBERS | Retired Members |
| TOTAL_MEMBERS | Total Members |
| MATURITY_RATIO | Active / Retired Ratio |
Source Methodology
Every datapoint links to its source page.
Vested maintains a citation record for every structured field. The citation includes document identifier, page number, and bounding region. Reviewers can trace a normalized value back to the exact paragraph in the underlying ACFR.
// citation example
{
"fund": "calpers",
"field": "TPL",
"value": 605.4,
"unit": "USD_BILLIONS",
"fiscal_year": 2024,
"source": {
"document": "calpers_acfr_2024.pdf",
"page": 142,
"region": [128, 412, 720, 460]
}
}