Skip to content

Commit

Permalink
Fix ignore tax
Browse files Browse the repository at this point in the history
  • Loading branch information
dickwolff committed Jan 19, 2025
1 parent 40bef9a commit 18b91b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/converters/xtbConverter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ export class XtbConverter extends AbstractConverter {

return "fee";
}
else if (type.indexOf("free funds interests tax") > -1) {
return "tax";
}
else if (type.indexOf("free funds interests") > -1) {
return "interest";
}
Expand Down

0 comments on commit 18b91b5

Please sign in to comment.