Quantiacs Q2 Contest – Terms and Conditions
A. NO PURCHASE OR PAYMENT OF ANY KIND IS NECESSARY TO ENTER OR WIN THIS CONTEST OF SKILL.
B. BY ENTERING THIS CONTEST, EACH ENTRANT CERTIFIES THAT HE/SHE MEETS ALL ELIGIBILITY REQUIREMENTS AND AGREES TO ACCEPT AND BE BOUND BY ALL OF THESE TERMS AND CONDITIONS (the “Official Rules”).
1. Sponsor: This Quantiacs Futures Contest (the “Contest”), is sponsored by Quantiacs, LLC (the “Sponsor”), a Delaware limited liability company located at 445 Cambridge Avenue, Suite B, Palo Alto, California 94306. The Contest is governed by the laws of the state of California.
2. Eligibility: Participation in this Contest is open only to natural persons who meet all of the following conditions (“Participants”): (i) they are residents of the United States of America at the time of entry in the Contest; (ii) they are eighteen (18) years of age or older at the time of entry in the Contest; (iii) they are students or alumni of a college or university domiciled in the United States of America (a “U.S. University”); (iv) they agree to the terms and conditions of the Sponsor’s User Agreement available at www.Quantiacs.com. Eligibility to compete for any prizes awarded by this Contest is further limited to “unique” Trading Systems as set forth herein.
The Sponsor reserves the modify the eligibility requirements for entry during the course of the Contest if less than thirty (30) Participants have entered the Contest by May 31, 2015 as described below. Upon request, the Sponsor reserves the right, in its sole discretion, to waive certain eligibility requirements for otherwise qualified persons.
3. Contest Summary: Participants are invited to submit algorithmic Trading Systems (as further defined below) over the Sponsor’s website at www.Quantiacs.com. Using the performance criteria set forth herein, these Trading Systems will be evaluated using historical and live futures trade data from January 1, 1990 through June 30, 2015 (the “Evaluation Period”) as may be modified as provided herein. The three Participants submitting Trading Systems that achieve the three highest Scores (as defined below) will be awarded allocations to their strategies (a “Grand Prize”), as set forth below.
4. Entry Period: Entries will be accepted from 12:00:01 a.m. on April 20, 2015 until midnight on June 30, 2015 (the “Entry Period”). If as of June 30, 2015, less than thirty (30) Participants have submitted entries, the Sponsor may, in its sole discretion, cancel the Contest, in which event no awards or prizes will be granted or distributed in connection with the Contest.
a. The Entry Period is divided into three sub-periods: the Darkness Phase, the Twilight Phase and the Daylight Phase.
b. The Darkness Phase starts at 12:00:01 a.m. on May 1, 2015 and ends at midnight on May 22, 2015. During the Darkness Phase, no information about submitted systems is provided.
c. The Twilight Phase starts at 12:00:01 a.m. on May 23, 2015 and ends at midnight on June 12, 2015. During the Twilight Phase, only the number of participating systems, information whether evaluation evaluation on the Sponsor’s servers was successful and a small graphic of the resulting equity curve of each system are published on the Sponsor’s website.
d. The Daylight Phase starts at 12:00:01 a.m. on June 13, 2015 and ends at midnight on June 30, 2015. During the Daylight Phase the Scores and equity curves of all submitted systems are published on the Sponsor’s website.
5. How to Enter: To enter, Participants must upload a Trading System (as defined below) during the Entry Period to www.Quantiacs.com by following the instructions posted there. Participants must include with their submission the following information: his/her name; residential mailing address; his/her alma mater; and phone number. A Participant may submit up to ten (10) Trading Systems per day during the Entry Period; provided however that each Participant’s single qualifying entry will be the Trading System that produces the highest Score as of the last day of the Live Period as defined below by these Official Rules. No single Participant may receive more than one of the three Grand Prizes defined herein.
6. Live Contest Period: The Contest starts on July 1, 2015 at 12:00.01 a.m. and ends on September 30, 2015 at midnight (the “Live Contest Period”). During the Live Contest Period, no changes may be made to Trading Systems entered in the Contest. The results of all participating Trading Systems will be updated daily during the Live Contest Period, as new market data arrives. The results will be published on www.Quantiacs.com.
7. Trading System Technical Requirements and Trading Rules: Participating algorithmic trading systems (“Trading Systems”) must be developed in accordance with and meet the following requirements:
a. Trading Systems must be developed solely with the market data that is provided by the Sponsor. The market data consists of end of day data of a selection of futures contracts. The composition of the portfolio may change during the contest if additional market data is provided by the Sponsor. It is within each Participant’s discretion to select his or her portfolio from the available futures market data provided by the Sponsor.
b. If the Sponsor determines, in its sole discretion, that market data is erroneous, the Sponsor reserves the right to correct the market data in any phase of the competition.
c. The code of a Trading System must be compatible to Matlab® 2014a and be compatible with the Sponsor’s evaluation routines. A sample evaluation routine is provided in Sponsor’s development toolbox on www.Quantiacs.com. The evaluation routine on the servers may differ from the sample evaluation. The following Matlab®-Toolboxes (R2014a) are supported: Statistics, Optimization, Signal Processing, Neural Network, Global Optimization, Financial, Econometrics and Curve Fitting.
d. Alternatively participants may choose to use Python compatible with version 2.7.9 and the Sponsor’s evaluation routines. A sample evaluation routine is provided in the Sponsor’s development toolbox on www.Quantiacs.com. The evaluation routine on the servers may differ from the sample evaluation. The following Python toolboxes are supported: numpy, Pandas, scipy, sci-kit.learn.
e. The evaluation routine simulates the interaction with a broker and computes the portfolio equity curve. The Sponsor reserves the right to correct bugs in the evaluation routine during the course of the Contest. In such a scenario, all Participants will be notified about the correction, Trading Systems will be computed again and the corrected portfolio equity curves will be displayed at www.Quantiacs.com.
f. A Trading System only qualifies for a Grand Prize if it would have produced the same returns, Sharpe Ratio and Score were it traded live during the Live Contest Period with an arbitrary broker account. In other words, simulated performance, Sharpe Ratio and Score cannot result from exploitation of a bug in the back-testing Toolbox or a loophole in the Official Rules.
g. Each Trading System must use the same rules for the entire Evaluation Period and may not vary in relation to changes in timescale for arbitrary periods of years (e.g. “don’t trade in 2008” is an invalid rule).
h. Each Trading System must use quantitative rules only, and generate the same result if run twice on the same portfolio.
i. It is possible to trade long and short.
j. The margin requirement is always 100%. If there is not sufficient capital to cover all current open positions, then the Trading System’s assets will decrease proportionally across all holdings until the margin requirements are met.
k. A transaction fee of 5% * HIGH-LOW is deducted for every change in position size. This simulates the impact of slippage and commissions.
l. The longest permitted lookback period is 2520 trading days.
m. Each Trading System must have a runtime of less than five minutes on the Sponsor’s servers.
n. If a Trading System causes a runtime error, all positions will be closed. It will be called again with the next available set of market data, and so forth. As soon as the Trading System resumes functioning, positions will be built up accordingly.
o. The use of the following Matlab items and their Python equivalents are prohibited
i. MEX-files
ii. Java commands or object creation
iii. eval, feval, inline, and function handles
iv. Shell escapes such as !, dos, unix, and system
v. Handle Graphics commands
vi. ActiveX commands
vii. File I/O commands
viii. Debugging commands
ix. Printing commands
x. Simulink commands
xi. Benchmark commands such as tic, toc, flops, clock, and pause
xii. error, clear, and persistent functions
p. Entries compromising contest machinery are prohibited and will result in disqualification.
q. Manipulating the Score, runtime, or error conditions is prohibited and will result in disqualification.
8. Evaluation and Scoring: At the end of the Evaluation Term, the final “Score” of all participating Trading Systems will be computed as follows:

9. Prizes:
a. Eligible Participants who submit a “unique“ Trading System during the Entry Period compete for the grand prize. The uniqueness of a Trading System is determined by the linear correlation of the returns of a submission to the returns of any other trading systems previously submitted to Quantiacs. An entry shall be deemed unique if the maximum of the linear correlations to all trading systems submitted to the Sponsor’s platform before April 20, 2015 is less than 0.85.
b. Each Participant’s single qualifying entry for the Grand Prize shall be the Trading System that produces the single highest Score for the Evaluation Period regardless of the number of Trading System the Participant has submitted. The three Participants having the three highest overall Scores at the end of the Live Contest Period will be awarded an allocation to their strategy, as set forth below, commencing no later than within thirty (30) days of the conclusion of the Live Contest Period. The winners shall receive performance fees of ten percent (10%) of Net New Profits based on the performance of their Trading Systems as set forth in the Sponsor’s User Agreement. The allocations shall continue for a minimum of one (1) year provided that the Trading System’s Score does not drop below its Score as of the conclusion of the Live Contest Period. If the live Sharpe Ratio of a Trading System (i.e. the Sharpe Ratio of all trading days subsequent to the commencement of the Live Contest Period) drops below the Score of the Trading System as of the conclusion of the Live Contest Period, then the Sponsor, in its sole discretion, may reduce or eliminate the allocation to a winning Trading System. The amounts allocated to the winning Trading Systems are:
Highest Score: $1,000,000
Second highest Score: $750,000
Third highest Score: $500,000
c. The awards will be made to the winning Participants within thirty (30) days of the termination of the Contest. No payment or purchase is necessary to win.
d. The three Participants having the three highest overall Sharpe Ratios on May 22, 2015 at midnight (the end of the Darkness Contest Period) will be awarded a Syma X5C 2.4G 6 Axis GYRO HD Camera RC Quadcopter, shipped to their residential U.S. address no later than May 31, 2015.
e. The three Participants having the three highest overall Sharpe Ratios on June 12, 2015 at midnight (the end of the Twilight Contest Period) and not having already won a prize the end of the Darkness Contest Period will be awarded a Syma X5C 2.4G 6 Axis GYRO HD Camera RC Quadcopter, shipped to their residential U.S. address no later than June 30, 2015.
10. Miscellaneous:
a. All times used in these Official Rules are Pacific Standard Time.
b. The Sponsor reserves the right, in its sole discretion, to exclude, bar or otherwise penalize any Participant if such Participant’s Contest entry contains malicious or harmful code or if such Participant otherwise poses any threat of damage to the Sponsor or the integrity of this Contest.
c. By submitting a Trading System to the Sponsor, each Participant grants to the Sponsor the License to use the Trading System as set forth in the Sponsor’s User Agreement.
d. The Sponsor reserves the right, in its sole discretion, to modify the Official Rules if necessary to preserve the integrity of the Contest.
e. The Sponsor reserves the right to disqualify and prohibit from participating any person who the Sponsor determines in its sole discretion is or is attempting to (i) tamper with Sponsor’s website; (ii) undermine the legitimate operation of the Contest by cheating, deception or other unfair tactic; and/or (iii) otherwise violate these Official Rules or Sponsor’s User Agreement.
f. All taxes, fees and surcharges on awards and prizes are the sole responsibility of the winner. In the event that a winner is ineligible or refuses an award or prize, the award or prize will be forfeited and Sponsor, in its sole discretion, may choose whether to grant the award or prize to another Participant.