Skip to content

Commit 1fa5afc

Browse files
author
Automatic Publisher
committed
48d1bae649804a3057b104a48cc22a4bf32ed2cb
1 parent 6a91b91 commit 1fa5afc

9 files changed

+2228
-2749
lines changed

SHA256SUMS

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
f370eb6aaf21bbcbe9e2862b7e3e073f72d56a91766136e12e9bb3c694777604 atm.json
2-
b3a09cd6aaa56080b20d5f049e8a1d76a61d473db6700a74182635f9945c8c2c branch.json
3-
b014844c0bfa09b91b8f0c433d82583f25650adf4bf3f0e1e976dcfaf1d4f8e9 business_current_account.json
4-
bd169d52b2d607bc6bb40d9109fef7bd16d2b7f2f27b111c14adf5473e197400 commercial_credit_card.json
1+
bcc40b66036c54363aab9da235e2ed3a8d60ba2ed6a2f9f50f2979a32aa80bed atm.json
2+
3d77d6a19b7de3087d2c240f6f3402a446c6bc10feee72152b1f20b42d903bda branch.json
3+
da54ac56545fde684065dc22ff7fc99809281d594009c997c8f4320dfb599f4c business_current_account.json
4+
752f61056e91459e892bf5649f9a2a88a1c8193d465664ddfeb4c5764dbac1c2 commercial_credit_card.json
55
b2c14c362b7d27baad33c7ed306b33a8c55865c723f505f12c7b47f9f0fd8bf6 http-error-400.json
66
ce5e60620654b5bee37ca4e82685ea2353b8ffeaa6649b5ed60bce4167662072 http-error-408.json
77
451469f517492a765e13c3fc275542b634f1a4a9f513cd014668dc24f8e1133f http-error-429.json
88
478dea942487d8f719c8350cf65dbe3d25cf1d526d4a543ae31165c1d2e82b6a http-error-500.json
99
53f0662c02cc45258bdd9592de44d456948eea74130c385c7dab2e602e2fcfe8 http-error-503.json
10-
1ddf6a91cc2b2ec1b7b84e0fc683f5fc07793e34ef0e62547914fb92aec2e754 opendata-swagger.json
11-
5750c2570bc09adcfd8b22f23491aedcb158e15d00419ca8cd284f7e40714ae3 personal_current_account.json
12-
deecc7c6dcff7077b15e673ad434a5bb866057050bb1981770faba8b68be9fed sme_loan.json
13-
69bbd49a1a2e67a61c1753b67cf6b5c6dc86e68f9b2a5d87b607af91c17ddd64 opendata.raml
10+
ae569374d15c2cff0fdfd0c23df4e5780a8a9c30515b104a1d5d788307d4102f opendata-swagger.json
11+
348e917f2ec0a31e7cc7e4bdade488872c3ae85392e07a8aef3c18b75774080d personal_current_account.json
12+
08cd6aec989fa973ef7589a84c7116629c906ed0b172630c174d40c77f3ffbd0 sme_loan.json
13+
ff1038bb0a7ffd01662d4e27c3a84f55022cc8e487ef29bbd1baa92aa3e1da6d opendata.raml

atm.json

+171-268
Large diffs are not rendered by default.

branch.json

+320-473
Large diffs are not rendered by default.

business_current_account.json

+39-25
Large diffs are not rendered by default.

commercial_credit_card.json

+38-24
Original file line numberDiff line numberDiff line change
@@ -6,46 +6,59 @@
66
"description": "Organisation",
77
"type": "object",
88
"properties": {
9-
"Brand": {
10-
"description": "Brand of the Acquirer of transactions captured by the ATM",
9+
"ParentOrganisation": {
10+
"description": "Parent organisation",
1111
"type": "object",
1212
"properties": {
13-
"BrandName": {
14-
"description": "Brand of the Acquirer of transactions captured by the ATM",
13+
"LEI": {
14+
"description": "The LEI ID of the organisation",
1515
"type": "string",
16-
"minLength": 1,
17-
"maxLength": 140
16+
"pattern": "^[A-Z0-9]{18,18}[0-9]{2,2}$"
17+
},
18+
"BIC": {
19+
"description": "The BIC from the organisation",
20+
"type": "string",
21+
"pattern": "[A-Z]{6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3})?"
22+
},
23+
"OrganisationName": {
24+
"description": "Organisation Name",
25+
"type": "object",
26+
"properties": {
27+
"LegalName": {
28+
"description": "Legal Name of the organisation",
29+
"type": "string",
30+
"minLength": 1,
31+
"maxLength": 35
32+
}
33+
},
34+
"required": ["LegalName"],
35+
"additionalProperties": false
1836
}
1937
},
20-
"required": ["BrandName"],
38+
"required": ["OrganisationName"],
2139
"additionalProperties": false
2240
},
23-
"BrandOwner": {
24-
"description": "Unique and unambiguous way of identifying an organisation.",
41+
"Brand": {
42+
"description": "Brand",
2543
"type": "object",
2644
"properties": {
27-
"LEI": {
28-
"description": "Legal entity identification as an alternate identification for a party.",
29-
"type": "string",
30-
"pattern": "^[A-Z0-9]{18,18}[0-9]{2,2}$"
31-
},
32-
"AnyBIC": {
33-
"description": "Code allocated to a financial institution or non financial institution by the ISO 9362 Registration Authority as described in ISO 9362 'Banking - Banking telecommunication messages - Business identifier code (BIC)'",
45+
"TrademarkIPOCode": {
46+
"description": "The Intellectual Property Office (IPO) is the official body responsible for intellectual property (IP) rights including patents, designs, trademarks and copyright. (Code: UK or EU only)",
3447
"type": "string",
35-
"pattern": "[A-Z]{6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3})?"
48+
"enum": ["UK", "EU"]
3649
},
37-
"FullLegalName": {
38-
"description": "Name by which a party is known and which is usually used to identify that party.",
50+
"TrademarkID": {
51+
"description": "The trademark number that has been registered with the Intellectual Property Office. Note: The 2 letter IPO prefix should be omitted",
3952
"type": "string",
4053
"minLength": 1,
41-
"maxLength": 350
54+
"maxLength": 35
4255
}
4356
},
44-
"required": ["FullLegalName"],
57+
"required": ["TrademarkIPOCode", "TrademarkID"],
4558
"additionalProperties": false
4659
}
4760
},
48-
"required": ["Brand", "BrandOwner"],
61+
"required": ["ParentOrganisation", "Brand"],
4962
"additionalProperties": false
5063
},
5164
"ProductName": {
@@ -181,7 +194,7 @@
181194
},
182195
"MaximumNumberOfCardsPermitted": {
183196
"description": "The maximum numbers of cards per account",
184-
"type": "string"
197+
"type": "integer"
185198
},
186199
"CardScheme": {
187200
"description": "Card Scheme Code",
@@ -427,7 +440,7 @@
427440
"ResidencyRestrictedRegion": {
428441
"description": "Indicates a customer must be current resident of a geographic area/country",
429442
"type": "string",
430-
"enum": ["EEA", "EFTA", "England", "EU", "NorthernIreland", "RepublicOfIreland", "Scotland", "UK", "Wales"]
443+
"enum": ["UK", "EEA", "EU", "EFTA", "GB - ENG", "GB - NIR", "GB - SCT", "GB - WLS", "IRL"]
431444
},
432445
"MaxNumberOfAccounts": {
433446
"description": "Maximum number of the same prodcut the customer may hold",
@@ -621,6 +634,7 @@
621634
"additionalProperties": false
622635
}
623636
},
637+
"required": ["BenefitItem"],
624638
"additionalProperties": false
625639
}
626640
}

0 commit comments

Comments
 (0)