Skip to content

Commit

Permalink
commit changes 2024-04-03T23:05:12+00:00
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan berke committed Apr 3, 2024
1 parent 3575fb8 commit b8de913
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 7 deletions.
8 changes: 6 additions & 2 deletions docs/data/graph.dot
Original file line number Diff line number Diff line change
Expand Up @@ -44482,7 +44482,7 @@ digraph {
num_medias_weighted=4.0700
name="5cc70c37-5b94-4790-b253-0f68d1d16df7"
in_degree=2
out_degree=1
out_degree=2
];
3707 [
type=shareholder
Expand All @@ -44493,7 +44493,7 @@ digraph {
num_medias=11
num_medias_weighted=0.0000
name="5eb02e63-46c5-4701-a9f7-e429e5f3c85d"
in_degree=1
in_degree=2
out_degree=1
];
3708 [
Expand Down Expand Up @@ -215949,6 +215949,10 @@ digraph {
weight=100
type=owns
];
3706 -> 3707 [
weight=100
type=owns
];
3707 -> 3706 [
weight=1
type=owns
Expand Down
3 changes: 2 additions & 1 deletion docs/data/shareholders.json
Original file line number Diff line number Diff line change
Expand Up @@ -77202,6 +77202,7 @@
"squuid": "65d619e4-6056-42fa-8bfc-ee3c2717c96e",
"name": "Temming GmbH",
"state": "active",
"controlDate": "2024-04-03T11:17:38.064Z",
"organizations": [
{
"squuid": "5adf79c8-9f9e-4b59-a86f-7119603efa99",
Expand Down Expand Up @@ -103013,7 +103014,7 @@
"squuid": "5cc70c37-5b94-4790-b253-0f68d1d16df7",
"name": "Fleißig Pressehaus Immobilien GmbH & Co. KG",
"state": "active",
"controlDate": "2023-10-23T10:14:56.756Z",
"controlDate": "2024-04-03T11:14:22.568Z",
"limitedPartnership": true,
"organizations": [
{
Expand Down
12 changes: 11 additions & 1 deletion docs/data/shareholders/5cc70c37-5b94-4790-b253-0f68d1d16df7.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
},
"squuid": "5cc70c82-1227-40d1-9367-6908f19c18c2",
"state": "active"
},
{
"type": "own",
"capitalShares": 100.0,
"held": {
"name": "Fleißig Pressehaus Immobilien Verwaltungs-GmbH",
"squuid": "5eb02e63-46c5-4701-a9f7-e429e5f3c85d"
},
"squuid": "65d618a2-c7aa-48f6-bd3b-115673f766c2",
"state": "active"
}
],
"state": "active",
Expand All @@ -19,7 +29,7 @@
"naturalPerson": false,
"limitedPartnership": true,
"squuid": "5cc70c37-5b94-4790-b253-0f68d1d16df7",
"controlDate": "2023-10-23T10:14:56.756Z",
"controlDate": "2024-04-03T11:14:22.568Z",
"streetNumber": "2",
"organizations": [
{
Expand Down
13 changes: 10 additions & 3 deletions docs/data/shareholders/65d619e4-6056-42fa-8bfc-ee3c2717c96e.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"name": "Temming GmbH",
"squuid": "65d619e4-6056-42fa-8bfc-ee3c2717c96e",
"owns": [
{
"complementaryPartner": true,
Expand All @@ -15,6 +13,14 @@
}
],
"state": "active",
"city": "Bocholt",
"pseudoCompany": false,
"street": "Europaplatz",
"name": "Temming GmbH",
"naturalPerson": false,
"squuid": "65d619e4-6056-42fa-8bfc-ee3c2717c96e",
"controlDate": "2024-04-03T11:17:38.064Z",
"streetNumber": "24-28",
"organizations": [
{
"squuid": "5adf79c8-9f9e-4b59-a86f-7119603efa99",
Expand All @@ -27,5 +33,6 @@
"type": "organization",
"fullName": "Landesanstalt für Medien Nordrhein-Westfalen"
}
]
],
"zipcode": "46399"
}

0 comments on commit b8de913

Please sign in to comment.