Structured Finance Modeling with Object–Oriented VBA

Gebonden Engels 2007 9780470098592
Verwachte levertijd ongeveer 9 werkdagen

Samenvatting

A detailed look at how object–oriented VBA should be used to model complex financial structures

This guide helps readers overcome the difficult task of modeling complex financial structures and bridges the gap between professional C++/Java programmers writing production models and front–office analysts building Excel spreadsheet models. It reveals how to model financial structures using object–oriented VBA in an Excel environment, allowing desk–based analysts to quickly produce flexible and robust models. Filled with in–depth insight and expert advice, it skillfully illustrates the art of object–oriented programming for the explicit purpose of modeling structured products. Residential mortgage securitization is used as a unifying example throughout the text.

Specificaties

ISBN13:9780470098592
Taal:Engels
Bindwijze:gebonden
Aantal pagina's:352

Lezersrecensies

Wees de eerste die een lezersrecensie schrijft!

Inhoudsopgave

Preface.
<p>List of Acronyms.</p>
<p>Acknowledgments.</p>
<p>About the Author.</p>
<p>Chapter 1. Cash–Flow Structures.</p>
<p>1.1 Getting Started.</p>
<p>1.2 Securitization.</p>
<p>1.3 Synthetic Structures.</p>
<p>1.4 Putting It All Together.</p>
<p>Chapter 2. Modeling.</p>
<p>2.1 Dipping a Toe in the Shallow End.</p>
<p>2.2 Swimming Toward the Deep End.</p>
<p>2.3 Types.</p>
<p>2.4 Class Architecture.</p>
<p>2.4.1 Weak Inheritance.</p>
<p>2.4.2 Parameterized Class.</p>
<p>2.4.3 Which Is Better?</p>
<p>2.5 Exercises.</p>
<p>Chapter 3. Assets.</p>
<p>3.1 Replines.</p>
<p>3.2 Portfolio Optimization.</p>
<p>3.2.1 Zero–One Program.</p>
<p>3.2.2 Simulated Annealing.</p>
<p>3.3 Losses, Prepayments, and Interest Rates.</p>
<p>3.4 Cash–Flow Model.</p>
<p>3.4.1 Zero–Prepay Cash Flows.</p>
<p>3.4.2 Actual Cash Flows.</p>
<p>3.4.3 Examples.</p>
<p>3.5 S&amp;P Cash–Flow Model.</p>
<p>3.5.1 Model Parameters.</p>
<p>3.6 Moody s Cash–Flow Model.</p>
<p>3.6.1 Model Parameters.</p>
<p>3.6.2 Algorithm.</p>
<p>3.7 Option ARMs.</p>
<p>3.8 Class Architecture: Multiple Inheritance.</p>
<p>3.9 Doing It in Excel: SumProduct.</p>
<p>3.10 Exercises.</p>
<p>Chapter 4. Liabilities.</p>
<p>4.1 Getting Started.</p>
<p>4.2 Notation.</p>
<p>4.3 Expenses.</p>
<p>4.4 Interest.</p>
<p>4.5 Over–collateralization.</p>
<p>4.5.1 Current Subordinated Amount.</p>
<p>4.5.2 Stepdown Date.</p>
<p>4.5.3 Target Subordinated Amount.</p>
<p>4.6 Principal.</p>
<p>4.6.1 Gross Principal Distributions.</p>
<p>4.6.2 Detailed Principal Distributions.</p>
<p>4.7 Writedowns and Recoveries.</p>
<p>4.8 Derivatives.</p>
<p>4.8.1 Corridors.</p>
<p>4.8.2 Swaps.</p>
<p>4.8.3 Excess Reserve Fund Account.</p>
<p>4.9 Triggers.</p>
<p>4.9.1 Call Features.</p>
<p>4.9.2 Overcollateralization Test.</p>
<p>4.9.3 Interest Coverage Test.</p>
<p>4.9.4 Delinquency Trigger.</p>
<p>4.9.5 Loss Trigger.</p>
<p>4.10 Residuals: NIMs and Post–NIM.</p>
<p>4.11 Class Architecture.</p>
<p>4.11.1 Passive Approach.</p>
<p>4.11.2 Active Approach.</p>
<p>4.11.3 Comparison.</p>
<p>4.12 Doing It in Excel: Data Tables.</p>
<p>4.13 Exercises.</p>
<p>Chapter 5. Sizing the Structure.</p>
<p>5.1 Senior Sizing.</p>
<p>5.2 Subordinate Sizing.</p>
<p>5.2.1 Fully Funded vs. Non Fully Funded.</p>
<p>5.3 Optimizations and Complexity.</p>
<p>5.4 Example of Sizing.</p>
<p>5.5 NIM and OTE Sizing.</p>
<p>5.6 Class Architecture.</p>
<p>5.6.1 Inheritance Revisited.</p>
<p>5.6.2 Odds and Ends.</p>
<p>5.7 Doing It in Excel: Solver.</p>
<p>5.8 Exercises.</p>
<p>Chapter 6. Analysis.</p>
<p>6.1 Risk Factors.</p>
<p>6.1.1 Prefunding.</p>
<p>6.1.2 Prepayments.</p>
<p>6.1.3 Buybacks and Cleanup Calls.</p>
<p>6.1.4 Defaults.</p>
<p>6.1.5 Interest Rates.</p>
<p>6.1.6 Spreads.</p>
<p>6.1.7 Miscellaneous.</p>
<p>6.1.8 Residual Sensitivities.</p>
<p>6.2 Mezzanine and Subordinate Classes.</p>
<p>6.3 NIM Classes.</p>
<p>6.4 Putting It All Together.</p>
<p>6.5 Exercises.</p>
<p>Chapter 7. Stochastic Models.</p>
<p>7.1 Static versus Stochastic.</p>
<p>7.2 Loss Model.</p>
<p>7.2.1 Probability of Default from Transition Matrix.</p>
<p>7.2.2 Probability of Default from Spread.</p>
<p>7.2.3 Probability of Time to Default.</p>
<p>7.3 Gaussian Copula.</p>
<p>7.4 Monte Carlo Simulation.</p>
<p>7.5 Synthetic Credit Indexes.</p>
<p>7.5.1 Loss Lets.</p>
<p>7.5.2 Analysis.</p>
<p>7.5.3 Hedging.</p>
<p>7.6 Doing It in Excel.</p>
<p>7.7 Exercises.</p>
<p>Appendix A. Excel and VBA.</p>
<p>A.1 Spreadsheet Style.</p>
<p>A.2 Code Style.</p>
<p>A.3 Compilation.</p>
<p>A.4 Bloomberg.</p>
<p>Appendix B. Bond Math.</p>
<p>B.1 Mortgage Payment.</p>
<p>B.2 Yield to Price.</p>
<p>B.3 Price to Yield.</p>
<p>B.4 Duration.</p>
<p>B.4.1 Index or Interest–Rate Duration.</p>
<p>B.4.2 Discount Spread Duration.</p>
<p>B.5 Hazard Rate.</p>
<p>B.6 Static Credit Card Model.</p>
<p>References.</p>
<p>Index.</p>

Managementboek Top 100

Rubrieken

    Personen

      Trefwoorden

        Structured Finance Modeling with Object–Oriented VBA