Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data/municipal/ontario/toronto/2024/sankey.json
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,7 @@
]
},
{
"name": "Government transfers",
"name": "Government transfers (See Notes below)",
"children": [
{
"name": "Government transfers \u2192 Ontario Conditional Grants",
Expand Down Expand Up @@ -1450,7 +1450,7 @@
]
},
{
"name": "User charges",
"name": "User charges (See Notes below)",
"amount": 3.61
},
{
Expand Down
31 changes: 31 additions & 0 deletions src/components/JurisdictionPageContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,37 @@ export function JurisdictionPageContent({
))}
</Section>
)}
{jurisdiction.methodology && (
<Section>
<H2>
<Trans>Notes</Trans>
</H2>
<P>
<Trans>
Certain government transfers, both federal and provincial,
are locked and exclusively used for target projects, i.e.
Gardiner and DVP construction. Details: {" "}
<ExternalLink href="https://news.ontario.ca/en/release/1003888/ontario-and-toronto-reach-a-new-deal">
<Trans>
Deal Between Ontario and Toronto
</Trans>
</ExternalLink>
</Trans>
</P>
<P>
<Trans>
Certain city revenues are collected into city's reserve funds
for specific city operation expenses. Examples are Toronto Parking
Authority and Toronto Hydro. Details: {" "}
<ExternalLink href="https://www.toronto.ca/legdocs/mmis/2025/ex/bgrd/backgroundfile-260557.pdf">
<Trans>
Obligatory Reserve Funds and Reserves
</Trans>
</ExternalLink>
</Trans>
</P>
</Section>
)}
<Section>
<H2>
<Trans>Sources</Trans>
Expand Down