Foundations of computational finance with MATLAB:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Hoboken
Wiley
[2018]
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Includes index |
Beschreibung: | xviii, 347 Seiten Illustrationen |
ISBN: | 9781119433859 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV045010653 | ||
003 | DE-604 | ||
005 | 20180813 | ||
007 | t | ||
008 | 180618s2018 xxua||| |||| 00||| eng d | ||
010 | |a 018014808 | ||
020 | |a 9781119433859 |9 978-1-119-43385-9 | ||
035 | |a (OCoLC)1035524170 | ||
035 | |a (DE-599)BVBBV045010653 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
044 | |a xxu |c US | ||
049 | |a DE-355 | ||
050 | 0 | |a HG106 | |
082 | 0 | |a 332.0285/53 |2 23 | |
084 | |a QP 890 |0 (DE-625)141965: |2 rvk | ||
100 | 1 | |a McCarthy, Ed |d 1955- |e Verfasser |4 aut | |
245 | 1 | 0 | |a Foundations of computational finance with MATLAB |c Ed McCarthy |
264 | 1 | |a Hoboken |b Wiley |c [2018] | |
300 | |a xviii, 347 Seiten |b Illustrationen | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Includes index | ||
650 | 4 | |a Finance |x Mathematical models | |
650 | 4 | |a Finance |x Data processing | |
650 | 0 | 7 | |a Mathematisches Modell |0 (DE-588)4114528-8 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Computerunterstütztes Verfahren |0 (DE-588)4139030-1 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Finanzmathematik |0 (DE-588)4017195-4 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a MATLAB |0 (DE-588)4329066-8 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Finanzmathematik |0 (DE-588)4017195-4 |D s |
689 | 0 | 1 | |a Mathematisches Modell |0 (DE-588)4114528-8 |D s |
689 | 0 | 2 | |a Computerunterstütztes Verfahren |0 (DE-588)4139030-1 |D s |
689 | 0 | 3 | |a MATLAB |0 (DE-588)4329066-8 |D s |
689 | 0 | |C b |5 DE-604 | |
776 | 0 | 8 | |i Erscheint auch als |n Online-Ausgabe |z 978-1-119-43387-3 |
776 | 0 | 8 | |i Erscheint auch als |n Online-Ausgabe |z 978-1-119-43391-0 |
856 | 4 | 2 | |m Digitalisierung UB Regensburg - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030402597&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-030402597 |
Datensatz im Suchindex
_version_ | 1804178622863376384 |
---|---|
adam_text | Contents
Introduction xiii
Why You Should Read This Book xiii
The Intended Reader xiv
Why MATLAB®? xiv
How to Use This Book xvi
Font Conventions xvi
About the Author xvii
MathWorks Information xviii
References xviii
Part I MATLAB Conventions and Basic Skills 1
Chapter 1 Working with MATLAB® Data 3
1.1 Introduction 3
1.2 Arrays 3
1.2.1 Numerical Arrays 4
1.2.2 Math Calculations with Scalars,
Vectors, and Matrices 10
1.2.3 Statistical Calculations on Vectors
and Matrices 16
1.2.4 Extracting Values from Numerical
Vectors and Matrices 19
1.2.5 Counting Elements 26
1.2.6 Sorting Vectors and Matrices 28
1.2.7 Relational Expressions and Logical
Arrays 31
1.2.8 Dealing with NaNs (Not a Number) 35
1.2.9 Dealing with Missing Data 39
1.3 Character Arrays 40
1.3.1 String Arrays 44
vii
viii
Contents
1.4 Flexible Data Structures 46
1.4.1 Cell Arrays 47
1.4.2 Structure (“struct”) Arrays 49
1.4.3 Tables 51
References 60
Further Reading 60
Chapter 2 Working with Dates and Times 61
2.1 Introduction 61
2.2 Finance Background: Why Dates and Times
Matter 61
2.2.1 First Challenge: Day Count
Conventions 62
2.2.2 Second Challenge: Date Formats 63
2.3 Dates and Times in MATLAB 64
2.3.1 Date time Variables 64
2.3.2 Date Conversions 73
2.3.3 Date Generation Functions with
Serial Number Outputs 79
2.3.4 Duration Arrays 83
2.3.5 Calendar Duration Variables 86
2.3.6 Date Calculations and Operations 89
2.3.7 Plotting Date Variables Introduction 94
References 95
Chapter 3 Basic Programming with MATLAB® 97
3.1 Introduction 97
3.1.1 Algorithms 101 97
3.1.2 Go DIY or Use Built-In Code? 98
3.2 MATLAB Scripts and Functions 99
3.2.1 Scripts 99
3.2.2 Developing Functions 106
3.2.3 If Statements 112
3.2.4 Modular Programming 115
3.2.5 User Message Formats 121
3.2.6 Testing and Debugging 124
References 127
Contents ix
Chapter 4 Working with Financial Data 129
4.1 Introduction 129
4.2 Accessing Financial Data 129
4.2.1 Closing Prices versus Adjusted
Close Prices for Stocks 130
4.2.2 Data Download Examples 131
4.2.3 Importing Data Interactively 133
4.2.4 Automating Data Imports with
a Script 138
4.2.5 Automating Data Imports with
a Function 140
4.2.6 Importing Data Programmatically 147
4.3 Working with Spreadsheet Data 154
4.3.1 Importing Spreadsheet Data
with Import Tool 154
4.3.2 Importing Spreadsheet Data
Programmatically 154
4.4 Data Visualization 156
4.4.1 Built-In Plot Functions 156
4.4.2 Using the Plot Tools 158
4.4.3 Plotting with Commands 159
4.4.4 Other Plot Tools 162
4.4.5 Built-In Financial Charts 173
References 176
Part II Financial Calculations with MATLAB 177
Chapters The Time Value of Money 179
5.1 Introduction 179
5.2 Finance Background 180
5.2.1 Future Value with Single Cash Flows 180
5.2.2 Future Value with Multiple Cash
Flows 185
5.2.3 Present Value with Single Cash Flows 187
5.2.4 Present Value with Multiple Variable
Cash Flows 188
X
Contents
5.3 MATLAB Time Value of Money Functions 189
5.3.1 Future Value of Fixed Periodic
Payments 190
5.3.2 Future Value of Variable Payments 191
5.3.3 Present Value of Fixed Payments 193
5.3.4 Present Value of Variable Payments 194
5.4 Internal Rate of Return 197
5.5 Effective Interest Rates 198
5.6 Compound Annual Growth Rate 198
5.7 Continuous Interest 200
5.8 Loans 200
References 202
Chapter 6 Bonds 203
6.1 Introduction 203
6.2 Finance Background 204
6.2.1 Bond Classifications 204
6.2.2 Bond Terminology 205
6.3 MATLAB Bond Functions 206
6.3.1 US Treasury Bills 206
6.3.2 Bond Valuation Principles 208
6.3.3 Calculating Bond Prices 209
6.3.4 Calculating Bond Yields 212
6.3.5 Calculating a Bond’s Total Return 214
6.3.6 Pricing Discount Bonds 216
6.4 Bond Analytics 216
6.4.1 Interest Rate Risk 217
6.4.2 Measuring Rate Sensitivity 219
6.4.3 Yield Curves 227
6.5 Callable Bonds 229
References 231
Further Reading 231
Chapter 7 Dealing with Uncertainty and Risk 233
7.1 Introduction 233
7.2 Overview of Financial Risk 234
7.3 Data Insights 234
7.3.1 Visualizing Data 235
7.3.2 Basic Single Series Plots 237
Contents
xi
7.3.3 Basic Multiple Series Plots 237
7.3.4 Adding Plot Customization 238
7.3.5 Histograms 239
7.3.6 Measures of Central Location 241
7.3.7 Measures of Data Dispersion 243
7.4 Data Relationships 249
7.4.1 Covariance and Correlation 251
7.4.2 Correlation Coefficients 252
7.5 Creating a Basic Simulation Model 253
7.6 Value at Risk (VaR) 258
References 261
Further Reading 262
Chapter 8 Equity Derivatives 263
8.1 Introduction 263
8.2 Options 264
8.2.1 Option Quotes 265
8.2.2 Market Mechanics 266
8.2.3 Factors in Option Valuation 267
8.3 Option Pricing Models 268
8.3.1 Arbitrage 269
8.3.2 Binomial Option Pricing 270
8.3.3 Black-Scholes 274
8.4 Options’ Uses 276
8.4.1 Hedging 277
8.4.2 Speculation and Leverage 277
8.4.3 Customizing Payoff Profiles 278
8.5 Appendix: Other Types of Derivatives 279
8.5.1 Commodity and Energy 279
8.5.2 Credit 279
8.5.3 Exotic Options 280
References 281
Further Reading 281
Chapter 9 Portfolios 283
9.1 Introduction 283
9.2 Finance Background 283
9.3 Portfolio Optimization 285
9.4 MATLAB Portfolio Object 286
xii Contents
9.4.1 Object-Oriented Programming
(OOP) 286
9.4.2 A Basic Example 287
9.4.3 Using Data Stored in a Table
Format 294
References 296
Chapter 10 Regression and Time Series 297
10.1 Introduction 297
10.2 Basic Regression 297
10.2.1 Understanding Least Squares 300
10.2.2 Model Notation 301
10.2.3 Fitting a Polynomial with polyfit
and polyval 303
10.2.4 Linear Regression Methods 305
10.3 Working with Time Series 308
10.3.1 Step 1: Load the Data (Single
Series) 308
10.3.2 Step 2: Create the FTS Object 309
10.3.3 Step 3: Using FTS Tools 311
References 314
Appendix 1 Sharing Your Work 315
Al.l Introduction 315
A1.2 Publishing a Script 316
Al.2.1 Publishing with Code Sections 317
Al.2.2 futureValueCalc3 319
Al.2.3 Formatting Options 321
Al.2.4 Working with Live Scripts 322
Al.2.5 Editing and Control 325
References 326
Appendix 2 Reference for Included MATLAB® Functions 327
Index
335
|
any_adam_object | 1 |
author | McCarthy, Ed 1955- |
author_facet | McCarthy, Ed 1955- |
author_role | aut |
author_sort | McCarthy, Ed 1955- |
author_variant | e m em |
building | Verbundindex |
bvnumber | BV045010653 |
callnumber-first | H - Social Science |
callnumber-label | HG106 |
callnumber-raw | HG106 |
callnumber-search | HG106 |
callnumber-sort | HG 3106 |
callnumber-subject | HG - Finance |
classification_rvk | QP 890 |
ctrlnum | (OCoLC)1035524170 (DE-599)BVBBV045010653 |
dewey-full | 332.0285/53 |
dewey-hundreds | 300 - Social sciences |
dewey-ones | 332 - Financial economics |
dewey-raw | 332.0285/53 |
dewey-search | 332.0285/53 |
dewey-sort | 3332.0285 253 |
dewey-tens | 330 - Economics |
discipline | Wirtschaftswissenschaften |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01952nam a2200493 c 4500</leader><controlfield tag="001">BV045010653</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20180813 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">180618s2018 xxua||| |||| 00||| eng d</controlfield><datafield tag="010" ind1=" " ind2=" "><subfield code="a">018014808</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781119433859</subfield><subfield code="9">978-1-119-43385-9</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1035524170</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV045010653</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">xxu</subfield><subfield code="c">US</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-355</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">HG106</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">332.0285/53</subfield><subfield code="2">23</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">QP 890</subfield><subfield code="0">(DE-625)141965:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">McCarthy, Ed</subfield><subfield code="d">1955-</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Foundations of computational finance with MATLAB</subfield><subfield code="c">Ed McCarthy</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Hoboken</subfield><subfield code="b">Wiley</subfield><subfield code="c">[2018]</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">xviii, 347 Seiten</subfield><subfield code="b">Illustrationen</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Finance</subfield><subfield code="x">Mathematical models</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Finance</subfield><subfield code="x">Data processing</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Mathematisches Modell</subfield><subfield code="0">(DE-588)4114528-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Computerunterstütztes Verfahren</subfield><subfield code="0">(DE-588)4139030-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Finanzmathematik</subfield><subfield code="0">(DE-588)4017195-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">MATLAB</subfield><subfield code="0">(DE-588)4329066-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Finanzmathematik</subfield><subfield code="0">(DE-588)4017195-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Mathematisches Modell</subfield><subfield code="0">(DE-588)4114528-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">Computerunterstütztes Verfahren</subfield><subfield code="0">(DE-588)4139030-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="3"><subfield code="a">MATLAB</subfield><subfield code="0">(DE-588)4329066-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="C">b</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Online-Ausgabe</subfield><subfield code="z">978-1-119-43387-3</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Online-Ausgabe</subfield><subfield code="z">978-1-119-43391-0</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Regensburg - ADAM Catalogue Enrichment</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030402597&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-030402597</subfield></datafield></record></collection> |
id | DE-604.BV045010653 |
illustrated | Illustrated |
indexdate | 2024-07-10T08:06:54Z |
institution | BVB |
isbn | 9781119433859 |
language | English |
lccn | 018014808 |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-030402597 |
oclc_num | 1035524170 |
open_access_boolean | |
owner | DE-355 DE-BY-UBR |
owner_facet | DE-355 DE-BY-UBR |
physical | xviii, 347 Seiten Illustrationen |
publishDate | 2018 |
publishDateSearch | 2018 |
publishDateSort | 2018 |
publisher | Wiley |
record_format | marc |
spelling | McCarthy, Ed 1955- Verfasser aut Foundations of computational finance with MATLAB Ed McCarthy Hoboken Wiley [2018] xviii, 347 Seiten Illustrationen txt rdacontent n rdamedia nc rdacarrier Includes index Finance Mathematical models Finance Data processing Mathematisches Modell (DE-588)4114528-8 gnd rswk-swf Computerunterstütztes Verfahren (DE-588)4139030-1 gnd rswk-swf Finanzmathematik (DE-588)4017195-4 gnd rswk-swf MATLAB (DE-588)4329066-8 gnd rswk-swf Finanzmathematik (DE-588)4017195-4 s Mathematisches Modell (DE-588)4114528-8 s Computerunterstütztes Verfahren (DE-588)4139030-1 s MATLAB (DE-588)4329066-8 s b DE-604 Erscheint auch als Online-Ausgabe 978-1-119-43387-3 Erscheint auch als Online-Ausgabe 978-1-119-43391-0 Digitalisierung UB Regensburg - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030402597&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | McCarthy, Ed 1955- Foundations of computational finance with MATLAB Finance Mathematical models Finance Data processing Mathematisches Modell (DE-588)4114528-8 gnd Computerunterstütztes Verfahren (DE-588)4139030-1 gnd Finanzmathematik (DE-588)4017195-4 gnd MATLAB (DE-588)4329066-8 gnd |
subject_GND | (DE-588)4114528-8 (DE-588)4139030-1 (DE-588)4017195-4 (DE-588)4329066-8 |
title | Foundations of computational finance with MATLAB |
title_auth | Foundations of computational finance with MATLAB |
title_exact_search | Foundations of computational finance with MATLAB |
title_full | Foundations of computational finance with MATLAB Ed McCarthy |
title_fullStr | Foundations of computational finance with MATLAB Ed McCarthy |
title_full_unstemmed | Foundations of computational finance with MATLAB Ed McCarthy |
title_short | Foundations of computational finance with MATLAB |
title_sort | foundations of computational finance with matlab |
topic | Finance Mathematical models Finance Data processing Mathematisches Modell (DE-588)4114528-8 gnd Computerunterstütztes Verfahren (DE-588)4139030-1 gnd Finanzmathematik (DE-588)4017195-4 gnd MATLAB (DE-588)4329066-8 gnd |
topic_facet | Finance Mathematical models Finance Data processing Mathematisches Modell Computerunterstütztes Verfahren Finanzmathematik MATLAB |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030402597&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT mccarthyed foundationsofcomputationalfinancewithmatlab |