Hello.
I exported my account activity (Wealthsimple in Canada) to a CSV. This is a managed account where they invest your money mostly in ETFs.
The short version:
The problem is that they invest in US ETFs traded in USD but the account activity is all reported in CAD so PP complains that there is no exchange rate
The long version:
This is an example row in the CSV
transaction_date,settlement_date,account_id,account_type,activity_type,activity_sub_type,direction,symbol,name,currency,quantity,unit_price,commission,net_cash_amount
2021-01-01,2021-01-02,W111111CAD,TFSA,Trade,BUY,LONG,CRBN,BTC iShares MSCI ACWI Low Carbon Target ETF,CAD,10.955,139.218036707,0,-1525.13
The mapping template for Type of data: Portfolio Transactions is
transaction_date > Date
account_id > Securities account
activity_subtype > Type
symbol > Ticker Symbol
currency > Transaction Currency
quantity > Shares
net_cash_amount > Value
The problem is that the transaction is ignored because âExchange rate of gross value is missing (transaction currency CAD and security currency USD)â
How can i get around this problem? transactions donât have an exchange rate in the report. Adding the exchange rate by hand would also be a pain and the info is not even available online since banks give you whatever exchange rate they want
Whatâs strange to me is that I created a security CRBN and PP was able to load all the historical prices from yahoo, so it could deduce whatever exchange rate I was given by doing Value/Shares = unit_price_in_cad and then deducing the exchange rate unit_price_in_cad / unit_price_from_yahoo_in_usd