【分享】Oxford-George Levy-金融衍生产品的数值定价方法-经管之家官网!

人大经济论坛-经管之家 收藏本站
您当前的位置> 金融>>

金融衍生品

>>

【分享】Oxford-George Levy-金融衍生产品的数值定价方法

【分享】Oxford-George Levy-金融衍生产品的数值定价方法

发布:josehua | 分类:金融衍生品

关于本站

人大经济论坛-经管之家:分享大学、考研、论文、会计、留学、数据、经济学、金融学、管理学、统计学、博弈论、统计年鉴、行业分析包括等相关资源。
经管之家是国内活跃的在线教育咨询平台!

经管之家新媒体交易平台

提供"微信号、微博、抖音、快手、头条、小红书、百家号、企鹅号、UC号、一点资讯"等虚拟账号交易,真正实现买卖双方的共赢。【请点击这里访问】

提供微信号、微博、抖音、快手、头条、小红书、百家号、企鹅号、UC号、一点资讯等虚拟账号交易,真正实现买卖双方的共赢。【请点击这里访问】

非常权威和全面的好书,最近正在学习,感觉非常不错。【书名】金融衍生产品的数值定价方法(NumericalMethodsforPricingFinancialInstruments)【作者】GeorgeLevy:OxfordUniversity【目录】PrefacexiPartIUsingNume ...
扫码加入金融交流群


非常权威和全面的好书,最近正在学习,感觉非常不错。
【书名】金融衍生产品的数值定价方法(Numerical Methods for Pricing Financial Instruments)
【作者】George Levy:Oxford University
【目录】
Preface xi
Part I Using Numerical Software Components within Microsoft Windows 1
1 Introduction 3
2 Dynamic Link Libraries(DLLs ) 6
2.1 Visual Basic and Excel VBA 6
2.2 VB.NET 16
2.3 C# 21
3 ActiveX and COM 28
3.1 Introduction 28
3.2 The COM interface IDispatch 30
3.3 Type libraries 31
3.4 Using IDispatch 31
3.5 ActiveX controls and the Internet 33
3.6 Using ActiveX components on a Web page 34
4 A financial derivative pricing example 38
4.1 Interactive user-interface 38
4.2 Language user-interface 38
4.3 Use within Delphi 41
5 ActiveX componentsand numerical optimization 44
5.1 Ray tracing example 44
5.2 Portfolio allocation example 49
5.3 Numerical optimization within Microsoft Excel 51
6 XML and transformation using XSL 54
6.1 Introduction 54
6.2 XML 55
6.3 XML schema 57
6.4 XSL 59
6.5 Stock market data example 60
7 Epilogue 64
7.1 Wrapping C with Cþþ for OO numerics in .NET 64
7.2 Final remarks 73
Part II Pricing Assets 75
8 Introduction 77
8.1 An introduction to options and derivatives 77
8.2 Brownian motion 78
8.3 A Brownian model of asset price movements 81
8.4 Ito’s lemma in one dimension 83
8.5 Ito’s lemma in many dimensions 84
9 Analytic methods and single asset European options 87
9.1 Introduction 87
9.2 Put–call parity 88
9.3 Vanilla options and the Black–Scholes model 90
9.4 Barrier options 110
10 Numeric methods and single asset American options 116
10.1 Introduction 116
10.2 Perpetual options 116
10.3 Approximations for vanilla American options 121
10.4 Lattice methods for vanilla options 137
10.5 Implied lattice methods 159
10.6 Grid methods for vanilla options 177
10.7 Pricing American options using a stochastic lattice 212
11 Monte Carlo simulation 221
11.1 Introduction 221
11.2 Pseudorandomand quasirandomsequenc es 222
11.3 Generation of multivariate distributions: independent variates 229
11.4 Generation of multivariate distributions: correlated variates 234
12 Multiasset European and American options 247
12.1 Introduction 247
12.2 The multiasset Black–Scholes equation 247
12.3 Multidimensional Monte Carlo methods 248
12.4 Multidimensional lattice methods 253
12.5 Two asset options 257
12.6 Three asset options 267
12.7 Four asset options 272
13 Dealing with missing data 274
13.1 Introduction 274
13.2 Iterative multiple linear regression, MREG 275
13.3 The EM algorithm278
Part III Financial Econometrics285
14 Introduction 287
14.1 Asset returns 289
14.2 Nonsynchronous trading 291
14.3 Bid-ask spread 293
14.4 Models of volatility 294
14.5 Stochastic autoregressive volatility, ARV 296
14.6 Generalized hyperbolic Levy motion 297
15 GARCH models301
15.1 Box Jenkins models 301
15.2 Gaussian Linear GARCH 303
15.3 The IGARCH model 309
15.4 The GARCH-M model 309
15.5 Regression-GARCH and AR-GARCH 310
16 Nonlinear GARCH 311
16.1 AGARCH-I 313
16.2 AGARCH-II 316
16.3 GJR–GARCH 317
17 GARCH conditional probability distributions 319
17.1 Gaussian distribution 319
17.2 Student’s t distribution 321
17.3 General error distribution 323
18 Maximum likelihood parameter estimation 327
18.1 The conditional log likelihood 327
18.2 The covariance matrix of the parameter estimates 328
18.3 Numerical optimization 332
18.4 Scaling the data 334
19 Analytic derivativesof the log likelihood 336
19.1 The first derivatives 336
19.2 The second derivatives 339
20 GJR–GARCH algorithms344
20.1 Initial estimates and pre-observed values 344
20.2 Gaussian distribution 346
20.3 Student’s t distribution 350
21 GARCH software 353
21.1 Expected sofware capabilities 353
21.2 Testing GARCH software 354
22 GARCH process identification 360
22.1 Likelihood ratio test 360
22.2 Significance of the estimated parameters 360
22.3 The independence of the standardized residuals 360
22.4 The distribution of the standardized residuals 361
22.5 Modelling the S&P 500 index 362
22.6 Excel demonstration 364
22.7 Internet Explorer demonstration 368
23 Multivariate time series 371
23.1 Principal component GARCH 371
Appendices375
A Computer code for Part I 377
A.1 The ODL file for the derivative pricing control 377
B Some more option pricing formulae 379
B.1 Binary options 379
B.2 Option to exchange one asset for another 379
B.3 Lookback options 380
C Derivation of the Greeksfor vanilla European options 381
C.1 Introduction 381
C.2 Gamma 382
C.3 Delta 383
C.4 Theta 383
C.5 Rho 384
C.6 Vega 385
D Multiasset binomial lattices 386
D.1 Truncated two asset binomial lattice 386
D.2 Recursive two asset binomial lattice 388
D.3 Four asset jump probabilities 391
x Contents
E Derivation of the conditional mean and covariance for a
multivariate normal distribution 393
F Standard statistical results 395
F.1 The law of large numbers 395
F.2 The central limit theorem 395
F.3 The mean and variance of linear functions of random variables 396
F.4 Standard algorithms for the mean and variance 397
F.5 The Hanson and West algorithmfor the mean and variance 399
F.6 Jensen’s inequality 401
G Derivation of barrier option integrals403
G.1 The down and out call 403
G.2 The up and out call 406
H Algorithmsfor an AGARCH-I process 410
H.1 Gaussian distribution 410
H.2 Student’s t distribution 413
I The general error distribution 417
I.1 Value of  for variance hi 417
I.2 The kurtosis 417
I.3 The distribution when the shape parameter, a is very large 418
J The Student’s t distribution 420
J.1 The kurtosis 420
K Mathematical reference 423
K.1 Standard integrals 423
K.2 Gamma function 423
K.3 The cumulative normal distribution function 424
K.4 Arithmetic and geometric progressions 425
L The stability of the Black–Scholes finite-difference schemes 426
L.1 The general case 426
L.2 The log transformation and a uniform grid 426
Glossary of terms 429
Computing reading list 430
Mathematics and finance references 432
Index 439
「经管之家」APP:经管人学习、答疑、交友,就上经管之家!
免流量费下载资料----在经管之家app可以下载论坛上的所有资源,并且不额外收取下载高峰期的论坛币。
涵盖所有经管领域的优秀内容----覆盖经济、管理、金融投资、计量统计、数据分析、国贸、财会等专业的学习宝库,各类资料应有尽有。
来自五湖四海的经管达人----已经有上千万的经管人来到这里,你可以找到任何学科方向、有共同话题的朋友。
经管之家(原人大经济论坛),跨越高校的围墙,带你走进经管知识的新世界。
扫描下方二维码下载并注册APP
本文关键词:

本文论坛网址:https://bbs.pinggu.org/thread-854563-1-1.html

人气文章

1.凡人大经济论坛-经管之家转载的文章,均出自其它媒体或其他官网介绍,目的在于传递更多的信息,并不代表本站赞同其观点和其真实性负责;
2.转载的文章仅代表原创作者观点,与本站无关。其原创性以及文中陈述文字和内容未经本站证实,本站对该文以及其中全部或者部分内容、文字的真实性、完整性、及时性,不作出任何保证或承若;
3.如本站转载稿涉及版权等问题,请作者及时联系本站,我们会及时处理。
经管之家 人大经济论坛 大学 专业 手机版