Vested
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
TPLTotal Pension Liability
FNPFiduciary Net Position
NPLNet Pension Liability
FUNDED_RATIOFunded Ratio (FNP / TPL)
Contributions
ADCActuarially Determined Contribution
EMPLOYER_CONTRIBEmployer Contributions
EMPLOYEE_CONTRIBEmployee Contributions
ADC_PAID_PCT% of ADC Paid
Assumptions
DISCOUNT_RATEDiscount Rate
INFLATIONInflation Assumption
RETURN_ASSUMPTIONLong-term Return Assumption
SALARY_GROWTHSalary Growth
Demographics
ACTIVE_MEMBERSActive Members
RETIRED_MEMBERSRetired Members
TOTAL_MEMBERSTotal Members
MATURITY_RATIOActive / 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]
  }
}