Regular Expressions 101

Save & Share

Flavor

  • PCRE2 (PHP >=7.3)
  • PCRE (PHP <7.3)
  • ECMAScript (JavaScript)
  • Python
  • Golang
  • Java 8
  • .NET 7.0 (C#)
  • Rust
  • Regex Flavor Guide

Function

  • Match
  • Substitution
  • List
  • Unit Tests

Tools

Sponsors
There are currently no sponsors. Become a sponsor today!
An explanation of your regex will be automatically generated as you type.
Detailed match information will be displayed here automatically.
  • All Tokens
  • Common Tokens
  • General Tokens
  • Anchors
  • Meta Sequences
  • Quantifiers
  • Group Constructs
  • Character Classes
  • Flags/Modifiers
  • Substitution
  • A single character of: a, b or c
    [abc]
  • A character except: a, b or c
    [^abc]
  • A character in the range: a-z
    [a-z]
  • A character not in the range: a-z
    [^a-z]
  • A character in the range: a-z or A-Z
    [a-zA-Z]
  • Any single character
    .
  • Alternate - match either a or b
    a|b
  • Any whitespace character
    \s
  • Any non-whitespace character
    \S
  • Any digit
    \d
  • Any non-digit
    \D
  • Any word character
    \w
  • Any non-word character
    \W
  • Non-capturing group
    (?:...)
  • Capturing group
    (...)
  • Zero or one of a
    a?
  • Zero or more of a
    a*
  • One or more of a
    a+
  • Exactly 3 of a
    a{3}
  • 3 or more of a
    a{3,}
  • Between 3 and 6 of a
    a{3,6}
  • Start of string
    ^
  • End of string
    $
  • A word boundary
    \b
  • Non-word boundary
    \B

Regular Expression
No Match

r"
"
gm

Test String

Code Generator

Generated Code

import java.util.regex.Matcher; import java.util.regex.Pattern; public class Example { public static void main(String[] args) { final String regex = "(?:in the arbitration proceedings(?: between)?|(?<=Claimant )(?:\\w*) ?[-–](?:\\s*and)?)\\s*([a-zA-Z][^\\n,]+).*(?:\\n^(?: *[^\\s\\-–].*| +)?)*?[-–] ?(?:\\w* )Claimant"; final String string = "\"31787f2ff1b8941c9fa524716af87d6459d8de24\" \"0111 Funiciello, Walters vs. KK Cibona\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n" + "Av. Louis Casaï 53 \n\n" + "P.O. Box 110 \n" + "1216 Cointrin / Geneva \n\n" + "Switzerland \n\n" + " Tel: (+41-22) 545 0000 \n" + "Fax: (+41-22) 545 0099 \n" + "info@fiba.com \n" + "www.fiba.com \n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(0111/10 FAT) \n\n" + "by the \n\n" + "FIBA ARBITRAL TRIBUNAL (FAT) \n\n" + "Mr. Klaus Reichert \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Mr. Giovanni C. Funiciello \n\n" + " \n\n" + "Mr. Happy Walters \n\n" + " \n\n" + "- Claimants - \n" + " \n\n" + "vs. \n\n" + " \n\n" + "KK Cibona \n\n" + "Savska 30, 10000 Zagreb, Croatia \n\n" + " \n\n" + "- Respondent - \n\n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n\n" + "0111/10 FAT 2/12 \n" + " \n\n" + "1. The Parties \n\n" + "1.1. The Claimant \n\n" + "1. Giovanni C. Funiciello and Happy Walters (“Claimants”) are agents. A player, Antonio \n\n" + "Graves, for whom they performed representation services was engaged by KK Cibona \n\n" + "(“Respondent”) to play the season 2009/2010. That engagement was reflected in a \n\n" + "written agreement dated 21 July 2009 (“the Agreement”) and signed on 22 July 2009. \n\n" + "1.2. The Respondent \n\n" + "2. Respondent is a professional basketball club with its address at Savska 30, 10000 \n\n" + "Zagreb, Croatia. The contact person within Respondent is Mr. Bozo Milicevic, Club \n\n" + "Director. \n\n" + "2. The Arbitrator \n\n" + "3. On 9 August 2010, the President of the FIBA Arbitral Tribunal (the &quot;FAT&quot;) appointed \n\n" + "Mr. Klaus Reichert as arbitrator (hereinafter the “Arbitrator”) pursuant to Article 8.1 of \n\n" + "the Rules of the FIBA Arbitral Tribunal (hereinafter the &quot;FAT Rules&quot;). Neither of the \n\n" + "Parties has raised objections to the appointment of the Arbitrator or to his declaration of \n\n" + "independence. \n\n" + "3. Facts and Proceedings \n\n" + "3.1. Background Facts \n\n" + "4. The Agreement, which is principally concerned with the retention by Respondent of \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n\n" + "0111/10 FAT 3/12 \n" + " \n\n" + "Antonio Graves, also sets an obligation on the part of Respondent to pay, amongst \n\n" + "others, Claimants certain sums described as “Agent’s Commission”. The relevant sums \n\n" + "involved and the prescribed dates are: (a) USD 21,250.00 on 20 September 2009; and \n\n" + "(b) USD 21,250.00 on 20 January 2010. This total of USD 42,500.00 is confirmed in a \n\n" + "letter dated 21 December 2009. \n\n" + "3.2. The proceedings before the FAT and the positio ns of the Parties \n\n" + "5. Claimants filed a Request for Arbitration dated 30 June 2010 in accordance with the \n\n" + "FAT Rules, and on 5 July 2010 the non-reimbursable fee of EUR 2,000.00 was duly \n\n" + "paid. Claimants paid a total of EUR 3,989.99 to FAT on 5 and 6 July 2010. The \"\n" + "\"2eb7ec464f6e365dded057961a1e824eadeae1ff\" \"53439_1\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0232/11) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Raj Parker \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Ms. Renee Montgomery \n" + "c/o Wiesel Sports LLC, Post Office Box 1225, Bandon, Oregon 97411 USA \n" + " \n\n" + "- First Claimant - \n\n" + "Mr. Eric Wiesel \n" + "Wiesel Sports LLC, Post Office Box 1225, Bandon, Oregon 97411 USA \n" + " \n\n" + "- Second Claimant - \n\n" + " \n" + "LBM Management \n" + "Rue de Gaillarmont 591, BE 4030, Liege, Belgium \n" + " \n\n" + "- Third Claimant - \n\n" + " \n" + "vs. \n\n" + " \n\n" + "Lövér Sport KFT aka UNI Seat Györ \n" + "Kiskut Liget, 9027 Györ, Hungary \n" + " \n\n" + "- Respondent - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/33 \n" + "BAT 0232/11 \n" + " \n\n" + "1. The Parties \n\n" + "1.1 The Claimants \n\n" + "1. Ms. Renee Danielle Montgomery (hereinafter the “First Claimant”) is a professional \n\n" + "basketball player of US nationality. \n\n" + "2. Mr. Eric R. Wiesel of Wiesel Sports LCC, P.O. Box 1225, Brandon, Oregon 97411, \n\n" + "USA, acts as the First Claimant’s agent (hereinafter the “Second Claimant”). \n\n" + "3. LBM Management, of Rue de Gaillarmont 591, BE 4030, Leige, Belgium (hereinafter \n\n" + "the “Third Claimant”) also acts as the First Claimant’s agent. \n\n" + "4. In these proceedings, the First Claimant and the Third Claimant are represented by the \n\n" + "Second Claimant. \n\n" + "1.2 The Respondent \n\n" + "5. Lövér Sport KFT (UNI Seat Györ), 9027 Györ, Hungary (hereinafter the “Respondent”) \n\n" + "is a Hungarian professional basketball club. \n\n" + "2. The Arbitrator \n\n" + "6. On 29 December 2011, Richard H. McLaren, the President of the Basketball Arbitral \n\n" + "Tribunal (hereinafter the “BAT”), appointed Mr. Raj Parker as arbitrator (hereinafter the \n\n" + "“Arbitrator”) pursuant to Article 8.1 of the Rules of the Basketball Arbitral Tribunal \n\n" + "(hereinafter the “BAT Rules”). \n\n" + "7. None of the Parties have raised objections either to the appointment of the Arbitrator or \n\n" + "to his declaration of independence. \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Discrepancy\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Discrepancy\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/33 \n" + "BAT 0232/11 \n" + " \n\n" + "3. Facts and proceedings \n\n" + "3.1 Background facts \n\n" + "8. On 21 March 2011, the First Claimant and Respondent entered into a contract of \n\n" + "employment (hereinafter the “Contract”). The Contract contains, amongst others, the \n\n" + "following provisions: \n\n" + "At clause 3: \n\n" + "“In connection with the Player’s employment the Club on behalf of the Player shall \n" + "make the following arrangements: \n\n" + "a. Transportation. \n\n" + "During the term of the present Agreement the Club will provide the Player with \n" + "three (3) round trip economy plane tickets from Player’\"\n" + "\"ecccd0a9b820274481c66bec4f807c45718d3699\" \"0440 Player 1 Player 2 vs Club (public version)\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0440/13) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Klaus Reichert SC \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + " \n" + "Ms. Player 1 \n\n" + "- Claimant 1 - \n" + " \n" + "Ms. Player 2 \n\n" + "- Claimant 2 - \n" + " \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + " \n" + "Club \n\n" + "- Respondent - \n" + " \n" + " \n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/26 \n" + "(BAT 0440/13) \n" + " \n\n" + "1. The Parties \n\n" + "1.1 The Claimants \n\n" + "1. Claimant 1, [Ms. Player 1] (“[Player 1]”), is an American professional basketball player. \n\n" + "2. Claimant 2, [Ms. Player 2] (“[Player 2]”), is an American professional basketball player. \n\n" + "1.2 The Respondent \n\n" + "3. [Club] (“Respondent”) is a professional basketball club in [city and country of the Club]. \n\n" + "2. The Arbitrator \n\n" + "4. On 16 October 2013, Prof. Richard H. McLaren, President of the Basketball Arbitral \n\n" + "Tribunal (the &quot;BAT&quot;), appointed Mr. Klaus Reichert SC, as arbitrator (hereinafter the \n\n" + "“Arbitrator”) pursuant to Article 8.1 of the Rules of the Basketball Arbitral Tribunal \n\n" + "(hereinafter the &quot;BAT Rules&quot;). None of the Parties has raised any objections to the \n\n" + "appointment of the Arbitrator or to his declaration of independence. \n\n" + "3. Facts and Proceedings \n\n" + "3.1 Summary of the Dispute \n\n" + "5. On 4 June 2012, Player 1 and Respondent entered into an agreement (“the Player 1 \n\n" + "Agreement”) whereby the latter engaged the former to play basketball for the 2012-\n\n" + "2013 season. The salary of Player 1 was agreed at a guaranteed sum of \n\n" + "USD 69,000.00 net of tax, payable in six equal instalments of USD 11,500.00. \n\n" + "6. On 4 June 2012, Player 2 and Respondent entered into an agreement (“the Player 2 \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/26 \n" + "(BAT 0440/13) \n" + " \n\n" + "Agreement”) whereby the latter engaged the former to play basketball for the 2012-\n\n" + "2013 season. The salary of Player 2 was agreed at a guaranteed sum of \n\n" + "USD 69,000.00 net of tax, payable in six equal instalments of USD 11,500.00. \n\n" + "7. Player 1 and Player 2 say that the Respondent terminated their respective agreements \n\n" + "in November 2012, and left them short of the majority of their respective salaries. \n\n" + "8. Respondent says that both Player 1 and Player 2 signed so-called Budget Control \n\n" + "Agreements dated 5 May 2012, which it further says Claimants concealed from the \n\n" + "Arbitrator. Respondent says that Claimants asked to be released from their obligations \n\n" + "to Respondent, Respondent concurred, and therefore no liability attaches from that \n\n" + "point onwards. \n\n" + "3.2 The Proceedings before the BAT \n\n" + "9. On 9 May 2013, Claimants filed a R\"\n" + "\"cd6d73dd9f0de020a437691080ab1aa0811623bc\" \"070816_AWARD_Final\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n" + "Av. Louis Casaï 53 \n\n" + "P.O. Box 110 \n" + "1216 Cointrin / Geneva \n\n" + "Switzerland \n\n" + " Tel: (+41-22) 545 0000 \n" + "Fax: (+41-22) 545 0099 \n\n" + "info@fiba.com \n" + "www.fiba.com \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(0001/07 FAT) \n\n" + "rendered on 16 August 2007 by the \n\n" + "FIBA ARBITRAL TRIBUNAL (FAT) \n\n" + "Mr. Ulrich Haas \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Mr. Djuro Ostojic, Makedonska 17, 85000 Bar, Montenegro \n" + "represented by Mr. Miodrag Raznatovic, Attorney at Law, (licensed FIBA Agent \n" + "2007018138), 18 Strahinjica Bana, Belgrade, Serbia \n" + " \n\n" + "- Claimant 1- \n\n" + "and \n" + " \n" + "Mr. Miodrag Raznatovic, 18 Strahinjica Bana, Belgrade, Serbia \n" + " \n\n" + "- Claimant 2- \n\n" + "or jointly &quot;the Claimants&quot; \n\n" + "vs. \n" + " \n" + "Basketball Club PAOK KAE, Antoniou Tristi 12, 55510 Thessaloniki, Greece \n" + " \n\n" + "- Respondent - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Award date\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n" + "(0001/07 FAT) \n" + " 2 \n" + " \n\n" + " \n\n" + "1. The Parties \n\n" + "1.1. The Claimants \n\n" + "Djuro Ostojic (hereinafter “Mr. Ostojic” or “Claimant 1”) is a citizen of Montenegro and a \n\n" + "professional basketball player. He is domiciled at Makedonska 17, 85000 Bar, Montenegro. \n\n" + "Miodrag Raznatovic (hereinafter “Mr. Raznatovic” or “Claimant 2”) is a citizen of Serbia. He is \n\n" + "domiciled at 18 Strahinjica Bana, Belgrade, Serbia. \n\n" + "Claimant 2 is an attorney-at-law and a FIBA–licensed player agent. In these proceedings he \n\n" + "is acting as counsel for Claimant 1 as well as on his own behalf in his capacity as agent of \n\n" + "Mr. Ostojic. \n\n" + "1.2. The Respondent \n\n" + "Basketball Club PAOK KAE (hereinafter &quot;PAOK&quot; or the &quot;Respondent&quot;) is a Greek basketball \n\n" + "club with its seat in Thessaloniki, Greece. It is domiciled at Antoniou Tristi 12, 55510 \n\n" + "Thessaloniki, Greece. Respondent is not represented by counsel. \n\n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n" + "(0001/07 FAT) \n" + " 3 \n" + " \n\n" + "2. The Arbitrator \n\n" + "On 7 June 2007, the President of the FIBA Arbitral Tribunal (the &quot;FAT&quot;) appointed Prof. \n\n" + "Ulrich Haas as arbitrator (hereinafter the “Arbitrator”) pursuant to Article 8.1 of the Rules of \n\n" + "the FIBA Arbitral Tribunal (hereinafter the &quot;FAT Rules&quot;). \n\n" + "3. Facts and Proceedings \n\n" + "3.1. Background Facts \n\n" + "On 24 January 2007, Claimant 1 and the Respondent concluded a player contract \n\n" + "(hereinafter the &quot;Contract&quot;) for &quot;the 2006/2007 basketball season&quot; in which the amount of \n\n" + "EUR 60,000 was stipulated for the services of Mr. Ostojic as a basketball player. The \n\n" + "Contract\"\n" + "\"24376a0f2e5fcd4e20f3be331fec570a82496038\" \" \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "CORRECTED ARBITRAL AWARD \n\n" + "(BAT 0991/16) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Stephan Netzle \n\n" + "in the arbitration proceedings between \n\n" + "Mr. Derrick Low \n" + " \n\n" + "- Claimant- \n" + "represented by Mr. Andrei Maxim, attorney at law, \n" + "Street Avram Iancu, no. 8, 1st Floor, \n" + "Cluj-Napoca City, Cluj Country, Romania \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + "Asociatia Baschet Club Timisoara \n" + "Street Calea Martirilor 1989, no.172, \n" + "City of Timisoara, Timis Country, Romania \n\n" + "- Respondent 1- \n\n" + "represented by Messrs. Ciprian Bruz and Daniel Sabou, \n" + "Insolvency Smart Concept SPRL, Paul Chinezu Street no. 6, apartment 7 \n" + "City of Timisoara, County of Timis, Romania \n" + " \n" + " \n" + "Sport Club Municipal Timisoara \n" + "Street Aleea Ripensia, no. 11, City of Timisoara, Timis Country, Romania \n\n" + "- Respondent 2- \n" + "represented by Mr. Sergiu Valentin Gheran, attorney at law, \n\n" + "Str. Closca Nr. 92A, Dzemir, Com. Apahdia, Jud. Cluj, 407035, Romania \n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + "Arbitral Award 2/3 \n" + "(BAT 0991/16) \n\n" + " \n\n" + "AWARD \n\n" + "Upon providing both parties with an opportunity to be heard, having ascertained his jurisdic-\n\n" + "tion and considered the factual and legal arguments as well as the requests for relief submit-\n\n" + "ted in this case, the Arbitrator decides as follows: \n\n" + " Asociatia Baschet Club Timisoara and Sport Club Municipal Timisoara are 1.\n\n" + "jointly ordered to pay to Mr. Derrick Low the amount of USD 36,333.35 net, \n\n" + "plus interest of 5% p.a. on USD 8,000.00 since 1 September 2015, on \n\n" + "USD 8,333.35 since 26 September 2015 and on USD 20,000.00 since \n\n" + "1 December 2015 until payment. \n\n" + " The costs of this arbitration until the present Award, which were deter-2.\n\n" + "mined by the President of the BAT to be in the amount of EUR 3,980.00, \n\n" + "shall be borne jointly by Asociatia Baschet Club Timisoara and Sport Club \n\n" + "Municipal Timisoara alone. Accordingly, Asociatia Baschet Club \n\n" + "Timisoara and Sport Club Municipal Timisoara are ordered to pay to Mr. \n\n" + "Derrick Low his share of the Advance on Costs of EUR 3,980.00. The bal-\n\n" + "ance of the Advance on Costs, in the amount of EUR 1,020.00, will be re-\n\n" + "imbursed to Mr. Derrick Low by the BAT. \n\n" + " Asociatia Baschet Club Timisoara and Sport Club Municipal Timisoara are 3.\n\n" + "jointly ordered to pay to Mr. Derrick Low the amount of EUR 5,200.00 as a \n\n" + "contribution to his legal fees and expenses. \n\n" + " Any other or further-reaching requests for relief are dismissed. 4.\n\n" + "Geneva, seat of the arbitration, 27 March 2018 \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Stephan Netzle \n\n" + "(Arbitrator) \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Tem\"\n" + "\"e330075e1b4d4b81ddaac407e8bc95541d62cd5f\" \"163094_1\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0758/15) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Ms. Annett Rombach \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Mr. Martin Osimani Silveira \n" + " \n" + " \n\n" + "Mr. Claudio Pereira Garcia \n" + "Bvar. España 2813 of. 302, 11300 Montevideo, Uruguay \n\n" + "- Claimants - \n\n" + "both represented by Mr. Claudio Pereira Garcia, \n" + "Bvar. España 2813 of. 302, 11300 Montevideo, Uruguay \n" + " \n" + " \n\n" + "vs. \n" + " \n" + " \n\n" + "Club Atletico Peñarol Mar Del Plata \n" + "Garay 2524, Mar del Plata, Buenos Aires, Argentina \n\n" + "- Respondent - \n" + " \n\n" + " \n\n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/4 \n" + "(BAT 0758/15) \n" + " \n\n" + "AWARD \n\n" + "Upon providing both parties with an opportunity to be heard, having ascertained her \n\n" + "jurisdiction and considered the factual and legal arguments as well as the requests for relief \n\n" + "submitted in this case, the Arbitrator decides as follows: \n\n" + "1. Club Atletico Peñarol Mar Del Plata is ordered t o pay to Mr. Martin Osimani \n" + "Silveira salaries of USD 22,800.00 net together wit h interest of 5% p.a. \n" + "from 12 July 2015. \n\n" + "2. Club Atletico Peñarol Mar Del Plata is ordered t o pay to Mr. Martin Osimani \n" + "Silveira late payment penalties of USD 3,400.00 net . \n\n" + "3. Club Atletico Peñarol Mar Del Plata is ordered t o pay to Mr. Claudio \n" + "Pereira Garcia agent fees of USD 3,480.00 net toget her with interest of 5% \n" + "p.a. from 12 July 2015. \n\n" + "4. Club Atletico Peñarol Mar Del Plata is ordered t o pay to Mr. Claudio \n" + "Pereira Garcia late payment penalties of USD 3,400. 00 net. \n\n" + "5. Club Atletico Peñarol Mar Del Plata is ordered t o pay jointly to Mr. Martin \n" + "Osimani Silveira and Mr. Claudio Pereira Garcia EUR 1,988.00 as a \n" + "contribution towards their legal fees and expenses. \n\n" + "6. The costs of this arbitration until the present Award, which were \n" + "determined by the President of the BAT to be in the amount of \n" + "EUR 3,815.00, shall be borne by Club Atletico Peñar ol Mar Del Plata alone. \n" + "Accordingly, Club Atletico Peñarol Mar Del Plata is ordered to pay jointly \n" + "to Mr. Martin Osimani Silveira and Mr. Claudio Pere ira Garcia \n" + "EUR 3,815.00. The balance of the Advance on Costs, in the amount of \n" + "EUR 1,185.00, will be reimbursed jointly to Mr. Mar tin Osimani Silveira and \n" + "Mr. Claudio Pereira Garcia by the BAT. \n\n" + "7. Any arbitration costs associated with a Request for Reasons (see \n" + "attached Notice) shall be advanced and borne by the requesting party. \n\n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/4 \n" + "(BAT 0758/15) \n" + " \n\n" + "8. Any other or further-reaching requests for relie f are dismissed. \n\n" + "Geneva, seat of the arbitration, 15 March 2016 \n\n" + " \n\n" + " \n\n" + "Annet\"\n" + "\"aa1928b9772881741b4e960e8ecf50620d10f7c1\" \"080430_Award_Final\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n" + "Av. Louis Casaï 53 \n\n" + "P.O. Box 110 \n" + "1216 Cointrin / Geneva \n\n" + "Switzerland \n\n" + " Tel: (+41-22) 545 0000 \n" + "Fax: (+41-22) 545 0099 \n\n" + "info@fiba.com \n" + "www.fiba.com \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(0003/08 FAT) \n\n" + "rendered on 30 April 2008 by the \n\n" + "FIBA ARBITRAL TRIBUNAL (FAT) \n\n" + "Mr. Stephan Netzle \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Beobasket Ltd, Gibraltar, Suite 4, 4 Giro's passage, Gibraltar, \n\n" + "represented by \n\n" + "Mr. Miodrag Raznatovic, 18 Strahinjica Bana, Belgrade, Serbia \n" + " \n\n" + "- Claimant - \n\n" + "vs. \n" + " \n" + "Basketball Club Besiktas Gimnastics, Süleyman Seba Cad. No: 48 \n" + "Akaretler, Besiktas 34357 Istanbul, Turkey \n" + " \n\n" + "- Respondent - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Award date\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n" + "(0003/08 FAT) \n" + " 2/19 \n" + " \n\n" + " \n\n" + "1. The Parties \n\n" + "1.1. The Claimant \n\n" + "Claimant is a player's agency with its legal seat in Gibraltar and representation offices in \n\n" + "Belgrade, Serbia. Its representative Miodrag Raznatovic is an attorney-at-law and a FIBA–\n\n" + "licensed player agent. He is a citizen of Serbia and domiciled at 18 Strahinjica Bana, \n\n" + "Belgrade, Serbia. \n\n" + "1.2. The Respondent \n\n" + "The Respondent is a Turkish basketball club with its seat in Instanbul. It is domiciled at \n\n" + "Süleyman Seba Cad. No: 48 Akaretler, Besiktas 34357 Istanbul. Respondent is not \n\n" + "represented by counsel. \n\n" + " \n\n" + "2. The Arbitrator \n\n" + "On 5 February 2008, the President of the FIBA Arbitral Tribunal (the &quot;FAT&quot;) appointed Dr. \n\n" + "Stephan Netzle as arbitrator (hereinafter the “Arbitrator”) pursuant to Article 8.1 of the Rules \n\n" + "of the FIBA Arbitral Tribunal (hereinafter the &quot;FAT Rules&quot;). \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n" + "(0003/08 FAT) \n" + " 3/19 \n" + " \n\n" + "3. Facts and Proceedings \n\n" + "3.1. Background Facts \n\n" + "On 24 July 2007, Respondent, player Sandro Nicevic (hereinafter &quot;the Player&quot;) and Claimant \n\n" + "signed a player agreement, by which the Respondent employed the Player &quot;as a skilled \n\n" + "player for the sport season 2007/2008&quot; (hereinafter the &quot;Agreement&quot;). In the Agreement, the \n\n" + "amount of USD 65,000 was stipulated for the services of Claimant (hereinafter the &quot; Agents \n\n" + "Fee&quot;). The Agreement reads – inter alia – as follows: \n\n" + "&quot;IX.- Agents Fee \n\n" + "The club is bound to pay agents fee to the player's agent, BeoBasket LTD in the total \n" + "amount of 65'000 USD, immediately upon the player successfully passes medical exam. \n\n" + "If the payments of the agents fee are not made on the time, the player will sit out of \n" + "practices and games until said payment\"\n" + "\"a4d23ead679b1740059f50ed10cacc9f0e631410\" \"090416_Award_Final_0014\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n" + "Av. Louis Casaï 53 \n\n" + "P.O. Box 110 \n" + "1216 Cointrin / Geneva \n\n" + "Switzerland \n\n" + " Tel: (+41-22) 545 0000 \n" + "Fax: (+41-22) 545 0099 \n\n" + "info@fiba.com \n" + "www.fiba.com \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(0014/08 FAT) \n\n" + "rendered on 16 April 2009 by the \n\n" + "FIBA ARBITRAL TRIBUNAL (FAT) \n\n" + "Mr Stephan Netzle \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Mr Remon van de Hare, C/ Sant Pedro 10, 08340 Vilasar De Mar (BCN), Spain \n\n" + "- Claimant 1- \n\n" + " \n\n" + "Mr Kirill Glushkov, Court Side, Parkwijklaan 229, 1326 JT Almere, Holland \n\n" + "- Claimant 2- \n\n" + " \n\n" + "Mr Geert Hammink , Court Side, Parkwijklaan 229, 1326 JT Almere, Holland \n\n" + "- Claimant 3- \n\n" + " \n" + " or jointly referred to as &quot;the Claimants&quot; \n\n" + "vs. \n" + " \n" + "Azovmash Mariupol Basketball Club , Mashinostroiteley squ., 1, 87535 Mariupol, \n" + "Ukraine \n" + " \n\n" + "- Respondent - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Award date\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n" + "(0014/08 FAT) \n\n" + " 2/28 \n" + " \n\n" + "1. The Parties \n\n" + "1.1. The Claimants \n\n" + "1. Claimant 1 is a professional basketball player domiciled in Spain. He is represented by \n\n" + "Messrs Geert Hammink and Kirill Glushkov of Court Side, a company engaged in bas-\n\n" + "ketball management and representation of players. \n\n" + "2. Claimants 2 and 3 are FIBA-licensed player's agents and advisers in professional \n\n" + "basketball. \n\n" + "1.2. The Respondent \n\n" + "3. Respondent is a basketball club from Mariupol, Ukraine. Respondent is not repre-\n\n" + "sented by counsel. \n\n" + "2. The Arbitrator \n\n" + "4. On 31 October 2008, the President of the FIBA Arbitral Tribunal (FAT) appointed Dr. \n\n" + "Stephan Netzle as Arbitrator (hereinafter the “Arbitrator”) pursuant to Article 8.1 of the \n\n" + "Arbitration Rules of the FIBA Arbitral Tribunal (hereinafter the &quot;FAT Rules&quot;). \n\n" + "5. On 12 November 2008, the Arbitrator accepted his appointment and signed a declara-\n\n" + "tion of acceptance and independence provided by the FAT Secretariat. \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n" + "(0014/08 FAT) \n\n" + " 3/28 \n" + " \n\n" + "6. None of the parties has raised objections to the appointment of the Arbitrator or to the \n\n" + "declaration of independence rendered by him. \n\n" + "3. Facts and Proceedings \n\n" + "3.1. Background Facts \n\n" + "7. On 5 July 2007, Claimant 1 and Respondent signed a player agreement whereby \n\n" + "Respondent employed Claimant 1 &quot;as an experienced basketball player for three sea-\n\n" + "sons 2007 – 2010” (hereinafter the “Player Agreement”). \n\n" + "8. Also on 5 July 2007, Claimant 2, on behalf of Court Side, signed \"\n" + "\"3c468b3d3c116fc4b8bb1f3e3cce2231895b0e07\" \"17772_1\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + "Av. Louis Casaï 53 \n" + "P.O. Box 110 \n\n" + "1216 Cointrin / Geneva \n" + "Switzerland \n\n" + " \n\n" + "Tel: (+41-22) 545 0000 \n" + "Fax: (+41-22) 545 0099 \n" + "info@fiba.com \n" + "www.fiba.com \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(0092/10 FAT) \n\n" + "rendered by \n\n" + "FIBA ARBITRAL TRIBUNAL (FAT) \n\n" + "Mr. Stephan Netzle \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Mr. Paolo Ronci, PR Sports srl, Via Laghi 69/6, 48018 Raenza, Italy \n\n" + "- Claimant 1 - \n\n" + "and \n\n" + "Ms. Graziane de Jesus Coelho, c/o PR Sports srl, Via Laghi 69/6, 48018 Raenza, Italy \n\n" + "- Claimant 2 - \n\n" + "jointly referred to as “the Claimants” \n\n" + "vs. \n\n" + "WBC Mizo Pecs 2010 , Dr. Veress Endre str.10, 7633 Pecs, Hungary \n\n" + "- Respondent - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Award 2/33 \n" + "0092/10 FAT \n" + " \n\n" + "1. The Parties \n\n" + "1.1. The Claimants \n\n" + "1. Mr. Paolo Ronci (hereinafter “Mr. Ronci” or “Claimant 1”) is a certified FIBA agent regis-\n\n" + "tered with FIBA under the FIBA agent license No. 2007018739. He represents profes-\n\n" + "sional basketball players, among others Claimant 2, and is the owner of \n\n" + "the agency PR Sports srl (hereinafter “PR Sports”). \n\n" + "2. Ms. Graziane de Jesus Coelho (hereinafter “Ms. Coelho” or “Claimant 2”) is a profes-\n\n" + "sional basketball player of Brazilian nationality. Claimants are not represented by \n\n" + "counsel. \n\n" + "1.2. The Respondent \n\n" + "3. WBC Mizo Pecs 2010 (hereinafter &quot;the Club&quot; or “Respondent&quot;) is a professional bas-\n\n" + "ketball club with its seat in Pecs, Hungary. Respondent is not represented by counsel. \n\n" + "Respondent’s submissions in this proceeding have been signed by Mr. Gábor Rozsa, \n\n" + "general manager of the Club. \n\n" + "2. The Arbitrator \n\n" + "4. On 19 May 2010, the President of the FIBA Arbitral Tribunal (the &quot;FAT&quot;) appointed \n\n" + "Dr. Stephan Netzle as arbitrator (hereinafter the “Arbitrator”) pursuant to Article 8.1 of \n\n" + "the Rules of the FIBA Arbitral Tribunal (hereinafter the &quot;FAT Rules&quot;). \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Award 3/33 \n" + "0092/10 FAT \n" + " \n\n" + "5. On the same day, the Arbitrator accepted his appointment and signed a declaration of \n\n" + "acceptance and independence. \n\n" + "6. None of the Parties has raised objections to the appointment of the Arbitrator or to the \n\n" + "declaration of independence rendered by him. \n\n" + "3. Facts and Proceedings \n\n" + "3.1. Background Facts \n\n" + "7. On 26 May 2008, Claimant 2 and Respondent signed a contract (hereinafter referred to \n\n" + "as the “Player Contract”) according to which Claimant 2 was to be employed by Re-\n\n" + "spondent from 1 September 2008 to 30 May 2009, or until two days after \"\n" + "\"79bf6b5913317a125231c16853a821acc7e8e626\" \" \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 1249/18) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Ms. Amani Khalifa \n\n" + "in the arbitration proceedings between \n" + " \n" + " \n\n" + "Mr. Kyle Donovan Weaver \n" + "- Claimant 1 - \n\n" + " \n" + "Mr. Maciej Schwarz \n" + " \n\n" + "- Claimant 2 - \n\n" + " \n" + "represented by Mr. Sabin Liviu Gherdan, attorney at law, \n" + "Nicolo Paganini, no. 6A, 41505, City of Oradea, Bihor County, Romania \n" + " \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + " \n" + "Sports Club Aris Thessaloniki \n" + "Gregory Lambrakis 2 PC, 54646, Thessaloniki, Greece \n\n" + " - Respondent - \n\n" + " \n" + "represented by Mr. Dimitris Goulielmos, attorney at law, \n" + "38, Skoufa Str, 10672 Athens, Greece \n\n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/4 \n" + "(BAT 1249/18) \n" + " \n\n" + " \n\n" + "AWARD \n\n" + "Upon providing all parties with an opportunity to be heard, having examined his jurisdiction \n\n" + "and considered the factual and legal arguments as well as the requests for relief submitted in \n\n" + "this case, the Arbitrator decides as follows: \n\n" + "1. Sports Club Aris Thessaloniki shall pay Mr. Kyle Donovan Weaver \n\n" + "USD 37,432.12 in unpaid salaries, plus interest on such amount at 5% per \n\n" + "annum from 17 February 2018 until full payment. \n\n" + "2. Sports Club Aris Thessaloniki shall provide Mr. Kyle Donovan Weaver \n\n" + "with a tax certificate detailing all applicable taxes paid on his behalf for \n\n" + "any fiscal year in which Sports Club Aris Thessaloniki paid any sum to \n\n" + "Mr. Kyle Donovan Weaver. \n\n" + "3. Sports Club Aris Thessaloniki shall pay Mr. Kyle Donovan Weaver \n\n" + "USD 1,500.00 in late payment penalties. \n\n" + "4. Sports Club Aris Thessaloniki shall pay Mr. Maciej Schwarz USD 3,000.00 \n\n" + "in unpaid agency fees, plus interest on such amount at 5% per annum \n\n" + "from 17 February 2018 until full payment. \n\n" + "5. Sports Club Aris Thessaloniki shall pay Mr. Maciej Schwarz USD 1,500.00 \n\n" + "in late payment penalties. \n\n" + "6. The costs of this arbitration until the present Award, which were \n\n" + "determined by the President of the BAT to be in the amount of \n\n" + "EUR 4,550.00, shall be borne 75 % by Sports Club Aris Thessaloniki and \n\n" + "25 % jointly by Mr. Kyle Donovan Weaver and Mr. Maciej Schwarz. \n\n" + "Accordingly, Sports Club Aris Thessaloniki shall pay EUR 3,412.50 jointly \n\n" + "to Mr. Kyle Donovan Weaver and to Mr. Maciej Schwarz. The balance of \n\n" + "the Advance on Costs, in the amount of EUR 1,450.00, will be reimbursed \n\n" + "jointly to Mr. Kyle Donovan Weaver and Mr. Maciej Schwarz by the BAT. \n\n" + "7. Sports Club Aris Thessaloniki shall pay Mr. Kyle Donovan Weaver \n\n" + "EUR 4,000.00 as a contribution to his legal fees and expenses. \n\n" + "8. Sports Club Aris Thessaloniki shall pay Mr. Maciej Schwarz EUR 2,500.00 \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "Temp MH\n" + "Highlight\n\n" + "\"\n" + "\"b6f1a883f052161d2fa3b8d8cb51d2e0065bc930\" \" \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 1354/19) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Klaus Reichert SC \n\n" + "in the arbitration proceedings between \n" + " \n" + " \n\n" + "Kariyer Spor Gida Ilac San. Dis Tic. Ltd Sti \n" + "Zühtüpasa Mh. Sehirkahya Sk. Pembe Kösk \n" + "Sitesi A Blok No: 29/9 Kiziltoprak, Istanbul, Turkey \n\n" + "- Claimant 1 - \n\n" + " \n" + "Assist Sports Management, Inc. \n" + "(Mr. Eric Fleisher) \n" + "1 Ridge Drive \n" + "P.O. Box 458 \n" + "10514, Chappaqua, NY, USA \n\n" + "- Claimant 2 - \n\n" + " \n" + "represented by Mr. Ergun Benan Arseven &amp; Mr. Metin Abut, \n" + "attorneys at law, Abdi Ipekci Caddesi, No. 19-1 Nisantasi, \n" + "34367 Istanbul, Turkey . \n" + " \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + " \n" + "Karsiyaka Spor Kulubu \n" + "Yali Cad No. 396 \n" + "35540 Izmir, Turkey \n\n" + "- Respondent - \n" + " \n\n" + "EH\n" + "Highlight\n\n" + "EH\n" + "Highlight\n\n" + "EH\n" + "Highlight\n\n" + "EH\n" + "Highlight\n\n" + "EH\n" + "Highlight\n\n" + "EH\n" + "Highlight\n\n" + "EH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/4 \n" + "(BAT 1354/19) \n" + " \n\n" + " \n\n" + "AWARD \n\n" + "Upon providing all parties with an opportunity to be heard, having examined his jurisdiction \n\n" + "and considered the factual and legal arguments as well as the requests for relief submitted in \n\n" + "this case, the Arbitrator decides as follows: \n\n" + "1. Karsiyaka Spor Kulubu is ordered to pay Kariyer Spor Gida Ilac San. Dis \n\n" + "Tic. Ltd Sti USD 9,440.00 (including VAT) by way of unpaid agency fees. \n\n" + "2. Karsiyaka Spor Kulubu is ordered to pay Assist Sports Management, Inc. \n\n" + "USD 12,000.00 by way of unpaid agency fees. \n\n" + "3. Karsiyaka Spor Kulubu is ordered to pay Kariyer Spor Gida Ilac San. Dis \n\n" + "Tic. Ltd Sti USD 4,600.00 by way of late payment penalty fees. \n\n" + "4. Karsiyaka Spor Kulubu is ordered to pay Assist Sports Management, Inc. \n\n" + "USD 4,600.00 by way of late payment penalty fees. \n\n" + "5. The costs of this arbitration until the present Award, which were \n\n" + "determined by the President of the BAT to be in the amount of EUR 3,150.00 \n\n" + "shall be borne by Karsiyaka Spor Kulubu alone. Accordingly, Karsiyaka \n\n" + "Spor Kulubu shall pay EUR 3,150.00 jointly zo Kariyer Spor Gida Ilac San. \n\n" + "Dis Tic. Ltd Sti and Assist Sports Management, Inc.. The balance of the \n\n" + "Advance on Costs, in the amount of EUR 1,850.00 will be reimbursed jointly \n\n" + "to Kariyer Spor Gida Ilac San. Dis Tic. Ltd Sti and Assist Sports \n\n" + "Management, Inc. by the BAT. \n\n" + "6. Karsiyaka Spor Kulubu is ordered to pay Kariyer Spor Gida Ilac San. Dis \n\n" + "Tic. Ltd Sti and Assist Sports Management, Inc. USD 3,794.88 and \n\n" + "EUR 1,500.00 as a contribution to their legal fees and expenses. \n\n" + "7. Any arbitration costs associated with a Request for Reasons (see attached \n\n" + "Notice) shall be advanced and borne by the requesting party \n\n" + "8. Any other or further-reaching requests for relief are dismissed. \n\n" + " \n\n" + "EH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Highlight\n\n" + "EH\n" + "Highlight\n\n" + "EH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/4 \n" + "(BAT 1354/19) \n" + " \n\n" + " \n\n" + "\"\n" + "\"7b5a190a6c23cb74f489fcc4213d9320a6fbace6\" \"0547 Ogeneat vs S.S. Sutor Montegranaro srl\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0547/14) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Klaus Reichert SC \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + " \n\n" + "Mr. Kristof Ongeneat \n" + "- Claimant - \n\n" + " \n" + "represented by Mr. Giuseppe Cassi, attorney at law, \n" + "Via Archimede 18, 97100 Ragusa, Italy \n" + " \n" + " \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + " \n" + "S.S. Sutor Montegranaro srl \n" + "Viale Zaqccagini 108, 63812 Montegranaro (FM), Italy \n\n" + "- Respondent - \n" + " \n\n" + " \n\n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/12 \n" + "(BAT 0547/14) \n" + " \n\n" + "1. The Parties \n\n" + "1.1 The Claimant \n\n" + "1. Mr. Kristof Ongeneat (“Player”) is a professional basketball player who was retained by \n\n" + "S.S. Sutor Montegranaro srl for the 2009-2010, 2010-2011 and 2011-2012 seasons. \n\n" + "1.2 The Respondent \n\n" + "2. S.S. Sutor Montegranaro srl (“Respondent”) is a professional basketball club in \n\n" + "Montegranaro, Italy. \n\n" + "2. The Arbitrator \n\n" + "3. On 7 May 2014, Prof. Richard H. McLaren, President of the Basketball Arbitral Tribunal \n\n" + "(the &quot;BAT&quot;), appointed Mr. Klaus Reichert SC, as arbitrator (hereinafter the “Arbitrator”) \n\n" + "pursuant to Article 8.1 of the Rules of the Basketball Arbitral Tribunal (hereinafter the \n\n" + "&quot;BAT Rules&quot;). None of the Parties has raised any objections to the appointment of the \n\n" + "Arbitrator or to his declaration of independence. \n\n" + "3. Facts and Proceedings \n\n" + "3.1 Summary of the Background and the Dispute \n\n" + "4. On 4 August 2009, Player and Respondent entered into an agreement (“the \n\n" + "Agreement”) whereby the latter engaged the former to play basketball for the 2009-\n\n" + "2010, 2010-2011, and 2011-2012 seasons. The salary of Player was agreed at \n\n" + "EUR 50,000.00 net of tax for the 2009-2010 season, EUR 75,000.00 net of tax for the \n\n" + "2010-2011 season, and EUR 100,000.00 for the 2011-2012 season. \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/12 \n" + "(BAT 0547/14) \n" + " \n\n" + "5. Clause 11 of the Agreement (“the Buy Out Clause”) provided for the Parties to each \n\n" + "exercise, at the end of the 2010-2011 season, a right to buy out the remaining \n\n" + "contractual life (in effect, a right to terminate early). However, in the event of either \n\n" + "Party exercising that option a compensation figure of EUR 25,000.00 would become \n\n" + "payable by such Party. \n\n" + "6. On 8 March 2011 the Parties signed a further agreement (“the Addendum”) by which \n\n" + "the Agreement was amended. Player was permitted to play out the balance of the \n\n" + "2010-2011 season with Andrea Costa Imola Basket srl. Respondent committed to pay \n\n" + "Player EUR 20,000.00 (net of taxes) on 15 March 2011 and EUR 7,500.00 (net of \n\n" + "taxes) on 15 May 2011. Further, clause 3 o\"\n" + "\"ea0ca65d74c7057ab65990940d040637f895b2a2\" \"080121_Award_FINAL\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n" + "Av. Louis Casaï 53 \n\n" + "P.O. Box 110 \n" + "1216 Cointrin / Geneva \n\n" + "Switzerland \n\n" + " Tel: (+41-22) 545 0000 \n" + "Fax: (+41-22) 545 0099 \n\n" + "info@fiba.com \n" + "www.fiba.com \n\n" + " \n\n" + "ARBITRAL AWARD \n" + "(0002/07 FAT) \n\n" + "rendered on 21 January 2008 by the \n\n" + "FIBA ARBITRAL TRIBUNAL (FAT) \n\n" + "Mr. Quentin Byrne-Sutton \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Mr. Khalid El-Amin, Ankara, Turkey \n" + "- Claimant 1 - \n\n" + "and \n" + " \n" + "Beobasket Ltd, Gibraltar, Suite 4, 4 Giros passage, Gibraltar, \n" + "Representative office Serbia, Belgrade, Strahinjica bana 18 \n" + " \n\n" + "- Claimant 2 - \n\n" + "and \n" + " \n" + "Excel Sports Management, 1156 Avenue of the Americas, Suite 400, \n" + "New York, N.Y., 10036 (USA) \n\n" + "all represented by Mr. Sam Goldfeder, Los Angeles, California \n\n" + "- Claimant 3 - \n\n" + "or jointly &quot;the Claimants&quot; \n\n" + "vs. \n" + " \n" + "Basketball Club “AZOVMASH” Limited, 87535 Donetsk Oblast, 1, Mashinobudevelnikiv \n" + "square, Mariupol, Ukraine, \n" + "represented by Noah Rubins and Gorsha Sur, Freshfields, Bruckhaus Deringer, Paris, \n" + " \n\n" + "- Respondent - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n" + "EH\n" + "Text Box\n" + "Award date\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n" + "(0002/07 FAT) \n" + " 2 \n" + " \n\n" + "1. The Parties \n\n" + "1.1. The Claimants \n\n" + "Mr. Khalid El-Amin (hereinafter the “Player” or “Claimant 1”) is a professional basketball \n\n" + "player and American citizen, currently playing for the basketball team Turk Telekom in \n\n" + "Ankara, Turkey. \n\n" + "Beobasket Ltd (hereinafter ”Beobasket” or “Claimant 2”) is a basketball agency \n\n" + "specialized in consulting services, founded by basketball agent Mr. Miodrag \n\n" + "Raznatovic. \n\n" + "Excel Sports Management (hereinafter “Excel” or “Claimant 3”) is a sports agency \n\n" + "based in the USA. \n\n" + "1.2. The Respondent \n\n" + "Basketball Club “AZOVMASH” Limited (hereinafter &quot;BC Azovmash” or &quot;Respondent&quot;) is \n\n" + "a Ukrainian basketball club. \n\n" + "2. The Arbitrator \n\n" + "On 16 October 2007, the President of the FIBA Arbitral Tribunal (the &quot;FAT&quot;) appointed Mr. \n\n" + "Quentin Byrne-Sutton, attorney-at-law in Geneva, Switzerland, as arbitrator (hereinafter the \n\n" + "“Arbitrator”) pursuant to Article 8.1 of the Rules of the FIBA Arbitral Tribunal (hereinafter the \n\n" + "&quot;FAT Rules&quot;). \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n" + "(0002/07 FAT) \n" + " 3 \n" + " \n\n" + "3. Facts and Proceeding\"\n" + "\"24f54088e0fc7b2737d3801e865211ba8195db30\" \"164878_1\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0744/15) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Raj Parker \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + " \n\n" + "Mr. Aleksandar Rasic \n" + "- Claimant 1 - \n\n" + "BeoBasket Limited \n" + "Klare Cetkin 1a-14, Zemun, Belgrade 11000, Serbia \n\n" + "- Claimant 2 - \n\n" + " \n" + "represented by Mr. Mirodrag Raznatovic, attorney at law, \n" + "Strahinjica Bana 18, 11000 Belgrade, Serbia \n" + " \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + " \n" + "Konya Selcuk Üniversitesi Spor Kulübü (Torku Konyas por Basketball Club) \n" + "Torku Konya Selçuk Üniversitesi Spor Kulübü Alaaddin \n" + "Keykubat Kampüsü 307 – 311 Ardiçli Mahallesi, Konya, Turkey \n\n" + "- Respondent - \n\n" + " \n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/4 \n" + "(BAT 0744/15) \n" + " \n\n" + "AWARD \n\n" + "Upon providing both parties with an opportunity to be heard, having ascertained his \n\n" + "jurisdiction and considered the factual and legal arguments as well as the requests for relief \n\n" + "submitted in this case, the Arbitrator decides as follows: \n\n" + "1. Konya Selcuk Üniversitesi Spor Kulübü (Torku Kon yaspor Basketball Club) is \n\n" + "ordered to pay Mr. Aleksandar Rasic USD 32,000.00 n et as compensation for \n\n" + "unpaid salary, together with interest at a rate of 5% per annum from 30 June \n\n" + "2015. \n\n" + "2. Konya Selcuk Üniversitesi Spor Kulübü (Torku Kon yaspor Basketball Club) is \n\n" + "ordered to pay Mr. Aleksandar Rasic USD 500.00 net as compensation for an \n\n" + "unpaid contractual bonus, together with interest at a rate of 5% per annum \n\n" + "from 30 June 2015. \n\n" + "3. Konya Selcuk Üniversitesi Spor Kulübü (Torku Kon yaspor Basketball Club) is \n\n" + "ordered to pay BeoBasket Limited USD 7,500.00 net a s compensation for \n\n" + "unpaid agent’s fees, together with interest at a ra te of 5% per annum from \n\n" + "30 June 2015. \n\n" + "4. Konya Selcuk Üniversitesi Spor Kulübü (Torku Kon yaspor Basketball Club) is \n\n" + "ordered to pay jointly to Mr. Aleksandar Rasic and BeoBasket Limited \n\n" + "EUR 5,000.00 as a contribution towards their legal fees and expenses. \n\n" + "5. The costs of this arbitration until the present Award, which were determined \n\n" + "by the President of the BAT to be in the amount of EUR 4,475.00, shall be \n\n" + "borne by Konya Selcuk Üniversitesi Spor Kulübü (Tor ku Konyaspor \n\n" + "Basketball Club) alone. Accordingly, Konya Selcuk Ü niversitesi Spor Kulübü \n\n" + "(Torku Konyaspor Basketball Club) is ordered to pay jointly to Mr. Aleksandar \n\n" + "Rasic and BeoBasket Limited EUR 4,475.00. The bala nce of the Advance on \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/4 \n" + "(BAT 0744/15) \n" + " \n\n" + "Costs, in the amount of EUR 525.00, will be reimbur sed jointly to \n\n" + "Mr. Aleksandar Rasic and BeoBasket Lim\"\n" + "\"dad94f2ae7c0d604428bd32d8080b2a4a9af532b\" \"16867_1\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(0072/09 FAT) \n\n" + "rendered by \n\n" + "FIBA ARBITRAL TRIBUNAL (FAT) \n\n" + "Mr. Raj Parker \n\n" + "in the arbitration proceedings \n" + " \n\n" + "Mr. Andrea Mazzon , Via Parolari 11/a, 30174 Zelarino, Venezia, Italy. \n" + "- Claimant 1 - \n\n" + "Mr. Elias Diamantopoulos , P.O. Box 70676, Ano Glyfada, 166 06, Athens, Greece. \n" + " \n\n" + "- Claimant 2 - \n\n" + "Mr. Dario Santrolli , Studio Legale, Via Marazzani 18, 27029, Vigevano PV, Italy. \n" + " \n\n" + "- Claimant 3 - \n" + "together “the Claimants” \n\n" + "vs. \n" + " \n" + "KAE Aris Thessaloniki B.C. , Grigoriou Lambraki 2, 54636 Thessaloniki, Greece. \n" + " \n\n" + "- Respondent - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + "Award \n\n" + "0072/09 FAT 2/23 \n\n" + " \n\n" + "1. The Parties \n\n" + "1.1. The Claimants \n\n" + "1. Andrea Mazzon (hereinafter &quot;Claimant 1&quot; or the “Coach”) is an Italian citizen and a \n\n" + "professional basketball Coach. He is represented by Mr. Solly Laniado of Zysman, \n\n" + "Aharoni, Gayer &amp; Ady Kaplan &amp; Co., 41-45 Rothschild Blvd, Beit Zion, Tel-Aviv 65784, \n\n" + "Israel. \n\n" + "2. Elias Diamantopoulos (hereinafter &quot;Claimant 2&quot;) is a professional basketball agent. He \n\n" + "is also represented by Mr. Solly Laniado of Zysman, Aharoni, Gayer &amp; Ady Kaplan &amp; \n\n" + "Co. \n\n" + "3. Dario Santrolli (hereinafter &quot;Claimant 3”) is a professional basketball agent. He is also \n\n" + "represented by Mr. Solly Laniado of Zysman, Aharoni, Gayer &amp; Ady Kaplan &amp; Co. \n\n" + "1.2. The Respondent \n\n" + "4. KAE Aris Thessaloniki B.C. (hereinafter the &quot;Respondent&quot; or the “Club”) is a Greek \n\n" + "basketball club. It is domiciled at Grigoriou Lambraki 2, 54636 Thessaloniki, Greece. \n\n" + "The Respondent is represented by Prof. Dr. Georgios Archaniotakis, attorney at law in \n\n" + "Thessaloniki, Greece. \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Award \n\n" + "0072/09 FAT 3/23 \n\n" + "2. The Arbitrator \n\n" + "5. On 12 January 2010, the President of the FIBA Arbitral Tribunal (hereinafter the &quot;FAT&quot;) \n\n" + "appointed Raj Parker as arbitrator (hereinafter the “Arbitrator”) pursuant to Article 8.1 of \n\n" + "the Rules of the FIBA Arbitral Tribunal (hereinafter the &quot;FAT Rules&quot;). \n\n" + "6. By email dated 13 January 2010, the Arbitrator accepted his appointment and signed a \n\n" + "declaration of acceptance and independence provided by the FAT Secretariat. None of \n\n" + "the Parties has raised objections to the appointment of the Arbitrator or to the \n\n" + "declaration of independence issued by him. \n\n" + "3. Fact\"\n\n" + "\"1449754bb37d68646079e91b3a27ca78919691af\" \" \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0417/13) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Klaus Reichert SC \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + " \n\n" + "Ms. Jessica Moore \n" + " \n\n" + "– Claimant 1 – \n" + " \n" + "Sports International Group Inc. \n" + "267 Kentlands Blvd. Suite 105, Gaithersburg, MD 20878, \n" + "Maryland Washington, USA \n" + " \n\n" + "– Claimant 2 – \n" + " \n\n" + "represented by Mr. Ersü Oktay Huduti, attorney at law, \n" + "Büyükdere Cad. Maya Akar Center \n" + "100-102 C Blok Ofis No: 13 Esentepe Sisli, Istanbul, Turkey \n" + " \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + " \n" + "Homend Antakya Belediyesi Genclik Spor Kulübü \n" + "Cumhuriyet Mahallesi Adnan Menderes Cad. No. 6, \n" + "31000 Antakya, Turkey \n" + " \n\n" + "– Respondent – \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/4 \n" + "(BAT 0417/13) \n" + " \n\n" + " \n\n" + "AWARD \n\n" + " \n\n" + "Upon providing all parties with an opportunity to be heard, having ascertained his jurisdiction \n\n" + "and considered the factual and legal arguments as well as the requests for relief submitted in \n\n" + "this case, the Arbitrator decides as follows: \n\n" + "1. Homend Antakya Belediyesi Genclik Spor Kulübü is ordered to pay to \n\n" + "Ms. Jessica Moore outstanding salary in the amount of USD 28,000.00 \n\n" + "together with interest at 5% per annum until payment on: (a) USD 12,000.00 \n\n" + "from 21 February 2012; and (b) USD 16,000.00 from 21 March 2012. \n\n" + "2. Homend Antakya Belediyesi Genclik Spor Kulübü is ordered to pay to Sports \n\n" + "International Group Inc. outstanding agency fees in the amount of \n\n" + "USD 9,250.00 together with interest from 6 January 2012 at 5% per annum \n\n" + "until payment. \n\n" + "3. Homend Antakya Belediyesi Genclik Spor Kulübü is ordered to pay jointly to \n\n" + "Ms. Jessica Moore and Sports International Group Inc. EUR 3,500.00 as a \n\n" + "contribution towards their legal fees and expenses. \n\n" + "4. The costs of this arbitration until the present Award, which were determined \n\n" + "by the President of the BAT to be in the amount of EUR 3,245.00, shall be \n\n" + "borne by Homend Antakya Belediyesi Genclik Spor Kulübü alone. \n\n" + "Accordingly, Homend Antakya Belediyesi Genclik Spor Kulübü shall pay \n\n" + "jointly to Ms. Jessica Moore and Sports International Group Inc. EUR \n\n" + "3,245.00. The balance of the Advance on Costs, the amount of EUR 1,689.02, \n\n" + "will be reimbursed to Ms. Jessica Moore by the BAT. \n\n" + "5. Any arbitration costs associated with a Request for Reasons (see attached \n\n" + "Notice) shall be advanced and borne by the requesting party. \n\n" + "6. Any other or further-reaching requests for relief are dismissed. \n\n" + " \n\n" + " \n\n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/4 \n" + "(BAT 0417/13) \n" + " \n\n" + " \n\n" + " \n\n" + "Geneva, seat of the arbitration, 15 January 2014. \n\n" + " \n\n" + " \n\n" + " \n\n" + "Klaus Reich\"\n" + "\"a4d44ac8ec9e8360f85a1ddb012e7c759ccffbb9\" \"Microsoft Word - 249773_1\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 1188/18) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Klaus Reichert SC \n\n" + "in the arbitration proceedings between \n" + " \n" + " \n\n" + "Ms. Marianna Tolo \n" + "- Claimant 1 - \n\n" + " \n" + "The Cound Group, LLC \n" + "628 Forest Avenue \n" + "Chattanooga, Tennessee 37405, USA \n\n" + "- Claimant 2 - \n" + " \n" + "Mr. Warren Craig \n" + " \n\n" + "- Claimant 3 - \n" + " \n" + "Ms. Ceren Ateş \n\n" + "- Claimant 4 - \n" + " \n\n" + "all represented by Mr. Ersel Aldabak, attorney at law, \n" + "İnönü Cad. No:3 D:13, Sahrayıcedid, Kadıköy \n" + "34734 Istanbul, Turkey \n" + " \n" + "vs. \n" + " \n" + "Abdullah Gul Universitesi Spor Kulubu \n" + "Barbaros Mah., Erkilet Bulvari, \n" + "Abdullah Gul Universitesi Kampusu, no 2, Kocasinan. \n" + "38090 Kayseri,Turkey \n\n" + "- Respondent - \n" + "AWARD \n\n" + "Upon providing all parties with an opportunity to be heard, having examined his jurisdiction \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/4 \n" + "(BAT 1188/18) \n" + " \n" + " \n\n" + "and considered the factual and legal arguments as well as the requests for relief submitted in \n\n" + "this case, the Arbitrator decides as follows: \n\n" + "1. Abdullah Gul Universitesi Spor Kulubu is ordered to pay Ms. Marianna Tolo \n" + "EUR 58,245.00 by way of unpaid salary and unreimbursed flight expenses \n" + "together with interest at 5% per annum from 9 May 2018 until payment in \n" + "full. \n\n" + "2. Abdullah Gul Universitesi Spor Kulubu is ordered to pay Ms. Marianna Tolo \n" + "EUR 4,200.00 by way of penalties. \n\n" + "3. Abdullah Gul Universitesi Spor Kulubu is ordered to pay The Cound Group, \n" + "LLC EUR 6,400.00 by way of unpaid agency fees together with interest at \n" + "5% per annum from 9 May 2018 until payment in full. \n\n" + "4. Abdullah Gul Universitesi Spor Kulubu is ordered to pay Mr. Warren Craig \n" + "EUR 6,400.00 by way of unpaid agency fees together with interest at 5% per \n" + "annum from 9 May 2018 until payment in full. \n\n" + "5. Abdullah Gul Universitesi Spor Kulubu is ordered to pay Ms. Ceren Ateş \n" + "EUR 6,400.00 by way of unpaid agency fees together with interest at 5% per \n" + "annum from 9 May 2018 until payment in full. \n" + " \n\n" + "6. Abdullah Gul Universitesi Spor Kulubu is ordered to pay The Cound Group, \n" + "LLC EUR 1,400.00 by way of penalties. \n\n" + "7. Abdullah Gul Universitesi Spor Kulubu is ordered to pay Mr. Warren Craig \n" + "EUR 1,400.00 by way of penalties. \n\n" + "8. Abdullah Gul Universitesi Spor Kulubu is ordered to pay Ms. Ceren Ateş \n" + "EUR 1,400.00 by way of penalties. \n\n" + "9. The costs of this arbitration until the present Award, which were \n" + "determined by the President of the BAT to be in the amount of EUR 3,500.00 \n" + "shall be borne by Abdullah Gul Universitesi Spor Kulubu alone. \n" + "Accordingly, Abdullah Gul Universitesi Spor Kulubu shall pay EUR 3,500.00 \n" + "jointly to Ms. Marianna Tolo, The Cound Group, LLC, Mr. Warren C\"\n" + "\"c19b075e26c9004acd472bd554661edf2a4b4214\" \"101013 Arbitral Award without DoC 0113\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Av. Louis Casaï 53 \n" + "P.O. Box 110 \n\n" + "1216 Cointrin / Geneva \n" + "Switzerland \n\n" + " Tel: (+41-22) 545 0000 \n" + "Fax: (+41-22) 545 0099 \n" + "info@fiba.com \n" + "www.fiba.com \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(FAT 0113/10) \n\n" + "by the \n\n" + "FIBA ARBITRAL TRIBUNAL (FAT) \n\n" + "Mr. Raj Parker \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Magdalena Leciejewska, c/o Victor Berezov Str. 8 – 260, Kravchenko, Moscow, Russia \n\n" + " \n\n" + "represented by Victor Berezov Str. 8 – 260, Kravchenko, Moscow, Russia \n\n" + " \n\n" + "- Claimant - \n\n" + " \n\n" + " \n" + "vs. \n\n" + " \n\n" + " \n\n" + "BasketBall Investments SSA – Lotos Gdynia Team, Olimpijska, 81-538 Gdynia, Poland \n\n" + " \n\n" + "- Respondent - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n\n" + "FAT 0113/10 2/4 \n" + " \n\n" + "AWARD \n\n" + "Upon providing both parties with an opportunity to be heard, having ascertained his \n\n" + "jurisdiction and considered the factual and legal arguments as well as the requests for relief \n\n" + "submitted in this case, the Arbitrator decides as follows: \n\n" + " \n\n" + "1. BasketBall Investments SSA – Lotos Gdynia Team shall pay to Magdalena \n\n" + "Leciejewska an amount of 56,000.00 Polish zloty, representing four unpaid salary \n\n" + "payments of 14,000.00 Polish zloty each, plus: \n\n" + "• a late payment penalty of EUR 6,500.00 for the period from 1 May 2010 to 3 \n\n" + "August 2010; and \n\n" + "• a late payment penalty of EUR 250.00 per week for each of the four unpaid \n\n" + "salary payments, starting from 3 August 2010 until payment. \n\n" + "2. BasketBall Investments SSA – Lotos Gdynia Team shall pay to Magdalena \n\n" + "Leciejewska an amount of 25,000.00 Polish zloty for unpaid bonus payments. \n\n" + "3. The costs of this arbitration until the present Award, as determined by the \n\n" + "President of the FAT, shall be borne by BasketBall Investments SSA – Lotos \n\n" + "Gdynia Team. \n\n" + "4. Any arbitration costs associated with a Request for Reasons (see attached \n\n" + "Notice) shall be advanced and borne by the requesting party. \n\n" + "5. BasketBall Investments SSA – Lotos Gdynia Team shall pay to Magdalena \n\n" + "Leciejewska an amount of EUR 4,000.00 as a contribution to her legal fees and \n\n" + "expenses. \n\n" + " \n\n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n\n" + "FAT 0113/10 3/4 \n" + " \n\n" + " \n\n" + "6. Any other or further requests for relief are dismissed. \n\n" + " \n\n" + "Geneva, seat of the arbitration, 13 October 2010 \n\n" + " \n\n" + " \n\n" + "Raj Parker \n\n" + "(Arbitrator)\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Award date\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n\n" + "FAT 0113/10 4/4 \n" + " \n\n" + " \n\n" + "Notice about Request for Reasons \n\n" + "in accordance with Article 16.2 of the FAT Rules: \n" + "\"\n" + "\"82fb75b9ffa11b60393653a68e19cf43592ae352\" \"080725_AwardFinal_Pavic_AEK\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n" + "Av. Louis Casaï 53 \n\n" + "P.O. Box 110 \n" + "1216 Cointrin / Geneva \n\n" + "Switzerland \n\n" + " Tel: (+41-22) 545 0000 \n" + "Fax: (+41-22) 545 0099 \n\n" + "info@fiba.com \n" + "www.fiba.com \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(0005/08 FAT) \n\n" + "rendered on 25 July 2008 by the \n\n" + "FIBA ARBITRAL TRIBUNAL (FAT) \n\n" + "Mr. Ulrich Haas \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Mr. Smiljan Pavi�, 22 Stihova, 1000 Ljubljana, Slovenia \n" + "represented by Mr. Pantelis Dedes, Attorney at Law, 2 Xanthou Str., 10673 Athens, Greece \n" + " \n\n" + "- Claimant - \n\n" + "vs. \n" + " \n" + "AEK Basketball Club BC, 233 Syngrou Avenue, Athens, Greece \n" + "represented by Mr Evaggelia Diamantopoulou, Attorney at Law, 3 Nikitara Str., Athens, \n" + "Greece \n\n" + "- Respondent - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n" + "EH\n" + "Text Box\n" + "Award date\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n" + "(0005/08 FAT) \n" + " 2 \n" + " \n\n" + " \n\n" + "1. The Parties \n\n" + "1.1. The Claimant \n\n" + "Smiljan Pavi� (hereinafter “Mr. Pavi�” or “Claimant”) is a professional basketball player \n\n" + "of Slovenian nationality. He was born on 5 February 1980. \n\n" + "1.2. The Respondent \n\n" + "AEK Basketball Club BC (hereinafter &quot;AEK&quot; or the &quot;Respondent&quot;) is a Greek basketball \n\n" + "club with its seat in Athens, Greece. AEK is a professional basketball club competing in \n\n" + "the superior (A1) Greek basketball league. \n\n" + "2. The Arbitrator \n\n" + "On 15 April 2008, the President of the FIBA Arbitral Tribunal (the &quot;FAT&quot;) appointed \n\n" + "Prof. Ulrich Haas as arbitrator (hereinafter referred to as the “Arbitrator” or the \n\n" + "“Tribunal”) pursuant to Article 8.1 of the Rules of the FIBA Arbitral Tribunal (hereinafter \n\n" + "the &quot;FAT Rules&quot;). \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n" + "(0005/08 FAT) \n" + " 3 \n" + " \n\n" + "3. Facts and Proceedings \n\n" + "3.1. Background Facts \n\n" + "The Claimant and the Respondent concluded an employment contract (hereinafter the \n\n" + "&quot;Contract&quot;) for &quot;the 2007/2008 basketball season&quot; dated 16 October 2007. In its most \n\n" + "relevant part the Contract reads as follows: \n\n" + "&quot;EMPLOYMENT AND DUTIES \n\n" + "Club hereby employs Player as a skilled Basketball Player to perform his exclusive \n" + "playing services for Club during the term of this agreement. \n\n" + "2. TERMS OF AGREEMENT \n\n" + "The term of this agreement shall be deemed to have commenced on the date of \n" + "signature of this agreement and shall continue for the periods covering the 2007/2008 \n" + "basketball season. This is a fixed term contract starting on 20/08/07 and ending \n" + "28/05/2008. \n\n" + "3. GUARANTEED CONTRACT \n\n" + "Cl\"\n" + "\"c2ec575bcc15c7248fd19064ac402f8726cc7f95\" \" \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0353/12) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Stephan Netzle \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + " \n\n" + "Ms. Ashley Paris \n" + "- Claimant 1 - \n\n" + " \n" + "Wasserman Media Group \n" + "Ms. Lindsay Kagawa Colas, 10960 Wilshire Blvd., Suite 2200, \n" + "Los Angeles, CA 90024, USA \n\n" + "- Claimant 2 - \n" + " \n" + "Both represented by Mr. Howard L. Jacobs \n" + " \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + "Ceyhan Belediye Spor Kulübü \n" + "Cumhuriyet Mah. Yavuz Bülent Bakiler Bulvari, \n" + "No. 2/A Ceyhan – Adana, Turkey \n\n" + "- Respondent - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/3 \n" + "(BAT 0353/12) \n\n" + " \n\n" + " \n\n" + "AWARD \n\n" + "Upon providing both parties with an opportunity to be heard, having ascertained his \n\n" + "jurisdiction and considered the factual and legal arguments as well as the requests for relief \n\n" + "submitted in this case, the Arbitrator decides as follows: \n\n" + "1. Ceyhan Belediye Spor Kulübü is ordered to pay to Ms. Ashley Paris the \n\n" + "amount of USD 16,000.00 for outstanding salary and late payment penalties, \n\n" + "plus interest of 5% p.a. on this amount since 7 December 2012. \n\n" + "2. Ceyhan Belediye Spor Kulübü is ordered to pay to Wasserman Media Group \n\n" + "the amount of USD 6,000.00 for outstanding agent fees, plus interest of 5% \n\n" + "p.a. on this amount since 7 December 2012. \n\n" + "3. Ceyhan Belediye Spor Kulübü is ordered to pay jointly to Ms. Ashley Paris \n\n" + "and Wasserman Media Group the amount of USD 6,008.20 as a contribution \n\n" + "towards their legal fees and expenses. Ceyhan Belediye Spor Kulübü shall \n\n" + "bear its own legal fees and expenses. \n\n" + "4. The costs of this arbitration until the present Award, which were determined \n\n" + "by the President of the BAT to be in the amount of EUR 4,565.00 shall be \n\n" + "borne by Ceyhan Belediye Spor Kulübü alone. Accordingly, Ceyhan Belediye \n\n" + "Spor Kulübü shall pay jointly to Ms. Ashley Paris and Wasserman Media \n\n" + "Group EUR 4,565.00. The balance of the Advance on Costs, in the amount of \n\n" + "EUR 435.00, will be reimbursed to Ms. Ashley Paris and Wasserman Media \n\n" + "Group by the BAT. \n\n" + "5. Any arbitration costs associated with a Request for Reasons (see attached \n\n" + "Notice) shall be advanced by the requesting party. \n\n" + "6. Any other or further-reaching requests for relief are dismissed. \n\n" + "Geneva, seat of the arbitration, 03 April 2013 \n" + " \n\n" + " \n\n" + " \n\n" + "Stephan Netzle \n\n" + "(Arbitrator)\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Award date\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/3 \n" + "(BAT 0353/12) \n\n" + " \n\n" + " \n\n" + " \n\n" + "Notice about Request for Reasons \n\n" + "in accordance with Article 16.2 of the BAT Rules: \n\n" + " \n\n" + "“By agreeing to submit their di\"\n" + "\"9ba8d7ed0226ec0524d20c24b927d49e98170374\" \"090206_Award_0012_forWebsite\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n" + "Av. Louis Casaï 53 \n\n" + "P.O. Box 110 \n" + "1216 Cointrin / Geneva \n\n" + "Switzerland \n\n" + " Tel: (+41-22) 545 0000 \n" + "Fax: (+41-22) 545 0099 \n\n" + "info@fiba.com \n" + "www.fiba.com \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(0012/08 FAT) \n\n" + "rendered on 6 February 2009 by the \n\n" + "FIBA ARBITRAL TRIBUNAL (FAT) \n\n" + "Mr. Ulrich Haas \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Mr. Catalin Burlacu, Str. Tabacului n. 1C, BL.255, ET.1 AP.5 - IASI, Romania \n" + "represented by Mr. Marco Damiani, Via degli Scogli 16/1, 34170 Gorizia, Italy \n" + " \n\n" + "- Claimant - \n\n" + "vs. \n" + " \n" + "Società Sportiva Felice Scandone Spa., Piazza della Libertà 39/A, Avellino, Italy \n" + "represented by Mr. Walter Mauriello, Attorney at Law, Iannaccone 5, Avellino, Italy \n" + " \n\n" + "- Respondent - \n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Award date\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n" + "(0012/08 FAT) \n" + " 2/25 \n" + " \n\n" + "1. The Parties \n\n" + "1.1. The Claimant \n\n" + "Mr Catalin Burlacu (hereinafter “Mr. Burlacu” or the “Claimant”) is a professional \n\n" + "basketball player of Romanian nationality. He was born on 3 July 1977. \n\n" + "1.2. The Respondent \n\n" + "Società Sportiva Felice Scandone Spa (hereinafter &quot;Avellino Basketball Club&quot; or the \n\n" + "&quot;Respondent&quot;) is an Italian professional basketball club with its seat in Avellino, Italy. \n\n" + "The Respoindent is competing in the “serie A” basketball league. \n\n" + "2. The Arbitrator \n\n" + "On 7 October 2008, the President of the FIBA Arbitral Tribunal (the &quot;FAT&quot;) appointed \n\n" + "Prof. Ulrich Haas as arbitrator (hereinafter referred to as the “Arbitrator”) pursuant to \n\n" + "Article 8.1 of the Rules of the FIBA Arbitral Tribunal (hereinafter the &quot;FAT Rules&quot;). In a \n\n" + "letter dated 10 October 2008, the Arbitrator accepted his appointment and signed a \n\n" + "declaration of acceptance and independence provided by the FAT Secretary. \n\n" + "None of the parties has raised objections to the appointment of the Arbitrator or to the \n\n" + "declaration of independence rendered by him. \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Discrepancy\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n" + "(0012/08 FAT) \n" + " 3/25 \n" + " \n\n" + "3. Facts and Proceedings \n\n" + "3.1. Background Facts \n\n" + "The Claimant played for the Respondent in the 2007/2008 season. The Claimant has \n\n" + "produced a copy of an employment contract (hereinafter referred to as &quot;the Contract&quot;) \n\n" + "for &quot;the 2007/2008 basketball season&quot; dated 16 July 2007. The Contract bears the \n\n" + "signature of the Respondent's &quot;president&quot;, Mr. Vincenzo Ercolino. \n\n" + "In \"\n" + "\"50c97e3a72c9919e97f3ec861b5b2004bf4c2243\" \"0081 Ramasar et al vs. Shermadini, BC Panathinaikos\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + "Av. Louis Casaï 53 \n" + "P.O. Box 110 \n\n" + "1216 Cointrin / Geneva \n" + "Switzerland \n\n" + " \n\n" + "Tel: (+41-22) 545 0000 \n" + "Fax: (+41-22) 545 0099 \n" + "info@fiba.com \n" + "www.fiba.com \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(0081/10 FAT) \n\n" + "rendered by \n\n" + "FIBA ARBITRAL TRIBUNAL (FAT) \n\n" + "Mr. Stephan Netzle \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Mr. Todd Ramasar \n\n" + "- Claimant 1 - \n\n" + " \n\n" + "Life Sports Management, Inc., 179 Haflinger Road, Norco, CA 92860, USA \n\n" + "- Claimant 2 - \n\n" + "Both represented by Mr. Bill J. Kuenzinger, Attorney at Law, 5001 Solero Way, \n" + "Salida, CA 95368, USA \n\n" + " \n\n" + "Mr. Elias Diamantopoulos \n\n" + "- Claimant 3 - \n\n" + "Represented by Mr. Socrates Lambropoulos, Attorney at Law, \n" + "37-39 Stefanou Streit Str., 15237 Athens, Greece \n\n" + "jointly referred to as “Claimants” \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Award 2/54 \n" + "0081/10 FAT \n" + " \n\n" + "vs. \n\n" + "Mr. Giorgi Shermadini \n\n" + "- Respondent 1 - \n\n" + "Represented by Mr. Bénédict Sapin, Mr. Peter Goetschi and Mr. Nicolas Cottier, KPMG SA \n" + "Legal, Avenue du Théâtre 1, 1005 Lausanne, Switzerland \n\n" + " \n\n" + "BC Panathinaikos, 38 Kifisias Avenue, Paradisos Amarousiou, 15125 Maroussi-Athens, \n" + "Greece \n\n" + "- Respondent 2 - \n\n" + "Represented by Mr. Michalis A. Dimitrakopoulos, Attorney at Law, 11 Neofitou Douka Str., \n" + "10674 Athens, Greece \n\n" + "jointly referred to as “Respondents” \n\n" + "Claimants and Respondents also jointly referred to as the “Parties” \n\n" + "1. The Parties \n\n" + "1.1. The Claimants \n\n" + "1. Mr. Todd Ramasar (hereinafter “Mr. Ramasar” or “Claimant 1”) is a certified NBA agent \n\n" + "and a certified FIBA agent of US nationality, registered with FIBA under the FIBA agent \n\n" + "license No. 2009022179 since 26 October 2009. He represents professional basketball \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Award 3/54 \n" + "0081/10 FAT \n" + " \n\n" + "players. He is also the President of Claimant 2. Mr. Ramasar is represented by Mr. Bill \n\n" + "J. Kuenzinger, attorney-at law in Salida, California, USA. \n\n" + "2. Life Sports Management, Inc. (hereinafter “LSM” or “Claimant 2”) is a Californian \n\n" + "corporation with its registered offices at 179 Haflinger Road, Norco, CA 92860, USA. \n\n" + "Claimant 1 is LSM’s initial agent for service of process. LSM is also represented by Mr. \n\n" + "Bill J. Kuenzinger, USA. \n\n" + "3. Mr. Elias Diamantopoulos (hereinafter “Mr. Diaman\"\n" + "\"04afb2b33b7ae68f736435d374bd6e40ea62bfb4\" \"59424_1\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0252/12) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Quentin Byrne-Sutton \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + " \n\n" + "ProStep Sport Agency , \n" + "Koseska cesta 8, Ljubljana 1000, Slovenia \n" + " \n\n" + "- Claimant - \n" + " \n" + "represented by Mr. José Lasa Azpeitia \n" + " \n" + " \n\n" + "vs. \n" + " \n" + " \n" + " \n\n" + "Mr. Vitaly Fridzon , \n" + "- Respondent - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/34 \n" + "(BAT 0252/12) \n" + " \n" + " \n\n" + "1. The Parties \n\n" + "1.1 The Claimant \n\n" + "1. ProStep Sport Agency (hereinafter also referred to as “the Agency” or “the Claimant”) is \n\n" + "an agency that provides services to professional basketball players. \n\n" + "2. Mr. Boris Gorenc (hereinafter “the Agent” or “Mr. Gorenc”) is a FIBA-certified players’ \n\n" + "agent who represents the Agency. \n\n" + "1.2 The Respondent \n\n" + "3. Mr. Vitaly Fridzon (hereinafter also referred to as “the Player” or “the Respondent”) is a \n\n" + "professional basketball player of Russian nationality, who is currently playing for \n\n" + "“Basketball Club Khimki” (Moscow) (hereinafter the “Club”). \n\n" + "2. The Arbitrator \n\n" + "4. On 21 February 2012, the President of the Basketball Arbitral Tribunal (the &quot;BAT&quot;) Prof. \n\n" + "Richard H. McLaren appointed Mr. Quentin Byrne-Sutton as arbitrator (hereinafter the \n\n" + "“Arbitrator”) pursuant to Article 8.1 of the Rules of the Basketball Arbitral Tribunal \n\n" + "(hereinafter the &quot;BAT Rules&quot;). Neither of the Parties has raised any objections to the \n\n" + "appointment of the Arbitrator or to his declaration of independence. \n\n" + "3. Facts and Proceedings \n\n" + "3.1 Summary of the Dispute \n\n" + "5. The Player was playing for the Club during the 2010-2011 season when on 10 January \n\n" + "2011, they allegedly signed a new agreement (hereinafter the “New Employment \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/34 \n" + "(BAT 0252/12) \n" + " \n" + " \n\n" + "Agreement”), whereby the Club engaged the Player for a further two seasons (the \n\n" + "2011-2012 and 2012-2013 seasons). \n\n" + "6. During these arbitral proceedings and at the request of the Arbitrator, the Player and \n\n" + "the Club produced a copy of the alleged New Employment Agreement, together with an \n\n" + "English translation containing, under clause 11, a reference to arbitration under the \n\n" + "rules of the “BAT”. \n\n" + "7. The Agency submitted that the New Employment Agreement filed appeared to be a \n\n" + "falsified document since it could not have been signed in January 2011 and contain a \n\n" + "reference to BAT arbitration, given the fact that on that date, the BAT was still referred \n\n" + "to as the “FAT”, including in its standard arbitration clause, and no information had \n\n" + "circulated regarding the envisaged change of name/acronym of the \"\n" + "\"baa7fc1927aa756b23dc19f6935d6a13a92daa8c\" \" \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0631/14) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Ulrich Haas \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Mr. Sergio Valdeolmillos Moreno \n" + " \n\n" + "- Claimant - \n\n" + "represented by Mr. Mario Resino Sastre, attorney at law, \n" + "Paseo de la Castellana 95, 28046 Madrid, Spain \n\n" + " \n\n" + "vs. \n\n" + " \n\n" + "Comité Olímpico Mexicano (COM) \n" + "Avenida del Conscripto y Anillo Periferico, Lomas del Sotelo, \n" + "C.P. 11200, Delegación Miguel Hidalgo, México D.F., México \n\n" + "- Respondent 1 - \n\n" + "Asociación Deportiva Mexicana De Baloncesto (ADEMEBA) \n" + "Calle tenis # 111, Colonia Country Club, Delegación Coyoacan, \n" + "C.P. 04220, México D.F., México \n\n" + "- Respondent 2 - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/50 \n" + "(BAT 0631/14) \n" + " \n\n" + " \n\n" + "Liga Nacional de Baloncesto Profesional (LNBP) \n" + "Calle Maricopa 16, Colonia Nápoles Delegación Benito Juárez, \n" + "C.P. 03010, México D.F., México \n\n" + "- Respondent 3 - \n\n" + "Instituto Veracruzano Del Deporte (IVD) \n" + "Tercer Piso, Paseo de las Flores s/n Fraccionamiento Virgina, \n" + "Boca del Río, Veracruz, C.P. 94294, México \n\n" + "- Respondent 4 - \n\n" + "all represented by Mr. Enrique Ernesto Soto Vidal, attorney at law, \n" + "Av. Mexico 37 Primer, Piso Colonia Hipodromo Condesa, \n" + "México D.F., C.P. 06100, México \n\n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/50 \n" + "(BAT 0631/14) \n" + " \n\n" + " \n\n" + "1. The Parties \n\n" + "1.1. The Claimant \n\n" + "1. Mr. Sergio Valdeolmillos Moreno (hereinafter “the Coach” or “Claimant”) is a \n\n" + "professional basketball coach of Spanish nationality. \n\n" + "1.2. The Respondents \n\n" + "2. Comité Olimpíco Mexicano (hereinafter referred to as “COM” or “Respondent 1”), is the \n\n" + "National Olympic Committee of Mexico. Mr. Carlos Padilla Beccera is COM’s president \n\n" + "and legal representative. \n\n" + "3. Asociación Deportiva Mexicana de Balonesto (hereinafter referred to as “ADEMEBA” \n\n" + "or “Respondent 2”) is the national basketball association in Mexico recognized by FIBA \n\n" + "and by COM. Mr. Modesto Robledo is ADEMEBA’s president and legal representative. \n\n" + "4. Liga Nacional de Baloncesto Profesional (hereinafter referred to as “LNBP” or \n\n" + "“Respondent 3”) is the professional basketball league in Mexico and recognized by \n\n" + "ADEMEBA and FIBA. ”). Mr. Juan Manuel Gonzales Flores, is LNBP’s president and \n\n" + "legal representative. \n\n" + "5. Instituto Veracruzano del Deporte (hereinafter referred to as “IVD” or “Respondent 4”) \n\n" + "is a sporting institution of the state of Veracruz. It has legal personality and acts \n\n" + "economically independent. It is represented by Mr. Rafael Cuenca Reyes, who is its \n\n" + "general director and legal representative. \n\n" + "\"\n" + "\"7817ff42e0cc2a3751845d44d8534f30782c8d69\" \"090504_Award_Final_0019\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(0019/08 FAT) \n\n" + "rendered by \n\n" + "FIBA ARBITRAL TRIBUNAL (FAT) \n\n" + "Mr Raj Parker \n\n" + "in the arbitration proceedings \n\n" + " \n\n" + "Mr Samuel Clancy Jr , 1300 W. 9th Street, 634 Cleveland, Ohio 44113, USA \n\n" + "- Claimant 1 - \n\n" + "Mr Massimo Raseni , Players Group, Via Balbo 68, 60044 Fabriano, Italy \n\n" + "- Claimant 2 - \n\n" + "Pinnacle Management Company , Milbum, NJ, 07041, USA \n" + "- Claimant 3 – \n\n" + "or jointly the “Claimants” \n\n" + "vs. \n\n" + "Av. Louis Casaï 53 \n" + "P.O. Box 110 \n\n" + "1216 Cointrin / Geneva \n" + "Switzerland \n\n" + " Tel: (+41-22) 545 0000 \n" + "Fax: (+41-22) 545 0099 \n\n" + "info@fiba.com \n" + "www.fiba.com \n\n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n" + "0019/08 FAT 2/21 \n" + " \n\n" + " \n\n" + "Ural Great Professional Basketball Club, Perm Regional public organization, Lebedeva \n" + "str., 13, Perm, 614990 Russia \n" + " \n\n" + "- Respondent - \n\n" + "together with the Claimants, the “Parties” \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n" + "0019/08 FAT 3/21 \n" + " \n\n" + "1. The Parties \n\n" + "1.1. The Claimants \n\n" + "Samuel Clancy Jr (hereinafter “Mr Clancy” or “Claimant 1”) is a citizen of the United States \n\n" + "of America and a professional basketball player. Claimant 1 is represented by Massimo \n\n" + "Raseni. \n\n" + "Massimo Raseni (hereinafter “Mr Raseni” or “Claimant 2”) is a citizen of Italy and FIBA \n\n" + "licensed player agent employed by the Players Group. \n\n" + "Pinnacle Management Company (hereinafter “Pinnacle” or “Claimant 3”) is a basketball \n\n" + "agency domiciled in the USA. Claimant 3 is represented by Massimo Raseni. \n\n" + "1.2. The Respondent \n\n" + "Ural Great Professional Basketball Club , (hereinafter &quot;the Club&quot; or the &quot;Respondent&quot;) is a \n\n" + "basketball club with its seat in Perm, Russia. The Respondent is not represented by counsel. \n\n" + "2. The Arbitrator \n\n" + "On 15 December 2008, the President of the FIBA Arbitral Tribunal (the &quot;FAT&quot;) appointed Raj \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n" + "0019/08 FAT 4/21 \n" + " \n\n" + "Parker as arbitrator (hereinafter the “Arbitrator”) pursuant to Article 8.1 of the Rules of the \n\n" + "FIBA Arbitral Tribunal (hereinafter the &quot;FAT Rules&quot;). \n\n" + "3. Facts and Proceedings \n\n" + "3.1. Background Facts \n\n" + "In the summer of 2008, the Respondent sent to one or more of the Claimants a contract \n\n" + "between Claimant 1 and the Respondent (the “Supplementary Agreement”); and a contract \n\n" + "between Claimant 3 and the R\"\n" + "\"aa8a4cb93f45e1e33e27346a6663523b07021119\" \"170212 Award BAT 0897 (public version)\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0897/16) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Ms. Annett Rombach \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Mr. Lamont Hamilton \n" + " \n\n" + "- Claimant - \n\n" + " \n" + "represented by Messrs. Sébastien Ledure and Wouters Janssen, attorneys at law, Place \n" + "Flagey Plein 18, 1050 Brussels, Belgium \n" + " \n" + " \n" + " \n\n" + "vs. \n" + " \n" + " \n" + " \n\n" + "Besiktas Basketbol Yatirimlari Sanayi Ve Ticaret A.S. \n" + "Süleyman Seba Caddes, BJK Plaza B Block, Kat:3 Akaretler \n" + "34357 Besiktas, Istanbul, Turkey \n\n" + "- Respondent - \n" + " \n" + " \n\n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/4 \n" + "(BAT 0897/16) \n" + " \n\n" + "AWARD \n\n" + "Upon providing both parties with an opportunity to be heard, having ascertained her \n\n" + "jurisdiction and considered the factual and legal arguments as well as the requests for relief \n\n" + "submitted in this case, the Arbitrator decides as follows: \n\n" + " \n\n" + "1. Besiktas Basketbol Yatirimlari Sanayi Ve Ticaret A.S. is ordered to pay to \n" + "Mr. Lamont Hamilton salaries of USD 97,500.00 net together with interest of 5% \n" + "p.a. \n\n" + "• from 2 May 2016 on the amount of USD 32,500; \n\n" + "• from 1 June 2016 on the amount of USD 32,500; \n\n" + "• from 2 July 2016 on the amount of USD 32,500. \n\n" + "2. Besiktas Basketbol Yatirimlari Sanayi Ve Ticaret A.S. is ordered to provide \n" + "Mr. Lamont Hamilton with a tax certificate for all sums paid to him under the \n" + "employment agreement dated 17 July 2015, including all sums to be paid to \n" + "Mr. Lamont Hamilton under this award. \n\n" + "3. The costs of this arbitration until the present Award, which were determined by \n" + "the President of the BAT to be in the amount of EUR 3,320.00, shall be borne by \n" + "Besiktas Basketbol Yatirimlari Sanayi Ve Ticaret A.S. alone. Accordingly, \n" + "Besiktas Basketbol Yatirimlari Sanayi Ve Ticaret A.S. is ordered to pay to \n" + "Mr. Lamont Hamilton EUR 3,320.00. The balance of the Advance on Costs in the \n" + "amount of EUR 2,680.00 will be reimbursed to Mr. Lamont Hamilton by the BAT. \n\n" + "4. Besiktas Basketbol Yatirimlari Sanayi Ve Ticaret A.S. is ordered to pay to \n" + "Mr. Lamont Hamilton the amount of EUR 5,000.00 as a contribution towards his \n" + "legal fees and expenses. \n\n" + "5. Any arbitration costs associated with a Request for Reasons (see attached \n" + "Notice) shall be advanced and borne by the requesting party. \n\n" + "6. Any other or further-reaching requests for relief are dismissed. \n\n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/4 \n" + "(BAT 0897/16) \n" + " \n\n" + " \n" + "Geneva, seat of the arbitration, 21 February 2017 \n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Annett Rombach \n\n" + "(Arbitrator) \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Award date\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n\n\n" + " \n\n" + " \n\n" + "\"\n" + "\"e4f4a2751e320e54c09e8dbd6c34b6d7411c3b65\" \" \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 1172/18) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Ms. Brianna Quinn \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Cercle Sportif Mariste Champville \n" + "Dik El Mehdi, Lebanon \n\n" + "- Claimant - \n" + " \n" + "represented by Mr. Nilo Effori and Ms. Cintia R. Nicolau, \n" + "attorneys at law, \n" + "Rua Caconde 157 1st floor, \n" + "Sao Paulo, 01425-011, Brazil \n" + " \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + " \n" + "Mr. Johndre Jefferson \n\n" + "- Respondent - \n" + " \n" + "represented by Mr. William W. McCandless, attorney at law, \n" + "1640 Delowe Drive SW, Atlanta, GA. 30313, USA \n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/35 \n" + "(BAT 1172/18) \n\n" + " \n\n" + "1. The Parties \n\n" + "1.1 The Claimant \n\n" + "1. Cercle Sportif Mariste Champville (the “Club” or “Claimant”) is a basketball club \n\n" + "registered with the Lebanese Basketball Federation and competing in the Lebanese \n\n" + "Basketball League. \n\n" + "1.2 The Respondent \n\n" + "2. Mr. Johndre Jefferson (the “Player” or “Respondent”) is an American professional \n\n" + "basketball player. \n\n" + "2. The Arbitrator \n\n" + "3. On 8 April 2018, Prof. Richard McLaren O.C., the President of the Basketball Arbitral \n\n" + "Tribunal (the &quot;BAT&quot;), appointed Ms. Brianna Quinn as arbitrator (the “Arbitrator”) \n\n" + "pursuant to Article 8.1 of the Rules of the Basketball Arbitral Tribunal (the &quot;BAT \n\n" + "Rules&quot;). Neither of the Parties has raised any objections to the appointment of the \n\n" + "Arbitrator or to her declaration of independence. \n\n" + "3. Facts and Proceedings \n\n" + "3.1 Summary of the Dispute \n\n" + "4. The relevant facts and allegations presented in the Parties’ written submissions and \n\n" + "evidence are summarised below. Additional facts and allegations in the Parties’ written \n\n" + "submissions and evidence may be set out, where relevant, in connection with the legal \n\n" + "discussion that follows. \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/35 \n" + "(BAT 1172/18) \n\n" + " \n\n" + "5. Although the Arbitrator has considered all of the facts, allegations and evidence \n\n" + "submitted by the Parties, she refers in this Award only to those necessary to explain \n\n" + "her reasoning. \n\n" + "6. On or around 30 July 2017, the Player entered into a contract with the Club, pursuant \n\n" + "to which he was employed as a professional basketball player during the 2017-18 \n\n" + "basketball season (the “Agreement”). \n\n" + "7. According to the Agreement, the Player was to receive a total salary of USD 120,000 \n\n" + "for the 2017-2018 season (Article 4) and the Club was required to pay a 10% agent \n\n" + "commission (Article 12). In addition, the Club was obliged to provide the Player with “a \n\n" + "fully furnis\"\n" + "\"83f59b8bdd2fecea6aae3cc5609a4ef5f71f568b\" \"Microsoft Word - 253231_1\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 1180/18) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Ms. Brianna Quinn \n\n" + "in the arbitration proceedings between \n" + " \n" + " \n" + " \n\n" + "YF Spor Danismanlik ve Ticaret A.S. \n" + "Yapi Kredi Plaza Büyükdere Cad. Yapi Kredi Plaza C Blok, No:40-41, \n" + "34330 Levent/Istanbul, Turkey \n\n" + " - Claimant 1 - \n" + " \n" + " \n" + "U1st Sports Atlanta LLC \n" + "1275 Peachtree Street NE Suite 525 Atlanta, Georgia 30309, USA \n\n" + " - Claimant 2 - \n" + " \n" + " \n" + "both represented by \n" + "Messrs. Guillermo Lopez Arana, Antonio Garcia-Aranda Stai, and Javier Resa Ramos, \n" + "C/ Maestro Ripoll 9, 28006 Madrid, Spain \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + "Galatasaray Spor Kulübü Dernegi \n" + "Hasnun galip sok, 7-11, Beyoglu, Istanbul, Turkey \n\n" + " - Respondent - \n" + " \n" + "represented Mr. Suleyman Anil Ozguc, \n" + "Ali Sami Yen Spor Kompleksi, Türk Telekom Stadi, \n" + "Seyrantepe/Istanbul, Turkey \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/4 \n" + "(BAT 1180/18) \n" + " \n" + " \n\n" + "AWARD \n\n" + "Upon providing all parties with an opportunity to be heard, having examined her jurisdiction \n\n" + "and considered the factual and legal arguments as well as the requests for relief submitted in \n\n" + "this case, the Arbitrator decides as follows: \n\n" + "1. Galatasaray Spor Kulübü Dernegi shall pay YF Spor Danismanlik ve \n" + "Ticaret A.S. USD 39,825.00 as compensation for unpaid agent \n" + "commissions, plus interest at a rate of 5% per annum from 5 January 2018 \n" + "until payment. \n\n" + "2. Galatasaray Spor Kulübü Dernegi shall pay U1st Sports Atlanta LLC \n" + "USD 33,750.00 as compensation for unpaid agent commissions, plus \n" + "interest at a rate of 5% per annum from 5 January 2018 until payment. \n\n" + "3. The costs of this arbitration until the present Award, which were \n" + "determined by the President of the BAT to be in the amount of 4,200.00, \n" + "shall be borne by Galatasaray Spor Kulübü Dernegi alone. Accordingly, \n" + "Galatasaray Spor Kulübü Dernegi shall pay to YF Spor Danismanlik ve \n" + "Ticaret A.S. and U1st Sports Atlanta LLC jointly the amount of 4,200.00. \n" + "The remainder of the advance of costs, in the amount of EUR 1,800.00 will \n" + "be reimbursed jointly to YF Spor Danismanlik ve Ticaret A.S. and U1st \n" + "Sports Atlanta LLC by the BAT. \n\n" + "4. Galatasaray Spor Kulübü Dernegi shall pay YF Spor Danismanlik ve \n" + "Ticaret A.S. and U1st Sports Atlanta LLC jointly EUR 9,000.00 as a \n" + "contribution to their legal fees and expenses. \n\n" + "5. Any arbitration costs associated with a Request for Reasons (see \n" + "attached Notice) shall be advanced and borne by the requesting party. \n\n" + "6. Any other or further-reaching requests for relief are dismissed. \n\n" + "Geneva, seat of the arbitration, 2 October 2018 \n\n" + " \"\n" + "\"9b8943e0a8e9ed7a339cda9f00aa8504f2b17c3f\" \"227532_1\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0902/16) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Ms. Brianna Quinn \n\n" + "in the arbitration proceedings between \n" + " \n" + " \n\n" + "Mr Talor Battle \n" + " \n\n" + " - Claimant 1 - \n\n" + " \n" + "Mr Mario Scotti \n" + " \n\n" + " - Claimant 2 – \n\n" + " \n\n" + "Mr Yehuda Barad \n" + " \n\n" + " - Claimant 3 - \n\n" + " \n" + " \n" + "Each represented by Mr Sergiu Valentin Gherdan, attorney at law, \n" + "Str. D. Cantemir, nr. 19, bl. C19, ap. 13, Oradea city, Bihor county, 410473, Romania \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + "Hapoel Tel Aviv \n" + "Isaac Ramba st., Tel Aviv, Israel \n" + " \n\n" + " - Respondent - \n\n" + " \n" + "represented by Mr Haim Yitzhaki \n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/4 \n" + "(BAT 0902/16) \n" + " \n" + " \n\n" + " \n" + "AWARD \n\n" + "Upon providing all parties with an opportunity to be heard, having examined her jurisdiction \n\n" + "and considered the factual and legal arguments as well as the requests for relief submitted in \n\n" + "this case, the Arbitrator decides as follows: \n\n" + "1. Hapoel Tel Aviv shall pay Mr Talor Battle USD 15 ,500 net as compensation \n" + "for unpaid salaries for the 2015-16 season, togethe r with interest of 5% \n" + "p.a. from 29 October 2016 until payment. \n\n" + "2. Hapoel Tel Aviv shall pay Mr Talor Battle USD 7, 750 as late payment fees. \n\n" + "3. Hapoel Tel Aviv shall pay Mr Talor Battle USD 59 ,360 net as compensation \n" + "for the 2016-17 season, together with interest of 5 % p.a. from 29 October \n" + "2016 until payment. \n\n" + "4. Hapoel Tel Aviv shall pay Mr Talor Battle USD 5, 000 net as compensation \n" + "for the 2017-18 season, together with interest of 5 % p.a. from 29 October \n" + "2016 until payment. \n\n" + "5. Mr Talor Battle shall promptly inform Hapoel Tel Aviv of any payments \n" + "made to him by an insurance company as a consequenc e of his injury in \n" + "the 2015-16 season. Any such payment shall be deduc ted from the \n" + "amounts awarded to Mr Talor Battle, or repaid by Mr Talor Battle to Hapoel \n" + "Tel Aviv, if and when such insurance payments have been received by Mr \n" + "Talor Battle, until such point that the amounts awa rded are fully \n" + "extinguished. \n\n" + "6. Hapoel Tel Aviv shall provide a tax certificate attesting that the correct \n" + "amount of local Israeli taxes has been paid to the competent Israeli Tax \n" + "Authority in the name or on the behalf of the playe r, in such form so as to \n" + "assure that the Player is eligible to receive a USA tax credit for all \n" + "amounts paid to him. \n\n" + "7. Hapoel Tel Aviv shall pay Mr Mario Scotti USD 2, 754 as agent fees for the \n" + "2016-17 season, together with interest of 5% p.a. f rom 29 October 2016 \n" + "until payment. \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n" + "\"\n" + "\"11aea9dd29ee2742ae1c1c39723ce3b37c2b810e\" \"080930_Award_Final\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n" + "Av. Louis Casaï 53 \n\n" + "P.O. Box 110 \n" + "1216 Cointrin / Geneva \n\n" + "Switzerland \n\n" + " Tel: (+41-22) 545 0000 \n" + "Fax: (+41-22) 545 0099 \n\n" + "info@fiba.com \n" + "www.fiba.com \n\n" + " \n\n" + "ARBITRAL AWARD \n" + "(0006/08 FAT) \n\n" + "rendered on 29 September 2008 by the \n\n" + "FIBA ARBITRAL TRIBUNAL (FAT) \n\n" + "Mr. Quentin Byrne-Sutton \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Mr. Jamel Thomas (the “Player”), c/o Priority Sports &amp; Entertainment, 325 N La Salle Drive, \n" + "Suite 650, Chicago, IL 60610 USA \n\n" + "- Claimant 1 - \n\n" + "and \n" + " \n" + "Priority Sports &amp; Entertainment (“Priority Sports”), 325 N La Salle Drive, Suite 650, \n" + "Chicago, IL 60610 USA \n" + " \n\n" + "- Claimant 2 - \n\n" + "and \n" + " \n" + "Mr. Mario Scotti, c/o Priority Sports &amp; Entertainment, 325 N La Salle Drive, Suite 650, \n" + "Chicago, IL 60610 USA \n\n" + " \n\n" + "- Claimant 3 - \n\n" + "or jointly &quot;the Claimants&quot; \n\n" + "vs. \n" + " \n" + "S.S. Basket Napoli s.r.l. (“Basket Napoli”), Via Giochi del Mediterraneo, 80125 Napoli, Italy. \n" + " \n" + " \n\n" + "- Respondent - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Award date\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n" + "(0006/08 FAT) \n" + " 2/13 \n" + " \n\n" + "1. The Parties \n\n" + "1.1. The Claimants \n\n" + "Mr. Jamel Thomas is a professional basketball player and American citizen, who was \n\n" + "playing for Basket Napoli at the time of the relevant facts. In this proceeding the Player \n\n" + "is represented by Mr. Brad Ames of Priority Sports. \n\n" + "Priority Sports acts among others as a basketball agency and is represented in this \n\n" + "proceeding by Mr. Brad Ames. \n\n" + "Mr. Mario Scotti is an agent and is represented in this proceeding by Mr. Brad Ames on \n\n" + "behalf of Priority Sports. \n\n" + "1.2. The Respondent \n\n" + "Basketball Napoli is an Italian basketball club. \n\n" + "2. The Arbitrator \n\n" + "On 25 July 2008, the President of the FIBA Arbitral Tribunal (the &quot;FAT&quot;) appointed Mr. \n\n" + "Quentin Byrne-Sutton, attorney-at-law in Geneva, Switzerland, as arbitrator (hereinafter the \n\n" + "“Arbitrator”) pursuant to Article 8.1 of the Rules of the FIBA Arbitral Tribunal (hereinafter the \n\n" + "&quot;FAT Rules&quot;). \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Discrepancy\n\n" + "EH\n" + "Text Box\n" + "Discrepancy\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n" + "(0006/08 FAT) \n" + " 3/13 \n" + " \n\n" + "3. Facts and Proceedings \n\n" + "3.1. Background Facts \n\n" + "According to Article 1 of an agreement dated 5 July 2007 (hereinafter the “Contract”), \n\n" + "Basket Napoli engaged the services of the Player “… for a term of one (1)\"\n" + "\"39e4269a05f7b6bdaec521ced4d1fefda89b04bd\" \"0497 Jonusas, UAB East Players vs Basket Juvecaserta s.r.l. (public version)\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n" + " \n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0497/13) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr Ulrich Haas \n\n" + "in the arbitration proceedings between \n\n" + "Mr. Žygimantas Jonušas \n\n" + "- Claimant 1 - \n\n" + "UAB “East Players” \n" + "Mènulio g. 7, 04326 Vilnius, Lithuania \n\n" + "- Claimant 2 - \n\n" + "both represented by Mr. Linas Jakas and Mr. Antanas Paulauskas, \n" + "attorneys at law, Adlex law firm, Gynėjų g. 16, 01109 Vilnius, Lithuania \n\n" + " \n\n" + "vs. \n\n" + " \n\n" + "Basket Juvecaserta s.r.l. \n" + "Via Patturellii 37, 811000 Caserta, Italy \n\n" + "- Respondent - \n\n" + "represented by Mr. Enrico Zorzi, attorney at law, studio legale \n" + "Zorzi, Corneli &amp; Di Francesco, Via Nicola Palma 12, 64100 Teramo, \n" + "Italy and by its General Manager Mr. Marco Atripaldi \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/31 \n" + "(BAT 0497/13) \n" + " \n\n" + "1. The Parties \n\n" + "1.1 Claimant 1 \n\n" + "1. Mr. Žygimantas Jonušas is a professional Lithuanian basketball player (hereinafter \n\n" + "referred to as “Player” or “Claimant 1”). \n\n" + "1.2 Claimant 2 \n\n" + "2. UAB “East Players” (hereinafter referred to as “Agent” or “Claimant 2”) is an agency \n\n" + "operated by the FIBA-licensed agent Mr. Sarunas Broga, that represents professional \n\n" + "basketball players such as Claimant 1. \n\n" + "1.3 The Respondent \n\n" + "3. Basket Juvecaserta s.r.l. (hereinafter referred to as “Club” or “Respondent”) is a \n\n" + "basketball club located in Caserta, Italy. \n\n" + "2. The Arbitrator \n\n" + "4. By letter of 5 February 2014, the President of the Basketball Arbitral Tribunal \n\n" + "(hereinafter the “BAT”), Prof. Richard H. McLaren, appointed Prof. Ulrich Haas as \n\n" + "arbitrator (hereinafter the “Arbitrator”) pursuant to Article 8.1 of the Rules of the \n\n" + "Basketball Arbitral Tribunal (hereinafter the “BAT Rules”). None of the Parties have \n\n" + "raised any objections to the appointment of the Arbitrator or to his declaration of \n\n" + "independence. \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/31 \n" + "(BAT 0497/13) \n" + " \n\n" + "3. Facts and Proceedings \n\n" + "3.1 Summary of the Dispute \n\n" + "5. On 30 July 2012, the Claimants and the Respondent signed a contract (hereinafter \n\n" + "referred to as “the Player Contract”), according to which Respondent engaged \n\n" + "Claimant 1 as a professional basketball player for the seasons of 2012/2013 and \n\n" + "2013/2014. Furthermore, the Player Contract provides that the Respondent has to \n\n" + "compensate the Agent for its services. \n\n" + "6. Article 4 of the Player Contract pr\"\n" + "\"3a0312e5fa7f2b60bc6d75de176f6e20554ef006\" \"11940_1\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n" + "Av. Louis Casaï 53 \n\n" + "P.O. Box 110 \n" + "1216 Cointrin / Geneva \n\n" + "Switzerland \n\n" + " Tel: (+41-22) 545 0000 \n" + "Fax: (+41-22) 545 0099 \n" + "info@fiba.com \n" + "www.fiba.com \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(0065/09 FAT) \n\n" + "by the \n\n" + "FIBA ARBITRAL TRIBUNAL (FAT) \n\n" + "Mr. Klaus Reichert \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Mr. Vadim Mikhalevskiy of VM Sport Management, Ostrovnaya str 7, Office 4017, Moscow \n\n" + "121552, Russian Federation \n\n" + "- Claimant - \n\n" + " \n\n" + "represented by Mr. Solly Laniado, Adv, Zysman, Aharoni, Gayer &amp; Ady Kaplan &amp; Co – Law \n\n" + "Offices, 41-45 Rotshild Blvd., Tel Aviv 65784, Israel \n\n" + " \n" + " \n\n" + "vs. \n\n" + " \n\n" + "Mr. Sergey Bikov , Mira Steet 5, Novodvinsk City, Russian Federation \n\n" + "- Respondent - \n\n" + "represented by Mr. José Lasa Azpeitia, Laffer Abogados, C/ Yerma 10 7° D, Madrid 28033, \n\n" + "Spain \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n\n" + "0065/09 FAT 2/19 \n" + " \n\n" + "1. The Parties \n\n" + "1.1. The Claimant \n\n" + "1. Mr. Vadim Mikhalevskiy (“Claimant”) is a FIBA-licensed players’ agent. \n\n" + "1.2. The Respondent \n\n" + "2. Mr. Sergey Bikov (“Respondent”) is a professional basketball player. \n\n" + "2. The Arbitrator \n\n" + "3. On 9 November 2009, the President of the FIBA Arbitral Tribunal (the &quot;FAT&quot;) appointed \n\n" + "Mr. Klaus Reichert as arbitrator (hereinafter the “Arbitrator”) pursuant to Article 8.1 of \n\n" + "the Rules of the FIBA Arbitral Tribunal (hereinafter the &quot;FAT Rules&quot;). None of the \n\n" + "Parties has raised objections to the appointment of the Arbitrator or to his declaration of \n\n" + "independence. \n\n" + "3. Facts and Proceedings \n\n" + "3.1. Background Facts – the Agreement \n\n" + "4. Claimant and Respondent entered into an agreement dated 3 May 2008 (“the \n\n" + "Agreement”) whereby the Respondent engaged the Claimant as his agent. \n\n" + "5. The relevant parts, for the purposes of this arbitration, of the Agreement are as follows: \n\n" + "“1.Engagement \n\n" + "1.1 The Player hereby employs the Agent and the Agent hereby agrees to act as Agent \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n\n" + "0065/09 FAT 3/19 \n" + " \n\n" + "for the Player. \n\n" + "1.2 The Agent shall advise, assist and represent the Player in connection with the \n" + "engagement of the Player as a skilled basketball player by clubs worldwide. Particularly \n" + "the Agent shall introduce the Player to any basketball club which might be interested to \n" + "retain his services, shall then negotiate on behalf of the Player the relevant player \n" + "contract to be signed by the Player and will subsequently liaise and deal in the Player’s \"\n" + "\"826171bbc5a19b5b58255d84422d7a45093266f5\" \"161277_1\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0726/15) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Quentin Byrne-Sutton \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + " \n\n" + "Mr. Kenan Bajramovic \n" + " - Claimant - \n\n" + " \n" + "represented by Mr. Ergun Benan Arseven and Mr. Metin Abut, attorneys at law, \n" + "Odakule Kat: 12 Istiklal Cad. No: 142 Beyoglu, Istanbul, Turkey \n" + " \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + " \n" + "Besiktas Basketbol Yatirimlari Sanay Ve Ticaret A.S . \n" + "Suleyman Seba Street, BJK Plaza B Block \n" + "Akaretler, 34357 Besiktas, Istanbul, Turkey \n\n" + " - Respondent - \n\n" + " \n\n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/11 \n" + "(BAT 0726/15) \n" + " \n" + " \n\n" + " \n\n" + "1. The Parties \n\n" + "1.1 The Claimant \n\n" + "1. Mr. Kenan Bajramovic is a professional basketball player (hereinafter “the Player” or \n\n" + "“the Claimant”). \n\n" + "1.2 The Respondent \n\n" + "2. Besiktas Basketbol Yatirimlari Sanay Ve Ticaret A.S. is a professional basketball club \n\n" + "in Turkey (hereinafter also referred to as “the Club” or “the Respondent”). \n\n" + "2. The Arbitrator \n\n" + "3. On 9 August 2015, Prof. Richard H. McLaren, the President of the Basketball Arbitral \n\n" + "Tribunal (the &quot;BAT&quot;), appointed Mr. Quentin Byrne-Sutton as arbitrator (hereinafter the \n\n" + "“Arbitrator”) pursuant to Article 8.1 of the Rules of the Basketball Arbitral Tribunal \n\n" + "(hereinafter the &quot;BAT Rules&quot;). Neither of the parties has raised any objections to the \n\n" + "appointment of the Arbitrator or to his declaration of independence. \n\n" + "3. Facts and Proceedings \n\n" + "3.1 Summary of the Dispute \n\n" + "4. On 30 January 2014 and on 8 October 2015, the Club and the Player entered into an \n\n" + "Agreement respectively for the 2013-2014 season (“Agreement n° 1”) and for the 2014-\n\n" + "2015 season (“Agreement n°2”) (collectively the “Agreements”), whereby the Club \n\n" + "undertook to pay the Player the stipulated total salaries via monthly instalments. Both \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/11 \n" + "(BAT 0726/15) \n" + " \n" + " \n\n" + "Agreements were fully guaranteed. \n\n" + "5. The Player contends that, despite him having made corresponding demands on the \n\n" + "Club, it never paid him an amount of USD 30,000 owed to him under the Agreement \n\n" + "n° 1, or the last two salaries under the Agreement n° 2 of USD 25,000 each, due to him \n\n" + "on 30 April 2015 and 31 May 2015. \n\n" + "3.2 The Proceedings before the BAT \n\n" + "6. The Player filed with the BAT a Request for Arbitration dated 23 July 2015 and paid a \n\n" + "non-reimbursable handling fee of EUR 2,000. \n\n" + "7. The Player paid the total amount of the Advance on Costs of EUR 5,000; having \n\n" + "requested, in accordance with the BAT Rules, that the Arbitra\"\n" + "\"9f9dc66993b9195f6f3d2f3f611ec7750e075ebc\" \"0223 Williams, Manakyan vs Sporting Al Riyadi Club (public version)\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0223/11) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Raj Parker \n\n" + " \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Mr Anthony Williams \n\n" + " \n\n" + "- Claimant 1 - \n\n" + "Mr Hirant Manakyan \n\n" + "c/o ACMT, ZA de l’Espeche, 31470 Fonteneilles, France \n\n" + "- Claimant 2 - \n\n" + "Both represented by Mr. Peter Goetschi, KPMG SA Legal, \n\n" + "Rue des Pilettes 1, 1700 Fribourg, Switzerland \n\n" + " \n\n" + "vs. \n\n" + " \n\n" + "Sporting Al Riyadi Basketball Club \n\n" + "Al Manara facing Bain Militaire, Beirut, Lebanon \n\n" + "- Respondent - \n\n" + "Represented by Mr Hicham al Jaroudi \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/3 \n" + "(BAT 0223/11) \n" + " \n" + " \n\n" + "AWARD \n\n" + "Upon providing both parties with an opportunity to be heard and having ascertained his \n\n" + "jurisdiction and considered the factual and legal arguments as well as the requests for relief \n\n" + "submitted in this case, the Arbitrator decides as follows: \n\n" + "1. Sporting Al Riyadi Basketball Club is ordered to pay to Mr Anthony Williams \n" + "the outstanding sum of USD 9,000.00, together with interest payable at a rate \n" + "of 5% per annum from 1 November 2010. \n\n" + "2. Sporting Al Riyadi Basketball Club is ordered to pay to Mr Hirant Manakyan \n" + "the outstanding agency fee of USD 14,400.00, together with interest payable \n" + "at a rate of 5% per annum from 20 September 2010. \n\n" + "3. Sporting Al Riyadi Basketball Club is ordered to pay to Mr Anthony Williams \n" + "and Mr Hirant Manakyan the amount of EUR 4,000.00 as a contribution \n" + "towards their legal fees and expenses. \n\n" + "4. The costs of this arbitration until the present Award, which were determined \n" + "by the President of the BAT to be in the amount of EUR 3,500.00, shall be \n" + "borne by Sporting Al Riyadi Basketball Club alone. Accordingly, Sporting Al \n" + "Riyadi Basketball Club shall pay to Mr Anthony Williams and Mr Hirant \n" + "Manakyan EUR 3,500.00. The balance of the Advance on Costs, in the amount \n" + "of EUR 1,500.00 will be reimbursed to Mr Anthony Williams and Mr Hirant \n" + "Manakyan by the BAT. \n\n" + "5. Any arbitration costs associated with a Request for Reasons (see attached \n" + "Notice) shall be advanced and borne by the requesting party. \n\n" + "6. Any other or further requests for relief are dismissed. \n\n" + "Geneva, seat of the arbitration, 9 March 2012 \n\n" + " \n\n" + " \n\n" + "Raj Parker \n\n" + "(Arbitrator) \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Award date\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/3 \n" + "(BAT 0223/11) \n" + " \n" + " \n\n" + "Notice about Request for Reasons \n\n" + "in accordance\"\n" + "\"730d10502478c444bc326304149209a381a3f530\" \" \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 1257/18) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Rhodri Thomas \n\n" + "in the arbitration proceedings between \n" + " \n" + " \n\n" + "Mr. Elias Diamantopoulos \n" + " \n\n" + "- Claimant - \n\n" + " \n" + "represented by Mr. William W. McCandless, Jr., attorney at law, \n" + "1640 Delowe Drive, SW, Atlanta, GA 30311, USA \n" + " \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + " \n" + "Mr. Shyron Ely \n\n" + "- First Respondent - \n\n" + "represented by Mr. Charles Misuraca, \n" + "1243 S. Olive Street #225, Los Angeles, CA 90015, USA \n" + " \n" + " \n" + " \n" + "USC Heidelberg Spielbetrieb GmbH \n" + "Kurpfalzring 110, 69123 Heidelberg, Germany \n\n" + "- Second Respondent - \n\n" + "represented by Ms. Christin Hempel, attorney at law, \n" + "Im Breitspiel 9, 69126 Heidelberg, Germany \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/3 \n" + "(BAT 1257/18) \n" + " \n\n" + " \n" + "AWARD \n\n" + "Upon providing both parties with an opportunity to be heard, having examined his jurisdiction \n\n" + "and considered the factual and legal arguments as well as the requests for relief submitted in \n\n" + "this case, the Arbitrator decides as follows: \n\n" + "1. Mr. Elias Diamantopoulos’ claims for unpaid agency fees, additional \n" + "damages and interest are dismissed. \n\n" + " \n" + "2. The costs of this arbitration until the present Award, which were \n\n" + "determined by the Vice-President of the BAT to be in the amount of \n" + "EUR 4,730.00, shall be borne 85% by Mr. Elias Diamantopoulos, 5% by \n" + "Mr. Shyron Ely and 10% by USC Heidelberg Spielbetrieb GmbH. \n" + "Consequently, Mr. Shyron Ely shall pay to Mr. Elias Diamantopoulos \n" + "EUR 236.50 and USC Heidelberg Spielbetrieb GmbH shall pay to Mr. Elias \n" + "Diamantopoulos EUR 473.00. The balance of the advance on costs in the \n" + "amount of EUR 1,270.00 shall be reimbursed to Mr. Elias Diamantopoulos \n" + "by the BAT. \n\n" + " \n" + "3. Mr. Elias Diamantopoulos shall pay to USC Heidelberg Spielbetrieb GmbH \n\n" + "EUR 1,500.00 as a contribution to its legal fees and expenses. \n" + " \n" + "4. Any arbitration costs associated with a Request for Reasons (see \n\n" + "attached Notice) shall be advanced and borne by the requesting party. \n" + " \n" + "5. Any other or further-reaching requests for relief are dismissed. \n\n" + " \n\n" + "Geneva, seat of the arbitration, 8 May 2019 \n\n" + " \n\n" + " \n\n" + " \n\n" + "Rhodri Thomas \n\n" + "(Arbitrator) \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Award date\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/3 \n" + "(BAT 1257/18) \n" + " \n\n" + "Notice about Request for Reasons \n\n" + "in accordance with Articles 16.2 of the BAT Rules: \n\n" + "“By agreeing to submit their dispute to arbitration under these Rules, the Parties\"\n" + "\"5d760ac2db7828461d8c153730781aec327ec01b\" \"227507_1\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0968/17) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Raj Parker \n\n" + "in the arbitration proceedings between \n\n" + " \n" + "Roy Devyn Marble \n" + " \n" + "Wasserman Media Group, LLC. \n\n" + "- Claimants - \n\n" + " \n" + "represented by Mr. Howard L. Jacobs, attorney at law, \n" + "2815 Townsgate Rd., Suite 200 Westlake Village, CA 91361, USA \n" + " \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + " \n" + "Aris BC (ARIS BSA 2003) \n" + "Gregory Lambrakis 2 \n" + "Thessaloniki 54636, Greece \n\n" + "- Respondent - \n" + " \n" + "represented by Mr. Spyridon Christoforidis, attorney at law, \n" + "Polytechneiou 12, Thessaloniki 54625, Greece\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/23 \n" + "BAT 0968/17 \n\n" + "1. The Parties \n\n" + "1.1 The Claimants \n\n" + "1. The First Claimant (hereinafter “Mr Marble”) is a professional basketball player. \n\n" + "2. The Second Claimant (hereinafter “Wasserman”) is a sports marketing and talent \n\n" + "management company, which at the material times acted as Mr Marble’s agent. \n\n" + "1.2 The Respondent \n\n" + "3. Aris BC (ARIS BSA 2003) (hereinafter the “Respondent”) is a professional basketball \n\n" + "club in Greece. \n\n" + "2. The Arbitrator \n\n" + "4. On 20 March 2017, Prof. Richard H. McLaren, O.C., the President of the Basketball \n\n" + "Arbitral Tribunal (hereinafter the “BAT”), appointed Mr. Raj Parker as arbitrator \n\n" + "(hereinafter the “Arbitrator”) pursuant to Article 8.1 of the Rules of the Basketball \n\n" + "Arbitral Tribunal (hereinafter the “BAT Rules”). \n\n" + "5. Neither party has raised any objection to the appointment of the Arbitrator or to his \n\n" + "declaration of independence. \n\n" + "3. Facts and Proceedings \n\n" + "3.1 Background Facts \n\n" + "6. On 10 August 2016, the Claimants and the Respondent signed and entered into a \n\n" + "legally binding contract (hereinafter the “Playing Contract”). The Playing Contract \n\n" + "included the following express terms: \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/23 \n" + "BAT 0968/17 \n\n" + " \n\n" + "Article II – Mr Marble was entitled to “Guaranteed Compensation” of USD 225,000 net \n\n" + "for the 2016/17 playing season, to be paid in 10 monthly instalments of USD 22,500, \n\n" + "commencing on 1 September 2016 and thereafter on the first day of each month (until \n\n" + "the final payment on 1 June 2017). The Playing Contract provided that “All salary to \n\n" + "the Player shall be fully guaranteed, vested, and owed in full upon execution of this \n\n" + "Agreement by the Player and Club. In the event any payments are more than twenty \n\n" + "five (25) days late, Club acknowledges and agrees that it shall incur a late fee of \n\n" + "USD $50.00 per day as a non-exclusive remedy to Player.” \n\n" + "Article III(B) – the Respondent agreed to pay for\"\n" + "\"97918b2d39f00477d3aee534cc38d2866f0fd5b9\" \"0628 Salenga, Ignatavicius vs. Budivelnyk Basketball Properties Inc., Basketball Club Budivelnyk (public version)\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0628/14) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Quentin Byrne-Sutton \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Mr. Dainius Salenga \n" + "- Claimant 1 - \n\n" + " \n" + "Mr. Mantas Ignatavicius \n\n" + "- Claimant 2 - \n" + " \n" + "both represented by Mr Antanas Paulauskas, attorney at law, \n" + "Gynėjų g. 16, 01109 Vilnius, Lithuania \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + "Budivelnyk Basketball Properties Inc. \n" + "Craigmuir Chambers, P.O. Box 71, Road Town, 4208 Tortola, \n" + "British Virgin Islands \n\n" + "- Respondent 1 - \n" + " \n" + "Basketball Club “Budivelnyk” \n" + "Bulgakova 16 (Zlatoustivska str. 10-12), 02134 Kiev, Ukraine \n\n" + "- Respondent 2 - \n" + " \n" + "represented, respectively, by Mr. Vetvitsky Alexander \n" + "and Mr. Vyacheslav Ievstratenko \n" + " \n" + " \n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/4 \n" + "(BAT 0628/14) \n" + " \n" + " \n\n" + "AWARD \n\n" + "Upon providing the parties with an opportunity to be heard, having ascertained his jurisdiction \n\n" + "and considered the factual and legal arguments as well as the requests for relief submitted in \n\n" + "this case, the Arbitrator decides as follows: \n\n" + "1. Budivelnyk Basketball Properties Inc. and Basket ball Club “Budivelnyk” are \n" + "held jointly and severally liable to pay Mr. Dainiu s Salenga the following \n" + "amounts: \n\n" + "• EUR 13,500.00, net, as salary compensation, plus in terest on such \n\n" + "amount at 5% per annum from 16 May 2014 onwards. \n\n" + "• EUR 7,000.00, net, as bonus compensation, plus inte rest on such \n\n" + "amount at 5% per annum from 14 June 2014 onwards. \n\n" + "2. Budivelnyk Basketball Properties Inc. shall pay to Mr. Mantas Ignatavicius, as \n" + "compensation for agency fees, an amount of EUR 9,50 0.00, net, plus interest \n" + "on such amount at 5% per annum from 16 December 201 3 onwards. \n\n" + "3. The costs of this arbitration until the present Award, which were determined \n" + "by the President of the BAT to be in the amount of EUR 4,310.00, shall be \n" + "borne jointly by Budivelnyk Basketball Properties I nc. and Basketball Club \n" + "“Budivelnyk”. Accordingly, Budivelnyk Basketball Pr operties Inc. and \n" + "Basketball Club “Budivelnyk” shall pay Mr. Dainius Salenga and Mr. Mantas \n" + "Ignatavicius jointly EUR 4,310.00. The balance of t he Advance on Costs, in \n" + "the amount of EUR 669.73, will be reimbursed to Mr. Dainius Salenga and \n" + "Mr. Mantas Ignatavicius by the BAT. \n\n" + "4. Budivelnyk Basketball Properties Inc. and Basket ball Club “Budivelnyk” shall \n" + "pay Mr. Dainius Salenga and Mr. Mantas Ignatavicius jointly an amount of \n" + "EUR 3,950.00 as compensation for their legal fees a nd exp\"\n" + "\"cfd33375d9c89b23a12cc1cfc4f3804355e31353\" \"Microsoft Word - 256971_1\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 1157/18) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Stephan Netzle \n\n" + "in the arbitration proceedings between \n" + " \n\n" + "Mr. Patrick King \n" + "- Claimant 1- \n\n" + " \n" + "Mr. Mathias Fischer \n" + " \n\n" + "- Claimant 2 - \n" + " \n" + "represented by Mr. Alexander Engelhard, attorney at law, \n" + "Hamburger Allee 4, 60486 Frankfurt am Main, Germany \n" + " \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + " \n" + "Koszykarski Klub Sportowy Turow Zgorzelec S.A. \n" + "Ul. Lubanska 9a, 59900 Zgorzelec, Poland \n\n" + "- Respondent - \n" + " \n" + "represented by Mr. Marek Palus, attorney at law, \n" + "Jesionowa St. 22, 40-158 Katowice, Poland \n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + "Arbitral Award 2/24 \n" + "(BAT 1157/18) \n" + " \n\n" + "1. The Parties \n\n" + "1.1. The Claimants \n\n" + "1. Mr. Patrick King (hereinafter the “Agent”) is a FIBA licensed agent. He is a German \n\n" + "citizen. \n\n" + "2. Mr. Mathias Fischer (hereinafter the “Coach”) is a professional basketball coach. He is \n\n" + "a German citizen. \n\n" + "1.2. The Respondent \n\n" + "3. Koszykarski Klub Sportowy Turow Zgorzelec S.A. (hereinafter the “Club”) is a profes-\n\n" + "sional basketball club located in Zgorzelec, Poland. It is currently playing in the first \n\n" + "Polish Basketball league. \n\n" + "2. The Arbitrator \n\n" + "4. On 8 February 2018, the President of the Basketball Arbitral Tribunal (hereinafter the \n\n" + "&quot;BAT&quot;), Prof. Richard H. McLaren OC, appointed Dr. Stephan Netzle as arbitrator \n\n" + "(hereinafter the “Arbitrator”) pursuant to Article 8.1 of the Rules of the Basketball Arbi-\n\n" + "tral Tribunal (hereinafter the &quot;BAT Rules&quot;). Neither of the Parties has raised any objec-\n\n" + "tions to the appointment of the Arbitrator or to his declaration of independence. \n\n" + "3. Facts and Proceedings \n\n" + "3.1. Summary of the dispute between Agent and Club \n\n" + "5. On 30 June 2016, the Agent, the Coach and the Club signed a guaranteed, no-cut em-\n\n" + "ployment agreement for the 2016-2017 and the 2017-2018 basketball seasons with a \n\n" + "termination option at the end of the first contracted season (the “Coach Contract”). Un-\n\n" + "der the Coach Contract the Agent was entitled to an Agent Fee of EUR 20,500.00, \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + "Arbitral Award 3/24 \n" + "(BAT 1157/18) \n" + " \n\n" + "payable by the Club in four instalments (i.e. two times EUR 4,500.00 became due on 1 \n\n" + "October 2016 and on 1 February 2017 respectively, and two times EUR 5,750.00 be-\n\n" + "came due on 1 October 2017 and on 1 February 2018 respectively). \n\n" + "6. On 16 August 2016, the Agent placed the Player David Jackson (“Mr. Jackson”) with \n\n" + "the Club. The Parties signed a guaranteed, no-cut employ\"\n" + "\"f08df39b72439df13f27fae0c310826c5a9150a5\" \"0485 Djordjevic, Kosanin vs. MTU Valga Korypallikool (public version)\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0485/13) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Quentin Byrne-Sutton \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + " \n\n" + " \n" + "Mr. Sasa Djordjevic \n" + " \n\n" + "- Claimant 1 - \n" + " \n" + " \n" + "Mr. Goran Kosanin \n\n" + "- Claimant 2 – \n" + " \n" + " \n" + " \n\n" + "vs. \n" + " \n" + " \n" + " \n" + "MTÜ Valga Korvpallikool \n" + "Kuperjanovi 36, 68207 Valga, Estonia \n" + " \n\n" + "- Respondent - \n\n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/3 \n" + "(BAT 0485/13) \n" + " \n" + " \n\n" + "AWARD \n\n" + "Upon providing both parties with an opportunity to be heard, having ascertained his \n\n" + "jurisdiction and considered the factual and legal arguments as well as the requests for relief \n\n" + "submitted in this case, the Arbitrator decides as follows: \n\n" + "1. MTÜ Valga Korvpallikool shall pay Mr. Sasa Djord jevic an amount of \n" + "EUR 12,500.00 as compensation for unpaid remunerati on under the contract \n" + "dated 13 March 2013, plus interest at 5% per annum on such amount from 17 \n" + "October 2013 onwards. \n\n" + "2. MTÜ Valga Korvpallikool shall pay Mr. Goran Kosa nin an amount of \n" + "EUR 1,500.00 as compensation for unpaid remuneratio n under the contract \n" + "dated 13 March 2013, plus interest at 5% per annum on such amount from \n" + "17 October 2013 onwards. \n\n" + "3. The costs of this arbitration until the present Award, which were determined \n" + "by the President of the BAT to be in the amount of EUR 5,274.00, shall be \n" + "borne by MTÜ Valga Korvpallikool alone. Accordingly , MTÜ Valga \n" + "Korvpallikool shall pay jointly to Mr. Sasa Djordje vic and Mr. Goran Kosanin \n" + "EUR 5,274.00. \n\n" + "4. MTÜ Valga Korvpallikool shall pay jointly to Mr. Sasa Djordjevic and \n" + "Mr. Goran Kosanin an amount of EUR 1,500.00 as comp ensation for their \n" + "legal fees and expenses. \n\n" + "5. Any arbitration costs associated with a Request for Reasons (see attached \n" + "Notice) shall be advanced and borne by the requesti ng party. \n\n" + "6. Any other or further-reaching requests for relie f are dismissed. \n\n" + " \n\n" + "Geneva, seat of the arbitration, 13 March 2014 \n" + " \n\n" + " \n\n" + "Quentin Byrne-Sutton \n" + "(Arbitrator) \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Award date\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/3 \n" + "(BAT 0485/13) \n" + " \n" + " \n\n" + " \n\n" + "Notice about Request for Reasons \n\n" + "in accordance with Article 16.2 of the BAT Rules: \n\n" + " \n\n" + "“By agreeing to submit their dispute to arbitration under these Rules, the Parties agree that, \n\n" + "where the value of the dispute does not exceed EUR 30,000, the Arbitrator will issue an \n\n" + "award without reasons. The Arbitrator shall deliver reasons only in the case where a party \n\n" + "a) files a request to that effect at any stage from when the Request for\"\n" + "\"611d583a8818a3f3099f026db96cd9db922ef4a7\" \"0147 Podrug vs Mizo Pecs (public version)\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0147/10) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Ulrich Haas \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Ms Emilja Podrug \n" + " \n\n" + "represented by Mr. Francois Torres, Basket Plus International, \n\n" + "1 rue Traversiere, 32550 Auterrive, France \n\n" + " \n\n" + "- Claimant - \n\n" + " \n" + "vs. \n\n" + " \n\n" + "WBC Mizo Pecs 2010, Dr Veress Endre str. 10, 7633 Pecs, Hungary \n" + " \n\n" + "represented by Mr. Gabor Rozsa and Mr. Janos Jancso \n\n" + " \n\n" + "- Respondent - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/3 \n" + "(BAT 0147/10) \n" + " \n\n" + "AWARD \n\n" + "Having ascertained his jurisdiction and considered the factual and legal arguments as well as \n\n" + "the requests for relief submitted in this case, the Arbitrator decides as follows: \n\n" + "1. WBC Mizo Pecs 2010 shall pay to Ms Emilja Podrug an amount of EUR \n" + "6,780.00 (outstanding salary for season 2007/2008) plus interest at a rate of \n" + "5% per annum on the amount of EUR 6,780.00 starting from 5 June 2008. \n\n" + "2. The costs of this arbitration until the present Award, which were determined \n" + "by the President of the BAT to be in the amount of EUR 4,000.00 shall be \n" + "borne by WBC Mizo Pecs 2010. The latter shall pay to Ms Emilja Podrug an \n" + "amount of EUR 4,000.00 as reimbursement for the advance on costs. \n\n" + "3. Any arbitration costs associated with a Request for Reasons (see attached \n" + "Notice) shall be advanced and borne by the requesting party. \n\n" + "4. WBC Mizo Pecs 2010 shall pay to Ms Emilja Podrug an amount of EUR \n" + "3,500.00 as a contribution to her legal fees and expenses. \n\n" + "5. All other and further reaching requests are dismissed. \n\n" + " \n\n" + "Geneva, seat of the arbitration, 7 April 2011 \n\n" + " \n\n" + " \n\n" + "Ulrich Haas \n\n" + "(Arbitrator) \n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Award date\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/3 \n" + "(BAT 0147/10) \n" + " \n\n" + " \n\n" + "Notice about Request for Reasons \n\n" + "in accordance with Article 16.2 of the BAT Rules: \n\n" + " \n\n" + "“By agreeing to submit their dispute to arbitration under these Rules, the Parties agree that, \n\n" + "where the value of the dispute does not exceed EUR 30,000, the Arbitrator will issue an \n\n" + "award without reasons. The Arbitrator shall deliver reasons only in the case where a party \n\n" + "a) files a request to that effect at any stage from when the Request for Arbitration \n\n" + "is filed until no later than ten (10) days after the notification of the award \n\n" + "without reasons; and \n\n" + "b) pays the respective advance on costs as determined and within the time limit \n\n" + "set by the BAT Secretariat.” \n\n" + "On 7 December 20\"\n" + "\"06f2462b5ecb618e5c8b80ac6819c9210853f69c\" \" \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 1229/18) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Raj Parker \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Ms. Alexandria Quigley \n" + " \n\n" + "- Claimant 1 - \n" + "Ms. Gintare Petronyte \n\n" + "- Claimant 2 - \n" + "Sports International Group Inc. \n" + "267 Kentlands Blvd. Suite 105 \n" + "Gaithersburg, Maryland 20878, USA \n\n" + "- Claimant 3 - \n" + " \n" + "all represented by \n" + "Mr. Jonathan Ackerman Jordan \n" + "Sports International Group Inc., 267 Kentlands Blvd., Suite 105, \n" + "Gaithersburg, MD 20878, USA \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + "Galatasaray Spor Kulübü Dernegi \n" + "Hasnun Galipsok 7-11 Beyoglu, Istanbul, Turkey \n\n" + "- Respondent - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/21 \n" + "(BAT 1229/18) \n\n" + " \n\n" + "1. The Parties \n\n" + "1.1 The Claimants \n\n" + "1. Ms. Alexandria Quigley (hereinafter also referred to as “Claimant 1”) is a professional \n\n" + "basketball player from the United States of America. \n\n" + "2. Ms. Gintare Petronyte (hereinafter also referred to as “Claimant 2”) is a professional \n\n" + "basketball player from Lithuania. \n\n" + "3. Sports International Group Inc. (hereinafter also referred to as “Claimant 3”), acted as \n\n" + "agents for and represented Claimant 2. Sports International Group Inc is a company \n\n" + "incorporated in the USA. Claimant 3 was founded by Mr. Boris Lelchitski. \n\n" + "1.2 The Respondent \n\n" + "4. Galatasaray Spor Kulübü Dernegi (hereinafter also referred to as “the Respondent”) is \n\n" + "a professional basketball club with its seat in Istanbul, Turkey. \n\n" + "2. The Arbitrator \n\n" + "5. On 26 July 2018, Prof. Richard McLaren, the President of the Basketball Arbitral \n\n" + "Tribunal (the &quot;BAT&quot;) appointed Mr. Raj Parker as arbitrator (hereinafter the “Arbitrator”) \n\n" + "pursuant to Article 8.1 of the Rules of the Basketball Arbitral Tribunal (hereinafter the \n\n" + "&quot;BAT Rules&quot;). The Parties have not raised any objections to the appointment of the \n\n" + "Arbitrator or to his declaration of independence. \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/21 \n" + "(BAT 1229/18) \n\n" + " \n\n" + "3. Facts and Proceedings \n\n" + "3.1 Summary of the Dispute \n\n" + "6. Claimant 1 and the Respondent signed an agreement (the “Player Agreement 1”) on 25 \n\n" + "August 2017 for the 2017/18 playing season. \n\n" + "7. Claimant 2 and the Respondent signed an agreement (the “Player Agreement 2”) on 5 \n\n" + "July 2017 for the 2017/18 playing season. \n\n" + "8. For the 2017/18 playing season, Claimant 1 was entitled to a total net payment of \n\n" + "USD 235,000, with a payment of USD 25,000 to be paid on 7 October 2017 and\"\n" + "\"2be2692c4b9140d0b071d3de0c66870eb0b9beae\" \" \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n" + "ARBITRAL AWARD \n\n" + "(BAT 0213/11) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Quentin Byrne-Sutton \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + " \n" + "Mr. Player, \n" + " \n\n" + "- Claimant - \n\n" + " \n" + " \n\n" + "vs. \n" + " \n" + " \n\n" + "Club, \n" + "- Respondent - \n\n" + "1. The Parties \n\n" + "1.1 The Claimant \n\n" + "1. Mr. Player (hereinafter referred to as “the Player” or “the Claimant”) is a professional \n\n" + "basketball player. \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/43 \n" + "(BAT 0213/11) \n" + " \n\n" + " \n\n" + "1.2 The Respondent \n\n" + "2. The Club (hereinafter also referred to as “the Club” or “the Respondent”) is a \n\n" + "professional basketball club. \n\n" + "2. The Arbitrator \n\n" + "3. On 26 October 2011, Prof. Richard H. McLaren, the President of the Basketball Arbitral \n\n" + "Tribunal (the &quot;BAT&quot;) appointed Mr. Quentin Byrne-Sutton as arbitrator (hereinafter the \n\n" + "“Arbitrator”) pursuant to Article 8.1 of the Rules of the Basketball Arbitral Tribunal \n\n" + "(hereinafter the &quot;BAT Rules&quot;). Neither of the Parties has raised any objections to the \n\n" + "appointment of the Arbitrator or to his declaration of independence. \n\n" + "3. Facts and Proceedings \n\n" + "3.1 Summary of the Dispute \n\n" + "3.1.1 Background Facts \n\n" + "4. The Player was born on __________ [date of birth] and was aged __ [age] at the time \n\n" + "the dispute arose between him and the Club after his employment in October 2010. \n\n" + "5. In the year prior to being engaged by the Club, the Player played in the __________ \n\n" + "[basketball league] league during the 2009-2010 season, which was his ____ [number \n\n" + "of seasons] season as a professional. He began that season with ___________ \n\n" + "[Former Team No. 1] and then, after ____________, was employed by \n\n" + "______________ [Former Team No. 2]. \n\n" + "6. The Player played a total of 28 games during the 2009-2010 ________ [Name of \n\n" + "league] season, between November 2009 and February 2010. \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/43 \n" + "(BAT 0213/11) \n" + " \n\n" + " \n\n" + "7. He played his first game with ____________ [Former Team No. 2] on 7 December \n\n" + "2009 and a total of 25 games with that club before leaving it in February 2010 for family \n\n" + "reasons. \n\n" + "8. On 10 December 2009, the day after his second game with ___________ [Former \n\n" + "Team No. 2] (against __________ [Opponent]), the Player sought treatment from the \n\n" + "team doctor _____________ [Name of Team Doctor] for pain in his right leg. \n\n" + "9. A “Progress Note” dated 10 December 2009 signed by ____________ [Name of Team \n\n" + "Doctor] states the following: \n\n" + "“I examined Mr. Player in the _______ [location of office] office on Thursday, December \n" + "10, 2009. He is seen with a complaint of right leg discomfort/pain. He experienced a \n" + "problem last night in the game against the _____\"\n" + "\"e61d34451827b6a6c56c24df62cea881f09518a1\" \"~ \n" + "BASKETBALL \n" + "ARBITRAL TRIBUNAL \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0975/17) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Rhodri Thomas \n\n" + "in the arbitration proceeding·s between \n\n" + "Mr. Aleksandar Djordjevic \n" + "ButtermelcherstraBe 6, 80469 Munich, Germany \n\n" + "Mr. Milan Minic \n" + "Bulevar Arsenija Carnojevica no. 133/12, 11070 Novi Beograd, Serbia \n\n" + "Mr. Goran Bjedov \n" + "Hans-Dollgast-Str. 16, 80807 Munich, Germany \n\n" + "Mr. Sani Becirovic \n" + "Goce Delceva 29, 1000 Ljubljana, Slovenia \n\n" + "all represented by Messrs Milorad Belie and Miroljub Belie, \n" + "attorneys at law, Pariska Street No. 20, 11000 Belgrade, Serbia \n\n" + "vs. \n\n" + "Basketball Club Panathinaikos \n" + "14th km National Road Athinon-Lamias, 14564, Kifissia, Athens, Greece \n\n" + "represented by Messrs Luca Tettamanti and Federico Venturi Ferriolo, \n" + "attorneys at law, Via Nassa 31, 6900 Lugano, Switzerland \n\n" + "- Claimant 1 -\n\n" + "- Claimant 2 -\n\n" + "- Claimant 3 -\n\n" + "- Claimant 4 -\n\n" + "- Respondent -\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + "rt» \n" + "BASKETBALL \n" + "A RBITRAL TRIBUNAL \n\n" + "1. The Parties \n\n" + "1.1 The Claimants \n\n" + "1. Claimant 1 is a professional basketball coach and a dual national of Serbta and Spain. \n\n" + "Claimant 2 is a professional basketball coach and a dual national of Slovenia and \n\n" + "Serbia. Claimant 3 is a professional basketball coach from Croatia. Claimant 4 is a \n\n" + "professional basketball coach from Slovenia. \n\n" + "1.2 The Respondent \n\n" + "2. The Respondent is a professional basketball club based in Greece. \n\n" + "2. The Arbitrator \n\n" + "3. On 12 April 2017, Prof. Richard H. Mclaren, O.C. the President of the Basketball \n\n" + "Arbitral Tribunal (the &quot;BAT&quot;) appointed Mr. Rhodri Thomas as arbitrator (the \n\n" + "&quot;Arbitrator'') pursuant to Article 8.1 of the Rules of the Basketball Arbitral Tribunal (the \n\n" + "&quot;BAT Rules&quot;). None of the Parties has raised objections to the Arbitrator's appointment \n\n" + "or to his declaration of independence. \n\n" + "3. Facts and Proceedings \n\n" + "3.1 Background Facts \n\n" + "4. Claimant 1 and the Respondent entered into an employment agreement on 30 June \n\n" + "Arbitral Award \n" + "BAT 0975/17 \n\n" + "2/44 \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n\n\n" + "rt1) \n" + "BASKETBALL \n" + "ARBITRAL TRIBUNAL \n\n" + "2015 (the &quot;C1 Contract&quot;). The C1 contract contained the following provisions, among \n\n" + "others: \n\n" + "&quot;SECOND \n\n" + "[ ... ] \n\n" + "Club agrees that this contract is a fully guaranteed contract for the 2015/2016 and \n" + "2016/2017 basketball seasons. In this regard, even if Coach is removed or released from \n" + "the Club or this contract is terminated or suspended \"\n" + "\"57fa1ae540f772f521cf15805bfee79c9c3daf9b\" \"090602_Award_Final_0017\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n" + "Av. Louis Casaï 53 \n\n" + "P.O. Box 110 \n" + "1216 Cointrin / Geneva \n\n" + "Switzerland \n\n" + " Tel: (+41-22) 545 0000 \n" + "Fax: (+41-22) 545 0099 \n\n" + "info@fiba.com \n" + "www.fiba.com \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(0017/08 FAT) \n\n" + "by the \n\n" + "FIBA ARBITRAL TRIBUNAL (FAT) \n\n" + "Mr Quentin Byrne-Sutton \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Mr Jan Lugtenburg , c/o Court Side, Parkwijklaan 229, 1326 JT Almere, The Netherlands \n\n" + "- Claimant 1 - \n\n" + "and \n" + " \n" + "Mr Pavao Kukic , c/o Court Side, Parkwijklaan 229, 1326 JT Almere, The Netherlands \n\n" + " \n\n" + "- Claimant 2 - \n\n" + "hereinafter referred to collectively as the “Agents” or &quot;Claimants&quot; \n\n" + "vs. \n\n" + " \n\n" + "Mr Mladen Sekularac , Pozarevacka 1, Bar, Montenegro \n\n" + "- Respondent - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n" + "(0017/08 FAT) \n\n" + " 2/21 \n" + " \n\n" + "1. The Parties \n\n" + "1.1. The Claimants \n\n" + "1. Mr Jan Lugtenburg (“Agent 1“) and Mr Pavao Kukic (“Agent 2“) are FIBA-licensed \n\n" + "basketball agents who at the time of the relevant facts acted within a basketball agency \n\n" + "called “Court Side”. \n\n" + "1.2. The Respondent \n\n" + "2. Mr Mladen Sekularac (the “Player”) is a professional basketball player, who was \n\n" + "playing for Racing Basket Antwerpen (“Racing Basket”) in Belgium and subsequently at \n\n" + "Spirou Basket (“Spirou Basket”), also in Belgium, at the time of the relevant facts. \n\n" + "3. The Player has represented himself in this proceeding but has also been represented \n\n" + "by an authorized representative named Nebojsa Ivic. \n\n" + "2. The Arbitrator \n\n" + "4. On 11 November 2008, the President of the FIBA Arbitral Tribunal (the &quot;FAT&quot;) \n\n" + "appointed Mr. Quentin Byrne-Sutton, as arbitrator (hereinafter the “Arbitrator”) pursuant \n\n" + "to Article 8.1 of the Rules of the FIBA Arbitral Tribunal (hereinafter the &quot;FAT Rules&quot;). \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n" + "(0017/08 FAT) \n\n" + " 3/21 \n" + " \n\n" + "None of the parties has raised objections to the appointment of the Arbitrator or to the \n\n" + "declaration of independence issued by him. \n\n" + "3. Facts and Proceedings \n\n" + "3.1. Background Facts \n\n" + "5. The Claimants represented Court Side in negotiating an agreement with the Player, \n\n" + "which was signed on 22 January 2008 (the “Agent Agreement”). \n\n" + "6. According to Article 1.2 of the Agent Agreement: \n\n" + "“The Agent shall advise, assist and represent the Player in connection with the \n" + "engagement of the Player as a skilled basketball player by clubs worldwide. Particularly, \n" + "the Agent shall int\"\n" + "\"f08c75312b1dfd466456a188b8013dcb9bafb12c\" \"0608 Black vs. Azzurro Napoli Basket 2013 srl (public version)\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0608/14) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Stephan Netzle \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + " \n\n" + "Mr. Timothy Black \n" + "- Claimant 1 - \n\n" + " \n" + "represented by Ms. Justyna Radke, attorney at law, \n" + "ul. Wojska Polskiego 31, 87-800 Wloclawek, Poland \n" + " \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + " \n" + "Azzurro Napoli Basket 2013 srl \n" + "Via Cinthia, isolato 25 (P.co San Paolo), 80126 Napoli, Italy \n\n" + "- Respondent - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/3 \n" + "(BAT 0608/14) \n" + " \n" + " \n\n" + "AWARD \n\n" + "Upon providing both parties with an opportunity to be heard, having ascertained his \n\n" + "jurisdiction and considered the factual and legal arguments as well as the requests for relief \n\n" + "submitted in this case, the Arbitrator decides as follows: \n\n" + "1. Azzurro Napoli Basket 2013 srl is ordered to pay to Mr. Timothy Black the \n" + "amount of USD 37,182.63 net. \n\n" + "2. Azzurro Napoli Basket 2013 srl is ordered to pay to Mr. Timothy Black the \n" + "amount of EUR 4,000.00 as a contribution towards his legal fees and \n" + "expenses. Azzurro Napoli Basket 2013 srl shall bear its own legal fees and \n" + "expenses. \n\n" + "3. The costs of this arbitration until the present Award, which were determined \n" + "by the President of the BAT to be in the amount of 4,310.00, shall be borne by \n" + "Azzurro Napoli Basket 2013 srl alone. Accordingly, Azzurro Napoli Basket \n" + "2013 srl shall pay to Mr. Timothy Black 4,310.00. The balance of the Advance \n" + "on Costs, in the amount of EUR 690.00, will be reimbursed to Mr. Timothy \n" + "Black by the BAT. \n\n" + "4. Any arbitration costs associated with a Request for Reasons (see attached \n" + "Notice) shall be advanced by the requesting party. \n\n" + "5. Any other or further-reaching requests for relief are dismissed. \n\n" + "Geneva, seat of the arbitration 8 January 2015 \n" + " \n\n" + " \n\n" + " \n\n" + "Stephan Netzle \n\n" + "(Arbitrator)\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Award date\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/3 \n" + "(BAT 0608/14) \n" + " \n" + " \n\n" + "Notice about Request for Reasons \n\n" + "in accordance with Articles 16.2.1 and 16.2.2 of the BAT Rules: \n\n" + " \n\n" + "“16.2.1 By agreeing to submit their dispute to arbitration under these Rules, the Parties agree \n" + "that, \n\n" + "a) where the value of the dispute does not exceed EUR 30,000, the Arbitrator \n" + "will issue an award without reasons. \n\n" + "b) where the value of the dispute is between EUR 30,001 and EUR 200,000, \n" + "and a Respondent fails to pay its share of an advance on costs, upon request \n" + "by a Claimant the Arbitrator may decide to issue an award without reasons \n" + "and reduce the advance on costs in accordance with Article 9.3.1 a\"\n" + "\"020b9301479ab30de91ac5d4ba2a16604f8dd189\" \" \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0821/16) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Stephan Netzle \n\n" + "in the arbitration proceedings between \n" + " \n\n" + "Mr. Kaloyan Ivanov \n" + "c/o Mr. Miodrag Raznatovic, Strahinjica bana 18, 11000 Belgrade, Serbia \n\n" + "- Claimant 1 - \n" + " \n\n" + "Mr. Novica Velickovic \n" + "c/o Mr. Miodrag Raznatovic, Strahinjica bana 18, 11000 Belgrade, Serbia \n\n" + "- Claimant 2 - \n" + " \n" + " \n" + "both represented by Mr. Miodrag Raznatovic, attorney at law, \n" + "Strahinjica bana 18, 11000 Belgrade, Serbia \n" + " \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + " \n" + "Trabzonspor Basketball Kulubu Dernegi \n" + "Mehmet Ali Yilmaz Tesisleri Ahmet Suat, Özyazici Cad. Havalimani Alti, \n" + "61830 Trabzon, Turkey \n\n" + "- Respondent - \n" + " \n" + "represented by Mr. Kayıhan Gedikli, assistant to the General Manager \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + "Arbitral Award 2/21 \n" + "(BAT 0821/16) \n\n" + " \n\n" + "1. The Parties \n\n" + "1.1. The Claimants \n\n" + "1. Mr. Kaloyan Ivanov (hereinafter the “Player Ivanov”) is a professional basketball player \n\n" + "of Bulgarian nationality. \n\n" + "2. Mr. Novica Velickovic (hereinafter the “Player Velickovic”) is a professional basketball \n\n" + "player of Serbian nationality. \n\n" + "3. The Claimants are hereinafter also jointly referred to as “the Players”. \n\n" + "1.2. The Respondent \n\n" + "4. Trabzonspor Basketball Kulubu Dernegi (hereinafter the “Club”) is a professional \n\n" + "basketball club located in Trabzon, Turkey. \n\n" + "2. The Arbitrator \n\n" + "5. On 20 April 2016, the President of the Basketball Arbitral Tribunal (hereinafter the \n\n" + "&quot;BAT&quot;), Prof. Richard H. McLaren, appointed Dr. Stephan Netzle as arbitrator \n\n" + "(hereinafter the “Arbitrator”) pursuant to Article 8.1 of the Rules of the Basketball \n\n" + "Arbitral Tribunal (hereinafter the &quot;BAT Rules&quot;). Neither of the Parties has raised any \n\n" + "objections to the appointment of the Arbitrator or to his declaration of independence. \n\n" + "3. Facts and Proceedings \n\n" + "3.1. Summary of the Dispute \n\n" + "6. The dispute concerns open money claims of two Players against the Club. While \n\n" + "Player Ivanov claims outstanding bonus payments only, Player Velickovic claims \n\n" + "unpaid salaries and bonus payments. \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + "Arbitral Award 3/21 \n" + "(BAT 0821/16) \n\n" + " \n\n" + "(a) Player Ivanov \n\n" + "7. On 26 January 2015, Player Ivanov entered into a contract with the Club covering the \n\n" + "period from 28 January until 30 June 2015 (hereinafter “Player Contract Ivanov”). The \n\n" + "Parties agreed on a base salary of EUR 135,000 and on various bonuses payable if the \n\n" + "Club’s team would reach certain defined goals. \n\n" + "8. In the Request for Arbitration, Player Ivanov requests payment of unpaid bonuses in\"\n" + "\"a1f25aa0dfd22081833c1261bd486629d5b50118\" \"223879_1\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0901/16) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Ulrich Haas \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Mr. Alen Omic \n" + " \n\n" + "- Claimant - \n\n" + "represented by Mr. Blaz Bolcar, attorney at law, \n" + "Cesta IX. Korpusa 46, 5250 Solkan, Slovenia \n" + " \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + " \n" + "Sport East \n" + "Via Borgonuovo 37, 40044 Sasso Marconi (BO), Italy \n\n" + "- Respondent 1 - \n\n" + "Ms. Jasmina Trnovcevic \n" + "c/o Sport East, Via Borgonuovo 37, 40044 Sasso Marconi (BO), \n" + "Italy \n\n" + "- Respondent 2 - \n\n" + "both represented by Mr. Rastko Malisic and Mr. Uros Zigic, \n" + "attorneys at law, Resavska 32, 11000 Beograd, Serbia \n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/29 \n" + "(BAT 0901/16) \n" + " \n\n" + "1. The Parties \n\n" + "1.1 The Claimant \n\n" + "1. Mr. Alen Omic (hereinafter the “Claimant” or “Player”) is a professional basketball \n\n" + "player from Bosnia and Herzegovina. \n\n" + "1.2 The Respondents \n\n" + "2. Sport East (hereinafter the “Respondent 1” or “Agency”) is a basketball agency \n\n" + "headquartered in Italy. \n\n" + "3. Ms. Jasmina Trnovcevic (hereinafter the “Respondent 2” or “Ms. Trnovcevic”) is a FIBA \n\n" + "licensed agent from Bosnia and Herzegovina. The domicile provided by her is the \n\n" + "address of Respondent 1 in Italy. \n\n" + "2. The Arbitrator \n\n" + "4. By letter of 10 November 2016, the President of the Basketball Arbitral Tribunal \n\n" + "(hereinafter the &quot;BAT&quot;), Prof. Richard H. McLaren, appointed Prof. Ulrich Haas as \n\n" + "arbitrator (hereinafter the “Arbitrator”) pursuant to Article 8.1 of the Rules of the \n\n" + "Basketball Arbitral Tribunal (hereinafter the &quot;BAT Rules&quot;). None of the Parties has \n\n" + "raised any objections to the appointment of the Arbitrator or to his declaration of \n\n" + "independence. \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/29 \n" + "(BAT 0901/16) \n" + " \n\n" + "3. Facts and Proceedings \n\n" + "3.1 Summary of the Dispute \n\n" + "5. On 14 July 2014, the Player and Ms. Trnovcevic “on behalf of” the Agency entered into \n\n" + "a “Representation Agreement” (hereinafter the “Agreement”). \n\n" + "6. At that time of the execution of the Agreement, the Player was contracted to the \n\n" + "Slovenian club BC Union Olimpija. Later, the Player transferred to BC Gran Canaria in \n\n" + "Spain. On 28 June 2016, the Player entered into a contract with BC Efes Pilsen in \n\n" + "Turkey. \n\n" + "7. By email of 15 August 2016, the Player informed Mr. Enes Trnovcevic \n\n" + "(Ms. Trnovcevic’s father) that he wished to terminate the “long-standing cooperation \n\n" + "with you and\"\n" + "\"b200bc793c7b61a38238c31dc6c6359f40d4fd79\" \"0225 Djordjevic, MEGA Basketball LLC, BeoBasket Ltd vs. KK Union Olimpija Ljubljana (public version)\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "CONSENT AWARD \n\n" + "(BAT 0225/11) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Quentin Byrne-Sutton \n\n" + " \n\n" + "in the arbitration proceedings \n\n" + " \n" + "Mr. Dusan Djordjevic \n" + " \n" + " \n" + "MEGA Basketball LLC \n" + " \n" + " \n" + "BeoBasket Ltd. \n" + " \n\n" + "- Claimants - \n\n" + "represented by Mr. Miodrag Raznatovic, attorney at law \n\n" + "Strahinjica bana 18, 11000 Belgrade, Serbia \n\n" + " \n\n" + "vs. \n\n" + " \n" + " \n" + " \n" + "KK Union Olimpija Ljubljana \n" + " \n" + "Celovška 25, 1000 Ljubljana, Slovenia \n\n" + " \n" + "- Respondent - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/4 \n" + "(BAT 0225/11) \n" + " \n\n" + "1. Background of the Award by Consent \n\n" + "1. By Request for Arbitration dated 4 July 2010, the Claimants, through their \n\n" + "representative Mr. Miodrag Raznatovic, initiated this arbitration against the Respondent \n\n" + "(the Claimants and the Respondent shall hereinafter also be collectively referred to as \n\n" + "&quot;the Parties&quot;). \n\n" + "2. By letter dated 25 November 2011, the Parties were informed by the Basketball Arbitral \n\n" + "Tribunal (“BAT”) as follows: \n\n" + " “This is to confirm that a Request for Arbitration dated 4 July 2010 was filed by \n" + "Mr. Miodrag Raznatovic on behalf of Mr. Dusan Djordjevic, MEGA Basketball LLC and \n" + "Beobasket Ltd. and received by the BAT on 16 July 2010. \n\n" + "The non-reimbursable handling fee of EUR 2,000.00 was received in the BAT bank \n" + "account on 25 October 2011. \n\n" + "The President of BAT has determined that the arbitration can thus proceed and has \n" + "appointed Mr. Quentin Byrne-Sutton in this case. Copies of the Request for Arbitration \n" + "(with exhibits), the Rules of the Basketball Arbitral Tribunal (&quot;BAT Rules&quot;) as well as the \n" + "FIBA Internal Regulations governing the Basketball Arbitral Tribunal are attached for the \n" + "Respondent. “ \n\n" + "3. The letter dated 25 November 2011 also set out a timetable for the further conduct of \n\n" + "this arbitration and provided other procedural directions. \n\n" + "4. By email dated 22 February 2012, the Claimants’ counsel informed the BAT that the \n\n" + "dispute had been settled. The Claimants’ counsel further provided the BAT with a letter \n\n" + "dated 21 February 2012, signed by the Parties informing of the details of the settlement \n\n" + "agreement and requesting the BAT to issue a consent award. \n\n" + "5. By way of correspondence dated 28 February 2012, the Arbitrator requested from the \n\n" + "Claimants the payment of an Advance on Costs in the amount of EUR 1,500 which was \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Discrepancy\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text\"\n" + "\"553bbf9a2e59402ce3fcd491279e3dc1d0c1fabc\" \"130325 Award BAT 0347 (public version)\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0347/12) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Klaus Reichert SC \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Mr Joe Alexander \n" + "- Claimant 1 - \n\n" + " \n" + "The Neustadt Group \n" + "9107 Gaither Road, Suite B, Gaithersburg, Maryland 20877, USA \n\n" + "- Claimant 2 - \n" + " \n" + "ProTalent Sports Management \n" + "P.T. House S.r.l., Via Montiano 14, 06073 Castelvieto – Corciano, Italy \n\n" + "- Claimant 3 - \n" + " \n" + "represented by Mr Doug Neustadt and Mr Brett Friedman, \n" + "The Neustadt Group, 9107 Gaither Road, Suite B, Gaithersburg, \n" + "Maryland 20877, USA \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + " \n" + "BC Krasnye Krylia Samara \n" + "Sovetskoy Armii Str. 253a - 340, Samara 443011, Russia \n\n" + " - Respondent - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/15 \n" + "(BAT 0347/12) \n" + " \n\n" + "1. The Parties \n\n" + "1.1 The Claimants \n\n" + "1. Claimant 1, Joe Alexander (hereinafter referred to as “Player”) is a professional \n\n" + "basketball player who was represented by the other Claimants, The Neustadt Group \n\n" + "(Claimant 2, hereinafter referred to as “Neustadt”) and ProTalent Sports Management \n\n" + "(Claimant 3, hereinafter referred to as “ProTalent”; and together with Neustadt the \n\n" + "“Agents”), in his dealings with Respondent. \n\n" + "1.2 The Respondent \n\n" + "2. BC Krasnye Krylia Samara (hereinafter referred to as “Respondent”) is a professional \n\n" + "basketball club in Samara, Russia. \n\n" + "2. The Arbitrator \n\n" + "3. On 20 December 2012, Prof. Richard H. McLaren, President of the Basketball Arbitral \n\n" + "Tribunal (the &quot;BAT&quot;), appointed Mr. Klaus Reichert SC, as arbitrator (hereinafter the \n\n" + "“Arbitrator”) pursuant to Article 8.1 of the Rules of the Basketball Arbitral Tribunal \n\n" + "(hereinafter the &quot;BAT Rules&quot;). None of the Parties has raised any objections to the \n\n" + "appointment of the Arbitrator or to his declaration of independence. \n\n" + "3. Facts and Proceedings \n\n" + "3.1 Summary of the Background and the Dispute \n\n" + "4. On 21 July 2011, Player and Respondent entered into an agreement (“the Player \n\n" + "Agreement”) whereby the latter engaged the former to play basketball for the 2011-\n\n" + "2012 season. The salary of Player was agreed at USD 450,000.00 net of tax with \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/15 \n" + "(BAT 0347/12) \n" + " \n\n" + "various bonus fees depending on specified “on court” successes of the team. On the \n\n" + "same day, the Agents and the Respondent entered into an agreement whereby the \n\n" + "latter wou\"\n" + "\"b3a81feeded17aedf7daceac4abdf8c9e38af8b4\" \"0494 Fimic vs. Basketball Club Enisey Krasnoyarsk, Karadzic (public version)\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0494/13) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Raj Parker \n\n" + "in the arbitration proceedings between \n\n" + " \n" + "Mr. Obrad Fimic \n\n" + "- Claimant - \n\n" + "represented by Mr. Ivan v. Calovic, attorney at law \n" + "Bate Jankovica 37, 32000 Cacak, Serbia \n" + " \n" + "vs. \n" + " \n" + "Basketball Club Enisey Krasnoyarsk \n" + "Island of the Rest, Ivan Yarygin Palace of Sports, 4th Floor, 660093 Krasnoyarsk, Russia \n" + " \n\n" + " - First Respondent – \n\n" + "represented by Ms. Ntimi Papadopolou, attorney at law \n" + "7 Agiou Demetriou Str, Limassol 3090, Cyprus \n\n" + " \n" + "Mr. Stevan Karadzic \n" + "Indire Gandi Str. No. 19, 11000 Belgrade, Serbia \n" + " \n\n" + "- Second Respondent - \n\n" + "represented by Dr. Spelca Meznar, attorney at law, \n" + "Taborska 13, 1290 Grosuplje, Slovenia\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/24 \n" + "BAT 0494/13 \n\n" + "1. The Parties \n\n" + "1.1 The Claimant \n\n" + "1. The Claimant is a FIBA certified agent, having license number 2007019222, from \n\n" + "Poland. \n\n" + "1.2 The Respondents \n\n" + "2. The First Respondent is a professional basketball club based in Russia. The Second \n\n" + "Respondent is a professional basketball coach from Serbia. \n\n" + "2. The Arbitrator \n\n" + "3. On 14 April 2014, Prof. Richard H. McLaren, the President of the Basketball Arbitral \n\n" + "Tribunal (the “BAT”), appointed Mr. Raj Parker as arbitrator (the “Arbitrator”) pursuant \n\n" + "to Article 8.1 of the Rules of the Basketball Arbitral Tribunal (the “BAT Rules”). None of \n\n" + "the Parties has objected to the Arbitrator’s appointment or to his declaration of \n\n" + "independence. \n\n" + "3. Facts and Proceedings \n\n" + "3.1 Background Facts \n\n" + "4. On 9 February 2010 the Claimant and the Second Respondent signed a contract for \n\n" + "the Claimant to represent the Second Respondent as his agent (the “Agency \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/24 \n" + "BAT 0494/13 \n\n" + "Agreement”). The Agency Agreement contains, among others, the following provisions: \n\n" + "(i) the Claimant was to be “the exclusive and only representative” for the Second \n\n" + "Respondent (clause 1.1); \n\n" + "(ii) the Agency Agreement incorporated “the FIBA Internal Regulations governing \n\n" + "Coach’s Agents” (clause 2); \n\n" + "(iii) for any contract the Claimant procured for the Second Respondent, “the \n\n" + "[Second Respondent] agrees to pay the [Claimant] an agent fee of 10% (ten \n\n" + "percent) of the Coach’s base net salary for every season spent in the Club”. \n\n" + "That agent fee is to be paid directly by the club, although the Second \n\n" + "Respondent is liable for it should the club in question default (clause 3); \n\n" + "(iv) the pro\"\n" + "\"af4ecd47e86b7de3aa39afd18ccf39141055457f\" \"Microsoft Word - 273307_1\n\n\n" + " \n" + "ARBITRAL AWARD \n\n" + "(BAT 1228/18) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Clifford J. Hendel \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Mr. Sinan Güler \n" + " \n\n" + "- Claimant - \n" + " \n\n" + "represented by Ms. Mine Sakmar and Ms. Ezgi Elitog, attorneys at law, \n" + "Cumhuriyet Cad., Pak. Apt., No:30, Kat: 5, Daire: 11, \n" + "Elmadag 34373 Istanbul, Turkey \n" + " \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + " \n" + "Galatasaray Spor Kulübü Dernegi \n" + "Ali Sami Yen Spor Kompleksi, TT Arena, Seyrantepe \n" + "34415 Sanyer, Istanbul, Turkey \n\n" + "- Respondent - \n" + " \n" + "represented by Mr. Suleyman Anil Ozguc, attorney at law \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + " \n" + " \n" + "Arbitral Award 2/15 \n" + "(BAT 1228/18) \n" + " \n\n" + "1. The Parties \n\n" + "1.1 The Claimant \n\n" + "1. Mr. Sinan Güler (the “Player”) is a Turkish professional basketball player. \n\n" + "1.2 The Respondent \n\n" + "2. Galatasaray Spor Kulübü Dernegi (the “Club”) is a professional club competing in \n\n" + "the Turkish professional basketball league. \n\n" + "2. The Arbitrator \n\n" + "3. On 26 July 2018, the President of the Basketball Arbitral Tribunal (the “BAT”), \n\n" + "Prof. Richard H. McLaren, O.C., appointed Mr. Clifford J. Hendel as Arbitrator (the \n\n" + "“Arbitrator”) pursuant to Article 8.1 of the Rules of the Basketball Arbitral Tribunal \n\n" + "(the “BAT Rules”). Neither of the Parties has raised any objections to the \n\n" + "appointment of the Arbitrator or to his declaration of independence. \n\n" + "3. Facts and Proceedings \n\n" + "3.1 Summary of the Dispute \n\n" + "4. On 25 August 2014, the Player, the Club and the Player’s agent entered into an \n\n" + "agreement whereby the Club would engage the Player for the 2014-2015, 2015-\n\n" + "2016 and 2016-2017 basketball seasons, this third season being at the option of \n\n" + "the Club, which could terminate the agreement after two seasons by payment of \n\n" + "an agreed sum (the “Agreement”). The Club did not exercise the termination option; \n\n" + "thus the Agreement continued through the 2016-2017 season. \n\n" + "5. The Agreement provided for the Player to receive a net base annual salary and \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n" + " \n" + "Arbitral Award 3/15 \n" + "(BAT 1228/18) \n" + " \n\n" + "certain performance bonuses for the Club’s success in competitions. \n\n" + "6. The dispute involves discrepancies over (i) the unpaid portion of the Player’s salary \n\n" + "for the 2016-2017 season and (ii) the Player’s entitlement to a performance bonus \n\n" + "for the Club’s winning the Eurocup competition in the 2015-2016 season. \n\n" + "7. Specifically, the Player asserts that the Club has failed to pay him USD 236,642.00 \n\n" + "of the USD 850,000.00 annual salary agreed for the 2016-2017 season, and USD \n\n" + "50,000.\"\n" + "\"d5dbfd774e017e27d7e3e08012cc713eadb8efc8\" \" \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "CORRECTED ARBITRAL AWARD \n\n" + "(BAT 0600/14) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Ulrich Haas \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Hoops Pro Internacional SL \n" + "C/Polo y Peyrolón 43, 46021 Valencia, Spain \n\n" + "- Claimant 1 - \n\n" + "Comsport USA Inc. \n" + "3521 Oak Lawn Avenue, Suite 555, Dallas, Texas, 75219, USA \n\n" + "- Claimant 2 - \n\n" + "both represented by Mr. José Lasa Azpeitia and Ms. Patricia Fraile, \n" + "attorneys at law, Calle Serrano 33, 2° planta, 28001 Madrid, Spain \n" + " \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + " \n" + "Balconcesto Fuenlabrada SAD \n" + "Pabellón Fernando Martin, Calle Grecia s.n., \n" + "28943 Fuenlabrada, Madrid, Spain \n\n" + "- Respondent - \n\n" + "represented by its President, Mr. Jose Quintana Viar \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/4 \n" + "(BAT 0600/14) \n" + " \n\n" + " \n\n" + "AWARD \n\n" + "Upon providing all parties with an opportunity to be heard, having ascertained his jurisdiction \n\n" + "and considered the factual and legal arguments as well as the requests for relief submitted in \n\n" + "this case, the Arbitrator decides as follows: \n\n" + "1. Balconcesto Fuenlabrada SAD is ordered to pay directly to Hoops Pro \n\n" + "Internacional SL the amount of USD 3,500.00 together with interest on that \n\n" + "amount at a rate of 5% p.a. as of 15 January 2013. \n\n" + "2. Balconcesto Fuenlabrada SAD is ordered to pay directly to Hoops Pro \n\n" + "Internacional SL the amount of EUR 13,770.66 net plus the corresponding \n\n" + "taxes and interest at a rate of 5% p.a. as follows: \n\n" + " on the amount of EUR 5,020.66 as of 16 February 2012, \n\n" + " on the amount of EUR 4,375.00 as of 16 October 2012, \n\n" + " on the amount of EUR 4,375.00 as of 16 February 2013. \n\n" + "3. Balconcesto Fuenlabrada SAD is ordered to pay directly to Comsport USA \n\n" + "Inc. the amount of EUR 8,750.00 net plus the corresponding taxes and \n\n" + "interest at a rate of 5% p.a. as follows: \n\n" + " on the amount of EUR 4,375.00 as of 16 October 2012, \n\n" + " on the amount of EUR 4,375.00 as of 16 February 2013. \n\n" + "4. Balconcesto Fuenlabrada SAD is ordered to pay directly and jointly to Hoops \n\n" + "Pro Internacional SL and Comsport USA Inc. the amount of EUR 5,000.00 as a \n\n" + "contribution towards their legal fees and expenses. Balconcesto Fuenlabrada \n\n" + "SAD shall bear its own legal fees and expenses. \n\n" + "5. The costs of this arbitration until the present Award, which were determined \n\n" + "by the President of the BAT to be in the amount of EUR 6,000.00, shall be \n\n" + "borne by Balconcesto Fuenlabrada SAD alone. Accordingly, Balconcesto \n\n" + "Fuenlabrada SAD shall pay directly and jointly to Hoops Pro Internacional SL \n\n" + "and Comsport USA Inc. the amount of EUR 2,500.00. \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Cla\"\n" + "\"1b0e4519cdbcaf0ee7da0e8719bcb9291cc927d9\" \" \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 1/3 \n" + "(BAT 0427/13) \n" + " \n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0427/13) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Ms. Annett Rombach \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Mr. Fedor Dmitriev \n" + " \n\n" + "- Claimant - \n\n" + "represented by Mr. Obrad Fimić, \n" + "Zlota 11/2 street, 00-019 Warsaw, Poland \n\n" + " \n\n" + "vs. \n\n" + " \n\n" + "BC Krasnye Krylia Samara \n" + "Sovetskoy Armii Str. 253a - 340, \n" + "443011 Samara, Russia \n\n" + "- Respondent - \n\n" + " \n\n" + " \n\n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/3 \n" + "(BAT 0427/13) \n" + " \n" + " \n\n" + "AWARD \n\n" + " Upon providing both parties with an opportunity to be heard, having ascertained her \n\n" + "jurisdiction and considered the factual and legal arguments as well as the requests for \n\n" + "relief submitted in this case, the Arbitrator decides as follows: \n\n" + "1. BC Krasnye Krylia Samara is ordered to pay to Mr. Fedor Dmitriev \n\n" + "EUR 25,000.00 net together with interest of 10% p.a. from 3 March 2013. \n\n" + "2. BC Krasnye Krylia Samara is ordered to pay to Mr. Fedor Dmitriev \n\n" + "EUR 3,500.00 as a contribution towards his legal fees and expenses. \n\n" + "3. The costs of this arbitration until the present Award, which were \n\n" + "determined by the President of the BAT to be in the amount of \n\n" + "EUR 2,915.00, shall be borne by BC Krasnye Krylia Samara alone. \n\n" + "Accordingly, BC Krasnye Krylia Samara is ordered to pay to Mr. Fedor \n\n" + "Dmitriev EUR 2,915.00. The balance of the Advance on Costs in the \n\n" + "amount of EUR 1,085.00 will be reimbursed to Mr. Fedor Dmitriev by the \n\n" + "BAT. \n\n" + "4. Any arbitration costs associated with a Request for Reasons (see \n\n" + "attached Notice) shall be advanced and borne by the requesting party. \n\n" + "5. Any other or further-reaching requests for relief are dismissed. \n\n" + " Geneva, seat of the arbitration, 3 December 2013 \n\n" + " \n\n" + " \n\n" + "Annett Rombach \n\n" + "(Arbitrator) \n\n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Award date\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/3 \n" + "(BAT 0427/13) \n" + " \n" + " \n\n" + "Notice about Request for Reasons \n\n" + "In accordance with Article 16.2 of the BAT Rules: \n\n" + " \n\n" + "“By agreeing to submit their dispute to arbitration under these Rules, the Parties agree that, \n\n" + "where the value of the dispute does not exceed EUR 30,000, the Arbitrator will issue an \n\n" + "award without reasons. The Arbitrator shall deliver reasons only in the case where a party \n\n" + "a) files a request to that effect at any stage from when the Request for Arbitration \n\n" + "is filed until no later than ten (10) days after the notification of the award \n\n" + "without reasons; and \n\n" + "b) pays the respective advance on costs as determined and within the time limit \n\n" + "set by the BAT Secretariat.” \n\n" + "On 6 August 2013 the BAT Secretariat informed the Pa\"\n" + "\"f5331103b01a46e8ec7e7c724bc675f0881bae36\" \"0140 Court Side vs BC Ferrara SrL\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n" + "Av. Louis Casaï 53 \n\n" + "P.O. Box 110 \n" + "1216 Cointrin / Geneva \n\n" + "Switzerland \n\n" + " Tel: (+41-22) 545 0000 \n" + "Fax: (+41-22) 545 0099 \n" + "info@fiba.com \n" + "www.fiba.com \n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(0140/10 FAT) \n\n" + "by the \n\n" + "FIBA ARBITRAL TRIBUNAL (FAT) \n\n" + "Mr Klaus Reichert SC \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Court Side, Parkwijklaan 229, 1325 JT Almere, The Netherlands \n\n" + "represented by Mr Marco Damiani \n\n" + "- Claimant - \n\n" + " \n\n" + " \n" + "vs. \n\n" + " \n\n" + "Basket Club Ferrara S.r.l., Corso Giovecca nr. 40/B, 44121 Ferrara, Italy \n\n" + "represented by Mr Mario Vigna, Coccia de Angelis Associati, \n\n" + "Piazza Adriana, 15, Rome 00193, Italy \n\n" + "- Respondent - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n\n" + "0140/10 FAT 2/3 \n" + " \n\n" + "AWARD \n\n" + "Upon providing both parties with an opportunity to be heard, having ascertained his \n\n" + "jurisdiction and considered the factual and legal arguments as well as the requests for relief \n\n" + "submitted in this case, the Arbitrator decides as follows: \n\n" + "1. The costs of this arbitration until the present Award, which were determined by \n" + "the President of the FAT in the amount of EUR 1,450.00, shall be borne by Basket \n" + "Club Ferrara S.r.l. The balance of the Advance on Costs, in the amount of \n" + "EUR 1,050.00, will be reimbursed to Court Side by the FAT. \n\n" + "2. Basket Club Ferrara S.r.l. shall pay to Court Side an amount of EUR 1,500.00 as a \n" + "contribution to its legal fees and expenses. \n\n" + "3. Any arbitration costs associated with a Request for Reasons (see attached \n" + "Notice) shall be advanced and borne by the requesting party. \n\n" + "4. Any other or further requests for relief are dismissed. \n\n" + " \n\n" + "Geneva, seat of the arbitration, 17 March 2011 \n\n" + " \n\n" + " \n\n" + "Klaus Reichert \n\n" + "Arbitrator \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Award date\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n\n" + "0140/10 FAT 3/3 \n" + " \n\n" + " \n\n" + "Notice about Request for Reasons \n\n" + "in accordance with Article 16.2 of the FAT Rules: \n\n" + " \n\n" + "“By agreeing to submit their dispute to arbitration under these Rules, the Parties agree that, \n\n" + "where the value of the dispute does not exceed EUR 30,000, the Arbitrator will issue an \n\n" + "award without reasons. The Arbitrator shall deliver reasons only in the case where a party \n\n" + "a) files a request to that effect at any stage from when the Request for Arbitration \n\n" + "is filed until no later than ten (10) days after the notification of the award \n\n" + "without reasons; and \n\n" + "b) pays the respective advance on costs as determined a\"\n" + "\"399b1211ef99eab839f98a83f1e6f892033f271b\" \"20955_1\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n" + "Av. Louis Casaï 53 \n\n" + "P.O. Box 110 \n" + "1216 Cointrin / Geneva \n\n" + "Switzerland \n\n" + " Tel: (+41-22) 545 0000 \n" + "Fax: (+41-22) 545 0099 \n" + "info@fiba.com \n" + "www.fiba.com \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(0097/10 FAT) \n\n" + "by the \n\n" + "FIBA ARBITRAL TRIBUNAL (FAT) \n\n" + "Mr. Ulrich Haas \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Ms Natalia Marchanka , ______________, Belarus \n\n" + " \n\n" + "Represented by Mr Victor Berezov, 8-260 Kravchenko St., 117331 Moscow, Russia \n\n" + " \n\n" + "- Claimant - \n\n" + " \n\n" + " \n" + "vs. \n\n" + " \n\n" + "BasketBall Investment SSA – Lotos Gdynia Team , Olimpijska 5, 81-538 Gdynia, Poland \n\n" + " \n\n" + "Represented by Mr Mieczyslaw Krawczyk, President \n\n" + " \n\n" + "- Respondent - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n\n" + "0097/10 FAT 2/3 \n" + " \n\n" + "AWARD \n\n" + "Having ascertained his jurisdiction and considered the factual and legal arguments as well as \n\n" + "the requests for relief submitted in this case, the Arbitrator decides as follows: \n\n" + "1. BasketBall Investment SSA – Lotos Gdynia Team sh all pay to Ms Natalia \n" + "Marchanka an amount of EUR 8,000.00 in late payment penalties. \n\n" + "2. The costs of this arbitration until the present Award, which were \n" + "determined by the President of the FAT to be in the amount of EUR 4,000 \n" + "shall be borne as follows: BasketBall Investment SS A – Lotos Gdynia Team \n" + "shall bear 90% (EUR 3,600.00) and Ms Natalia Marcha nka shall bear 10% \n" + "(EUR 400.00) of said costs. Accordingly, BasketBall Investment SSA – \n" + "Lotos Gdynia Team shall pay to Ms Natalia Marchanka EUR 3,600.00. \n\n" + "3. Any arbitration costs associated with a Request for Reasons (see attached \n" + "Notice) shall be advanced and borne by the requesti ng party. \n\n" + "4. BasketBall Investment SSA – Lotos Gdynia Team sh all pay to Ms Natalia \n" + "Marchanka an amount of EUR 6,000 as a contribution to her legal fees and \n" + "expenses. \n\n" + "5. Any other or further requests for relief are dis missed. \n\n" + " \n\n" + "Geneva, seat of the arbitration, 6 December 2010 \n\n" + " \n\n" + "Ulrich Haas \n\n" + "(Arbitrator) \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Award date\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n\n" + "0097/10 FAT 3/3 \n" + " \n\n" + " \n\n" + "Notice about Request for Reasons \n\n" + "in accordance with Article 16.2 of the FAT Rules: \n\n" + " \n\n" + "“By agreeing to submit their dispute to arbitration under these Rules, the Parties agree that, \n\n" + "where the value of the dispute does not exceed EUR 30,000, the Arbitrator will issue an \n\n" + "award without reasons. The Arbitrator shall deliver reasons only in the case where a party \n\n" + "a) files a requests to that effect at\"\n" + "\"53ec999e77987cd04ffdffe1d846c3fc324e1914\" \"0090 Jeffries, Pereira vs. BC Gaiteros del Zulia\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(0090/10 FAT) \n\n" + "rendered by \n\n" + "FIBA ARBITRAL TRIBUNAL (FAT) \n\n" + "Mr. Raj Parker \n\n" + "in the arbitration proceedings \n" + " \n\n" + "Mr. Christopher Jeffries, ____________, USA. \n" + " \n\n" + "- Claimant 1 - \n\n" + "Mr. Claudio Pereira Garcia, _____________, Uruguay. \n" + " \n\n" + "- Claimant 2 - \n\n" + "vs. \n" + " \n" + "BC Gaiteros del Zulia, Mini Centro ROXI, Local 2, Calle 80 N3Y-57, \n" + "Nivel PB, Sector Bella Vista Zona Postal 4002, Venezuela. \n" + " \n\n" + "- Respondent - \n\n" + "Av. Louis Casaï 53 \n" + "P.O. Box 110 \n\n" + "1216 Cointrin / Geneva \n" + "Switzerland \n\n" + " Tel: (+41-22) 545 0000 \n" + "Fax: (+41-22) 545 0099 \n\n" + "info@fiba.com \n" + "www.fiba.com \n\n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Award \n\n" + "0090/10 FAT 2/18 \n" + " \n\n" + "1. The Parties \n\n" + "1.1. The Claimants \n\n" + "1. Mr. Christopher Jeffries (hereinafter &quot;Claimant 1&quot; or the “Player”) is a US citizen and a \n\n" + "professional basketball player. He is represented in these proceedings by his agent Mr. \n\n" + "Claudio Pereira Garcia. \n\n" + "2. Mr. Claudio Pereira Garcia (hereinafter &quot;Claimant 2&quot; or the “Agent”) is a FIBA-certified \n\n" + "basketball agent from Montevideo, Uruguay. \n\n" + "1.2. The Respondent \n\n" + "2. BC Gaiteros del Zulia (hereinafter the &quot;Respondent&quot; or the “Club”) is a Venezuelan \n\n" + "basketball club. The Respondent is not represented by legal counsel. \n\n" + "2. The Arbitrator \n\n" + "3. On 19 May 2010, the President of the FIBA Arbitral Tribunal (the &quot;FAT&quot;) appointed Raj \n\n" + "Parker as arbitrator (hereinafter the “Arbitrator”) pursuant to Article 8.1 of the Rules of \n\n" + "the FIBA Arbitral Tribunal (hereinafter the &quot;FAT Rules&quot;). \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Award \n\n" + "0090/10 FAT 3/18 \n" + " \n\n" + "4. By email dated 24 May 2010, the Arbitrator accepted his appointment. None of the \n\n" + "Parties has raised objections to the appointment of the Arbitrator or to the declaration \n\n" + "of independence issued by him. \n\n" + "3. Facts and Proceedings \n\n" + "3.1. Background Facts \n\n" + "5. On 19 March 2009 the Player, the Agent and the Club signed an employment contract \n\n" + "(hereinafter, the “First Contract”). The First Contract contains, among others, the \n\n" + "following provisions:1 \n\n" + "&quot;THIRD: \n" + " \n" + "A. SALARY AND AWARDS \n" + "As a retribution to his services, the TEAM shall pay the PLAYER a net monthly amount of \n" + "FIFTEEN thousand U.S. Dollars (US$15,000.00) per month, payable in two equal parts \n" + "every 15 days, starting 15 days after the PLAYER’s arrival (MARCH 30\n\n" + "th\n" + ", 2009 \n\n" + " \n" + "[…] \n" + " \n" + "Awards: \n" + " \n" + "US$3,0\"\n" + "\"46b5ddadec204fd0d5f859d77f5f57ba5de85649\" \"090406_AwardFinal_0025\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Av. Louis Casaï 53 \n" + "P.O. Box 110 \n\n" + "1216 Cointrin / Geneva \n" + "Switzerland \n\n" + " Tel: (+41-22) 545 0000 \n" + "Fax: (+41-22) 545 0099 \n\n" + "info@fiba.com \n" + "www.fiba.com \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(0025/08 FAT) \n\n" + "rendered on 6 April 2009 by the \n\n" + "FIBA ARBITRAL TRIBUNAL (FAT) \n\n" + "Mr. Raj Parker \n\n" + "in the arbitration proceedings \n\n" + "Rosette International Group Limited, Ostrovnaya Street 7, office 4017, 121552 Moscow, \n\n" + "Russia, \n\n" + "represented by Mr. Vadim Mikhalevskiy, Ostrovnaya Street 7, office 4017, 121552, Moscow, \n\n" + "Russia \n\n" + "- Claimant - \n\n" + "vs. \n\n" + "Men’s Basketball Club “Spartak-Primorje Vladivostok”, Batareynaya Street 2, 690091 \n\n" + "Vladivostok, Russia. \n\n" + "- Respondent - \n\n" + "together with the Claimant, the “Parties” \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Award date\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n" + "0025/08 FAT 2/16 \n" + " \n" + " \n\n" + "1. The Parties \n\n" + "1.1. The Claimant \n\n" + "Rosette International Group Limited (hereinafter the “Claimant”) is a company \n\n" + "incorporated in the British Virgin Islands. It has offices situated at Ostrovnaya Street 7, \n\n" + "office 4017, 121552 Moscow, Russia. The Claimant is represented by Mr. Vadim \n\n" + "Mikhalevskiy, a certified FIBA agent. \n\n" + "1.2. The Respondent \n\n" + "Men’s Basketball Club “Spartak-Primorje Vladivostok” (hereinafter the \n\n" + "&quot;Respondent&quot;) is a Russian basketball club with its seat in Vladivostok, Russia. It is \n\n" + "domiciled at Batareynaya Street 2, 690091 Vladivostok, Russia. The Respondent is not \n\n" + "represented by counsel. \n\n" + "2. The Arbitrator \n\n" + "On 14 January 2009, the President of the FIBA Arbitral Tribunal (the &quot;FAT&quot;) appointed Mr. \n\n" + "Raj Parker as arbitrator (hereinafter the “Arbitrator”) pursuant to Article 8.1 of the Rules of the \n\n" + "FIBA Arbitral Tribunal (hereinafter the &quot;FAT Rules&quot;). By email dated 15 January 2009 the \n\n" + "Arbitrator accepted his appointment, and he has signed a declaration of acceptance and \n\n" + "independence. \n\n" + "Neither Party has raised objections to the appointment of the Arbitrator or to the declaration \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n" + "0025/08 FAT 3/16 \n" + " \n" + " \n\n" + "of independence rendered by him. \n\n" + "3. Facts and Proceedings \n\n" + "3.1. Background Facts \n\n" + "On 19 July 2008, Claimant and the Respondent entered into a contract (the “Contract”). \n\n" + "Under the Contract the Respondent agreed to pay the Claimant an agency fee of \n\n" + "USD 50,000.00 (the “Agency Fee”) by 20 September 2008, provided that the \n\n" + "Claimant’s client, Mr Zeldon Hamilton (the \"\n" + "\"47252d258eb6a23de963923812d2c731df1e84ef\" \"0133 U1St Sports Overseas Ltd vs CB Granada SAD\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n" + "Av. Louis Casaï 53 \n\n" + "P.O. Box 110 \n" + "1216 Cointrin / Geneva \n\n" + "Switzerland \n\n" + " Tel: (+41-22) 545 0000 \n" + "Fax: (+41-22) 545 0099 \n" + "info@fiba.com \n" + "www.fiba.com \n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(0133/10 FAT) \n\n" + "by the \n\n" + "FIBA ARBITRAL TRIBUNAL (FAT) \n\n" + "Mr. Klaus Reichert SC \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "U1st Sports Overseas Ltd, 31 Donnybrook Castle, Donnybrook, Dublin, Ireland \n\n" + " \n\n" + "represented by Mr. Guillermo López Arana and Mr. Mikel Abete Vecino, \n\n" + "C/ Maestro Ripoll 9, 28006 Madrid, Spain \n\n" + "- Claimant - \n\n" + " \n\n" + " \n" + "vs. \n\n" + " \n\n" + "Club Baloncesto Granada SAD, Pabellón Avenida Salvado Allende s/n Granada, Spain \n\n" + " \n\n" + "- Respondent - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n\n" + "0133/10 FAT 2/3 \n" + " \n\n" + "AWARD \n\n" + "Upon providing both parties with an opportunity to be heard, having ascertained his \n\n" + "jurisdiction and considered the factual and legal arguments as well as the requests for relief \n\n" + "submitted in this case, the Arbitrator decides as follows: \n\n" + "1. Club Baloncesto Granada SAD shall pay U1st Sports Overseas Ltd. USD 9,000.00 \n" + "due under the Agreement dated 21 July 2009 in respect of agency fees plus \n" + "interest at a rate of 5% per annum starting from 16 September 2009. \n\n" + "2. The costs of this arbitration until the present Award, which were determined by \n" + "the President of the FAT in the amount of EUR 1,520.00, shall be borne by Club \n" + "Baloncesto Granada SAD. The balance of the Advance on Costs, in the amount \n" + "of EUR 1,975.00, will be reimbursed to U1st Sports Overseas Ltd. by the FAT. \n\n" + "3. Club Baloncesto Granada SAD shall pay to U1st Sports Overseas Ltd. an amount \n" + "of EUR 3,530.00 as a contribution to its legal fees and expenses. \n\n" + "4. Any arbitration costs associated with a Request for Reasons (see attached \n" + "Notice) shall be advanced and borne by the requesting party. \n\n" + "5. Any other or further requests for relief are dismissed. \n\n" + " \n\n" + "Geneva, seat of the arbitration, 17 March 2011 \n\n" + " \n\n" + "Klaus Reichert \n\n" + "Arbitrator \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Award date\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n\n" + "0133/10 FAT 3/3 \n" + " \n\n" + " \n\n" + "Notice about Request for Reasons \n\n" + "in accordance with Article 16.2 of the FAT Rules: \n\n" + " \n\n" + "“By agreeing to submit their dispute to arbitration under these Rules, the Parties agree that, \n\n" + "where the value of the dispute does not exceed EUR 30,000, the Arbitrator will issue an \n\n" + "award without reasons. The Arbitrator shall deliver reasons only \"\n" + "\"d293fc6388514c6c9c4c557f2e27f25076debeef\" \"0828 Erica Cristina De Souza Fabio Jardine Murat Kurdoglu vs Adana Aski Spor Kulubu Dernegi (public\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0828/16) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Ulrich Haas \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Ms. Erica Cristina De Souza \n" + "c/o Mr. Fabio Jardine, Joao Moura, 366, Apt. 102, \n" + "05412-001 Sao Paulo, Brazil \n\n" + "- Claimant 1 - \n\n" + "Mr. Fabio Jardine \n" + "Joao Moura, 366, Apt. 102, \n" + "05412-001 Sao Paulo, Brazil \n\n" + "- Claimant 2 - \n\n" + "Mr. Murat Kurdoglu \n" + "1x1 Sports Management, Yildiz Posta caddesi, \n" + "Fahri Gizden sokak, Beyazoglu apt, No. 25/28, \n" + "34349 Gayrettepe, Istanbul, Turkey \n\n" + "- Claimant 3 - \n\n" + "all represented by Mr. Josep Martin Ruiz, \n" + "10 Carrer del Parnal – (3/3), 700 Escaldes-Engordany, Andorra \n" + " \n" + "vs. \n" + " \n" + "Adana Aski Spor Kulubu Dernegi \n" + "Kurtuluş Mah. Mithat Saraçoğlu Caddesi Ali Şadi Bey Apartmanı A Blok \n" + "Kat:3 Daire:5 Seyhan, 01000 Adana, Turkey \n\n" + "- Respondent - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/25 \n" + "(BAT 0828/16) \n" + " \n\n" + "1. The Parties \n\n" + "1.1 The Claimants \n\n" + "1. Ms. Erica Cristina De Souza (hereinafter the “Player” or “Claimant 1”) is a professional \n\n" + "basketball player from Brazil. \n\n" + "2. Mr. Fabio Jardine (hereinafter “Mr. Jardine” or “Claimant 2”) is a FIBA licensed agent \n\n" + "located in Brazil. \n\n" + "3. Mr. Murat Kurdoglu (hereinafter “Mr. Kurdoglu” or “Claimant 3”) is a FIBA licensed \n\n" + "agent located in Turkey. \n\n" + "1.2 The Respondent \n\n" + "4. Adana Aski Spor Kulubu Dernegi (hereinafter the “Club” or “Respondent”) is a \n\n" + "professional basketball club located in Turkey. \n\n" + "2. The Arbitrator \n\n" + "5. By letter of 22 April 2016, the President of the Basketball Arbitral Tribunal (hereinafter \n\n" + "the &quot;BAT&quot;), Prof. Richard H. McLaren, appointed Prof. Ulrich Haas as arbitrator \n\n" + "(hereinafter the “Arbitrator”) pursuant to Article 8.1 of the Rules of the Basketball \n\n" + "Arbitral Tribunal (hereinafter the &quot;BAT Rules&quot;). None of the Parties has raised any \n\n" + "objections to the appointment of the Arbitrator or to his declaration of independence. \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/25 \n" + "(BAT 0828/16) \n" + " \n\n" + "3. Facts and Proceedings \n\n" + "3.1 Summary of the Dispute \n\n" + "6. On 5 May 2015, all Parties entered into an agreement according to which the Player \n\n" + "was engaged as a professional basketball player for the 2015-2016 season (hereinafter \n\n" + "the “Employment Contract”). According to clause THIRD of the Employment Contract, \n\n" + "the Club agreed to pay a salary in\"\n" + "\"a4281c90fd17755146057665e74562d51141eaf3\" \" \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 1/4 \n" + "(BAT 0408/13) \n" + " \n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0408/13) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Ms. Annett Rombach \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Yön Menejerlik Egitim Spor Organizasyon ve Oyuncu Temsilciligi Limited Sirketi \n" + "Yildiz Posta Caddesi, Gönenoglu Sok., Beyazoglu Apt., No: 16/28, Gayrettepe, Istanbul, \n" + "Turkey \n\n" + "- Claimant - \n\n" + "represented by Mr. Hayri Ögelman, \n" + "Sakmar Law Offices, Cumhuriyet Cad., Pak. Apt., No: 30, \n" + "Kat: 5, Daire: 11 Elmadag, Istanbul, Turkey \n\n" + " \n\n" + "vs. \n" + " \n\n" + " \n" + "Aliaga Genclik ve Spor Kulübü Dernegi \n" + "Aliaga Genclik ve Spor Kulübü Idare Müdürlügü, \n" + "Aliaga Belediyesi Enka Spor Tesisleri, Aliaga, 35800 Izmir, Turkey \n\n" + "- Respondent - \n\n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/4 \n" + "(BAT 0408/13) \n" + " \n" + " \n\n" + "AWARD \n\n" + "Upon providing both parties with an opportunity to be heard, having ascertained her \n\n" + "jurisdiction and considered the factual and legal arguments as well as the requests for relief \n\n" + "submitted in this case, the Arbitrator decides as follows: \n\n" + "1. Aliaga Genclik ve Spor Kulübü Dernegi is ordered to pay to Yön Menejerlik \n\n" + "Egitim Spor Organizasyon ve Oyuncu Temsilciligi Limited Sirketi \n\n" + "USD 3,500.00 net together with interest of 5% p.a. from 2 October 2012. \n\n" + "2. Aliaga Genclik ve Spor Kulübü Dernegi is ordered to pay to Yön Menejerlik \n\n" + "Egitim Spor Organizasyon ve Oyuncu Temsilciligi Limited Sirketi interest \n\n" + "of 5% p.a. on the amount of USD 10,000.00 from 2 October 2012 until 27 \n\n" + "May 2013. \n\n" + "3. Aliaga Genclik ve Spor Kulübü Dernegi is ordered to pay to Yön Menejerlik \n\n" + "Egitim Spor Organizasyon ve Oyuncu Temsilciligi Limited Sirketi \n\n" + "EUR 1,470.00 and USD 1,000.00 as a contribution towards its legal fees \n\n" + "and expenses. \n\n" + "4. The costs of this arbitration until the present Award, which were \n\n" + "determined by the President of the BAT to be in the amount of \n\n" + "EUR 2,483.00, shall be borne by Aliaga Genclik ve Spor Kulübü Dernegi \n\n" + "alone. Accordingly, Aliaga Genclik ve Spor Kulübü Dernegi is ordered to \n\n" + "pay to Yön Menejerlik Egitim Spor Organizasyon ve Oyuncu Temsilciligi \n\n" + "Limited Sirketi EUR 2,483.00. \n\n" + "5. Any arbitration costs associated with a Request for Reasons (see \n\n" + "attached Notice) shall be advanced and borne by the requesting party. \n\n" + "6. Any other or further-reaching requests for relief are dismissed. \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/4 \n" + "(BAT 0408/13) \n" + " \n" + " \n\n" + "Geneva, seat of the arbitration, 7 January 2014 \n\n" + " \n\n" + " \n\n" + "Annett Rombach \n\n" + "(Arbitrator) \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Award date\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 4/4 \n" + "(BAT 0408/13) \n" + " \n" + " \n\n" + "Notice about \"\n" + "\"badd2f9c6987d055999d3d534dba4087e38868bf\" \"090430_Award_Final_0021\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n" + "Av. Louis Casaï 53 \n\n" + "P.O. Box 110 \n" + "1216 Cointrin / Geneva \n\n" + "Switzerland \n\n" + " Tel: (+41-22) 545 0000 \n" + "Fax: (+41-22) 545 0099 \n\n" + "info@fiba.com \n" + "www.fiba.com \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(0021/08 FAT) \n\n" + "rendered on 30 April 2009 by the \n\n" + "FIBA ARBITRAL TRIBUNAL (FAT) \n\n" + "Mr. Stephan Netzle \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Mr. Ratko Varda, S. Glavasa 5, 11000 Belgrade, Serbia, \n\n" + "- Claimant 1- \n\n" + "Mr. Obrad Fimic, Zlota 11/2 street, 00-019 Warsaw, Poland \n\n" + "- Claimant 2- \n\n" + "or jointly referred to as &quot;the Claimants&quot; \n\n" + "vs. \n\n" + " \n\n" + "Vsl Kauno “ZALGIRIO” REMEJAS , Naglio ST. 4A, LT-52367 Kaunas, Lithuania \n\n" + " \n\n" + "- Respondent - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Award date\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n" + "(0021/08 FAT) \n\n" + " 2/28 \n" + " \n\n" + "1. The Parties \n\n" + "1.1. The Claimants \n\n" + "1. Ratko Varda (hereinafter “the Player” or the “Claimant 1”) is a professional basketball \n\n" + "player of Serbian nationality. \n\n" + "2. Obrad Fimic (hereinafter “the Agent” or the “Claimant 2”) is a FIBA-licensed agent and \n\n" + "the Player’s representative. He is domiciled at Zlota 11/2 street, 00-019 Warsaw, Po-\n\n" + "land. \n\n" + "1.2. The Respondent \n\n" + "3. Vsl Kauno “ZALGIRIO” REMEJAS (hereinafter “the Club” or the “Respondent”) is a \n\n" + "basketball club from Kaunas, Lithuania. It is domiciled at Naglio ST. 4A, 52367 Kaunas. \n\n" + "The Respondent is not represented by counsel. \n\n" + "2. The Arbitrator \n\n" + "4. On 15 December 2008, the President of the FIBA Arbitral Tribunal (FAT) appointed Dr. \n\n" + "Stephan Netzle as Arbitrator (hereinafter the “Arbitrator”) pursuant to Article 8.1 of the \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + " \n\n" + "Arbitral Award \n" + "(0021/08 FAT) \n\n" + " 3/28 \n" + " \n\n" + "Arbitration Rules of the FIBA Arbitral Tribunal (hereinafter the &quot;FAT Rules&quot;). \n\n" + "3. Facts and Proceedings \n\n" + "3.1. Background Facts \n\n" + "5. On 19 August 2008, the parties signed a two-year player contract for the seasons \n\n" + "2008-2009 and 2009-2010 (the “Contract”) whereby Claimant 1 was granted a net sal-\n\n" + "ary of EUR 900,000.00 for two seasons and Claimant 2 was entitled to receive an \n\n" + "agent fee of EUR 45,000.00 per season. The Contract reads – inter alia – as follows: \n\n" + "“Article 1 Employment – Duration \n\n" + "[…] \n\n" + "This contract will be fully (100%) GUARANTEED by both parties for the entire contract \n" + "period. \n\n" + "[…] \n\n" + "Article 3: Obligations of the Club \n\n" + "The Club agrees: \n\n" + "A. To pay the Player the net amount of Euro 900,000.- (nine hundred thousand) Euro for \n" + "the duration of th\"\n" + "\"41f66989c746be42dd1709d02573428c86105319\" \"161124 Corrected Award BAT 0842 (public version)\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "CORRECTED ARBITRAL AWARD \n\n" + "(BAT 0842/16) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Ms. Brianna Quinn \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Mr. Yeleel Ayodeji Akindele \n" + " \n\n" + "- Claimant - \n\n" + "represented by Mr. Miodrag Raznatovic, attorney at law, \n" + "Strahinjica bana 18, 11000 Belgrade, Serbia \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + "Yesilgiresun Belediyesi Spor Kulübü Dernegi \n" + "Haci Miktat Mahallesi Alpaslan cad No. 1, \n" + "Giresun Belediye Baskanligi, Giresun, Turkey \n\n" + "- Respondent - \n\n" + "represented by Mr. Salim Baki, attorney at law \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/3 \n" + "(BAT 0842/16) \n" + " \n\n" + "AWARD \n\n" + "Upon providing both parties with an opportunity to be heard, having ascertained her \n\n" + "jurisdiction and considered the factual and legal arguments as well as the requests for relief \n\n" + "submitted in this case, the Arbitrator decides as follows: \n\n" + "1. Yesilgiresun Belediyesi Spor Kulübü Dernegi is o rdered to pay to Mr. Yeleel \n" + "Ayodeji Akindele USD 40,000.00 (net) together with interest of 5% p.a. from \n" + "18 May 2016. \n\n" + "2. Yesilgiresun Belediyesi Spor Kulübü Dernegi is o rdered to pay to Mr. Yeleel \n" + "Ayodeji Akindele late payment penalties of USD 7,40 0.00. \n\n" + "3. Yesilgiresun Belediyesi Spor Kulübü Dernegi is o rdered to pay to Mr. Yeleel \n" + "Ayodeji Akindele the amount of EUR 4,000.00 as a co ntribution towards his \n" + "legal costs and expenses. Yesilgiresun Belediyesi S por Kulübü Dernegi shall \n" + "bear its own legal costs and expenses. \n\n" + "4. The costs of this arbitration until the present Award, which were determined \n" + "by the President of the BAT to be in the amount of EUR 5,000.00, shall be \n" + "borne by Yesilgiresun Belediyesi Spor Kulübü Derneg i alone. Accordingly, \n" + "Yesilgiresun Belediyesi Spor Kulübü Dernegi shall p ay to Mr. Yeleel Ayodeji \n" + "Akindele EUR 5,000.00. The balance of the Advance o n Costs, in the amount \n" + "of EUR 500.00 will be reimbursed to Mr. Yeleel Ayod eji Akindele. \n\n" + "5. Any arbitration costs associated with a Request for Reasons (see attached \n" + "Notice) shall be advanced and borne by the requesti ng party. \n\n" + "6. Any other or further-reaching requests for relie f are dismissed. \n\n" + "Geneva, seat of the arbitration, 24 November 2016 \n\n" + " \n\n" + " \n\n" + " \n\n" + "Brianna Quinn \n\n" + "(Arbitrator) \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Award date\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/3 \n" + "(BAT 0842/16) \n" + " \n\n" + " \n\n" + "Notice about Request for Reasons \n\n" + "in accordance with Articles 16.2.1 and 16.2.2 of the BAT Rules: \n\n" + "“16.2.1 By agreeing to submit their dispute to arbitration under these Rules, the Parties a\"\n" + "\"24c70df72ada564b8c57fd6e9d89af9286174bc7\" \" \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0420/13) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Raj Parker \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Mr. Matt Janning \n" + " \n\n" + "- Claimant - \n\n" + " \n" + "represented by Mr. Jonathan R. DeLong, attorney at law, \n" + "5 Balgreen Ct., Bradford, MA 01835, USA \n" + " \n\n" + "vs. \n\n" + " \n\n" + "A.S. Junior Pallacanestro Casale Monferrato, aka \n" + "Novipiù Casale Monferrato \n" + "Via Garibaldi 45, 15033 Casale Monferrato, Italy \n\n" + "- Respondent - \n\n" + " \n" + "represented by Mr. Pierluigi Rossi, CEO, \n" + "and by Mr. Mario Setragno, attorney at law \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/3 \n" + "(BAT 0420/13) \n\n" + " \n\n" + "AWARD \n\n" + "Upon providing both parties with an opportunity to be heard, having ascertained his \n\n" + "jurisdiction and considered the factual and legal arguments as well as the requests for relief \n\n" + "submitted in this case, the Arbitrator decides as follows: \n\n" + "1. A.S. Junior Pallacanestro Casale Monferrato, aka Novipiù Casale Monferrato, \n\n" + "is ordered to pay Mr. Matt Janning compensation for unpaid salary payments \n\n" + "in the amount of USD 12,000.00 plus interest at 5% per annum on said \n\n" + "amount from 13 August 2013 until the date that payment is made. \n\n" + "2. A.S. Junior Pallacanestro Casale Monferrato, aka Novipiù Casale Monferrato, \n\n" + "is ordered to pay Mr. Matt Janning the amount of EUR 1,488.00 and also the \n\n" + "amount of USD 1,500.00 as a contribution towards his legal fees and \n\n" + "expenses. \n\n" + "3. The costs of this arbitration until the present Award, which were determined \n\n" + "by the President of the BAT to be in the amount of EUR 3,988.00, shall be \n\n" + "borne by A.S. Junior Pallacanestro Casale Monferrato, aka Novipiù Casale \n\n" + "Monferrato, alone. Accordingly, A.S. Junior Pallacanestro Casale Monferrato, \n\n" + "aka Novipiù Casale Monferrato, shall pay Mr. Matt Janning EUR 1,988.00. \n\n" + "4. Any arbitration costs associated with a Request for Reasons (see attached \n\n" + "Notice) shall be advanced and borne by the requesting party. \n\n" + "5. Any other or further-reaching requests for relief are dismissed. \n\n" + " \n" + "Geneva, seat of the arbitration, 13 November 2013 \n\n" + " \n\n" + " \n\n" + " \n\n" + "Raj Parker \n\n" + "(Arbitrator)\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Award date\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/3 \n" + "(BAT 0420/13) \n\n" + " \n\n" + " \n\n" + "Notice about Request for Reasons \n\n" + "in accordance with Article 16.2 of the BAT Rules: \n\n" + " \n\n" + "“By agreeing to submit their dispute to arbitration under these Rules, the Parties agree that, \n\n" + "where the value of the dispute does not exceed EUR 30,000, the Arbitrator will issue an \n\n" + "award without reasons. The Arbitrator shall deliver reasons only in the case \"\n" + "\"30fa3524b85915cf7e6787ada0d5556e29e1b91c\" \"0137 Urazmanov vs. KK Swisslion Takovo Lions Vrsac BC\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + "CONSENT AWARD \n\n" + "(0137/10 FAT) \n\n" + "rendered by \n\n" + "FIBA ARBITRAL TRIBUNAL (FAT) \n\n" + "Mr. Quentin Byrne-Sutton \n\n" + " \n\n" + "in the arbitration proceedings \n\n" + " \n\n" + "Mr. Artur Urazmanov \n" + " \n" + "Represented by Mr. Solly Laniado, \n" + "41-45 Rotshild Blvd.,Tel Aviv 65784, Israel \n\n" + "- Claimant - \n\n" + "vs. \n\n" + " \n\n" + "KK Radni čki KG Kragujevac / KK Swisslion Takovo Lions Vršac BC \n" + "Vojvode Stepe 6-10, 26300 Vrsac, Serbia \n" + " \n" + "Represented by Mr. Vladimir Mihaj, \n" + "Alekse Nenadoviča 15, 11000 Belgrade, Serbia \n\n" + "- Respondent - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + "FAT 2/8 \n\n" + "1. Background of the Award by Consent \n\n" + "1. By Request for Arbitration dated 6 November 2010 the Claimant, through his \n\n" + "representative Mr. Solly Laniado, initiated this Arbitration against the Respondent (the \n\n" + "Claimant and the Respondent are hereinafter also referred to, collectively, as &quot;the \n\n" + "Parties&quot;). \n\n" + "2. By letter dated 29 November 2010 the Parties were informed by the FIBA Arbitral \n\n" + "Tribunal (“FAT”) as follows: \n\n" + "&quot;This is to confirm that a Request for Arbitration dated 6 November 2010 was filed by Mr. \n" + "Solly Laniado on behalf of Mr. Artur Urazmanov and received by the FAT on 10 \n" + "November 2010. The non-reimbursable handling fee of EUR 1,500.00 was received in \n" + "the FAT bank account on 10 November 2010. The President of FAT has determined that \n" + "the arbitration can thus proceed and has appointed Mr. Quentin Byrne-Sutton in this \n" + "case. A copy of the Request for Arbitration (with exhibits), the FIBA Arbitral Tribunal \n" + "Rules (&quot;FAT Rules&quot;) as well as the FIBA Internal Regulations governing the FIBA Arbitral \n" + "Tribunal are attached for the Respondent.&quot; \n\n" + "3. That letter further set out a timetable for the further conduct of this Arbitration and other \n\n" + "procedural directions. \n\n" + "4. By letter entitled “Parties Notice” dated 20 January 2011 and received by FAT on 23 \n\n" + "January 2011, the Parties’ attorneys informed the FAT that the dispute had been \n\n" + "settled (the &quot;Settlement Agreement&quot;). \n\n" + "2. The Settlement Agreement of the Parties \n\n" + "5. The Settlement Agreement recorded in the Parties Notice dated 20 January 2011 and \n\n" + "signed by the parties’ attorneys provides as follows: \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " FIBA Arbitral Tribunal (FAT) \n\n" + " \n\n" + "FAT 3/8 \n\n" + "1. The Respondent shall pay the Claimant the following: \n\n" + "1.1. Respondent shall pay the Claimant the sum of 16,000.00 (Sixteen Thousand) \n" + "€EURO for unpaid salaries as follows: \n\n" + "1.1.1. EUR 5,500.00 net no later than 10 February 2011\"\n" + "\"810612bcac587f2bc6ddbd1593da2a9df6c46581\" \" \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0315/12) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Klaus Reichert SC \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Mr. Chris Hernandez \n" + "c/o Octagon, Inc., 7950 Jones Branch Drive, \n" + "Suite 700N, McLean, VA 22107, USA \n\n" + "- Claimant 1 - \n" + " \n" + "Octagon, Inc. \n" + "7950 Jones Branch Drive, Suite 700N, McLean, VA 22107, USA \n\n" + "- Claimant 2 - \n" + " \n" + "both represented by Mr. Alex Saratsis and Mr. Paul Haase, Octagon, Inc., \n" + "7950 Jones Branch Drive, Suite 700N, McLean, VA 22107, USA \n" + " \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + " \n" + "Halcones UV Promotora Deportiva A.C. \n" + "Av. de las Culturas Veracruzanas Num. 101, \n" + "Colonia Emiliano Zapata C.P., 91090 Jalapa, Veracruz, Mexico \n\n" + "- Respondent - \n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/16 \n" + "(BAT 0315/12) \n\n" + " \n\n" + "1. The Parties \n\n" + "1.1 The Claimants \n\n" + "1. Mr. Chris Hernandez (hereinafter referred to as “Claimant 1”) is a professional \n\n" + "basketball player, who was retained by the Respondent, Halcones UV Promotora \n\n" + "Deportiva A.C., for part of the 2010-2011 season and the 2011-2012 season. \n\n" + "2. Octagon, Inc. (hereinafter referred to as “Claimant 2”) is a basketball agency who \n\n" + "represented Claimant 1 leading to the latter’s retainer by Respondent. \n\n" + "1.2 The Respondent \n\n" + "3. Halcones UV Promotora Deportiva A.C. (hereinafter referred to as “Respondent”) is a \n\n" + "professional basketball club in Jalapa, Mexico. \n\n" + "2. The Arbitrator \n\n" + "4. On 9 September 2012, Prof. Richard H. McLaren, President of the Basketball Arbitral \n\n" + "Tribunal (the &quot;BAT&quot;), appointed Mr. Klaus Reichert SC, as arbitrator (hereinafter the \n\n" + "“Arbitrator”) pursuant to Article 8.1 of the Rules of the Basketball Arbitral Tribunal \n\n" + "(hereinafter the &quot;BAT Rules&quot;). None of the Parties has raised any objections to the \n\n" + "appointment of the Arbitrator or to his declaration of independence. \n\n" + "3. Facts and Proceedings \n\n" + "3.1 Summary of the Background and the Dispute \n\n" + "5. On 7 January 2011, Claimant 1 and Respondent entered into an agreement whereby \n\n" + "the latter engaged Claimant 1 to play basketball for the then remaining part of the \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/16 \n" + "(BAT 0315/12) \n\n" + " \n\n" + "2010-2011 season and the 2011-2012 season (“the Agreement”). The Agreement was \n\n" + "“fully guaranteed” (as per clause 1 of the Agreement). \n\n" + "6. The salary of Claimant 1 was agreed at USD 240,000.00, payable net in equal \n\n" + "instalments of USD 10,000.00 on twenty-four designated dates (as per clause 3 of the \n\n" + "Agreement) throughout the lif\"\n" + "\"56d1c31153687a009e7bb9da0cb6991ec8de6c9d\" \" \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0605/14) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Raj Parker \n\n" + "in the arbitration proceedings between \n\n" + " \n" + "Ms. Shavonte Zellous \n\n" + "- Claimant 1 - \n\n" + "Mr. Brian Dyke \n" + "- Claimant 2 - \n\n" + "Mr. John J. Baptiste \n" + "- Claimant 3 - \n\n" + " \n" + "vs. \n" + " \n" + " \n" + "Galatasaray Spor Kulübü Dernegi \n" + "Ali Sami Yen Spor Kompleksi, Türk Telekom Arena Stadi, \n" + "Kat. 4 Huzur Mahallesi, Seyrantepe/Istanbul, Turkey \n\n" + "- Respondent - \n" + " \n" + "represented by Mr. Burcin Celen, attorney at law \n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/36 \n" + "BAT 0605/14 \n\n" + "1. The Parties \n\n" + "1.1 The Claimants \n\n" + "1. Ms. Shavonte Zellous (hereinafter &quot;Claimant 1&quot;) is a professional basketball player \n\n" + "from the USA. \n\n" + "2. Mr. Brian Dyke (hereinafter &quot;Claimant 2&quot;) is a professional basketball players’ agent \n\n" + "based in the USA. \n\n" + "3. Mr. John J. Baptiste (hereinafter &quot;Claimant 3&quot; and together with Claimant 1 and \n\n" + "Claimant 2, “the Claimants”) is a professional basketball players’ agent based in the \n\n" + "USA. \n\n" + "1.2 The Respondent \n\n" + "4. Galatasaray Spor Kulübü Dernegi (hereinafter the &quot;Respondent&quot;) is a professional \n\n" + "basketball club in Turkey. \n\n" + "2. The Arbitrator \n\n" + "5. On 30 September 2014, Prof. Richard H. McLaren, the President of the Basketball \n\n" + "Arbitral Tribunal (hereinafter the &quot;BAT&quot;) appointed Mr. Raj Parker as arbitrator \n\n" + "(hereinafter the “Arbitrator”) pursuant to Article 8.1 of the Rules of the Basketball \n\n" + "Arbitral Tribunal (hereinafter the &quot;BAT Rules&quot;). \n\n" + "6. None of the Parties have raised objections to the appointment of the Arbitrator or to his \n\n" + "declaration of independence. \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/36 \n" + "BAT 0605/14 \n\n" + "3. Facts and Proceedings \n\n" + "3.1 Background Facts \n\n" + "7. On 16 July 2013, the Claimants and the Respondent entered into a contract in relation \n\n" + "to the 2013-2014 and the 2014-2015 seasons (hereinafter the “Contract”). \n\n" + "8. The Contract contains, among others, the following provisions: \n\n" + "“C 1. ARRIVAL DATE: \n\n" + "For each season; \n\n" + "If the player's WNBA team makes WNBA playoffs and is the eliminated in the \n\n" + "first round, the player agrees to arrive Turkey ten (10) days after the last \n\n" + "official game player's WNBA team. If the player's team eliminated in the \n\n" + "second round, the player agrees to arrive Turkey five (5) days after the last \n\n" + "official game of the player's WNBA team. \n\n" + "If the player's team makes the WNBA finals, the player agr\"\n" + "\"ce04d179b6d9033a2182bd62f5e7ae727336bb51\" \"0221 Salkauske vs. Besiktas JK (public version)\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0221/11) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Klaus Reichert SC \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + " \n\n" + "Ms. Iveta Salkauske \n" + " \n\n" + "represented by Mr. Josep Martin Ruiz \n" + "58 Boulevard Aristide Briand, 66100 Perpignan, France \n\n" + "- Claimant - \n\n" + " \n\n" + "vs. \n\n" + " \n\n" + "Besiktas Jimnastik Kulubu Dernegi \n" + "Suleyman Seba Caddesi, No. 48 BJK Plaza \n" + "34357 Besiktas / Istanbul, Turkey \n\n" + "represented by Mr. Kubilay Marangoz, legal counsel \n\n" + "- Respondent - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/3 \n" + "(BAT 0221/11) \n" + " \n" + " \n\n" + "AWARD \n\n" + "Having ascertained his jurisdiction and considered the factual and legal arguments as well as \n\n" + "the requests for relief submitted in this case, the Arbitrator decides as follows: \n\n" + "1. Besiktas Jimnastik Kulubu Dernegi is ordered to pay to Ms. Iveta Salkauske \n" + "outstanding salaries in the amount of EUR 21,000.00. \n\n" + "2. Besiktas Jimnastik Kulubu Dernegi is ordered to pay to Ms. Iveta Salkauske \n" + "interest of 5% on the amount of EUR 21,000.00 since 1 May 2011. \n\n" + "3. Besiktas Jimnastik Kulubu Dernegi is ordered to pay to Ms. Iveta Salkauske \n" + "the amount of EUR 2,000.00 as a contribution towards her legal costs and \n" + "expenses. Besiktas Jimnastik Kulubu Dernegi shall bear its own legal costs \n" + "and expenses. \n\n" + "4. The costs of this arbitration until the present Award, which were determined \n" + "by the President of the BAT to be in the amount of EUR 1,850.00 shall be \n" + "borne by Besiktas Jimnastik Kulubu Dernegi alone. Accordingly, Besiktas \n" + "Jimnastik Kulubu Dernegi shall pay to Ms. Iveta Salkauske EUR 1,850.00. The \n" + "balance of the Advance on Costs, in the amount of EUR 1,150.00 will be \n" + "reimbursed to Ms. Iveta Salkauske by the BAT. \n\n" + "5. Any arbitration costs associated with a Request for Reasons (see attached \n" + "Notice) shall be advanced and borne by the requesting party. \n\n" + "6. Any other or further requests for relief are dismissed. \n\n" + " \n\n" + "Geneva, seat of the arbitration, 31 January 2012 \n\n" + " \n\n" + " \n\n" + " \n\n" + "Klaus Reichert SC \n\n" + "(Arbitrator)\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Award date\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/3 \n" + "(BAT 0221/11) \n" + " \n" + " \n\n" + " \n\n" + "Notice about Request for Reasons \n\n" + "in accordance with Article 16.2 of the BAT Rules: \n\n" + " \n\n" + "“By agreeing to submit their dispute to arbitration under these Rules, the Parties agree that, \n\n" + "where the value of the dispute does not exceed EUR 30,000, the Arbitrator will issue an \n\n" + "award without reasons. The Arbitrator shall deliver reasons only in the case where a party \n\n" + "a) files a request\"\n" + "\"d9d174beb7b5262988d7d5c28891dc6e7bc14a8f\" \"0521 Santiago, Priority Sports, Hoops Internacional, Villaneuva Raffaeli Producciones vs Club Atletico Boca Juniors (public version)\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0521/14) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Stephan Netzle \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Mr. Daniel Santiago \n" + "- Claimant 1 - \n\n" + " \n" + "Priority Sports and Entertainment \n" + "c/o Mr. Brad Ames, 325 N La Salle Drive, Suite 650, \n" + "Chicago, IL 60654, USA \n\n" + "- Claimant 2 - \n" + " \n" + "Hoops Internacional \n" + "c/o Mr. Alvaro Tor, C/ Plo y Peyrolon 43, 46021 Valencia, Spain \n\n" + "- Claimant 3 - \n" + " \n" + "Villanueva Raffaelli Producciones SRL \n" + "c/o Mr. Carlos Raffaelli, Virrey Arredondo 2436, piso 2, apart. 03, \n" + "Ciudad Autonoma de Buenos Aires, Argentina \n\n" + "- Claimant 4 - \n" + " \n" + "all represented by Mr. Andy Shiffman, Priority Sports and Entertainment, \n" + "325 N La Salle Drive, Suite 650, Chicago, IL 60654, USA \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + "Club Atletico Boca Juniors \n" + "Brandsen 805 – Ciudad Autonoma de Buenos Aires 1611, Argentina \n\n" + "- Respondent - \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/4 \n" + "(BAT 0521/14) \n" + " \n" + " \n\n" + "AWARD \n\n" + "Upon providing both parties with an opportunity to be heard, having ascertained his \n\n" + "jurisdiction and considered the factual and legal arguments as well as the requests for relief \n\n" + "submitted in this case, the Arbitrator decides as follows: \n\n" + " \n\n" + "1. Club Atletico Boca Juniors is ordered to pay to Mr. Daniel Santiago the \n" + "amount of USD 19,450.00 plus interest of \n\n" + "- 5% on the amount of USD 15,000.00, starting from 11 December 2012 \n" + "until 17 December 2012; \n\n" + "- 5% on the amount of USD 15,000.00, starting from 11 January 2013 \n" + "until 26 January 2013; \n\n" + "- 5% on the amount of USD 15,000.00, starting from 11 February 2013 \n" + "until 14 February 2013; \n\n" + "- 5% on the amount of USD 15,000.00, starting from 30 April 2013; \n\n" + "- 5% on the amount of USD 4,450.00 starting from 24 January 2014. \n\n" + "2. Club Atletico Boca Juniors is ordered to pay to Priority Sports and \n" + "Entertainment the amount of USD 4,000.00 plus interest of 5% since \n" + "13 January 2013. \n\n" + "3. Club Atletico Boca Juniors is ordered to pay to Hoops Internacional the \n" + "amount of USD 4,000.00 plus interest of 5% since 13 January 2013. \n\n" + "4. Club Atletico Boca Juniors is ordered to pay to Villanueva Raffaelli \n" + "Producciones SRL the amount of USD 2,000.00 plus interest of 5% since \n" + "13 January 2013. \n\n" + "5. The costs of this arbitration until the present Award, which were determined \n" + "by the President of the BAT to be in the amount of EUR 5,000.00, shall be \n" + "borne by Club Atletico Boca Juniors alone. Accordingly, Club Atletico Boca \n" + "Juniors shall pay to Mr. Daniel Santiago EUR 5,000.00. \n\n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highli\"\n" + "\"55cb87baf5f347a7c8311b79ac891e440f45f29f\" \"223858_1\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0841/16) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Raj Parker \n\n" + "in the arbitration proceedings between \n\n" + " \n" + "Mr. Oderah Anosike \n" + " \n\n" + "- Claimant 1 – \n\n" + "represented by Mr. Branko Pavlovic, Brace Radovanovica 16, \n" + "11000 Belgrade, Serbia and Mr. Obrad Fimic, Zlota 11/2 street, \n" + "00-019 Warsaw, Poland \n" + " \n" + "Sports International Group Inc. \n" + "267 Kentlands Blvd., Suite 105, Gaithersburg, MD 20878, USA \n\n" + "- Claimant 2 - \n\n" + "Sfera Sports Association \n" + "N. Plastira 45, 55132 Kalamaria, Thessaloniki, Greece \n\n" + "- Claimant 3 - \n\n" + "both represented by Jonathan A. Jordan, Sports International Group \n" + "267 Kentlands Blvd., Suite 105, Gaithersburg, MD 20878 \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + "AEK NEA K.A.E. \n" + "466 Irakleio Ave and Kuprou Herakleion Attica, 14122 Athens, Greece \n\n" + "- Respondent - \n\n" + "represented by Mr. Alexandros Alexiou, \n" + "attorney at law and chairman of AEK NEA K.A.E. \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Respondent\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n" + "EH\n" + "Text Box\n" + "Counsel for Claimant\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/45 \n" + "BAT 0841/16 \n\n" + "1. The Parties \n\n" + "1.1 The Claimants \n\n" + "1. Mr. Oderah Anosike (hereinafter &quot;Claimant 1&quot;) is a professional basketball player from \n\n" + "the USA. \n\n" + "2. Sports International Group Inc. (hereinafter &quot;Claimant 2&quot;) is a professional basketball \n\n" + "players’ agency based in the USA. \n\n" + "3. Sfera Sports Association (hereinafter &quot;Claimant 3&quot; and together with Claimant 1 and \n\n" + "Claimant 2, “the Claimants”) is a professional basketball players’ agency based in \n\n" + "Greece. \n\n" + "1.2 The Respondent \n\n" + "4. AEK NEA K.A.E. (hereinafter the &quot;Respondent&quot;) is a professional basketball club in \n\n" + "Greece. \n\n" + "2. The Arbitrator \n\n" + "5. On 20 June 2016, Prof. Richard H. McLaren, the President of the Basketball Arbitral \n\n" + "Tribunal (hereinafter the &quot;BAT&quot;) appointed Mr. Raj Parker as arbitrator (hereinafter the \n\n" + "“Arbitrator”) pursuant to Article 8.1 of the Rules of the Basketball Arbitral Tribunal \n\n" + "(hereinafter the &quot;BAT Rules&quot;). \n\n" + "6. None of the Parties have raised objections to the appointment of the Arbitrator or to his \n\n" + "declaration of independence. \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/45 \n" + "BAT 0841/16 \n\n" + "3. Facts and Proceedings \n\n" + "3.1 Background Facts \n\n" + "7. On 3 October 2015, the Claimants and the Respondent entered into an employment \n\n" + "contract in relation to the 2015-2016 sea\"\n" + "\"438c123700e871a883041c57e4a4efe24dd8cf2f\" \" \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "ARBITRAL AWARD \n\n" + "(BAT 0256/12) \n\n" + "by the \n\n" + "BASKETBALL ARBITRAL TRIBUNAL (BAT) \n\n" + "Mr. Klaus Reichert SC \n\n" + "in the arbitration proceedings between \n\n" + " \n\n" + "Mr. Coach \n" + " \n\n" + "- Claimant 1 - \n" + " \n" + "Agency \n" + " \n\n" + "- Claimant 2 - \n" + " \n" + " \n" + "vs. \n" + " \n" + " \n" + "Club \n" + " \n" + " \n\n" + "- Respondent - \n" + " \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 2/51 \n" + "(BAT 0256/12) \n\n" + " \n\n" + "1. The Parties \n\n" + "1.1 The Claimants \n\n" + "1. Mr. Coach is a professional basketball coach, who was retained by the Respondent, \n\n" + "the Club, for four seasons as and from the 2011-2012 season. \n\n" + "2. The Agency is a basketball agency located at _________. Claimant 2 represented \n\n" + "Claimant 1 leading to the latter’s retainer by the Respondent. Mr Agent is the principal \n\n" + "of Claimant 2. \n\n" + "1.2 The Respondent \n\n" + "3. The Club (hereinafter referred to as “the Respondent”) is a professional basketball club \n\n" + "in _________. \n\n" + "2. The Arbitrator \n\n" + "4. On 13 March 2012, Prof. Richard H. McLaren, President of the Basketball Arbitral \n\n" + "Tribunal (the &quot;BAT&quot;), appointed Mr. Klaus Reichert SC as arbitrator (hereinafter the \n\n" + "“Arbitrator”) pursuant to Article 8.1 of the Rules of the Basketball Arbitral Tribunal \n\n" + "(hereinafter the &quot;BAT Rules&quot;). None of the Parties has raised any objections to the \n\n" + "appointment of the Arbitrator, to his declaration of independence or his conduct of this \n\n" + "Arbitration. \n\n" + "3. Facts and Proceedings \n\n" + "3.1 Summary of the Background and the Dispute \n\n" + "5. On 16 June 2011, Claimant 1 and the Respondent entered into an agreement whereby \n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "Temp MH\n" + "Highlight\n\n" + "EH\n" + "Text Box\n" + "Case number\n\n" + "EH\n" + "Text Box\n" + "Sole Arbitrator\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Claimant\n\n" + "EH\n" + "Text Box\n" + "Respondent\n\n\n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + " \n\n" + "Arbitral Award 3/51 \n" + "(BAT 0256/12) \n\n" + " \n\n" + "the latter engaged Claimant 1 to be its coach for four seasons of the _________ league \n\n" + "beginning with the 2011-2012 season (“the Agreement”). His salary was agreed at \n\n" + "USD 700,000.00 net per season for 2011-2012 and 2012-2013, and at USD \n\n" + "800,000.00 net per season for 2013-2014 and 2014-2015. By any measure these \n\n" + "figures are substantial. In addition, Claimant 1 was to receive a substantial array of \n\n" + "benefits and also the potential for significant bonus payments depending upon whether \n\n" + "or not certain defined successes were achieved on court. The Agreement also provides \n\n" + "for a “Representative Fee” for Claimant 2, set at 10% of Claimant 1’s salary. The \n\n" + "Agreement provided that this fee was deemed to be part of Claimant 1’s salary. The \n\n" + "arbitrator also notes that Claimant 1 held at the time of the making of the Agreement, \n\n" + "and continues to hold, the highly prominent and important position in _________ (and \n\n" + "globally) of head coach to the national Olympic men’s basketball team. \n\n" + "6. Claima\""; final Pattern pattern = Pattern.compile(regex, Pattern.MULTILINE); final Matcher matcher = pattern.matcher(string); while (matcher.find()) { System.out.println("Full match: " + matcher.group(0)); for (int i = 1; i <= matcher.groupCount(); i++) { System.out.println("Group " + i + ": " + matcher.group(i)); } } } }

Please keep in mind that these code samples are automatically generated and are not guaranteed to work. If you find any syntax errors, feel free to submit a bug report. For a full regex reference for Java, please visit: https://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html