diff --git a/data/municipal/ontario/toronto/2024/sankey.json b/data/municipal/ontario/toronto/2024/sankey.json index dff90403..bc19cbb1 100644 --- a/data/municipal/ontario/toronto/2024/sankey.json +++ b/data/municipal/ontario/toronto/2024/sankey.json @@ -1417,7 +1417,7 @@ ] }, { - "name": "Government transfers", + "name": "Government transfers (See Notes below)", "children": [ { "name": "Government transfers \u2192 Ontario Conditional Grants", @@ -1450,7 +1450,7 @@ ] }, { - "name": "User charges", + "name": "User charges (See Notes below)", "amount": 3.61 }, { diff --git a/src/components/JurisdictionPageContent.tsx b/src/components/JurisdictionPageContent.tsx index 29c18be0..96772e3a 100644 --- a/src/components/JurisdictionPageContent.tsx +++ b/src/components/JurisdictionPageContent.tsx @@ -499,6 +499,37 @@ export function JurisdictionPageContent({ ))} )} + {jurisdiction.methodology && ( +
+

+ Notes +

+

+ + Certain government transfers, both federal and provincial, + are locked and exclusively used for target projects, i.e. + Gardiner and DVP construction. Details: {" "} + + + Deal Between Ontario and Toronto + + + +

+

+ + Certain city revenues are collected into city's reserve funds + for specific city operation expenses. Examples are Toronto Parking + Authority and Toronto Hydro. Details: {" "} + + + Obligatory Reserve Funds and Reserves + + + +

+
+ )}

Sources