- Overview of Derivatives with R Tutorial
- How to Create Futures Continuous Series
- Exploring Crude Oil (CL) Future Data from Quandl in R
- R Visualization of Statistical Properties of Future Prices
- Comparing Futures vs Spot Prices for WTI Crude Oil
- Different Parties in the Futures Market
- Creating Term Structure of Futures Contracts Using R
- Contango and Backwardation
- Exploring Open Interest for Futures Contracts with R
- Review of Options Contracts
- Black Scholes Options Pricing Model in R
- Binomial Option Pricing Model in R
- Understanding Options Greeks
- Options Strategy: Create Bull Call Spread with R Language
- Options Strategy: Create Long Straddle with R Language
Overview of Derivatives with R Tutorial
This tutorial on derivatives with R provides a conceptual and practical guide to analyzing derivatives instruments such as Futures Contracts and Options using the R programming language. The tutorial has a well balanced structure between theoretical concepts and practical examples and aims to show important properties of derivatives instruments using R.
The first part of the tutorial describes the fundamental properties of futures contracts. We then perform some data exploration tasks on futures contract prices that explore specific properties of these assets using important R packages such as ggplot, dplyr and the apply family functions from R. The different datasets that are used in this tutorial come from public APIs such as Quandl and CSV files.
Going forward, using the futures contracts data, we provide various examples about how to convert a dataset into tidy data in order to extract meaningful features about datasets, make elegant plots using the ggplot library, build R functions from scratch and use R built-in functions to clean data.
The tutorial tries to demonstrate with examples and visualization tools important properties and concepts of futures contracts such as the Term Structures of future contracts and the high volatility of futures contracts.
In the next section of the tutorial, we provide tools to guide readers in understanding how options instruments are valued using two popular models, namely, the Black Scholes model and the Binomial model. Both models are implemented using R functions to understand from scratch the valuation process and their intermediate steps.
The last section has a description of the Option Greeks and their importance to understand option price movements. Finally, there is a section which uses R language to simulate options strategies such as the Bull Call Spread, Long Straddle, Iron Condor, and Butterfly Spread. To have a better understanding about how these strategies work and the different payoff scenarios of each strategy, they are plotted using ggplot package.
Readers will have the opportunity to observe with real world examples relevant properties of derivatives while learning R programming capabilities to manipulate data and show data insights.
Related Downloads
Data Science in Finance: 9-Book Bundle
Master R and Python for financial data science with our comprehensive bundle of 9 ebooks.
What's Included:
- Getting Started with R
- R Programming for Data Science
- Data Visualization with R
- Financial Time Series Analysis with R
- Quantitative Trading Strategies with R
- Derivatives with R
- Credit Risk Modelling With R
- Python for Data Science
- Machine Learning in Finance using Python
Each book includes PDFs, explanations, instructions, data files, and R code for all examples.
Get the Bundle for $39 (Regular $57)Free Guides - Getting Started with R and Python
Enter your name and email address below and we will email you the guides for R programming and Python.