Skip to content

Commit

Permalink
Add débit to skip list for DEGIRO
Browse files Browse the repository at this point in the history
  • Loading branch information
dickwolff committed Feb 9, 2024
1 parent 42a29f8 commit f577a0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/converters/degiroConverterV2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ export class DeGiroConverterV2 extends AbstractConverter {
"ag",
"verrekening promotie",
"operation de change",
"versement de fonds"];
"versement de fonds",
"débit"];

return ignoredRecordTypes.some((t) => record.description.toLocaleLowerCase().indexOf(t) > -1);
}
Expand Down

0 comments on commit f577a0a

Please sign in to comment.