You are given a list of financial transactions represented as dictionaries, each containing the following information:
transaction_id
: A unique identifier for the transaction (string).transaction_date
: The date when the transaction occurred (string in the format "YYYY-MM-DD").transaction_type
: The type of the transaction. Purchases | Reversals | Refunds | Paymentsreversal_transaction_id
: the transaction_id of a reversalamount
: The transaction amount in cents (Int).description
: A brief description of the transaction (string).