Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Financial Modeling Using Quantum Computing

You're reading from   Financial Modeling Using Quantum Computing Design and manage quantum machine learning solutions for financial analysis and decision making

Arrow left icon
Product type Paperback
Published in May 2023
Publisher Packt
ISBN-13 9781804618424
Length 292 pages
Edition 1st Edition
Languages
Concepts
Arrow right icon
Authors (4):
Arrow left icon
Iraitz Montalban Iraitz Montalban
Author Profile Icon Iraitz Montalban
Iraitz Montalban
Anshul Saxena Anshul Saxena
Author Profile Icon Anshul Saxena
Anshul Saxena
Javier Mancilla Javier Mancilla
Author Profile Icon Javier Mancilla
Javier Mancilla
Christophe Pere Christophe Pere
Author Profile Icon Christophe Pere
Christophe Pere
Arrow right icon
View More author details
Toc

Table of Contents (16) Chapters Close

Preface 1. Part 1: Basic Applications of Quantum Computing in Finance
2. Chapter 1: Quantum Computing Paradigm FREE CHAPTER 3. Chapter 2: Quantum Machine Learning Algorithms and Their Ecosystem 4. Chapter 3: Quantum Finance Landscape 5. Part 2: Advanced Applications of Quantum Computing in Finance
6. Chapter 4: Derivative Valuation 7. Chapter 5: Portfolio Management 8. Chapter 6: Credit Risk Analytics 9. Chapter 7: Implementation in Quantum Clouds 10. Part 3: Upcoming Quantum Scenario
11. Chapter 8: Simulators and HPC’s Role in the NISQ Era 12. Chapter 9: NISQ Quantum Hardware Roadmap 13. Chapter 10: Business Implementation 14. Index 15. Other Books You May Enjoy

Conventions used

There are a number of text conventions used throughout this book.

Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system.”

A block of code is set as follows:

import numpy as np 
from scipy.stats import norm 
t = 1.0 # year 
K = 105 # Strike price 
r = 0.05 # Riskless short rate 
sigma = 0.25 # Volatility (stdev) 
S0 = 100 # Present price

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

[default]
exten => s,1,Dial(Zap/1|30)
exten => s,2,Voicemail(u100)
exten => s,102,Voicemail(b100)
exten => i,1,Voicemail(s0)

Any command-line input or output is written as follows:

$ mkdir css
$ cd css

Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “Select System info from the Administration panel.”

Tips or important notes

Appear like this.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime