Heller Hurwicz Data Initiative Spring Semester, 2015 Summary

Size: px
Start display at page:

Download "Heller Hurwicz Data Initiative Spring Semester, 2015 Summary"

Transcription

1 Heller Hurwicz Data Initiative Spring Semester, 2015 Summary Zachary Mahone September 9, 2015 The Heller Hurwicz Data Initiative is a longitudinal data gathering project housed in the Heller Hurwicz Economics Institute. Driven by undergraduate researchers, it provides educational outreach to the university community and simultaneously generates a valuable resource for economists. The [current] project constructs and maintains a publicly available unemployment insurance (UI) database and associated calculator that can be used in conjunction with panel data of US workers to construct estimates of the UI benefits available to them. Below we detail the progress made by the HHDI in the Spring semester of 2015 and provide some basic descriptions of the data. 1 Background and Summary Unemployment insurance is an important part of the safety net in the United States. It provides weekly income over a fixed period of time to an unemployed member of the labor force who has lost a job through no fault of their own. Economists have long recognized, however, that by replacing lost income UI provides disincentives for job search. Thus, exactly how much income should be insured (referred to as the replacement rate, or the fraction of weekly earnings that UI replaces) and how it should be disbursed (over what time frame, at a constant or varying level etc.) are the subject of debate. In order to quantitatively estimate the costs and benefits of any program then, it is important to have an accurate measure of the option value a worker has if they do not find (or accept) a job. Over the years this has led to the construction of various UI calculators that take data on earnings, year and location and estimate the replacement rate available to the worker (see Gruber (1997), Chetty (2008) and Kuka and East (2014) for examples). The construction of these calculators is time intensive because each state runs their own UI program; i.e. the criteria for determining replacement rates, maximum and minimum payouts and eligibility change from state to state, and this information is not centrally aggregated. The aforementioned papers have each constructed calculators for some period of time, but these efforts are not ongoing. The HHDI takes up the work where Kuka and East (2014) left off, aggregating state level data and annually updating 1

2 the calculator. Valuable advice for this project was provided at the start by Jonathan Gruber and the initial dataset and calculator was provided by Kuka and East. The database and calculator is will be made publicly available by the end of the summer of Progress in Spring 2015 During the Spring semester of 2015, five undergraduate students were employed as research assistants on the HHDI. They were trained in the basics of the Stata language and assigned a set of states for which they were responsible. Both the dataset and code were updated from 2007 to 2014 using annual Department of Labor summary reports on UI laws by state as the primary source. These five RAs (in alphabetical order) are Ryan Dias, Brady Durst, Edward Linds, Minh Tran and Ryan Webster. 2 Description of the Dataset and UI Calculator This project contains two interrelated components. The first is a database which details for each year, state and number of dependents the values of the minimum and maximum weekly benefit amounts (b min, b max ), along with the dates when these values take effect. The second is a Stata-based calculator that can be used with panel data on workers to create an estimate of available benefits. To do so, it uses the information in the dataset along with the benefit formulas as written in state legislation. The complication is that if y are earnings in the past twelve months, the relevant earnings for the benefit formula will be some function of y, I(y) and it will vary across states. If Texas, for example, computes unemployment benefits as x fraction of some measure of earnings in the last twelve months, I(y), with a maximum and minimum benefit of b max, b min, the code includes (x, I( ), b min, b max ). To summarize, in its current form the calculator contains all information on minimum and maximum benefits along with benefit formulas, while it ignores the dates in which laws come into effect (implicitly assuming this is January 1st in all cases). The dataset contains all information on minimum and maximum benefits along with the dates in which these takes effect, while not including benefit formulas. In addition, the calculator covers a shorter time period than the data set ( as compared to ). One are of future work will be to harmonize the information available in the dataset and calculator. 2.1 Terminology UI benefit computation is not terribly complicated but has its own jargon. This is a brief guide. Assume time is discrete and each period one month. Suppose a worker files for unemployment insurance at time T (we will assume at the beginning of the period). The base period for earnings will be the prior twelve months (y T 12, y T 11,..., y T 1 ) where y denotes total monthly income. We divide these into quarters: q 4 = (T 12, T 11, T 10), q 3 = (T 9, T 8, T 7) and so on. Summing earnings over the relevant months for 2

3 each quarter, we obtain quarterly earnings for the base period, y qj j {1,.., 4}. Exactly which statistics are used for computing benefits depends on the state. Let s call this I, as in the example above. Note that I will not generally be the income earned over the base period. Many states for example use I=high quarter wages, which would be max j In this case, if earnings are volatile at the quarterly frequency only the highest earning quarter matters. Other states use I=average of the two highest quarters to determine benefits. States also bound benefits above and below. Sometimes eligibility requirements put a lower bound on benefits. These are usually of the form I I MIN which has an equivalent b min given the benefit formula. Other times a b min is directly written into law. Similarly, a maximum payout is usually defined, such that b(i) b max. Knowledge of base period wages, how I is defined, and the eligibility and maximum benefit rules allow us to compute expected benefits. 2.2 The Dataset The dataset contains observations from 1967 to 2014 for all states in the US. States are identified in the variable statefip using their Federal Information Processing Standards (fips) code (although a separate, sequential, identifier state is provided to make looping easier). Because the formulae for computing benefits may change based on the number of dependents, the state variables are the triple (year, state, # dependents), where the number of dependents varies from one to thirteen. As of 2014, 14 states include consideration of dependents in their computation of UI benefits. For each (year, state, # dependents) triple, the minimum and maximum weekly benefit amounts (wba) are reported, stored in min and max, respectively. The date at which a change in law comes into effect is stored in nndate in the format yyyymmdd. In most cases, this is January 1st of the year in question. In some cases however, nndate may take on another value, such as This value of nndate would indicate that any change in the state s UI calculations for the year 1983 effects only claims made after March 1st. 2.3 The UI Calculator The UI calculator assumes earnings, location (state) and family (number of dependents) data is available. The code is straightforward: first estimate the wba for the worker given information on recent earnings, dependents, year and state of filing, using the formula as given in the state law. Next, check that the computed wba does not violate the upper or lower bounds on the wba as stated in the law. If the bounds are violated, re-set the value of the wba at the relevant bound. Finally, double check that eligibility requirements are satisfied. If not, re-set the value of the wba to zero Earnings The calculator assumes that at least the value of earnings in the three months prior to claiming UI are observable. Panels such as the Survey on Income and Program y qj. 3

4 Participation (SIPP) satisfy this requirement. Others, such as the National Longitudinal Survey of Youth (NLSY) or the Panel Study of Income Dynamics (PSID) would have to construct estimates of these values using data on hourly pay, hours per week and weeks worked. If only three month prior earnings are provided, then the code will impute this value to all other wage variables as appropriate. For example, high quarter wages and the average of wages in the two highest quarters will be given the same value (three month prior earnings). Base period wages (earnings over the period of twelve months immediately prior to filing a claim) will be imputed to be the three-monthly earnings multiplied by four. If a researcher has the data to construct more precise values for high-quarter wages, second-highest-quarter wages etc, the formulas in the code reflect the actual law, so more accurate values can be constructed Caveats and Future Work Because the initial code was designed to work with the SIPP which has some peculiarities regarding state identification, South Dakota, North Dakota, Wyoming, Vermont and Maine were not initially updated, so wba and eligibility estimates can be computed only for the period for these states. Future work should complete these missing years. Some codes are also suspicious although for the moment unchanged. In particular, the existing code for eligibility in Montana is difficult for us to map to the law. This results in non-eligibility for levels of earnings that are anomalous in comparison to all other states, and also means that eligibility is not determined after We are currently also missing eligibility from for states with fips codes 4,5,6,10,11 and 12. These should be updated in future work as well. 3 Descriptive Statistics of UI, In this section we perform a simple what if scenario, computing UI benefits and replacement rates for 12 imaginary earners (six earnings levels with zero or two dependents). The six annual earnings levels we consider are 5K, 14K, 20K, 30K, 50K and 80K. We keep the real level of earnings at these amounts, so equivalent earnings will inflate over time (as will the minima and maxima written into state law). The choices of annual earnings are random aside from the focus on the lower end of earnings since presumably these are the people for whom UI plays an important role. The exercise proceeds as follows. All earnings are assumed evenly divided by fiscal quarters and hours. This is NOT an innocuous assumption since most states have eligibility formulas that require a certain level of consistency in work. For example, many states have a requirement that high quarter wages (hqw) must be no more than two thirds of base period wages (bpw). To see the impact of this constraint, consider a worker who was not working for a period of nine months and then started a job, earning $5K in three months prior to being let go. Their bpw=$5k, and their wages by quarter (over the most recent twelve month period) are (0,0,0,$5K) for quarters 1-4, respectively. Clearly hqw=$5k. In this case, the requirement that bpw 1.5*hqw is not satisfied since the worker earned all of 4

5 their earnings in the high quarter and did not work in any other quarter of the base period, so they are ineligible to claim UI benefits. Our assumption that earnings are evenly distributed over the base period implies that the particular eligibility condition described above will always be satisfied. For those interested in marginal workers who work primarily seasonal jobs or otherwise tend to enter and exit the labor force often, these sorts of rules should be kept in mind. Using the earnings levels above and varying dependents to be zero or two, we then compute eligibility and replacement rates, where the replacement rate is defined as RR = wba (bpw/52). Below we report averages and standard deviations of replacement rates and eligbility to get an idea of both how large are differences across states and how generosity levels have changed over time. Note that these are not population weighted, so Texas and Rhode Island receive the same weight in reported statistics. We also stress that all of the reported values are preliminary, first-run analyses and may change as our database and code are updated in the future Eligibility In Figure 1 in the appendix we report for each year the fraction of states in which an earner of a given level would be eligible to receive benefits (only states with non-imputed eligibility are included here). For all but the lowest earner, our assumptions on the distribution of earnings over the base period guarantees UI eligibility in all states across all time periods. For the lowest level of annual earnings considered ($5K) we observe a modest decreast in elibility from , then reverting back to 100% eligibility by the end of the sample. Notice that this fall is only by a few percentage points, representing a few states only. This graph motivates our imputation of eligibility for all earners in the states and years in which we are currently missing eligibility formulas. Also note that the number of dependents does not effect eligibility in most cases and the figure is identical for two dependents. 3.2 Replacement Rates We now turn our attention to replacement rates, a crucial parameter in labor market models with unemployment benefits. We begin by plotting in Figure 2 (appendix) average replacement rates over time for the six earnings groups and two different dependent numbers (zero and two). We first notice that these two graphs look nearly identical; there is very little consideration given to dependents in most states (for UI at least, other safety net programs may be different). The most striking observation in either graph is the downward trend in average replacement rates for all groups. This is visually clearest for the lowest earners. It would appear that over the last 25 years then there has been a marked decline in the 1 To deal with the data issues mentioned in the section on Caveats, we impute eligibility to states where those formulas are missing. In practice, since all but the lowest earners are eligible across all states and years, we assume all earning levels are eligible for those observations missing eligibility formulas. Those states missing the wba formulas themselves are dropped from the analysis. 5

6 generosity of UI benefits as measured by replacement rates. For earnings groups 1-6, average replacement rates in 2013 expressed as a fraction of replacement rates in 1992 (i.e. RR 2013 RR 1992 ) are 0.57, 0.6, 0.65, 0.68, 0.68 and 0.68, respectively (this is for zero dependents; the numbers are practically identical for two dependents). In percentage terms, generosity has fallen in all groups although the size of the decline is weakly monotonic in earnings, with a ten percentage point difference between the highest and lowest earners we consider. We are also interested in variation across states. It may be that our conclusions about changes in UI generosity are being driven by a few outliers. It is also interesting in its own right to ask how much replacement rates vary across states holding constant ones earnings profile. Because we would expect that the standard deviation would be falling over time in step with the mean (and it is), we instead present scatter plots for the six earnings groups, displaying in each year the replacement rates for all states along with the median observed. These are shown in the appendix in Figure 3. The first thing to note is that the decline in generosity holds for all earnings groups for both the median and the upper and lower bounds observed. This is true for the lowest earnings group even if we exclude the substantially more and less generous states. Further, the variation in generosity across states is non-negligible, particularly for lower earners. For a worker earning $20K in the base period, in 2013 they could receive replacement rates anywhere from %10 to %24 depending on their state of residence. While interesting to note, exactly how large these differences are require theory. Since optimal replacement rates will be a function of wealth and other characteristics that may also vary across states (see Lentz (2009), for example) the variation above may not be that dramatic. Alternatively, in understanding the cyclical properties of unemployment there is some debate about the importance of replacement rates compared to other opportunity costs of employment (see Karabarbounis and Chodorow-Reich (2015)), which might mitigate the relative importance of these changes. 4 Conclusion While we continue to emphasize the preliminary nature of the results that we present above, the main conclusions we draw from our work is that the generosity of UI levels have fallen over the last 25 years in the United States. This is consistent (thankfully) with what Kuka and East (2014) report. Our focus on similar earners over time also allows us to see that the decline has been somewhat larger among low earners. This decline can be seen in average replacement rates, medians and the maximum and minimum rates across states and so appears to be a fairly robust result. 6

7 5 Bibliography Chetty, Raj. Moral Hazard vs. Liquidity and Optimal Unemployment Insurance, Journal of Political Economy 116(2): , Chodorow-Reich, Gabriel and Karabarbounis, Loukas. The Cyclicality of the Opportunity Cost of Employment, forthcoming Journal of Political Economy. East, Chloe and Kuka, Elira. Reexamining the Consumption Smoothing Benefits of Unemployment Insurance, forthcoming Journal of Public Economics, Gruber, Jonathan. The Consumption Smoothing Benefits of Unemployment Insurance, American Economic Review, 87(1), March 1997, p Lentz, Rasmus. Optimal Unemployment Insurance in an Estimated Job Search Model with Savings, Review of Economic Dynamics. January 2009, vol. 12(1), pp

8 6 Appendix Figure 1: Non-population weighted probability of eligibility Figure 2: Average Replace Rates Over Time 8

9 Figure 3: Replacement Rates Across States 9

Topic 11: Disability Insurance

Topic 11: Disability Insurance Topic 11: Disability Insurance Nathaniel Hendren Harvard Spring, 2018 Nathaniel Hendren (Harvard) Disability Insurance Spring, 2018 1 / 63 Disability Insurance Disability insurance in the US is one of

More information

A Simple Model of Bank Employee Compensation

A Simple Model of Bank Employee Compensation Federal Reserve Bank of Minneapolis Research Department A Simple Model of Bank Employee Compensation Christopher Phelan Working Paper 676 December 2009 Phelan: University of Minnesota and Federal Reserve

More information

1 Unemployment Insurance

1 Unemployment Insurance 1 Unemployment Insurance 1.1 Introduction Unemployment Insurance (UI) is a federal program that is adminstered by the states in which taxes are used to pay for bene ts to workers laid o by rms. UI started

More information

Parallel Accommodating Conduct: Evaluating the Performance of the CPPI Index

Parallel Accommodating Conduct: Evaluating the Performance of the CPPI Index Parallel Accommodating Conduct: Evaluating the Performance of the CPPI Index Marc Ivaldi Vicente Lagos Preliminary version, please do not quote without permission Abstract The Coordinate Price Pressure

More information

Hedging and Basis Considerations For Feeder Cattle Livestock Risk Protection Insurance

Hedging and Basis Considerations For Feeder Cattle Livestock Risk Protection Insurance EXTENSION EC835 (Revised February 2005) Hedging and Basis Considerations For Feeder Cattle Livestock Risk Protection Insurance Darrell R. Mark Extension Agricultural Economist, Livestock Marketing Department

More information

Topic 2-3: Policy Design: Unemployment Insurance and Moral Hazard

Topic 2-3: Policy Design: Unemployment Insurance and Moral Hazard Introduction Trade-off Optimal UI Empirical Topic 2-3: Policy Design: Unemployment Insurance and Moral Hazard Johannes Spinnewijn London School of Economics Lecture Notes for Ec426 1 / 27 Introduction

More information

Chapter 3 Dynamic Consumption-Savings Framework

Chapter 3 Dynamic Consumption-Savings Framework Chapter 3 Dynamic Consumption-Savings Framework We just studied the consumption-leisure model as a one-shot model in which individuals had no regard for the future: they simply worked to earn income, all

More information

The Effects of Increasing the Early Retirement Age on Social Security Claims and Job Exits

The Effects of Increasing the Early Retirement Age on Social Security Claims and Job Exits The Effects of Increasing the Early Retirement Age on Social Security Claims and Job Exits Day Manoli UCLA Andrea Weber University of Mannheim February 29, 2012 Abstract This paper presents empirical evidence

More information

The Distributions of Income and Consumption. Risk: Evidence from Norwegian Registry Data

The Distributions of Income and Consumption. Risk: Evidence from Norwegian Registry Data The Distributions of Income and Consumption Risk: Evidence from Norwegian Registry Data Elin Halvorsen Hans A. Holter Serdar Ozkan Kjetil Storesletten February 15, 217 Preliminary Extended Abstract Version

More information

Retirement. Optimal Asset Allocation in Retirement: A Downside Risk Perspective. JUne W. Van Harlow, Ph.D., CFA Director of Research ABSTRACT

Retirement. Optimal Asset Allocation in Retirement: A Downside Risk Perspective. JUne W. Van Harlow, Ph.D., CFA Director of Research ABSTRACT Putnam Institute JUne 2011 Optimal Asset Allocation in : A Downside Perspective W. Van Harlow, Ph.D., CFA Director of Research ABSTRACT Once an individual has retired, asset allocation becomes a critical

More information

Final Exam. Consumption Dynamics: Theory and Evidence Spring, Answers

Final Exam. Consumption Dynamics: Theory and Evidence Spring, Answers Final Exam Consumption Dynamics: Theory and Evidence Spring, 2004 Answers This exam consists of two parts. The first part is a long analytical question. The second part is a set of short discussion questions.

More information

Historical Trends in the Degree of Federal Income Tax Progressivity in the United States

Historical Trends in the Degree of Federal Income Tax Progressivity in the United States Kennesaw State University DigitalCommons@Kennesaw State University Faculty Publications 5-14-2012 Historical Trends in the Degree of Federal Income Tax Progressivity in the United States Timothy Mathews

More information

EPI & CEPR Issue Brief

EPI & CEPR Issue Brief EPI & CEPR Issue Brief IB #205 ECONOMIC POLICY INSTITUTE & CENTER FOR ECONOMIC AND POLICY RESEARCH APRIL 14, 2005 FINDING THE BETTER FIT Receiving unemployment insurance increases likelihood of re-employment

More information

DRAM Weekly Price History

DRAM Weekly Price History 1 9 17 25 33 41 49 57 65 73 81 89 97 105 113 121 129 137 145 153 161 169 177 185 193 201 209 217 225 233 www.provisdom.com Last update: 4/3/09 DRAM Supply Chain Test Case Story A Vice President (the VP)

More information

SIMULATION RESULTS RELATIVE GENEROSITY. Chapter Three

SIMULATION RESULTS RELATIVE GENEROSITY. Chapter Three Chapter Three SIMULATION RESULTS This chapter summarizes our simulation results. We first discuss which system is more generous in terms of providing greater ACOL values or expected net lifetime wealth,

More information

Both the quizzes and exams are closed book. However, For quizzes: Formulas will be provided with quiz papers if there is any need.

Both the quizzes and exams are closed book. However, For quizzes: Formulas will be provided with quiz papers if there is any need. Both the quizzes and exams are closed book. However, For quizzes: Formulas will be provided with quiz papers if there is any need. For exams (MD1, MD2, and Final): You may bring one 8.5 by 11 sheet of

More information

The Interaction of Workforce Development Programs and Unemployment Compensation by Individuals with Disabilities in Washington State

The Interaction of Workforce Development Programs and Unemployment Compensation by Individuals with Disabilities in Washington State External Papers and Reports Upjohn Research home page 2011 The Interaction of Workforce Development Programs and Unemployment Compensation by Individuals with Disabilities in Washington State Kevin Hollenbeck

More information

Diego Mendez-Carbajo Illinois Wesleyan University, Economics Department November 2016

Diego Mendez-Carbajo Illinois Wesleyan University, Economics Department November 2016 Diego Mendez-Carbajo Illinois Wesleyan University, Economics Department November 2016 Introduction Student Learning Goals Thinking like an economist Siegfried, J., Bartlett, R., Hansen, L., (1991), The

More information

Yale ICF Working Paper No First Draft: February 21, 1992 This Draft: June 29, Safety First Portfolio Insurance

Yale ICF Working Paper No First Draft: February 21, 1992 This Draft: June 29, Safety First Portfolio Insurance Yale ICF Working Paper No. 08 11 First Draft: February 21, 1992 This Draft: June 29, 1992 Safety First Portfolio Insurance William N. Goetzmann, International Center for Finance, Yale School of Management,

More information

Labor Market Protections and Unemployment: Does the IMF Have a Case? Dean Baker and John Schmitt 1. November 3, 2003

Labor Market Protections and Unemployment: Does the IMF Have a Case? Dean Baker and John Schmitt 1. November 3, 2003 cepr Center for Economic and Policy Research Briefing Paper Labor Market Protections and Unemployment: Does the IMF Have a Case? Dean Baker and John Schmitt 1 November 3, 2003 CENTER FOR ECONOMIC AND POLICY

More information

Optimal Dam Management

Optimal Dam Management Optimal Dam Management Michel De Lara et Vincent Leclère July 3, 2012 Contents 1 Problem statement 1 1.1 Dam dynamics.................................. 2 1.2 Intertemporal payoff criterion..........................

More information

EC Hedging and Basis Considerations for Swine Livestock Risk Protection Insurance

EC Hedging and Basis Considerations for Swine Livestock Risk Protection Insurance University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln Historical Materials from University of Nebraska- Lincoln Extension Extension 2004 EC04-833 Hedging and Basis Considerations

More information

Characterization of the Optimum

Characterization of the Optimum ECO 317 Economics of Uncertainty Fall Term 2009 Notes for lectures 5. Portfolio Allocation with One Riskless, One Risky Asset Characterization of the Optimum Consider a risk-averse, expected-utility-maximizing

More information

An Analysis of Public and Private Sector Earnings in Ireland

An Analysis of Public and Private Sector Earnings in Ireland An Analysis of Public and Private Sector Earnings in Ireland 2008-2013 Prepared in collaboration with publicpolicy.ie by: Justin Doran, Nóirín McCarthy, Marie O Connor; School of Economics, University

More information

Notes for Econ202A: Consumption

Notes for Econ202A: Consumption Notes for Econ22A: Consumption Pierre-Olivier Gourinchas UC Berkeley Fall 215 c Pierre-Olivier Gourinchas, 215, ALL RIGHTS RESERVED. Disclaimer: These notes are riddled with inconsistencies, typos and

More information

CHAPTER 13. Duration of Spell (in months) Exit Rate

CHAPTER 13. Duration of Spell (in months) Exit Rate CHAPTER 13 13-1. Suppose there are 25,000 unemployed persons in the economy. You are given the following data about the length of unemployment spells: Duration of Spell (in months) Exit Rate 1 0.60 2 0.20

More information

The earned income tax credit (EITC) has grown to be an important part of the

The earned income tax credit (EITC) has grown to be an important part of the American Economic Journal: Economic Policy 2013, 5(2): 190 223 http://dx.doi.org/10.1257/pol.5.2.190 The EITC, Tax Refunds, and Unemployment Spells By Sara LaLumia* The earned income tax credit generates

More information

Chapter 6 Firms: Labor Demand, Investment Demand, and Aggregate Supply

Chapter 6 Firms: Labor Demand, Investment Demand, and Aggregate Supply Chapter 6 Firms: Labor Demand, Investment Demand, and Aggregate Supply We have studied in depth the consumers side of the macroeconomy. We now turn to a study of the firms side of the macroeconomy. Continuing

More information

CHAPTER 4 INTEREST RATES AND PRESENT VALUE

CHAPTER 4 INTEREST RATES AND PRESENT VALUE CHAPTER 4 INTEREST RATES AND PRESENT VALUE CHAPTER OBJECTIVES Once you have read this chapter you will understand what interest rates are, why economists delineate nominal from real interest rates, how

More information

Topic 1: Policy Design: Unemployment Insurance and Moral Hazard

Topic 1: Policy Design: Unemployment Insurance and Moral Hazard Introduction Trade-off Optimal UI Empirical Topic 1: Policy Design: Unemployment Insurance and Moral Hazard Johannes Spinnewijn London School of Economics Lecture Notes for Ec426 1 / 39 Introduction Trade-off

More information

ANNEX 3. The ins and outs of the Baltic unemployment rates

ANNEX 3. The ins and outs of the Baltic unemployment rates ANNEX 3. The ins and outs of the Baltic unemployment rates Introduction 3 The unemployment rate in the Baltic States is volatile. During the last recession the trough-to-peak increase in the unemployment

More information

Valuation of a New Class of Commodity-Linked Bonds with Partial Indexation Adjustments

Valuation of a New Class of Commodity-Linked Bonds with Partial Indexation Adjustments Valuation of a New Class of Commodity-Linked Bonds with Partial Indexation Adjustments Thomas H. Kirschenmann Institute for Computational Engineering and Sciences University of Texas at Austin and Ehud

More information

Target Date Glide Paths: BALANCING PLAN SPONSOR GOALS 1

Target Date Glide Paths: BALANCING PLAN SPONSOR GOALS 1 PRICE PERSPECTIVE In-depth analysis and insights to inform your decision-making. Target Date Glide Paths: BALANCING PLAN SPONSOR GOALS 1 EXECUTIVE SUMMARY We believe that target date portfolios are well

More information

Basic Venture Capital Valuation Method

Basic Venture Capital Valuation Method Chapter 11: Venture Capital Valuation Methods 403 SECTION 11.2 Basic Venture Capital Valuation Method We begin our treatment of VCSCs with the simplest of the shortcuts, a procedure sometimes called the

More information

Optimal Sampling for a Loan Portfolio

Optimal Sampling for a Loan Portfolio Optimal Sampling for a Loan Portfolio Alex Kisselev (Pine River Cap Management) Pak-Wing Fok (University of Delaware) Kai Yang (George Washington University) Dubravka Bodiroga (George Washington University)

More information

Estimating a Life Cycle Model with Unemployment and Human Capital Depreciation

Estimating a Life Cycle Model with Unemployment and Human Capital Depreciation Estimating a Life Cycle Model with Unemployment and Human Capital Depreciation Andreas Pollak 26 2 min presentation for Sargent s RG // Estimating a Life Cycle Model with Unemployment and Human Capital

More information

Unemployment Insurance and the Unemployment Rate: Evidence Across U.S. Counties. Ariel Goldszmidt. 1! of! 16

Unemployment Insurance and the Unemployment Rate: Evidence Across U.S. Counties. Ariel Goldszmidt. 1! of! 16 Goldszmidt: Unemployment Insurance and the Unemployment Rate: Evidence Across Unemployment Insurance and the Unemployment Rate: Evidence Across U.S. Counties Ariel Goldszmidt 1! of! 16 Published by Dartmouth

More information

Fed Cattle Basis: An Updated Overview of Concepts and Applications

Fed Cattle Basis: An Updated Overview of Concepts and Applications Fed Cattle Basis: An Updated Overview of Concepts and Applications March 2012 Jeremiah McElligott (Graduate Student, Kansas State University) Glynn T. Tonsor (Kansas State University) Fed Cattle Basis:

More information

The impact of cigarette excise taxes on beer consumption

The impact of cigarette excise taxes on beer consumption The impact of cigarette excise taxes on beer consumption Jeremy Cluchey Frank DiSilvestro PPS 313 18 April 2008 ABSTRACT This study attempts to determine what if any impact a state s decision to increase

More information

A Balanced View of Storefront Payday Borrowing Patterns Results From a Longitudinal Random Sample Over 4.5 Years

A Balanced View of Storefront Payday Borrowing Patterns Results From a Longitudinal Random Sample Over 4.5 Years Report 7-C A Balanced View of Storefront Payday Borrowing Patterns Results From a Longitudinal Random Sample Over 4.5 Years A Balanced View of Storefront Payday Borrowing Patterns Results From a Longitudinal

More information

INSTITUTE AND FACULTY OF ACTUARIES SUMMARY

INSTITUTE AND FACULTY OF ACTUARIES SUMMARY INSTITUTE AND FACULTY OF ACTUARIES SUMMARY Specimen 2019 CP2: Actuarial Modelling Paper 2 Institute and Faculty of Actuaries TQIC Reinsurance Renewal Objective The objective of this project is to use random

More information

The Lack of Persistence of Employee Contributions to Their 401(k) Plans May Lead to Insufficient Retirement Savings

The Lack of Persistence of Employee Contributions to Their 401(k) Plans May Lead to Insufficient Retirement Savings Upjohn Institute Policy Papers Upjohn Research home page 2011 The Lack of Persistence of Employee Contributions to Their 401(k) Plans May Lead to Insufficient Retirement Savings Leslie A. Muller Hope College

More information

Chapter 9 The IS LM FE Model: A General Framework for Macroeconomic Analysis

Chapter 9 The IS LM FE Model: A General Framework for Macroeconomic Analysis Chapter 9 The IS LM FE Model: A General Framework for Macroeconomic Analysis The main goal of Chapter 8 was to describe business cycles by presenting the business cycle facts. This and the following three

More information

Applying Generalized Pareto Curves to Inequality Analysis

Applying Generalized Pareto Curves to Inequality Analysis Applying Generalized Pareto Curves to Inequality Analysis By THOMAS BLANCHET, BERTRAND GARBINTI, JONATHAN GOUPILLE-LEBRET AND CLARA MARTÍNEZ- TOLEDANO* *Blanchet: Paris School of Economics, 48 boulevard

More information

Room Attendant Training Program

Room Attendant Training Program SOCIAL RETURN ON INVESTMENT Room Attendant Training Program August 2014 Kenzie Gentry and Anthony Harrison 2011 Annual Report TABLE OF CONTENTS Introduction.... 3 Summary of Results... 4 Methodology...

More information

Economics 602 Macroeconomic Theory and Policy Problem Set 3 Suggested Solutions Professor Sanjay Chugh Spring 2012

Economics 602 Macroeconomic Theory and Policy Problem Set 3 Suggested Solutions Professor Sanjay Chugh Spring 2012 Department of Applied Economics Johns Hopkins University Economics 60 Macroeconomic Theory and Policy Problem Set 3 Suggested Solutions Professor Sanjay Chugh Spring 0. The Wealth Effect on Consumption.

More information

Labor force participation of the elderly in Japan

Labor force participation of the elderly in Japan Labor force participation of the elderly in Japan Takashi Oshio, Institute for Economics Research, Hitotsubashi University Emiko Usui, Institute for Economics Research, Hitotsubashi University Satoshi

More information

Economics 2010c: Lecture 4 Precautionary Savings and Liquidity Constraints

Economics 2010c: Lecture 4 Precautionary Savings and Liquidity Constraints Economics 2010c: Lecture 4 Precautionary Savings and Liquidity Constraints David Laibson 9/11/2014 Outline: 1. Precautionary savings motives 2. Liquidity constraints 3. Application: Numerical solution

More information

COPYRIGHTED MATERIAL. Time Value of Money Toolbox CHAPTER 1 INTRODUCTION CASH FLOWS

COPYRIGHTED MATERIAL. Time Value of Money Toolbox CHAPTER 1 INTRODUCTION CASH FLOWS E1C01 12/08/2009 Page 1 CHAPTER 1 Time Value of Money Toolbox INTRODUCTION One of the most important tools used in corporate finance is present value mathematics. These techniques are used to evaluate

More information

Inflation Targeting and Revisions to Inflation Data: A Case Study with PCE Inflation * Calvin Price July 2011

Inflation Targeting and Revisions to Inflation Data: A Case Study with PCE Inflation * Calvin Price July 2011 Inflation Targeting and Revisions to Inflation Data: A Case Study with PCE Inflation * Calvin Price July 2011 Introduction Central banks around the world have come to recognize the importance of maintaining

More information

Unemployment Insurance As a Potential Safety Net for TANF Leavers: Evidence from Five States

Unemployment Insurance As a Potential Safety Net for TANF Leavers: Evidence from Five States Contract No.: 1-98-9 MPR Reference No.: 855-144 Unemployment Insurance As a Potential Safety Net for TANF Leavers: Evidence from Five States Final Report September 24 Anu Rangarajan Carol Razafindrakoto

More information

Chapter 6. y y. Standardizing with z-scores. Standardizing with z-scores (cont.)

Chapter 6. y y. Standardizing with z-scores. Standardizing with z-scores (cont.) Starter Ch. 6: A z-score Analysis Starter Ch. 6 Your Statistics teacher has announced that the lower of your two tests will be dropped. You got a 90 on test 1 and an 85 on test 2. You re all set to drop

More information

Chapter 19: Compensating and Equivalent Variations

Chapter 19: Compensating and Equivalent Variations Chapter 19: Compensating and Equivalent Variations 19.1: Introduction This chapter is interesting and important. It also helps to answer a question you may well have been asking ever since we studied quasi-linear

More information

Example: Histogram for US household incomes from 2015 Table:

Example: Histogram for US household incomes from 2015 Table: 1 Example: Histogram for US household incomes from 2015 Table: Income level Relative frequency $0 - $14,999 11.6% $15,000 - $24,999 10.5% $25,000 - $34,999 10% $35,000 - $49,999 12.7% $50,000 - $74,999

More information

Macroeconomics and finance

Macroeconomics and finance Macroeconomics and finance 1 1. Temporary equilibrium and the price level [Lectures 11 and 12] 2. Overlapping generations and learning [Lectures 13 and 14] 2.1 The overlapping generations model 2.2 Expectations

More information

Why do Half of Unemployment Benefits Go Unclaimed? Authors:

Why do Half of Unemployment Benefits Go Unclaimed? Authors: Why do Half of Unemployment Benefits Go Unclaimed? Authors: Stephane Auray David Fuller Nicolas Lepage-Saucier stephane.auray@ensai.fr fullerd@uwosh.edu nicolas.lepage-saucier@ensai.fr Why do Half of Unemployment

More information

NCSS Statistical Software. Reference Intervals

NCSS Statistical Software. Reference Intervals Chapter 586 Introduction A reference interval contains the middle 95% of measurements of a substance from a healthy population. It is a type of prediction interval. This procedure calculates one-, and

More information

IMPACT OF THE SOCIAL SECURITY RETIREMENT EARNINGS TEST ON YEAR-OLDS

IMPACT OF THE SOCIAL SECURITY RETIREMENT EARNINGS TEST ON YEAR-OLDS #2003-15 December 2003 IMPACT OF THE SOCIAL SECURITY RETIREMENT EARNINGS TEST ON 62-64-YEAR-OLDS Caroline Ratcliffe Jillian Berk Kevin Perese Eric Toder Alison M. Shelton Project Manager The Public Policy

More information

Web Appendix. Are the effects of monetary policy shocks big or small? Olivier Coibion

Web Appendix. Are the effects of monetary policy shocks big or small? Olivier Coibion Web Appendix Are the effects of monetary policy shocks big or small? Olivier Coibion Appendix 1: Description of the Model-Averaging Procedure This section describes the model-averaging procedure used in

More information

Point-Biserial and Biserial Correlations

Point-Biserial and Biserial Correlations Chapter 302 Point-Biserial and Biserial Correlations Introduction This procedure calculates estimates, confidence intervals, and hypothesis tests for both the point-biserial and the biserial correlations.

More information

Real Estate Ownership by Non-Real Estate Firms: The Impact on Firm Returns

Real Estate Ownership by Non-Real Estate Firms: The Impact on Firm Returns Real Estate Ownership by Non-Real Estate Firms: The Impact on Firm Returns Yongheng Deng and Joseph Gyourko 1 Zell/Lurie Real Estate Center at Wharton University of Pennsylvania Prepared for the Corporate

More information

Econometrics and Economic Data

Econometrics and Economic Data Econometrics and Economic Data Chapter 1 What is a regression? By using the regression model, we can evaluate the magnitude of change in one variable due to a certain change in another variable. For example,

More information

EC426-Public Economics. Class 2, Question1

EC426-Public Economics. Class 2, Question1 EC426-Public Economics Class 2, Question1 In the US, the time that people can receive unemployment benefits is extended during recessions. Use the Baily formula to shed light on this particular design

More information

Comment. John Kennan, University of Wisconsin and NBER

Comment. John Kennan, University of Wisconsin and NBER Comment John Kennan, University of Wisconsin and NBER The main theme of Robert Hall s paper is that cyclical fluctuations in unemployment are driven almost entirely by fluctuations in the jobfinding rate,

More information

Probabilistic Analysis of the Economic Impact of Earthquake Prediction Systems

Probabilistic Analysis of the Economic Impact of Earthquake Prediction Systems The Minnesota Journal of Undergraduate Mathematics Probabilistic Analysis of the Economic Impact of Earthquake Prediction Systems Tiffany Kolba and Ruyue Yuan Valparaiso University The Minnesota Journal

More information

Putting Things Together Part 2

Putting Things Together Part 2 Frequency Putting Things Together Part These exercise blend ideas from various graphs (histograms and boxplots), differing shapes of distributions, and values summarizing the data. Data for, and are in

More information

DATA SUMMARIZATION AND VISUALIZATION

DATA SUMMARIZATION AND VISUALIZATION APPENDIX DATA SUMMARIZATION AND VISUALIZATION PART 1 SUMMARIZATION 1: BUILDING BLOCKS OF DATA ANALYSIS 294 PART 2 PART 3 PART 4 VISUALIZATION: GRAPHS AND TABLES FOR SUMMARIZING AND ORGANIZING DATA 296

More information

Assessing the Spillover Effects of Changes in Bank Capital Regulation Using BoC-GEM-Fin: A Non-Technical Description

Assessing the Spillover Effects of Changes in Bank Capital Regulation Using BoC-GEM-Fin: A Non-Technical Description Assessing the Spillover Effects of Changes in Bank Capital Regulation Using BoC-GEM-Fin: A Non-Technical Description Carlos de Resende, Ali Dib, and Nikita Perevalov International Economic Analysis Department

More information

VALIDATING MORTALITY ASCERTAINMENT IN THE HEALTH AND RETIREMENT STUDY. November 3, David R. Weir Survey Research Center University of Michigan

VALIDATING MORTALITY ASCERTAINMENT IN THE HEALTH AND RETIREMENT STUDY. November 3, David R. Weir Survey Research Center University of Michigan VALIDATING MORTALITY ASCERTAINMENT IN THE HEALTH AND RETIREMENT STUDY November 3, 2016 David R. Weir Survey Research Center University of Michigan This research is supported by the National Institute on

More information

Interest Formulas. Simple Interest

Interest Formulas. Simple Interest Interest Formulas You have $1000 that you wish to invest in a bank. You are curious how much you will have in your account after 3 years since banks typically give you back some interest. You have several

More information

Online Appendix for The Importance of Being. Marginal: Gender Differences in Generosity

Online Appendix for The Importance of Being. Marginal: Gender Differences in Generosity Online Appendix for The Importance of Being Marginal: Gender Differences in Generosity Stefano DellaVigna, John List, Ulrike Malmendier, Gautam Rao January 14, 2013 This appendix describes the structural

More information

Interest Rates & Present Value. 1. Introduction to Options. Outline

Interest Rates & Present Value. 1. Introduction to Options. Outline 1. Introduction to Options 1.2 stock option pricing preliminaries Math4143 W08, HM Zhu Outline Continuously compounded interest rate More terminologies on options Factors affecting option prices 2 Interest

More information

The FTS Modules The Financial Statement Analysis Module Valuation Tutor Interest Rate Risk Module Efficient Portfolio Module An FTS Real Time Case

The FTS Modules The Financial Statement Analysis Module Valuation Tutor Interest Rate Risk Module Efficient Portfolio Module  An FTS Real Time Case In the FTS Real Time System, students manage the risk and return of positions with trade settlement at real-time prices. The projects and analytical support system integrates theory and practice by taking

More information

Approximate Variance-Stabilizing Transformations for Gene-Expression Microarray Data

Approximate Variance-Stabilizing Transformations for Gene-Expression Microarray Data Approximate Variance-Stabilizing Transformations for Gene-Expression Microarray Data David M. Rocke Department of Applied Science University of California, Davis Davis, CA 95616 dmrocke@ucdavis.edu Blythe

More information

Macroeconomics Review Course LECTURE NOTES

Macroeconomics Review Course LECTURE NOTES Macroeconomics Review Course LECTURE NOTES Lorenzo Ferrari frrlnz01@uniroma2.it August 11, 2018 Disclaimer: These notes are for exclusive use of the students of the Macroeconomics Review Course, M.Sc.

More information

Target-Date Glide Paths: Balancing Plan Sponsor Goals 1

Target-Date Glide Paths: Balancing Plan Sponsor Goals 1 Target-Date Glide Paths: Balancing Plan Sponsor Goals 1 T. Rowe Price Investment Dialogue November 2014 Authored by: Richard K. Fullmer, CFA James A Tzitzouris, Ph.D. Executive Summary We believe that

More information

Chapter 6: Supply and Demand with Income in the Form of Endowments

Chapter 6: Supply and Demand with Income in the Form of Endowments Chapter 6: Supply and Demand with Income in the Form of Endowments 6.1: Introduction This chapter and the next contain almost identical analyses concerning the supply and demand implied by different kinds

More information

starting on 5/1/1953 up until 2/1/2017.

starting on 5/1/1953 up until 2/1/2017. An Actuary s Guide to Financial Applications: Examples with EViews By William Bourgeois An actuary is a business professional who uses statistics to determine and analyze risks for companies. In this guide,

More information

Expected Value of a Random Variable

Expected Value of a Random Variable Knowledge Article: Probability and Statistics Expected Value of a Random Variable Expected Value of a Discrete Random Variable You're familiar with a simple mean, or average, of a set. The mean value of

More information

GRAPHS IN ECONOMICS. Appendix. Key Concepts. Graphing Data

GRAPHS IN ECONOMICS. Appendix. Key Concepts. Graphing Data Appendix GRAPHS IN ECONOMICS Key Concepts Graphing Data Graphs represent quantity as a distance on a line. On a graph, the horizontal scale line is the x-axis, the vertical scale line is the y-axis, and

More information

Optimal Actuarial Fairness in Pension Systems

Optimal Actuarial Fairness in Pension Systems Optimal Actuarial Fairness in Pension Systems a Note by John Hassler * and Assar Lindbeck * Institute for International Economic Studies This revision: April 2, 1996 Preliminary Abstract A rationale for

More information

This short article examines the

This short article examines the WEIDONG TIAN is a professor of finance and distinguished professor in risk management and insurance the University of North Carolina at Charlotte in Charlotte, NC. wtian1@uncc.edu Contingent Capital as

More information

THE SURVEY OF INCOME AND PROGRAM PARTICIPATION MEASURING THE DURATION OF POVERTY SPELLS. No. 86

THE SURVEY OF INCOME AND PROGRAM PARTICIPATION MEASURING THE DURATION OF POVERTY SPELLS. No. 86 THE SURVEY OF INCOME AND PROGRAM PARTICIPATION MEASURING THE DURATION OF POVERTY SPELLS No. 86 P. Ruggles The Urban Institute R. Williams Congressional Budget Office U. S. Department of Commerce BUREAU

More information

A Note on Optimal Taxation in the Presence of Externalities

A Note on Optimal Taxation in the Presence of Externalities A Note on Optimal Taxation in the Presence of Externalities Wojciech Kopczuk Address: Department of Economics, University of British Columbia, #997-1873 East Mall, Vancouver BC V6T1Z1, Canada and NBER

More information

THE UNIVERSITY OF TEXAS AT AUSTIN Department of Information, Risk, and Operations Management

THE UNIVERSITY OF TEXAS AT AUSTIN Department of Information, Risk, and Operations Management THE UNIVERSITY OF TEXAS AT AUSTIN Department of Information, Risk, and Operations Management BA 386T Tom Shively PROBABILITY CONCEPTS AND NORMAL DISTRIBUTIONS The fundamental idea underlying any statistical

More information

Does Inconvenience Explain Low Take-up? Evidence from UI Claiming Procedures

Does Inconvenience Explain Low Take-up? Evidence from UI Claiming Procedures Preliminary and Incomplete. Please Do Note Cite. Does Inconvenience Explain Low Take-up? Evidence from UI Claiming Procedures Avraham Ebenstein 1 Kevin Stange 2 November 7, 2005 Abstract One popular explanation

More information

RESEARCH INSTITUTE FOR QUANTITATIVE IN ECONOMICS AND POPULATION

RESEARCH INSTITUTE FOR QUANTITATIVE IN ECONOMICS AND POPULATION QSEP STUDIES RESEARCH INSTITUTE FOR QUANTITATIVE IN ECONOMICS AND POPULATION BORROWING CONSTRAINTS, THE COST OF PRECAUTIONARY SAVING, AND UNEMPLOYMENT INSURANCE THOMAS F. CROSSLEY HAMISH W. LOW QSEP Research

More information

Online Appendix: Extensions

Online Appendix: Extensions B Online Appendix: Extensions In this online appendix we demonstrate that many important variations of the exact cost-basis LUL framework remain tractable. In particular, dual problem instances corresponding

More information

820 First Street, NE, Suite 510, Washington, DC Tel: Fax:

820 First Street, NE, Suite 510, Washington, DC Tel: Fax: 820 First Street, NE, Suite 510, Washington, DC 20002 Tel: 202-408-1080 Fax: 202-408-1056 center@cbpp.org http://www.cbpp.org June 26, 2002 THE IMPORTANCE OF USING MOST RECENT WAGES TO DETERMINE UNEMPLOYMENT

More information

An Analysis of the ESOP Protection Trust

An Analysis of the ESOP Protection Trust An Analysis of the ESOP Protection Trust Report prepared by: Francesco Bova 1 March 21 st, 2016 Abstract Using data from publicly-traded firms that have an ESOP, I assess the likelihood that: (1) a firm

More information

Challenges For the Future of Chinese Economic Growth. Jane Haltmaier* Board of Governors of the Federal Reserve System. August 2011.

Challenges For the Future of Chinese Economic Growth. Jane Haltmaier* Board of Governors of the Federal Reserve System. August 2011. Challenges For the Future of Chinese Economic Growth Jane Haltmaier* Board of Governors of the Federal Reserve System August 2011 Preliminary *Senior Advisor in the Division of International Finance. Mailing

More information

Cognitive Constraints on Valuing Annuities. Jeffrey R. Brown Arie Kapteyn Erzo F.P. Luttmer Olivia S. Mitchell

Cognitive Constraints on Valuing Annuities. Jeffrey R. Brown Arie Kapteyn Erzo F.P. Luttmer Olivia S. Mitchell Cognitive Constraints on Valuing Annuities Jeffrey R. Brown Arie Kapteyn Erzo F.P. Luttmer Olivia S. Mitchell Under a wide range of assumptions people should annuitize to guard against length-of-life uncertainty

More information

Learning Objectives for Ch. 7

Learning Objectives for Ch. 7 Chapter 7: Point and Interval Estimation Hildebrand, Ott and Gray Basic Statistical Ideas for Managers Second Edition 1 Learning Objectives for Ch. 7 Obtaining a point estimate of a population parameter

More information

Capital allocation in Indian business groups

Capital allocation in Indian business groups Capital allocation in Indian business groups Remco van der Molen Department of Finance University of Groningen The Netherlands This version: June 2004 Abstract The within-group reallocation of capital

More information

The Brattle Group 1 st Floor 198 High Holborn London WC1V 7BD

The Brattle Group 1 st Floor 198 High Holborn London WC1V 7BD UPDATED ESTIMATE OF BT S EQUITY BETA NOVEMBER 4TH 2008 The Brattle Group 1 st Floor 198 High Holborn London WC1V 7BD office@brattle.co.uk Contents 1 Introduction and Summary of Findings... 3 2 Statistical

More information

March Karen Cunnyngham Amang Sukasih Laura Castner

March Karen Cunnyngham Amang Sukasih Laura Castner Empirical Bayes Shrinkage Estimates of State Supplemental Nutrition Assistance Program Participation Rates in 2009-2011 for All Eligible People and the Working Poor March 2014 Karen Cunnyngham Amang Sukasih

More information

Comments on Michael Woodford, Globalization and Monetary Control

Comments on Michael Woodford, Globalization and Monetary Control David Romer University of California, Berkeley June 2007 Revised, August 2007 Comments on Michael Woodford, Globalization and Monetary Control General Comments This is an excellent paper. The issue it

More information

TECHNICAL ANALYSIS OF THE SPECIAL COMMISSION TO STUDY THE MASSACHUSETTS CONTRIBUTORY RETIREMENT SYSTEMS SUBMITTED OCTOBER 7, 2009

TECHNICAL ANALYSIS OF THE SPECIAL COMMISSION TO STUDY THE MASSACHUSETTS CONTRIBUTORY RETIREMENT SYSTEMS SUBMITTED OCTOBER 7, 2009 TECHNICAL ANALYSIS OF THE SPECIAL COMMISSION TO STUDY THE MASSACHUSETTS CONTRIBUTORY RETIREMENT SYSTEMS SUBMITTED OCTOBER 7, 2009 Technical Analysis I. Introduction While the central elements affecting

More information

Data Analysis and Statistical Methods Statistics 651

Data Analysis and Statistical Methods Statistics 651 Data Analysis and Statistical Methods Statistics 651 http://www.stat.tamu.edu/~suhasini/teaching.html Lecture 14 (MWF) The t-distribution Suhasini Subba Rao Review of previous lecture Often the precision

More information

August Asset/Liability Study Texas Municipal Retirement System

August Asset/Liability Study Texas Municipal Retirement System August 2016 Asset/Liability Study Texas Municipal Retirement System Table of Contents ACKNOWLEDGEMENTS... PAGE 2 INTRODUCTION... PAGE 3 CURRENT STATUS... PAGE 7 DETERMINISTIC ANALYSIS... PAGE 8 DETERMINISTIC

More information