Computational finance using C and C#:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Amsterdam [u.a.]
Elsevier
2008
|
Schriftenreihe: | Quantitative finance series
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Includes bibliographical references (p. [355]-360) and index |
Beschreibung: | XII, 370 S. Ill., graph. Darst. 24 cm |
ISBN: | 9780750669191 0750669195 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV035032397 | ||
003 | DE-604 | ||
005 | 20090121 | ||
007 | t | ||
008 | 080901s2008 ad|| |||| 00||| eng d | ||
020 | |a 9780750669191 |9 978-0-7506-6919-1 | ||
020 | |a 0750669195 |9 0-7506-6919-5 | ||
035 | |a (OCoLC)190785256 | ||
035 | |a (DE-599)BVBBV035032397 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-945 | ||
050 | 0 | |a HG106 | |
082 | 0 | |a 332.0285/5133 |2 22 | |
084 | |a QP 890 |0 (DE-625)141965: |2 rvk | ||
100 | 1 | |a Levy, George |e Verfasser |4 aut | |
245 | 1 | 0 | |a Computational finance using C and C# |c George Levy |
246 | 1 | 3 | |a Computational finance using C and C sharp |
264 | 1 | |a Amsterdam [u.a.] |b Elsevier |c 2008 | |
300 | |a XII, 370 S. |b Ill., graph. Darst. |c 24 cm | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a Quantitative finance series | |
500 | |a Includes bibliographical references (p. [355]-360) and index | ||
650 | 4 | |a Finance / Mathematical models | |
650 | 4 | |a Finances / Modèles mathématiques | |
650 | 4 | |a Finances - Modèles mathématiques | |
650 | 4 | |a Mathematisches Modell | |
650 | 4 | |a Finance |x Mathematical models | |
650 | 0 | 7 | |a C sharp |0 (DE-588)4616843-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Finanzmathematik |0 (DE-588)4017195-4 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a C |g Programmiersprache |0 (DE-588)4113195-2 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Finanzmathematik |0 (DE-588)4017195-4 |D s |
689 | 0 | 1 | |a C |g Programmiersprache |0 (DE-588)4113195-2 |D s |
689 | 0 | 2 | |a C sharp |0 (DE-588)4616843-6 |D s |
689 | 0 | |C b |5 DE-604 | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016701362&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-016701362 |
Datensatz im Suchindex
_version_ | 1804137963411472384 |
---|---|
adam_text | Contents
Preface xi
1 Overview of financial derivatives 1
2 Introduction to stochastic processes 5
2.1 Brownian motion 5
2.2 A Brownian model of asset price movements 9
2.3 Ito s formula (or lemma) 10
2.4 Girsanov s theorem 12
2.5 Ito s lemma for multiasset geometric Brownian motion 13
2.6 Ito product and quotient rules in two dimensions 15
2.7 Ito product in n dimensions 18
2.8 The Brownian bridge 19
2.9 Time-transformed Brownian motion 21
2.10 Ornstein-Uhlenbeck process 24
2.11 The Ornstein-Uhlenbeck bridge 27
2.12 Other useful results 31
2.13 Selected problems 33
3 Generation of random variates 37
3.1 Introduction 37
3.2 Pseudo-random and quasi-random sequences 38
3.3 Generation of multivariate distributions: independent variates 41
3.4 Generation of multivariate distributions: correlated variates 47
4 European options 59
4.1 Introduction 59
4.2 Pricing derivatives using a martingale measure 59
4.3 Put call parity 60
4.4 Vanilla options and the Black-Scholes model 62
4.5 Barrier options 85
5 Single asset American options 97
5.1 Introduction 97
5.2 Approximations for vanilla American options 97
5.3 Lattice methods for vanilla options 114
Computational Finance Using C and C#
5.4 Grid methods for vanilla options 135
5.5 Pricing American options using a stochastic lattice 172
6 Multiasset options 181
6.1 Introduction 181
6.2 The multiasset Black-Scholes equation 181
6.3 Multidimensional Monte Carlo methods 183
6.4 Introduction to multidimensional lattice methods 185
6.5 Two asset options 190
6.6 Three asset options 201
6.7 Four asset options 205
7 Other financial derivatives 209
7.1 Introduction 209
7.2 Interest rate derivatives 209
7.3 Foreign exchange derivatives 228
7.4 Credit derivatives 232
7.5 Equity derivatives 237
8 C# portfolio pricing application 245
8.1 Introduction 245
8.2 Storing and retrieving the market data 254
8.3 The PricingUtils class and the Analytics_MathLib 262
8.4 Equity deal classes 267
8.5 FX deal classes 280
Appendix A: The Greeks for vanilla European options 289
A.I Introduction 289
A.2 Gamma 290
A.3 Delta 291
A.4 Theta 292
A.5 Rho 293
A. 6 Vega 294
Appendix B: Barrier option integrals 295
B.I The down and out call 295
B.2 The up and out call 298
Appendix C: Standard statistical results 303
C.I The law of large numbers 303
C.2 The central limit theorem 303
C.3 The variance and covariance of random variables 305
C.4 Conditional mean and covariance of normal distributions 310
C.5 Moment generating functions 311
Contents ix
Appendix D: Statistical distribution functions 313
D.I The normal (Gaussian) distribution 313
D.2 The lognormal distribution 315
D.3 The Student s t distribution 317
D.4 The general error distribution 319
Appendix E: Mathematical reference 321
E.I Standard integrals 321
E.2 Gamma function 321
E.3 The cumulative normal distribution function 322
E.4 Arithmetic and geometric progressions 323
Appendix F: Black-Scholes finite-difference schemes 325
F.I The general case 325
F.2 The log transformation and a uniform grid 325
Appendix G: The Brownian bridge: alternative derivation 329
Appendix H: Brownian motion: more results 333
H.I Some results concerning Brownian motion 333
H.2 Proof of Eq. (H.I.2) 334
H.3 Proof of Eq. (H.1.4) 335
H.4 Proof of Eq. (H.1.5) 335
H.5 Proof of Eq. (H.1.6) 335
H.6 Proof of Eq. (H.I.7) 338
H.7 Proof of Eq. (H.I.8) 338
H.8 Proof of Eq. (H.I.9) 338
H.9 Proof of Eq. (H.I.10) 339
la 341
343
343
344
345
346
346
347
348
350
350
352
354
355
Index 361
Appendix I: The : Feynman-Kac fc
Appendix J: Answers to problems
J-l Problem 1
J-2 Problem 2
J-3 Problem 3
J-4 Problem 4
J-5 Problem 5
J.6 Problem 6
J-7 Problem 7
J-8 Problem 8
J-9 Problem 9
J.io Problem 10
J-11 Problem 11
References
|
adam_txt |
Contents
Preface xi
1 Overview of financial derivatives 1
2 Introduction to stochastic processes 5
2.1 Brownian motion 5
2.2 A Brownian model of asset price movements 9
2.3 Ito's formula (or lemma) 10
2.4 Girsanov's theorem 12
2.5 Ito's lemma for multiasset geometric Brownian motion 13
2.6 Ito product and quotient rules in two dimensions 15
2.7 Ito product in n dimensions 18
2.8 The Brownian bridge 19
2.9 Time-transformed Brownian motion 21
2.10 Ornstein-Uhlenbeck process 24
2.11 The Ornstein-Uhlenbeck bridge 27
2.12 Other useful results 31
2.13 Selected problems 33
3 Generation of random variates 37
3.1 Introduction 37
3.2 Pseudo-random and quasi-random sequences 38
3.3 Generation of multivariate distributions: independent variates 41
3.4 Generation of multivariate distributions: correlated variates 47
4 European options 59
4.1 Introduction 59
4.2 Pricing derivatives using a martingale measure 59
4.3 Put call parity 60
4.4 Vanilla options and the Black-Scholes model 62
4.5 Barrier options 85
5 Single asset American options 97
5.1 Introduction 97
5.2 Approximations for vanilla American options 97
5.3 Lattice methods for vanilla options 114
Computational Finance Using C and C#
5.4 Grid methods for vanilla options 135
5.5 Pricing American options using a stochastic lattice 172
6 Multiasset options 181
6.1 Introduction 181
6.2 The multiasset Black-Scholes equation 181
6.3 Multidimensional Monte Carlo methods 183
6.4 Introduction to multidimensional lattice methods 185
6.5 Two asset options 190
6.6 Three asset options 201
6.7 Four asset options 205
7 Other financial derivatives 209
7.1 Introduction 209
7.2 Interest rate derivatives 209
7.3 Foreign exchange derivatives 228
7.4 Credit derivatives 232
7.5 Equity derivatives 237
8 C# portfolio pricing application 245
8.1 Introduction 245
8.2 Storing and retrieving the market data 254
8.3 The PricingUtils class and the Analytics_MathLib 262
8.4 Equity deal classes 267
8.5 FX deal classes 280
Appendix A: The Greeks for vanilla European options 289
A.I Introduction 289
A.2 Gamma 290
A.3 Delta 291
A.4 Theta 292
A.5 Rho 293
A. 6 Vega 294
Appendix B: Barrier option integrals 295
B.I The down and out call 295
B.2 The up and out call 298
Appendix C: Standard statistical results 303
C.I The law of large numbers 303
C.2 The central limit theorem 303
C.3 The variance and covariance of random variables 305
C.4 Conditional mean and covariance of normal distributions 310
C.5 Moment generating functions 311
Contents ix
Appendix D: Statistical distribution functions 313
D.I The normal (Gaussian) distribution 313
D.2 The lognormal distribution 315
D.3 The Student's t distribution 317
D.4 The general error distribution 319
Appendix E: Mathematical reference 321
E.I Standard integrals 321
E.2 Gamma function 321
E.3 The cumulative normal distribution function 322
E.4 Arithmetic and geometric progressions 323
Appendix F: Black-Scholes finite-difference schemes 325
F.I The general case 325
F.2 The log transformation and a uniform grid 325
Appendix G: The Brownian bridge: alternative derivation 329
Appendix H: Brownian motion: more results 333
H.I Some results concerning Brownian motion 333
H.2 Proof of Eq. (H.I.2) 334
H.3 Proof of Eq. (H.1.4) 335
H.4 Proof of Eq. (H.1.5) 335
H.5 Proof of Eq. (H.1.6) 335
H.6 Proof of Eq. (H.I.7) 338
H.7 Proof of Eq. (H.I.8) 338
H.8 Proof of Eq. (H.I.9) 338
H.9 Proof of Eq. (H.I.10) 339
la 341
343
343
344
345
346
346
347
348
350
350
352
354
355
Index 361
Appendix I: The : Feynman-Kac fc
Appendix J: Answers to problems
J-l Problem 1
J-2 Problem 2
J-3 Problem 3
J-4 Problem 4
J-5 Problem 5
J.6 Problem 6
J-7 Problem 7
J-8 Problem 8
J-9 Problem 9
J.io Problem 10
J-11 Problem 11
References |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Levy, George |
author_facet | Levy, George |
author_role | aut |
author_sort | Levy, George |
author_variant | g l gl |
building | Verbundindex |
bvnumber | BV035032397 |
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)190785256 (DE-599)BVBBV035032397 |
dewey-full | 332.0285/5133 |
dewey-hundreds | 300 - Social sciences |
dewey-ones | 332 - Financial economics |
dewey-raw | 332.0285/5133 |
dewey-search | 332.0285/5133 |
dewey-sort | 3332.0285 45133 |
dewey-tens | 330 - Economics |
discipline | Wirtschaftswissenschaften |
discipline_str_mv | Wirtschaftswissenschaften |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01906nam a2200493 c 4500</leader><controlfield tag="001">BV035032397</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20090121 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">080901s2008 ad|| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780750669191</subfield><subfield code="9">978-0-7506-6919-1</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0750669195</subfield><subfield code="9">0-7506-6919-5</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)190785256</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV035032397</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-945</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/5133</subfield><subfield code="2">22</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">Levy, George</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Computational finance using C and C#</subfield><subfield code="c">George Levy</subfield></datafield><datafield tag="246" ind1="1" ind2="3"><subfield code="a">Computational finance using C and C sharp</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Amsterdam [u.a.]</subfield><subfield code="b">Elsevier</subfield><subfield code="c">2008</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XII, 370 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield><subfield code="c">24 cm</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="490" ind1="0" ind2=" "><subfield code="a">Quantitative finance series</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes bibliographical references (p. [355]-360) and index</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Finance / Mathematical models</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Finances / Modèles mathématiques</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Finances - Modèles mathématiques</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Mathematisches Modell</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Finance</subfield><subfield code="x">Mathematical models</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">C sharp</subfield><subfield code="0">(DE-588)4616843-6</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">C</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4113195-2</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">C</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4113195-2</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">C sharp</subfield><subfield code="0">(DE-588)4616843-6</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="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</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=016701362&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-016701362</subfield></datafield></record></collection> |
id | DE-604.BV035032397 |
illustrated | Illustrated |
index_date | 2024-07-02T21:50:19Z |
indexdate | 2024-07-09T21:20:38Z |
institution | BVB |
isbn | 9780750669191 0750669195 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-016701362 |
oclc_num | 190785256 |
open_access_boolean | |
owner | DE-945 |
owner_facet | DE-945 |
physical | XII, 370 S. Ill., graph. Darst. 24 cm |
publishDate | 2008 |
publishDateSearch | 2008 |
publishDateSort | 2008 |
publisher | Elsevier |
record_format | marc |
series2 | Quantitative finance series |
spelling | Levy, George Verfasser aut Computational finance using C and C# George Levy Computational finance using C and C sharp Amsterdam [u.a.] Elsevier 2008 XII, 370 S. Ill., graph. Darst. 24 cm txt rdacontent n rdamedia nc rdacarrier Quantitative finance series Includes bibliographical references (p. [355]-360) and index Finance / Mathematical models Finances / Modèles mathématiques Finances - Modèles mathématiques Mathematisches Modell Finance Mathematical models C sharp (DE-588)4616843-6 gnd rswk-swf Finanzmathematik (DE-588)4017195-4 gnd rswk-swf C Programmiersprache (DE-588)4113195-2 gnd rswk-swf Finanzmathematik (DE-588)4017195-4 s C Programmiersprache (DE-588)4113195-2 s C sharp (DE-588)4616843-6 s b DE-604 HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016701362&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Levy, George Computational finance using C and C# Finance / Mathematical models Finances / Modèles mathématiques Finances - Modèles mathématiques Mathematisches Modell Finance Mathematical models C sharp (DE-588)4616843-6 gnd Finanzmathematik (DE-588)4017195-4 gnd C Programmiersprache (DE-588)4113195-2 gnd |
subject_GND | (DE-588)4616843-6 (DE-588)4017195-4 (DE-588)4113195-2 |
title | Computational finance using C and C# |
title_alt | Computational finance using C and C sharp |
title_auth | Computational finance using C and C# |
title_exact_search | Computational finance using C and C# |
title_exact_search_txtP | Computational finance using C and C# |
title_full | Computational finance using C and C# George Levy |
title_fullStr | Computational finance using C and C# George Levy |
title_full_unstemmed | Computational finance using C and C# George Levy |
title_short | Computational finance using C and C# |
title_sort | computational finance using c and c |
topic | Finance / Mathematical models Finances / Modèles mathématiques Finances - Modèles mathématiques Mathematisches Modell Finance Mathematical models C sharp (DE-588)4616843-6 gnd Finanzmathematik (DE-588)4017195-4 gnd C Programmiersprache (DE-588)4113195-2 gnd |
topic_facet | Finance / Mathematical models Finances / Modèles mathématiques Finances - Modèles mathématiques Mathematisches Modell Finance Mathematical models C sharp Finanzmathematik C Programmiersprache |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016701362&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT levygeorge computationalfinanceusingcandc AT levygeorge computationalfinanceusingcandcsharp |