[
  {
    "accountHolders": [
      {
        "entityType": "person",
        "id": "urn:example:person:42"
      }
    ],
    "accountNumber": "000123456789",
    "routingIdentifiers": [
      {
        "value": "021000021",
        "scheme": "https://example.org/routing/aba"
      }
    ],
    "bank": {
      "name": "Example Bank",
      "country": "US"
    },
    "currency": "USD"
  },
  {
    "accountHolders": [
      {
        "entityType": "legalEntity",
        "id": "urn:example:organisation:42"
      }
    ],
    "iban": "DE89370400440532013000",
    "bank": {
      "name": "Example Bank",
      "country": "DE"
    },
    "currency": "EUR"
  }
]
