Objects

Unknown Pension

Unknown pension type. Could not be determined from the pensions savings company.

activePaymentboolean

Indicates if the pension is currently being paid into.

activePayoutboolean

Indicates if the pension is currently being paid out.

classificationstring

Classification of the pension.

Possible Enum values are ITP, FTP, KAP-KL, SAF-LO, PA16, PA-KFS, GTP, BTP, PPA07, PPA13, or UNKNOWN_PENSION_CLASSIFICATION.
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.

feesFees

Fees associated with the financial product.

financialInformationProductFinancialInformation

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

holderHolder

Information about the owner of the pension.

List of holdings within the pension.

idstring

Unique identifier for the financial product.

insuranceInsurance

Information about the insured person and beneficiaries.

movabilityMovability

The result of evaluating default or custom movability rules

otherInsuredPersonboolean

If the person insured by the pension is someone else than the person who initiated the collection.

Provides details about the payout from the pension. Can contain multiple payout details depending on the payout schedule, for example, 2000 SEK monthly between age 65 and 70 and a lifelong monthly payout of 1000 SEK starting at age 70.

personalInformationobject

Details of the person collecting the data, e.g. personal number.

productNamestring

Name of the financial product.

productNumberstring

Number associated with the financial product.

startDatestring

Start date of the pension.

subClassificationstring

Subclassification of the pension providing more detailed categorization.

Possible Enum values are ITP1, ITP2, ITPK, ITP_LP, ALTERNATIV_ITP, SAF_LO, SAF_LO_LP, AKAP_KR, AKAP_KL, KAP_KL, PA_KFS, PA_KFS09, BTP1, BTP2, BTPK, FTP1, FTP2, FTPK, KTP1, KTP2, KTPK, GTP, PPAK, PPA07, PPA13, ITPK_S, ITPK_P, ITPK_PP, ITPK_TELE, FRIVILLIG_ITP, FRIVILLIG_ITPK, FRIVILLIG_BTPK, PA16_AVD1, PA16_AVD2, or PA03.
traditionallyManagedboolean

Indicates if the portfolio is traditionally managed.

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, or GENERAL_SAVINGS_ACCOUNT_FIXED_PERIOD.
{
  "activePayment": false,
  "activePayout": false,
  "company": "se-company",
  "companyDisplayName": "Company",
  "fees": {
    "feeFixed": {
      "amount": 0,
      "currency": "SEK"
    },
    "feeVariable": 0,
    "feesCollected": false,
    "feesPreviousYear": {
      "amount": 0,
      "currency": "SEK"
    }
  },
  "financialInformation": {
    "currentValue": {
      "amount": 103488,
      "currency": "SEK"
    },
    "totalDeposits": {
      "amount": 43011,
      "currency": "SEK"
    }
  },
  "holder": {},
  "holdings": [
    {
      "feeVariable": 0.0025,
      "isin": "SE0000810772",
      "name": "Skandia Europa Exponering",
      "quantity": 89.651,
      "type": "FUND",
      "value": {
        "amount": 66124,
        "currency": "SEK"
      }
    }
  ],
  "id": "dd4257d5-6bc2-4103-baf2-4ba7c838929f",
  "insurance": {
    "insuredPersonName": "Johan Johanson",
    "survivorsProtection": false
  },
  "movability": {
    "result": "MOVABLE"
  },
  "personalInformation": {
    "PERSONAL_NUMBER": "19010101-1234234"
  },
  "productName": "Pension",
  "productNumber": "S123456789",
  "startDate": "2016-04-01",
  "traditionallyManaged": false,
  "transactions": [
    {
      "amount": {
        "amount": -1999.98,
        "currency": "SEK"
      },
      "commission": {
        "amount": 0,
        "currency": "SEK"
      },
      "instrumentInformation": {
        "isin": "SE0005188836",
        "name": "LÄNSFÖRSÄKRINGAR GLOBAL INDEX",
        "type": "FUND"
      },
      "quantity": 3.7269,
      "settlementDate": "2025-01-22",
      "tradeDate": "2025-01-22",
      "type": "BUY"
    },
    {
      "amount": {
        "amount": 10000,
        "currency": "SEK"
      },
      "settlementDate": "2025-01-21",
      "type": "DEPOSIT"
    }
  ],
  "type": "UNKNOWN_PENSION_TYPE"
}