Publications by Charlotte Smith

Comparing Price to Earnings Ratio - Yahoo Finance

07.04.2021

Contents   i. Executive Summary   ii. Conclusion   iii. Code Executive Summary Using Live Yahoo Finance Data to analyze the E/P ratio relative to the lagged change in percent earnings . The E/P ratio is the earning yields for stock, and is the inverse of /the P/E price to earnings of stocks. The P/E ratio further is the ratio of the market...

3307 sym R (2709 sym/3 pcs) 2 img

Derivatives - Functions for Black Scholes & Monte Carlo

07.04.2021

EXECUTIVE SUMMARY The below code creates functions and plots for Black-Scholes and Monte-Carlo Simulation for vanilla call options, european call options, and down-and-out put options. It also examines exotic options, hedging portfolios for large price movements, associated transactions costs, and builds a Heston model. Note : The code uses prede...

2760 sym R (17520 sym/30 pcs) 17 img

Forecasting Predicted Returns

07.04.2021

## Error in get(genname, envir = envir) : object 'testthat_print' not found CONTENTS i. EXECUTIVE SUMMARY ii. ANALYSIS iii. PROCESS     1.1 Methodology     1.2 Data Cleaning     1.3 Time Series Return Plots & Regression Outputs     1.4 Mathematical Proof for Forecasting Predictions     2. Expected Return v Forecast     2....

8269 sym R (10781 sym/5 pcs) 8 img 1 tbl

Predicting Volatility in Returns

07.04.2021

EXECUTIVE SUMMARY This analysis uses Fama-French factor estimates on S&P 500 equities, and then explores the best model for volatility using such factors. Due to high predictability on 12 month lagged returns on investments, we can thus use different models to predict volatility. Primarily testing Black’s theory that “negative returns are fol...

3803 sym R (2340 sym/17 pcs) 8 img

Annual Returns S&P 500

07.04.2021

i. EXECUTIVE SUMMARY ii. ANALYSIS iii. TABLES & FIGURES iv. CODE EXECUTIVE SUMMARY I calculate the annual compounded rates of return for each stock in the S&P500 from January 1926 through December 2019. I do this by calculating the rate of compounded growth in each stock’s market cap from year to year; specifically, I do not calculate the rate...

3325 sym R (2893 sym/3 pcs) 1 img 1 tbl

Derivatives - Functions for Pricing Call Options with Binomial Models/Trees

07.04.2021

EXECUTIVE SUMMARY The below code creates functions and plots for pricing European options, American options, Asian options, Binomial models/trees, and straddles. Note : The code uses predetermine inputs for all models. CONTENTS i. Pricing European Options & Binomial Models/Trees ii. Straddle Pricing iii.Pricing American Options iv. Discrete Divi...

6136 sym R (15450 sym/33 pcs) 2 img