Some banks report inflows as outflows, and outflows as inflows. Luckily, this can easily be mitigated by creating a rule that automatically swaps positive and negative transaction amounts.
With a transfer link rule
Using a transfer link rule will apply the amount swap to transactions as they are transferred. It will not apply the changes to the transactions stored in Synci.
Create a Transfer Link rule.
Don't add any conditions.
Add an action where:
Action Type =
Set YNAB Transaction FieldField =
AmountValue =
{amount*-1}
Save the rule, and then attach it to the appropriate transfer link(s).
With a bank account rule
Using a bank account rule will apply the amount swap to transactions as they are fetched from the bank. It will apply the changes to the transactions stored in Synci, and will also be applied to any future transfers.
Create a Bank Account rule.
Don't add any conditions.
Add an action where:
Action Type =
Set Bank Transaction FieldField =
AmountValue =
{amount*-1}
Save the rule, and then attach it to the appropriate bank account(s).
