Savings Account
A savings, checking, or cash account (Sparkonto / Girokonto / Tagesgeldkonto).
Name of the account holder
Name of the account
Account number
Bank Identifier Code
Indicates if the account accepts incoming deposits (true = deposits allowed, false = deposits not permitted)
Indicates if the account allows outgoing withdrawals (true = withdrawals allowed, false = withdrawals not permitted)
Company where the financial product has been collected from. Examples:
se-folksam, se-lansforsakringar, se-avanza, se-movestic, se-spp, se-nordea,
se-amf, se-seb, se-alecta, se-nordnet, se-handelsbanken, se-futur,
se-swedbank, se-skandia, se-ica-bank, se-danske-bank.
Display name of the company for user-friendly presentation.
Current value of the account
Regular deposit information (e.g. Dauerauftrag)
Whether the account has deposit guarantee protection (Einlagensicherung)
Whether the account holder has exclusive ownership
International Bank Account Number
Unique identifier for the savings account.
Interest information for the account
Details of the person collecting the data.
Transaction history for the last 12 months
Type of the financial product.
DEPOT_ACCOUNT or SAVINGS_ACCOUNT.Withdrawal conditions and restrictions
{ "accountHolderName": "Max Mustermann", "accountName": "Tagesgeldkonto", "accountNumber": "1234567890", "bic": "BYLADEM1001", "canDeposit": true, "canWithdraw": true, "company": "de-dkb", "companyDisplayName": "DKB", "currentValue": { "amount": 25000, "currency": "EUR" }, "deposit": { "amount": { "amount": 500, "currency": "EUR" }, "frequency": "MONTHLY" }, "depositGuarantee": true, "hasExclusiveOwnership": true, "iban": "DE21120300001020345678", "id": "6a7c135e-3a56-44ae-bc53-1d0d5321f552", "interest": { "accruedInterest": { "amount": 62.5, "currency": "EUR" }, "effectiveRate": 0.03, "payoutFrequency": "MONTHLY", "rate": 0.03, "rateConditionRanges": [ { "maxAmount": { "amount": 100000, "currency": "EUR" }, "minAmount": { "amount": 0, "currency": "EUR" }, "rate": 0.03 } ] }, "personalInformation": {}, "transactionsLast12Months": [ { "amount": { "amount": 500, "currency": "EUR" }, "description": "Dauerauftrag Sparkonto", "settlementDate": "2024-01-15", "type": "DEPOSIT" } ], "type": "SAVINGS_ACCOUNT", "withdrawalConditions": { "allowedWithdrawals": null, "allowedWithdrawalsPeriod": null, "waitingPeriod": null }}