Implied Future Home Price Growth from Subprime ABS Prices

Size: px
Start display at page:

Download "Implied Future Home Price Growth from Subprime ABS Prices"

Transcription

1 Implied Future Home Price Growth from Subprime ABS Prices Jason Vinar January 7, 2010

2 Implied Future Home Price Growth from Subprime ABS Prices Project Goals Learn about mortgage loans and mortgage backed securities. Build a borrower behavior model including prepayments, defaults, and loss recoveries. Build a mortgage security cash flow waterfall tool Calibrate the a HJM model and simulate interest rate term structures Derive the implied future home price growth Project Expectations Use of statistical techniques Monte Carlo Simulation will be a common tool Hard work and have fun

3 Quick Overview of Mortgage Securitization Several loans (mortgages) belong to a trust The borrower (home owner) remits their monthly payments to the servicer The servicer remits those payments plus loss mitigation collections on defaulted loans to the trust. In most cases the servicer is required to advance scheduled payments for delinquent loans until the loan is resolved or current. Several bonds belong to a securitization (deal) The trust distributes cash to each bond in the deal in the form of principal and interest payments as specified in the deal documents A typical subprime distribution structure pays accrued interest to each bond, but the principal is paid sequentially while the losses are taken in reverse order This cash flow structure leads to bonds within a deal having different ratings. For example, the most senior bonds can be rated AAA while the junior bonds are rated BBB or lower. Our goal is to model each of these cash flow components to price each bond in a deal.

4 Loan Cash Flows Each month the borrower is expected to pay their mortgage payment of which part is accrued interest and the rest is principal paydown. At any point in time the borrower has the ability to prepay the entire remaining balance. The two most common reasons for prepayment are refinancing to a new mortgage with better terms or moving (housing turnover). Likewise, a borrower has at any time the right to default on their obligation to repay the loan. In doing so the borrower will typically lose their home through process of foreclosure. Reasons for default include: job loss, divorce, death of borrower, and lost home equity (more frequent of late). These two options are of the American style: able to exercise at any point in time from now until maturity. Unlike equity options, however, the borrower is rarely able to optimally exercise these options due to a number of reasons including available credit, underwritting standards, cost of refinance, etc. We ll use multinomial logistic regression to estimate borrower behavior.

5 Estimating Borrower Behavior Borrower behavior is path dependent, e.g. if a borrower misses a payment this month they will likely miss next month s payment too or similarly if a borrower misses an opportunity to refinance they will be more likely to miss the next one To model the path dependent behavior a stylized state space (S) is used Current loan, i.e. has made all of their mortgage payments Delinquent loan, i.e. has missed one or more payments Loan in foreclosure, i.e. servicer has begun the process taking the home to sell and recover some or all of the balance Paid off loan, i.e. the loan is either paid in full or resolved to a loss The probability of each state is estimated given its current state and all the information leading up to the current state The multinomial logit model is used to compute the transition probability e X i,m βj P(S i,m = j) = J j=1 ex i,m βj where X i,m is a vector of covariates for loan i in month m

6 Prepayment and Default Curves CPR CDR Percent Jan 02 Jan 04 Jan 06 Jan 08 Jan 10 Time

7 Predictive Variables (X) Age of the loan Seasonality (time of the year) Refinance incentive (current rate relative to market rate) Burnout (missed refinance opportunities) Credit (FICO Score) Product type (Fixed, ARM, IO) Equity (difference between property value and remaining balance) Months delinquent State foreclosure timelines Property type Underwriting types (occupancy, documentation, purpose) Prepayment penalties

8 Converting Borrower Behavior to Cash Flow Most loan cash flows are implied by state transitions. For example: From C to D no payment is made From C to P the borrower makes a payment equal to the remaining balance The loss (or recovery) for a default needs a separate model. Hayre and Saraf present a detailed approach to model the loss although it is written simply as L = B + C S M where B is the loan balance, C is the servcing costs, S is the property sale price, and M is the mortgage insurance payment. In the loss equation we are only sure of the loan balance B. All other items need to be modeled in terms of other factors. The costs C accumulate for foreclosure expenses, P&I advances to the securitization trust, and other property related expenses. The sale price S is a factor of both home price growth and a discount for a forced sale (and possibly also a poor or neglected property condition) Mortgage insurance M is derived from the coverage amount, the claim amount, and reduced for some probability of claim denied

9 Using Simulation to Generate Loan Cash Flow Since loans behave in a path dependent way Monte Carlo simulation is used to generate the loan cash flow. The steps for the simulation are Given the current loan state calculate the transition probabilities using e X i,m βj P(S i,m = j) = J j=1 ex i,m βj Select a transition using a uniform random draw and P(S i,m = j) Compute loan cash flows implied by the transition Compute any losses (or recoveries) for a default Update loan characteristics such as age, seasonality, equity, refinance incentive, etc. Repeat until the loan resolves or the balance is 0

10 HJM Model The HJM model simulates the entire forward term structure. To do this the model takes the current forward rate curve as an input and evolves the entire curve rather than a single point. Borrowers will often look to longer term rates to drive their refinance decisions and therefore a model like HJM is needed. The Model df (t, T) = µ(t, T)dt + σ(t, T)dW(t) The differential df is with respect to time t not maturity T and W is a d-dimensional Brownian Motion. Calibration Historical Current Market Calibration Discretization and Simulation Exact simulation is difficult except for in special cases of σ. A grid of time steps and maturities is used. Discretization of initial forward curve is fixed to the maturity dimension of the grid.

11 Bond Cash Flow Calculator Inputs are: aggregate loan cash flows and the interest rate path to compute the variable rate bonds Outputs are: Principal and Interest Payments for each bond Bond Metrics: Duration Convexity Price (given spread) B M = NX i=1 C i (1 + Z i + s) i where B M is the modeled price for the bond, C i is the modeled cash flow for month i, Z i is the swap zero rate in month i. Note, the current term structure of swap zero rates are used to discount the projected bond cash flows.

12 Historical Bond Prices 100 RAMP05 EFC Bond Price A 2/AAA A 3/AAA 30 Jul 08 Oct 08 Jan 09 Apr 09 Jul 09 Oct 09 Jan 10 Apr 10 Time

13 Putting All the Pieces Together to Generate Loan Cash Flows Set the home price path, e.g. -1% for 2 years and +1% thereafter Generate an interest rate term structure path using the HJM simulation Simulate loan transitions to generate cash flows given the interest rate and home price paths Aggregate loan cash flows and put through bond cash flow calculator Repeat loan and bond simulation Average bond cash flows and discount using the swap zero curve Repeat interest rate simulation Repeat for each stylized home price path Challenges There are a lot of loops to keep track of and save output at the appropriate time The number of simulations could be quite large given the nested simulations

14 Finding the Implied Home Price Growth The recipe to find the implied HPG is as follows: Generate several stylized home price paths, e.g. no growth for 2 years followed by 1% annual growth or no growth for 5 years followed by 3% annual growth Price each of the bonds, with known market prices b, using each of the stylized home price paths. Store the modeled prices in a matrix M with each row representing bond and each column representing a home price path. Solve Mw = b for w where w is the market implied weight for each stylized home price path. This approach leads to further analysis considerations. Are there equivalent home price paths in terms of the modeled bond prices? Can a series of geographically concentrated pools 1 be used provide geographic specific home price views? We hope to address each of these questions and perhaps others that we identify through the course of the project. 1 Conversly, can a region specific path be used to derive model prices?

15 References Baxter, M.; Rennie, A. Financial Calculus. Cambridge University Press, Glasserman, P. Monte Carlo Methods in Financial Engineering. Springer, Greene, W.H. Econometric Analysis. Prentice Hall, Hayre, L.; Saraf, M.; Young, R.; Chen, J. Modeling of Mortgage Defaults. Journal of Fixed Income, Spring 2008, Vol. 17 Issue 4, Hayre, L.; Saraf, M. A loss Severity Model for Residential Mortgages. Journal of Fixed Income, Fall 2008, Vol. 18 Issue 2, Heath, D.; Jarrow, R.; Morton, A. Bond Pricing and the Term Structure of Interest Rates: A New Methodology for Contingent Claim Valuation. Econometrica, 60 (1992),

Mortgage Backed Securities

Mortgage Backed Securities Wisconsin School of Business December 7, 2008 Outline We will talk about traditional MBS s which include Mortgage pass through securities Collateralized mortgage obligations (CMO s) Stripped MBS s These

More information

Deep MI differs from standard MI. 19 ARC 2000-BC1 issued in February 2000 is an example of an early deal with deep MI.

Deep MI differs from standard MI. 19 ARC 2000-BC1 issued in February 2000 is an example of an early deal with deep MI. Ivan Gjaja (212) 816-8320 ivan.m.gjaja@ssmb.com Deep MI differs from standard MI. Deep Mortgage Insurance in the Subprime Market Deep mortgage insurance (deep MI) has grown rapidly in the subprime market

More information

The Financial Risks Associated with Mortgage-Backed Securities

The Financial Risks Associated with Mortgage-Backed Securities The Financial Risks Associated with Mortgage-Backed Securities Global Association for Risk Professionals (GARP) Raleigh, NC Chapter Meeting October 25, 2012 Tao Pang, PhD, FRM Department of Mathematics

More information

The Current Crisis in the Subprime Mortgage Market. Jason Vinar GMAC ResCap

The Current Crisis in the Subprime Mortgage Market. Jason Vinar GMAC ResCap The Current Crisis in the Subprime Mortgage Market Jason Vinar GMAC ResCap Overview Merrill s Market Economist, August 2006 Morgan Stanley s Mortgage Finance, March 2007 Citigroup s Housing Monitor, March

More information

Public Policy and Innovation: Partnering with Capital Markets through Securitization. Antonio Baldaque da Silva November 2007

Public Policy and Innovation: Partnering with Capital Markets through Securitization. Antonio Baldaque da Silva November 2007 Public Policy and Innovation: Partnering with Capital Markets through Securitization Antonio Baldaque da Silva November 2007 Agenda 1. Motivation: Innovation and Public Policy 2. Traditional tools 3. Alternatives:

More information

Accounting for securitizations treated as a financing (on-balance sheet) verses securitizations treated as a sale (off-balance sheet)

Accounting for securitizations treated as a financing (on-balance sheet) verses securitizations treated as a sale (off-balance sheet) Accounting for securitizations treated as a financing (on-balance sheet) verses securitizations treated as a sale (off-balance sheet) The hypothetical example below is provided for informational purposes

More information

Appendix B: Cash Flow Analysis. I. Introduction

Appendix B: Cash Flow Analysis. I. Introduction I. Introduction The calculation of the economic value of the MMI Fund involves the estimation of the present value of future cash flows generated by the existing portfolio and future books of business.

More information

Mortgage loans and mortgage-backed securities

Mortgage loans and mortgage-backed securities Mortgage loans and mortgage-backed securities Mortgages A mortgage loan is a loan secured by the collateral of some specific real estate property which obliges the borrower to make a predetermined series

More information

Decomposing Mortgage Portfolio Risk: Default, Prepayment, and Severity YUFENG DING

Decomposing Mortgage Portfolio Risk: Default, Prepayment, and Severity YUFENG DING Decomposing Mortgage Portfolio Risk: Default, Prepayment, and Severity YUFENG DING NOVEMBER 19, 2010 Overview» The loss on a mortgage portfolio is an aggregate of the losses of the loans in the portfolio»

More information

Best Practices in Asset Liability Management

Best Practices in Asset Liability Management Best Practices in Asset Liability Management Frank Wilary Principal Wilary Winn LLC September 22, 2014 1 Topics Covered Best practices related to ALM modeling Best practices related to managing the ALM

More information

NorthStar Education Finance Inc. Series 2006-A Ratings Affirmed

NorthStar Education Finance Inc. Series 2006-A Ratings Affirmed NorthStar Education Finance Inc. Series 2006-A Ratings Affirmed Primary Credit Analyst: Ronald G Burt, New York (1) 212-438-4011; ronald.burt@standardandpoors.com Analytical Manager--Term ABS: Frank J

More information

Structured Financial Products

Structured Financial Products Structured Products Structured Financial Products Bond products created through the SECURITIZATION Referred to the collection of Mortgage Backed Securities Asset Backed Securities Characteristics Assets

More information

Chapter 10 6/16/2010. Mortgage Types and Borrower Decisions: Overview Role of the secondary market. Mortgage types:

Chapter 10 6/16/2010. Mortgage Types and Borrower Decisions: Overview Role of the secondary market. Mortgage types: Mortgage Types and Borrower Decisions: Overview Role of the secondary market Chapter 10 Residential Mortgage Types and Borrower Decisions Mortgage types: Conventional mortgages FHA mortgages VA mortgages

More information

Residential Mortgage Portfolio Risk Analytics ROGER M. STEIN, ASHISH DAS

Residential Mortgage Portfolio Risk Analytics ROGER M. STEIN, ASHISH DAS Residential Mortgage Portfolio Risk Analytics ROGER M. STEIN, ASHISH DAS NOVEMBER 19, 2010 Agenda Why are mortgages complicated to model? Many (many) scenarios are required to capture the behavior of mortgages

More information

Appendix B: Cash Flow Analysis. I. Introduction

Appendix B: Cash Flow Analysis. I. Introduction I. Introduction The calculation of the economic value of the MMI Fund involves the estimation of the present value of future cash flows generated by the existing portfolio. This requires the projection

More information

Assumable mortgage: A mortgage that can be transferred from a seller to a buyer. The buyer then takes over payment of an existing loan.

Assumable mortgage: A mortgage that can be transferred from a seller to a buyer. The buyer then takes over payment of an existing loan. MORTGAGE GLOSSARY Adjustable Rate Mortgage (ARM): A mortgage loan with payments usually lower than a fixed rate initially, but is subject to changes in interest rates. There are a variety of ARMs that

More information

Valuing Fixed Rate Mortgage Loans with Default and Prepayment Options

Valuing Fixed Rate Mortgage Loans with Default and Prepayment Options Valuing Fixed Rate Mortgage Loans with Default and Prepayment Options by Robert M. Dunsky PhD Principal Economist OFHEO 1700 G Street, NW Washington D.C RDunsky@OFHEO.GOV 1-202-414-6937 and Thomas S. Y.

More information

Static Pool Analysis: Evaluation of Loan Data and Projections of Performance March 2006

Static Pool Analysis: Evaluation of Loan Data and Projections of Performance March 2006 Static Pool Analysis: Evaluation of Loan Data and Projections of Performance March 2006 Introduction This whitepaper provides examiners with a discussion on measuring and predicting the effect of vehicle

More information

Loan Consolidation. Mark Riggs

Loan Consolidation. Mark Riggs Loan Consolidation Mark Riggs Bedford Springs, October 12-14, 2015 Introduction Today's students are graduating with loan balances as large as a home mortgage, but unlike a mortgage, student debt is typically

More information

Mortgage-Backed Securities

Mortgage-Backed Securities Mortgage-Backed Securities PRIMER Introduction to Mortgage-Backed Securities (MBS) and Other Securitized Assets Executive Summary A large and diverse market The US mortgage market, with $7.2 trillion in

More information

Mortgage-Backed Sector of the Bond Market

Mortgage-Backed Sector of the Bond Market 1 Mortgage-Backed Sector of the Bond Market LEARNING OUTCOMES 1. Mortgage Loan: a. cash flow characteristics of a fixed-rate, b. level payment, and c. fully amortized mortgage loan; 2. Mortgage Passthrough

More information

Modeling and Valuing Mortgage Assets

Modeling and Valuing Mortgage Assets Modeling and Valuing Mortgage Assets Interest rates have increased since hitting cyclical (and generational) lows over a year ago in June 2003. As interest rates increase, most banks experience a decrease

More information

SBA 504 Non Bank Business Model. Presented by Sok Cordell

SBA 504 Non Bank Business Model. Presented by Sok Cordell SBA 504 Non Bank Business Model Presented by Sok Cordell CH Capital Partners LLC (SBA Non Bank Lending Program) The information contained in this presentation has been obtained from sources believed to

More information

Mortgage-Backed Securities. Leah DiMartino Matt Houser Brendan LaCerda Kaity McCoy Brian Seremet Justin Sibears

Mortgage-Backed Securities. Leah DiMartino Matt Houser Brendan LaCerda Kaity McCoy Brian Seremet Justin Sibears Mortgage-Backed Securities Leah DiMartino Matt Houser Brendan LaCerda Kaity McCoy Brian Seremet Justin Sibears 1 Introduction Mortgage-backed securities (MBS) are debt obligations that represent claims

More information

OR/MS Today - June 2007. Financial O.R. A Pointer on Points

OR/MS Today - June 2007. Financial O.R. A Pointer on Points OR/MS Today - June 2007 Financial O.R. A Pointer on Points Given the array of residential mortgage products, should a homebuyer pay upfront points in order to lower the annual percentage rate? Introducing

More information

Section 1715z-20. Insurance of home equity conversion mortgages for elderly homeowners 1

Section 1715z-20. Insurance of home equity conversion mortgages for elderly homeowners 1 Section 1715z-20. Insurance of home equity conversion mortgages for elderly homeowners 1 (a) Purpose The purpose of this section is to authorize the Secretary to carry out a program of mortgage insurance

More information

Fixed-Income Securities. Solutions 8

Fixed-Income Securities. Solutions 8 FIN 472 Professor Robert Hauswald Fixed-Income Securities Kogod School of Business, AU Solutions 8 1. Determine the one-year and two-year forward swap rates, which reset on 9/13/1999, and start paying

More information

Residential Mortgage Presentation (Financial Figures are as of June 30, 2007)

Residential Mortgage Presentation (Financial Figures are as of June 30, 2007) Residential Mortgage Presentation (Financial Figures are as of June 30, 2007) August 9, 2007 (Revised as to slide 29) It should be noted that this presentation and the remarks made by AIG representatives

More information

Investor Presentation: Pricing of MRU s Private Student Loan. July 7, 2008 NASDAQ: UNCL

Investor Presentation: Pricing of MRU s Private Student Loan. July 7, 2008 NASDAQ: UNCL Investor Presentation: Pricing of MRU s Private Student Loan Securitization July 7, 2008 NASDAQ: UNCL Disclaimer and Disclosure Statement 1 Except for historical information contained herein, this presentation

More information

OPTIMAL RECURSIVE REFINANCING AND THE VALUATION OF MORTGAGE-BACKED SECURITIES. Francis A. Longstaff

OPTIMAL RECURSIVE REFINANCING AND THE VALUATION OF MORTGAGE-BACKED SECURITIES. Francis A. Longstaff OPTIMAL RECURSIVE REFINANCING AND THE VALUATION OF MORTGAGE-BACKED SECURITIES Francis A. Longstaff Initial version: June 2002 Current version: December 2002. The Anderson School at UCLA and NBER. I am

More information

Fin 3312 Sample Exam 1 Questions

Fin 3312 Sample Exam 1 Questions Fin 3312 Sample Exam 1 Questions Here are some representative type questions. This review is intended to give you an idea of the types of questions that may appear on the exam, and how the questions might

More information

Canadian Life Insurance Company Asset/Liability Management Summary Report as at: 31-Jan-08 interest rates as of: 29-Feb-08 Run: 2-Apr-08 20:07 Book

Canadian Life Insurance Company Asset/Liability Management Summary Report as at: 31-Jan-08 interest rates as of: 29-Feb-08 Run: 2-Apr-08 20:07 Book Canadian Life Insurance Company Asset/Liability Management Summary Report as at: 31Jan08 interest rates as of: 29Feb08 Run: 2Apr08 20:07 Book Book Present Modified Effective Projected change in net present

More information

Master of Mathematical Finance: Course Descriptions

Master of Mathematical Finance: Course Descriptions Master of Mathematical Finance: Course Descriptions CS 522 Data Mining Computer Science This course provides continued exploration of data mining algorithms. More sophisticated algorithms such as support

More information

Market Structure, Credit Expansion and Mortgage Default Risk

Market Structure, Credit Expansion and Mortgage Default Risk Market Structure, Credit Expansion and Mortgage Default Risk By Liu, Shilling, and Sing Discussion by David Ling Primary Research Questions 1. Is concentration in the banking industry within a state associated

More information

A Study on Pricing of the Reverse Mortgage with an Embedded Redeemable Option An analysis based on China s market

A Study on Pricing of the Reverse Mortgage with an Embedded Redeemable Option An analysis based on China s market A Study on Pricing of the Reverse Mortgage with an Embedded Redeemable Option An analysis based on China s market Chen Bingzheng, Deng Yinglu, Qin Peng CCIRM, Tsinghua Univ. Introduction Reverse mortgage:

More information

Lecture 2 Bond pricing. Hedging the interest rate risk

Lecture 2 Bond pricing. Hedging the interest rate risk Lecture 2 Bond pricing. Hedging the interest rate risk IMQF, Spring Semester 2011/2012 Module: Derivatives and Fixed Income Securities Course: Fixed Income Securities Lecturer: Miloš Bo ović Lecture outline

More information

Table of Contents. Interest Expense and Income 185.32 Why do financing accounts borrow from Treasury? 185.33 Why do financing accounts earn interest?

Table of Contents. Interest Expense and Income 185.32 Why do financing accounts borrow from Treasury? 185.33 Why do financing accounts earn interest? SECTION 185 FEDERAL CREDIT Table of Contents General Information 185.1 Does this section apply to me? 185.2 What background information must I know? 185.3 What special terms must I know? 185.4 Are there

More information

Bond Valuation. FINANCE 350 Global Financial Management. Professor Alon Brav Fuqua School of Business Duke University. Bond Valuation: An Overview

Bond Valuation. FINANCE 350 Global Financial Management. Professor Alon Brav Fuqua School of Business Duke University. Bond Valuation: An Overview Bond Valuation FINANCE 350 Global Financial Management Professor Alon Brav Fuqua School of Business Duke University 1 Bond Valuation: An Overview Bond Markets What are they? How big? How important? Valuation

More information

Bond Valuation. Capital Budgeting and Corporate Objectives

Bond Valuation. Capital Budgeting and Corporate Objectives Bond Valuation Capital Budgeting and Corporate Objectives Professor Ron Kaniel Simon School of Business University of Rochester 1 Bond Valuation An Overview Introduction to bonds and bond markets» What

More information

Mortgage-backed Securities

Mortgage-backed Securities MÄLARDALEN UNIVERSITY PROJECT DEPARTMENT OF MATHEMATICS AND PHYSICS ANALYTICAL FINANCE, MT 1411 TEACHER: JAN RÖMAN 2004-12-16 Mortgage-backed Securities GROUP : CAROLINA OLSSON REBECCA NYGÅRDS-KERS ABSTRACT

More information

The Linear Liquidation Model LLM For Valuation of 975 and 970 NHA MBS

The Linear Liquidation Model LLM For Valuation of 975 and 970 NHA MBS The Linear Liquidation Model LLM For Valuation of 975 and 970 NHA MBS Purpose of Document: The purpose of this document is to provide information on the recently announced NHA MBS Linear Liquidation Model.

More information

An Approach to Stress Testing the Canadian Mortgage Portfolio

An Approach to Stress Testing the Canadian Mortgage Portfolio Financial System Review December 2007 An Approach to Stress Testing the Canadian Mortgage Portfolio Moez Souissi I n Canada, residential mortgage loans account for close to 47 per cent of the total loan

More information

Auto Sector Surveillance and DBRS Auto PAR (Performance Analytics Report)

Auto Sector Surveillance and DBRS Auto PAR (Performance Analytics Report) toronto new york chicago london paris frankfurt Commentary Auto Sector Surveillance and DBRS Auto PAR (Performance Analytics Report) june 2007 CONTACT INFORMATION Cherry Allen Vice President U.S. Structured

More information

arxiv:1605.04941v1 [q-fin.pr] 5 Mar 2016

arxiv:1605.04941v1 [q-fin.pr] 5 Mar 2016 On Mortgages and Refinancing Khizar Qureshi, Cheng Su May 18, 2016 arxiv:1605.04941v1 [q-fin.pr] 5 Mar 2016 Abstract In general, homeowners refinance in response to a decrease in interest rates, as their

More information

Appendix D: Questions and Answers Section 120. Questions and Answers on Risk Weighting 1-to-4 Family Residential Mortgage Loans

Appendix D: Questions and Answers Section 120. Questions and Answers on Risk Weighting 1-to-4 Family Residential Mortgage Loans Questions and Answers on Risk Weighting 1-to-4 Family Residential Mortgage Loans 1. When do 1-to-4 family residential mortgages receive 100% risk weight? Any 1-to-4 family residential mortgage loan that

More information

FIIG ESSENTIALS GUIDE. Residential Mortgage Backed Securities

FIIG ESSENTIALS GUIDE. Residential Mortgage Backed Securities FIIG ESSENTIALS GUIDE Residential Mortgage Backed Securities Introduction Residential Mortgage Backed Securities (RMBS) are debt securities that are secured by a pool of home loans. RMBS are a subset

More information

American Securitization Forum

American Securitization Forum Statement of Principles, Recommendations and Guidelines for the Modification of I. Introduction The American Securitization Forum (ASF) 1 is publishing this Statement as part of its overall efforts to

More information

INTEREST RATES: WHAT GOES UP MUST COME DOWN

INTEREST RATES: WHAT GOES UP MUST COME DOWN 3 INTEREST RATES: WHAT GOES UP MUST COME DOWN John M. Petersen Melvin Mark Capital Group, LLC What an interesting time to be asked to write something about interest rates! Our practice emphasis is commercial

More information

What Does a Mortgage Servicer Do?

What Does a Mortgage Servicer Do? What Does a Mortgage Do? Mortgage servicers are hired by owners of whole loans ( Owners ) or trustees of a securitization trusts ( Trusts ) to: Collect payments from mortgagors Provide customer service

More information

CHAPTER 5. Interest Rates. Chapter Synopsis

CHAPTER 5. Interest Rates. Chapter Synopsis CHAPTER 5 Interest Rates Chapter Synopsis 5.1 Interest Rate Quotes and Adjustments Interest rates can compound more than once per year, such as monthly or semiannually. An annual percentage rate (APR)

More information

Modelling Corporate Bonds

Modelling Corporate Bonds Modelling Corporate Bonds Current Issues In Life Assurance London 28 April 2004 / Edinburgh 20 May 2004 Andrew Smith email AndrewDSmith8@deloitte.co.uk Presentation Outline Why model corporate bonds? Corporate

More information

Development of mortgage lending in Russia

Development of mortgage lending in Russia Development of mortgage lending in Russia Development of Russian mortgage market: 2007-2012 Mortgage origination, bln. (RUB/$) Mortgage share of residential market turnover 1000 900 800 700 600 500 400

More information

VA Refinance IRRRL. VA Refinance IRRRL

VA Refinance IRRRL. VA Refinance IRRRL This matrix is intended as an aid to help determine whether a property/loan qualifies for certain financing. It is not intended as a replacement for VA guidelines. Users are expected to know and comply

More information

Two Harbors Investment Corp.

Two Harbors Investment Corp. Two Harbors Investment Corp. Third Quarter 2013 Earnings Call November 6, 2013 Safe Harbor Statement Forward-Looking Statements This presentation includes forward-looking statements within the meaning

More information

Bond valuation and bond yields

Bond valuation and bond yields RELEVANT TO ACCA QUALIFICATION PAPER P4 AND PERFORMANCE OBJECTIVES 15 AND 16 Bond valuation and bond yields Bonds and their variants such as loan notes, debentures and loan stock, are IOUs issued by governments

More information

Credit Derivatives: fundaments and ideas

Credit Derivatives: fundaments and ideas Credit Derivatives: fundaments and ideas Roberto Baviera, Rates & Derivatives Trader & Structurer, Abaxbank I.C.T.P., 14-17 Dec 2007 1 About? 2 lacked knowledge Source: WSJ 5 Dec 07 3 Outline 1. overview

More information

Chapter 2d Utah High Cost Home Loan Act

Chapter 2d Utah High Cost Home Loan Act Chapter 2d Utah High Cost Home Loan Act 61-2d-101 Title. This chapter is known as the "Utah High Cost Home Loan Act." 61-2d-102 Definitions. As used in this part: (1) "Accelerate" means a demand for immediate

More information

Credit Acceptance Auto Loan Trust 2013-2

Credit Acceptance Auto Loan Trust 2013-2 Presale Report Analysts Lain Gutierrez +1.212.806.3922 lgutierrez@dbrs.com Chris O Connell +1.212.806.3253 coconnell@dbrs.com Credit Acceptance Auto Rating Debt Class Size Coupon Rating Rating Action Class

More information

Acquiring Institutions under Share Loss Agreements and LLC Servicers under LLC Servicing Agreements

Acquiring Institutions under Share Loss Agreements and LLC Servicers under LLC Servicing Agreements Federal Deposit Insurance Corporation Division of Resolutions and Receiverships 550 17 th Street, NW, Washington, DC 20429-9990 Risk Sharing Asset Management To: From: Acquiring Institutions under Share

More information

MORTGAGE TERMS. Assignment of Mortgage A document used to transfer ownership of a mortgage from one party to another.

MORTGAGE TERMS. Assignment of Mortgage A document used to transfer ownership of a mortgage from one party to another. MORTGAGE TERMS Acceleration Clause This is a clause used in a mortgage that can be enforced to make the entire amount of the loan and any interest due immediately. This is usually stipulated if you default

More information

ZMdesk. ZM Unified Total Prepayment Model VERSION UPDATE JANUARY 2015. Practical Solutions to Complex Financial Problems

ZMdesk. ZM Unified Total Prepayment Model VERSION UPDATE JANUARY 2015. Practical Solutions to Complex Financial Problems ZMdesk VERSION UPDATE JANUARY 2015 ZM Unified Total Prepayment Model Practical Solutions to Complex Financial Problems ZM Financial System s Unified Total Prepayment Model (ZMUTP) INTRODUCTION ZM Financial

More information

Two Harbors Investment Corp.

Two Harbors Investment Corp. Two Harbors Investment Corp. Fourth Quarter 2012 Earnings Call February 7, 2013 Safe Harbor Statement Forward-Looking Statements This presentation includes forward-looking statements within the meaning

More information

The Causal Effect of Mortgage Refinancing on Interest-Rate Volatility: Empirical Evidence and Theoretical Implications by Jefferson Duarte

The Causal Effect of Mortgage Refinancing on Interest-Rate Volatility: Empirical Evidence and Theoretical Implications by Jefferson Duarte The Causal Effect of Mortgage Refinancing on Interest-Rate Volatility: Empirical Evidence and Theoretical Implications by Jefferson Duarte Discussion Daniel Smith Simon Fraser University May 4, 2005 Very

More information

Danish mortgage bonds provide attractive yields and low risk

Danish mortgage bonds provide attractive yields and low risk JANUARY 2015 Danish mortgage bonds provide attractive yields and low risk New European Union legislation favours Danish mortgage bonds KEY CONCEPTS New legislation favours Danish mortgage bonds Attractive

More information

Mortgage Terms Glossary

Mortgage Terms Glossary Mortgage Terms Glossary Adjustable-Rate Mortgage (ARM) A mortgage where the interest rate is not fixed, but changes during the life of the loan in line with movements in an index rate. You may also see

More information

Mortgage Lending laws and how it affects you, the REALTOR. Presented by Anders Hostelley and Leonard Loventhal

Mortgage Lending laws and how it affects you, the REALTOR. Presented by Anders Hostelley and Leonard Loventhal Mortgage Lending laws and how it affects you, the REALTOR. Presented by Anders Hostelley and Leonard Loventhal Secure and Fair Enforcement for Mortgage Licensing Act Title V of P.L. 110-289, the Secure

More information

Non-agency Hybrid ARM Prepayment Model

Non-agency Hybrid ARM Prepayment Model Non-agency Hybrid ARM Prepayment Model July, 26 C.H. Ted Hong CEO & President 646.313.333 ted@beyondbond.com Mike Chang Quantitative Analyst 646.313.3327 mchang@beyondbond.com Contents Abstract...3 Introduction...4

More information

Questions and Answers for Borrowers about the. Homeowner Affordability and Stability Plan

Questions and Answers for Borrowers about the. Homeowner Affordability and Stability Plan Questions and Answers for Borrowers about the Homeowner Affordability and Stability Plan Borrowers Who Are Current on Their Mortgage Are Asking: 1. What help is available for borrowers who stay current

More information

ALM Stress Testing: Gaining Insight on Modeled Outcomes

ALM Stress Testing: Gaining Insight on Modeled Outcomes ALM Stress Testing: Gaining Insight on Modeled Outcomes 2013 Financial Conference Ballantyne Resort Charlotte, NC September 18, 2013 Thomas E. Bowers, CFA Vice President Client Services ZM Financial Systems

More information

American Options and Callable Bonds

American Options and Callable Bonds American Options and Callable Bonds American Options Valuing an American Call on a Coupon Bond Valuing a Callable Bond Concepts and Buzzwords Interest Rate Sensitivity of a Callable Bond exercise policy

More information

MORTGAGE DICTIONARY. Amortization - Amortization is a decrease in the value of assets with time, which is normally the useful life of tangible assets.

MORTGAGE DICTIONARY. Amortization - Amortization is a decrease in the value of assets with time, which is normally the useful life of tangible assets. MORTGAGE DICTIONARY Adjustable-Rate Mortgage An adjustable-rate mortgage (ARM) is a product with a floating or variable rate that adjusts based on some index. Amortization - Amortization is a decrease

More information

Refinancing may be an option for you to consider if your loan is adjusting to an interest rate that's higher than the current market rates.

Refinancing may be an option for you to consider if your loan is adjusting to an interest rate that's higher than the current market rates. How does an adjustable rate mortgage (ARM) work? Like many homebuyers, you may have been attracted to the low initial interest rate of an adjustable-rate mortgage (ARM). While adjustable-rate mortgages

More information

Pricing and risk measures of mortgage backed securities with PDE method

Pricing and risk measures of mortgage backed securities with PDE method Pricing and risk measures of mortgage backed securities with Xuefei He Manchester Business School October, 2010 1/14 Content Mortgage backed securities Mortgage backed securities 2/14 What is mortgage

More information

LOAN WORKSHEET #11 NONTRADITIONAL AND SUBPRIME MORTGAGE LENDING

LOAN WORKSHEET #11 NONTRADITIONAL AND SUBPRIME MORTGAGE LENDING While some institutions have offered nontraditional mortgages for many years with appropriate risk management and sound portfolio performance, the market for these products and the number of institutions

More information

Comparing Life Insurer Longevity Risk Transfer Strategies in a Multi-Period Valuation Framework

Comparing Life Insurer Longevity Risk Transfer Strategies in a Multi-Period Valuation Framework 1 / 28 Comparing Life Insurer Longevity Risk Transfer Strategies in a Multi-Period Valuation Framework Craig Blackburn, Katja Hanewald, Annamaria Olivieri and Michael Sherris Australian School of Business

More information

Mortgage Loans. Understand the Terms of Your Loan Before You Sign...

Mortgage Loans. Understand the Terms of Your Loan Before You Sign... Mortgage Loans Understand the Terms of Your Loan Before You Sign... This brochure can help you become familiar with basic mortgage loans, determine what terms are best for your situation, and identify

More information

Home Mortgage Interest Deduction

Home Mortgage Interest Deduction Department of the Treasury Internal Revenue Service Publication 936 Cat.. 10426G Home Mortgage Interest Deduction For use in preparing 1998 Returns Contents Introduction... 1 Part I: Home Mortgage Interest...

More information

NOTE: This matrix includes overlays, which may be more restrictive than VA requirements. A thorough reading of this matrix is recommended.

NOTE: This matrix includes overlays, which may be more restrictive than VA requirements. A thorough reading of this matrix is recommended. VA Refinance IRRRL This matrix is intended as an aid to help determine whether a property/loan qualifies for certain financing. It is not intended as a replacement for VA guidelines. Users are expected

More information

Securitisation of residential mortgage loans purchased by Argo Mortgage srl. Calculation Agent: THE BANK OF NEW YORK.

Securitisation of residential mortgage loans purchased by Argo Mortgage srl. Calculation Agent: THE BANK OF NEW YORK. Securitisation of residential mortgage loans purchased by Argo Mortgage srl Calculation Agent: THE BANK OF NEW YORK Payment Report For the Payment Date: 28/07/2011 Determination date 26/04/2011 Collection

More information

Mark Weiss, President

Mark Weiss, President Mark Weiss, President Safe Harbor Certain items in this presentation may constitute forward-looking statements within the meaning of the Private Securities Litigation Reform Act of 1995. These statements

More information

Third Quarter 2015 Earnings Conference Call November 4, 2015

Third Quarter 2015 Earnings Conference Call November 4, 2015 Third Quarter 2015 Earnings Conference Call November 4, 2015 Important Notice Forward-Looking Statements This presentation contains forward-looking statements within the meaning of the safe harbor provisions

More information

Chapter 18 Working Capital Management

Chapter 18 Working Capital Management Chapter 18 Working Capital Management Slide Contents Learning Objectives Principles Used in This Chapter 1. Working Capital Management and the Risk- Return Tradeoff 2. Working Capital Policy 3. Operating

More information

How To Understand The Concept Of Securitization

How To Understand The Concept Of Securitization Asset Securitization 1 No securitization Mortgage borrowers Bank Investors 2 No securitization Consider a borrower that needs a bank loan to buy a house The bank lends the money in exchange of monthly

More information

At the end of the bill, add the following new section:

At the end of the bill, add the following new section: F:\M\CARDOZ\CARDOZ_0.XML AMENDMENT TO H.R., AS REPORTED OFFERED BY MR. CARDOZA OF CALIFORNIA At the end of the bill, add the following new section: 0 0 SEC.. AFFORDABLE REFINANCING OF MORTGAGES OWNED OR

More information

Department of Veterans Affairs October 2010 Liabilities for Loan Guarantees Volume VI Chapter 6 0601 OVERVIEW... 2 0602 POLICIES...

Department of Veterans Affairs October 2010 Liabilities for Loan Guarantees Volume VI Chapter 6 0601 OVERVIEW... 2 0602 POLICIES... VA Financial Policies and Procedures Liabilities for Loan Guarantees CHAPTER 6 0601 OVERVIEW... 2 0602 POLICIES... 3 0603 AUTHORITY AND REFERENCES... 5 0604 ROLES AND RESPONSIBILITIES... 6 0605 PROCEDURES...

More information

PRIMER ON AGENCY PREPAYMENTS

PRIMER ON AGENCY PREPAYMENTS PRIMER ON AGENCY PREPAYMENTS Part One: Prepayments Webinar Series Transcript Two Harbors Investment Corp. September 12, 2012 Split Rock Lighthouse Two Harbors, MN Two Harbors Investment Corp. is proud

More information

Where can credit unions turn when looking for more income today with protection from higher interest rates in the future?

Where can credit unions turn when looking for more income today with protection from higher interest rates in the future? Back to Basics Hybrid ARMs By Tom Slefinger, Senior Vice President, Director of Institutional Fixed Income Sales at Balance Sheet Solutions, LLC. Tom can be reached at tom.slefinger@balancesheetsolutions.org.

More information

CITIGROUP INC. BASEL II.5 MARKET RISK DISCLOSURES AS OF AND FOR THE PERIOD ENDED MARCH 31, 2013

CITIGROUP INC. BASEL II.5 MARKET RISK DISCLOSURES AS OF AND FOR THE PERIOD ENDED MARCH 31, 2013 CITIGROUP INC. BASEL II.5 MARKET RISK DISCLOSURES AS OF AND FOR THE PERIOD ENDED MARCH 31, 2013 DATED AS OF MAY 15, 2013 Table of Contents Qualitative Disclosures Basis of Preparation and Review... 3 Risk

More information

FHFA MORTGAGE ANALYTICS PLATFORM

FHFA MORTGAGE ANALYTICS PLATFORM DDRAFT FHFA MORTGAGE ANALYTICS PLATFORM Released by FHFA, July 10, 2014 Robert M. Dunsky Xiaoming Zhou Michael Kane Ming Chow Charles Hu Andrew Varrieur 1. BACKGROUND & INTRODUCTION... 2 2. FHFA MORTGAGE

More information

FLOATING RATE BANK LOANS: A BREAK FROM TRADITION FOR INCOME-SEEKING INVESTORS

FLOATING RATE BANK LOANS: A BREAK FROM TRADITION FOR INCOME-SEEKING INVESTORS FLOATING RATE BANK LOANS: A BREAK FROM TRADITION FOR INCOME-SEEKING INVESTORS With about $713 billion in assets, the bank loan market is roughly half the size of the high yield market. However, demand

More information

An Introduction to the Impact of Mark to Market Accounting on MBIA and Financial Guarantors

An Introduction to the Impact of Mark to Market Accounting on MBIA and Financial Guarantors An Introduction to the Impact of Mark to Market Accounting on MBIA and Financial Guarantors MBIA provides credit protection on municipal, essential asset and securitized financings, and the terms and conditions

More information

Seix Total Return Bond Fund

Seix Total Return Bond Fund Summary Prospectus Seix Total Return Bond Fund AUGUST 1, 2015 (AS REVISED FEBRUARY 1, 2016) Class / Ticker Symbol A / CBPSX R / SCBLX I / SAMFX IS / SAMZX Before you invest, you may want to review the

More information

Opportunities and risks in credit. Michael Korber Head of Credit

Opportunities and risks in credit. Michael Korber Head of Credit Opportunities and risks in credit Michael Korber Head of Credit August 2009 Overview Fixed income assets, characteristics and risks Where the current opportunity is in fixed income markets How to access

More information

Financing Residential Real Estate. Lesson 12: VA-Guaranteed Loans

Financing Residential Real Estate. Lesson 12: VA-Guaranteed Loans Financing Residential Real Estate Lesson 12: VA-Guaranteed Loans Introduction In this lesson we will cover: characteristics of VA loans, eligibility requirements, VA guaranty, VA loan amounts, and underwriting

More information

Contents. VA Credit Overlays

Contents. VA Credit Overlays Contents... 1 Introduction... 3 Links... 3 Transaction Types... 3 Purchase Transactions... 3 Refinance Transaction Regular Refinance... 3 Refinance Transaction Interest Rate Reduction Refinance Loan/IRRRL...

More information

When to Refinance Mortgage Loans in a Stochastic Interest Rate Environment

When to Refinance Mortgage Loans in a Stochastic Interest Rate Environment When to Refinance Mortgage Loans in a Stochastic Interest Rate Environment Siwei Gan, Jin Zheng, Xiaoxia Feng, and Dejun Xie Abstract Refinancing refers to the replacement of an existing debt obligation

More information

HOME FINANCING GUIDE

HOME FINANCING GUIDE HOME FINANCING GUIDE SECTION 1: Mortgage Loans Available Fixed Rate Mortgages A fixed rate mortgage is a home loan with a rate that remains the same over the entire term of the loan, regardless of how

More information

Mortgage Loan Conduit & Securitization Two Harbors Investment Corp. November 4, 2015

Mortgage Loan Conduit & Securitization Two Harbors Investment Corp. November 4, 2015 Two Harbors Investment Corp. November 4, 2015 Two Harbors Investment Corp. is proud to present a webinar titled: Mortgage Loan Conduit and Securitization. Periodic webinars from Two Harbors will provide

More information

Appendix A: Description of the Data

Appendix A: Description of the Data Appendix A: Description of the Data This data release presents information by year of origination on the dollar amounts, loan counts, and delinquency experience through year-end 2009 of single-family mortgages

More information

FIN 683 Financial Institutions Management Selling Loans

FIN 683 Financial Institutions Management Selling Loans FIN 683 Financial Institutions Management Selling Loans Professor Robert B.H. Hauswald Kogod School of Business, AU Originate to Distribute New business model financial innovation or financial excess Premise:

More information