General Savings Account
A general savings account with flexible terms
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
Whether the account has deposit guarantee protection
Whether the account holder has exclusive ownership
International Bank Account Number
Unique identifier for the general savings account.
Interest information for the account
Details of the person collecting the data, e.g., personal number.
Transaction history for the last 12 months
Type of the financial product.
KF, ISK, CUSTODY_ACCOUNT, UNKNOWN_INVESTMENT_TYPE, IPS_PENSION, PRIVATE_PENSION, OCCUPATIONAL_PENSION, COLLECTIVE_OCCUPATIONAL_PENSION, UNKNOWN_PENSION_TYPE, MORTGAGE_LOAN, UNSECURED_LOAN, GENERAL_SAVINGS_ACCOUNT, or GENERAL_SAVINGS_ACCOUNT_FIXED_PERIOD.Withdrawal conditions and restrictions
{
"accountHolderName": "John Doe",
"accountName": "My Savings Account",
"accountNumber": "1234567890",
"bic": "NDEASESS",
"canDeposit": true,
"canWithdraw": true,
"company": "se-lansforsakringar",
"companyDisplayName": "Länsförsäkringar",
"currentValue": {
"amount": 25000,
"currency": "SEK"
},
"deposit": {
"amount": {
"amount": 1000,
"currency": "SEK"
},
"frequency": "MONTHLY"
},
"depositGuarantee": true,
"hasExclusiveOwnership": true,
"iban": "SE3550000000054910000003",
"id": "6a7c135e-3a56-44ae-bc53-1d0d5321f552",
"interest": {
"accruedInterest": {
"amount": 125.5,
"currency": "SEK"
},
"effectiveRate": 0.025,
"payoutFrequency": "MONTHLY",
"rate": 0.02,
"rateConditionRanges": [
{
"maxAmount": {
"amount": 50000,
"currency": "SEK"
},
"minAmount": {
"amount": 0,
"currency": "SEK"
},
"rate": 0.02
},
{
"maxAmount": null,
"minAmount": {
"amount": 50000.01,
"currency": "SEK"
},
"rate": 0.025
}
]
},
"personalInformation": {
"PERSONAL_NUMBER": "19010106-1234"
},
"transactionsLast12Months": [
{
"amount": {
"amount": 1000,
"currency": "SEK"
},
"description": "Monthly deposit",
"settlementDate": "2024-01-01",
"type": "DEPOSIT"
}
],
"type": "GENERAL_SAVINGS_ACCOUNT",
"withdrawalConditions": {
"allowedWithdrawals": 3,
"allowedWithdrawalsPeriod": "P1M",
"amountLimit": {
"amount": 10000,
"currency": "SEK"
},
"fee": {
"amount": 50,
"currency": "SEK"
},
"waitingPeriod": "P3D"
}
}