format_CDC: Format Crypto.com App file

View source: R/format_CDC.R

format_CDCR Documentation

Format Crypto.com App file

Description

Format a .csv transaction history file from Crypto.com for later ACB processing.

Usage

format_CDC(data)

Arguments

data

The dataframe

Details

Be aware that CDC unfortunately does not include the withdrawal fees in their exported transaction files (please lobby to include this feature). This function attempts to guess some known withdrawal fees at some point in time but depending on when the withdrawals were made, the withdrawal fees are most certainly inaccurate. You will have to make a manual correction for the withdrawal fees after using format_CDC, on the resulting dataframe.

Value

A data frame of exchange transactions, formatted for further processing.

Examples

format_CDC(data_CDC)

cryptoTax documentation built on March 7, 2023, 7:46 p.m.