-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathperson-statement.json
144 lines (144 loc) · 5.69 KB
/
person-statement.json
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
134
135
136
137
138
139
140
141
142
143
144
{
"id": "person-statement.json",
"$schema": "http://json-schema.org/draft-04/schema#",
"version": "0.1",
"type": "object",
"title": "Person statement",
"description": "A person statement describes the information known about a natural person at a particular point in time, or from a given submission of information",
"properties": {
"statementID": {
"$ref": "components.json#/definitions/ID",
"propertyOrder": 1
},
"statementType": {
"title": "Statement type",
"description": "This should always be 'personStatement.",
"type": "string",
"enum": [
"personStatement"
],
"propertyOrder": 2,
"openCodelist": false,
"codelist": "statementType.csv"
},
"statementDate": {
"$ref": "components.json#/definitions/StatementDate",
"propertyOrder": 3
},
"personType": {
"title": "Person type",
"description": "Use the [personType codelist](#persontype). The ultimate beneficial owner of a legal entity is always a natural person. Where the beneficial owner has been identified, but information about them cannot be disclosed, use 'anonymousPerson'. Where the beneficial owner has not been clearly identified, use 'unknownPerson'. Where the beneficial owner has been identified use knownPerson.",
"type": "string",
"enum": [
"anonymousPerson",
"unknownPerson",
"knownPerson"
],
"propertyOrder": 4,
"codelist": "personType.csv",
"openCodelist": false
},
"missingInfoReason": {
"title": "Missing information reason(s)",
"description": "For PersonStatements with the type 'anonymousPerson' or 'unknownPerson' this field should contain an explanation of the reason that detailed information on the person is not provided. This may be a standard descriptive phrase from the source system, or a free-text justification.",
"type": "string",
"propertyOrder": 5
},
"names": {
"title": "Names",
"description": "One or more known names for this individual.",
"type": "array",
"items": {
"$ref": "components.json#/definitions/Name"
},
"propertyOrder": 10
},
"identifiers": {
"title": "Identifiers",
"description": "One or more official identifiers for this perrson. Where available, official registration numbers should be provided.",
"type": "array",
"items": {
"$ref": "components.json#/definitions/Identifier"
},
"propertyOrder": 20
},
"nationalities": {
"title": "Nationality",
"description": "An array of ISO 2-Digit country codes representing nationalities held by this individual.",
"type": "array",
"items": {
"$ref": "components.json#/definitions/Country"
},
"propertyOrder": 30
},
"placeOfBirth": {
"title": "Place of birth",
"$ref": "components.json#/definitions/Address",
"propertyOrder": 40
},
"birthDate": {
"title": "Date of birth",
"description": "The date of birth for this individual. Please provide as precise a date as possible in ISO 8601 format. When only the year or year and month is known, these can be given as YYYY or YYYY-MM.",
"type": "string",
"pattern": "^([\\+-]?\\d{4}(?!\\d{2}\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))([T\\s]((([01]\\d|2[0-3])((:?)[0-5]\\d)?|24\\:?00)([\\.,]\\d+(?!:))?)?(\\17[0-5]\\d([\\.,]\\d+)?)?([zZ]|([\\+-])([01]\\d|2[0-3]):?([0-5]\\d)?)?)?)?$",
"propertyOrder": 35
},
"deathDate": {
"title": "Death date",
"description": "If this individual is no longer alive, provide their date of death. Please provide as precise a date as possible in ISO 8601 format. When only the year or year and month is known, these can be given as YYYY or YYYY-MM.",
"type": "string",
"pattern": "^([\\+-]?\\d{4}(?!\\d{2}\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))([T\\s]((([01]\\d|2[0-3])((:?)[0-5]\\d)?|24\\:?00)([\\.,]\\d+(?!:))?)?(\\17[0-5]\\d([\\.,]\\d+)?)?([zZ]|([\\+-])([01]\\d|2[0-3]):?([0-5]\\d)?)?)?)?$",
"propertyOrder": 36
},
"placeOfResidence": {
"title": "Place of residence",
"$ref": "components.json#/definitions/Address",
"propertyOrder": 50
},
"addresses": {
"title": "Addresses",
"description": "One or more addresses for this entity.",
"type": "array",
"items": {
"$ref": "components.json#/definitions/Address"
},
"propertyOrder": 60
},
"pepStatus": {
"title": "Politically Exposed Person Status",
"description": "One or more descriptions of this person's Politically-Exposed Person (PEP) status.",
"type": "array",
"items": {
"$ref": "components.json#/definitions/PepStatus"
},
"propertyOrder": 80
},
"source": {
"title": "Source",
"description": "The source of information about this person, or of information that supports an unknown or anonymous person statement.",
"$ref": "components.json#/definitions/Source",
"propertyOrder":89
},
"annotations": {
"title": "Annotations",
"description": "Annotations about this statement or parts of this statement",
"type": "array",
"items": {
"$ref": "components.json#/definitions/Annotation"
},
"propertyOrder": 90
},
"replacesStatements": {
"$ref": "components.json#/definitions/ReplacesStatements"
}
},
"required": [
"statementID",
"statementType"
],
"dependencies": {
"missingPersonReason": [
"missingPersonType"
]
}
}