Skip to content

Commit

Permalink
Super is VDHG
Browse files Browse the repository at this point in the history
  • Loading branch information
eidorb committed Dec 19, 2024
1 parent dda3988 commit a6ff225
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ select
normalised_balance.amount_currency
) as value_currency,
case
-- Super balance in AUD is considered VDHG.
when account = 'Assets:Vanguard:Super' then 'VDHG'
-- AUD and USD are considered cash.
when normalised_balance.amount_currency in ('AUD', 'USD') then 'Cash'
else normalised_balance.amount_currency
end as asset,
Expand Down

0 comments on commit a6ff225

Please sign in to comment.