Enum FinAcctTypeClass
Account type classification according to FinTS 3.0.
public enum FinAcctTypeClass
Fields
BuildingSaving = 7Bausparvertrag (7)
CreditCard = 5Kreditkartenkonto (5)
FixedtermDeposit = 2Festgeldkonto (Termineinlagen) (2)
FondsPortfolio = 6Fonds-Depot bei einer Kapitalanlagegesellschaft (6)
Giro = 0Kontokorrent-/Girokonto (0)
Insurance = 8Versicherungsvertrag (8)
Loan = 4Kredit-/Darlehenskonto (4)
Other = 9Sonstige (nicht zuordenbar) (9)
Portfolio = 3Wertpapierdepot (3)
Savings = 1Sparkonto (1)
Remarks
A FinTS 3.0 account type value in the range from 0 through 99 can be converted into an account type class, simply by division by 10.