Skip to content

Commit

Permalink
fixing shares and componentRecords
Browse files Browse the repository at this point in the history
  • Loading branch information
kathryn-ods committed Nov 20, 2024
1 parent 99e54d8 commit a92f908
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 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,18 +189,16 @@
"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"
]
}
}
]
]

0 comments on commit a92f908

Please sign in to comment.