GFOA Financial Reporting Award for ACFR
The Controller's Office establishes accounting policies and procedures, based on accounting and internal control standards, for County departments to follow.
Compliance with such standards is demonstrated in the Government Finance Officers Association (GFOA) awards for excellence in financial reporting for Annual Comprehensive Financial Report (ACFR) and Popular Annual Financial Report (PAFR), and clean opinions from the independent auditors, for the County’s annual financial statements reports. The GFOA reviews whether the County’s ACFR or PAFR meet governmental accounting standards and their award requirements, and provide the Controller’s Office accounting team important information about how each report can be improved.
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 \"performance-smcgov/gfoa-financial-reporting-award-for-acfr-twb5-r356\".\"gfoa_financial_reporting_award_for_acfr\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.