Skip to content

Commit

Permalink
commit changes 2024-08-28T23:08:19+00:00
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan berke committed Aug 28, 2024
1 parent f98bca5 commit 1e56d40
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 10 deletions.
12 changes: 8 additions & 4 deletions docs/data/graph.dot
Original file line number Diff line number Diff line change
Expand Up @@ -35373,7 +35373,7 @@ digraph {
num_medias=3
num_medias_weighted=3.0000
name="5be1a6b6-4a34-4c70-aed2-6799fafcb400"
in_degree=2
in_degree=3
out_degree=3
];
2948 [
Expand Down Expand Up @@ -63222,11 +63222,11 @@ digraph {
label="Hoff, Stephan"
num_owners=0
num_owners_weighted=0.0000
num_medias=0
num_medias_weighted=0.0000
num_medias=3
num_medias_weighted=1.5300
name="66bcd01e-98e8-4610-b0ad-1193c766ff6d"
in_degree=0
out_degree=0
out_degree=1
];
5269 [
type=shareholder
Expand Down Expand Up @@ -226629,6 +226629,10 @@ digraph {
weight=31
type=owns
];
5268 -> 2947 [
weight=51
type=owns
];
5269 -> 4922 [
weight=48
type=owns
Expand Down
12 changes: 9 additions & 3 deletions docs/data/shareholders.json
Original file line number Diff line number Diff line change
Expand Up @@ -213320,9 +213320,15 @@
"state": "active",
"organizations": [
{
"squuid": "5adf79c9-1b57-44c7-a29d-9130ab140fa9",
"name": "GGS",
"fullName": "Gemeinsame Geschaeftsstelle",
"squuid": "5b0830ad-2ee5-49b4-b028-a4613bb01c2e",
"name": "mabb",
"fullName": "Medienanstalt Berlin-Brandenburg",
"type": "organization"
},
{
"squuid": "5b08310a-5980-45c0-b994-009426dae8df",
"name": "MA HSH",
"fullName": "Medienanstalt Hamburg/Schleswig-Holstein",
"type": "organization"
}
]
Expand Down
24 changes: 21 additions & 3 deletions docs/data/shareholders/66bcd01e-98e8-4610-b0ad-1193c766ff6d.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,31 @@
{
"name": "Hoff, Stephan",
"squuid": "66bcd01e-98e8-4610-b0ad-1193c766ff6d",
"owns": [
{
"type": "own",
"capitalShares": 51.0,
"held": {
"name": " eagle Broadcast Brandenburg GmbH ",
"squuid": "5be1a6b6-4a34-4c70-aed2-6799fafcb400"
},
"squuid": "66bcd086-d5f7-4ef7-9923-0e02d365f04b",
"state": "active"
}
],
"state": "active",
"organizations": [
{
"squuid": "5adf79c9-1b57-44c7-a29d-9130ab140fa9",
"name": "GGS",
"squuid": "5b0830ad-2ee5-49b4-b028-a4613bb01c2e",
"name": "mabb",
"type": "organization",
"fullName": "Medienanstalt Berlin-Brandenburg"
},
{
"squuid": "5b08310a-5980-45c0-b994-009426dae8df",
"name": "MA HSH",
"type": "organization",
"fullName": "Gemeinsame Geschaeftsstelle"
"fullName": "Medienanstalt Hamburg/Schleswig-Holstein"
}
]
}

0 comments on commit 1e56d40

Please sign in to comment.