class: center, middle, inverse, title-slide .title[ # Tidy Finance with R ] .subtitle[ ## www.tidy-finance.org ] .author[ ### Christoph Scheuch, Stefan Voigt, Patrick Weiss ] .date[ ### June 23, 2022 ] --- class: chapter-slide # What is 'Tidy Finance with R'? --- ## #TidyFinance started with three PhD students <center><img style="border-radius: 50%;" alt="Portrait of Christoph Scheuch" src="images/pic_christoph.jpg" width="200px"/>       <img style="border-radius: 50%;" alt="Portrait of Stefan Voigt" src="images/pic_stefan.jpg" width="200px"/>       <img style="border-radius: 50%;" alt="Portrait of Patrick Weiss" src="images/pic_patrick.jpg" width="200px"/></center> ####       Christoph Scheuch         Stefan Voigt           Patrick Weiss Studied together at the [Vienna Graduate School of Finance](https://www.vgsf.ac.at/). ??? A long, long time ago. Tidy Finance started out with three PhD students. --- ### #TidyFinance is ... .pull-left[ - ... an open-source `{bookdown}` available at [tidy-finance.org](https://www.tidy-finance.org). - ... a step towards **reproducible finance** by providing a fully transparent code base. - ... a resource for students, lecturers, and professionals using `R` for applications in finance. - ... a **tidy** approach to finance. - ... adding **new chapters** and **revising existing chapters**. ] .pull-right[ <middle><center><img src="images/cover.jpg" alt="Cover image of 'Tidy Finance with R'. The figure reads Tidy Finance with R followed by the author's names; Christoph Scheuch, Stefan Voigt, and Patrick Weiss." width="400"/></center></middle> ] ??? --- class: chapter-slide # Who should read #TidyFinance? ??? --- ## The three target audiences of #TidyFinance .middle[ .pull-left[ <span style="color:#1464b4; font-size:32pt; font-weight: bold">
Students</span> <span style="font-size:32pt; font-weight: bold">
Instructors</span> <span style="font-size:32pt; font-weight: bold">
  Professionals</span> ] .pull-right[ - Students from **undergraduate** and **graduate** programs in finance. - There is a potential for **self-studying** the content. - Each chapter provides **exercises** to check progress. - Reference for later stages in their professional careers. ] ] ??? Students who want to acquire the basic tools required to conduct financial research ranging from undergrad to graduate level. The book's structure is simple enough such that the material is sufficient for self-study purposes. --- ## The three target audiences of #TidyFinance .middle[ .pull-left[ <span style="font-size:32pt; font-weight: bold">
Students</span> <span style="color:#1464b4; font-size:32pt; font-weight: bold">
Instructors</span> <span style="font-size:32pt; font-weight: bold">
  Professionals</span> ] .pull-right[ - Lecturers who teach **empirical finance courses**, e.g., in asset pricing. - Can be used as the **main** or a **complimentary textbook**. - Possible to focus on **specific chapters**, e.g., factor selection with machine learning. - All chapters are **self-contained**. ] ] ??? Instructors who look for materials to teach in empirical finance courses. We provide plenty of examples and (hopefully) intuitive explanations which can easily be adjusted or expanded. Stefan uses it for teaching already. --- ## The three target audiences of #TidyFinance .middle[ .pull-left[ <span style="font-size:32pt; font-weight: bold">
Students</span> <span style="font-size:32pt; font-weight: bold">
Instructors</span> <span style="color:#1464b4; font-size:32pt; font-weight: bold">
  Professionals</span> ] .pull-right[ - Data analysts or scientists, statisticians, and others working on **finance-related topics**. - Shortcuts to **financial data** providers. - Practical, easy-to-adapt **tools** to implement common tasks. ] ] ??? Data analysts or statisticians who work on issues pertaining to financial data and need practical tools to do so. --- ## Background knowledge for #TidyFinance .middle[ .pull-left[ <span style="font-size:32pt; font-weight: bold">
Students</span> <span style="font-size:32pt; font-weight: bold">
Instructors</span> <span style="font-size:32pt; font-weight: bold">
  Professionals</span> ] .pull-right[ .center[.middle[
 
 
]] ] ] ??? The finance crowd will benefit from our **tidy implementation**. The `R`-oriented person will appreciate our **finance background**, best practices, and **references**. --- class: chapter-slide # What is covered in #TidyFinance? --- ## #TidyFinance covers a variety of topics .pull-left[ ### Introduction - Show #TidyFinance-approach - **Yahoo!Finance** data - Portfolio choice - **Efficient frontier** ] .pull-right[ ### Financial data - **Tidy** data - Fama-French data - Macroeconomic data - **WRDS** via `{RPostgres}` - **CRSP**, **Compustat** - Database with `{RSQLite}` ] --- ## #TidyFinance covers a variety of topics .pull-left[ ### Asset pricing - Beta estimation - Parallelization with `{future}` - **Portfolio sorts** - Replication of Fama-French 3-factors - **Fama-MacBeth** regressions ] .pull-right[ ### Machine learning - Factor selection - Option pricing - Ridge, Lasso, random forests, neural networks - `{tidymodels}` - `{keras}` ] --- ## #TidyFinance covers a variety of topics .pull-left[ ### Portfolio optimization - Parametric portfolio optimization - Constrained optimization - **Performance evaluation** - Backtesting ] .pull-right[ ### And more - Do you have further **suggestions**? ] --- class: chapter-slide # Why `R`? Why `{Tidyverse}`? --- class: middle .pull-left[ ### `R` is among the best choices for finance programming. - Free, open-source software with a diverse, active **community**. - Actively-maintained **packages** for all kinds of applications. - Smooth integration with other **programming languages**. - **RStudio**
] .pull-right[ ### `{Tidyverse}` is the way for data analysis. - Messy data cause pain. **Tidy data** cause joy. - Compose simple functions with the **pipe**. - Designed for **humans**. - **Consistent** across packages. ] --- class: chapter-slide # Final remarks --- .center[## #TidyFinance will be published.] .pull-left[ - We signed a contract with **CRC Press**. - Expected to be published in the CRC **R Series** in 2023. - [tidy-finance.org](https://www.tidy-finance.org) will remain **free** and up-to-date. ] .pull-right[ <middle><center><img src="images/signed_contract.jpg" alt="A partial view of the first page fo a contract with a pen." width="520" height="300"/></center></middle> ] --- class: middle, left background-image: url("images/cover.jpg") background-position: right background-size: 400px ### Reach out with comments, questions, or <br> suggestions:
[contact@tidy-finance.org](mailto:contact@tidy-finance.org) ##
visit [tidy-finance.org](https://www.tidy-finance.org)