addedInput schema / properties / entities / items
Added value: +{
+ "properties": {
+ "entityType": {
+ "enum": [
+ "LLC",
+ "Ltd",
+ "SA",
+ "SAS",
+ "GmbH",
+ "BV",
+ "LP",
+ "Trust",
+ "SPV",
+ "Foundation",
+ "individual",
+ "other"
+ ],
+ "type": "string"
+ },
+ "incorporationDate": {
+ "maxLength": 50,
+ "type": "string"
+ },
+ "jurisdiction": {
+ "maxLength": 100,
+ "type": "string"
+ },
+ "legalName": {
+ "maxLength": 200,
+ "type": "string"
+ },
+ "notes": {
+ "maxLength": 300,
+ "type": "string"
+ },
+ "registrationNumber": {
+ "maxLength": 100,
+ "type": "string"
+ },
+ "uboNames": {
+ "items": {
+ "maxLength": 150,
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "legalName",
+ "entityType",
+ "jurisdiction"
+ ],
+ "type": "object"
+}
addedInput schema / properties / entities / maxItems
Added value: +20
addedInput schema / properties / entities / minItems
Added value: +1
addedInput schema / properties / onboardingPacket / properties
Added value: +{
+ "accountType": {
+ "enum": [
+ "corporate-banking",
+ "private-banking",
+ "fund-admin",
+ "broker-dealer",
+ "payment-institution",
+ "other"
+ ],
+ "type": "string"
+ },
+ "jurisdiction": {
+ "maxLength": 100,
+ "type": "string"
+ },
+ "requestId": {
+ "maxLength": 100,
+ "type": "string"
+ },
+ "submittedAt": {
+ "maxLength": 50,
+ "type": "string"
+ },
+ "submittedBy": {
+ "maxLength": 150,
+ "type": "string"
+ }
+}
addedInput schema / properties / onboardingPacket / required
Added value: +[
+ "accountType",
+ "jurisdiction"
+]
addedInput schema / properties / riskAppetite / default
Added value: +"standard"
addedInput schema / properties / riskAppetite / enum
Added value: +[
+ "conservative",
+ "standard",
+ "liberal"
+]
addedInput schema / properties / screeningScope / properties
Added value: +{
+ "adverseMedia": {
+ "default": true,
+ "type": "boolean"
+ },
+ "includeRelatedParties": {
+ "default": true,
+ "type": "boolean"
+ },
+ "pep": {
+ "default": true,
+ "type": "boolean"
+ },
+ "sanctions": {
+ "default": true,
+ "type": "boolean"
+ }
+}
addedInput schema / properties / screeningScope / required
Added value: +[
+ "sanctions",
+ "pep",
+ "adverseMedia",
+ "includeRelatedParties"
+]
addedInput schema / required
Added value: +[
+ "onboardingPacket",
+ "entities",
+ "screeningScope",
+ "riskAppetite"
+]