A data set containing details on four transactions extracted from PDF bank statements. The variables are as follows:
transactions
A data frame with 4 rows and 12 columns/variables:
The identifier ISIN
The identifier WKN
Name of the investment
Quantity/number of stocks.
Price of the transaction.
Value of the transaction (includes fees).
Fee of the transaction. Adds up all fees.
Date of the tranaction.
Time of the transaction.
Type of the transaction (e.g., purchase, sale).
Page of the transaction in the PDF document.
Name of the PDF document.
The data come from the R package BankStatementParser
. See https://github.com/lorenzbr/BankStatementParser