diff --git a/config/estateguru.yml b/config/estateguru.yml index d971d89..c557e09 100644 --- a/config/estateguru.yml +++ b/config/estateguru.yml @@ -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' diff --git a/config/estateguru_en.yml b/config/estateguru_en.yml index 2a7e05e..57f7faf 100644 --- a/config/estateguru_en.yml +++ b/config/estateguru_en.yml @@ -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'