« Union Depository » : différence entre les versions
clé de tri |
Aucun résumé des modifications |
||
| (30 versions intermédiaires par 9 utilisateurs non affichées) | |||
| Ligne 2 : | Ligne 2 : | ||
| image1 = UD logo.png | | image1 = UD logo.png | ||
| statut = Actif | | statut = Actif | ||
| localisation = 2048 | |||
| image2 = UD dépot.png | |||
}} | }} | ||
==Organisation== | ==Organisation== | ||
===<u>Patrons</u>=== | ===<u>Patrons</u>=== | ||
*[[ | * [[Edouard Marchant Silverman]] | ||
*[[ | * [[Maya Marchant Silverman]] | ||
===<u>Employés</u>=== | ===<u>Employés</u>=== | ||
*[[ | * [[Ben McLeod]] - Responsable | ||
*[[ | * [[Ross Buddy]] | ||
*[[ | * [[Lòmidia Triana]] | ||
*[[ | * [[Andrew Satanislov]] | ||
*[[ | * [[Carlo Delmonter]] | ||
*[[ | * [[Buddy Ross]] | ||
*[[ | * [[Lucian Lighton]] | ||
*[[ | * [[Jack O'neill]] | ||
*[[ | * [[Arya Valen]] | ||
*[[ | * [[Sergueï Sokolov]] | ||
*[[ | * [[Alekseï Tachankov]] | ||
=== <u>Anciens responsables</u> === | |||
*[[ | *[[Jason Van Derburg]] (Patron) | ||
*[[ | *[[Samuel Bishop]] (Patron) | ||
*[[ | *[[Mike Parker]] (Patron) | ||
*[[ | *[[Danny Evrich]] (Patron) | ||
*[[ | *[[Jamie Damballa]] (Patron) | ||
==Histoire== | ==Histoire== | ||
L'entreprise est saisie le 22 octobre 2025, suite au recours de M. Mike Parker et M. Danny Evrich dans le cadre d'un tribunal entre ceux-ci et le [[BCSO]]. Elle est reprise par Jamie Damballa en novembre 2025 qui revend ses parts à Edouard et Maya Marchant Silverman en janvier 2026. | |||
==Anecdotes== | ==Anecdotes== | ||
| Ligne 38 : | Ligne 42 : | ||
==Distribution des parts== | ==Distribution des parts== | ||
===<u>Répartition actuelle</u>=== | ===<u>Répartition actuelle</u>=== | ||
<p class="mw-customtoggle-union6" style="background-color: #fef6e7;border:1px solid #fc3;margin:0;padding:0.5em;vertical-align:middle;"> | |||
▶ Répartition des parts depuis le <b>22/10/2025</b> | |||
</p> | |||
<div class="mw-collapsible" id="mw-customcollapsible-union6"> | |||
<div class="mw-collapsible-content"> | |||
{| class="wikitable center" style="margin-left: 10px; margin-right: auto" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''100%''' | |||
|'''[[LSAS]]''' | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "LSAS","pourcentage": 100} | |||
] | |||
} | |||
], | |||
"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. | |||
|} | |||
</div> | |||
</div> | |||
===<u>Ancienne(s) répartition(s)</u>=== | |||
<p class="mw-customtoggle-union6" style="background-color: #fef6e7;border:1px solid #fc3;margin:0;padding:0.5em;vertical-align:middle;"> | |||
▶ Répartition des parts du <b>13/10/2025</b> au <b>22/10/2025</b> | |||
</p> | |||
<div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-union6"> | |||
<div class="mw-collapsible-content"> | |||
{| class="wikitable center" style="margin-left: 10px; margin-right: auto" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''70%''' | |||
|'''[[Mike Parker]]''' | |||
|- | |||
|30% | |||
|[[Danny Evrich]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Mike Parker","pourcentage": 70}, | |||
{"parts": "Danny Evrich","pourcentage": 30} | |||
] | |||
} | |||
], | |||
"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. | |||
|} | |||
</div> | |||
</div> | |||
<p class="mw-customtoggle-union5" style="background-color: #fef6e7;border:1px solid #fc3;margin:0;padding:0.5em;vertical-align:middle;"> | |||
▶ Répartition des parts du <b>25/09/2025</b> au <b>13/10/2025</b> | |||
</p> | |||
<div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-union5"> | |||
<div class="mw-collapsible-content"> | |||
{| class="wikitable center" style="margin-left: 10px; margin-right: auto" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''50%''' | |||
|'''[[Mike Parker]]''' | |||
|- | |||
|40% | |||
|[[Samuel Bishop]] | |||
|- | |||
|10% | |||
|[[Danny Evrich]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Mike Parker","pourcentage": 50}, | |||
{"parts": "Samuel Bishop","pourcentage": 40}, | |||
{"parts": "Danny Evrich","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. | |||
|} | |||
</div> | |||
</div> | |||
<p class="mw-customtoggle-union4" style="background-color: #fef6e7;border:1px solid #fc3;margin:0;padding:0.5em;vertical-align:middle;"> | |||
▶ Répartition des parts du <b>14/09/2025</b> au <b>25/09/2025</b> | |||
</p> | |||
<div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-union4"> | |||
<div class="mw-collapsible-content"> | |||
{| class="wikitable center" style="margin-left: 10px; margin-right: auto" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''40%''' | |||
|'''[[Samuel Bishop]]''' | |||
|- style="color:blue" | |||
|'''40%''' | |||
|'''[[Mike Parker]]''' | |||
|- | |||
|10% | |||
|[[Sam Carter]] | |||
|- | |||
|10% | |||
|[[Danny Evrich]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Samuel Bishop","pourcentage": 40}, | |||
{"parts": "Mike Parker","pourcentage": 40}, | |||
{"parts": "Sam Carter","pourcentage": 10}, | |||
{"parts": "Danny Evrich","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. | |||
|} | |||
</div> | |||
</div> | |||
<p class="mw-customtoggle-union3" style="background-color: #fef6e7;border:1px solid #fc3;margin:0;padding:0.5em;vertical-align:middle;"> | |||
▶ Répartition des parts du <b>11/09/2025</b> au <b>14/09/2025</b> | |||
</p> | |||
<div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-union3"> | |||
<div class="mw-collapsible-content"> | |||
{| class="wikitable center" style="margin-left: 10px; margin-right: auto" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''50%''' | |||
|'''[[Samuel Bishop]]''' | |||
|- | |||
|40% | |||
|[[Mike Parker]] | |||
|- | |||
|10% | |||
|[[Sam Carter]] | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Samuel Bishop","pourcentage": 50}, | |||
{"parts": "Mike Parker","pourcentage": 40}, | |||
{"parts": "Sam Carter","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. | |||
|} | |||
</div> | |||
</div> | |||
<p class="mw-customtoggle-union2" style="background-color: #fef6e7;border:1px solid #fc3;margin:0;padding:0.5em;vertical-align:middle;"> | |||
▶ Répartition des parts du <b>27/06/2025</b> au <b>11/09/2025</b> | |||
</p> | |||
<div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-union2"> | |||
<div class="mw-collapsible-content"> | |||
{| class="wikitable center" style="margin-left: 10px; margin-right: auto" | |||
!Pourcentage | |||
!Actionnaires | |||
|- | |||
|- style="color:blue" | |||
|'''50%''' | |||
|'''[[Mike Parker]]''' | |||
|- style="color:blue" | |||
|'''50%''' | |||
|'''[[Samuel Bishop]]''' | |||
|- | |||
| colspan="3" |<graph>{ | |||
"width": 400, | |||
"height": 200, | |||
"padding": 30, | |||
"data": [ | |||
{ | |||
"name": "table", | |||
"values": [ | |||
{"parts": "Mike Parker","pourcentage": 50}, | |||
{"parts": "Samuel Bishop","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. | |||
|} | |||
</div> | |||
</div> | |||
<p class="mw-customtoggle-union1" style="background-color: #fef6e7;border:1px solid #fc3;margin:0;padding:0.5em;vertical-align:middle;"> | <p class="mw-customtoggle-union1" style="background-color: #fef6e7;border:1px solid #fc3;margin:0;padding:0.5em;vertical-align:middle;"> | ||
▶ Répartition des parts | ▶ Répartition des parts du <b>20/03/2025</b> au <b>27/06/2025</b> | ||
</p> | </p> | ||
<div class="mw-collapsible" id="mw-customcollapsible-union1"> | <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-union1"> | ||
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
{| class="wikitable center" style="margin-left: 10px; margin-right: auto" | {| class="wikitable center" style="margin-left: 10px; margin-right: auto" | ||
| Ligne 105 : | Ligne 523 : | ||
</div> | </div> | ||
</div> | </div> | ||
[[Catégorie:Entreprise]] | [[Catégorie:Entreprise]] | ||
[[Catégorie:Union Depository|*]] | [[Catégorie:Union Depository|*]] | ||
Dernière version du 27 avril 2026 à 08:04
Organisation
Patrons
Employés
- Ben McLeod - Responsable
- Ross Buddy
- Lòmidia Triana
- Andrew Satanislov
- Carlo Delmonter
- Buddy Ross
- Lucian Lighton
- Jack O'neill
- Arya Valen
- Sergueï Sokolov
- Alekseï Tachankov
Anciens responsables
- Jason Van Derburg (Patron)
- Samuel Bishop (Patron)
- Mike Parker (Patron)
- Danny Evrich (Patron)
- Jamie Damballa (Patron)
Histoire
L'entreprise est saisie le 22 octobre 2025, suite au recours de M. Mike Parker et M. Danny Evrich dans le cadre d'un tribunal entre ceux-ci et le BCSO. Elle est reprise par Jamie Damballa en novembre 2025 qui revend ses parts à Edouard et Maya Marchant Silverman en janvier 2026.
Anecdotes
Images
Distribution des parts
Répartition actuelle
▶ Répartition des parts depuis le 22/10/2025
| Pourcentage | Actionnaires | |
|---|---|---|
| 100% | LSAS | |
|
Les actionnaires majoritaires sont inscrits en bleu. | ||
Ancienne(s) répartition(s)
▶ Répartition des parts du 13/10/2025 au 22/10/2025
| Pourcentage | Actionnaires | |
|---|---|---|
| 70% | Mike Parker | |
| 30% | Danny Evrich | |
|
Les actionnaires majoritaires sont inscrits en bleu. | ||
▶ Répartition des parts du 25/09/2025 au 13/10/2025
| Pourcentage | Actionnaires | |
|---|---|---|
| 50% | Mike Parker | |
| 40% | Samuel Bishop | |
| 10% | Danny Evrich | |
|
Les actionnaires majoritaires sont inscrits en bleu. | ||
▶ Répartition des parts du 14/09/2025 au 25/09/2025
| Pourcentage | Actionnaires | |
|---|---|---|
| 40% | Samuel Bishop | |
| 40% | Mike Parker | |
| 10% | Sam Carter | |
| 10% | Danny Evrich | |
|
Les actionnaires majoritaires sont inscrits en bleu. | ||
▶ Répartition des parts du 11/09/2025 au 14/09/2025
| Pourcentage | Actionnaires | |
|---|---|---|
| 50% | Samuel Bishop | |
| 40% | Mike Parker | |
| 10% | Sam Carter | |
|
Les actionnaires majoritaires sont inscrits en bleu. | ||
▶ Répartition des parts du 27/06/2025 au 11/09/2025
| Pourcentage | Actionnaires | |
|---|---|---|
| 50% | Mike Parker | |
| 50% | Samuel Bishop | |
|
Les actionnaires majoritaires sont inscrits en bleu. | ||
▶ Répartition des parts du 20/03/2025 au 27/06/2025
| Pourcentage | Actionnaires | |
|---|---|---|
| 50% | Jason Van Derburg | |
| 50% | Samuel Bishop | |
|
Les actionnaires majoritaires sont inscrits en bleu. | ||
