Skip to content

Commit

Permalink
add estateguru Penalty type and fix bookingdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Degenhardt committed Feb 24, 2023
1 parent e7dd10d commit cbc63b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/estateguru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
type_regex: !!map
deposit: "^Einzahlung.*"
withdraw: "^Auszahlung.*"
interest: "(^Empfehlungsbonus.*)|(^Zins.*)|(^Sondervergütung.*)|(^Empfehlung.*)|(^Bonus.*)"
interest: "(^Empfehlungsbonus.*)|(^Zins.*)|(^Sondervergütung.*)|(^Empfehlung.*)|(^Bonus.*)|(^Strafe.*)"

csv_fieldnames: !!map
booking_date: 'Zahlungsdatum'
Expand Down
6 changes: 3 additions & 3 deletions config/estateguru_en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
type_regex: !!map
deposit: "^Deposit.*"
withdraw: "^Withdrawal.*"
interest: "(^Interest.*)|(^Indemnity.*)|(^Referral.*)|(^EG Bonus.*)|(^Secondary Market Profit.*)"
interest: "(^Interest.*)|(^Indemnity.*)|(^Referral.*)|(^EG Bonus.*)|(^Secondary Market Profit.*)|(^Penalty.*)"
fee: "(^Secondary Market Loss.*)|(^Fee.*)"

csv_fieldnames: !!map
booking_date: 'Payment Date'
booking_date_format: '%d/%m/%Y %H:%M'
booking_date: 'Confirmation Date'
booking_date_format: '%d.%m.%Y %H:%M'
booking_details: 'Loan Code'
booking_id: 'ID'
booking_type: 'Cash Flow Type'
Expand Down

0 comments on commit cbc63b6

Please sign in to comment.