UAAL Trending Data
20 years of total Unfunded Actuarial Accrued Liability (UAAL) based on funding positions under the actuarial assumptions adopted by the plan’s actuary.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"bythenumbers-sco-ca-gov/uaal-trending-data-ph46-hvim\".\"uaal_trending_data\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.