Objects

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.

AccountInformation

Account details for a Danish investment account (ASK or Aktiedepot).

cashAccountNumberstring

Number of the cash account.

Available cash balance in the account.

hasExclusiveOwnershipboolean

Indicates whether the user has exclusive ownership of the account. False if PoA or shared ownership.

interestRatenumber[double]

Interest rate of the account. Percentage [0...1]

vpAccountNumberstring

The VP account number (VP-nr) registered with VP Securities / Euronext Securities Copenhagen, the Danish central securities depository. Used to identify the account for portfolio transfers.

Example
{  "cashAccountNumber": "123456789",  "cashValue": {    "amount": 10.32,    "currency": "EUR"  },  "hasExclusiveOwnership": true,  "interestRate": 0.0375,  "vpAccountNumber": "987654321"}