diff --git a/Cargo.lock b/Cargo.lock index 12125d7..b7ce03c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -657,12 +657,6 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c" -[[package]] -name = "fastrand" -version = "2.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" - [[package]] name = "fax" version = "0.1.1" @@ -727,21 +721,6 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" -[[package]] -name = "foreign-types" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" -dependencies = [ - "foreign-types-shared", -] - -[[package]] -name = "foreign-types-shared" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" - [[package]] name = "foreign_vec" version = "0.1.0" @@ -973,16 +952,17 @@ dependencies = [ ] [[package]] -name = "hyper-tls" -version = "0.5.0" +name = "hyper-rustls" +version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" +checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ - "bytes", + "futures-util", + "http", "hyper", - "native-tls", + "rustls", "tokio", - "tokio-native-tls", + "tokio-rustls", ] [[package]] @@ -1329,23 +1309,6 @@ dependencies = [ "target-features", ] -[[package]] -name = "native-tls" -version = "0.2.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" -dependencies = [ - "libc", - "log", - "openssl", - "openssl-probe", - "openssl-sys", - "schannel", - "security-framework", - "security-framework-sys", - "tempfile", -] - [[package]] name = "nom" version = "7.1.3" @@ -1417,50 +1380,6 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" -[[package]] -name = "openssl" -version = "0.10.75" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" -dependencies = [ - "bitflags 2.10.0", - "cfg-if", - "foreign-types", - "libc", - "once_cell", - "openssl-macros", - "openssl-sys", -] - -[[package]] -name = "openssl-macros" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "openssl-probe" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" - -[[package]] -name = "openssl-sys" -version = "0.9.111" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" -dependencies = [ - "cc", - "libc", - "pkg-config", - "vcpkg", -] - [[package]] name = "ordermap" version = "0.4.2" @@ -2034,15 +1953,15 @@ dependencies = [ "http", "http-body", "hyper", - "hyper-tls", + "hyper-rustls", "ipnet", "js-sys", "log", "mime", - "native-tls", "once_cell", "percent-encoding", "pin-project-lite", + "rustls", "rustls-pemfile", "serde", "serde_json", @@ -2050,15 +1969,30 @@ dependencies = [ "sync_wrapper", "system-configuration", "tokio", - "tokio-native-tls", + "tokio-rustls", "tower-service", "url", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", + "webpki-roots", "winreg", ] +[[package]] +name = "ring" +version = "0.17.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" +dependencies = [ + "cc", + "cfg-if", + "getrandom 0.2.16", + "libc", + "untrusted", + "windows-sys 0.52.0", +] + [[package]] name = "roxmltree" version = "0.20.0" @@ -2078,6 +2012,18 @@ dependencies = [ "windows-sys 0.61.2", ] +[[package]] +name = "rustls" +version = "0.21.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" +dependencies = [ + "log", + "ring", + "rustls-webpki", + "sct", +] + [[package]] name = "rustls-pemfile" version = "1.0.4" @@ -2087,6 +2033,16 @@ dependencies = [ "base64", ] +[[package]] +name = "rustls-webpki" +version = "0.101.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" +dependencies = [ + "ring", + "untrusted", +] + [[package]] name = "rustversion" version = "1.0.22" @@ -2099,15 +2055,6 @@ version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" -[[package]] -name = "schannel" -version = "0.1.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" -dependencies = [ - "windows-sys 0.61.2", -] - [[package]] name = "scopeguard" version = "1.2.0" @@ -2115,26 +2062,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] -name = "security-framework" -version = "2.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" -dependencies = [ - "bitflags 2.10.0", - "core-foundation", - "core-foundation-sys", - "libc", - "security-framework-sys", -] - -[[package]] -name = "security-framework-sys" -version = "2.15.0" +name = "sct" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" +checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" dependencies = [ - "core-foundation-sys", - "libc", + "ring", + "untrusted", ] [[package]] @@ -2441,19 +2375,6 @@ version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1bbb9f3c5c463a01705937a24fdabc5047929ac764b2d5b9cf681c1f5041ed5" -[[package]] -name = "tempfile" -version = "3.23.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" -dependencies = [ - "fastrand", - "getrandom 0.3.4", - "once_cell", - "rustix", - "windows-sys 0.61.2", -] - [[package]] name = "thiserror" version = "1.0.69" @@ -2547,12 +2468,12 @@ dependencies = [ ] [[package]] -name = "tokio-native-tls" -version = "0.3.1" +name = "tokio-rustls" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" +checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" dependencies = [ - "native-tls", + "rustls", "tokio", ] @@ -2651,6 +2572,12 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" +[[package]] +name = "untrusted" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" + [[package]] name = "url" version = "2.5.7" @@ -2675,12 +2602,6 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" -[[package]] -name = "vcpkg" -version = "0.2.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" - [[package]] name = "version_check" version = "0.9.5" @@ -2779,6 +2700,12 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "webpki-roots" +version = "0.25.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" + [[package]] name = "weezl" version = "0.1.12" diff --git a/revolut_data/consolidated-statement-v2-eng.csv b/revolut_data/consolidated-statement-v2-eng.csv deleted file mode 100644 index 7a9b7bc..0000000 --- a/revolut_data/consolidated-statement-v2-eng.csv +++ /dev/null @@ -1,2012 +0,0 @@ -Current Accounts Summaries,,,,,,,,,, -,,,,,,,,,, -Personal Account (PLN),,,,,,,,,, -,,,,,,,,,, -Current account details,,,,,,,,,, -Account Number (LT IBAN),LT2832500392550890,Opening date,"Nov 6, 2022",,,,,,, -Account Number (PL IBAN),PL672910000000000038323,Closing date,,,,,,,, -Holding modalities,Individual,Days owned (in selected period),116,,,,,,, -Purpose of account,Personal,,,,,,,,, -Nature of account,Current,,,,,,,,, -,,,,,,,,,, -Financial institution information,,,,,,,,,, -Financial institution name,Revolut Bank UAB,Registration number,LT1000106713,,,,,,, -Address & country,"Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,, -,,,,,,,,,, -Deposit value,,,,,,,,,, -Average balance Q1 2026,188.40 PLN,Opening balance,0.00 PLN,,,,,,, -,,Closing balance,225.16 PLN,,,,,,, -,,Maximum balance,"32,100.00 PLN",,,,,,, -,,Average balance full period,192.11 PLN,,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Personal Account (USD),,,,,,,,,, -,,,,,,,,,, -Current account details,,,,,,,,,, -Account Number (IBAN),LT2832500396020893,Opening date,"Sep 1, 2023",,,,,,, -Holding modalities,Individual,Closing date,,,,,,,, -Purpose of account,Personal,Days owned (in selected period),116,,,,,,, -Nature of account,Current,,,,,,,,, -,,,,,,,,,, -Financial institution information,,,,,,,,,, -Financial institution name,Revolut Bank UAB,Registration number,LT1000106713,,,,,,, -Address & country,"Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,, -,,,,,,,,,, -Deposit value,,,,,,,,,, -Average balance Q1 2026,$5.96 (21.51 PLN),Opening balance,$0.00 (0.00 PLN),,,,,,, -,,Closing balance,$0.00 (0.00 PLN),,,,,,, -,,Maximum balance,"$7,607.70 (27,254.49 PLN)",,,,,,, -,,Average balance full period,$4.63 (16.69 PLN),,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Personal Account (CZK),,,,,,,,,, -,,,,,,,,,, -Current account details,,,,,,,,,, -Account Number (IBAN),LT283250039652390,Opening date,"May 9, 2025",,,,,,, -Holding modalities,Individual,Closing date,,,,,,,, -Purpose of account,Personal,Days owned (in selected period),116,,,,,,, -Nature of account,Current,,,,,,,,, -,,,,,,,,,, -Financial institution information,,,,,,,,,, -Financial institution name,Revolut Bank UAB,Registration number,LT1000106713,,,,,,, -Address & country,"Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,, -,,,,,,,,,, -Deposit value,,,,,,,,,, -Average balance Q1 2026,0.00 CZK (0.00 PLN),Opening balance,0.00 CZK (0.00 PLN),,,,,,, -,,Closing balance,0.00 CZK (0.00 PLN),,,,,,, -,,Maximum balance,0.00 CZK (0.00 PLN),,,,,,, -,,Average balance full period,0.00 CZK (0.00 PLN),,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Personal Account (DKK),,,,,,,,,, -,,,,,,,,,, -Current account details,,,,,,,,,, -Account Number (IBAN),LT28039623550890,Opening date,"May 30, 2024",,,,,,, -Holding modalities,Individual,Closing date,,,,,,,, -Purpose of account,Personal,Days owned (in selected period),116,,,,,,, -Nature of account,Current,,,,,,,,, -,,,,,,,,,, -Financial institution information,,,,,,,,,, -Financial institution name,Revolut Bank UAB,Registration number,LT100706713,,,,,,, -Address & country,"Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,, -,,,,,,,,,, -Deposit value,,,,,,,,,, -Average balance Q1 2026,0.00 DKK (0.00 PLN),Opening balance,0.00 DKK (0.00 PLN),,,,,,, -,,Closing balance,0.00 DKK (0.00 PLN),,,,,,, -,,Maximum balance,0.00 DKK (0.00 PLN),,,,,,, -,,Average balance full period,0.00 DKK (0.00 PLN),,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Personal Account (THB),,,,,,,,,, -,,,,,,,,,, -Current account details,,,,,,,,, -Account Number (IBAN),LT283250002550890,Opening date,"Nov 25, 2025",,,,,,, -Holding modalities,Individual,Closing date,,,,,,,, -Purpose of account,Personal,Days owned (in selected period),116,,,,,,, -Nature of account,Current,,,,,,,,, -,,,,,,,,,, -Financial institution information,,,,,,,,,, -Financial institution name,Revolut Bank UAB,Registration number,LT1000116713,,,,,,, -Address & country,"Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,, -,,,,,,,,,, -Deposit value,,,,,,,,,, -Average balance Q1 2026,0.00 THB (0.00 PLN),Opening balance,"1,576.44 THB (180.92 PLN)",,,,,,, -,,Closing balance,0.00 THB (0.00 PLN),,,,,,, -,,Maximum balance,"1,576.44 THB (180.92 PLN)",,,,,,, -,,Average balance full period,0.00 THB (0.00 PLN),,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Personal Account (GBP),,,,,,,,,, -,,,,,,,,,, -Current account details,,,,,,,,,, -Account Number (LT IBAN),LT2832500396045890,Opening date,"Apr 10, 2024",,,,,,, -Account Number GB,61113492,Closing date,,,,,,,, -Holding modalities,Individual,Days owned (in selected period),116,,,,,,, -Purpose of account,Personal,,,,,,,,, -Nature of account,Current,,,,,,,,, -,,,,,,,,,, -Financial institution information,,,,,,,,,, -Financial institution name,Revolut Bank UAB,Registration number,LT1000706713,,,,,,, -Address & country,"Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,, -,,,,,,,,,, -Deposit value,,,,,,,,,, -Average balance Q1 2026,£0.00 (0.00 PLN),Opening balance,£0.00 (0.00 PLN),,,,,,, -,,Closing balance,£0.00 (0.00 PLN),,,,,,, -,,Maximum balance,£0.00 (0.00 PLN),,,,,,, -,,Average balance full period,£0.00 (0.00 PLN),,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Personal Account (EUR),,,,,,,,,, -,,,,,,,,,, -Current account details,,,,,,,,,, -Account Number (IBAN),LT283250602550890,Opening date,"Jun 6, 2023",,,,,,, -Holding modalities,Individual,Closing date,,,,,,,, -Purpose of account,Personal,Days owned (in selected period),116,,,,,,, -Nature of account,Current,,,,,,,,, -,,,,,,,,,, -Financial institution information,,,,,,,,,, -Financial institution name,Revolut Bank UAB,Registration number,LT1000706713,,,,,,, -Address & country,"Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,, -,,,,,,,,,, -Deposit value,,,,,,,,,, -Average balance Q1 2026,€12.33 (52.17 PLN),Opening balance,€0.00 (0.00 PLN),,,,,,, -,,Closing balance,€0.00 (0.00 PLN),,,,,,, -,,Maximum balance,"€6,068.64 (25,680.21 PLN)",,,,,,, -,,Average balance full period,€9.57 (40.48 PLN),,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Kids & Teen (PLN),,,,,,,,,, -,,,,,,,,,, -Current account details,,,,,,,,,, -Account Number,N/A,Opening date,"May 17, 2024",,,,,,, -Holding modalities,Individual,Closing date,,,,,,,, -Purpose of account,Personal,Days owned (in selected period),116,,,,,,, -Nature of account,Current,,,,,,,,, -,,,,,,,,,, -Financial institution information,,,,,,,,,, -Financial institution name,Revolut Bank UAB,Registration number,LT1000106713,,,,,,, -Address & country,"Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,, -,,,,,,,,,, -Deposit value,,,,,,,,,, -Average balance Q1 2026,74.53 PLN,Opening balance,0.00 PLN,,,,,,, -,,Closing balance,45.72 PLN,,,,,,, -,,Maximum balance,686.72 PLN,,,,,,, -,,Average balance full period,92.48 PLN,,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Kids & Teen (PLN),,,,,,,,,, -,,,,,,,,,, -Current account details,,,,,,,,,, -Account Number,N/A,Opening date,"May 17, 2024",,,,,,, -Holding modalities,Individual,Closing date,,,,,,,, -Purpose of account,Personal,Days owned (in selected period),116,,,,,,, -Nature of account,Current,,,,,,,,, -,,,,,,,,,, -Financial institution information,,,,,,,,,, -Financial institution name,Revolut Bank UAB,Registration number,LT100006713,,,,,,, -Address & country,"Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,, -,,,,,,,,,, -Deposit value,,,,,,,,,, -Average balance Q1 2026,59.32 PLN,Opening balance,136.25 PLN,,,,,,, -,,Closing balance,16.79 PLN,,,,,,, -,,Maximum balance,208.90 PLN,,,,,,, -,,Average balance full period,58.66 PLN,,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Bilety (PLN),,,,,,,,,, -,,,,,,,,,, -Current account details,,,,,,,,,, -Account Number,N/A,Opening date,"Mar 26, 2026",,,,,,, -Holding modalities,Individual,Closing date,,,,,,,, -Purpose of account,Personal,Days owned (in selected period),32,,,,,,, -Nature of account,Current,,,,,,,,, -,,,,,,,,,, -Financial institution information,,,,,,,,,, -Financial institution name,Revolut Bank UAB,Registration number,LT1000106713,,,,,,, -Address & country,"Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,, -,,,,,,,,,, -Deposit value,,,,,,,,,, -Average balance Q1 2026,5.67 PLN,Opening balance,0.00 PLN,,,,,,, -,,Closing balance,0.00 PLN,,,,,,, -,,Maximum balance,160.00 PLN,,,,,,, -,,Average balance full period,10.78 PLN,,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Sinscerely youres (PLN),,,,,,,,,, -,,,,,,,,,, -Current account details,,,,,,,,,, -Account Number,N/A,Opening date,"Jan 30, 2026",,,,,,, -Holding modalities,Individual,Closing date,,,,,,,, -Purpose of account,Personal,Days owned (in selected period),87,,,,,,, -Nature of account,Current,,,,,,,,, -,,,,,,,,,, -Financial institution information,,,,,,,,,, -Financial institution name,Revolut Bank UAB,Registration number,LT1000106713,,,,,,, -Address & country,"Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,, -,,,,,,,,,, -Deposit value,,,,,,,,,, -Average balance Q1 2026,0.44 PLN,Opening balance,0.00 PLN,,,,,,, -,,Closing balance,0.00 PLN,,,,,,, -,,Maximum balance,150.00 PLN,,,,,,, -,,Average balance full period,0.34 PLN,,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Na miesiąc na żarełko (PLN),,,,,,,,,, -,,,,,,,,,, -Current account details,,,,,,,,,, -Account Number,N/A,Opening date,"Nov 11, 2025",,,,,,, -Holding modalities,Individual,Closing date,,,,,,,, -Purpose of account,Personal,Days owned (in selected period),116,,,,,,, -Nature of account,Current,,,,,,,,, -,,,,,,,,,, -Financial institution information,,,,,,,,,, -Financial institution name,Revolut Bank UAB,Registration number,LT100011706713,,,,,,, -Address & country,"Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,, -,,,,,,,,,, -Deposit value,,,,,,,,,, -Average balance Q1 2026,0.00 PLN,Opening balance,0.00 PLN,,,,,,, -,,Closing balance,0.00 PLN,,,,,,, -,,Maximum balance,0.00 PLN,,,,,,, -,,Average balance full period,0.00 PLN,,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Oszczędności (PLN),,,,,,,,,, -,,,,,,,,,, -Current account details,,,,,,,,,, -Account Number,N/A,Opening date,"Nov 11, 2025",,,,,,, -Holding modalities,Individual,Closing date,,,,,,,, -Purpose of account,Personal,Days owned (in selected period),116,,,,,,, -Nature of account,Current,,,,,,,,, -,,,,,,,,,, -Financial institution information,,,,,,,,,, -Financial institution name,Revolut Bank UAB,Registration number,LT100011706713,,,,,,, -Address & country,"Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,, -,,,,,,,,,, -Deposit value,,,,,,,,,, -Average balance Q1 2026,0.89 PLN,Opening balance,0.00 PLN,,,,,,, -,,Closing balance,0.00 PLN,,,,,,, -,,Maximum balance,40.00 PLN,,,,,,, -,,Average balance full period,0.69 PLN,,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Potrzeby (PLN),,,,,,,,,, -,,,,,,,,,, -Current account details,,,,,,,,,, -Account Number,N/A,Opening date,"Nov 11, 2025",,,,,,, -Holding modalities,Individual,Closing date,,,,,,,, -Purpose of account,Personal,Days owned (in selected period),116,,,,,,, -Nature of account,Current,,,,,,,,, -,,,,,,,,,, -Financial institution information,,,,,,,,,, -Financial institution name,Revolut Bank UAB,Registration number,LT100011706713,,,,,,, -Address & country,"Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,, -,,,,,,,,,, -Deposit value,,,,,,,,,, -Average balance Q1 2026,0.00 PLN,Opening balance,0.00 PLN,,,,,,, -,,Closing balance,0.00 PLN,,,,,,, -,,Maximum balance,0.00 PLN,,,,,,, -,,Average balance full period,0.00 PLN,,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Tajlandia (PLN),,,,,,,,,, -,,,,,,,,,, -Current account details,,,,,,,,,, -Account Number,N/A,Opening date,"Nov 11, 2025",,,,,,, -Holding modalities,Individual,Closing date,"Jan 26, 2026",,,,,,, -Purpose of account,Personal,Days owned (in selected period),26,,,,,,, -Nature of account,Current,,,,,,,,, -,,,,,,,,,, -Financial institution information,,,,,,,,,, -Financial institution name,Revolut Bank UAB,Registration number,LT100011706713,,,,,,, -Address & country,"Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,, -,,,,,,,,,, -Deposit value,,,,,,,,,, -Average balance Q1 2026,0.00 PLN,Opening balance,0.00 PLN,,,,,,, -,,Closing balance,0.00 PLN,,,,,,, -,,Maximum balance,0.00 PLN,,,,,,, -,,Average balance full period,0.00 PLN,,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Zakupy (PLN),,,,,,,,,, -,,,,,,,,,, -Current account details,,,,,,,,,, -Account Number,N/A,Opening date,"Aug 7, 2024",,,,,,, -Holding modalities,Individual,Closing date,,,,,,,, -Purpose of account,Personal,Days owned (in selected period),116,,,,,,, -Nature of account,Current,,,,,,,,, -,,,,,,,,,, -Financial institution information,,,,,,,,,, -Financial institution name,Revolut Bank UAB,Registration number,LT100011706713,,,,,,, -Address & country,"Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,, -,,,,,,,,,, -Deposit value,,,,,,,,,, -Average balance Q1 2026,0.35 PLN,Opening balance,0.00 PLN,,,,,,, -,,Closing balance,0.12 PLN,,,,,,, -,,Maximum balance,6.12 PLN,,,,,,, -,,Average balance full period,0.30 PLN,,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Zakupy shien spodnie (PLN),,,,,,,,,, -,,,,,,,,,, -Current account details,,,,,,,,,, -Account Number,N/A,Opening date,"Jun 4, 2024",,,,,,, -Holding modalities,Individual,Closing date,"Mar 26, 2026",,,,,,, -Purpose of account,Personal,Days owned (in selected period),85,,,,,,, -Nature of account,Current,,,,,,,,, -,,,,,,,,,, -Financial institution information,,,,,,,,,, -Financial institution name,Revolut Bank UAB,Registration number,LT100011706713,,,,,,, -Address & country,"Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,, -,,,,,,,,,, -Deposit value,,,,,,,,,, -Average balance Q1 2026,0.00 PLN,Opening balance,0.00 PLN,,,,,,, -,,Closing balance,0.00 PLN,,,,,,, -,,Maximum balance,0.00 PLN,,,,,,, -,,Average balance full period,0.00 PLN,,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Urodziny (PLN),,,,,,,,,, -,,,,,,,,,, -Current account details,,,,,,,,,, -Account Number,N/A,Opening date,"May 19, 2024",,,,,,, -Holding modalities,Individual,Closing date,"Mar 26, 2026",,,,,,, -Purpose of account,Personal,Days owned (in selected period),85,,,,,,, -Nature of account,Current,,,,,,,,, -,,,,,,,,,, -Financial institution information,,,,,,,,,, -Financial institution name,Revolut Bank UAB,Registration number,LT100011706713,,,,,,, -Address & country,"Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,, -,,,,,,,,,, -Deposit value,,,,,,,,,, -Average balance Q1 2026,6.93 PLN,Opening balance,35.46 PLN,,,,,,, -,,Closing balance,0.00 PLN,,,,,,, -,,Maximum balance,38.08 PLN,,,,,,, -,,Average balance full period,5.37 PLN,,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Savings Accounts Summaries,,,,,,,,,, -,,,,,,,,,, -Aion (EUR),,,,,,,,,, -,,,,,,,,,, -Interest and Tax Summary,,,,,,,,,, -Gross rate,1.50% p.a.,Taxes withheld,€0.00 (0.00 PLN),,,,,,, -Interest rate (net of Lithuanian tax),1.50%,,,,,,,,, -Gross income,€0.79 (3.37 PLN),,,,,,,,, -Net income,€0.79 (3.37 PLN),,,,,,,,, -,,,,,,,,,, -Savings account details,,,,,,,,,, -Account number (IBAN),LT283250039602550890,Opening date,"Aug 21, 2023",,,,,,, -Holding modalities,Individual,Closing date,,,,,,,, -Purpose of account,Personal,Days owned (in selected period),116,,,,,,, -Nature of account,Savings,,,,,,,,, -,,,,,,,,,, -Deposit value,,,,,,,,,, -Average balance Q1 2026,€229.82 (987.51 PLN),Opening balance,€0.00 (0.00 PLN),,,,,,, -,,Closing balance,€0.00 (0.00 PLN),,,,,,, -,,Maximum balance,"€5,669.23 (23,953.56 PLN)",,,,,,, -,,Average balance full period,€178.31 (760.00 PLN),,,,,,, -,,,,,,,,,, -Financial institution information,,,,,,,,,, -Financial institution name,Aion Bank SA/NV,Registration number,BE0403.199.306,,,,,,, -Address & country,"Sq. Victoria Régina 1, 1210 Saint-Josse-ten-Noode, Belgium",,,,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Aion (PLN),,,,,,,,,, -,,,,,,,,,, -Interest and Tax Summary,,,,,,,,,, -Gross rate,3.25%-4.00% p.a.,Taxes withheld,0.00 PLN,,,,,,, -Interest rate (net of Lithuanian tax),3.25%,,,,,,,,, -Gross income,454.43 PLN,,,,,,,,, -Net income,454.43 PLN,,,,,,,,, -,,,,,,,,,, -Savings account details,,,,,,,,,, -Account number (IBAN),LT283250039602550890,Opening date,"Jun 30, 2023",,,,,,, -Holding modalities,Individual,Closing date,,,,,,,, -Purpose of account,Personal,Days owned (in selected period),116,,,,,,, -Nature of account,Savings,,,,,,,,, -,,,,,,,,,, -Deposit value,,,,,,,,,, -Average balance Q1 2026,"46,667.29 PLN",Opening balance,"56,475.83 PLN",,,,,,, -,,Closing balance,"23,690.75 PLN",,,,,,, -,,Maximum balance,"56,485.25 PLN",,,,,,, -,,Average balance full period,"28,764.85 PLN",,,,,,, -,,,,,,,,,, -Financial institution information,,,,,,,,,, -Financial institution name,Aion Bank SA/NV,Registration number,BE0403.199.306,,,,,,, -Address & country,"Sq. Victoria Régina 1, 1210 Saint-Josse-ten-Noode, Belgium",,,,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Investment Services Summaries,,,,,,,,,, -,,,,,,,,,, -Brokerage account details,,,,,,,,,, -,,,,,,,,,, -Dividends received,,,,,,,,,, -Dividends,"8,211.77 PLN",Tax withheld on dividend,"1,350.72 PLN",,,,,,, -Net dividend income,"6,860.95 PLN",,,,,,,,, -,,,,,,,,,, -Income from sale,,,,,,,,,, -Gross proceeds,"54,612.68 PLN",Tax withheld on sales,0.00 PLN,,,,,,, -Cost basis,"99,046.36 PLN",Tax withheld on purchase,0.00 PLN,,,,,,, -Fees and other charges,6.86 PLN,Net PnL,"-44,440.54 PLN",,,,,,, -,,,,,,,,,, -Brokerage account details,,,,,,,,,, -Account Number,28205233,Opening date,"Sep 9, 2023",,,,,,, -Holding modalities,Holder,Closing date,,,,,,,, -Purpose of account,Personal,Days owned (selected in period),116,,,,,,, -Nature of account,Portfolio,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -Average balance Q1,"505,670.65 PLN ($139,682.74)",Average balance Q2,-,,,,,,, -Average balance Q3,-,Average balance Q4,-,,,,,,, -Average balance H1,-,Average balance H2,-,,,,,,, -Opening balance,"446,152.45 PLN ($124,194.94)",Closing balance,"580,008.15 PLN ($160,066.23)",,,,,,, -Maximum balance,"584,086.43 PLN ($162,335.49)",Average balance full year,"519,931.47 PLN ($143,449.65)",,,,,,, -Total cash top ups,"103,394.96 PLN ($28,487.91)",Total cash withdrawals,"35,105.49 PLN ($9,681.48)",,,,,,, -,,,,,,,,,, -Financial institution information,,,,,,,,,, -Financial institution name,Revolut Securities Europe UAB,Registration number,305799582,,,,,,, -Address & country,"Konstitucijos ave. 21B, LT-08130, Vilnius, Lithuania",,,,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Current Accounts Transaction Statements,,,,,,,,,, -,,,,,,,,,, -Personal Account (PLN),,,,,,,,,, -,,,,,,,,,, -Transaction statement,,,,,,,,,, -Date,Description,Category,Money in/out,Balance,Tax withheld,Other taxes,Fees,,, -"Jan 1, 2026",Exchanged to PLN,Exchange,3.22 PLN,3.22 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 1, 2026",Withdrawing savings,Others,20.00 PLN,23.22 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 1, 2026",Withdrawing savings,Others,30.00 PLN,53.22 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 1, 2026",Depositing savings,Others,-53.22 PLN,0.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 1, 2026",Withdrawing savings,Others,1.00 PLN,1.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 1, 2026",www.jestemzgdanska.pl,Merchant,-1.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 1, 2026",Withdrawing savings,Others,44.00 PLN,44.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 1, 2026",Depositing savings,Others,-19.24 PLN,24.76 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 1, 2026",Withdrawing savings,Others,38.00 PLN,62.76 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 1, 2026",Depositing savings,Others,-33.40 PLN,29.36 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 2, 2026",Withdrawing savings,Others,45.00 PLN,74.36 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 2, 2026",www.koleo.pl,Merchant,-42.20 PLN,32.16 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 2, 2026",Withdrawing savings,Others,167.00 PLN,199.16 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 2, 2026",Withdrawing savings,Others,5.00 PLN,204.16 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 2, 2026",Withdrawing savings,Others,2.19 PLN,206.35 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 2, 2026",Withdrawing savings,Others,150.00 PLN,356.35 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 2, 2026",Depositing savings,Others,-150.01 PLN,206.34 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 2, 2026",Withdrawing savings,Others,43.00 PLN,249.34 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 2, 2026",goingapp.pl,Merchant,-43.00 PLN,206.34 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 2, 2026",Withdrawing savings,Others,26.52 PLN,232.86 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 2, 2026",Withdrawing savings,Others,0.07 PLN,232.93 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 2, 2026",www.koleo.pl,Merchant,-26.59 PLN,206.34 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 2, 2026",Żabka,Merchant,-24.76 PLN,181.58 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 2, 2026",Żabka,Merchant,-4.60 PLN,176.98 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 2, 2026",Withdrawing savings,Others,28.00 PLN,204.98 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 3, 2026",Sklep Merkus,Merchant,-10.28 PLN,194.70 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 3, 2026",Decathlon,Merchant,-176.98 PLN,17.72 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 4, 2026",Depositing savings,Others,-17.72 PLN,0.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 4, 2026",Withdrawing savings,Others,80.00 PLN,80.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Personal Account (USD),,,,,,,,,, -,,,,,,,,,, -Transaction statement,,,,,,,,,, -Date,Description,Category,Money in/out,Balance,Tax withheld,Other taxes,Fees,,, -"Jan 7, 2026",Top Up,Top up,$95.79 (345.44 PLN),$95.79 (345.44 PLN),$0.00 (0.00 PLN),$0.00 (0.00 PLN),$0.00 (0.00 PLN),,, -"Jan 7, 2026",Exchanged to PLN,Exchange,-$70.79 (-255.29 PLN),$25.00 (90.17 PLN),$0.00 (0.00 PLN),$0.00 (0.00 PLN),$0.00 (0.00 PLN),,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Personal Account (CZK),,,,,,,,,, -,,,,,,,,,, -Transaction statement,,,,,,,,,, -Date,Description,Category,Money in/out,Balance,Tax withheld,Other taxes,Fees,,, -Total,,,0.00 CZK (0.00 PLN),,0.00 CZK (0.00 PLN),0.00 CZK (0.00 PLN),0.00 CZK (0.00 PLN),,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Personal Account (DKK),,,,,,,,,, -,,,,,,,,,, -Transaction statement,,,,,,,,,, -Date,Description,Category,Money in/out,Balance,Tax withheld,Other taxes,Fees,,, -Total,,,0.00 DKK (0.00 PLN),,0.00 DKK (0.00 PLN),0.00 DKK (0.00 PLN),0.00 DKK (0.00 PLN),,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Personal Account (THB),,,,,,,,,, -,,,,,,,,,, -Transaction statement,,,,,,,,,, -Date,Description,Category,Money in/out,Balance,Tax withheld,Other taxes,Fees,,, -"Jan 1, 2026",Exchanged to PLN,Exchange,-28.44 THB (-3.26 PLN),"1,548.00 THB (177.66 PLN)",0.00 THB (0.00 PLN),0.00 THB (0.00 PLN),0.00 THB (0.00 PLN),,, -"Jan 1, 2026",McDonald's,Merchant,"-1,548.00 THB (-177.65 PLN)",0.00 THB (0.00 PLN),0.00 THB (0.00 PLN),0.00 THB (0.00 PLN),0.00 THB (0.00 PLN),,, -Total,,,"-1,576.44 THB (-180.91 PLN)",,0.00 THB (0.00 PLN),0.00 THB (0.00 PLN),0.00 THB (0.00 PLN),,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Personal Account (GBP),,,,,,,,,, -,,,,,,,,,, -Transaction statement,,,,,,,,,, -Date,Description,Category,Money in/out,Balance,Tax withheld,Other taxes,Fees,,, -Total,,,£0.00 (0.00 PLN),,£0.00 (0.00 PLN),£0.00 (0.00 PLN),£0.00 (0.00 PLN),,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Personal Account (EUR),,,,,,,,,, -,,,,,,,,,, -Transaction statement,,,,,,,,,, -Date,Description,Category,Money in/out,Balance,Tax withheld,Other taxes,Fees,,, -"Jan 14, 2026",Exchanged to EUR,Exchange,"€2,000.00 (8,441.72 PLN)","€2,000.00 (8,441.72 PLN)",€0.00 (0.00 PLN),€0.00 (0.00 PLN),€0.00 (0.00 PLN),,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -Bilety (PLN),,,,,,,,,, -,,,,,,,,,, -Transaction statement,,,,,,,,,, -Date,Description,Category,Money in/out,Balance,Tax withheld,Other taxes,Fees,,, -"Mar 26, 2026",To pocket PLN Bilety from PLN,Others,10.00 PLN,10.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Mar 27, 2026",To pocket PLN Bilety from PLN,Others,50.00 PLN,60.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Mar 27, 2026",To pocket PLN Bilety from PLN,Others,100.00 PLN,160.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Mar 27, 2026",Pocket Withdrawal,Others,-50.00 PLN,110.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Mar 29, 2026",Pocket Withdrawal,Others,-10.00 PLN,100.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Mar 31, 2026",Pocket Withdrawal,Others,-20.00 PLN,80.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Apr 6, 2026",Pocket Withdrawal,Others,-10.00 PLN,70.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Apr 6, 2026",Pocket Withdrawal,Others,-2.00 PLN,68.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Apr 11, 2026",Pocket Withdrawal,Others,-68.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -Total,,,0.00 PLN,,0.00 PLN,0.00 PLN,0.00 PLN,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Sinscerely youres (PLN),,,,,,,,,, -,,,,,,,,,, -Transaction statement,,,,,,,,,, -Date,Description,Category,Money in/out,Balance,Tax withheld,Other taxes,Fees,,, -"Jan 30, 2026",To pocket PLN Sinscerely youres from PLN,Others,40.00 PLN,40.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 30, 2026",Pocket Withdrawal,Others,-40.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 30, 2026",To pocket PLN Sinscerely youres from PLN,Others,40.00 PLN,40.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 31, 2026",To pocket PLN Sinscerely youres from PLN,Others,110.00 PLN,150.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 31, 2026",Pocket Withdrawal,Others,-150.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Feb 4, 2026",To pocket PLN Sinscerely youres from PLN,Others,41.00 PLN,41.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Feb 4, 2026",Pocket Withdrawal,Others,-41.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -Total,,,0.00 PLN,,0.00 PLN,0.00 PLN,0.00 PLN,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Na miesiąc na żarełko (PLN),,,,,,,,,, -,,,,,,,,,, -Transaction statement,,,,,,,,,, -Date,Description,Category,Money in/out,Balance,Tax withheld,Other taxes,Fees,,, -Total,,,0.00 PLN,,0.00 PLN,0.00 PLN,0.00 PLN,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Oszczędności (PLN),,,,,,,,,, -,,,,,,,,,, -Transaction statement,,,,,,,,,, -Date,Description,Category,Money in/out,Balance,Tax withheld,Other taxes,Fees,,, -"Jan 26, 2026",To pocket PLN Oszczędności from PLN,Others,20.00 PLN,20.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 30, 2026",To pocket PLN Oszczędności from PLN,Others,20.00 PLN,40.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 30, 2026",Pocket Withdrawal,Others,-40.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -Total,,,0.00 PLN,,0.00 PLN,0.00 PLN,0.00 PLN,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Potrzeby (PLN),,,,,,,,,, -,,,,,,,,,, -Transaction statement,,,,,,,,,, -Date,Description,Category,Money in/out,Balance,Tax withheld,Other taxes,Fees,,, -Total,,,0.00 PLN,,0.00 PLN,0.00 PLN,0.00 PLN,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Tajlandia (PLN),,,,,,,,,, -,,,,,,,,,, -Transaction statement,,,,,,,,,, -Date,Description,Category,Money in/out,Balance,Tax withheld,Other taxes,Fees,,, -Total,,,0.00 PLN,,0.00 PLN,0.00 PLN,0.00 PLN,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Zakupy (PLN),,,,,,,,,, -,,,,,,,,,, -Transaction statement,,,,,,,,,, -Date,Description,Category,Money in/out,Balance,Tax withheld,Other taxes,Fees,,, -"Jan 26, 2026",To pocket PLN Zakupy from PLN,Others,6.12 PLN,6.12 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 30, 2026",Pocket Withdrawal,Others,-6.00 PLN,0.12 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -Total,,,0.12 PLN,,0.00 PLN,0.00 PLN,0.00 PLN,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Zakupy shien spodnie (PLN),,,,,,,,,, -,,,,,,,,,, -Transaction statement,,,,,,,,,, -Date,Description,Category,Money in/out,Balance,Tax withheld,Other taxes,Fees,,, -Total,,,0.00 PLN,,0.00 PLN,0.00 PLN,0.00 PLN,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Urodziny (PLN),,,,,,,,,, -,,,,,,,,,, -Transaction statement,,,,,,,,,, -Date,Description,Category,Money in/out,Balance,Tax withheld,Other taxes,Fees,,, -"Jan 2, 2026",To pocket PLN Urodziny from PLN,Others,1.51 PLN,36.97 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 2, 2026",Pocket Withdrawal,Others,-36.00 PLN,0.97 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 2, 2026",To pocket PLN Urodziny from PLN,Others,0.50 PLN,1.47 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 5, 2026",To pocket PLN Urodziny from PLN,Others,15.00 PLN,16.47 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 5, 2026",To pocket PLN Urodziny from PLN,Others,2.75 PLN,19.22 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 5, 2026",Pocket Withdrawal,Others,-19.00 PLN,0.22 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 5, 2026",To pocket PLN Urodziny from PLN,Others,1.00 PLN,1.22 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 6, 2026",To pocket PLN Urodziny from PLN,Others,3.32 PLN,4.54 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 8, 2026",To pocket PLN Urodziny from PLN,Others,1.51 PLN,6.05 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 9, 2026",To pocket PLN Urodziny from PLN,Others,1.01 PLN,7.06 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 12, 2026",To pocket PLN Urodziny from PLN,Others,15.00 PLN,22.06 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 13, 2026",To pocket PLN Urodziny from PLN,Others,1.02 PLN,23.08 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -"Jan 19, 2026",To pocket PLN Urodziny from PLN,Others,15.00 PLN,38.08 PLN,0.00 PLN,0.00 PLN,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,0.00 PLN,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Savings Accounts Transaction Statements,,,,,,,,,, -,,,,,,,,,, -Aion (EUR),,,,,,,,,, -,,,,,,,,,, -Transaction statement (only interest receipt),,,,,,,,,, -Date,Description,Gross rate,Gross interest,Taxes withheld,Other taxes,Fees,Net interest,,, -1/27/26,Gross Interest,1.5%,€0.01 (0.05 PLN),€0.00 (0.00 PLN),€0.00 (0.00 PLN),€0.00 (0.00 PLN),€0.01 (0.05 PLN),,, -1/30/26,Gross Interest,1.5%,€0.01 (0.05 PLN),€0.00 (0.00 PLN),€0.00 (0.00 PLN),€0.00 (0.00 PLN),€0.01 (0.05 PLN),,, -2/3/26,Gross Interest,1.5%,€0.01 (0.05 PLN),€0.00 (0.00 PLN),€0.00 (0.00 PLN),€0.00 (0.00 PLN),€0.01 (0.05 PLN),,, -2/6/26,Gross Interest,1.5%,€0.01 (0.05 PLN),€0.00 (0.00 PLN),€0.00 (0.00 PLN),€0.00 (0.00 PLN),€0.01 (0.05 PLN),,, -2/9/26,Gross Interest,1.5%,€0.01 (0.05 PLN),€0.00 (0.00 PLN),€0.00 (0.00 PLN),€0.00 (0.00 PLN),€0.01 (0.05 PLN),,, -2/13/26,Gross Interest,1.5%,€0.01 (0.05 PLN),€0.00 (0.00 PLN),€0.00 (0.00 PLN),€0.00 (0.00 PLN),€0.01 (0.05 PLN),,, -2/16/26,Gross Interest,1.5%,€0.01 (0.05 PLN),€0.00 (0.00 PLN),€0.00 (0.00 PLN),€0.00 (0.00 PLN),€0.01 (0.05 PLN),,, -2/19/26,Gross Interest,1.5%,€0.01 (0.05 PLN),€0.00 (0.00 PLN),€0.00 (0.00 PLN),€0.00 (0.00 PLN),€0.01 (0.05 PLN),,, -2/23/26,Gross Interest,1.5%,€0.01 (0.05 PLN),€0.00 (0.00 PLN),€0.00 (0.00 PLN),€0.00 (0.00 PLN),€0.01 (0.05 PLN),,, -2/25/26,Gross Interest,1.5%,€0.23 (0.98 PLN),€0.00 (0.00 PLN),€0.00 (0.00 PLN),€0.00 (0.00 PLN),€0.23 (0.98 PLN),,, -2/26/26,Gross Interest,1.5%,€0.24 (1.02 PLN),€0.00 (0.00 PLN),€0.00 (0.00 PLN),€0.00 (0.00 PLN),€0.24 (1.02 PLN),,, -2/27/26,Gross Interest,1.5%,€0.23 (0.98 PLN),€0.00 (0.00 PLN),€0.00 (0.00 PLN),€0.00 (0.00 PLN),€0.23 (0.98 PLN),,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -Aion (PLN),,,,,,,,,, -,,,,,,,,,, -Transaction statement (only interest receipt),,,,,,,,,, -Date,Description,Gross rate,Gross interest,Taxes withheld,Other taxes,Fees,Net interest,,, -1/1/26,Gross Interest,4%,1.81 PLN,0.00 PLN,0.00 PLN,0.00 PLN,1.81 PLN,,, -1/1/26,Gross Interest,4%,4.39 PLN,0.00 PLN,0.00 PLN,0.00 PLN,4.39 PLN,,, -1/2/26,Gross Interest,4%,1.81 PLN,0.00 PLN,0.00 PLN,0.00 PLN,1.81 PLN,,, -1/2/26,Gross Interest,4%,4.40 PLN,0.00 PLN,0.00 PLN,0.00 PLN,4.40 PLN,,, -1/3/26,Gross Interest,4%,1.79 PLN,0.00 PLN,0.00 PLN,0.00 PLN,1.79 PLN,,, ----------,,,,,,,,,, -,,,,,,,,,, -Investment Services Transaction Statements,,,,,,,,,, -,,,,,,,,,, -Transaction statement (only dividend receipt),,,,,,,,,, -Date,Description & symbol,ISIN,Country,Gross dividend / income,Taxes withheld,Other taxes,Fees,Net dividend / income,, -"Jan 6, 2026",Best Buy dividend,US0865161014,US,$112.69 (405.87 PLN),$16.90 (60.86 PLN),$0.00 (0.00 PLN),0.00 PLN (0.00 PLN),$95.79 (345.00 PLN),, -"Jan 7, 2026",Canadian Natural Resources dividend,CA1363851017,CA,$27.32 (98.47 PLN),$6.83 (24.61 PLN),$0.00 (0.00 PLN),0.00 PLN (0.00 PLN),$20.49 (73.85 PLN),, -"Jan 9, 2026",Dentsply dividend,US24906P1093,US,$25.50 (92.42 PLN),$3.82 (13.84 PLN),$0.00 (0.00 PLN),0.00 PLN (0.00 PLN),$21.68 (78.57 PLN),, -"Jan 9, 2026",Ambev dividend,US02319V1035,US,$68.89 (249.68 PLN),$0.00 ($0.00),$0.00 (0.00 PLN),0.00 PLN (0.00 PLN),$68.89 (249.68 PLN),, -"Apr 23, 2026",Ahold Delhaize N.V. dividend,NL0011794037,NL,€130.75 (554.74 PLN),€19.61 (83.20 PLN),€0.00 (0.00 PLN),0.00 PLN (0.00 PLN),€111.14 (471.54 PLN),, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -Units which have been sold,,,,,,,,,, -"Date (of Sale, of Purchase)","Description, symbol and ISIN",Country,Age of units,Units sold,"Unit price (on Sale date, on Purchase date)","Value (of Sale, of Purchase)",Capital gains,Taxes withheld,Other taxes,Fees -"Jan 16, 2026, May 14, 2024",ConAgra Foods CAG (US2058871029),US,612 days,644.71405544,"+US$17, -US$31.02 (+61.91 PLN, -122.44 PLN)","+US$10,961.04, -US$20,000 (+39,914.26 PLN, -78,935.63 PLN)","-US$9,038.96 (-39,021.37 PLN)",US$0 (0 PLN),US$0.13 (0.47 PLN),US$0 (0 PLN) -"Jan 16, 2026, Feb 26, 2025",ConAgra Foods CAG (US2058871029),US,324 days,19.34235976,"+US$17, -US$25.85 (+61.91 PLN, -102 PLN)","+US$328.85, -US$500 (+1,197.49 PLN, -1,972.96 PLN)",-US$171.15 (-775.47 PLN),US$0 (0 PLN),US$0 (0 PLN),US$0 (0 PLN) -"Jan 16, 2026, Apr 9, 2025",ConAgra Foods CAG (US2058871029),US,282 days,39.29720514,"+US$17, -US$24.99 (+61.91 PLN, -96.68 PLN)","+US$668.10, -US$981.99 (+2,432.86 PLN, -3,799.41 PLN)","-US$313.89 (-1,366.55 PLN)",US$0 (0 PLN),US$0.01 (0.03 PLN),US$0 (0 PLN) -"Mar 2, 2026, Feb 26, 2025",Dentsply XRAY (US24906P1093),US,369 days,159.37938363,"+US$14.42, -US$18.82 (+52.24 PLN, -74.27 PLN)","+US$2,298.25, -US$3,000 (+8,326.02 PLN, -11,837.81 PLN)","-US$701.75 (-3,511.79 PLN)",US$0 (0 PLN),US$0.03 (0.10 PLN),US$0 (0 PLN) -"Mar 4, 2026, Feb 24, 2026",IBM IBM (US4592001014),US,8 days,2.98737859,"+US$250.26, -US$233.73 (+917.88 PLN, -837.04 PLN)","+US$747.61, -US$698.24 (+2,742.05 PLN, -2,500.55 PLN)",US$49.37 (241.50 PLN),US$0 (0 PLN),US$0.01 (0.03 PLN),US$1.74 (6.23 PLN) -,,,,,,,,,, -Other brokerage account transactions,,,,,,,,,, -Date,Description & symbol,ISIN,Quantity,Country,Gross value,Taxes withheld,Other taxes,Fees,Net value, -"Jan 20, 2026",AHOG,NL0011794037,179.11769991,Netherlands,"€5,980.74 (25,266.56 PLN)",€0 (0 PLN),€0 (0 PLN),€0 (0 PLN),"€5,980.74 (25,266.56 PLN)", -"Jan 20, 2026",SNY,US80105N1054,44.02377283,United States,"US$2,000 (7,204.68 PLN)",US$0 (0 PLN),US$0 (0 PLN),US$0 (0 PLN),"US$2,000 (7,204.68 PLN)", -"Jan 20, 2026",NVS,US66987V1098,13.89583333,United States,"US$2,001 (7,208.29 PLN)",US$0 (0 PLN),US$0 (0 PLN),US$0 (0 PLN),"US$2,001 (7,208.29 PLN)", -"Jan 20, 2026",SPYI,IE00B3YLTY66,3.37522299,Ireland,"€851.40 (3,596.87 PLN)",€0 (0 PLN),€0 (0 PLN),€0 (0 PLN),"€851.40 (3,596.87 PLN)", -"Feb 26, 2026",VVD,FR0000124141,157.77144453,France,"€5,669.23 (23,942.45 PLN)",€0 (0 PLN),€0 (0 PLN),€22.59 (95.40 PLN),"€5,646.64 (23,847.05 PLN)", -"Apr 2, 2026",VZ,US92343V1044,0.12422235,United States,US$6.19 (22.93 PLN),US$0 (0 PLN),US$0 (0 PLN),US$0 (0 PLN),US$6.19 (22.93 PLN), -"Feb 18, 2026",GSL,MHY271836006,70.99871366,Marshall Islands,"US$2,760 (9,870.94 PLN)",US$0 (0 PLN),US$0 (0 PLN),US$0 (0 PLN),"US$2,759.72 (9,869.94 PLN)", -"Feb 18, 2026",LX,US5288771034,9.90666666,United States,US$29.72 (106.29 PLN),US$0 (0 PLN),US$0 (0 PLN),US$0 (0 PLN),US$29.72 (106.29 PLN), -"Feb 23, 2026",CNQ,CA1363851017,23.49142588,Canada,"US$1,000 (3,578.77 PLN)",US$0 (0 PLN),US$0 (0 PLN),US$0 (0 PLN),"US$1,000.03 (3,578.88 PLN)", -"Mar 4, 2026",O,US7561091049,50.20255668,United States,"US$3,306.99 (12,129.23 PLN)",US$0 (0 PLN),US$0 (0 PLN),US$0 (0 PLN),"US$3,298.81 (12,099.23 PLN)", -"Mar 26, 2026",GSL,MHY271836006,0.07643979,Marshall Islands,US$2.92 (10.82 PLN),US$0 (0 PLN),US$0 (0 PLN),US$0 (0 PLN),US$2.92 (10.82 PLN), -"Feb 24, 2026",IBM,US4592001014,2.98737859,United States,"US$699.98 (2,506.78 PLN)",US$0 (0 PLN),US$0 (0 PLN),US$0 (0 PLN),"US$698.24 (2,500.55 PLN)", -"Apr 14, 2026",BBY,GB0000961622,1.56989944,United Kingdom,US$96.80 (347.68 PLN),US$0 (0 PLN),US$0 (0 PLN),US$0 (0 PLN),US$96.80 (347.68 PLN), -"Mar 30, 2026",VVD,FR0000124141,72.25819544,France,"€2,323.69 (9,966.03 PLN)",€0 (0 PLN),€0 (0 PLN),€9.26 (39.71 PLN),"€2,314.43 (9,926.31 PLN)", -"Feb 18, 2026",SM,US78454L1008,12,United States,US$272.74 (975.43 PLN),US$0 (0 PLN),US$0 (0 PLN),US$0 (0 PLN),US$272.76 (975.50 PLN), -"Mar 30, 2026",O,US7561091049,43.66079007,United States,"US$2,674.66 (10,012.56 PLN)",US$0 (0 PLN),US$0 (0 PLN),US$0 (0 PLN),"US$2,674.66 (10,012.56 PLN)", -"Mar 6, 2026",GSL,MHY271836006,1.11834625,Marshall Islands,US$44.36 (163.24 PLN),US$0 (0 PLN),US$0 (0 PLN),US$0 (0 PLN),US$43.28 (159.27 PLN), -"Mar 2, 2026",CNQ,CA1363851017,50.95810241,Canada,"US$2,298.51 (8,326.96 PLN)",US$0 (0 PLN),US$0 (0 PLN),US$0 (0 PLN),"US$2,298.72 (8,327.72 PLN)", -"Mar 2, 2026",TGT,US87612E1064,0.07901058,United States,US$8.88 (32.17 PLN),US$0 (0 PLN),US$0 (0 PLN),US$0 (0 PLN),US$8.88 (32.17 PLN), -"Feb 18, 2026",LX,US5288771034,10,United States,US$30.49 (109.04 PLN),US$0 (0 PLN),US$0 (0 PLN),US$0 (0 PLN),US$30.50 (109.08 PLN), -,,,,,,,,,, ----------,,,,,,,,,, diff --git a/revolut_data/consolidated-statement-v2-pol.csv b/revolut_data/consolidated-statement-v2-pol.csv deleted file mode 100644 index 9befc08..0000000 --- a/revolut_data/consolidated-statement-v2-pol.csv +++ /dev/null @@ -1,69 +0,0 @@ -Rachunki bieżące Podsumowania,,,,,,,,,, -,,,,,,,,,, -Konto osobiste (PLN),,,,,,,,,, -,,,,,,,,,, -Dane rachunku bieżącego,,,,,,,,,, -Numer konta (LT IBAN),LT283250039602550890,Data otwarcia,6 lis 2022,,,,,,, -Numer konta (PL IBAN),PL57291000060000000003698351,Data zamknięcia,,,,,,,, -Rodzaj własności,Osoba fizyczna,Liczba dni posiadania (w wybranym okresie),129,,,,,,, -Wykorzystanie konta,Osobiste,,,,,,,,, -Rodzaj konta,Bieżące,,,,,,,,, -,,,,,,,,,, -Informacje o instytucji finansowej,,,,,,,,,, -Nazwa instytucji finansowej,Revolut Bank UAB,Numer rejestracyjny,LT100011706713,,,,,,, -Adres i kraj,"Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,, -,,,,,,,,,, -Wartość depozytu,,,,,,,,,, -Średnie saldo I kw. 2026,"188,40 PLN",Saldo początkowe,"0,00 PLN",,,,,,, -,,Saldo końcowe,"0,53 PLN",,,,,,, -,,Maksymalne saldo,"32 100,00 PLN",,,,,,, -,,Średnie saldo w całym okresie,"180,39 PLN",,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -Transaction statement (only interest receipt),,,,,,,,,, -Data,Opis,Gross rate,Gross interest,Taxes withheld,Other taxes,Fees,Net interest,,, -27.01.2026,Oprocentowanie brutto,1.5%,"0,01€ (0,05 PLN)","0,00€ (0,00 PLN)","0,00€ (0,00 PLN)","0,00€ (0,00 PLN)","0,01€ (0,05 PLN)",,, -30.01.2026,Oprocentowanie brutto,1.5%,"0,01€ (0,05 PLN)","0,00€ (0,00 PLN)","0,00€ (0,00 PLN)","0,00€ (0,00 PLN)","0,01€ (0,05 PLN)",,, -3.02.2026,Oprocentowanie brutto,1.5%,"0,01€ (0,05 PLN)","0,00€ (0,00 PLN)","0,00€ (0,00 PLN)","0,00€ (0,00 PLN)","0,01€ (0,05 PLN)",,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, ----------,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -Transaction statement (only interest receipt),,,,,,,,,, -Data,Opis,Gross rate,Gross interest,Taxes withheld,Other taxes,Fees,Net interest,,, -1.01.2026,Oprocentowanie brutto,4%,"1,81 PLN","0,00 PLN","0,00 PLN","0,00 PLN","1,81 PLN",,, -1.01.2026,Oprocentowanie brutto,4%,"4,39 PLN","0,00 PLN","0,00 PLN","0,00 PLN","4,39 PLN",,, -2.01.2026,Oprocentowanie brutto,4%,"1,81 PLN","0,00 PLN","0,00 PLN","0,00 PLN","1,81 PLN",,, -2.01.2026,Oprocentowanie brutto,4%,"4,40 PLN","0,00 PLN","0,00 PLN","0,00 PLN","4,40 PLN",,, ----------,,,,,,,,,, -,,,,,,,,,, -Investment Services Transaction Statements,,,,,,,,,, -,,,,,,,,,, -Zestawienie transakcji (tylko wpływy z dywidendy),,,,,,,,,, -Data,Opis i symbol ,ISIN,Kraj,Brutto dywidendy / dochodu,Zatrzymane podatki,Inne podatki,Opłaty,Dywidenda/dochód netto,, -6 sty 2026,Best Buy dividend,US0865161014,US,"112,69$ (405,87 PLN)","16,90$ (60,86 PLN)","0,00$ (0,00 PLN)","0,00 PLN (0,00 PLN)","95,79$ (345,00 PLN)",, -7 sty 2026,Canadian Natural Resources dividend,CA1363851017,CA,"27,32$ (98,47 PLN)","6,83$ (24,61 PLN)","0,00$ (0,00 PLN)","0,00 PLN (0,00 PLN)","20,49$ (73,85 PLN)",, -9 sty 2026,Dentsply dividend,US24906P1093,US,"25,50$ (92,42 PLN)","3,82$ (13,84 PLN)","0,00$ (0,00 PLN)","0,00 PLN (0,00 PLN)","21,68$ (78,57 PLN)",, -9 sty 2026,Ambev dividend,US02319V1035,US,"68,89$ (249,68 PLN)","0,00$ (0,00$)","0,00$ (0,00 PLN)","0,00 PLN (0,00 PLN)","68,89$ (249,68 PLN)",, -15 sty 2026,EPR Properties dividend,US26884U1097,US,"235,48$ (854,20 PLN)","35,32$ (128,12 PLN)","0,00$ (0,00 PLN)","0,00 PLN (0,00 PLN)","200,16$ (726,08 PLN)",, -2 lut 2026,Edison International dividend,US2810201077,US,"31,79$ (113,74 PLN)","4,77$ (17,06 PLN)","0,00$ (0,00 PLN)","0,00 PLN (0,00 PLN)","27,02$ (96,68 PLN)",, -,,,,,,,,,, -,,,,,,,,,, -,,,,,,,,,, -Sprzedane jednostki,,,,,,,,,, -"Data (Sprzedaży, Zakupu)","Opis, symbol i kod ISIN",Kraj,Wiek jednostek,Units sold,"Cena jednostkowa (Data sprzedaży, w dniu daty zakupu)","Wartość (Sprzedaży, Zakupu)",Zyski kapitałowe,Zatrzymane podatki,Inne podatki,Opłaty -"16 sty 2026, 14 maj 2024",ConAgra Foods CAG (US2058871029),US,612 days,644.71405544,"+US$17, -US$31.02 (+61.91 PLN, -122.44 PLN)","+US$10,961.04, -US$20,000 (+39,914.26 PLN, -78,935.63 PLN)","-US$9,038.96 (-39,021.37 PLN)",US$0 (0 PLN),US$0.13 (0.47 PLN),US$0 (0 PLN) -"16 sty 2026, 26 lut 2025",ConAgra Foods CAG (US2058871029),US,324 days,19.34235976,"+US$17, -US$25.85 (+61.91 PLN, -102 PLN)","+US$328.85, -US$500 (+1,197.49 PLN, -1,972.96 PLN)",-US$171.15 (-775.47 PLN),US$0 (0 PLN),US$0 (0 PLN),US$0 (0 PLN) -"16 sty 2026, 9 kwi 2025",ConAgra Foods CAG (US2058871029),US,282 days,39.29720514,"+US$17, -US$24.99 (+61.91 PLN, -96.68 PLN)","+US$668.10, -US$981.99 (+2,432.86 PLN, -3,799.41 PLN)","-US$313.89 (-1,366.55 PLN)",US$0 (0 PLN),US$0.01 (0.03 PLN),US$0 (0 PLN) -,,,,,,,,,, -Other brokerage account transactions,,,,,,,,,, -Date,Description & symbol,ISIN,Quantity,Country,Gross value,Taxes withheld,Other taxes,Fees,Net value, diff --git a/revolut_data/test_v2_eng.csv b/revolut_data/test_v2_eng.csv new file mode 100644 index 0000000..db605a5 --- /dev/null +++ b/revolut_data/test_v2_eng.csv @@ -0,0 +1,587 @@ +"Current Accounts Summaries",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Personal Account (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Current account details",,,,,,,,,,,,,,,,,,,,,, +"Account Number (LT IBAN)",LT283250039602550890,"Opening date","Nov 6, 2022",,,,,,,,,,,,,,,,,,, +"Account Number (PL IBAN)","PL57291000060000000003698351","Closing date",,,,,,,,,,,,,,,,,,,, +"Holding modalities",Individual,"Days owned (in selected period)",4,,,,,,,,,,,,,,,,,,, +"Purpose of account",Personal,,,,,,,,,,,,,,,,,,,,, +"Nature of account",Current,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Financial institution information",,,,,,,,,,,,,,,,,,,,,, +"Financial institution name","Revolut Bank UAB","Registration number",LT100011706713,,,,,,,,,,,,,,,,,,, +"Address & country","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Deposit value",,,,,,,,,,,,,,,,,,,,,, +,,"Opening balance","0.00 PLN",,,,,,,,,,,,,,,,,,, +,,"Closing balance","0.00 PLN",,,,,,,,,,,,,,,,,,, +,,"Maximum balance","852.24 PLN",,,,,,,,,,,,,,,,,,, +,,"Average balance full period","219.41 PLN",,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Personal Account (USD)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Current account details",,,,,,,,,,,,,,,,,,,,,, +"Account Number (IBAN)",LT283250039602550890,"Opening date","Sep 1, 2023",,,,,,,,,,,,,,,,,,, +"Holding modalities",Individual,"Closing date",,,,,,,,,,,,,,,,,,,, +"Purpose of account",Personal,"Days owned (in selected period)",4,,,,,,,,,,,,,,,,,,, +"Nature of account",Current,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Financial institution information",,,,,,,,,,,,,,,,,,,,,, +"Financial institution name","Revolut Bank UAB","Registration number",LT100011706713,,,,,,,,,,,,,,,,,,, +"Address & country","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Deposit value",,,,,,,,,,,,,,,,,,,,,, +,,"Opening balance","$0.00","0.00 PLN",,,,,,,,,,,,,,,,,, +,,"Closing balance","$0.00","0.00 PLN",,,,,,,,,,,,,,,,,, +,,"Maximum balance","$10.24","38.76 PLN",,,,,,,,,,,,,,,,,, +,,"Average balance full period","$0.00","0.00 PLN",,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Personal Account (CZK)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Current account details",,,,,,,,,,,,,,,,,,,,,, +"Account Number (IBAN)",LT283250039602550890,"Opening date","May 9, 2025",,,,,,,,,,,,,,,,,,, +"Holding modalities",Individual,"Closing date",,,,,,,,,,,,,,,,,,,, +"Purpose of account",Personal,"Days owned (in selected period)",4,,,,,,,,,,,,,,,,,,, +"Nature of account",Current,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Financial institution information",,,,,,,,,,,,,,,,,,,,,, +"Financial institution name","Revolut Bank UAB","Registration number",LT100011706713,,,,,,,,,,,,,,,,,,, +"Address & country","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Deposit value",,,,,,,,,,,,,,,,,,,,,, +,,"Opening balance","0.00 CZK","0.00 PLN",,,,,,,,,,,,,,,,,, +,,"Closing balance","0.00 CZK","0.00 PLN",,,,,,,,,,,,,,,,,, +,,"Maximum balance","0.00 CZK","0.00 PLN",,,,,,,,,,,,,,,,,, +,,"Average balance full period","0.00 CZK","0.00 PLN",,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Personal Account (DKK)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Current account details",,,,,,,,,,,,,,,,,,,,,, +"Account Number (IBAN)",LT283250039602550890,"Opening date","May 30, 2024",,,,,,,,,,,,,,,,,,, +"Holding modalities",Individual,"Closing date",,,,,,,,,,,,,,,,,,,, +"Purpose of account",Personal,"Days owned (in selected period)",4,,,,,,,,,,,,,,,,,,, +"Nature of account",Current,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Financial institution information",,,,,,,,,,,,,,,,,,,,,, +"Financial institution name","Revolut Bank UAB","Registration number",LT100011706713,,,,,,,,,,,,,,,,,,, +"Address & country","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Deposit value",,,,,,,,,,,,,,,,,,,,,, +,,"Opening balance","0.00 DKK","0.00 PLN",,,,,,,,,,,,,,,,,, +,,"Closing balance","0.00 DKK","0.00 PLN",,,,,,,,,,,,,,,,,, +,,"Maximum balance","0.00 DKK","0.00 PLN",,,,,,,,,,,,,,,,,, +,,"Average balance full period","0.00 DKK","0.00 PLN",,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Personal Account (THB)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Current account details",,,,,,,,,,,,,,,,,,,,,, +"Account Number (IBAN)",LT283250039602550890,"Opening date","Nov 25, 2025",,,,,,,,,,,,,,,,,,, +"Holding modalities",Individual,"Closing date",,,,,,,,,,,,,,,,,,,, +"Purpose of account",Personal,"Days owned (in selected period)",4,,,,,,,,,,,,,,,,,,, +"Nature of account",Current,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Financial institution information",,,,,,,,,,,,,,,,,,,,,, +"Financial institution name","Revolut Bank UAB","Registration number",LT100011706713,,,,,,,,,,,,,,,,,,, +"Address & country","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Deposit value",,,,,,,,,,,,,,,,,,,,,, +,,"Opening balance","0.00 THB","0.00 PLN",,,,,,,,,,,,,,,,,, +,,"Closing balance","0.00 THB","0.00 PLN",,,,,,,,,,,,,,,,,, +,,"Maximum balance","0.00 THB","0.00 PLN",,,,,,,,,,,,,,,,,, +,,"Average balance full period","0.00 THB","0.00 PLN",,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Personal Account (GBP)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Current account details",,,,,,,,,,,,,,,,,,,,,, +"Account Number (LT IBAN)",LT283250039602550890,"Opening date","Apr 10, 2024",,,,,,,,,,,,,,,,,,, +"Account Number GB",61113492,"Closing date",,,,,,,,,,,,,,,,,,,, +"Holding modalities",Individual,"Days owned (in selected period)",4,,,,,,,,,,,,,,,,,,, +"Purpose of account",Personal,,,,,,,,,,,,,,,,,,,,, +"Nature of account",Current,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Financial institution information",,,,,,,,,,,,,,,,,,,,,, +"Financial institution name","Revolut Bank UAB","Registration number",LT100011706713,,,,,,,,,,,,,,,,,,, +"Address & country","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Deposit value",,,,,,,,,,,,,,,,,,,,,, +,,"Opening balance",£0.00,"0.00 PLN",,,,,,,,,,,,,,,,,, +,,"Closing balance",£0.00,"0.00 PLN",,,,,,,,,,,,,,,,,, +,,"Maximum balance",£0.00,"0.00 PLN",,,,,,,,,,,,,,,,,, +,,"Average balance full period",£0.00,"0.00 PLN",,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Personal Account (EUR)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Current account details",,,,,,,,,,,,,,,,,,,,,, +"Account Number (IBAN)",LT283250039602550890,"Opening date","Jun 6, 2023",,,,,,,,,,,,,,,,,,, +"Holding modalities",Individual,"Closing date",,,,,,,,,,,,,,,,,,,, +"Purpose of account",Personal,"Days owned (in selected period)",4,,,,,,,,,,,,,,,,,,, +"Nature of account",Current,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Financial institution information",,,,,,,,,,,,,,,,,,,,,, +"Financial institution name","Revolut Bank UAB","Registration number",LT100011706713,,,,,,,,,,,,,,,,,,, +"Address & country","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Deposit value",,,,,,,,,,,,,,,,,,,,,, +,,"Opening balance",€0.00,"0.00 PLN",,,,,,,,,,,,,,,,,, +,,"Closing balance",€200.00,"864.76 PLN",,,,,,,,,,,,,,,,,, +,,"Maximum balance",€200.00,"869.50 PLN",,,,,,,,,,,,,,,,,, +,,"Average balance full period",€200.00,"869.50 PLN",,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Kids & Teen (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Current account details",,,,,,,,,,,,,,,,,,,,,, +"Account Number",N/A,"Opening date","May 17, 2024",,,,,,,,,,,,,,,,,,, +"Holding modalities",Individual,"Closing date",,,,,,,,,,,,,,,,,,,, +"Purpose of account",Personal,"Days owned (in selected period)",4,,,,,,,,,,,,,,,,,,, +"Nature of account",Current,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Financial institution information",,,,,,,,,,,,,,,,,,,,,, +"Financial institution name","Revolut Bank UAB","Registration number",LT100011706713,,,,,,,,,,,,,,,,,,, +"Address & country","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Deposit value",,,,,,,,,,,,,,,,,,,,,, +,,"Opening balance","135.56 PLN",,,,,,,,,,,,,,,,,,, +,,"Closing balance","30.07 PLN",,,,,,,,,,,,,,,,,,, +,,"Maximum balance","135.56 PLN",,,,,,,,,,,,,,,,,,, +,,"Average balance full period","32.82 PLN",,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Kids & Teen (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Current account details",,,,,,,,,,,,,,,,,,,,,, +"Account Number",N/A,"Opening date","May 17, 2024",,,,,,,,,,,,,,,,,,, +"Holding modalities",Individual,"Closing date",,,,,,,,,,,,,,,,,,,, +"Purpose of account",Personal,"Days owned (in selected period)",4,,,,,,,,,,,,,,,,,,, +"Nature of account",Current,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Financial institution information",,,,,,,,,,,,,,,,,,,,,, +"Financial institution name","Revolut Bank UAB","Registration number",LT100011706713,,,,,,,,,,,,,,,,,,, +"Address & country","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Deposit value",,,,,,,,,,,,,,,,,,,,,, +,,"Opening balance","73.28 PLN",,,,,,,,,,,,,,,,,,, +,,"Closing balance","7.82 PLN",,,,,,,,,,,,,,,,,,, +,,"Maximum balance","83.28 PLN",,,,,,,,,,,,,,,,,,, +,,"Average balance full period","26.68 PLN",,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Bilety (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Current account details",,,,,,,,,,,,,,,,,,,,,, +"Account Number",N/A,"Opening date","Mar 26, 2026",,,,,,,,,,,,,,,,,,, +"Holding modalities",Individual,"Closing date","Jul 23, 2026",,,,,,,,,,,,,,,,,,, +"Purpose of account",Personal,"Days owned (in selected period)",4,,,,,,,,,,,,,,,,,,, +"Nature of account",Current,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Financial institution information",,,,,,,,,,,,,,,,,,,,,, +"Financial institution name","Revolut Bank UAB","Registration number",LT100011706713,,,,,,,,,,,,,,,,,,, +"Address & country","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Deposit value",,,,,,,,,,,,,,,,,,,,,, +,,"Opening balance","0.00 PLN",,,,,,,,,,,,,,,,,,, +,,"Closing balance","0.00 PLN",,,,,,,,,,,,,,,,,,, +,,"Maximum balance","0.00 PLN",,,,,,,,,,,,,,,,,,, +,,"Average balance full period","0.00 PLN",,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Sinscerely youres (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Current account details",,,,,,,,,,,,,,,,,,,,,, +"Account Number",N/A,"Opening date","Jan 30, 2026",,,,,,,,,,,,,,,,,,, +"Holding modalities",Individual,"Closing date","Jul 25, 2026",,,,,,,,,,,,,,,,,,, +"Purpose of account",Personal,"Days owned (in selected period)",4,,,,,,,,,,,,,,,,,,, +"Nature of account",Current,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Financial institution information",,,,,,,,,,,,,,,,,,,,,, +"Financial institution name","Revolut Bank UAB","Registration number",LT100011706713,,,,,,,,,,,,,,,,,,, +"Address & country","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Deposit value",,,,,,,,,,,,,,,,,,,,,, +,,"Opening balance","0.00 PLN",,,,,,,,,,,,,,,,,,, +,,"Closing balance","0.00 PLN",,,,,,,,,,,,,,,,,,, +,,"Maximum balance","0.00 PLN",,,,,,,,,,,,,,,,,,, +,,"Average balance full period","0.00 PLN",,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Na miesiąc na żarełko (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Current account details",,,,,,,,,,,,,,,,,,,,,, +"Account Number",N/A,"Opening date","Nov 11, 2025",,,,,,,,,,,,,,,,,,, +"Holding modalities",Individual,"Closing date",,,,,,,,,,,,,,,,,,,, +"Purpose of account",Personal,"Days owned (in selected period)",4,,,,,,,,,,,,,,,,,,, +"Nature of account",Current,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Financial institution information",,,,,,,,,,,,,,,,,,,,,, +"Financial institution name","Revolut Bank UAB","Registration number",LT100011706713,,,,,,,,,,,,,,,,,,, +"Address & country","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Deposit value",,,,,,,,,,,,,,,,,,,,,, +,,"Opening balance","0.00 PLN",,,,,,,,,,,,,,,,,,, +,,"Closing balance","0.00 PLN",,,,,,,,,,,,,,,,,,, +,,"Maximum balance","0.00 PLN",,,,,,,,,,,,,,,,,,, +,,"Average balance full period","0.00 PLN",,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Oszczędności (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Current account details",,,,,,,,,,,,,,,,,,,,,, +"Account Number",N/A,"Opening date","Nov 11, 2025",,,,,,,,,,,,,,,,,,, +"Holding modalities",Individual,"Closing date",,,,,,,,,,,,,,,,,,,, +"Purpose of account",Personal,"Days owned (in selected period)",4,,,,,,,,,,,,,,,,,,, +"Nature of account",Current,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Financial institution information",,,,,,,,,,,,,,,,,,,,,, +"Financial institution name","Revolut Bank UAB","Registration number",LT100011706713,,,,,,,,,,,,,,,,,,, +"Address & country","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Deposit value",,,,,,,,,,,,,,,,,,,,,, +,,"Opening balance","0.00 PLN",,,,,,,,,,,,,,,,,,, +,,"Closing balance","0.00 PLN",,,,,,,,,,,,,,,,,,, +,,"Maximum balance","0.00 PLN",,,,,,,,,,,,,,,,,,, +,,"Average balance full period","0.00 PLN",,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Potrzeby (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Current account details",,,,,,,,,,,,,,,,,,,,,, +"Account Number",N/A,"Opening date","Nov 11, 2025",,,,,,,,,,,,,,,,,,, +"Holding modalities",Individual,"Closing date","Jul 29, 2026",,,,,,,,,,,,,,,,,,, +"Purpose of account",Personal,"Days owned (in selected period)",4,,,,,,,,,,,,,,,,,,, +"Nature of account",Current,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Financial institution information",,,,,,,,,,,,,,,,,,,,,, +"Financial institution name","Revolut Bank UAB","Registration number",LT100011706713,,,,,,,,,,,,,,,,,,, +"Address & country","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Deposit value",,,,,,,,,,,,,,,,,,,,,, +,,"Opening balance","0.00 PLN",,,,,,,,,,,,,,,,,,, +,,"Closing balance","0.00 PLN",,,,,,,,,,,,,,,,,,, +,,"Maximum balance","0.00 PLN",,,,,,,,,,,,,,,,,,, +,,"Average balance full period","0.00 PLN",,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Zakupy (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Current account details",,,,,,,,,,,,,,,,,,,,,, +"Account Number",N/A,"Opening date","Aug 7, 2024",,,,,,,,,,,,,,,,,,, +"Holding modalities",Individual,"Closing date",,,,,,,,,,,,,,,,,,,, +"Purpose of account",Personal,"Days owned (in selected period)",4,,,,,,,,,,,,,,,,,,, +"Nature of account",Current,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Financial institution information",,,,,,,,,,,,,,,,,,,,,, +"Financial institution name","Revolut Bank UAB","Registration number",LT100011706713,,,,,,,,,,,,,,,,,,, +"Address & country","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Deposit value",,,,,,,,,,,,,,,,,,,,,, +,,"Opening balance","0.00 PLN",,,,,,,,,,,,,,,,,,, +,,"Closing balance","0.00 PLN",,,,,,,,,,,,,,,,,,, +,,"Maximum balance","0.00 PLN",,,,,,,,,,,,,,,,,,, +,,"Average balance full period","0.00 PLN",,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Savings Accounts Summaries",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Aion (EUR)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Interest and Tax Summary",,,,,,,,,,,,,,,,,,,,,, +"Gross rate","1.75% p.a.",,"Taxes withheld",€0.00,"0.00 PLN",,,,,,,,,,,,,,,,, +"Interest rate (net of Lithuanian tax)","1.75%",,,,,,,,,,,,,,,,,,,,, +"Gross income",€0.28,"1.21 PLN",,,,,,,,,,,,,,,,,,,, +"Net income",€0.28,"1.21 PLN",,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Savings account details",,,,,,,,,,,,,,,,,,,,,, +"Account number (IBAN)",LT283250039602550890,"Opening date","Aug 21, 2023",,,,,,,,,,,,,,,,,,, +"Holding modalities",Individual,"Closing date",,,,,,,,,,,,,,,,,,,, +"Purpose of account",Personal,"Days owned (in selected period)",4,,,,,,,,,,,,,,,,,,, +"Nature of account",Savings,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Deposit value",,,,,,,,,,,,,,,,,,,,,, +,,"Opening balance","€1,535.89","6,617.38 PLN",,,,,,,,,,,,,,,,,, +,,"Closing balance","€1,336.17","5,777.33 PLN",,,,,,,,,,,,,,,,,, +,,"Maximum balance","€1,535.96","6,677.59 PLN",,,,,,,,,,,,,,,,,, +,,"Average balance full period","€1,336.07","5,800.64 PLN",,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Financial institution information",,,,,,,,,,,,,,,,,,,,,, +"Financial institution name","Aion Bank SA/NV","Registration number",BE0403.199.306,,,,,,,,,,,,,,,,,,, +"Address & country","Sq. Victoria Régina 1, 1210 Saint-Josse-ten-Noode, Belgium",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Aion (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Interest and Tax Summary",,,,,,,,,,,,,,,,,,,,,, +"Gross rate","3.00% p.a.","Taxes withheld","0.00 PLN",,,,,,,,,,,,,,,,,,, +"Interest rate (net of Lithuanian tax)","2.00%-3.00%",,,,,,,,,,,,,,,,,,,,, +"Gross income","4.54 PLN",,,,,,,,,,,,,,,,,,,,, +"Net income","4.54 PLN",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Savings account details",,,,,,,,,,,,,,,,,,,,,, +"Account number (IBAN)",LT283250039602550890,"Opening date","Jun 30, 2023",,,,,,,,,,,,,,,,,,, +"Holding modalities",Individual,"Closing date",,,,,,,,,,,,,,,,,,,, +"Purpose of account",Personal,"Days owned (in selected period)",4,,,,,,,,,,,,,,,,,,, +"Nature of account",Savings,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Deposit value",,,,,,,,,,,,,,,,,,,,,, +,,"Opening balance","13,996.09 PLN",,,,,,,,,,,,,,,,,,, +,,"Closing balance","13,121.87 PLN",,,,,,,,,,,,,,,,,,, +,,"Maximum balance","13,997.24 PLN",,,,,,,,,,,,,,,,,,, +,,"Average balance full period","13,185.31 PLN",,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Financial institution information",,,,,,,,,,,,,,,,,,,,,, +"Financial institution name","Aion Bank SA/NV","Registration number",BE0403.199.306,,,,,,,,,,,,,,,,,,, +"Address & country","Sq. Victoria Régina 1, 1210 Saint-Josse-ten-Noode, Belgium",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Investment Services Summaries",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Brokerage account details",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Dividends received",,,,,,,,,,,,,,,,,,,,,, +Dividends,"45.71 PLN","Tax withheld on dividend","6.85 PLN",,,,,,,,,,,,,,,,,,, +"Net dividend income","38.86 PLN",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Income from sale",,,,,,,,,,,,,,,,,,,,,, +"Gross proceeds","8,153.72 PLN","Tax withheld on sales","0.00 PLN",,,,,,,,,,,,,,,,,,, +"Cost basis","7,560.75 PLN","Tax withheld on purchase","0.00 PLN",,,,,,,,,,,,,,,,,,, +"Fees and other charges","0.19 PLN","Net PnL","592.78 PLN",,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Brokerage account details",,,,,,,,,,,,,,,,,,,,,, +"Account Number",28205233,"Opening date","Sep 9, 2023",,,,,,,,,,,,,,,,,,, +"Holding modalities",Holder,"Closing date",,,,,,,,,,,,,,,,,,,, +"Purpose of account",Personal,"Days owned (selected in period)",4,,,,,,,,,,,,,,,,,,, +"Nature of account",Portfolio,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Financial institution information",,,,,,,,,,,,,,,,,,,,,, +"Financial institution name","Revolut Securities Europe UAB","Registration number",305799582,,,,,,,,,,,,,,,,,,, +"Address & country","Konstitucijos ave. 21B, LT-08130, Vilnius, Lithuania",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Current Accounts Transaction Statements",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Personal Account (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Transaction statement",,,,,,,,,,,,,,,,,,,,,, +Date,Description,Category,"Money in/out",Balance,"Tax withheld","Other taxes",Fees,,,,,,,,,,,,,,, +"Jul 11, 2026","Unknown Description",Others,"300.00 PLN","300.00 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 11, 2026","Transfer from Stefania Czaja",Others,"100.00 PLN","400.00 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 11, 2026","Unknown Description",Others,"55.00 PLN","455.00 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 11, 2026","Unknown Description",Others,"100.00 PLN","555.00 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 11, 2026","Unknown Description",Others,"100.00 PLN","655.00 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 11, 2026","Transfer to Katarzyna Czaja",Others,"-10.00 PLN","645.00 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 11, 2026","Depositing savings",Others,"-72.76 PLN","572.24 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 11, 2026","Unknown Description",Others,"200.00 PLN","772.24 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 11, 2026","Transfer from Stefania Czaja",Others,"20.00 PLN","792.24 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 11, 2026","Transfer to Stefania Czaja",Others,"-20.00 PLN","772.24 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 11, 2026","Unknown Description",Others,"50.00 PLN","822.24 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 11, 2026","Unknown Description",Others,"20.00 PLN","842.24 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 11, 2026","Unknown Description",Others,"10.00 PLN","852.24 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 11, 2026","Depositing savings",Others,"-8.15 PLN","844.09 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 12, 2026","Arkrod Gdansk Baltycka",Merchant,"-389.49 PLN","454.60 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 12, 2026",Fotojoker,Merchant,"-64.99 PLN","389.61 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 12, 2026",Helios,Merchant,"-195.40 PLN","194.21 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 12, 2026","Food Way Group",Merchant,"-86.80 PLN","107.41 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 12, 2026",Grycan,Merchant,"-19.90 PLN","87.51 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 12, 2026",ROSSMANN,Merchant,"-56.55 PLN","30.96 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 12, 2026",Carrefour,Merchant,"-30.96 PLN","0.00 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 13, 2026","Unknown Description",Others,"100.00 PLN","100.00 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 13, 2026","Depositing savings",Others,"-66.45 PLN","33.55 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 13, 2026","Unknown Description",Others,"80.00 PLN","113.55 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 13, 2026","To Upc Internet",Others,"-80.00 PLN","33.55 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 14, 2026","Unknown Description",Others,"50.00 PLN","83.55 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 14, 2026",www.siepomaga.pl,Merchant,"-50.00 PLN","33.55 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 14, 2026",Carrefour,Merchant,"-33.55 PLN","0.00 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +Total,,,"0.00 PLN",,"0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Personal Account (USD)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Transaction statement",,,,,,,,,,,,,,,,,,,,,, +Date,Description,Category,"Money in/out","Money in/out",Balance,Balance,"Tax withheld","Tax withheld","Other taxes","Other taxes",Fees,Fees,,,,,,,,,, +"Jul 14, 2026","Top Up","Top up","$10.24","38.76 PLN","$10.24","38.76 PLN","$0.00","0.00 PLN","$0.00","0.00 PLN","$0.00","0.00 PLN",,,,,,,,,, +"Jul 14, 2026","Exchanged to PLN",Exchange,"-$10.24","-38.76 PLN","$0.00","0.00 PLN","$0.00","0.00 PLN","$0.00","0.00 PLN","$0.00","0.00 PLN",,,,,,,,,, +Total,,,"$0.00","0.00 PLN",,,"$0.00","0.00 PLN","$0.00","0.00 PLN","$0.00","0.00 PLN",,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Personal Account (CZK)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Transaction statement",,,,,,,,,,,,,,,,,,,,,, +Date,Description,Category,"Money in/out","Money in/out",Balance,"Tax withheld","Tax withheld","Other taxes","Other taxes",Fees,Fees,,,,,,,,,,, +Total,,,"0.00 CZK","0.00 PLN",,"0.00 CZK","0.00 PLN","0.00 CZK","0.00 PLN","0.00 CZK","0.00 PLN",,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Personal Account (DKK)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Transaction statement",,,,,,,,,,,,,,,,,,,,,, +Date,Description,Category,"Money in/out","Money in/out",Balance,"Tax withheld","Tax withheld","Other taxes","Other taxes",Fees,Fees,,,,,,,,,,, +Total,,,"0.00 DKK","0.00 PLN",,"0.00 DKK","0.00 PLN","0.00 DKK","0.00 PLN","0.00 DKK","0.00 PLN",,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Personal Account (THB)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Transaction statement",,,,,,,,,,,,,,,,,,,,,, +Date,Description,Category,"Money in/out","Money in/out",Balance,"Tax withheld","Tax withheld","Other taxes","Other taxes",Fees,Fees,,,,,,,,,,, +Total,,,"0.00 THB","0.00 PLN",,"0.00 THB","0.00 PLN","0.00 THB","0.00 PLN","0.00 THB","0.00 PLN",,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Personal Account (GBP)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Transaction statement",,,,,,,,,,,,,,,,,,,,,, +Date,Description,Category,"Money in/out","Money in/out",Balance,"Tax withheld","Tax withheld","Other taxes","Other taxes",Fees,Fees,,,,,,,,,,, +Total,,,£0.00,"0.00 PLN",,£0.00,"0.00 PLN",£0.00,"0.00 PLN",£0.00,"0.00 PLN",,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Personal Account (EUR)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Transaction statement",,,,,,,,,,,,,,,,,,,,,, +Date,Description,Category,"Money in/out","Money in/out",Balance,Balance,"Tax withheld","Tax withheld","Other taxes","Other taxes",Fees,Fees,,,,,,,,,, +"Jul 11, 2026","Unknown Description",Others,€200.00,"869.50 PLN",€200.00,"869.50 PLN",€0.00,"0.00 PLN",€0.00,"0.00 PLN",€0.00,"0.00 PLN",,,,,,,,,, +Total,,,€200.00,"869.50 PLN",,,€0.00,"0.00 PLN",€0.00,"0.00 PLN",€0.00,"0.00 PLN",,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Kids & Teen (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Transaction statement",,,,,,,,,,,,,,,,,,,,,, +Date,Description,Category,"Money in/out",Balance,"Tax withheld","Other taxes",Fees,,,,,,,,,,,,,,, +"Jul 11, 2026","Transfer to JACEK CZAJA",Others,"-100.00 PLN","35.56 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 11, 2026","Transfer to JACEK CZAJA",Others,"-20.00 PLN","15.56 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 11, 2026","Transfer from JACEK CZAJA",Others,"20.00 PLN","35.56 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 13, 2026",Żabka,Merchant,"-5.49 PLN","30.07 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +Total,,,"-105.49 PLN",,"0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Kids & Teen (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Transaction statement",,,,,,,,,,,,,,,,,,,,,, +Date,Description,Category,"Money in/out",Balance,"Tax withheld","Other taxes",Fees,,,,,,,,,,,,,,, +"Jul 11, 2026","Transfer from JACEK CZAJA",Others,"10.00 PLN","83.28 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 12, 2026",ROSSMANN,Merchant,"-51.47 PLN","31.81 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +"Jul 12, 2026",ROSSMANN,Merchant,"-23.99 PLN","7.82 PLN","0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +Total,,,"-65.46 PLN",,"0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Bilety (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Transaction statement",,,,,,,,,,,,,,,,,,,,,, +Date,Description,Category,"Money in/out",Balance,"Tax withheld","Other taxes",Fees,,,,,,,,,,,,,,, +Total,,,"0.00 PLN",,"0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Sinscerely youres (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Transaction statement",,,,,,,,,,,,,,,,,,,,,, +Date,Description,Category,"Money in/out",Balance,"Tax withheld","Other taxes",Fees,,,,,,,,,,,,,,, +Total,,,"0.00 PLN",,"0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Na miesiąc na żarełko (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Transaction statement",,,,,,,,,,,,,,,,,,,,,, +Date,Description,Category,"Money in/out",Balance,"Tax withheld","Other taxes",Fees,,,,,,,,,,,,,,, +Total,,,"0.00 PLN",,"0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Oszczędności (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Transaction statement",,,,,,,,,,,,,,,,,,,,,, +Date,Description,Category,"Money in/out",Balance,"Tax withheld","Other taxes",Fees,,,,,,,,,,,,,,, +Total,,,"0.00 PLN",,"0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Potrzeby (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Transaction statement",,,,,,,,,,,,,,,,,,,,,, +Date,Description,Category,"Money in/out",Balance,"Tax withheld","Other taxes",Fees,,,,,,,,,,,,,,, +Total,,,"0.00 PLN",,"0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Zakupy (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Transaction statement",,,,,,,,,,,,,,,,,,,,,, +Date,Description,Category,"Money in/out",Balance,"Tax withheld","Other taxes",Fees,,,,,,,,,,,,,,, +Total,,,"0.00 PLN",,"0.00 PLN","0.00 PLN","0.00 PLN",,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Savings Accounts Transaction Statements",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Aion (EUR)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Transaction statement (only interest receipt)",,,,,,,,,,,,,,,,,,,,,, +Date,Description,"Gross rate","Gross interest","Gross interest","Taxes withheld","Taxes withheld","Other taxes","Other taxes",Fees,Fees,"Net interest","Net interest",,,,,,,,,, +7/11/26,"Gross Interest","1.75%",€0.07,"0.30 PLN",€0.00,"0.00 PLN",€0.00,"0.00 PLN",€0.00,"0.00 PLN",€0.07,"0.30 PLN",,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Aion (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Transaction statement (only interest receipt)",,,,,,,,,,,,,,,,,,,,,, +Date,Description,"Gross rate","Gross interest","Taxes withheld","Other taxes",Fees,"Net interest",,,,,,,,,,,,,,, +7/11/26,"Gross Interest","3%","0.43 PLN","0.00 PLN","0.00 PLN","0.00 PLN","0.43 PLN",,,,,,,,,,,,,,, +7/11/26,"Gross Interest","3%","0.72 PLN","0.00 PLN","0.00 PLN","0.00 PLN","0.72 PLN",,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Investment Services Transaction Statements",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Transaction statement (only dividend receipt)",,,,,,,,,,,,,,,,,,,,,, +Date,"Description & symbol",ISIN,Country,"Gross dividend / income","Gross dividend / income","Taxes withheld","Taxes withheld","Other taxes","Other taxes",Fees,Fees,"Net dividend / income","Net dividend / income",,,,,,,,, +"Jul 13, 2026","Ambev dividend",US02319V1035,US,"$12.01","45.71 PLN","$1.80","6.85 PLN","$0.00","0.00 PLN","0.00 PLN","0.00 PLN","$10.21","38.86 PLN",,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Units which have been sold",,,,,,,,,,,,,,,,,,,,,, +"Date (of Sale)","Date (of Purchase)","Description, symbol and ISIN","Description, symbol and ISIN",Country,"Age of units","Units sold","Unit price (on Sale date)","Unit price (on Purchase date)","Unit price (on Sale date)","Unit price (on Purchase date)","Value (of Sale)","Value (of Purchase)","Value (of Sale)","Value (of Purchase)","Capital gains","Capital gains","Taxes withheld","Taxes withheld","Other taxes","Other taxes",Fees,Fees +"Jul 13, 2026","Jun 3, 2026","Canadian National Railway Company CNI",CA1363751027,CA,"40 days",17,"+US$126","-US$121.68","+479.63 PLN","-444.75 PLN","+US$2,142","-US$2,068.59","+8,153.72 PLN","-7,560.75 PLN","US$73.41","592.97 PLN","US$0","0 PLN","US$0.05","0.19 PLN","US$0","0 PLN" +,,,,,,,,,,,,,,,,,,,,,, +"Other brokerage account transactions",,,,,,,,,,,,,,,,,,,,,, +Date,"Description & symbol",ISIN,Quantity,Country,"Gross value","Gross value","Taxes withheld","Taxes withheld","Other taxes","Other taxes",Fees,Fees,"Net value","Net value",,,,,,,, +"Jul 13, 2026",O,US7561091049,17.87229369,"United States","US$1,141.96","4,346.97 PLN","US$0","0 PLN","US$0","0 PLN","US$2.85","10.84 PLN","US$1,139.11","4,336.13 PLN",,,,,,,, +"Jul 13, 2026",UL,US9047678035,16.26977654,"United States","US$999.97","3,806.47 PLN","US$0","0 PLN","US$0","0 PLN","US$2.49","9.47 PLN","US$997.48","3,797 PLN",,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, diff --git a/revolut_data/test_v2_pol.csv b/revolut_data/test_v2_pol.csv new file mode 100644 index 0000000..5474804 --- /dev/null +++ b/revolut_data/test_v2_pol.csv @@ -0,0 +1,588 @@ +"Rachunki bieżące Podsumowania",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Konto osobiste (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Dane rachunku bieżącego",,,,,,,,,,,,,,,,,,,,,, +"Numer konta (LT IBAN)",LT283250039602550890,"Data otwarcia","6 lis 2022",,,,,,,,,,,,,,,,,,, +"Numer konta (PL IBAN)","PL57291000060000000003698351","Data zamknięcia",,,,,,,,,,,,,,,,,,,, +"Rodzaj własności","Osoba fizyczna","Liczba dni posiadania (w wybranym okresie)",4,,,,,,,,,,,,,,,,,,, +"Wykorzystanie konta",Osobiste,,,,,,,,,,,,,,,,,,,,, +"Rodzaj konta",Bieżące,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Informacje o instytucji finansowej",,,,,,,,,,,,,,,,,,,,,, +"Nazwa instytucji finansowej","Revolut Bank UAB","Numer rejestracyjny",LT100011706713,,,,,,,,,,,,,,,,,,, +"Adres i kraj","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wartość depozytu",,,,,,,,,,,,,,,,,,,,,, +,,"Saldo początkowe","0,00 PLN",,,,,,,,,,,,,,,,,,, +,,"Saldo końcowe","0,00 PLN",,,,,,,,,,,,,,,,,,, +,,"Maksymalne saldo","852,24 PLN",,,,,,,,,,,,,,,,,,, +,,"Średnie saldo w całym okresie","219,41 PLN",,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Konto osobiste (USD)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Dane rachunku bieżącego",,,,,,,,,,,,,,,,,,,,,, +"Numer konta (IBAN)",LT283250039602550890,"Data otwarcia","1 wrz 2023",,,,,,,,,,,,,,,,,,, +"Rodzaj własności","Osoba fizyczna","Data zamknięcia",,,,,,,,,,,,,,,,,,,, +"Wykorzystanie konta",Osobiste,"Liczba dni posiadania (w wybranym okresie)",4,,,,,,,,,,,,,,,,,,, +"Rodzaj konta",Bieżące,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Informacje o instytucji finansowej",,,,,,,,,,,,,,,,,,,,,, +"Nazwa instytucji finansowej","Revolut Bank UAB","Numer rejestracyjny",LT100011706713,,,,,,,,,,,,,,,,,,, +"Adres i kraj","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wartość depozytu",,,,,,,,,,,,,,,,,,,,,, +,,"Saldo początkowe","0,00$","0,00 PLN",,,,,,,,,,,,,,,,,, +,,"Saldo końcowe","0,00$","0,00 PLN",,,,,,,,,,,,,,,,,, +,,"Maksymalne saldo","10,24$","38,76 PLN",,,,,,,,,,,,,,,,,, +,,"Średnie saldo w całym okresie","0,00$","0,00 PLN",,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Konto osobiste (CZK)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Dane rachunku bieżącego",,,,,,,,,,,,,,,,,,,,,, +"Numer konta (IBAN)",LT283250039602550890,"Data otwarcia","9 maj 2025",,,,,,,,,,,,,,,,,,, +"Rodzaj własności","Osoba fizyczna","Data zamknięcia",,,,,,,,,,,,,,,,,,,, +"Wykorzystanie konta",Osobiste,"Liczba dni posiadania (w wybranym okresie)",4,,,,,,,,,,,,,,,,,,, +"Rodzaj konta",Bieżące,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Informacje o instytucji finansowej",,,,,,,,,,,,,,,,,,,,,, +"Nazwa instytucji finansowej","Revolut Bank UAB","Numer rejestracyjny",LT100011706713,,,,,,,,,,,,,,,,,,, +"Adres i kraj","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wartość depozytu",,,,,,,,,,,,,,,,,,,,,, +,,"Saldo początkowe","0,00 CZK","0,00 PLN",,,,,,,,,,,,,,,,,, +,,"Saldo końcowe","0,00 CZK","0,00 PLN",,,,,,,,,,,,,,,,,, +,,"Maksymalne saldo","0,00 CZK","0,00 PLN",,,,,,,,,,,,,,,,,, +,,"Średnie saldo w całym okresie","0,00 CZK","0,00 PLN",,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Konto osobiste (DKK)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Dane rachunku bieżącego",,,,,,,,,,,,,,,,,,,,,, +"Numer konta (IBAN)",LT283250039602550890,"Data otwarcia","30 maj 2024",,,,,,,,,,,,,,,,,,, +"Rodzaj własności","Osoba fizyczna","Data zamknięcia",,,,,,,,,,,,,,,,,,,, +"Wykorzystanie konta",Osobiste,"Liczba dni posiadania (w wybranym okresie)",4,,,,,,,,,,,,,,,,,,, +"Rodzaj konta",Bieżące,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Informacje o instytucji finansowej",,,,,,,,,,,,,,,,,,,,,, +"Nazwa instytucji finansowej","Revolut Bank UAB","Numer rejestracyjny",LT100011706713,,,,,,,,,,,,,,,,,,, +"Adres i kraj","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wartość depozytu",,,,,,,,,,,,,,,,,,,,,, +,,"Saldo początkowe","0,00 DKK","0,00 PLN",,,,,,,,,,,,,,,,,, +,,"Saldo końcowe","0,00 DKK","0,00 PLN",,,,,,,,,,,,,,,,,, +,,"Maksymalne saldo","0,00 DKK","0,00 PLN",,,,,,,,,,,,,,,,,, +,,"Średnie saldo w całym okresie","0,00 DKK","0,00 PLN",,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Konto osobiste (THB)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Dane rachunku bieżącego",,,,,,,,,,,,,,,,,,,,,, +"Numer konta (IBAN)",LT283250039602550890,"Data otwarcia","25 lis 2025",,,,,,,,,,,,,,,,,,, +"Rodzaj własności","Osoba fizyczna","Data zamknięcia",,,,,,,,,,,,,,,,,,,, +"Wykorzystanie konta",Osobiste,"Liczba dni posiadania (w wybranym okresie)",4,,,,,,,,,,,,,,,,,,, +"Rodzaj konta",Bieżące,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Informacje o instytucji finansowej",,,,,,,,,,,,,,,,,,,,,, +"Nazwa instytucji finansowej","Revolut Bank UAB","Numer rejestracyjny",LT100011706713,,,,,,,,,,,,,,,,,,, +"Adres i kraj","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wartość depozytu",,,,,,,,,,,,,,,,,,,,,, +,,"Saldo początkowe","0,00 THB","0,00 PLN",,,,,,,,,,,,,,,,,, +,,"Saldo końcowe","0,00 THB","0,00 PLN",,,,,,,,,,,,,,,,,, +,,"Maksymalne saldo","0,00 THB","0,00 PLN",,,,,,,,,,,,,,,,,, +,,"Średnie saldo w całym okresie","0,00 THB","0,00 PLN",,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Konto osobiste (GBP)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Dane rachunku bieżącego",,,,,,,,,,,,,,,,,,,,,, +"Numer konta (LT IBAN)",LT283250039602550890,"Data otwarcia","10 kwi 2024",,,,,,,,,,,,,,,,,,, +"Numer konta GB",61113492,"Data zamknięcia",,,,,,,,,,,,,,,,,,,, +"Rodzaj własności","Osoba fizyczna","Liczba dni posiadania (w wybranym okresie)",4,,,,,,,,,,,,,,,,,,, +"Wykorzystanie konta",Osobiste,,,,,,,,,,,,,,,,,,,,, +"Rodzaj konta",Bieżące,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Informacje o instytucji finansowej",,,,,,,,,,,,,,,,,,,,,, +"Nazwa instytucji finansowej","Revolut Bank UAB","Numer rejestracyjny",LT100011706713,,,,,,,,,,,,,,,,,,, +"Adres i kraj","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wartość depozytu",,,,,,,,,,,,,,,,,,,,,, +,,"Saldo początkowe","0,00£","0,00 PLN",,,,,,,,,,,,,,,,,, +,,"Saldo końcowe","0,00£","0,00 PLN",,,,,,,,,,,,,,,,,, +,,"Maksymalne saldo","0,00£","0,00 PLN",,,,,,,,,,,,,,,,,, +,,"Średnie saldo w całym okresie","0,00£","0,00 PLN",,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Konto osobiste (EUR)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Dane rachunku bieżącego",,,,,,,,,,,,,,,,,,,,,, +"Numer konta (IBAN)",LT283250039602550890,"Data otwarcia","6 cze 2023",,,,,,,,,,,,,,,,,,, +"Rodzaj własności","Osoba fizyczna","Data zamknięcia",,,,,,,,,,,,,,,,,,,, +"Wykorzystanie konta",Osobiste,"Liczba dni posiadania (w wybranym okresie)",4,,,,,,,,,,,,,,,,,,, +"Rodzaj konta",Bieżące,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Informacje o instytucji finansowej",,,,,,,,,,,,,,,,,,,,,, +"Nazwa instytucji finansowej","Revolut Bank UAB","Numer rejestracyjny",LT100011706713,,,,,,,,,,,,,,,,,,, +"Adres i kraj","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wartość depozytu",,,,,,,,,,,,,,,,,,,,,, +,,"Saldo początkowe","0,00€","0,00 PLN",,,,,,,,,,,,,,,,,, +,,"Saldo końcowe","200,00€","864,76 PLN",,,,,,,,,,,,,,,,,, +,,"Maksymalne saldo","200,00€","869,50 PLN",,,,,,,,,,,,,,,,,, +,,"Średnie saldo w całym okresie","200,00€","869,50 PLN",,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Kids & Teens (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Dane rachunku bieżącego",,,,,,,,,,,,,,,,,,,,,, +"Numer konta",N/A,"Data otwarcia","17 maj 2024",,,,,,,,,,,,,,,,,,, +"Rodzaj własności","Osoba fizyczna","Data zamknięcia",,,,,,,,,,,,,,,,,,,, +"Wykorzystanie konta",Osobiste,"Liczba dni posiadania (w wybranym okresie)",4,,,,,,,,,,,,,,,,,,, +"Rodzaj konta",Bieżące,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Informacje o instytucji finansowej",,,,,,,,,,,,,,,,,,,,,, +"Nazwa instytucji finansowej","Revolut Bank UAB","Numer rejestracyjny",LT100011706713,,,,,,,,,,,,,,,,,,, +"Adres i kraj","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wartość depozytu",,,,,,,,,,,,,,,,,,,,,, +,,"Saldo początkowe","135,56 PLN",,,,,,,,,,,,,,,,,,, +,,"Saldo końcowe","30,07 PLN",,,,,,,,,,,,,,,,,,, +,,"Maksymalne saldo","135,56 PLN",,,,,,,,,,,,,,,,,,, +,,"Średnie saldo w całym okresie","32,82 PLN",,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Kids & Teens (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Dane rachunku bieżącego",,,,,,,,,,,,,,,,,,,,,, +"Numer konta",N/A,"Data otwarcia","17 maj 2024",,,,,,,,,,,,,,,,,,, +"Rodzaj własności","Osoba fizyczna","Data zamknięcia",,,,,,,,,,,,,,,,,,,, +"Wykorzystanie konta",Osobiste,"Liczba dni posiadania (w wybranym okresie)",4,,,,,,,,,,,,,,,,,,, +"Rodzaj konta",Bieżące,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Informacje o instytucji finansowej",,,,,,,,,,,,,,,,,,,,,, +"Nazwa instytucji finansowej","Revolut Bank UAB","Numer rejestracyjny",LT100011706713,,,,,,,,,,,,,,,,,,, +"Adres i kraj","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wartość depozytu",,,,,,,,,,,,,,,,,,,,,, +,,"Saldo początkowe","73,28 PLN",,,,,,,,,,,,,,,,,,, +,,"Saldo końcowe","7,82 PLN",,,,,,,,,,,,,,,,,,, +,,"Maksymalne saldo","83,28 PLN",,,,,,,,,,,,,,,,,,, +,,"Średnie saldo w całym okresie","26,68 PLN",,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Bilety (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Dane rachunku bieżącego",,,,,,,,,,,,,,,,,,,,,, +"Numer konta",N/A,"Data otwarcia","26 mar 2026",,,,,,,,,,,,,,,,,,, +"Rodzaj własności","Osoba fizyczna","Data zamknięcia","23 lip 2026",,,,,,,,,,,,,,,,,,, +"Wykorzystanie konta",Osobiste,"Liczba dni posiadania (w wybranym okresie)",4,,,,,,,,,,,,,,,,,,, +"Rodzaj konta",Bieżące,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Informacje o instytucji finansowej",,,,,,,,,,,,,,,,,,,,,, +"Nazwa instytucji finansowej","Revolut Bank UAB","Numer rejestracyjny",LT100011706713,,,,,,,,,,,,,,,,,,, +"Adres i kraj","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wartość depozytu",,,,,,,,,,,,,,,,,,,,,, +,,"Saldo początkowe","0,00 PLN",,,,,,,,,,,,,,,,,,, +,,"Saldo końcowe","0,00 PLN",,,,,,,,,,,,,,,,,,, +,,"Maksymalne saldo","0,00 PLN",,,,,,,,,,,,,,,,,,, +,,"Średnie saldo w całym okresie","0,00 PLN",,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Sinscerely youres (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Dane rachunku bieżącego",,,,,,,,,,,,,,,,,,,,,, +"Numer konta",N/A,"Data otwarcia","30 sty 2026",,,,,,,,,,,,,,,,,,, +"Rodzaj własności","Osoba fizyczna","Data zamknięcia","25 lip 2026",,,,,,,,,,,,,,,,,,, +"Wykorzystanie konta",Osobiste,"Liczba dni posiadania (w wybranym okresie)",4,,,,,,,,,,,,,,,,,,, +"Rodzaj konta",Bieżące,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Informacje o instytucji finansowej",,,,,,,,,,,,,,,,,,,,,, +"Nazwa instytucji finansowej","Revolut Bank UAB","Numer rejestracyjny",LT100011706713,,,,,,,,,,,,,,,,,,, +"Adres i kraj","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wartość depozytu",,,,,,,,,,,,,,,,,,,,,, +,,"Saldo początkowe","0,00 PLN",,,,,,,,,,,,,,,,,,, +,,"Saldo końcowe","0,00 PLN",,,,,,,,,,,,,,,,,,, +,,"Maksymalne saldo","0,00 PLN",,,,,,,,,,,,,,,,,,, +,,"Średnie saldo w całym okresie","0,00 PLN",,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Na miesiąc na żarełko (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Dane rachunku bieżącego",,,,,,,,,,,,,,,,,,,,,, +"Numer konta",N/A,"Data otwarcia","11 lis 2025",,,,,,,,,,,,,,,,,,, +"Rodzaj własności","Osoba fizyczna","Data zamknięcia",,,,,,,,,,,,,,,,,,,, +"Wykorzystanie konta",Osobiste,"Liczba dni posiadania (w wybranym okresie)",4,,,,,,,,,,,,,,,,,,, +"Rodzaj konta",Bieżące,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Informacje o instytucji finansowej",,,,,,,,,,,,,,,,,,,,,, +"Nazwa instytucji finansowej","Revolut Bank UAB","Numer rejestracyjny",LT100011706713,,,,,,,,,,,,,,,,,,, +"Adres i kraj","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wartość depozytu",,,,,,,,,,,,,,,,,,,,,, +,,"Saldo początkowe","0,00 PLN",,,,,,,,,,,,,,,,,,, +,,"Saldo końcowe","0,00 PLN",,,,,,,,,,,,,,,,,,, +,,"Maksymalne saldo","0,00 PLN",,,,,,,,,,,,,,,,,,, +,,"Średnie saldo w całym okresie","0,00 PLN",,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Oszczędności (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Dane rachunku bieżącego",,,,,,,,,,,,,,,,,,,,,, +"Numer konta",N/A,"Data otwarcia","11 lis 2025",,,,,,,,,,,,,,,,,,, +"Rodzaj własności","Osoba fizyczna","Data zamknięcia",,,,,,,,,,,,,,,,,,,, +"Wykorzystanie konta",Osobiste,"Liczba dni posiadania (w wybranym okresie)",4,,,,,,,,,,,,,,,,,,, +"Rodzaj konta",Bieżące,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Informacje o instytucji finansowej",,,,,,,,,,,,,,,,,,,,,, +"Nazwa instytucji finansowej","Revolut Bank UAB","Numer rejestracyjny",LT100011706713,,,,,,,,,,,,,,,,,,, +"Adres i kraj","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wartość depozytu",,,,,,,,,,,,,,,,,,,,,, +,,"Saldo początkowe","0,00 PLN",,,,,,,,,,,,,,,,,,, +,,"Saldo końcowe","0,00 PLN",,,,,,,,,,,,,,,,,,, +,,"Maksymalne saldo","0,00 PLN",,,,,,,,,,,,,,,,,,, +,,"Średnie saldo w całym okresie","0,00 PLN",,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Potrzeby (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Dane rachunku bieżącego",,,,,,,,,,,,,,,,,,,,,, +"Numer konta",N/A,"Data otwarcia","11 lis 2025",,,,,,,,,,,,,,,,,,, +"Rodzaj własności","Osoba fizyczna","Data zamknięcia","29 lip 2026",,,,,,,,,,,,,,,,,,, +"Wykorzystanie konta",Osobiste,"Liczba dni posiadania (w wybranym okresie)",4,,,,,,,,,,,,,,,,,,, +"Rodzaj konta",Bieżące,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Informacje o instytucji finansowej",,,,,,,,,,,,,,,,,,,,,, +"Nazwa instytucji finansowej","Revolut Bank UAB","Numer rejestracyjny",LT100011706713,,,,,,,,,,,,,,,,,,, +"Adres i kraj","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wartość depozytu",,,,,,,,,,,,,,,,,,,,,, +,,"Saldo początkowe","0,00 PLN",,,,,,,,,,,,,,,,,,, +,,"Saldo końcowe","0,00 PLN",,,,,,,,,,,,,,,,,,, +,,"Maksymalne saldo","0,00 PLN",,,,,,,,,,,,,,,,,,, +,,"Średnie saldo w całym okresie","0,00 PLN",,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Zakupy (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Dane rachunku bieżącego",,,,,,,,,,,,,,,,,,,,,, +"Numer konta",N/A,"Data otwarcia","7 sie 2024",,,,,,,,,,,,,,,,,,, +"Rodzaj własności","Osoba fizyczna","Data zamknięcia",,,,,,,,,,,,,,,,,,,, +"Wykorzystanie konta",Osobiste,"Liczba dni posiadania (w wybranym okresie)",4,,,,,,,,,,,,,,,,,,, +"Rodzaj konta",Bieżące,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Informacje o instytucji finansowej",,,,,,,,,,,,,,,,,,,,,, +"Nazwa instytucji finansowej","Revolut Bank UAB","Numer rejestracyjny",LT100011706713,,,,,,,,,,,,,,,,,,, +"Adres i kraj","Konstitucijos ave. 21B, LT-08130, Vilnius",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wartość depozytu",,,,,,,,,,,,,,,,,,,,,, +,,"Saldo początkowe","0,00 PLN",,,,,,,,,,,,,,,,,,, +,,"Saldo końcowe","0,00 PLN",,,,,,,,,,,,,,,,,,, +,,"Maksymalne saldo","0,00 PLN",,,,,,,,,,,,,,,,,,, +,,"Średnie saldo w całym okresie","0,00 PLN",,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Oszczędności Podsumowania",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Aion (EUR)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Interest and Tax Summary",,,,,,,,,,,,,,,,,,,,,, +"Gross rate","1.75% p.a.",,"Potrącone podatki","0,00€","0,00 PLN",,,,,,,,,,,,,,,,, +"Oprocentowanie (po potrąceniu litewskiego podatku)","1.75%",,,,,,,,,,,,,,,,,,,,, +"Gross income","0,28€","1,21 PLN",,,,,,,,,,,,,,,,,,,, +"Net income","0,28€","1,21 PLN",,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Szczegóły konta oszczędnościowego",,,,,,,,,,,,,,,,,,,,,, +"Numer konta (IBAN)",LT283250039602550890,"Data otwarcia","21 sie 2023",,,,,,,,,,,,,,,,,,, +"Rodzaj własności","Osoba fizyczna","Data zamknięcia",,,,,,,,,,,,,,,,,,,, +"Wykorzystanie konta",Osobiste,"Liczba dni posiadania (w wybranym okresie)",4,,,,,,,,,,,,,,,,,,, +"Rodzaj konta",Oszczędności,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wartość depozytu",,,,,,,,,,,,,,,,,,,,,, +,,"Saldo początkowe","1 535,89€","6 617,38 PLN",,,,,,,,,,,,,,,,,, +,,"Saldo końcowe","1 336,17€","5 777,33 PLN",,,,,,,,,,,,,,,,,, +,,"Maksymalne saldo","1 535,96€","6 677,59 PLN",,,,,,,,,,,,,,,,,, +,,"Średnie saldo w całym okresie","1 336,07€","5 800,64 PLN",,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Informacje o instytucji finansowej",,,,,,,,,,,,,,,,,,,,,, +"Nazwa instytucji finansowej","Aion Bank SA/NV","Numer rejestracyjny",BE0403.199.306,,,,,,,,,,,,,,,,,,, +"Adres i kraj","Sq. Victoria Régina 1, 1210 Saint-Josse-ten-Noode, Belgium",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Aion (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Interest and Tax Summary",,,,,,,,,,,,,,,,,,,,,, +"Gross rate","3.00% p.a.","Potrącone podatki","0,00 PLN",,,,,,,,,,,,,,,,,,, +"Oprocentowanie (po potrąceniu litewskiego podatku)","2.00%-3.00%",,,,,,,,,,,,,,,,,,,,, +"Gross income","4,54 PLN",,,,,,,,,,,,,,,,,,,,, +"Net income","4,54 PLN",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Szczegóły konta oszczędnościowego",,,,,,,,,,,,,,,,,,,,,, +"Numer konta (IBAN)",LT283250039602550890,"Data otwarcia","30 cze 2023",,,,,,,,,,,,,,,,,,, +"Rodzaj własności","Osoba fizyczna","Data zamknięcia",,,,,,,,,,,,,,,,,,,, +"Wykorzystanie konta",Osobiste,"Liczba dni posiadania (w wybranym okresie)",4,,,,,,,,,,,,,,,,,,, +"Rodzaj konta",Oszczędności,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wartość depozytu",,,,,,,,,,,,,,,,,,,,,, +,,"Saldo początkowe","13 996,09 PLN",,,,,,,,,,,,,,,,,,, +,,"Saldo końcowe","13 121,87 PLN",,,,,,,,,,,,,,,,,,, +,,"Maksymalne saldo","13 997,24 PLN",,,,,,,,,,,,,,,,,,, +,,"Średnie saldo w całym okresie","13 185,31 PLN",,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Informacje o instytucji finansowej",,,,,,,,,,,,,,,,,,,,,, +"Nazwa instytucji finansowej","Aion Bank SA/NV","Numer rejestracyjny",BE0403.199.306,,,,,,,,,,,,,,,,,,, +"Adres i kraj","Sq. Victoria Régina 1, 1210 Saint-Josse-ten-Noode, Belgium",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Investment Services Podsumowania",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Dane rachunku maklerskiego",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wypłacone dywidendy",,,,,,,,,,,,,,,,,,,,,, +Dividends,"45,71 PLN","Tax withheld on dividend","6,85 PLN",,,,,,,,,,,,,,,,,,, +"Dochód netto z dywidendy","38,86 PLN",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Przychód ze sprzedaży",,,,,,,,,,,,,,,,,,,,,, +"Wpływy brutto","8 153,72 PLN","Zatrzymany podatek od sprzedaży","0,00 PLN",,,,,,,,,,,,,,,,,,, +"Cost basis","7 560,75 PLN","Zatrzymany podatek od zakupu","0,00 PLN",,,,,,,,,,,,,,,,,,, +"Opłaty i prowizje","0,19 PLN","Netto PnL","592,78 PLN",,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Dane rachunku maklerskiego",,,,,,,,,,,,,,,,,,,,,, +"Numer konta",28205233,"Data otwarcia","9 wrz 2023",,,,,,,,,,,,,,,,,,, +"Rodzaj własności",Holder,"Data zamknięcia",,,,,,,,,,,,,,,,,,,, +"Wykorzystanie konta",Personal,"Liczba dni posiadania (wybrano w okresie)",4,,,,,,,,,,,,,,,,,,, +"Rodzaj konta",Portfolio,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Financial institution information",,,,,,,,,,,,,,,,,,,,,, +"Nazwa instytucji finansowej","Revolut Securities Europe UAB","Numer rejestracyjny",305799582,,,,,,,,,,,,,,,,,,, +"Adres i kraj","Konstitucijos ave. 21B, LT-08130, Vilnius, Lithuania",,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Rachunki bieżące Wyciągi transakcyjne",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Konto osobiste (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wyciąg z transakcjami",,,,,,,,,,,,,,,,,,,,,, +Data,Opis,Kategoria,"Przelew wychodzący/przychodzący",Saldo,"Zatrzymany podatek","Inne podatki",Opłaty,,,,,,,,,,,,,,, +"11 lip 2026","Unknown Description",Inne,"300,00 PLN","300,00 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"11 lip 2026","Przelew od: Stefania Czaja",Inne,"100,00 PLN","400,00 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"11 lip 2026","Unknown Description",Inne,"55,00 PLN","455,00 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"11 lip 2026","Unknown Description",Inne,"100,00 PLN","555,00 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"11 lip 2026","Unknown Description",Inne,"100,00 PLN","655,00 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"11 lip 2026","Przelew do: Katarzyna Czaja",Inne,"-10,00 PLN","645,00 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"11 lip 2026","Depositing savings",Inne,"-72,76 PLN","572,24 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"11 lip 2026","Unknown Description",Inne,"200,00 PLN","772,24 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"11 lip 2026","Przelew od: Stefania Czaja",Inne,"20,00 PLN","792,24 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"11 lip 2026","Przelew do: Stefania Czaja",Inne,"-20,00 PLN","772,24 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"11 lip 2026","Unknown Description",Inne,"50,00 PLN","822,24 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"11 lip 2026","Unknown Description",Inne,"20,00 PLN","842,24 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"11 lip 2026","Unknown Description",Inne,"10,00 PLN","852,24 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"11 lip 2026","Depositing savings",Inne,"-8,15 PLN","844,09 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"12 lip 2026","Arkrod Gdansk Baltycka",Usługodawca,"-389,49 PLN","454,60 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"12 lip 2026",Fotojoker,Usługodawca,"-64,99 PLN","389,61 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"12 lip 2026",Helios,Usługodawca,"-195,40 PLN","194,21 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"12 lip 2026","Food Way Group",Usługodawca,"-86,80 PLN","107,41 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"12 lip 2026",Grycan,Usługodawca,"-19,90 PLN","87,51 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"12 lip 2026",ROSSMANN,Usługodawca,"-56,55 PLN","30,96 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"12 lip 2026",Carrefour,Usługodawca,"-30,96 PLN","0,00 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"13 lip 2026","Unknown Description",Inne,"100,00 PLN","100,00 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"13 lip 2026","Depositing savings",Inne,"-66,45 PLN","33,55 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"13 lip 2026","Unknown Description",Inne,"80,00 PLN","113,55 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"13 lip 2026","To Upc Internet",Inne,"-80,00 PLN","33,55 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"14 lip 2026","Unknown Description",Inne,"50,00 PLN","83,55 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"14 lip 2026",www.siepomaga.pl,Usługodawca,"-50,00 PLN","33,55 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"14 lip 2026",Carrefour,Usługodawca,"-33,55 PLN","0,00 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +Razem,,,"0,00 PLN",,"0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Konto osobiste (USD)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wyciąg z transakcjami",,,,,,,,,,,,,,,,,,,,,, +Data,Opis,Kategoria,"Przelew wychodzący/przychodzący","Przelew wychodzący/przychodzący",Saldo,Saldo,"Zatrzymany podatek","Zatrzymany podatek","Inne podatki","Inne podatki",Opłaty,Opłaty,,,,,,,,,, +"14 lip 2026",Wpłata,Zasil,"10,24$","38,76 PLN","10,24$","38,76 PLN","0,00$","0,00 PLN","0,00$","0,00 PLN","0,00$","0,00 PLN",,,,,,,,,, +"14 lip 2026","Wymiana na PLN",Wymień,"-10,24$","-38,76 PLN","0,00$","0,00 PLN","0,00$","0,00 PLN","0,00$","0,00 PLN","0,00$","0,00 PLN",,,,,,,,,, +Razem,,,"0,00$","0,00 PLN",,,"0,00$","0,00 PLN","0,00$","0,00 PLN","0,00$","0,00 PLN",,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Konto osobiste (CZK)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wyciąg z transakcjami",,,,,,,,,,,,,,,,,,,,,, +Data,Opis,Kategoria,"Przelew wychodzący/przychodzący","Przelew wychodzący/przychodzący",Saldo,"Zatrzymany podatek","Zatrzymany podatek","Inne podatki","Inne podatki",Opłaty,Opłaty,,,,,,,,,,, +Razem,,,"0,00 CZK","0,00 PLN",,"0,00 CZK","0,00 PLN","0,00 CZK","0,00 PLN","0,00 CZK","0,00 PLN",,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Konto osobiste (DKK)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wyciąg z transakcjami",,,,,,,,,,,,,,,,,,,,,, +Data,Opis,Kategoria,"Przelew wychodzący/przychodzący","Przelew wychodzący/przychodzący",Saldo,"Zatrzymany podatek","Zatrzymany podatek","Inne podatki","Inne podatki",Opłaty,Opłaty,,,,,,,,,,, +Razem,,,"0,00 DKK","0,00 PLN",,"0,00 DKK","0,00 PLN","0,00 DKK","0,00 PLN","0,00 DKK","0,00 PLN",,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Konto osobiste (THB)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wyciąg z transakcjami",,,,,,,,,,,,,,,,,,,,,, +Data,Opis,Kategoria,"Przelew wychodzący/przychodzący","Przelew wychodzący/przychodzący",Saldo,"Zatrzymany podatek","Zatrzymany podatek","Inne podatki","Inne podatki",Opłaty,Opłaty,,,,,,,,,,, +Razem,,,"0,00 THB","0,00 PLN",,"0,00 THB","0,00 PLN","0,00 THB","0,00 PLN","0,00 THB","0,00 PLN",,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Konto osobiste (GBP)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wyciąg z transakcjami",,,,,,,,,,,,,,,,,,,,,, +Data,Opis,Kategoria,"Przelew wychodzący/przychodzący","Przelew wychodzący/przychodzący",Saldo,"Zatrzymany podatek","Zatrzymany podatek","Inne podatki","Inne podatki",Opłaty,Opłaty,,,,,,,,,,, +Razem,,,"0,00£","0,00 PLN",,"0,00£","0,00 PLN","0,00£","0,00 PLN","0,00£","0,00 PLN",,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Konto osobiste (EUR)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wyciąg z transakcjami",,,,,,,,,,,,,,,,,,,,,, +Data,Opis,Kategoria,"Przelew wychodzący/przychodzący","Przelew wychodzący/przychodzący",Saldo,Saldo,"Zatrzymany podatek","Zatrzymany podatek","Inne podatki","Inne podatki",Opłaty,Opłaty,,,,,,,,,, +"11 lip 2026","Unknown Description",Inne,"200,00€","869,50 PLN","200,00€","869,50 PLN","0,00€","0,00 PLN","0,00€","0,00 PLN","0,00€","0,00 PLN",,,,,,,,,, +Razem,,,"200,00€","869,50 PLN",,,"0,00€","0,00 PLN","0,00€","0,00 PLN","0,00€","0,00 PLN",,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Kids & Teens (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wyciąg z transakcjami",,,,,,,,,,,,,,,,,,,,,, +Data,Opis,Kategoria,"Przelew wychodzący/przychodzący",Saldo,"Zatrzymany podatek","Inne podatki",Opłaty,,,,,,,,,,,,,,, +"11 lip 2026","Przelew do: JACEK CZAJA",Inne,"-100,00 PLN","35,56 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"11 lip 2026","Przelew do: JACEK CZAJA",Inne,"-20,00 PLN","15,56 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"11 lip 2026","Przelew od: JACEK CZAJA",Inne,"20,00 PLN","35,56 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"13 lip 2026",Żabka,Usługodawca,"-5,49 PLN","30,07 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +Razem,,,"-105,49 PLN",,"0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Kids & Teens (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wyciąg z transakcjami",,,,,,,,,,,,,,,,,,,,,, +Data,Opis,Kategoria,"Przelew wychodzący/przychodzący",Saldo,"Zatrzymany podatek","Inne podatki",Opłaty,,,,,,,,,,,,,,, +"11 lip 2026","Przelew od: JACEK CZAJA",Inne,"10,00 PLN","83,28 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"12 lip 2026",ROSSMANN,Usługodawca,"-51,47 PLN","31,81 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +"12 lip 2026",ROSSMANN,Usługodawca,"-23,99 PLN","7,82 PLN","0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +Razem,,,"-65,46 PLN",,"0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Bilety (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wyciąg z transakcjami",,,,,,,,,,,,,,,,,,,,,, +Data,Opis,Kategoria,"Przelew wychodzący/przychodzący",Saldo,"Zatrzymany podatek","Inne podatki",Opłaty,,,,,,,,,,,,,,, +Razem,,,"0,00 PLN",,"0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Sinscerely youres (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wyciąg z transakcjami",,,,,,,,,,,,,,,,,,,,,, +Data,Opis,Kategoria,"Przelew wychodzący/przychodzący",Saldo,"Zatrzymany podatek","Inne podatki",Opłaty,,,,,,,,,,,,,,, +Razem,,,"0,00 PLN",,"0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Na miesiąc na żarełko (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wyciąg z transakcjami",,,,,,,,,,,,,,,,,,,,,, +Data,Opis,Kategoria,"Przelew wychodzący/przychodzący",Saldo,"Zatrzymany podatek","Inne podatki",Opłaty,,,,,,,,,,,,,,, +Razem,,,"0,00 PLN",,"0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Oszczędności (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wyciąg z transakcjami",,,,,,,,,,,,,,,,,,,,,, +Data,Opis,Kategoria,"Przelew wychodzący/przychodzący",Saldo,"Zatrzymany podatek","Inne podatki",Opłaty,,,,,,,,,,,,,,, +Razem,,,"0,00 PLN",,"0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Potrzeby (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wyciąg z transakcjami",,,,,,,,,,,,,,,,,,,,,, +Data,Opis,Kategoria,"Przelew wychodzący/przychodzący",Saldo,"Zatrzymany podatek","Inne podatki",Opłaty,,,,,,,,,,,,,,, +Razem,,,"0,00 PLN",,"0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Zakupy (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Wyciąg z transakcjami",,,,,,,,,,,,,,,,,,,,,, +Data,Opis,Kategoria,"Przelew wychodzący/przychodzący",Saldo,"Zatrzymany podatek","Inne podatki",Opłaty,,,,,,,,,,,,,,, +Razem,,,"0,00 PLN",,"0,00 PLN","0,00 PLN","0,00 PLN",,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Oszczędności Transaction Statements",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Aion (EUR)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Zestawienie transakcji (tylko potwierdzenie odsetek)",,,,,,,,,,,,,,,,,,,,,, +Data,Opis,"Gross rate","Gross interest","Gross interest","Potrącone podatki","Potrącone podatki","Other taxes","Other taxes",Fees,Fees,"Net interest","Net interest",,,,,,,,,, +11.07.2026,"Oprocentowanie brutto","1.75%","0,07€","0,30 PLN","0,00€","0,00 PLN","0,00€","0,00 PLN","0,00€","0,00 PLN","0,07€","0,30 PLN",,,,,,,,,, +12.07.2026,"Oprocentowanie brutto","1.75%","0,07€","0,30 PLN","0,00€","0,00 PLN","0,00€","0,00 PLN","0,00€","0,00 PLN","0,07€","0,30 PLN",,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Aion (PLN)",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Zestawienie transakcji (tylko potwierdzenie odsetek)",,,,,,,,,,,,,,,,,,,,,, +Data,Opis,"Gross rate","Gross interest","Potrącone podatki","Other taxes",Fees,"Net interest",,,,,,,,,,,,,,, +11.07.2026,"Oprocentowanie brutto","3%","0,43 PLN","0,00 PLN","0,00 PLN","0,00 PLN","0,43 PLN",,,,,,,,,,,,,,, +11.07.2026,"Oprocentowanie brutto","3%","0,72 PLN","0,00 PLN","0,00 PLN","0,00 PLN","0,72 PLN",,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Investment Services Wyciągi transakcyjne",,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Zestawienie transakcji (tylko wpływy z dywidendy)",,,,,,,,,,,,,,,,,,,,,, +Data,"Opis i symbol ",ISIN,Kraj,"Brutto dywidendy / dochodu","Brutto dywidendy / dochodu","Zatrzymane podatki","Zatrzymane podatki","Inne podatki","Inne podatki",Opłaty,Opłaty,"Dywidenda/dochód netto","Dywidenda/dochód netto",,,,,,,,, +"13 lip 2026","Ambev dividend",US02319V1035,US,"12,01$","45,71 PLN","1,80$","6,85 PLN","0,00$","0,00 PLN","0,00 PLN","0,00 PLN","10,21$","38,86 PLN",,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +"Sprzedane jednostki",,,,,,,,,,,,,,,,,,,,,, +"Data (Sprzedaży)","Data (Zakupu)","Opis, symbol i kod ISIN","Opis, symbol i kod ISIN",Kraj,"Wiek jednostek","Units sold","Cena jednostkowa (Data sprzedaży)","Cena jednostkowa (w dniu daty zakupu)","Cena jednostkowa (Data sprzedaży)","Cena jednostkowa (w dniu daty zakupu)","Wartość (Sprzedaży)","Wartość (Zakupu)","Wartość (Sprzedaży)","Wartość (Zakupu)","Zyski kapitałowe","Zyski kapitałowe","Zatrzymane podatki","Zatrzymane podatki","Inne podatki","Inne podatki",Opłaty,Opłaty +"13 lip 2026","3 cze 2026","Canadian National Railway Company CNI",CA1363751027,CA,"40 days",17,"+US$126","-US$121.68","+479.63 PLN","-444.75 PLN","+US$2,142","-US$2,068.59","+8,153.72 PLN","-7,560.75 PLN","US$73.41","592.97 PLN","US$0","0 PLN","US$0.05","0.19 PLN","US$0","0 PLN" +,,,,,,,,,,,,,,,,,,,,,, +"Inne transakcje na rachunku maklerskim ",,,,,,,,,,,,,,,,,,,,,, +Data,"Opis i symbol ",ISIN,Ilość,Kraj,"Wartość brutto","Wartość brutto","Zatrzymane podatki","Zatrzymane podatki","Inne podatki","Inne podatki",Opłaty,Opłaty,"Wartość netto","Wartość netto",,,,,,,, +"13 lip 2026",O,US7561091049,17.87229369,"United States","US$1,141.96","4,346.97 PLN","US$0","0 PLN","US$0","0 PLN","US$2.85","10.84 PLN","US$1,139.11","4,336.13 PLN",,,,,,,, +"13 lip 2026",UL,US9047678035,16.26977654,"United States","US$999.97","3,806.47 PLN","US$0","0 PLN","US$0","0 PLN","US$2.49","9.47 PLN","US$997.48","3,797 PLN",,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, +---------,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, diff --git a/src/csvparser.rs b/src/csvparser.rs index b97fbe4..2be1a23 100644 --- a/src/csvparser.rs +++ b/src/csvparser.rs @@ -107,45 +107,6 @@ fn extract_cash_with_currency(cashline: &str, currency: &str) -> Result Err(format!("Error converting: {cashline_string}")), } } -fn extract_income_and_cost(cashline: &str) -> Result<(crate::Currency, crate::Currency), String> { - log::info!("Entry moneyin/total amount line: {cashline}"); - // replace "," to "." only if there are is no "." already - // otherwise remove ',' - let cashline_string: String = if cashline.contains(',') && cashline.contains(".") { - cashline.to_string().replace(",", "") - } else { - cashline.to_string().replace(",", ".") - }; - log::info!("Processed moneyin/total amount line: {cashline_string}"); - // example +US$10,961.04, -US$20,000 (+39,914.26 PLN, -78,935.63 PLN) - let usd_income_parser = tuple(( - many_m_n(0, 1, tag("+")), - tag("US$"), - double::<&str, Error<_>>, - )); - let usd_cost_parser = tuple(( - many_m_n(0, 1, tag("-")), - tag("US$"), - double::<&str, Error<_>>, - )); - let mut usd_parser = tuple((usd_income_parser, tag(" "), usd_cost_parser)); - // example +€10,961.04, -€20,000 (+39,914.26 PLN, -78,935.63 PLN) - let euro_income_parser = tuple((many_m_n(0, 1, tag("+")), tag("€"), double::<&str, Error<_>>)); - let euro_cost_parser = tuple((many_m_n(0, 1, tag("-")), tag("€"), double::<&str, Error<_>>)); - let mut euro_parser = tuple((euro_income_parser, tag(" "), euro_cost_parser)); - - if let Ok((_, ((_, _, income), _, (_, _, cost)))) = usd_parser(cashline_string.as_str()) { - log::trace!("Extracted cost: {cost} income: {income}"); - return Ok((crate::Currency::USD(cost), crate::Currency::USD(income))); - } else if let Ok((_, ((_, _, income), _, (_, _, cost)))) = euro_parser(cashline_string.as_str()) - { - log::trace!("Extracted cost: {cost} income: {income}"); - return Ok((crate::Currency::EUR(cost), crate::Currency::EUR(income))); - } - Err(format!( - "Error extracing income and cost from cashline: {cashline_string}" - )) -} fn extract_cash(cashline: &str) -> Result { // We need to erase "," before processing it by parser @@ -154,14 +115,28 @@ fn extract_cash(cashline: &str) -> Result { // otherwise remove ',' let cashline_string: String = if cashline.contains(',') && cashline.contains(".") { cashline.to_string().replace(",", "") + } else if cashline.contains(',') { + // If there is only comma we need to check if this is separation of thousends or actual + // decimal separator + let after_comma = cashline.split(',').last().unwrap_or(""); + let digits_after_comma: String = + after_comma.chars().filter(|c| c.is_ascii_digit()).collect(); + + if digits_after_comma.len() == 3 { + cashline.to_string().replace(",", "") // Separator of thousends (e.g. 1,000.00$) + } else { + cashline.to_string().replace(",", ".") // Separator of decimal (eg. 63,28$) + } } else { - cashline.to_string().replace(",", ".") + cashline.to_string() }; + let cashline_string: String = cashline_string.replace(" ", ""); let cashline_string: String = cashline_string.trim_start_matches('+').to_string(); log::info!("Processed moneyin/total amount line: {cashline_string}"); let mut euro_parser = tuple((double::<&str, Error<_>>, tag("€"))); let mut euro_parser2 = tuple((tag("€"), double::<&str, Error<_>>)); + let mut euro_parser3 = tuple((many_m_n(0, 1, tag("-")), tag("€"), double::<&str, Error<_>>)); let mut usd_parser = tuple((many_m_n(0, 1, tag("-")), tag("$"), double::<&str, Error<_>>)); let mut usd_parser2 = tuple((many_m_n(0, 1, tag("-")), double::<&str, Error<_>>, tag("$"))); // "US$0(0PLN)" @@ -170,12 +145,19 @@ fn extract_cash(cashline: &str) -> Result { tag("US$"), double::<&str, Error<_>>, )); + let mut usd_parser4 = tuple(( + many_m_n(0, 1, tag("-")), + tag("US$"), + double::<&str, Error<_>>, + )); let mut pln_parser = tuple((double::<&str, Error<_>>, tag("PLN"))); if let Ok((_, (value, _))) = euro_parser(cashline_string.as_str()) { return Ok(crate::Currency::EUR(value)); } else if let Ok((_, (_, value))) = euro_parser2(cashline_string.as_str()) { return Ok(crate::Currency::EUR(value)); + } else if let Ok((_, (_, _, value))) = euro_parser3(cashline_string.as_str()) { + return Ok(crate::Currency::EUR(value)); } else if let Ok((_, (value, _))) = pln_parser(cashline_string.as_str()) { return Ok(crate::Currency::PLN(value)); } else if let Ok((_, (sign, _, value))) = usd_parser(cashline_string.as_str()) { @@ -192,6 +174,8 @@ fn extract_cash(cashline: &str) -> Result { })); } else if let Ok((_, (_, _, value))) = usd_parser3(cashline_string.as_str()) { return Ok(crate::Currency::USD(value)); + } else if let Ok((_, (_, _, value))) = usd_parser4(cashline_string.as_str()) { + return Ok(crate::Currency::USD(value)); } else { return Err(format!("Error converting: {cashline_string}")); } @@ -365,9 +349,7 @@ fn extract_sold_transactions(df: &DataFrame) -> Result "Currency", "Country", ]) - } else if df - .get_column_names() - .contains(&"Date (of Sale, of Purchase)") + } else if df.get_column_names().contains(&"Date (of Sale)") || df .get_column_names() .iter() @@ -375,12 +357,22 @@ fn extract_sold_transactions(df: &DataFrame) -> Result { // English or Polish column names for v2 format // Note: Revolut uses non-breaking spaces (U+00A0) in newer Polish headers + log::info!("Sold transactions before renaming: {df}"); let date_col = df .get_column_names() .iter() - .find(|&col| col.contains("Data") && col.contains("Sprzedaży")) + .find(|&col| col.contains("Data (Sprzedaży)")) .copied() - .unwrap_or("Date (of Sale, of Purchase)"); + .unwrap_or("Date (of Sale)"); + + log::info!("date_col: {date_col}"); + let purchase_date_col = df + .get_column_names() + .iter() + .find(|&col| col.contains("Data (Zakupu)")) + .copied() + .unwrap_or("Date (of Purchase)"); + log::info!("purchase_date_col: {purchase_date_col}"); let symbol_col = df .get_column_names() @@ -394,7 +386,14 @@ fn extract_sold_transactions(df: &DataFrame) -> Result .iter() .find(|&col| col.contains("Wartość") && col.contains("Sprzedaży")) .copied() - .unwrap_or("Value (of Sale, of Purchase)"); + .unwrap_or("Value (of Sale)"); + + let cost_col = df + .get_column_names() + .iter() + .find(|&col| col.contains("Wartość") && col.contains("Zakupu")) + .copied() + .unwrap_or("Value (of Purchase)"); let other_taxes_col = df .get_column_names() @@ -419,8 +418,10 @@ fn extract_sold_transactions(df: &DataFrame) -> Result df.select([ date_col, + purchase_date_col, symbol_col, value_col, + cost_col, other_taxes_col, fees_col, country_col, @@ -446,8 +447,20 @@ fn extract_sold_transactions(df: &DataFrame) -> Result .map(|s| s.to_string()) { df_transactions = df_transactions - .rename(&date_col, "Date (of Sale, of Purchase)") - .expect("Unable to rename Data (Sprzedaży, Zakupu)") + .rename(&date_col, "Date (of Sale)") + .expect("Unable to rename Data (of Sale)") + .clone(); + } + + if let Some(purchase_date_col) = df_transactions + .get_column_names() + .iter() + .find(|&col| col.contains("Data") && col.contains("Zakupu")) + .map(|s| s.to_string()) + { + df_transactions = df_transactions + .rename(&purchase_date_col, "Date (of Purchase)") + .expect("Unable to rename Data (of Purchase)") .clone(); } @@ -470,8 +483,19 @@ fn extract_sold_transactions(df: &DataFrame) -> Result .map(|s| s.to_string()) { df_transactions = df_transactions - .rename(&value_col, "Value (of Sale, of Purchase)") - .expect("Unable to rename Wartość (Sprzedaży, Zakupu)") + .rename(&value_col, "Value (of Sale)") + .expect("Unable to rename Wartość (Sprzedaży)") + .clone(); + } + if let Some(cost_col) = df_transactions + .get_column_names() + .iter() + .find(|&col| col.contains("Wartość") && col.contains("Zakupu")) + .map(|s| s.to_string()) + { + df_transactions = df_transactions + .rename(&cost_col, "Value (of Purchase)") + .expect("Unable to rename Wartość (Zakupu)") .clone(); } @@ -670,89 +694,6 @@ fn parse_symbols(df: &DataFrame, col_name: &str) -> Result>, Ok(symbols) } -fn parse_investment_pairs_transaction_dates( - df: &DataFrame, - col_name: &str, -) -> Result<(Vec, Vec), &'static str> { - let date = df - .column(col_name) - .map_err(|_| "Error: Unable to select Date")?; - - let mut sold_dates: Vec = vec![]; - let mut acquire_dates: Vec = vec![]; - - let possible_dates = date.str().map_err(|_| "Error: Unable to convert to utf8")?; - - possible_dates.into_iter().try_for_each(|x| { - if let Some(d) = x { - // Split by ',' and then having four parts - // group each two making up single date - let parts = d.split(",").collect::>(); - - // english document is having 3 commas so we have four parts parts - // polish document is having only 1 comma so we have two parts - let (sell_date, acquire_date) = if parts.len() == 4 { - ( - format!("{}, {}", parts[0], parts[1]), - format!("{}, {}", parts[2], parts[3]), - ) - } else { - (parts[0].to_string(), parts[1].to_string()) - }; - - // Replace Polish month abbreviations with English ones - let sell_date = sell_date - .replace("sty", "Jan") - .replace("lut", "Feb") - .replace("mar", "Mar") - .replace("kwi", "Apr") - .replace("maj", "May") - .replace("cze", "Jun") - .replace("lip", "Jul") - .replace("sie", "Aug") - .replace("wrz", "Sep") - .replace("paź", "Oct") - .replace("lis", "Nov") - .replace("gru", "Dec"); - - let acquire_date = acquire_date - .replace("sty", "Jan") - .replace("lut", "Feb") - .replace("mar", "Mar") - .replace("kwi", "Apr") - .replace("maj", "May") - .replace("cze", "Jun") - .replace("lip", "Jul") - .replace("sie", "Aug") - .replace("wrz", "Sep") - .replace("paź", "Oct") - .replace("lis", "Nov") - .replace("gru", "Dec"); - - let cd = chrono::NaiveDate::parse_from_str(&sell_date, "%b %e, %Y") - .or_else(|_| chrono::NaiveDate::parse_from_str(&sell_date, "%e %b %Y")) - .or_else(|_| chrono::NaiveDate::parse_from_str(&sell_date, "%d %b %Y")) - .or_else(|_| chrono::NaiveDate::parse_from_str(&sell_date, "%b %d, %Y")) - .map_err(|_| "Error converting cell to NaiveDate")? - .format("%m/%d/%y") - .to_string(); - sold_dates.push(cd); - - let cd = chrono::NaiveDate::parse_from_str(&acquire_date, " %b %e, %Y") - .or_else(|_| chrono::NaiveDate::parse_from_str(&acquire_date, " %e %b %Y")) - .or_else(|_| chrono::NaiveDate::parse_from_str(&acquire_date, " %d %b %Y")) - .or_else(|_| chrono::NaiveDate::parse_from_str(&acquire_date, " %b %d, %Y")) - .map_err(|_| "Error converting cell to NaiveDate")? - .format("%m/%d/%y") - .to_string(); - acquire_dates.push(cd); - } - Ok::<(), &str>(()) - })?; - - Ok((acquire_dates, sold_dates)) -} - fn parse_investment_transaction_dates( df: &DataFrame, col_name: &str, @@ -800,25 +741,6 @@ fn parse_investment_transaction_dates( Ok(dates) } -fn parse_sold_incomes( - df: &DataFrame, - col: &str, -) -> Result<(Vec, Vec), String> { - let moneyin = df - .column(col) - .map_err(|_| format!("Error: Unable to select column '{}'", col))?; - let possible_incomes = moneyin - .str() - .map_err(|_| format!("Error: Unable to convert column '{}' to utf8", col))?; - - possible_incomes - .into_iter() - .filter_map(|x| x) - .map(|d| extract_income_and_cost(&d)) - .collect::, String>>() - .map(|v| v.into_iter().unzip()) -} - fn parse_incomes(df: &DataFrame, col: &str) -> Result, String> { let moneyin = df .column(col) @@ -926,10 +848,11 @@ fn process_tax_consolidated_data_v2( .drop_nulls::(None) .map_err(|_| "Error: Removing null rows in Revolut sold transactions")?; log::info!("Filtered Sold Data of interest: {filtred_df}"); - let (lacquired_dates, lsold_dates) = parse_investment_pairs_transaction_dates( - &filtred_df, - "Date (of Sale, of Purchase)", - )?; + + let lsold_dates = parse_investment_transaction_dates(&filtred_df, "Date (of Sale)")?; + let lacquired_dates = + parse_investment_transaction_dates(&filtred_df, "Date (of Purchase)")?; + log::info!("dates:: {:?}", ta.stock.acquired_dates); // For each sold data has to be one acquire date @@ -944,7 +867,8 @@ fn process_tax_consolidated_data_v2( ta.stock .countries .extend(parse_symbols(&filtred_df, "Country")?); - let (lcosts, lsells) = parse_sold_incomes(&filtred_df, "Value (of Sale, of Purchase)")?; + let lsells = parse_incomes(&filtred_df, "Value (of Sale)")?; + let lcosts = parse_incomes(&filtred_df, "Value (of Purchase)")?; ta.stock.gross.extend(lsells); let fees = parse_incomes(&filtred_df, "Fees")?; let other_taxes = parse_incomes(&filtred_df, "Other taxes")?; @@ -1135,7 +1059,9 @@ fn process_tax_consolidated_statement_v2( log::trace!("V2 CSV processed line: {line}"); match &mut state { ParsingState::None => { - if line.contains("only interest receipt") { + if line.contains("only interest receipt") + || line.contains("tylko potwierdzenie odsetek") + { log::info!("V2 Starting to collect: interests"); state = ParsingState::InterestsPLN(String::new()); } else if line.contains("Units which have been sold") @@ -1515,6 +1441,20 @@ mod tests { #[test] fn test_extract_cash() -> Result<(), String> { + assert_eq!(extract_cash("63,28$"), Ok(crate::Currency::USD(63.28))); + assert_eq!( + extract_cash("-US$20,000"), + Ok(crate::Currency::USD(20000.0)) + ); + assert_eq!( + extract_cash("+US$10,961.04"), + Ok(crate::Currency::USD(10961.04)) + ); + assert_eq!( + extract_cash("+€5,980.74"), + Ok(crate::Currency::EUR(5980.74)) + ); + assert_eq!(extract_cash("0,07€"), Ok(crate::Currency::EUR(0.07))); assert_eq!(extract_cash("6 000€"), Ok(crate::Currency::EUR(6000.00))); assert_eq!(extract_cash("600,34€"), Ok(crate::Currency::EUR(600.34))); @@ -1536,58 +1476,10 @@ mod tests { assert_eq!(extract_cash("$2.94"), Ok(crate::Currency::USD(2.94))); assert_eq!(extract_cash("-$0.51"), Ok(crate::Currency::USD(-0.51))); - assert_eq!(extract_cash("63,28$"), Ok(crate::Currency::USD(63.28))); assert_eq!(extract_cash("0$"), Ok(crate::Currency::USD(0.0))); Ok(()) } - #[test] - fn test_extract_income_and_cost() -> Result<(), String> { - // USD format from Revolut CSV v2: "+US$10,961.04, -US$20,000 (+39,914.26 PLN, -78,935.63 PLN)" - // Function extracts: (cost, income) - note the order! - - // Test USD with comma thousands separator - assert_eq!( - extract_income_and_cost("+US$10,961.04, -US$20,000 (+39,914.26 PLN, -78,935.63 PLN)"), - Ok(( - crate::Currency::USD(20000.0), - crate::Currency::USD(10961.04) - )) - ); - - // Test USD without thousands separator - assert_eq!( - extract_income_and_cost("+US$328.85, -US$500 (+1,197.49 PLN, -1,972.96 PLN)"), - Ok((crate::Currency::USD(500.0), crate::Currency::USD(328.85))) - ); - - // Test USD with decimals in cost - assert_eq!( - extract_income_and_cost("+US$668.10, -US$981.99 (+2,432.86 PLN, -3,799.41 PLN)"), - Ok((crate::Currency::USD(981.99), crate::Currency::USD(668.10))) - ); - - // Test USD with thousands separator in both values - assert_eq!( - extract_income_and_cost("+US$2,298.25, -US$3,000 (+8,326.02 PLN, -11,837.81 PLN)"), - Ok((crate::Currency::USD(3000.0), crate::Currency::USD(2298.25))) - ); - - // Test EUR format: "+€5,980.74, -€10,000 (+25,266.56 PLN, -42,000.00 PLN)" - assert_eq!( - extract_income_and_cost("+€5,980.74, -€10,000 (+25,266.56 PLN, -42,000.00 PLN)"), - Ok((crate::Currency::EUR(10000.0), crate::Currency::EUR(5980.74))) - ); - - // Test EUR without thousands separator - assert_eq!( - extract_income_and_cost("+€130.75, -€250.50 (+554.74 PLN, -1,062.12 PLN)"), - Ok((crate::Currency::EUR(250.50), crate::Currency::EUR(130.75))) - ); - - Ok(()) - } - #[test] fn test_parse_incomes() -> Result<(), String> { let moneyin = Series::new("Money in", vec!["6000€", "3000€"]); @@ -2126,226 +2018,48 @@ mod tests { dividend_transactions: vec![ // EUR interests ( - "01/27/26".to_owned(), - crate::Currency::EUR(0.01), - crate::Currency::EUR(0.00), - None, - None, - ), - ( - "01/30/26".to_owned(), - crate::Currency::EUR(0.01), - crate::Currency::EUR(0.00), - None, - None, - ), - ( - "02/03/26".to_owned(), - crate::Currency::EUR(0.01), - crate::Currency::EUR(0.00), - None, - None, - ), - ( - "02/06/26".to_owned(), - crate::Currency::EUR(0.01), - crate::Currency::EUR(0.00), - None, - None, - ), - ( - "02/09/26".to_owned(), - crate::Currency::EUR(0.01), - crate::Currency::EUR(0.00), - None, - None, - ), - ( - "02/13/26".to_owned(), - crate::Currency::EUR(0.01), - crate::Currency::EUR(0.00), - None, - None, - ), - ( - "02/16/26".to_owned(), - crate::Currency::EUR(0.01), - crate::Currency::EUR(0.00), - None, - None, - ), - ( - "02/19/26".to_owned(), - crate::Currency::EUR(0.01), - crate::Currency::EUR(0.00), - None, - None, - ), - ( - "02/23/26".to_owned(), - crate::Currency::EUR(0.01), - crate::Currency::EUR(0.00), - None, - None, - ), - ( - "02/25/26".to_owned(), - crate::Currency::EUR(0.23), - crate::Currency::EUR(0.00), - None, - None, - ), - ( - "02/26/26".to_owned(), - crate::Currency::EUR(0.24), - crate::Currency::EUR(0.00), - None, - None, - ), - ( - "02/27/26".to_owned(), - crate::Currency::EUR(0.23), + "07/11/26".to_owned(), + crate::Currency::EUR(0.07), crate::Currency::EUR(0.00), None, None, ), // PLN interests (Aion account) ( - "01/01/26".to_owned(), - crate::Currency::PLN(1.81), - crate::Currency::PLN(0.00), - None, - None, - ), - ( - "01/01/26".to_owned(), - crate::Currency::PLN(4.39), + "07/11/26".to_owned(), + crate::Currency::PLN(0.43), crate::Currency::PLN(0.00), None, None, ), ( - "01/02/26".to_owned(), - crate::Currency::PLN(1.81), - crate::Currency::PLN(0.00), - None, - None, - ), - ( - "01/02/26".to_owned(), - crate::Currency::PLN(4.40), - crate::Currency::PLN(0.00), - None, - None, - ), - ( - "01/03/26".to_owned(), - crate::Currency::PLN(1.79), + "07/11/26".to_owned(), + crate::Currency::PLN(0.72), crate::Currency::PLN(0.00), None, None, ), // USD dividends - CSV: $112.69 (405.87 PLN), parser returns USD amount ( - "01/06/26".to_owned(), - crate::Currency::USD(112.69), - crate::Currency::USD(16.90), - Some("Best Buy dividend".to_string()), - Some("US".to_string()), - ), - ( - "01/07/26".to_owned(), - crate::Currency::USD(27.32), - crate::Currency::USD(6.83), - Some("Canadian Natural Resources dividend".to_string()), - Some("CA".to_string()), - ), - ( - "01/09/26".to_owned(), - crate::Currency::USD(25.50), - crate::Currency::USD(3.82), - Some("Dentsply dividend".to_string()), - Some("US".to_string()), - ), - ( - "01/09/26".to_owned(), - crate::Currency::USD(68.89), - crate::Currency::USD(0.00), + "07/13/26".to_owned(), + crate::Currency::USD(12.01), + crate::Currency::USD(1.80), Some("Ambev dividend".to_string()), Some("US".to_string()), ), - // EUR dividend - CSV: €130.75 (554.74 PLN), parser returns EUR amount - ( - "04/23/26".to_owned(), - crate::Currency::EUR(130.75), - crate::Currency::EUR(19.61), - Some("Ahold Delhaize N.V. dividend".to_string()), - Some("NL".to_string()), - ), - ], - sold_transactions: vec![ - // Note: Parser currently returns EUR for sold transactions, but CSV contains USD values - // This is likely a parser bug that needs fixing separately - // ConAgra Foods - 3 transactions in USD (but parser returns EUR) - // Sale: Jan 16, 2026, Purchase: May 14, 2024 - // CSV: +US$10,961.04, -US$20,000 (+39,914.26 PLN, -78,935.63 PLN), Fee: US$0.13 (0.47 PLN) - // Cost: $20,000 + $0.13 = $20,000.13, Proceeds: $10,961.04 - ( - "05/14/24".to_owned(), - "01/16/26".to_owned(), - crate::Currency::USD(20000.13), - crate::Currency::USD(10961.04), - Some("ConAgra Foods CAG (US2058871029)".to_string()), - Some("US".to_string()), - ), - // Sale: Jan 16, 2026, Purchase: Feb 26, 2025 - // CSV: +US$328.85, -US$500, no fee - ( - "02/26/25".to_owned(), - "01/16/26".to_owned(), - crate::Currency::USD(500.00), - crate::Currency::USD(328.85), - Some("ConAgra Foods CAG (US2058871029)".to_string()), - Some("US".to_string()), - ), - // Sale: Jan 16, 2026, Purchase: Apr 9, 2025 - // CSV: +US$668.10, -US$981.99, Fee: US$0.01 (0.03 PLN) - // Cost: $981.99 + $0.01 = $982.00 - ( - "04/09/25".to_owned(), - "01/16/26".to_owned(), - crate::Currency::USD(982.00), - crate::Currency::USD(668.10), - Some("ConAgra Foods CAG (US2058871029)".to_string()), - Some("US".to_string()), - ), - // Dentsply - Sale: Mar 2, 2026, Purchase: Feb 26, 2025 - // CSV: +US$2,298.25, -US$3,000, Fee: US$0.03 (0.10 PLN) - // Cost: $3,000 + $0.03 = $3,000.03 - ( - "02/26/25".to_owned(), - "03/02/26".to_owned(), - crate::Currency::USD(3000.03), - crate::Currency::USD(2298.25), - Some("Dentsply XRAY (US24906P1093)".to_string()), - Some("US".to_string()), - ), - // IBM - Sale: Mar 4, 2026, Purchase: Feb 24, 2026 - // CSV: +US$747.61, -US$698.24, Fee: US$1.74 (6.23 PLN) + US$0.01 (0.03 PLN) - // Cost: $698.24 + $1.74 + $0.01 = $699.99 - ( - "02/24/26".to_owned(), - "03/04/26".to_owned(), - crate::Currency::USD(699.99), - crate::Currency::USD(747.61), - Some("IBM IBM (US4592001014)".to_string()), - Some("US".to_string()), - ), ], + sold_transactions: vec![( + "06/03/26".to_owned(), + "07/13/26".to_owned(), + crate::Currency::USD(2068.6400000000003), + crate::Currency::USD(2142.00), + Some("Canadian National Railway Company CNI".to_string()), + Some("CA".to_string()), + )], crypto_transactions: vec![], }); assert_eq!( - parse_revolut_transactions("revolut_data/consolidated-statement-v2-eng.csv"), + parse_revolut_transactions("revolut_data/test_v2_eng.csv"), expected_result ); Ok(()) @@ -2360,134 +2074,57 @@ mod tests { // Returns values in original currencies (USD, EUR) - NOT in PLN let expected_result = Ok(RevolutTransactions { dividend_transactions: vec![ - // EUR interests - Polish description "Oprocentowanie brutto" - ( - "01/27/26".to_owned(), - crate::Currency::EUR(0.01), - crate::Currency::EUR(0.00), - None, - None, - ), + // EUR interests ( - "01/30/26".to_owned(), - crate::Currency::EUR(0.01), + "07/11/26".to_owned(), + crate::Currency::EUR(0.07), crate::Currency::EUR(0.00), None, None, ), ( - "02/03/26".to_owned(), - crate::Currency::EUR(0.01), + "07/12/26".to_owned(), + crate::Currency::EUR(0.07), crate::Currency::EUR(0.00), None, None, ), // PLN interests (Aion account) ( - "01/01/26".to_owned(), - crate::Currency::PLN(1.81), + "07/11/26".to_owned(), + crate::Currency::PLN(0.43), crate::Currency::PLN(0.00), None, None, ), ( - "01/01/26".to_owned(), - crate::Currency::PLN(4.39), + "07/11/26".to_owned(), + crate::Currency::PLN(0.72), crate::Currency::PLN(0.00), None, None, ), + // USD dividends ( - "01/02/26".to_owned(), - crate::Currency::PLN(1.81), - crate::Currency::PLN(0.00), - None, - None, - ), - ( - "01/02/26".to_owned(), - crate::Currency::PLN(4.40), - crate::Currency::PLN(0.00), - None, - None, - ), - // USD dividends from Polish CSV with non-breaking spaces in headers - ( - "01/06/26".to_owned(), - crate::Currency::USD(112.69), - crate::Currency::USD(16.90), - Some("Best Buy dividend".to_string()), - Some("US".to_string()), - ), - ( - "01/07/26".to_owned(), - crate::Currency::USD(27.32), - crate::Currency::USD(6.83), - Some("Canadian Natural Resources dividend".to_string()), - Some("CA".to_string()), - ), - ( - "01/09/26".to_owned(), - crate::Currency::USD(25.50), - crate::Currency::USD(3.82), - Some("Dentsply dividend".to_string()), - Some("US".to_string()), - ), - ( - "01/09/26".to_owned(), - crate::Currency::USD(68.89), - crate::Currency::USD(0.00), + "07/13/26".to_owned(), + crate::Currency::USD(12.01), + crate::Currency::USD(1.80), Some("Ambev dividend".to_string()), Some("US".to_string()), ), - ( - "01/15/26".to_owned(), - crate::Currency::USD(235.48), - crate::Currency::USD(35.32), - Some("EPR Properties dividend".to_string()), - Some("US".to_string()), - ), - ( - "02/02/26".to_owned(), - crate::Currency::USD(31.79), - crate::Currency::USD(4.77), - Some("Edison International dividend".to_string()), - Some("US".to_string()), - ), - ], - sold_transactions: vec![ - // ConAgra Foods - 3 transactions (shortened for test) - // Polish CSV: "16 sty 2026, 14 maj 2024" (dates in Polish format) - // Parser returns USD (not EUR as previously - this was a bug that got fixed) - ( - "05/14/24".to_owned(), - "01/16/26".to_owned(), - crate::Currency::USD(20000.13), - crate::Currency::USD(10961.04), - Some("ConAgra Foods CAG (US2058871029)".to_string()), - Some("US".to_string()), - ), - ( - "02/26/25".to_owned(), - "01/16/26".to_owned(), - crate::Currency::USD(500.00), - crate::Currency::USD(328.85), - Some("ConAgra Foods CAG (US2058871029)".to_string()), - Some("US".to_string()), - ), - ( - "04/09/25".to_owned(), - "01/16/26".to_owned(), - crate::Currency::USD(982.00), - crate::Currency::USD(668.10), - Some("ConAgra Foods CAG (US2058871029)".to_string()), - Some("US".to_string()), - ), ], + sold_transactions: vec![( + "06/03/26".to_owned(), + "07/13/26".to_owned(), + crate::Currency::USD(2068.6400000000003), + crate::Currency::USD(2142.00), + Some("Canadian National Railway Company CNI".to_string()), + Some("CA".to_string()), + )], crypto_transactions: vec![], }); assert_eq!( - parse_revolut_transactions("revolut_data/consolidated-statement-v2-pol.csv"), + parse_revolut_transactions("revolut_data/test_v2_pol.csv"), expected_result ); Ok(())