Enum FinAcctDetailsInterestType

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

Type of interest that is applied to the account balance.

public enum FinAcctDetailsInterestType

Fields

BonusInterest = 2

Bonus interest for a credit balance on the account (Bonuszins).

CreditInterest = 1

Interest for a credit balance on the account (Habenzins).

LoanInterest = 10

Loan interest for a negative balance on the account (Sollzinssatz).

This interest is applied for the balance amount that is within the agreed account credit line.

OverdraftInterest = 20

Overdraft interest for a negative balance on the account (Überziehungszins).

This is the total interest rate that is applied to to the overdraft balance amount. The overdraft amount is the amount exceeding the agreed credit line. It includes the agreed basic loan interest rate plus an additional penalty interest rate.