Local Law 44 - LIHTC
The LIHTC data table includes Low Income Housing Tax Credit (LIHTC) allocation amounts and types for which the project is eligible per the Determination of Credit Eligibility (DOCE) made by HPD, for those LIHTC allocations that meet the definition of City Financial Assistance for each Local Law 44 Housing Development Project. This information is reported pursuant to Local Law 44 of 2012, and is part of the <a <a href='https://data.cityofnewyork.us/browse?Data-Collection_Data-Collection=HPD+Local+Law+44'>Housing Projects Receiving City Financial Assistance (Local Law 44) collection of data tables</a>.
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 \"cityofnewyork-us/local-law-44-lihtc-sgvu-nui7\".\"local_law_44_lihtc\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.