Nothing
Breaking changes:
format_wealtsimple()
, format_BSC()
, format_binance_trades()
, crypto2fiat()
, and fetch_prices()
functions, since their goal is better fulfilled by the new format_generic()
, format_binance()
, match_prices()
, and prepare_list_prices()
functions, respectively.New Features:
pkgdown
website with three vignettes: (1) calculating ACB, (2) full tax report, and (3) tax treatments and decisions.format_ACB()
and format_suploss()
since these functions are extremely slow with thousands of transactions.prepare_report()
to get all the required information for print_report()
in one go.get_sup_losses
was it was the last missing piece to get all the info needed for prepare_report()
.format_detect()
, to automatically detect the right exchange and process it with the corresponding function (also supports lists of exchanges).format_generic()
, to process most transaction history files not supported by existing functions.format_binance()
, a general version that works with the general transaction report and includes rewards (but not withdrawal fees). We thus get rid of format_binance_trades()
since the former is superior (as it includes more transaction types).get_latest_transactions()
: get latest transaction date by exchangecheck_missing_transactions()
: show you rows with negative total balances to help identify missing transactions.format_dollars()
: to format numeric values with comma for thousands separator.Improvements:
format_blockfi()
and format_CDC_exchange_trades()
now correctly match prices for purchases and sales for trades (instead of relying on their corresponding daily spot rates).priceR
(for USD to CAD conversions), now indicates the source of the price accordingly (rate.source = "exchange (USD conversion)"
)format_*
functions: now reorder columns in a consistent fashion + tests for all (and ACB()
).ACB_suploss()
: integrates the primary ACB()
function, which accordingly gains a new logical argument, suploss
.format_suploss()
: integrates ACB()
when suploss = TRUE
, and gains a greatly improved code base.add_quantities()
: switches from a for-loop to dplyr
code.ACB()
: report_revenues()
and crypto_pie()
: Now support forks and mining.format_newton()
: updated to the new formatformat_CDC()
: Bug Fixes:
format_shakepay()
: now correctly detects CAD referral rewardsformat_binance()
: now correctly detects interest rewardsformat_ACB()
: ACB()
: now correctly accept alternative column namesNew package
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.