Enum FinAcctDetailsInterestType
Type of interest that is applied to the account balance.
public enum FinAcctDetailsInterestType
Fields
BonusInterest = 2Bonus interest for a credit balance on the account (Bonuszins).
CreditInterest = 1Interest for a credit balance on the account (Habenzins).
LoanInterest = 10Loan 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 = 20Overdraft 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.