Skip to content

Commit

Permalink
examples fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kathryn-ods committed Nov 21, 2024
1 parent 81934f4 commit f2e78e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
24 changes: 9 additions & 15 deletions examples/multiple-indirect-ownership.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,7 @@
"directOrIndirect": "direct",
"beneficialOwnershipOrControl": false,
"share": {
"exact": 50,
"maximum": 50,
"minimum": 50
"exact": 50
},
"startDate": "2017-11-01"
}
Expand Down Expand Up @@ -172,9 +170,7 @@
"directOrIndirect": "direct",
"beneficialOwnershipOrControl": false,
"share": {
"exact": 50,
"maximum": 50,
"minimum": 50
"exact": 50
},
"startDate": "2017-11-01"
}
Expand Down Expand Up @@ -284,20 +280,18 @@
"directOrIndirect": "indirect",
"beneficialOwnershipOrControl": true,
"share": {
"exact": 60,
"maximum": 60,
"minimum": 60
"exact": 60
},
"startDate": "2017-11-01"
}
],
"componentRecords": [
"8a323bcd-f047-41d5-a194-205ebffedd7",
"e408d5c2-c41c-4b14-a43e-b0b7e9808328",
"3cfba7c7-95c9-4194-9d6b-0ce063a4d4c5",
"ffb65ea4-fe51-46f7-b9c7-b40b375c7b56",
"a0decdf4-6b57-4dc1-ba57-42533e2d17c4",
"caa00429-44b2-44da-b562-1384b4cd2a85"
"d177864a8b39",
"05fbbfb94b79",
"40b9a74c70c4",
"9615ef9a4a0b",
"e351a9247e22",
"721da228c733"
]
}
}
Expand Down
4 changes: 1 addition & 3 deletions examples/multiple-tax-residencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,7 @@
"beneficialOwnershipOrControl": true,
"startDate": "2016-04-06",
"share": {
"exact": 100,
"minimum": 100,
"maximum": 100
"exact": 100
}
}
]
Expand Down

0 comments on commit f2e78e6

Please sign in to comment.