楼主: 幻影斩
20993 70

WileyFinance_ Modeling Derivatives in C++ (2006) [推广有奖]

  • 1关注
  • 15粉丝

霄灵宫主

教授

25%

还不是VIP/贵宾

-

威望
0
论坛币
552 个
通用积分
3.3628
学术水平
11 点
热心指数
17 点
信用等级
12 点
经验
18751 点
帖子
328
精华
0
在线时间
2158 小时
注册时间
2007-9-14
最后登录
2022-5-27

相似文件 换一批

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币

313869.pdf (9.76 MB)


再发个,忘了从哪里搞来的了,论坛里可能有,姑且放这里吧

CHAPTER 1
Black-Scholes and Pricing Fundamentals 1
1.1 Forward Contracts 1
1.2 Black-Scholes Partial Differential Equation 4
1.3 Risk-Neutral Pricing 10
1.4 Black-Scholes and Diffusion Process Implementation 17
1.5 American Options 30
1.6 Fundamental Pricing Formulas 33
1.7 Change of Numeraire 35
1.8 Girsanov’s Theorem 38
1.9 The Forward Measure 41
1.10 The Choice of Numeraire 42
CHAPTER 2
Monte Carlo Simulation 45
2.1 Monte Carlo 45
2.2 Generating Sample Paths and Normal Deviates 47
2.3 Generating Correlated Normal Random Variables 50
2.4 Quasi-Random Sequences 56
2.5 Variance Reduction and Control Variate Techniques 67
2.6 Monte Carlo Implementation 69
2.7 Hedge Control Variates 76
2.8 Path-Dependent Valuation 84
2.9 Brownian Bridge Technique 92
2.10 Jump-Diffusion Process and Constant Elasticity of
Variance Diffusion Model 98
2.11 Object-Oriented Monte Carlo Approach 102
CHAPTER 3
Binomial Trees 123
3.1 Use of Binomial Trees 123
3.2 Cox-Ross-Rubinstein Binomial Tree 131

3.3 Jarrow-Rudd Binomial Tree 132
3.4 General Tree 133
3.5 Dividend Payments 135
3.6 American Exercise 137
3.7 Binomial Tree Implementation 138
3.8 Computing Hedge Statistics 140
3.9 Binomial Model with Time-Varying Volatility 144
3.10 Two-Variable Binomial Process 145
3.11 Valuation of Convertible Bonds 150
CHAPTER 4
Trinomial Trees 165
4.1 Use of Trinomial Trees 165
4.2 Jarrow-Rudd Trinomial Tree 166
4.3 Cox-Ross-Rubinstein Trinomial Tree 168
4.4 Optimal Choice of λ 169
4.5 Trinomial Tree Implementations 170
4.6 Approximating Diffusion Processes with Trinomial Trees 174
4.7 Implied Trees 178
CHAPTER 5
Finite-Difference Methods 183
5.1 Explicit Difference Methods 183
5.2 Explicit Finite-Difference Implementation 186
5.3 Implicit Difference Method 191
5.4 LU Decomposition Method 194
5.5 Implicit Difference Method Implementation 196
5.6 Object-Oriented Finite-Difference Implementation 202
5.7 Iterative Methods 232
5.8 Crank-Nicolson Scheme 235
5.9 Alternating Direction Implicit Method 241
CHAPTER 6
Exotic Options 246
6.1 Barrier Options 246
6.2 Barrier Option Implementation 255
6.3 Asian Options 258
6.4 Geometric Averaging 258
6.5 Arithmetic Averaging 260
6.6 Seasoned Asian Options 261
6.7 Lookback Options 262
6.8 Implementation of Floating Lookback Option 265
6.9 Implementation of Fixed Lookback Option 268

CHAPTER 7
Stochastic Volatility 274
7.1 Implied Volatility 274
7.2 Volatility Skews and Smiles 276
7.3 Empirical Explanations 283
7.4 Implied Volatility Surfaces 284
7.5 One-Factor Models 303
7.6 Constant Elasticity of Variance Models 305
7.7 Recovering Implied Volatility Surfaces 307
7.8 Local Volatility Surfaces 309
7.9 Jump-Diffusion Models 313
7.10 Two-Factor Models 315
7.11 Hedging with Stochastic Volatility 321
CHAPTER 8
Statistical Models 324
8.1 Overview 324
8.2 Moving Average Models 329
8.3 Exponential Moving Average Models 331
8.4 GARCH Models 334
8.5 Asymmetric GARCH 337
8.6 GARCH Models for High-Frequency Data 340
8.7 Estimation Problems 353
8.8 GARCH Option Pricing Model 354
8.9 GARCH Forecasting 362
CHAPTER 9
Stochastic Multifactor Models 367
9.1 Change of Measure for Independent Random Variables 368
9.2 Change of Measure for Correlated Random Variables 370
9.3 N-Dimensional Random Walks and Brownian Motion 371
9.4 N-Dimensional Generalized Wiener Process 373
9.5 Multivariate Diffusion Processes 374
9.6 Monte Carlo Simulation of Multivariate Diffusion Processes 375
9.7 N-Dimensional Lognormal Process 376
9.8 Ito’s Lemma for Functions of Vector-Valued Diffusion Processes 388
9.9 Principal Component Analysis 389
CHAPTER 10
Single-Factor Interest Rate Models 395
10.1 Short Rate Process 398
10.2 Deriving the Bond Pricing Partial Differential Equation 399
10.3 Risk-Neutral Drift of the Short Rate 401
10.4 Single-Factor Models 402

10.5 Vasicek Model 404
10.6 Pricing Zero-Coupon Bonds in the Vasicek Model 411
10.7 Pricing European Options on Zero-Coupon Bonds
with Vasicek 420
10.8 Hull-White Extended Vasicek Model 425
10.9 European Options on Coupon-Bearing Bonds 429
10.10 Cox-Ingersoll-Ross Model 431
10.11 Extended (Time-Homogenous) CIR Model 436
10.12 Black-Derman-Toy Short Rate Model 438
10.13 Black’s Model to Price Caps 439
10.14 Black’s Model to Price Swaptions 443
10.15 Pricing Caps, Caplets, and Swaptions with Short Rate Models 448
10.16 Valuation of Swaps 455
10.17 Calibration in Practice 457
CHAPTER 11
Tree-Building Procedures 467
11.1 Building Binomial Short Rate Trees for Black, Derman, and Toy 468
11.2 Building the BDT Tree Calibrated to the Yield Curve 471
11.3 Building the BDT Tree Calibrated to the Yield and
Volatility Curve 476
11.4 Building a Hull-White Tree Consistent with the Yield Curve 485
11.5 Building a Lognormal Hull-White (Black-Karasinski) Tree 495
11.6 Building Trees Fitted to Yield and Volatility Curves 501
11.7 Vasicek and Black-Karasinski Models 509
11.8 Cox-Ingersoll-Ross Implementation 515
11.9 A General Deterministic-Shift Extension 520
11.10 Shift-Extended Vasicek Model 524
11.11 Shift-Extended Cox-Ingersoll-Ross Model 541
11.12 Pricing Fixed Income Derivatives with the Models 549
CHAPTER 12
Two-Factor Models and the Heath-Jarrow-Morton Model 554
12.1 The Two-Factor Gaussian G2++ Model 556
12.2 Building a G2++ Tree 563
12.3 Two-Factor Hull-White Model 575
12.4 Heath-Jarrow-Morton Model 579
12.5 Pricing Discount Bond Options with Gaussian HJM 584
12.6 Pricing Discount Bond Options in General HJM 585
12.7 Single-Factor HJM Discrete-State Model 586
12.8 Arbitrage-Free Restrictions in a Single-Factor Model 591
12.9 Computation of Arbitrage-Free Term Structure Evolutions 595
12.10 Single-Factor HJM Implementation 598
12.11 Synthetic Swap Valuation 606

12.12 Two-Factor HJM Model 612
12.13 Two-Factor HJM Model Implementation 616
12.14 The Ritchken and Sankarasubramanian Model 620
12.15 RS Spot Rate Process 623
12.16 Li-Ritchken-Sankarasubramanian Model 624
12.17 Implementing an LRS Trinomial Tree 626
CHAPTER 13
LIBOR Market Models 630
13.1 LIBOR Market Models 632
13.2 Specifications of the Instantaneous Volatility of Forward Rates 636
13.3 Implementation of Hull-White LIBOR Market Model 640
13.4 Calibration of LIBOR Market Model to Caps 641
13.5 Pricing Swaptions with Lognormal Forward-Swap Model 642
13.6 Approximate Swaption Pricing with Hull-White Approach 646
13.7 LFM Formula for Swaption Volatilities 648
13.8 Monte Carlo Pricing of Swaptions Using LFM 650
13.9 Improved Monte Carlo Pricing of Swaptions with a
Predictor-Corrector 655
13.10 Incompatibility between LSM and LSF 663
13.11 Instantaneous and Terminal Correlation Structures 665
13.12 Calibration to Swaption Prices 669
13.13 Connecting Caplet and S × 1-Swaption Volatilities 670
13.14 Including Caplet Smile in LFM 673
13.15 Stochastic Extension of LIBOR Market Model 677
13.16 Computing Greeks in Forward LIBOR Models 688
CHAPTER 14
Bermudan and Exotic Interest Rate Derivatives 710
14.1 Bermudan Swaptions 710
14.2 Implementation for Bermudan Swaptions 713
14.3 Andersen’s Method 718
14.4 Longstaff and Schwartz Method 721
14.5 Stochastic Mesh Method 730
14.6 Valuation of Range Notes 733
14.7 Valuation of Index-Amortizing Swaps 742
14.8 Valuation of Trigger Swaps 752
14.9 Quanto Derivatives 754
14.10 Gaussian Quadrature 760
APPENDIX A
Probability Review 771
A.1 Probability Spaces 771
A.2 Continuous Probability Spaces 773

A.3 Single Random Variables 773
A.4 Binomial Random Variables 774
A.5 Normal Random Variables 775
A.6 Conditional Expectations 776
A.7 Probability Limit Theorems 778
A.8 Multidimensional Case 779
A.9 Dirac’s Delta Function 780
APPENDIX B
Stochastic Calculus Review 783
B.1 Brownian Motion 783
B.2 Brownian Motion with Drift and Volatility 784
B.3 Stochastic Integrals 785
B.4 Ito’s Formula 788
B.5 Geometric Brownian Motion 789
B.6 Stochastic Leibnitz Rule 789
B.7 Quadratic Variation and Covariation 790
References 793
About the CD-ROM 803
GNU General Public License 807
Index 813

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:WileyFinance derivatives Derivative Modeling Finance Modeling derivatives WileyFinance

已有 3 人评分经验 论坛币 学术水平 热心指数 信用等级 收起 理由
accumulation + 100 + 1 + 1 + 1 精彩帖子
karmenlv + 1 + 1 + 1 热心帮助其他会员
矿主 + 20 鼓励

总评分: 经验 + 100  论坛币 + 20  学术水平 + 2  热心指数 + 2  信用等级 + 2   查看全部评分

本帖被以下文库推荐

沙发
dumb 发表于 2009-4-16 10:07:00 |只看作者 |坛友微信交流群
Thank you.
身是菩提树,心如明镜台,时时勤拂拭,勿使惹尘埃。
菩提本无树,明镜亦非台,本来无一物,何处惹尘埃?

使用道具

藤椅
linfj1221 发表于 2009-5-4 11:44:00 |只看作者 |坛友微信交流群

Thanks a lot

使用道具

板凳
tsl186 发表于 2009-5-4 14:42:00 |只看作者 |坛友微信交流群
好东西

使用道具

报纸
fixedincome 发表于 2009-5-4 16:48:00 |只看作者 |坛友微信交流群
非常不错。

使用道具

地板
wlnk 发表于 2009-5-10 12:12:00 |只看作者 |坛友微信交流群
thx
你若不想做,会找到一个借口;你若想做,会找到一个方法。

使用道具

7
fin9845cl 发表于 2009-5-20 17:28:00 |只看作者 |坛友微信交流群

thanks!!

使用道具

8
hanceland 发表于 2009-5-21 11:07:00 |只看作者 |坛友微信交流群
非常好的资料!

使用道具

9
最近比较帅 发表于 2009-5-21 21:25:00 |只看作者 |坛友微信交流群

谢了啊!

使用道具

10
wolfox 发表于 2009-6-1 20:28:00 |只看作者 |坛友微信交流群
楼主好人啊!
渐渐看到了未来!

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注jr
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-4-25 08:23