Skip to content

Commit

Permalink
Merge pull request #727 from openownership/kca-726-examples-fix
Browse files Browse the repository at this point in the history
Corrected record-id values in example BODS files
  • Loading branch information
kd-ods authored Aug 26, 2024
2 parents 8c2d888 + 052158f commit 2e76fba
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions examples/bods-package-annotations.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"name": "MONSOON HOLDINGS (NO.1) LIMITED"
}
},
"recordId": "387a14452645",
"recordId": "22e8a31863ee",
"recordStatus": "new",
"recordType": "entity",
"recordDetails": {
Expand Down Expand Up @@ -101,7 +101,7 @@
{
"statementPointerTarget": "/interestedParty",
"motivation": "identifying",
"description": "Company number missing from benenficial ownership statement. Manually reconciled against official register.",
"description": "Company number missing from beneficial ownership statement. Manually reconciled against official register.",
"createdBy": {
"name": "Jack Lord"
}
Expand All @@ -119,7 +119,7 @@
"recordType": "relationship",
"recordDetails": {
"isComponent": false,
"subject": "387a14452645",
"subject": "22e8a31863ee",
"interestedParty": "387a14452645"
}
}
Expand Down
4 changes: 2 additions & 2 deletions examples/bods-package-entity-owning-entity.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"name": "JENEX LIMITED"
}
},
"recordId": "12b7dd0770ce",
"recordId": "e83cce729ada",
"recordStatus": "new",
"recordType": "entity",
"recordDetails": {
Expand Down Expand Up @@ -74,7 +74,7 @@
"recordDetails": {
"isComponent": false,
"subject": "12b7dd0770ce",
"interestedParty": "12b7dd0770ce",
"interestedParty": "e83cce729ada",
"interests": [
{
"type": "shareholding",
Expand Down
18 changes: 9 additions & 9 deletions examples/bods-package-fi-soe.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"url": "http://www.register.example"
}
},
"recordId": "19f1c5afe9d7",
"recordId": "05ce06ec97b1",
"recordStatus": "new",
"recordType": "entity",
"recordDetails": {
Expand Down Expand Up @@ -296,7 +296,7 @@
"recordType": "relationship",
"recordDetails": {
"subject": "7ff95ba3682c",
"interestedParty": "19f1c5afe9d7",
"interestedParty": "05ce06ec97b1",
"interests": [
{
"type": "otherInfluenceOrControl",
Expand Down Expand Up @@ -330,7 +330,7 @@
"recordType": "relationship",
"recordDetails": {
"subject": "19f1c5afe9d7",
"interestedParty": "19f1c5afe9d7",
"interestedParty": "05ce06ec97b1",
"interests": [
{
"type": "shareholding",
Expand All @@ -346,12 +346,12 @@
],
"isComponent": false,
"componentRecords": [
"xregi-oocs-00000384456595684844606",
"xregi-oocs-00004319992040145444606",
"xregi-oocs-00007980570744606044606",
"xregi-oocs-00000137020039066644606",
"xregi-es-00008546493688880044606",
"xregi-es-00001461827397290944606"
"0199c515a699",
"7ff95ba3682c",
"87ed6d1daf8f",
"e34164e75ac3",
"10643ee6d6fa",
"324d0f570675"
]
}
}
Expand Down
8 changes: 4 additions & 4 deletions examples/joint-ownership.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"name": "CHRINON LTD"
}
},
"recordId": "31c55e425764",
"recordId": "91b4236a7d89",
"recordStatus": "new",
"recordType": "entity",
"recordDetails": {
Expand Down Expand Up @@ -82,7 +82,7 @@
"recordDetails": {
"isComponent": false,
"subject": "31c55e425764",
"interestedParty": "31c55e425764",
"interestedParty": "91b4236a7d89",
"interests": [
{
"type": "shareholding",
Expand Down Expand Up @@ -160,7 +160,7 @@
"recordType": "relationship",
"recordDetails": {
"isComponent": false,
"subject": "31c55e425764",
"subject": "91b4236a7d89",
"interestedParty": "1accb8b18b99",
"interests": [
{
Expand Down Expand Up @@ -191,7 +191,7 @@
"recordType": "relationship",
"recordDetails": {
"isComponent": false,
"subject": "31c55e425764",
"subject": "91b4236a7d89",
"interestedParty": "f040df24d9ec",
"interests": [
{
Expand Down

0 comments on commit 2e76fba

Please sign in to comment.