Derivatives Pricing Via Machine Learning

Derivatives Pricing Via Machine Learning
Author: Tingting Ye
Publisher:
Total Pages: 40
Release: 2019
Genre:
ISBN:

In this paper, we combine the theory of stochastic process and techniques of machine learning with the regression analysis, first proposed by Longstaff and Schwartz 2001 and apply the new methodologies on financial derivatives pricing. Rigorous convergence proofs are provided for some of the methods we propose. Numerical examples show good applicability of the algorithms.

Empirical Asset Pricing

Empirical Asset Pricing
Author: Wayne Ferson
Publisher: MIT Press
Total Pages: 497
Release: 2019-03-12
Genre: Business & Economics
ISBN: 0262039370

An introduction to the theory and methods of empirical asset pricing, integrating classical foundations with recent developments. This book offers a comprehensive advanced introduction to asset pricing, the study of models for the prices and returns of various securities. The focus is empirical, emphasizing how the models relate to the data. The book offers a uniquely integrated treatment, combining classical foundations with more recent developments in the literature and relating some of the material to applications in investment management. It covers the theory of empirical asset pricing, the main empirical methods, and a range of applied topics. The book introduces the theory of empirical asset pricing through three main paradigms: mean variance analysis, stochastic discount factors, and beta pricing models. It describes empirical methods, beginning with the generalized method of moments (GMM) and viewing other methods as special cases of GMM; offers a comprehensive review of fund performance evaluation; and presents selected applied topics, including a substantial chapter on predictability in asset markets that covers predicting the level of returns, volatility and higher moments, and predicting cross-sectional differences in returns. Other chapters cover production-based asset pricing, long-run risk models, the Campbell-Shiller approximation, the debate on covariance versus characteristics, and the relation of volatility to the cross-section of stock returns. An extensive reference section captures the current state of the field. The book is intended for use by graduate students in finance and economics; it can also serve as a reference for professionals.

Innovative Derivative Pricing and Time Series Simulation Techniques Via Machine and Deep Learning

Innovative Derivative Pricing and Time Series Simulation Techniques Via Machine and Deep Learning
Author: Weilong Fu
Publisher:
Total Pages: 0
Release: 2022
Genre:
ISBN:

It is challenging because of the complex statistical properties of the real financial data. In Chapter 5, we introduce two generative adversarial networks, which utilize the convolutional networks with attention and the transformers, for financial time series simulation. The networks learn the statistical properties in a data-driven manner and the attention mechanism helps to replicate the long-range dependencies. The proposed models are tested on the S&P 500 index and its option data, examined by scores based on the stylized facts and are compared with the pure convolutional network, i.e. QuantGAN. The attention-based networks not only reproduce the stylized facts, including heavy tails, autocorrelation and cross-correlation, but also smooth the autocorrelation of returns.

Machine Learning in Asset Pricing

Machine Learning in Asset Pricing
Author: Stefan Nagel
Publisher: Princeton University Press
Total Pages: 156
Release: 2021-05-11
Genre: Business & Economics
ISBN: 0691218706

A groundbreaking, authoritative introduction to how machine learning can be applied to asset pricing Investors in financial markets are faced with an abundance of potentially value-relevant information from a wide variety of different sources. In such data-rich, high-dimensional environments, techniques from the rapidly advancing field of machine learning (ML) are well-suited for solving prediction problems. Accordingly, ML methods are quickly becoming part of the toolkit in asset pricing research and quantitative investing. In this book, Stefan Nagel examines the promises and challenges of ML applications in asset pricing. Asset pricing problems are substantially different from the settings for which ML tools were developed originally. To realize the potential of ML methods, they must be adapted for the specific conditions in asset pricing applications. Economic considerations, such as portfolio optimization, absence of near arbitrage, and investor learning can guide the selection and modification of ML tools. Beginning with a brief survey of basic supervised ML methods, Nagel then discusses the application of these techniques in empirical research in asset pricing and shows how they promise to advance the theoretical modeling of financial markets. Machine Learning in Asset Pricing presents the exciting possibilities of using cutting-edge methods in research on financial asset valuation.

Machine Learning and Data Science Blueprints for Finance

Machine Learning and Data Science Blueprints for Finance
Author: Hariom Tatsat
Publisher: "O'Reilly Media, Inc."
Total Pages: 432
Release: 2020-10-01
Genre: Computers
ISBN: 1492073008

Over the next few decades, machine learning and data science will transform the finance industry. With this practical book, analysts, traders, researchers, and developers will learn how to build machine learning algorithms crucial to the industry. You’ll examine ML concepts and over 20 case studies in supervised, unsupervised, and reinforcement learning, along with natural language processing (NLP). Ideal for professionals working at hedge funds, investment and retail banks, and fintech firms, this book also delves deep into portfolio management, algorithmic trading, derivative pricing, fraud detection, asset price prediction, sentiment analysis, and chatbot development. You’ll explore real-life problems faced by practitioners and learn scientifically sound solutions supported by code and examples. This book covers: Supervised learning regression-based models for trading strategies, derivative pricing, and portfolio management Supervised learning classification-based models for credit default risk prediction, fraud detection, and trading strategies Dimensionality reduction techniques with case studies in portfolio management, trading strategy, and yield curve construction Algorithms and clustering techniques for finding similar objects, with case studies in trading strategies and portfolio management Reinforcement learning models and techniques used for building trading strategies, derivatives hedging, and portfolio management NLP techniques using Python libraries such as NLTK and scikit-learn for transforming text into meaningful representations

American-Style Derivatives

American-Style Derivatives
Author: Jerome Detemple
Publisher: CRC Press
Total Pages: 247
Release: 2005-12-09
Genre: Business & Economics
ISBN: 1420034863

Focusing on recent developments in the field, American-Style Derivatives provides an extensive treatment of option pricing with emphasis on the valuation of American options on dividend-paying assets. This book reviews valuation principles for European contingent claims and extends the analysis to American contingent claims. It presents basic valuation principles for American options including barrier, capped, and multi-asset options. It also reviews numerical methods for option pricing and compares their relative performance. Ideal for students and researchers in quantitative finance, this material is accessible to those with a background in stochastic processes or derivative securities.

Machine Learning for Algorithmic Trading

Machine Learning for Algorithmic Trading
Author: Stefan Jansen
Publisher: Packt Publishing Ltd
Total Pages: 822
Release: 2020-07-31
Genre: Business & Economics
ISBN: 1839216786

Leverage machine learning to design and back-test automated trading strategies for real-world markets using pandas, TA-Lib, scikit-learn, LightGBM, SpaCy, Gensim, TensorFlow 2, Zipline, backtrader, Alphalens, and pyfolio. Purchase of the print or Kindle book includes a free eBook in the PDF format. Key FeaturesDesign, train, and evaluate machine learning algorithms that underpin automated trading strategiesCreate a research and strategy development process to apply predictive modeling to trading decisionsLeverage NLP and deep learning to extract tradeable signals from market and alternative dataBook Description The explosive growth of digital data has boosted the demand for expertise in trading strategies that use machine learning (ML). This revised and expanded second edition enables you to build and evaluate sophisticated supervised, unsupervised, and reinforcement learning models. This book introduces end-to-end machine learning for the trading workflow, from the idea and feature engineering to model optimization, strategy design, and backtesting. It illustrates this by using examples ranging from linear models and tree-based ensembles to deep-learning techniques from cutting edge research. This edition shows how to work with market, fundamental, and alternative data, such as tick data, minute and daily bars, SEC filings, earnings call transcripts, financial news, or satellite images to generate tradeable signals. It illustrates how to engineer financial features or alpha factors that enable an ML model to predict returns from price data for US and international stocks and ETFs. It also shows how to assess the signal content of new features using Alphalens and SHAP values and includes a new appendix with over one hundred alpha factor examples. By the end, you will be proficient in translating ML model predictions into a trading strategy that operates at daily or intraday horizons, and in evaluating its performance. What you will learnLeverage market, fundamental, and alternative text and image dataResearch and evaluate alpha factors using statistics, Alphalens, and SHAP valuesImplement machine learning techniques to solve investment and trading problemsBacktest and evaluate trading strategies based on machine learning using Zipline and BacktraderOptimize portfolio risk and performance analysis using pandas, NumPy, and pyfolioCreate a pairs trading strategy based on cointegration for US equities and ETFsTrain a gradient boosting model to predict intraday returns using AlgoSeek's high-quality trades and quotes dataWho this book is for If you are a data analyst, data scientist, Python developer, investment analyst, or portfolio manager interested in getting hands-on machine learning knowledge for trading, this book is for you. This book is for you if you want to learn how to extract value from a diverse set of data sources using machine learning to design your own systematic trading strategies. Some understanding of Python and machine learning techniques is required.

Machine Learning in Finance

Machine Learning in Finance
Author: Matthew F. Dixon
Publisher: Springer Nature
Total Pages: 565
Release: 2020-07-01
Genre: Business & Economics
ISBN: 3030410684

This book introduces machine learning methods in finance. It presents a unified treatment of machine learning and various statistical and computational disciplines in quantitative finance, such as financial econometrics and discrete time stochastic control, with an emphasis on how theory and hypothesis tests inform the choice of algorithm for financial data modeling and decision making. With the trend towards increasing computational resources and larger datasets, machine learning has grown into an important skillset for the finance industry. This book is written for advanced graduate students and academics in financial econometrics, mathematical finance and applied statistics, in addition to quants and data scientists in the field of quantitative finance. Machine Learning in Finance: From Theory to Practice is divided into three parts, each part covering theory and applications. The first presents supervised learning for cross-sectional data from both a Bayesian and frequentist perspective. The more advanced material places a firm emphasis on neural networks, including deep learning, as well as Gaussian processes, with examples in investment management and derivative modeling. The second part presents supervised learning for time series data, arguably the most common data type used in finance with examples in trading, stochastic volatility and fixed income modeling. Finally, the third part presents reinforcement learning and its applications in trading, investment and wealth management. Python code examples are provided to support the readers' understanding of the methodologies and applications. The book also includes more than 80 mathematical and programming exercises, with worked solutions available to instructors. As a bridge to research in this emergent field, the final chapter presents the frontiers of machine learning in finance from a researcher's perspective, highlighting how many well-known concepts in statistical physics are likely to emerge as important methodologies for machine learning in finance.

Machine Learning

Machine Learning
Author:
Publisher: BoD – Books on Demand
Total Pages: 153
Release: 2021-12-22
Genre: Computers
ISBN: 183969484X

Recent times are witnessing rapid development in machine learning algorithm systems, especially in reinforcement learning, natural language processing, computer and robot vision, image processing, speech, and emotional processing and understanding. In tune with the increasing importance and relevance of machine learning models, algorithms, and their applications, and with the emergence of more innovative uses–cases of deep learning and artificial intelligence, the current volume presents a few innovative research works and their applications in real-world, such as stock trading, medical and healthcare systems, and software automation. The chapters in the book illustrate how machine learning and deep learning algorithms and models are designed, optimized, and deployed. The volume will be useful for advanced graduate and doctoral students, researchers, faculty members of universities, practicing data scientists and data engineers, professionals, and consultants working on the broad areas of machine learning, deep learning, and artificial intelligence.