Skip to content

Comments

Fix EUR Scrypt filter to include Olkypay bank account#3224

Merged
TaprootFreak merged 3 commits intodevelopfrom
fix/olkypay-eur-scrypt-filter
Feb 19, 2026
Merged

Fix EUR Scrypt filter to include Olkypay bank account#3224
TaprootFreak merged 3 commits intodevelopfrom
fix/olkypay-eur-scrypt-filter

Conversation

@TaprootFreak
Copy link
Collaborator

Summary

  • The FinancialDataLog EUR Scrypt transaction filters only matched yapealEurBank.iban, missing all Scrypt transactions on the Olkypay EUR account (olkyBank.iban)
  • This caused ~645k EUR in Scrypt transfers to be excluded from the pending balance calculation, resulting in a negative totalBalanceChf
  • Added olkyBank.iban as an alternative match in both the sender (DEBIT) and receiver (CREDIT) EUR Scrypt bank transaction filters

Changes

  • log-job.service.ts line 388: EUR sender Scrypt filter now matches both Yapeal EUR and Olkypay IBANs
  • log-job.service.ts line 409: EUR receiver Scrypt filter now matches both Yapeal EUR and Olkypay IBANs

Test plan

  • npm run lint passes
  • npm run build passes
  • npm test passes
  • After deploy: verify next FinancialDataLog entry shows valid: true with positive totalBalanceChf

The FinancialDataLog EUR Scrypt transaction filters only matched the
Yapeal EUR IBAN, missing all Scrypt transactions on the Olkypay EUR
account. This caused ~645k EUR in Scrypt transfers to be excluded
from the pending balance calculation, resulting in a negative total
balance. Add olkyBank.iban as an alternative match for both the
sender (DEBIT) and receiver (CREDIT) Scrypt EUR bank transaction
filters.
Extract EUR bank IBANs into a shared array for maintainability and
update comments to reflect that both Yapeal and Olky accounts are
included in the EUR Scrypt transaction filters.
@TaprootFreak TaprootFreak marked this pull request as ready for review February 19, 2026 15:43
@TaprootFreak TaprootFreak merged commit 83221f3 into develop Feb 19, 2026
8 checks passed
@TaprootFreak TaprootFreak deleted the fix/olkypay-eur-scrypt-filter branch February 19, 2026 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants