.. -*- mode: rst -*- .. _fiscal_notes: ============ Fiscal Notes ============ The rules of each chamber require that each bill have an accompanying fiscal note that estimates the fiscal impact on state and local government expenditures and revenues. A fiscal note is updated throughout the legislative process to reflect amendments made to the bill. In the API fiscal notes are sub-resources of :ref:`bill versions ` and as such are linked to from the bill version representation. Resources ========= .. include:: ../resource_maps/fiscal_notes.txt Example ======= Fetch the PDF representation of the Fiscal Impact Statement document number 2 for House Bill 1340. .. code-block:: bash curl -i \ -X GET \ -H "Accept: application/vnd.myiga.v1+pdf" \ https://api.iga.in.gov/2014/fiscal-notes/HB1340.04.ENGS/HB1340.04.ENGS.FN002 *HTTP Response*:: --------------- | BINARY DATA | ---------------