TIMESTAMP, from_bank TEXT, from_account TEXT, to_bank TEXT, to_account TEXT, amount_received DECIMAL, receiving_currency TEXT, amount_paid DECIMAL, payment_currency TEXT, payment_format TEXT, is_laundering BOOLEAN, PRIMARY KEY ((from_bank, to_bank), timestamp, payment_currency, is_laundering) ); keyspace table primary key partition key clustering columns