Objects

AccountInformation

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]

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