Share
Fr. 80.00
E Tick, Evan Tick, Tick Evan
Structured Finance Modeling With Object-Oriented Vba
English · Hardback
Shipping usually within 1 to 3 weeks (not available at short notice)
Description
Informationen zum Autor Evan Tick is a director at IXIS Capital Markets, and has worked on Wall Street for ten years. His expertise is fixed income and structured finance modeling in the areas of risk management, asset-backed securities (ABS), residential mortgages, and credit derivatives. Klappentext Praise for STRUCTURED FINANCE MODELING with Object-Oriented VBA"This book is an excellent and interesting integration of financial engineering, structured finance, and structured programming, and the book accomplishes this with easy-to-follow examples, using the most commonly available tools, MS VBA and spreadsheets. The author is clearly intimately familiar with structured products, the mechanics and challenges of securitization, and the financial and analytical modeling that is required to understand and manage these diverse financial products. The result is a book that demonstrates an easy-to-follow combination of finance and object-oriented programming. This is a 'must own book' for the active practitioner, the financial engineer on the front lines of the structuring battle."-Cyrus Mohebbi, PhD, Head of MBS/ABS Structuring and Analytics, HSBC Securities Inc."Tick has written a seminal structured finance book. He presents an approach to modeling that is both efficient and practical. His work will serve as a timeless template to simplify the complexity of structured finance."-Janet Tavakoli, President, Tavakoli Structured Finance"Dr. Tick's experience in applying theoretical concepts to various markets is well encapsulated in this book. A must-read for technicians and market practitioners alike who would like insight into practical solutions to complex financial modeling problems."-Adil Nathani, Old Lane Management"Reading Tick's book gives a real-world introduction to practical bond structuring, the activity that generates a significant part of Wall Street's profits. This book from a (financial) engineer who is intimately involved in this business, gives the details needed to generate accurate cash flows along with meticulously presented real-life examples. In addition to meat-and-potatoes asset and liability cash flows, he discusses optimization and stochastic modeling, a useful introduction to synthetic structures. This book also serves as an introduction to programming skills in VBA."-Ramine Rouhani, Managing Director, Head of Capital Markets, IXIS Capital Markets North America Zusammenfassung 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. Inhaltsverzeichnis Preface xi List of Acronyms xv Acknowledgments xvii About the Author xix Chapter 1 Cash-Flow Structures 1 1.1 Getting Started 1 1.2 Securitization 3 1.3 Synthetic Structures 10 1.4 Putting It All Together 13 Chapter 2 Modeling 16 2.1 Dipping a Toe in the Shallow End 17 2.2 Swimming Toward the Deep End 22 2.3 Types 29 2.4 Class Architecture 33 2.4.1 Weak Inheritance 37 2.4.2 Parameterized Class 42 2.4.3 Which Is Better? 43 2.5 Exercises 46 Chapter 3 Assets 48 3.1 Replines 49 3.2 Portfolio Optimization 52 3.2.1 Zero-One Program 53 3.2.2 Simulated Annealing 56 3.3 Losses, Prepayments, and Interest Rates 60 3.4 Cash-Flow Model 61 3.4.1 Zero-Prepay Cash Flows 63 3.4.2 Actual Cash Flows 66 3.4.3 Examples 74 3.5 S&P Cash-Flow Model 75 3.5.1 Model Parameters 77 3.6 Moody's Cash-Flow Model 80 3.6.1 Model Parameters 82 3.6.2 Algorithm 84 3.7 Option ARMs 86 3.8 Class Architecture...
List of contents
Preface.
List of Acronyms.
Acknowledgments.
About the Author.
Chapter 1. Cash-Flow Structures.
1.1 Getting Started.
1.2 Securitization.
1.3 Synthetic Structures.
1.4 Putting It All Together.
Chapter 2. Modeling.
2.1 Dipping a Toe in the Shallow End.
2.2 Swimming Toward the Deep End.
2.3 Types.
2.4 Class Architecture.
2.4.1 Weak Inheritance.
2.4.2 Parameterized Class.
2.4.3 Which Is Better?
2.5 Exercises.
Chapter 3. Assets.
3.1 Replines.
3.2 Portfolio Optimization.
3.2.1 Zero-One Program.
3.2.2 Simulated Annealing.
3.3 Losses, Prepayments, and Interest Rates.
3.4 Cash-Flow Model.
3.4.1 Zero-Prepay Cash Flows.
3.4.2 Actual Cash Flows.
3.4.3 Examples.
3.5 S&P Cash-Flow Model.
3.5.1 Model Parameters.
3.6 Moody's Cash-Flow Model.
3.6.1 Model Parameters.
3.6.2 Algorithm.
3.7 Option ARMs.
3.8 Class Architecture: Multiple Inheritance.
3.9 Doing It in Excel: SumProduct.
3.10 Exercises.
Chapter 4. Liabilities.
4.1 Getting Started.
4.2 Notation.
4.3 Expenses.
4.4 Interest.
4.5 Over-collateralization.
4.5.1 Current Subordinated Amount.
4.5.2 Stepdown Date.
4.5.3 Target Subordinated Amount.
4.6 Principal.
4.6.1 Gross Principal Distributions.
4.6.2 Detailed Principal Distributions.
4.7 Writedowns and Recoveries.
4.8 Derivatives.
4.8.1 Corridors.
4.8.2 Swaps.
4.8.3 Excess Reserve Fund Account.
4.9 Triggers.
4.9.1 Call Features.
4.9.2 Overcollateralization Test.
4.9.3 Interest Coverage Test.
4.9.4 Delinquency Trigger.
4.9.5 Loss Trigger.
4.10 Residuals: NIMs and Post-NIM.
4.11 Class Architecture.
4.11.1 Passive Approach.
4.11.2 Active Approach.
4.11.3 Comparison.
4.12 Doing It in Excel: Data Tables.
4.13 Exercises.
Chapter 5. Sizing the Structure.
5.1 Senior Sizing.
5.2 Subordinate Sizing.
5.2.1 Fully Funded vs. Non-Fully Funded.
5.3 Optimizations and Complexity.
5.4 Example of Sizing.
5.5 NIM and OTE Sizing.
5.6 Class Architecture.
5.6.1 Inheritance Revisited.
5.6.2 Odds and Ends.
5.7 Doing It in Excel: Solver.
5.8 Exercises.
Chapter 6. Analysis.
6.1 Risk Factors.
6.1.1 Prefunding.
6.1.2 Prepayments.
6.1.3 Buybacks and Cleanup Calls.
6.1.4 Defaults.
6.1.5 Interest Rates.
6.1.6 Spreads.
6.1.7 Miscellaneous.
6.1.8 Residual Sensitivities.
6.2 Mezzanine and Subordinate Classes.
6.3 NIM Classes.
6.4 Putting It All Together.
6.5 Exercises.
Chapter 7. Stochastic Models.
7.1 Static versus Stochastic.
7.2 Loss Model.
7.2.1 Probability of Default from Transition Matrix.
7.2.2 Probability of Default from Spread.
7.2.3 Probability of Time to Default.
7.3 Gaussian Copula.
7.4 Monte Carlo Simulation.
7.5 Synthetic Credit Indexes.
7.5.1 Loss Lets.
7.5.2 Analysis.
7.5.3 Hedging.
7.6 Doing It in Excel.
7.7
Product details
| Authors | E Tick, Evan Tick, Tick Evan |
| Publisher | Wiley, John and Sons Ltd |
| Languages | English |
| Product format | Hardback |
| Released | 08.06.2007 |
| EAN | 9780470098592 |
| ISBN | 978-0-470-09859-2 |
| No. of pages | 352 |
| Series |
Wiley Finance Wiley Finance Editions The Wiley Finance Series Wiley Finance Wiley Finance Editions The Wiley Finance Series |
| Subjects |
Social sciences, law, business
> Business
> Business administration
Finance & Investments, Finanz- u. Anlagewesen, Institutionelle Finanzplanung, Institutional & Corporate Finance |
Customer reviews
No reviews have been written for this item yet. Write the first review and be helpful to other users when they decide on a purchase.
Write a review
Thumbs up or thumbs down? Write your own review.