powered by
Get proceeds of sold coins, ACB of sold coins, and resulting difference between the two, capital gains.
get_proceeds(formatted.ACB, tax.year, local.timezone = Sys.timezone())
A data frame, with the following columns: type, proceeds, ACB.total, gains.
The formatted.ACB object,
formatted.ACB
which year
which time zone
all.data <- format_shakepay(data_shakepay) formatted.ACB <- format_ACB(all.data, verbose = FALSE) get_proceeds(formatted.ACB, 2021)
Run the code above in your browser using DataLab