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.
Fixed Rate ISA
A Fixed Rate ISA for tax-efficient savings in the UK market with a specified binding period.
Account details such as available balance and interest rate.
Binding period information for this fixed-period account
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.
Financial details of the product, like value, performance etc.
Information about the owner of the financial product.
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.
Interest information for the account
Monthly savings amount associated with the financial product.
Personal information about the person who initiated the data collection.
Name of the financial product.
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.
Transaction history for the last 12 months.
Type of the financial product.
GIA, STOCK_AND_SHARE_ISA, CASH_ISA, SELF_INVESTED_PERSONAL_PENSION, LIFETIME_ISA, FIXED_RATE_ISA or UK_OCCUPATIONAL_PENSION.Withdrawal conditions and restrictions
{ "accountInformation": { "cashAccountNumber": "123456789", "cashValue": {}, "hasExclusiveOwnership": true, "interestRate": 0.0375 }, "bindingPeriod": { "autoRenewal": {}, "cancellationFee": {}, "endDate": "2025-01-01", "lengthPeriod": {}, "startDate": "2024-01-01" }, "company": "se-company", "companyDisplayName": "Company", "financialInformation": { "currentValue": {}, "performanceSinceStart": 0.2533, "totalDeposits": {} }, "holder": { "name": "Bolagsnamn AB", "organization": {}, "organizationSuggestions": {} }, "id": "6a7c135e-3a56-44ae-bc53-1d0d5321f552", "interest": { "accruedInterest": {}, "effectiveRate": {}, "payoutFrequency": "DAILY", "rate": 0.025, "rateConditionRanges": {} }, "monthlySavingsAmount": { "amount": 10.32, "currency": "EUR" }, "personalInformation": { "personalNumber": "199001011234" }, "productName": "Fixed Rate ISA", "productNumber": "ISA-123456789", "transactions": [], "type": "ISK", "withdrawalConditions": { "allowedWithdrawals": {}, "allowedWithdrawalsPeriod": {}, "amountLimit": {}, "fee": {}, "waitingPeriod": {} }}