|
1 |
| -op_test_data = {'transactions': {'booked': [{'transactionId': '202308015931560N0164', 'bookingDate': '2023-08-01', 'valueDate': '2023-08-01', 'transactionAmount': {'amount': '400.00', 'currency': 'EUR'}, 'debtorName': 'ATAVIN ALEKSEI', 'remittanceInformationUnstructured': 'Withdrawal from savings target Vero\nhailinto', 'proprietaryBankTransactionCode': 'PANO', 'internalTransactionId': '8487f5c2f06e427b977beac249620ad7'}, {'transactionId': '202308015EQEO1540754', 'bookingDate': '2023-08-01', 'valueDate': '2023-08-01', 'transactionAmount': {'amount': '-25.47', 'currency': 'EUR'}, 'creditorName': 'LIDL HELSINKI-ROIHU HELSINKI', 'remittanceInformationUnstructured': '492065******9084 OSTOPVM 230731\nMF NRO 74570003213821301044336 \nVARMENTAJA 400', 'proprietaryBankTransactionCode': 'PKORTTIMAKSU', 'internalTransactionId': '738bddf4cebd9667e4a2ce16a5c4a2bc'}, {'transactionId': '202308015EQEL1086628', 'bookingDate': '2023-08-01', 'valueDate': '2023-08-01', 'transactionAmount': {'amount': '-2.99', 'currency': 'EUR'}, 'creditorName': 'APPLE.COM/BILL CORK', 'remittanceInformationUnstructured': '492065******9084 OSTOPVM 230731\nMF NRO 74601003212330187293060 \nVARMENTAJA 400', 'proprietaryBankTransactionCode': 'PKORTTIMAKSU', 'internalTransactionId': '26b9473190d0933146e74df10759fe91'}, {'transactionId': '202303245936191K8543', 'entryReference': 'RF14200185090845', 'bookingDate': '2023-08-01', 'valueDate': '2023-08-01', 'transactionAmount': {'amount': '-397.20', 'currency': 'EUR'}, 'creditorName': 'Verohailinto', 'creditorAccount': {'iban': 'FI5689199710000724'}, 'proprietaryBankTransactionCode': 'TILISIIRTO', 'internalTransactionId': 'b9661357cc5ee85edec599eaa037cb2c'}], 'pending': []}} |
| 1 | +op_test_data = { |
| 2 | + "transactions": { |
| 3 | + "booked": [ |
| 4 | + { |
| 5 | + "transactionId": "202308015931560N0164", |
| 6 | + "bookingDate": "2023-08-01", |
| 7 | + "valueDate": "2023-08-01", |
| 8 | + "transactionAmount": {"amount": "400.00", "currency": "EUR"}, |
| 9 | + "debtorName": "ATAVIN ALEKSEI", |
| 10 | + "remittanceInformationUnstructured": "Withdrawal from savings target Vero\nhailinto", |
| 11 | + "proprietaryBankTransactionCode": "PANO", |
| 12 | + "internalTransactionId": "8487f5c2f06e427b977beac249620ad7", |
| 13 | + }, |
| 14 | + { |
| 15 | + "transactionId": "202308015EQEO1540754", |
| 16 | + "bookingDate": "2023-08-01", |
| 17 | + "valueDate": "2023-08-01", |
| 18 | + "transactionAmount": {"amount": "-25.47", "currency": "EUR"}, |
| 19 | + "creditorName": "LIDL HELSINKI-ROIHU HELSINKI", |
| 20 | + "remittanceInformationUnstructured": "492065******9084 OSTOPVM 230731\nMF NRO 74570003213821301044336 \nVARMENTAJA 400", |
| 21 | + "proprietaryBankTransactionCode": "PKORTTIMAKSU", |
| 22 | + "internalTransactionId": "738bddf4cebd9667e4a2ce16a5c4a2bc", |
| 23 | + }, |
| 24 | + { |
| 25 | + "transactionId": "202308015EQEL1086628", |
| 26 | + "bookingDate": "2023-08-01", |
| 27 | + "valueDate": "2023-08-01", |
| 28 | + "transactionAmount": {"amount": "-2.99", "currency": "EUR"}, |
| 29 | + "creditorName": "APPLE.COM/BILL CORK", |
| 30 | + "remittanceInformationUnstructured": "492065******9084 OSTOPVM 230731\nMF NRO 74601003212330187293060 \nVARMENTAJA 400", |
| 31 | + "proprietaryBankTransactionCode": "PKORTTIMAKSU", |
| 32 | + "internalTransactionId": "26b9473190d0933146e74df10759fe91", |
| 33 | + }, |
| 34 | + { |
| 35 | + "transactionId": "202303245936191K8543", |
| 36 | + "entryReference": "RF14200185090845", |
| 37 | + "bookingDate": "2023-08-01", |
| 38 | + "valueDate": "2023-08-01", |
| 39 | + "transactionAmount": {"amount": "-397.20", "currency": "EUR"}, |
| 40 | + "creditorName": "Verohailinto", |
| 41 | + "creditorAccount": {"iban": "FI5689199710000724"}, |
| 42 | + "proprietaryBankTransactionCode": "TILISIIRTO", |
| 43 | + "internalTransactionId": "b9661357cc5ee85edec599eaa037cb2c", |
| 44 | + }, |
| 45 | + ], |
| 46 | + "pending": [], |
| 47 | + } |
| 48 | +} |
0 commit comments