« Chiliad Valley Farm » : différence entre les versions
Aucun résumé des modifications Balise : Éditeur de wikicode 2017 |
|||
Ligne 117 : | Ligne 117 : | ||
"hover": {"fill": {"value": "red"}} | "hover": {"fill": {"value": "red"}} | ||
} | } | ||
} | |||
] | |||
}</graph> | |||
Les actionnaires majoritaires sont inscrits en bleu. | |||
|}</tab> | |||
<tab name="29/06/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''50%''' | |||
|'''[[Romain Jordin]]''' | |||
|- style="color:blue" | |||
|25% | |||
|[[Victor Kasey]] | |||
|- | |||
|20% | |||
|[[Ethan Douglas]] | |||
|- | |||
|5% | |||
|[[Lucas Vito]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Romain Jordin","pourcentage": 50}, | |||
{"parts": "Victor Kasey","pourcentage": 25}, | |||
{"parts": "Ethan Douglas","pourcentage": 20}, | |||
{"parts": "Lucas Vito","pourcentage": 5} | |||
] | |||
} | |||
], | |||
"scales": [ | |||
{ | |||
"name": "x", | |||
"type": "ordinal", | |||
"range": "width", | |||
"domain": {"data": "table","field": "parts"} | |||
}, | }, | ||
{ | |||
"name": "y", | |||
"type": "linear", | |||
"range": "height", | |||
"domain": {"data": "table","field": "pourcentage"}, | |||
"nice": true | |||
} | |||
], | |||
"axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}], | |||
"marks": [ | |||
{ | |||
"type": "rect", | |||
"from": {"data": "table"}, | |||
"properties": { | |||
"enter": { | |||
"x": {"scale": "x","field": "parts"}, | |||
"width": {"scale": "x","band": true,"offset": -4}, | |||
"y": {"scale": "y","field": "pourcentage"}, | |||
"y2": {"scale": "y","value": 0} | |||
}, | |||
"update": {"fill": {"value": "blue"}}, | |||
"hover": {"fill": {"value": "red"}} | |||
} | |||
} | |||
] | |||
}</graph> | |||
Les actionnaires majoritaires sont inscrits en bleu. | |||
|}</tab> | |||
<tab name="29/06/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''50%''' | |||
|'''[[Romain Jordin]]''' | |||
|- style="color:blue" | |||
|30% | |||
|[[Victor Kasey]] | |||
|- | |||
|20% | |||
|[[Ethan Douglas]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Romain Jordin","pourcentage": 50}, | |||
{"parts": "Victor Kasey","pourcentage": 30}, | |||
{"parts": "Ethan Douglas","pourcentage": 20} | |||
] | |||
} | |||
], | |||
"scales": [ | |||
{ | |||
"name": "x", | |||
"type": "ordinal", | |||
"range": "width", | |||
"domain": {"data": "table","field": "parts"} | |||
}, | |||
{ | |||
"name": "y", | |||
"type": "linear", | |||
"range": "height", | |||
"domain": {"data": "table","field": "pourcentage"}, | |||
"nice": true | |||
} | |||
], | |||
"axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}], | |||
"marks": [ | |||
{ | |||
"type": "rect", | |||
"from": {"data": "table"}, | |||
"properties": { | |||
"enter": { | |||
"x": {"scale": "x","field": "parts"}, | |||
"width": {"scale": "x","band": true,"offset": -4}, | |||
"y": {"scale": "y","field": "pourcentage"}, | |||
"y2": {"scale": "y","value": 0} | |||
}, | |||
"update": {"fill": {"value": "blue"}}, | |||
"hover": {"fill": {"value": "red"}} | |||
} | |||
} | |||
] | |||
}</graph> | |||
Les actionnaires majoritaires sont inscrits en bleu. | |||
|}</tab> | |||
<tab name="20/06/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''50%''' | |||
|'''[[Victor Kasey]]''' | |||
|- style="color:blue" | |||
|20% | |||
|[[Steeve Hockman]] | |||
|- | |||
|20% | |||
|[[Pedro Cain]] | |||
|- | |||
|10% | |||
|[[Mike Specter]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Victor Kasey","pourcentage": 50}, | |||
{"parts": "Steeve Hockman","pourcentage": 20}, | |||
{"parts": "Pedro Cain","pourcentage": 20}, | |||
{"parts": "Mike Specter","pourcentage": 10} | |||
] | |||
} | |||
], | |||
"scales": [ | |||
{ | |||
"name": "x", | |||
"type": "ordinal", | |||
"range": "width", | |||
"domain": {"data": "table","field": "parts"} | |||
}, | |||
{ | |||
"name": "y", | |||
"type": "linear", | |||
"range": "height", | |||
"domain": {"data": "table","field": "pourcentage"}, | |||
"nice": true | |||
} | |||
], | |||
"axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}], | |||
"marks": [ | |||
{ | |||
"type": "rect", | |||
"from": {"data": "table"}, | |||
"properties": { | |||
"enter": { | |||
"x": {"scale": "x","field": "parts"}, | |||
"width": {"scale": "x","band": true,"offset": -4}, | |||
"y": {"scale": "y","field": "pourcentage"}, | |||
"y2": {"scale": "y","value": 0} | |||
}, | |||
"update": {"fill": {"value": "blue"}}, | |||
"hover": {"fill": {"value": "red"}} | |||
} | |||
} | |||
] | |||
}</graph> | |||
Les actionnaires majoritaires sont inscrits en bleu. | |||
|}</tab> | |||
<tab name="19/06/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''50%''' | |||
|'''[[Victor Kasey]]''' | |||
|- style="color:blue" | |||
|20% | |||
|[[Romain Jordin]] | |||
|- | |||
|20% | |||
|[[Pedro Cain]] | |||
|- | |||
|10% | |||
|[[Mike Specter]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Victor Kasey","pourcentage": 50}, | |||
{"parts": "Romain Jordin","pourcentage": 20}, | |||
{"parts": "Pedro Cain","pourcentage": 20}, | |||
{"parts": "Mike Specter","pourcentage": 10} | |||
] | |||
} | |||
], | |||
"scales": [ | |||
{ | |||
"name": "x", | |||
"type": "ordinal", | |||
"range": "width", | |||
"domain": {"data": "table","field": "parts"} | |||
}, | |||
{ | |||
"name": "y", | |||
"type": "linear", | |||
"range": "height", | |||
"domain": {"data": "table","field": "pourcentage"}, | |||
"nice": true | |||
} | |||
], | |||
"axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}], | |||
"marks": [ | |||
{ | |||
"type": "rect", | |||
"from": {"data": "table"}, | |||
"properties": { | |||
"enter": { | |||
"x": {"scale": "x","field": "parts"}, | |||
"width": {"scale": "x","band": true,"offset": -4}, | |||
"y": {"scale": "y","field": "pourcentage"}, | |||
"y2": {"scale": "y","value": 0} | |||
}, | |||
"update": {"fill": {"value": "blue"}}, | |||
"hover": {"fill": {"value": "red"}} | |||
} | |||
} | |||
] | |||
}</graph> | |||
Les actionnaires majoritaires sont inscrits en bleu. | |||
|}</tab> | |||
<tab name="14/04/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''50%''' | |||
|'''[[Romain Jordin]]''' | |||
|- style="color:blue" | |||
|'''50%''' | |||
|'''[[Victor Kasey]]''' | |||
|- style="color:blue" | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Romain Jordin","pourcentage": 50}, | |||
{"parts": "Victor Kasey","pourcentage": 50} | |||
] | |||
} | |||
], | |||
"scales": [ | |||
{ | |||
"name": "x", | |||
"type": "ordinal", | |||
"range": "width", | |||
"domain": {"data": "table","field": "parts"} | |||
}, | |||
{ | |||
"name": "y", | |||
"type": "linear", | |||
"range": "height", | |||
"domain": {"data": "table","field": "pourcentage"}, | |||
"nice": true | |||
} | |||
], | |||
"axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}], | |||
"marks": [ | |||
{ | |||
"type": "rect", | |||
"from": {"data": "table"}, | |||
"properties": { | |||
"enter": { | |||
"x": {"scale": "x","field": "parts"}, | |||
"width": {"scale": "x","band": true,"offset": -4}, | |||
"y": {"scale": "y","field": "pourcentage"}, | |||
"y2": {"scale": "y","value": 0} | |||
}, | |||
"update": {"fill": {"value": "blue"}}, | |||
"hover": {"fill": {"value": "red"}} | |||
} | |||
} | |||
] | |||
}</graph> | |||
Les actionnaires majoritaires sont inscrits en bleu. | |||
|}</tab> | |||
<tab name="29/03/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''60%''' | |||
|'''[[Xavier Flinch]]''' | |||
|- style="color:blue" | |||
|30% | |||
|[[Romain Jordin]] | |||
|- | |||
|10% | |||
|[[Victor Kasey]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Xavier Flinch","pourcentage": 60}, | |||
{"parts": "Romain Jordin","pourcentage": 30}, | |||
{"parts": "Victor Kasey","pourcentage": 10} | |||
] | |||
} | |||
], | |||
"scales": [ | |||
{ | |||
"name": "x", | |||
"type": "ordinal", | |||
"range": "width", | |||
"domain": {"data": "table","field": "parts"} | |||
}, | |||
{ | |||
"name": "y", | |||
"type": "linear", | |||
"range": "height", | |||
"domain": {"data": "table","field": "pourcentage"}, | |||
"nice": true | |||
} | |||
], | |||
"axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}], | |||
"marks": [ | |||
{ | |||
"type": "rect", | |||
"from": {"data": "table"}, | |||
"properties": { | |||
"enter": { | |||
"x": {"scale": "x","field": "parts"}, | |||
"width": {"scale": "x","band": true,"offset": -4}, | |||
"y": {"scale": "y","field": "pourcentage"}, | |||
"y2": {"scale": "y","value": 0} | |||
}, | |||
"update": {"fill": {"value": "blue"}}, | |||
"hover": {"fill": {"value": "red"}} | |||
} | |||
} | |||
] | |||
}</graph> | |||
Les actionnaires majoritaires sont inscrits en bleu. | |||
|}</tab> | |||
<tab name="29/03/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''50%''' | |||
|'''[[Xavier Flinch]]''' | |||
|- style="color:blue" | |||
|20% | |||
|[[Daniel Duncan]] | |||
|- | |||
|10% | |||
|[[Romain Jordin]] | |||
|- | |||
|10% | |||
|[[Nic Parnas]] | |||
|- | |||
|10% | |||
|[[Victor Kasey]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Xavier Flinch","pourcentage": 55}, | |||
{"parts": "Daniel Duncan","pourcentage": 20}, | |||
{"parts": "Romain Jordin","pourcentage": 10}, | |||
{"parts": "Nic Parnas","pourcentage": 10}, | |||
{"parts": "Victor Kasey","pourcentage": 10} | |||
] | |||
} | |||
], | |||
"scales": [ | |||
{ | |||
"name": "x", | |||
"type": "ordinal", | |||
"range": "width", | |||
"domain": {"data": "table","field": "parts"} | |||
}, | |||
{ | |||
"name": "y", | |||
"type": "linear", | |||
"range": "height", | |||
"domain": {"data": "table","field": "pourcentage"}, | |||
"nice": true | |||
} | |||
], | |||
"axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}], | |||
"marks": [ | |||
{ | |||
"type": "rect", | |||
"from": {"data": "table"}, | |||
"properties": { | |||
"enter": { | |||
"x": {"scale": "x","field": "parts"}, | |||
"width": {"scale": "x","band": true,"offset": -4}, | |||
"y": {"scale": "y","field": "pourcentage"}, | |||
"y2": {"scale": "y","value": 0} | |||
}, | |||
"update": {"fill": {"value": "blue"}}, | |||
"hover": {"fill": {"value": "red"}} | |||
} | |||
} | |||
] | |||
}</graph> | |||
Les actionnaires majoritaires sont inscrits en bleu. | |||
|}</tab> | |||
<tab name="16/03/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''60%''' | |||
|'''[[Xavier Flinch]]''' | |||
|- style="color:blue" | |||
|20% | |||
|[[Daniel Duncan]] | |||
|- | |||
|10% | |||
|[[Romain Jordin]] | |||
|- | |||
|10% | |||
|[[Nic Parnas]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Xavier Flinch","pourcentage": 60}, | |||
{"parts": "Daniel Duncan","pourcentage": 20}, | |||
{"parts": "Romain Jordin","pourcentage": 10}, | |||
{"parts": "Nic Parnas","pourcentage": 10} | |||
] | |||
} | |||
], | |||
"scales": [ | |||
{ | |||
"name": "x", | |||
"type": "ordinal", | |||
"range": "width", | |||
"domain": {"data": "table","field": "parts"} | |||
}, | |||
{ | |||
"name": "y", | |||
"type": "linear", | |||
"range": "height", | |||
"domain": {"data": "table","field": "pourcentage"}, | |||
"nice": true | |||
} | |||
], | |||
"axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}], | |||
"marks": [ | |||
{ | |||
"type": "rect", | |||
"from": {"data": "table"}, | |||
"properties": { | |||
"enter": { | |||
"x": {"scale": "x","field": "parts"}, | |||
"width": {"scale": "x","band": true,"offset": -4}, | |||
"y": {"scale": "y","field": "pourcentage"}, | |||
"y2": {"scale": "y","value": 0} | |||
}, | |||
"update": {"fill": {"value": "blue"}}, | |||
"hover": {"fill": {"value": "red"}} | |||
} | |||
} | |||
] | |||
}</graph> | |||
Les actionnaires majoritaires sont inscrits en bleu. | |||
|}</tab> | |||
<tab name="08/03/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''50%''' | |||
|'''[[Xavier Flinch]]''' | |||
|- style="color:blue" | |||
|20% | |||
|[[Daniel Duncan]] | |||
|- | |||
|20% | |||
|[[Lakra Morue]] | |||
|- | |||
|10% | |||
|[[Nic Parnas]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Xavier Flinch","pourcentage": 50}, | |||
{"parts": "Daniel Duncan","pourcentage": 20}, | |||
{"parts": "Lakra Morue","pourcentage": 20}, | |||
{"parts": "Nic Parnas","pourcentage": 10} | |||
] | |||
} | |||
], | |||
"scales": [ | |||
{ | |||
"name": "x", | |||
"type": "ordinal", | |||
"range": "width", | |||
"domain": {"data": "table","field": "parts"} | |||
}, | |||
{ | |||
"name": "y", | |||
"type": "linear", | |||
"range": "height", | |||
"domain": {"data": "table","field": "pourcentage"}, | |||
"nice": true | |||
} | |||
], | |||
"axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}], | |||
"marks": [ | |||
{ | |||
"type": "rect", | |||
"from": {"data": "table"}, | |||
"properties": { | |||
"enter": { | |||
"x": {"scale": "x","field": "parts"}, | |||
"width": {"scale": "x","band": true,"offset": -4}, | |||
"y": {"scale": "y","field": "pourcentage"}, | |||
"y2": {"scale": "y","value": 0} | |||
}, | |||
"update": {"fill": {"value": "blue"}}, | |||
"hover": {"fill": {"value": "red"}} | |||
} | |||
} | |||
] | |||
}</graph> | |||
Les actionnaires majoritaires sont inscrits en bleu. | |||
|}</tab> | |||
<tab name="15/02/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''50%''' | |||
|'''[[Xavier Flinch]]''' | |||
|- style="color:blue" | |||
|20% | |||
|[[Lakra Morue]] | |||
|- | |||
|10% | |||
|[[Daniel Duncan]] | |||
|- | |||
|10% | |||
|[[Jared Ferguson]] | |||
|- | |||
|10% | |||
|[[Nic Parnas]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Xavier Flinch","pourcentage": 50}, | |||
{"parts": "Lakra Morue","pourcentage": 20}, | |||
{"parts": "Daniel Duncan","pourcentage": 10}, | |||
{"parts": "Jared Ferguson","pourcentage": 10}, | |||
{"parts": "Nic Parnas","pourcentage": 10} | |||
] | |||
} | |||
], | |||
"scales": [ | |||
{ | |||
"name": "x", | |||
"type": "ordinal", | |||
"range": "width", | |||
"domain": {"data": "table","field": "parts"} | |||
}, | |||
{ | |||
"name": "y", | |||
"type": "linear", | |||
"range": "height", | |||
"domain": {"data": "table","field": "pourcentage"}, | |||
"nice": true | |||
} | |||
], | |||
"axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}], | |||
"marks": [ | |||
{ | |||
"type": "rect", | |||
"from": {"data": "table"}, | |||
"properties": { | |||
"enter": { | |||
"x": {"scale": "x","field": "parts"}, | |||
"width": {"scale": "x","band": true,"offset": -4}, | |||
"y": {"scale": "y","field": "pourcentage"}, | |||
"y2": {"scale": "y","value": 0} | |||
}, | |||
"update": {"fill": {"value": "blue"}}, | |||
"hover": {"fill": {"value": "red"}} | |||
} | |||
} | |||
] | |||
}</graph> | |||
Les actionnaires majoritaires sont inscrits en bleu. | |||
|}</tab> | |||
<tab name="16/12/20">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''50%''' | |||
|'''[[Xavier Flinch]]''' | |||
|- style="color:blue" | |||
|'''50%''' | |||
|'''[[Lakra Morue]]''' | |||
|- style="color:blue" | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Xavier Flinch","pourcentage": 50}, | |||
{"parts": "Lakra Morue","pourcentage": 50} | |||
] | |||
} | |||
], | |||
"scales": [ | |||
{ | |||
"name": "x", | |||
"type": "ordinal", | |||
"range": "width", | |||
"domain": {"data": "table","field": "parts"} | |||
}, | |||
{ | |||
"name": "y", | |||
"type": "linear", | |||
"range": "height", | |||
"domain": {"data": "table","field": "pourcentage"}, | |||
"nice": true | |||
} | |||
], | |||
"axes": [{"type": "x","scale": "x"},{"type": "y","scale": "y"}], | |||
"marks": [ | |||
{ | |||
"type": "rect", | |||
"from": {"data": "table"}, | |||
"properties": { | |||
"enter": { | |||
"x": {"scale": "x","field": "parts"}, | |||
"width": {"scale": "x","band": true,"offset": -4}, | |||
"y": {"scale": "y","field": "pourcentage"}, | |||
"y2": {"scale": "y","value": 0} | |||
}, | |||
"update": {"fill": {"value": "blue"}}, | |||
"hover": {"fill": {"value": "red"}} | |||
} | |||
} | |||
] | ] | ||
}</graph> | }</graph> |
Version du 28 septembre 2022 à 07:34
Histoire
Organisation
Patron
Personnel
- Alice Sparks
- Elliot Sparks
- Flore Burn Miara
- Han Li
- Hector McFly - Chef d'équipe, Représentant syndical
- Jeffrey Leco - Chef d'équipe
- Joe Stevens
- John Dee
- John Kelan
- Josh Baker
- Mathias Dirz
- Micky Mayfields
- Neige Burn Miara - DRH
- Oliver Ross
- Riley Jones
- Sean Deyz - DRH
- Skye Johnson
- Yrisse Bellic
Anciens responsables
- Ashwiin Higuera (Représentante syndical)
- Lakra Morue (patron)
- Niko Zilman (représentant syndical)
- Romain Jordin (patron)
- Rutgerus von der Woerth (Représentant suppléant)
- Victor Kasey (patron)
- Xavier Flinch (Patron)
- Marcus Harrington (Représentant des salariés)
Anecdotes
Le plus gros dossier déposé pour reprendre la ferme fin 2021 était de 42 pages.
Galerie
Distribution des parts
<tabs> <tab name="03/12/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |40% |Lajos Botos |- style="color:blue" |40% |Kaja Jenssen |- |20% |René Lemaire |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="29/06/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |50% |Romain Jordin |- style="color:blue" |25% |Victor Kasey |- |20% |Ethan Douglas |- |5% |Lucas Vito |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="29/06/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |50% |Romain Jordin |- style="color:blue" |30% |Victor Kasey |- |20% |Ethan Douglas |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="20/06/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |50% |Victor Kasey |- style="color:blue" |20% |Steeve Hockman |- |20% |Pedro Cain |- |10% |Mike Specter |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="19/06/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |50% |Victor Kasey |- style="color:blue" |20% |Romain Jordin |- |20% |Pedro Cain |- |10% |Mike Specter |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="14/04/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |50% |Romain Jordin |- style="color:blue" |50% |Victor Kasey |- style="color:blue"
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="29/03/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |60% |Xavier Flinch |- style="color:blue" |30% |Romain Jordin |- |10% |Victor Kasey |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="29/03/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |50% |Xavier Flinch |- style="color:blue" |20% |Daniel Duncan |- |10% |Romain Jordin |- |10% |Nic Parnas |- |10% |Victor Kasey |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="16/03/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |60% |Xavier Flinch |- style="color:blue" |20% |Daniel Duncan |- |10% |Romain Jordin |- |10% |Nic Parnas |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="08/03/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |50% |Xavier Flinch |- style="color:blue" |20% |Daniel Duncan |- |20% |Lakra Morue |- |10% |Nic Parnas |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="15/02/21">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |50% |Xavier Flinch |- style="color:blue" |20% |Lakra Morue |- |10% |Daniel Duncan |- |10% |Jared Ferguson |- |10% |Nic Parnas |-
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> <tab name="16/12/20">{| class="wikitable center" style="margin-left: auto; margin-right: 10px;" !Pourcentage !Actionnaires |- |- style="color:blue" |50% |Xavier Flinch |- style="color:blue" |50% |Lakra Morue |- style="color:blue"
| colspan="3" |
Les actionnaires majoritaires sont inscrits en bleu. |}</tab> </tabs>