Skip to content

Commit

Permalink
removing min and max from shares where exact is present
Browse files Browse the repository at this point in the history
swapping 2 letter iso country for 3 digit

swapping 2 letter iso country for 3 digit

fixing shares and componentRecords

fixing midindent

removing duplicate statement Id

fixing midindent

fixing shares

fixing component records
  • Loading branch information
kathryn-ods committed Nov 21, 2024
1 parent 2e76fba commit 81934f4
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 47 deletions.
16 changes: 4 additions & 12 deletions examples/bods-package-fi-soe.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,7 @@
"directOrIndirect": "direct",
"beneficialOwnershipOrControl": false,
"share": {
"exact": 76.5,
"maximum": 76.5,
"minimum": 76.5
"exact": 76.5
},
"startDate": "2020-01-01"
}
Expand Down Expand Up @@ -223,9 +221,7 @@
"directOrIndirect": "direct",
"beneficialOwnershipOrControl": false,
"share": {
"exact": 100,
"maximum": 100,
"minimum": 100
"exact": 100
},
"startDate": "2020-01-01"
}
Expand Down Expand Up @@ -263,9 +259,7 @@
"directOrIndirect": "direct",
"beneficialOwnershipOrControl": false,
"share": {
"exact": 23.5,
"maximum": 23.5,
"minimum": 23.5
"exact": 23.5
},
"startDate": "2020-01-01"
}
Expand Down Expand Up @@ -337,9 +331,7 @@
"directOrIndirect": "indirect",
"beneficialOwnershipOrControl": false,
"share": {
"exact": 100,
"maximum": 100,
"minimum": 100
"exact": 100
},
"startDate": "2020-01-01"
}
Expand Down
26 changes: 13 additions & 13 deletions examples/fermcat.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"identifiers": [
{
"id": "7700225VH",
"scheme": "IE-TAXID",
"scheme": "IRL-TAXID",
"schemeName": "Ireland Personal Public Service Number"
}
],
Expand Down Expand Up @@ -84,7 +84,7 @@
"identifiers": [
{
"id": "0691084DH",
"scheme": "IE-TAXID",
"scheme": "IRL-TAXID",
"schemeName": "Ireland Personal Public Service Number"
}
],
Expand Down Expand Up @@ -146,7 +146,7 @@
"identifiers": [
{
"id": "434151",
"scheme": "IE-BAU",
"scheme": "IRL-BAU",
"schemeName": "Irish Business Authority "
}
],
Expand Down Expand Up @@ -290,7 +290,7 @@
"identifiers": [
{
"id": "7700225VH",
"scheme": "IE-TAXID",
"scheme": "IRL-TAXID",
"schemeName": "Ireland Personal Public Service Number"
}
],
Expand Down Expand Up @@ -346,7 +346,7 @@
"identifiers": [
{
"id": "0691084DH",
"scheme": "IE-TAXID",
"scheme": "IRL-TAXID",
"schemeName": "Ireland Personal Public Service Number"
}
],
Expand Down Expand Up @@ -408,7 +408,7 @@
"identifiers": [
{
"id": "434151",
"scheme": "IE-BAU",
"scheme": "IRL-BAU",
"schemeName": "Irish Business Authority "
}
],
Expand Down Expand Up @@ -552,7 +552,7 @@
"identifiers": [
{
"id": "7700225VH",
"scheme": "IE-TAXID",
"scheme": "IRL-TAXID",
"schemeName": "Ireland Personal Public Service Number"
}
],
Expand Down Expand Up @@ -609,7 +609,7 @@
"identifiers": [
{
"id": "9857460SH",
"scheme": "IE-TAXID",
"scheme": "IRL-TAXID",
"schemeName": "Ireland Personal Public Service Number"
}
],
Expand Down Expand Up @@ -753,7 +753,7 @@
"identifiers": [
{
"id": "0691084DH",
"scheme": "IE-TAXID",
"scheme": "IRL-TAXID",
"schemeName": "Ireland Personal Public Service Number"
}
],
Expand Down Expand Up @@ -805,7 +805,7 @@
"identifiers": [
{
"id": "9857460SH",
"scheme": "IE-TAXID",
"scheme": "IRL-TAXID",
"schemeName": "Ireland Personal Public Service Number"
}
],
Expand Down Expand Up @@ -867,7 +867,7 @@
"identifiers": [
{
"id": "434151",
"scheme": "IE-BAU",
"scheme": "IRL-BAU",
"schemeName": "Irish Business Authority "
}
],
Expand Down Expand Up @@ -1005,7 +1005,7 @@
"identifiers": [
{
"id": "0691084DH",
"scheme": "IE-TAXID",
"scheme": "IRL-TAXID",
"schemeName": "Ireland Personal Public Service Number"
}
],
Expand Down Expand Up @@ -1056,7 +1056,7 @@
"identifiers": [
{
"id": "9857460SH",
"scheme": "IE-TAXID",
"scheme": "IRL-TAXID",
"schemeName": "Ireland Personal Public Service Number"
}
],
Expand Down
14 changes: 5 additions & 9 deletions examples/indirect-ownership.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,7 @@
"directOrIndirect": "direct",
"beneficialOwnershipOrControl": false,
"share": {
"exact": 60,
"maximum": 60,
"minimum": 60
"exact": 60
},
"startDate": "2017-11-01"
}
Expand Down Expand Up @@ -191,17 +189,15 @@
"directOrIndirect": "indirect",
"beneficialOwnershipOrControl": true,
"share": {
"exact": 30,
"maximum": 30,
"minimum": 30
"exact": 30
},
"startDate": "2017-11-01"
}
],
"componentRecords": [
"e2bbe3ce-f5b4-42d0-bb68-9b405e8fd6a0",
"7fff3986-233f-413f-bec8-3b28c62a4a51",
"860155d1-a4fb-4742-9735-7a7deb899075"
"d4ab89ea169a",
"4cf2837bd01f",
"05e81af035e4"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/joint-ownership.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
}
},
{
"statementId": "c222fe05-2bf3-4cc0-b126-f665109d7211",
"statementId": "4b915fa6-a748-11ef-a7c7-6bccb97aad80",
"declarationSubject": "31c55e425764",
"statementDate": "2018-01-05",
"publicationDetails": {
Expand Down
18 changes: 6 additions & 12 deletions examples/mixed-direct-and-indirect-ownership.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,7 @@
"directOrIndirect": "direct",
"beneficialOwnershipOrControl": false,
"share": {
"exact": 50,
"maximum": 50,
"minimum": 50
"exact": 50
},
"startDate": "2017-11-01"
}
Expand Down Expand Up @@ -191,9 +189,7 @@
"directOrIndirect": "indirect",
"beneficialOwnershipOrControl": true,
"share": {
"exact": 50,
"minimum": 50,
"maximum": 50
"exact": 50
},
"startDate": "2017-11-01"
},
Expand All @@ -202,17 +198,15 @@
"directOrIndirect": "direct",
"beneficialOwnershipOrControl": true,
"share": {
"exact": 50,
"minimum": 50,
"maximum": 50
"exact": 50
},
"startDate": "2019-05-01"
}
],
"componentRecords": [
"9f188b1a-cb45-4e6b-abe5-252378d6a0f5",
"f500210d-c8b0-4f74-9bbd-ca762724d0e8",
"30f1cb63-d849-4550-b6cd-2a6b7268d0cb"
"ec61aeda7141",
"acdf30ece808",
"07f0f7024a92"
]
}
}
Expand Down

0 comments on commit 81934f4

Please sign in to comment.