1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- % @Author: ArthurBernard
- % @Email: arthur.bernard.92@gmail.com
- % @Date: 2019-07-02 19:18:05
- % @Last modified by: ArthurBernard
- % @Last modified time: 2019-07-13 11:05:31
- \documentclass[a4paper]{arthur-cv-en}
- \title{Curiculum Vitae}
- \author{Arthur Bernard}
- \usepackage[english]{babel}
- \usepackage{fontspec}
- \usepackage{microtype}
- % Set profile info
- \cvname{Arthur Bernard}
- \cvlinkedin{/in/arthur-bernard-789955152}
- \cvgithub{ArthurBernard}
- \cvmail{arthur.bernard.92@gmail.com}
- \cvnumberphone{+33 6 59 29 14 50}
- \cvjobtitle{Data Scientist in Quantitative Finance}
- \cvsite{}
- \begin{document}
- \makeprofile % Set header
- \begin{textblock}{20.5}(0.25, 3.5)
- \begin{minipage}[t]{0.37\textwidth}
- %%%%%%%%%%%%%%%%%
- %% Left side %%
- %%%%%%%%%%%%%%%%%
- \sectionleft{Key skills}
- \subsectionleft{Proficiency in \textbf{statistics} \& \textbf{econometrics softwares}:}{R (Advanced), Octave/Matlab (Advanced), SAS (Beginner), STATA (Beginner).}
- \subsectionleft{Operating systems:}{Windows and \textbf{Unix}.}
- \subsectionleft{Languages:}{French (\textbf{native speaker}), English (\textbf{professional skill}).}
- \sectionleft{Programming}
- \subsectionleft{Highly advanced:}{\textbf{Python} (expertise in NumPy, Pandas, Cython, PyTorch, Keras, Sickit-Learn, Asyncio, Multi-process/thread, etc).}
- \subsectionleft{Advanced:}{\textbf{Shell}, VBA, LaTeX.}
- \subsectionleft{In progress:}{\textbf{C++}.}
-
- \sectionleft{MOOC's}
- \subsectionleft{Learn to program with \textbf{Python},}{on OpenClassRooms.}
- \subsectionleft{\textbf{Machine Learning}, by Andrew Ng,}{on Coursera.}
- \subsectionleft{\textbf{Deep Learning}, by Andrew Ng,}{on Coursera.}
- \subsectionleft{And other diverse courses (\textbf{Linux}, \textbf{C++}, etc.).}{}
- \sectionleft{Interests}
- \subsectionleft{Artificial intelligence.}{}
- \subsectionleft{Crypto-currencies/Blockchains.}{}
- \end{minipage}\hfill\begin{minipage}[t]{0.61\textwidth}
- %%%%%%%%%%%%%%%%%%
- %% Right side %%
- %%%%%%%%%%%%%%%%%%
-
- \section{Experiences}
- \begin{rightenv}
- \subsectionright{Jan. 2019 – Present}{Research in Quantitative Finance}[Napoleon Group][Paris]{R\&D of trading strategies, \textbf{multivariate prediction} with neural networks, \textbf{execution order algorithms}, development of \textbf{backtesting} and \textbf{financial analysis} tools, and webscraping data.}
- \subsectionright{Jun. 2018 – Dec. 2018}{Intern in Quantitative Finance}[Napoleon Group][Paris]{Research of quantitative strategies and \textbf{portfolio allocation} algorithms. \textbf{Data-science competition} elaborated for the Collège de France.}
- \subsectionright{Sept. 2013 – May 2018}{Administrator (volunteer)}[Mutuelle des Etudiants de Provence]{Approval of budgets, financial investments, internal policy, etc.}
- \end{rightenv}
- \section{Personal projects}
- \begin{rightenv}
- \subsectionright{2018 – 2019}{Machine/deep learning tools adapted to finance}{Development of a python and cython package to create \textbf{neural networks}, \textbf{backtest strategies}, analysis with \textbf{econmetric models} and \textbf{financial indicators}, etc. Published on PyPI as \textit{fynance}.}
- \subsectionright{2017 – 2018}{Webscraping package}{Development of a python package to \textbf{download data} and \textbf{update database} from some crypto-currency's exchanges. Published on PyPI as \textit{dccd}.}
- \subsectionright{2016 – 2019}{Trading bot algorithms on crypto currencies}{Development and maintenance of trading bots with python and bash scripts. Starting in 2016 with \textbf{arbitrage strategy}, and more recently create \textbf{strategies with neural network}. A part is available on my GitHub in the repository \textit{Strategy\_Manager}.}
- \end{rightenv}
- \section{Education}
- \begin{rightenv}
- \subsectionright{2017 – 2018}[Master's Degree]{Econometrics of Banking and Financial markets}[Aix-Marseille School of Economics][Marseille]{\textbf{Courses:} Stochastic finance, financial econometrics, financial engineering, econometrics of exchange rates, neural network, etc.\\\textbf{Projects:} Intraday analysis of BTCUSD versus EURUSD, etc.\\\textbf{Master thesis:} Analysis of dynamics of Bitcoin.}
- \subsectionright{2013 – 2016}[Bachelor's degree]{Economics and Management}[Aix-Marseille Université][Marseille]{\textbf{Specialization:} Finance.\\\textbf{Courses:} Time series econometrics, financial markets, statistics, optimization, informatic (SQL and VBA), etc.}
- \subsectionright{2012}[A-Level]{Science}[High-School Marie Madeleine Fourcade][Gardanne]{}
- \end{rightenv}
- \section{Miscellaneous}
- \begin{rightenv}
- \subsectionright{2019}{Data-science competition}[ENS Challenge Data]{$7^{th}$ in the temporary ranking, about prediction of daily stock movements on the US market, proposed by Capital Fund Management.}
- \subsectionright{2014 – 2016}{Founder and general secretary of student association}{Organisation and management of team projects.}
- \subsectionright{Present}{Hobbies}{Cooking, travelling (Norway, Scotland, Eastern countries, etc.), swimming (competition) and theater.}
- \end{rightenv}
- \end{minipage}
- \end{textblock}
- \end{document}
|