This repository was archived by the owner on Nov 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAccount.yaml
More file actions
133 lines (133 loc) · 2.57 KB
/
Account.yaml
File metadata and controls
133 lines (133 loc) · 2.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
title: Account
x-stoplight:
id: akxicgbydfy6n
type: object
required:
- id
- currency
- ownerName
- name
- productId
- type
- status
- balances
- createdAt
- lastChangedAt
properties:
id:
$ref: ./AccountNumber.yaml
x-stoplight:
id: 32lmd85vqmqfu
iban:
$ref: ./IBAN.yaml
x-stoplight:
id: bjbebnxdkaayo
currency:
$ref: ./CurrencyNumeric.yaml
x-stoplight:
id: y5tec3g8fl5md
userId:
$ref: ./IdentityId.yaml
x-stoplight:
id: dkjs9r86fa7v1
ownerName:
type: string
description: owner Name
readOnly: true
x-stoplight:
id: o8wub0p4y2xkp
name:
type: string
description: The account label
example: 'Current account #123546'
readOnly: true
x-stoplight:
id: 584ubecnzv1f6
productId:
$ref: ./ProductId.yaml
x-stoplight:
id: yrs19jep3e2a7
type:
$ref: ./AccountType.yaml
x-stoplight:
id: xnr9aeugruvdd
status:
$ref: ./AccountStatus.yaml
x-stoplight:
id: v0acdds53ieq9
bic:
allOf:
- $ref: ./BIC.yaml
x-stoplight:
id: 6ycnrk5xvcgog
- readOnly: true
x-stoplight:
id: 3r3dqgve1s6bb
x-stoplight:
id: 7sc3kg9psw1k1
balances:
$ref: ./Iso20022AccountBalances.yaml
x-stoplight:
id: esc0bmgvyh4ko
externalReferences:
type: array
description: collection of external references
items:
$ref: ./AccountExternalReference.yaml
x-stoplight:
id: s91zcuus7w059
x-stoplight:
id: 2g4bg9jvdx03u
externalData:
$ref: ./ExternalData.yaml
x-stoplight:
id: xrv8f27l1m0ns
externalId:
$ref: ./AccountExternalId.yaml
x-stoplight:
id: 5q9y3ygoxks78
createdAt:
type: string
format: date-time
readOnly: true
x-stoplight:
id: 5mii79wqtggs2
lastUsedAt:
type: string
format: date-time
readOnly: true
x-stoplight:
id: sg6g4at4o1png
lastChangedAt:
type: string
format: date-time
readOnly: true
x-stoplight:
id: 6lpqrspcny3um
authorizedOverdraft:
example:
currency: EUR
display: '1, 00 €'
value: 100
source: Account
type: object
readOnly: true
x-stoplight:
id: su0uz08t0g4pf
additionalData:
$ref: ./AccountAdditionalData.yaml
x-stoplight:
id: pq6rrix4u8lkq
distributorId:
type: integer
x-stoplight:
id: ejc74trjyhvlt
example: 123
coOwners:
x-stoplight:
id: myj21ydimq17t
type: array
items:
$ref: ./AccountOwner.yaml
x-stoplight:
id: y0q7f4nlbqqmq