Financial Product Type

This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.

Unknown Investment

Unknown Investment Account type. Could not be determined from the origin company.

accountInformationAccountInformation

Account details such as available balance and interest rate.

companystring

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.

companyDisplayNamestring

Display name of the company for user-friendly presentation.

financialInformationProductFinancialInformation

Financial details of the product, like value, performance etc.

holderHolder

Information about the owner of the financial product.

List of holdings within the financial product.

idstring

Insurely-generated unique identifier for this collection of the financial product. Randomly generated and not stable across collections — a new id is issued each time the product is collected, even for the same underlying account. Use this only as a handle within a single collection (e.g., to correlate holdings and transactions). Do not use it to recognize the same product over time; use the stable institution-assigned identifier on this product (e.g., productNumber, accountNumber, or loanId) for that.

monthlySavingsAmountMonetaryAmount

Monthly savings amount associated with the financial product.

movabilityMovability

The result of evaluating default or custom movability rules

personalInformationPersonalInformation

Personal information about the person who initiated the data collection.

productNamestring

Name of the financial product.

productNumberstring

The product number assigned by the source financial institution (e.g., ISK account number, policy number, mortgage number). This is the most stable identifier for the product over time and across collections, and is suitable for matching the same product between repeated collections. Note that stability is best-effort and depends on what the institution exposes; it may occasionally change if the institution restructures or reissues the product.

transactionsArray<Transaction>

Transaction history for the last 12 months.

typestring

Type of the financial product.

Possible Enum values are 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, GENERAL_SAVINGS_ACCOUNT_FIXED_PERIOD, PSD2_SAVINGS_ACCOUNT, PSD2_CHECKING_ACCOUNT or PSD2_CREDIT_CARD.
Example
{  "accountInformation": {    "cashAccountNumber": "1234567",    "cashValue": {      "amount": 4514.27,      "currency": "SEK"    },    "interestRate": 0.0025  },  "company": "se-company",  "companyDisplayName": "Company",  "financialInformation": {    "currentValue": {      "amount": 26982.66,      "currency": "SEK"    },    "performanceSinceStart": 0.1605  },  "holder": {    "name": "Firstname Lastname"  },  "holdings": [    {      "acquisitionValue": {        "amount": 18883.51,        "currency": "SEK"      },      "feeVariable": 0,      "isin": "SE0001718388",      "name": "Avanza Zero",      "quantity": 54.076858,      "type": "FUND",      "value": {        "amount": 22468.39,        "currency": "SEK"      }    }  ],  "id": "df2e7a28-d871-45c1-a01e-515b7aeaf7da",  "monthlySavingsAmount": {    "amount": 4000,    "currency": "SEK"  },  "personalInformation": {    "personalNumber": "19010106-1234"  },  "productName": "My account name",  "productNumber": "987654321",  "transactions": [    {      "amount": {        "amount": 10.32,        "currency": "EUR"      },      "description": "Insättning",      "settlementDate": "2024-01-01",      "type": "DEPOSIT"    }  ],  "type": "UNKNOWN_INVESTMENT_TYPE"}