HBAI Datasets Guidance for the Production and Checking of Analysis

Size: px
Start display at page:

Download "HBAI Datasets Guidance for the Production and Checking of Analysis"

Transcription

1 UK Data Archive Study Number Households Below Average Income, 1994/ /17 HBAI Datasets Guidance for the Production and Checking of Analysis This user documentation has been designed for SAS users. However, much of this material is relevant to other users. End User (or Anonymised) Datasets 1. These datasets contain no names, addresses, telephone numbers, bank account details, NINOs or anything that can be considered as being disclosive under the terms of the ONS Disclosure Control. The changes to the datasets are as follows; All ages above 80 are coded to 80 years of age. The variable for the amount of Council tax liability for the household has been dropped. All amount variables have been rounded to the nearest 1. Large households (with 10 or more individuals) have been removed. 2. All of the data is available without these restrictions on the Special Licence versions of the datasets. Before starting the query 3. Perform an initial assessment of the complexity of the analysis. This might feed into the level of checking which must be performed on the analysis once it is completed. This might include assessing whether the values come straight from the publication 1, whether the publication can be used to check totals, whether analysis is performed on the same basis as the publication (e.g. it asks for number of individuals living in a certain family type, as opposed to individual receipt of a benefit). 4. In addition to this, think of what will the data be used for. This will enable you to provide the most appropriate figures and advice. 5. Are there are old queries that can be used or amended for the current query? 1 1

2 6. Do you want Before Housing Costs (BHC), After Housing Costs (AHC) or both? Should the income be equivalised or unequivalised? Net or gross? If unsure, think if what the data will be used for, and assess what would be best for your purposes. 7. If, after proportion in low income values, are you interested in absolute or contemporary low income? 8. Are you interested in data for individuals, families or households for example? 9. If the query is complex, requires a lot of tables, and you are unsure as to what you actually want, it might be worth considering creating some empty tables first which you can then agree on or amend as necessary. Note: datasets HBAI 02/03 to HBAI 11/12 have been revised to include grossing factors that incorporate 2011 Census based mid-year population estimates. Data-steps in SAS 10. Which years or year does the analysis relate to? If you want the most recent, are you using the most recent dataset? 11. Do you require a time series? If so, do you want the output in publication prices, or want the values uprated/deflated to a common value. Have you used the correct inflation/deflation factors? HBAI CPI Deflators HBAI year Inflation index BHC AHC 1994/ / / / / / / / / / /

3 HBAI year Inflation index 2005/ / / / / / / / / / / / The deflators need to be used as follows. Income values need to be multiplied by a factor x/y, where x=the year you are converting into y=the year you are converting from So for example, if you want to transform a value of 100 from the 1996/7 dataset into average 2002/03 prices, you need to do the following: Uprated value = 100 * (2002/03 factor / 1996/97 factor) Note: from 2014/15 CPI, rather than RPI, deflators are used in HBAI to in-year deflate income variables and to uprate/deflate to a common year. See the HBAI Quality and Methodology Information Report 2 for further details. 12. Are you merging datasets of different levels? If so, are your merged datasets the correct level, e.g. individual, benefit unit, household, and have you used the right level variables for your analysis? One way of checking that you are merging to the correct levels is to examine the number of observations in your input datasets, and compare this to the merged dataset. You can do this by looking in the log

4 13. If you have merged datasets, have you used the correct by variables? When merging two datasets that are on the same level, you must use by variables down to the level of the datasets. So for example, if you are merging two datasets that are both on a benefit unit level, you must merge by sernum benunit. When merging two datasets that are on different levels, you must use by variables that go down to the level of the highest dataset. So for example, if you were to merge an adult with a benefit unit level dataset (and so create an adult level dataset), the higher level dataset is the benefit unit level dataset, so you would use by sernum benunit. You wouldn t be able to use person for the adult dataset, as this information isn t on the benefit unit level dataset, and so SAS won t be able to compute a match. An easier way of thinking about this is to match by those variables that are common to both datasets. 14. When merging HBAI datasets with FRS datasets, you must only merge those cases that appear on both datasets, and therefore not include FRS cases that we exclude due to missing spouses. To do this, after the HBAI dataset name in the set statement, write (in=a). Then, when merging, after the by statement, add a new line that says if a; This does the following: it creates a temporary variable a that doesn't stay in the final dataset. It is 1 if there was a record so the "if a;" statement acts as a gatekeeper only allowing records where a=1 through the rest of the datastep. 15. If you have used the retain statement, have you used the correct by values? You only need to go down to the level of x that your if first.x and if last.x statement goes down to. (Whatever x is, that is the level that your new dataset will be on). So for example, if you are using a benefits level table, and summing up to a benefit unit level, you would need to use by sernum benunit as well as using if first.benunit and if last.benunit. 16. Some variables are useful only at certain levels of dataset. For example, if you had a household level dataset, you would need to use depchldh as the number of children, not depchldb. Further to this, see the point above on the use of the retain statement for looping through records to produce a dataset at a higher level. 17. Have you used the right grossing factor? This is very important, and depends on what level the dataset is at, and also what you are grossing to. You can use your gross total to check that you are multiplying up to the correct amount (using the population totals in the publication). 4

5 TOTAL THAT YOU WANT TO GROSS TO 18. The table below gives a matrix of the level your dataset is on, and what you want to gross up to, as a means of finding the correct grossing factor. LEVEL YOUR DATASET IS AT: Individual Benefit Unit Household Number of children gs_newbu gs_newch can t be done Number of adults gs_newbu gs_newad can t be done Number of Working age adults Number of pensioners gs_newbu gs_newwa can t be done gs_newbu gs_newpn can t be done Total population gs_newbu gs_newpp can t be done Number of families can t be done gs_newbu can t be done Number of households can t be done can t be done gs_newhh or gs_newbu* * Dataset is restricted to where benunit = 1. Some extra, interesting notes/observations on grossing factors: a) If presenting gross income averages, you need to restrict to household level where benunit=1 and use gs_newbu. b) If using equivalised net income, use the benunit level file and use gs_newpp. Therefore, the total average net income will be the same as in the HBAI publication. c) Gs_newbu and gs_newhh are the same as each other, and are the equivalent of dividing gs_newpp by the sum of depchldb and adultb within each benefit unit. In fact, we use gs_newbu to construct gs_newpp, and we do this by multiplying gs_newbu by the sum of depchldb and adultb. d) If, for example, you are calculating any average of a variable that is on a household basis, you need to use gs_newhh. 19. Have you used the correct client group, e.g. if you are only interested in working-age adults, have you restricted your figure to this group? 20. Have you restricted it to the correct subset, e.g. only families with children as opposed to all families? 21. If you are making amendments to the income distribution, for example by stripping out disability benefits in order to see the result of this, as you are 5

6 looking for the effects of this in the real world, you should recalculate the mean and median income after deduction. 22. When using any FRS monetary values or HBAI monetary values other than S_OE_BHC and S_OE_AHC for use with HBAI, these values need to be equivalised and multiplied by the within-year deflator in order to get them into an average year price. 23. In general, good SAS coding means use of comments throughout that can help a reader understanding what is happening in the code at each step. Good code is also efficient code, which means keeping only those variables in a program that you actually need, and dropping all the others. This can especially make a difference when you have a large or unwieldy program. Robustness/Quality assurance checks 24. If you are looking at quite detailed breakdowns of the population, or a small group, are sample sizes sufficient for analysis? Percentages: The sample size relating to the denominator (i.e. the row/column total for row/column percentages) must be at least 100. If not suppress the entire row/column (..). Averages: The cell sample size must be at least 50. If not suppress the cell (..). 25. In addition to the validation section below, a further way of checking your figures is to take out any restrictions you have placed on your dataset, so that you now have the whole population. This way, you can check that your totals gross up to known tables. So for example, if you are looking at risk of low income for children in England, if you remove the regional restraint, does the total match the total number of children? Outputting the query to Excel 26. It is worth setting up links to a final summary table (or however you are going to be presenting the data) as opposed to copying and pasting values into a final table. This way, if the table needs tweaking slightly, any new output will automatically feed into the summary table. 27. If you are presenting a time series, breakdowns such as by region or ethnicity should not be presented as a time series without giving consideration to the volatility due to small sample sizes. To account for this, produce a three-year average estimates for ethnicity and region figures. For example, average for yr1-yr3 = (estimate in y1 + estimate in yr2 + estimate in yr3)/3. 6

7 28. If you have used a proc freq and a pivot table, and have then re-run code, have you refreshed the contents of the pivot table? If you haven t you might be using old output. 29. One thing that needs consideration is whether categories from the FRS/HBAI need switching round or re-ordering so that they are presented in a different order. An example of this is the presentation of Scotland and Wales in the publication, which is different to how these two categories are ordered in our datasets. It is easier to switch them in the code, as opposed to in Excel, as it is less messy, and has less potential for confusion when linking between different spreadsheets. Displaying the query in Excel 30. The following rounding conventions are used: Percentages and percentage changes: rounded to the nearest whole percentage point. Population totals: in millions, rounded to 1 decimal place. Weekly income values: rounded to the nearest pound. Annual income values: rounded to the nearest 100. Validation of figures/quality assurance 31. Are there any figures (either for population or risk etc) that can be validated using any figure in the publication? 32. Are there any old queries whose output can be matched against your output? 33. Finally, have a look at the figures and check whether they look sensible. For example, are BHC and AHC figures different (generally they will be, so if they are exactly the same, check the links and check that the final sheet is linking to the correct output). A handy hint is to view the spreadsheet as its underlying formulae (go to tools, options, and check the formulas tickbox under the View tab). This provides a quick way of checking that output has been sent where it really should go. If you are presenting a time trend, do the figures look sensible, and do they tell a story that appears sensible? If you are presenting compositional figures, do they sum to 100? 7

RESTRICTED: STATISTICS

RESTRICTED: STATISTICS Households Below Average Income 2008/09 Peter Matejic (DWP) HBAI Publication Private households in United Kingdom Main source DWP Family Resources Survey Measurement of living standards as determined by

More information

Family Resources Survey and related series update. Surveys Branch Department for Work and Pensions

Family Resources Survey and related series update. Surveys Branch Department for Work and Pensions Family Resources Survey and related series update Surveys Branch Department for Work and Pensions Family Resources Survey Donncha Burke Households Below Average Income John Shale Pensioners Incomes Series

More information

Pensioners Incomes Series: An analysis of trends in Pensioner Incomes: 1994/ /16

Pensioners Incomes Series: An analysis of trends in Pensioner Incomes: 1994/ /16 Pensioners Incomes Series: An analysis of trends in Pensioner Incomes: 1994/95-215/16 Annual Financial year 215/16 Published: 16 March 217 United Kingdom This report examines how much money pensioners

More information

Poverty and Income Inequality in Scotland: 2013/14 A National Statistics publication for Scotland

Poverty and Income Inequality in Scotland: 2013/14 A National Statistics publication for Scotland Poverty and Income Inequality in Scotland: 2013/14 A National Statistics publication for Scotland EQUALITY, POVERTY AND SOCIAL SECURITY This publication presents annual estimates of the percentage and

More information

Public economics: Inequality and Poverty

Public economics: Inequality and Poverty Public economics: Inequality and Poverty Chris Belfield Overview Measuring living standards Why do we use income? Accounting for inflation and family composition Income Inequality The UK income distribution

More information

Poverty. David Phillips, p, IFS May 21 st, Institute for Fiscal Studies

Poverty. David Phillips, p, IFS May 21 st, Institute for Fiscal Studies Poverty David Phillips, p, IFS May 21 st, 2010 Poverty: the story under Labour After poverty rose between 2004/5 and 2007/8 200,000000 for each of pensioners and children 200,000 for working age adults

More information

OVERTIME: Unit 5 Price Index Problems

OVERTIME: Unit 5 Price Index Problems OVERTIME: Unit 5 Price Index Problems Name: Base year = 2000 Market basket value = $15,000; Round all numbers to 2 decimals. Answers must be in the proper format ($, % or #). Year Market Basket Value Nominal

More information

UK ShareSave Maturity. Sharing in our Success

UK ShareSave Maturity. Sharing in our Success UK ShareSave Maturity Sharing in our Success Your ShareSave - time to make a decision Your ShareSave plan is coming to an end. Keeping things simple: two plans - one brochure Whether you re in the three

More information

Households Below Average Income (HBAI) Quality and Methodology Information Report

Households Below Average Income (HBAI) Quality and Methodology Information Report UK Data Archive Study Number 7196 - Family Resources Survey and Households Below Average Income: Safe Room Access Households Below Average Income (HBAI) Quality and Methodology Information Report 2016/17

More information

Your State Pension Choice Pension now or extra pension later: A guide to State Pension Deferral

Your State Pension Choice Pension now or extra pension later: A guide to State Pension Deferral Your State Pension Choice Pension now or extra pension later: A guide to State Pension Deferral Introduction About this guide When you are coming up to State Pension age, you need to decide when you want

More information

Income Poverty. Chris Belfield 16 th July Institute for Fiscal Studies

Income Poverty. Chris Belfield 16 th July Institute for Fiscal Studies Income Poverty Chris Belfield 16 th July 2015 Outline Recent trends in income poverty how has poverty changed since the recession and why? how have different groups been affected? Relationship between

More information

A NEW POVERTY BENCHMARK FOR BASIC INCOME SCHEMES by ANNIE MILLER

A NEW POVERTY BENCHMARK FOR BASIC INCOME SCHEMES by ANNIE MILLER ABSTRACT A NEW POVERTY BENCHMARK FOR BASIC INCOME SCHEMES by ANNIE MILLER (AnnieMillerBI@gmail.com) The official EU poverty benchmark, defined as 0.6 median household equivalised income, (with two versions

More information

EXAMPLE 4: DISTRIBUTING HOUSEHOLD-LEVEL INFORMATION TO RESPONDENTS

EXAMPLE 4: DISTRIBUTING HOUSEHOLD-LEVEL INFORMATION TO RESPONDENTS EXAMPLE 4: DISTRIBUTING HOUSEHOLD-LEVEL INFORMATION TO RESPONDENTS EXAMPLE RESEARCH QUESTION(S): What are the flows into and out of poverty from one year to the next? What explains the probability that

More information

UK Data Archive Study Number English Housing Survey: Fuel Poverty Dataset, 2015 FUEL POVERTY DATASET DOCUMENTATION

UK Data Archive Study Number English Housing Survey: Fuel Poverty Dataset, 2015 FUEL POVERTY DATASET DOCUMENTATION UK Data Archive Study Number 8228 - English Housing Survey: Fuel Poverty Dataset, 2015 FUEL POVERTY DATASET DOCUMENTATION July 2017 Table of Contents 1. Introduction and Background Information 2 2. The

More information

1. Actual estimation may be more complex because of the use of statistical methods.

1. Actual estimation may be more complex because of the use of statistical methods. Learning Objectives: Understand inflation Use terminology related to inflation Choose a base year Calculate constant dollars Choose a deflator MODULE 7 Inflation We use the term inflation to indicate the

More information

Stakeholder Pension. The simple way to start a pension plan. Retirement Investments Insurance Health

Stakeholder Pension. The simple way to start a pension plan. Retirement Investments Insurance Health Stakeholder Pension The simple way to start a pension plan Retirement Investments Insurance Health Introduction Any decision you make about investing for your future retirement needs careful consideration

More information

Project: The American Dream!

Project: The American Dream! Project: The American Dream! The goal of Math 52 and 95 is to make mathematics real for you, the student. You will be graded on correctness, quality of work, and effort. You should put in the effort on

More information

Public economics: Income Inequality

Public economics: Income Inequality Public economics: Income Inequality Chris Belfield Overview Measuring living standards Why do we use income? Accounting for inflation and family composition Income Inequality The UK income distribution

More information

Member Guide Arriva Workplace Pension Plan

Member Guide Arriva Workplace Pension Plan Arriva Workplace Pension Plan I'm dreaming of taking up deep sea fishing This member guide is designed to help you understand the Arriva Workplace Pension Plan so you can make decisions that are right

More information

Introducing Pension Plus and the Defined Contribution plan

Introducing Pension Plus and the Defined Contribution plan Introducing and the plan On the day you begin public school employment, you are automatically enrolled in the retirement plan. But you have a choice you can stay in the plan or switch to the plan. offers

More information

Poverty figures for London: 2010/11 Intelligence Update

Poverty figures for London: 2010/11 Intelligence Update Poverty figures for London: 2010/11 Intelligence Update 11-2012 Key points The number of Londoners living in poverty has seen little change. Children, particularly those in workless households, remain

More information

The economic impact of increasing the National Minimum Wage and National Living Wage to 10 per hour

The economic impact of increasing the National Minimum Wage and National Living Wage to 10 per hour The economic impact of increasing the National Minimum Wage and National Living Wage to 10 per hour A report for Unite by Howard Reed (Director, Landman Economics) June 2018 Acknowledgements This research

More information

Local Child Poverty Measurement Frequently Asked Questions

Local Child Poverty Measurement Frequently Asked Questions Local Child Poverty Measurement Frequently Asked Questions Measurement of child poverty... 2 1. How does the Government measure child poverty at a national level?... 2 2. How is local child poverty measured?...

More information

Universal Credit: further information for families

Universal Credit: further information for families GOV.UK Search Home Universal Credit: further information for families Department for Work & Pensions Guidance Universal Credit: further information for families Updated 30 November 2017 Contents 1. What

More information

January 29. Annuities

January 29. Annuities January 29 Annuities An annuity is a repeating payment, typically of a fixed amount, over a period of time. An annuity is like a loan in reverse; rather than paying a loan company, a bank or investment

More information

Pay As You Go Meter Statement

Pay As You Go Meter Statement Pay As You Go Meter Statement A Pay As You Go meter (or Prepayment meter) A meter that lets you pay for your electricity and gas in advance. You can buy credit at hundreds of Post Office branches or PayPoint

More information

Detailed calculation of out of London Living wage: method, rationale, data sources and figures for the 2010/11 calculation.

Detailed calculation of out of London Living wage: method, rationale, data sources and figures for the 2010/11 calculation. Detailed calculation of out of London Living wage: method, rationale, data sources and figures for the 2010/11 calculation. by Donald Hirsch The following account of the process involved in setting the

More information

Unit 2: Measuring Economic Performance Tracking Inflation

Unit 2: Measuring Economic Performance Tracking Inflation Unit 2: Measuring Economic Performance Tracking Inflation Key points Price level is measured by constructing a hypothetical basket of goods and services meant to represent a typical set of consumer purchases

More information

Things to Learn (Key words, Notation & Formulae)

Things to Learn (Key words, Notation & Formulae) Things to Learn (Key words, Notation & Formulae) Key words: Percentage This means per 100 or out of 100 Equivalent Equivalent fractions, decimals and percentages have the same value. Example words Rise,

More information

Interest Rates. Countrywide Building Society. Saving Data Sheet. Gross (% per annum)

Interest Rates. Countrywide Building Society. Saving Data Sheet. Gross (% per annum) Interest Rates Gross (% per annum) Countrywide Building Society This is the rate of simple interest earned in a year (before deducting tax). Dividing by 12 gives a good estimate of the monthly rate of

More information

Further information about your mortgage

Further information about your mortgage Further information about your mortgage This booklet explains how we now manage your mortgage. It also explains how we managed your account before we made changes. The booklet does not set out to explain

More information

AVERAGE, IF, COUNT, SUMIFS, COUNTIFS, MAXIFS, MINIFS, AVERAGEIFS, ROWS, LOGICAL EXPRESSIONS

AVERAGE, IF, COUNT, SUMIFS, COUNTIFS, MAXIFS, MINIFS, AVERAGEIFS, ROWS, LOGICAL EXPRESSIONS CS1100: Assignment 3 Summarizing and Filtering Data To complete this assignment you must submit an electronic copy to BlackBoard by the due date. Download the starter file and save the file under the name

More information

FY13 Budget Prep New Functionality

FY13 Budget Prep New Functionality HR Refresh Functionality It is now possible to refresh the HR data for a single DeptID in Position Budgeting. The process is simple, but care is necessary to avoid unintentional errors. The process begins

More information

KPMG Defined Benefit Pensions Webinar

KPMG Defined Benefit Pensions Webinar KPMG Defined Benefit Pensions Webinar Transcript of Webinar Page 1 - Changes to RBS s UK Defined Benefit pension schemes Good morning. My name is Iain and with me today is my colleague Aideen. We are both

More information

Managing your money and paying your rent

Managing your money and paying your rent Managing your money and paying your rent How to make the most of your Universal Credit payments This guide can help you Get the right bank account Draw up a budget Pay your rent Deal with rent arrears

More information

Introduction to the Family Resources Survey

Introduction to the Family Resources Survey UK Data Archive Study Number 6886 - Family Resources Survey, 2009-2010 Introduction to the Family Resources Survey Updated May 2011 Contents Section 1: General...2 1.1 Background...2 1.2 Uses of Family

More information

Living standards during the recession

Living standards during the recession Living standards during the recession IFS Briefing Note 117 James Browne 1. Introduction Living standards during the recession James Browne Institute for Fiscal Studies 1 We are used to our incomes rising

More information

Hello. Classic Classic Plus

Hello. Classic Classic Plus Hello. Classic Classic Plus Welcome to a different kind of banking. Hello, welcome and above all, thank you for opening a current account with TSB. You ve joined a bank that isn t like any other bank.

More information

FORECASTING & BUDGETING

FORECASTING & BUDGETING FORECASTING & BUDGETING W I T H E X C E L S S O L V E R WHAT IS SOLVER? Solver is an add-in that comes pre-built into Microsoft Excel. Simply put, it allows you to set an objective value which is subject

More information

Terms and conditions for Company Pension

Terms and conditions for Company Pension Terms and conditions for Company Pension The terms and conditions that apply to your membership of the Group Personal Pension may affect the scope of the policy that Aviva offers you. In all cases, this

More information

Learning Plan 3 Chapter 3

Learning Plan 3 Chapter 3 Learning Plan 3 Chapter 3 Questions 1 and 2 (page 82) To convert a decimal into a percent, you must move the decimal point two places to the right. 0.72 = 72% 5.46 = 546% 3.0842 = 308.42% Question 3 Write

More information

Using the Merger/Exchange Wizard in Morningstar Office

Using the Merger/Exchange Wizard in Morningstar Office in Morningstar Office Overview - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 Can I use the Merger Wizard for all security types? - - - - - - - - - - - - - - - - - - 1 Can

More information

STUDENT FINANCE 2017/18

STUDENT FINANCE 2017/18 STUDENT FINANCE 2017/18 A PARENT S INTRODUCTION SESSION CONTENTS The student finance package Student Loan repayment Applications and information Money management 1 THE STUDENT FINANCE PACKAGE 2017/18 THE

More information

your pension A guide for new members

your pension A guide for new members MAY 2018 your pension A guide for new members GREATER MANCHESTER PENSION FUND 1 2 Please see page 11 for details of important paperwork you need to fill in 3 4 Introduction We have produced this guide

More information

Introduction to Client Online

Introduction to Client Online Introduction to Client Online Construction Finance Guide ConstructionFinanceNewClientsV2Sept15 Contents Introduction 3 Welcome to your introduction to Client Online 3 If you have any questions 3 Logging

More information

Managing Your Guardian Benefits Offering:

Managing Your Guardian Benefits Offering: SELF-ADMINISTERED PLANS Managing Your Guardian Benefits Offering: A guide for self-administered plans Guardian Group products are underwritten and issued by The Guardian Life Insurance Company of America,

More information

Child and working-age poverty in Northern Ireland over the next decade: an update

Child and working-age poverty in Northern Ireland over the next decade: an update Child and working-age poverty in Northern Ireland over the next decade: an update IFS Briefing Note BN144 James Browne Andrew Hood Robert Joyce Child and working-age poverty in Northern Ireland over the

More information

INFORMATION FOR MORTGAGE CUSTOMERS.

INFORMATION FOR MORTGAGE CUSTOMERS. INFORMATION FOR MORTGAGE CUSTOMERS. WELCOME TO YOUR GUIDE TO HALIFAX MORTGAGES. Fold back this page for a brief summary of key mortgage features. YOUR PROPERTY MAY BE REPOSSESSED IF YOU DO NOT KEEP UP

More information

Poverty Fact Book. Data, Information and Analysis for Leeds. Financial Inclusion Team

Poverty Fact Book. Data, Information and Analysis for Leeds. Financial Inclusion Team Poverty Fact Book Data, Information and Analysis for Leeds Financial Inclusion Team March 2018 About the Poverty Fact Book The Poverty Fact Book was developed to be a useful document to share widely across

More information

Projected Cost Pressures for Scottish Local Government

Projected Cost Pressures for Scottish Local Government Projected Cost Pressures for Scottish Local Government The Improvement Service ihub 11 Quarrywood Court Livingston EH54 6AX research@improvementservice.org.uk http://www.improvementservice.org.uk/ Contents

More information

Poverty. Chris Belfield, IFS 15 th July Institute for Fiscal Studies

Poverty. Chris Belfield, IFS 15 th July Institute for Fiscal Studies Poverty Chris Belfield, IFS 15 th July 2014 Outline Income based measures how has poverty changed since the recession and why? which groups have been affected by recent changes? Non-income based measures

More information

The Advanced Budget Project Part D The Budget Report

The Advanced Budget Project Part D The Budget Report The Advanced Budget Project Part D The Budget Report A budget is probably the most important spreadsheet you can create. A good budget will keep you focused on your ultimate financial goal and help you

More information

Academy trust budget forecast return: outturn 2016 to Guide to completing the online form

Academy trust budget forecast return: outturn 2016 to Guide to completing the online form Academy trust budget forecast return: outturn 2016 to 2017 Guide to completing the online form March 2017 Contents 1 Introduction 3 1.1 Who needs to complete the return? 3 1.2 Submission of the return

More information

Poverty and income inequality in Scotland:

Poverty and income inequality in Scotland: A National Statistics Publication for Scotland Poverty and income inequality in Scotland: 2008-09 20 May 2010 This publication presents annual estimates of the proportion and number of children, working

More information

Understanding your Local Government Pension Scheme (LGPS) Annual Benefit Statement (ABS) at 31 March 2018

Understanding your Local Government Pension Scheme (LGPS) Annual Benefit Statement (ABS) at 31 March 2018 Understanding your Local Government Pension Scheme (LGPS) Annual Benefit Statement (ABS) at 31 March 2018 The purpose of these notes Your annual benefit statement is a very important pension s document

More information

Introducing Pension Plus 2 and the Defined Contribution plan

Introducing Pension Plus 2 and the Defined Contribution plan Introducing and the plan Welcome to the first and most important step on your journey to retirement: choosing your plan. Please explore this site carefully so you can make a confident choice for you and

More information

Vodafone Cross Cost Centre Allocation

Vodafone Cross Cost Centre Allocation Vodafone Cross Cost Centre Allocation User Guide Vodafone New Zealand Limited. Correct as of April 2014. Do business better Contents Go straight to the page you need by clicking one of the sections below

More information

Consumer Research: overdrafts and APR. Technical Report. December 2018

Consumer Research: overdrafts and APR. Technical Report. December 2018 Consumer Research: overdrafts and APR. Technical Report December 2018 TECHNICAL REPORT 1. Introduction This technical report relates to research on overdrafts and APR published in the technical annex to

More information

Mr M didn t think MBNA had offered enough compensation. He said it hadn t worked out his compensation in the way we d expect it to.

Mr M didn t think MBNA had offered enough compensation. He said it hadn t worked out his compensation in the way we d expect it to. complaint Mr M has complained that he was mis-sold two payment protection insurance ( PPI ) policies alongside two credit cards he had with MBNA Limited ( MBNA ). background Mr M took out two credit cards

More information

ECO155L19.doc 1 OKAY SO WHAT WE WANT TO DO IS WE WANT TO DISTINGUISH BETWEEN NOMINAL AND REAL GROSS DOMESTIC PRODUCT. WE SORT OF

ECO155L19.doc 1 OKAY SO WHAT WE WANT TO DO IS WE WANT TO DISTINGUISH BETWEEN NOMINAL AND REAL GROSS DOMESTIC PRODUCT. WE SORT OF ECO155L19.doc 1 OKAY SO WHAT WE WANT TO DO IS WE WANT TO DISTINGUISH BETWEEN NOMINAL AND REAL GROSS DOMESTIC PRODUCT. WE SORT OF GOT A LITTLE BIT OF A MATHEMATICAL CALCULATION TO GO THROUGH HERE. THESE

More information

HPM Module_2_Breakeven_Analysis

HPM Module_2_Breakeven_Analysis HPM Module_2_Breakeven_Analysis Hello, class. This is the tutorial for the breakeven analysis module. And this is module 2. And so we're going to go ahead and work this breakeven analysis. I want to give

More information

Administration System (REFAS) Manual

Administration System (REFAS) Manual South African Reserve Bank Retirement Fund Administration System (REFAS) Manual This guide describes options available to a member of the South African Reserve Bank Retirement Fund (the fund) on retirement.

More information

Help with fractions, percentages and decimals! 1 Numerator 2 Denominator

Help with fractions, percentages and decimals! 1 Numerator 2 Denominator Help with fractions, percentages and decimals! 1 Numerator 2 Denominator Finding a fraction of an amount To find a fraction of an amount we divide the number by the denominator and then multiply our answer

More information

LOOK FORWARD TO MORE CHOICE MORE FREEDOM. A guide to Income Release. Pension Portfolio

LOOK FORWARD TO MORE CHOICE MORE FREEDOM. A guide to Income Release. Pension Portfolio LOOK FORWARD TO MORE CHOICE MORE FREEDOM Pension Portfolio A guide to Income Release 2 A GUIDE TO INCOME RELEASE CONTENTS 03 Welcome A few words from our CEO 06 Share our success How your ProfitShare works

More information

Terms and Conditions FOR THE COLLECTIVE INVESTMENT BOND

Terms and Conditions FOR THE COLLECTIVE INVESTMENT BOND Terms and Conditions FOR THE COLLECTIVE INVESTMENT BOND These terms and conditions only apply to Collective Investment Bonds that are on Charge Basis 3. If your bond is on Charge Basis 1 or 2, please refer

More information

EXAM 3. There are 110 possible points on this exam. The test is out of 100.

EXAM 3. There are 110 possible points on this exam. The test is out of 100. Name: KEY ECON 201 Montgomery College David Youngberg EXAM 3 There are 110 possible points on this exam. The test is out of 100. You have one class session to complete this exam, but you should be able

More information

Pro Strategies Help Manual / User Guide: Last Updated March 2017

Pro Strategies Help Manual / User Guide: Last Updated March 2017 Pro Strategies Help Manual / User Guide: Last Updated March 2017 The Pro Strategies are an advanced set of indicators that work independently from the Auto Binary Signals trading strategy. It s programmed

More information

Helping your loved ones. Simple steps to providing for your family and friends

Helping your loved ones. Simple steps to providing for your family and friends Helping your loved ones Simple steps to providing for your family and friends Contents 01 How can I take control of who gets what? 02 Inheritance Tax 05 Do you know how much you re worth? 07 Making lifetime

More information

Scheme Management System User guide

Scheme Management System User guide Scheme Management System User guide 20-09-2016 1. GETTING STARTED 1.1 - accessing the scheme management system 1.2 converting my Excel file to CSV format 2. ADDING EMPLOYEES TO MY PENSION SCHEME 2.1 Options

More information

Introduction to Client Online

Introduction to Client Online Introduction to Client Online Bibby Factors International Guide 1 InternationalFactoringNewClientBibbyUKopsSept15 Introduction 3 Logging In 5 Welcome Screen 6 Navigation 7 Viewing Your Account 9 Invoice

More information

Click on the links below to jump directly to the relevant section

Click on the links below to jump directly to the relevant section Click on the links below to jump directly to the relevant section Basic review Proportions and percents Proportions and basic rates Basic review Proportions use ratios. A proportion is a statement of equality

More information

[01:02] [02:07]

[01:02] [02:07] Real State Financial Modeling Introduction and Overview: 90-Minute Industrial Development Modeling Test, Part 3 Waterfall Returns and Case Study Answers Welcome to the final part of this 90-minute industrial

More information

Simple Sales Tax Setup

Simple Sales Tax Setup Lesson 3 Sales Tax Date: January 24, 2011 (1:00 EST, 12:00 CDT, 11:00 MDT 10:00 PDT) Time: 1.5 hours Presented by:vickie Ayres The Countess of QuickBooks & Tech Support Specialist for QuickBooks & Quoting

More information

Changes to your pension. BTPS Team Members April 2018

Changes to your pension. BTPS Team Members April 2018 Changes to your pension BTPS Team Members April 2018 CONTENTS page 1 Introduction Summary of the changes 2 Why are we making these changes? 3 Your BTPS benefits Your deferred benefits in the BTPS AVCs

More information

Financing Feedbacks FORECASTING FINANCIAL STATEMENTS WITH FINANCING FEEDBACKS AND ALTERNATIVE SOURCES OF FUNDS

Financing Feedbacks FORECASTING FINANCIAL STATEMENTS WITH FINANCING FEEDBACKS AND ALTERNATIVE SOURCES OF FUNDS W E B E X T E N S I O N9A Financing Feedbacks In Chapter 9, we forecasted financial statements under the assumption that the firm s interest expense can be estimated as the product of the prior year s

More information

Getting started. Introducing your account

Getting started. Introducing your account Getting started Introducing your account 2 Welcome to banking designed to suit your taste When it comes to banking, we don t believe one size fits all. That s why in addition to our regular Bank Account,

More information

Purchase Price Allocation, Goodwill and Other Intangibles Creation & Asset Write-ups

Purchase Price Allocation, Goodwill and Other Intangibles Creation & Asset Write-ups Purchase Price Allocation, Goodwill and Other Intangibles Creation & Asset Write-ups In this lesson we're going to move into the next stage of our merger model, which is looking at the purchase price allocation

More information

A FLEXIBLE RETIREMENT INCOME FOR WHATEVER THE FUTURE HOLDS LET S TALK HOW. PENSION DRAWDOWN

A FLEXIBLE RETIREMENT INCOME FOR WHATEVER THE FUTURE HOLDS LET S TALK HOW. PENSION DRAWDOWN A FLEXIBLE RETIREMENT INCOME FOR WHATEVER THE FUTURE HOLDS LET S TALK HOW. PENSION DRAWDOWN INTRODUCING FLEXIBLE RETIREMENT INCOME What do you think you ll be doing in ten years time? Or twenty? It s not

More information

Australia Indigenous Portrait

Australia Indigenous Portrait Australia Indigenous Portrait Tracking the Gaps In this table, the gap for Australia is the difference between the Indigenous rate in Australia and the non-indigenous rates in Australia. Gap indicators

More information

Incomes and inequality: the last decade and the next parliament

Incomes and inequality: the last decade and the next parliament Incomes and inequality: the last decade and the next parliament IFS Briefing Note BN202 Andrew Hood and Tom Waters Incomes and inequality: the last decade and the next parliament Andrew Hood and Tom Waters

More information

LV= Flexible Guarantee Bond Series 3. Bond Conditions

LV= Flexible Guarantee Bond Series 3. Bond Conditions LV= Flexible Guarantee Bond Series 3 Bond Conditions LV= Flexible Guarantee Bond Series 3 Bond Conditions Welcome to LV=, and to our Flexible Guarantee Bond Series 3 These Bond Conditions, together with

More information

Introduction to the Family Resources Survey

Introduction to the Family Resources Survey UK Data Archive Study Number 7753 - Family Resources Survey, 2013-2014 Introduction to the Family Resources Survey Updated June 2015 Contents Section 1: General... 2 1.1 Background... 2 1.2 Uses of Family

More information

Introduction to Client Online

Introduction to Client Online Introduction to Client Online Trade Finance Guide TradeFinanceNewClientsV2Sept15 Contents Introduction 3 Welcome to your introduction to Client Online 3 If you have any questions 3 Logging In 4 Welcome

More information

Income Distribution Database (http://oe.cd/idd)

Income Distribution Database (http://oe.cd/idd) Income Distribution Database (http://oe.cd/idd) TERMS OF REFERENCE OECD PROJECT ON THE DISTRIBUTION OF HOUSEHOLD INCOMES 2017/18 COLLECTION July 2017 The OECD income distribution questionnaire aims at

More information

Get great value now and in the years ahead. The Fidelity guide to pricing

Get great value now and in the years ahead. The Fidelity guide to pricing Get great value now and in the years ahead The Fidelity guide to pricing Value and support throughout your investment journey Whenever you re thinking about buying something, from a phone or a car to a

More information

UK Time Use Survey 2000 imputed net income and childcare expenditure variables. User Guide

UK Time Use Survey 2000 imputed net income and childcare expenditure variables. User Guide 1 UK Time Use Survey 2000 imputed net income and childcare expenditure variables User Guide Prepared by Tania Burchardt Contact details: Centre for Analysis of Social Exclusion London School of Economics

More information

The cumulative impact of tax and welfare reforms

The cumulative impact of tax and welfare reforms The cumulative impact of tax and welfare reforms Jonathan Portes, Aubergine Analysis and King s College London Howard Reed, Landman Economics 2018 Equality and Human Rights Commission First published March

More information

GUIDANCE AND FACTORS SUPPLIED BY THE GOVERNMENT ACTUARY S DEPARTMENT

GUIDANCE AND FACTORS SUPPLIED BY THE GOVERNMENT ACTUARY S DEPARTMENT GUIDANCE AND FACTORS SUPPLIED BY THE GOVERNMENT ACTUARY S DEPARTMENT The methods of assessing CEVs, pension credits and pension debits are set out in the following notes supplied by the Government Actuary

More information

User guide for employers not using our system for assessment

User guide for employers not using our system for assessment For scheme administrators User guide for employers not using our system for assessment Workplace pensions CONTENTS Welcome... 6 Getting started... 8 The dashboard... 9 Import data... 10 How to import a

More information

DUE DATE: THURSDAY, APRIL 17TH 2:30PM

DUE DATE: THURSDAY, APRIL 17TH 2:30PM Before you do anything else, create a new Excel workbook and save it as Pd# Last Name, First Name. So for example, my file name will be Pd 4 Biddle, Amber You can save this on your virtual locker, a flash

More information

Finance 197. Simple One-time Interest

Finance 197. Simple One-time Interest Finance 197 Finance We have to work with money every day. While balancing your checkbook or calculating your monthly expenditures on espresso requires only arithmetic, when we start saving, planning for

More information

THE ARMED FORCES STAKEHOLDER PENSION SCHEME A GUIDE TO HELP YOU PREPARE FOR THE RETIREMENT YOU WANT

THE ARMED FORCES STAKEHOLDER PENSION SCHEME A GUIDE TO HELP YOU PREPARE FOR THE RETIREMENT YOU WANT THE ARMED FORCES STAKEHOLDER PENSION SCHEME A GUIDE TO HELP YOU PREPARE FOR THE RETIREMENT YOU WANT The Official Armed Forces pension scheme is provided by Scottish Widows. SUPPORTING LITERATURE AND TOOLS

More information

GROUP LIFE ASSURANCE AND DEPENDANTS PENSIONS.

GROUP LIFE ASSURANCE AND DEPENDANTS PENSIONS. GROUP PROTECTION GROUP LIFE ASSURANCE AND DEPENDANTS PENSIONS. Registered schemes and excepted group life policies. Helping you understand our policy. This is an important document which we suggest you

More information

Family Resources Survey and related series

Family Resources Survey and related series Family Resources Survey and related series Don Burke Family Resources Survey Surveys Branch Department for Work and Pensions What we are going to cover The Family Resources Survey Overview Users and uses

More information

Your 13/14 student finance journey starts here. Adam Croucher Assistant Head of Registry (Student Finance)

Your 13/14 student finance journey starts here. Adam Croucher Assistant Head of Registry (Student Finance) Your 13/14 student finance journey starts here Adam Croucher Assistant Head of Registry (Student Finance) Student Finance Package Repayment Applications & Information Questions & Comments Tuition Fee Support

More information

SCOTTISH WIDOWS BANK MORTGAGE CONDITIONS 2017

SCOTTISH WIDOWS BANK MORTGAGE CONDITIONS 2017 SCOTTISH WIDOWS BANK MORTGAGE CONDITIONS 2017 PLEASE READ WE KNOW THAT HAVING TO READ A LEGAL CONTRACT CAN BE OFF PUTTING, SO WE HAVE DECIDED TO DO THINGS DIFFERENTLY. THIS BOOKLET CONTAINS: A brief explanation

More information

Be more informed. Our handy guide to understanding your payslips. UMBRELLA

Be more informed. Our handy guide to understanding your payslips. UMBRELLA Be more informed Our handy guide to understanding your payslips. UMBRELLA Your payslips made easy Received your payslip but not quite sure what all the numbers and codes mean? We know all that information

More information

Manage Your Account. User Guide. Retirement planning made easier by Legal & General

Manage Your Account. User Guide. Retirement planning made easier by Legal & General Manage Your Account User Guide Retirement planning made easier by Legal & General Contents What is Manage Your Account (MYA)? 2 How does it work? 3 Why use MYA? 3 Manage Your Account step by step 4 Starting

More information

Social Security Retirement Guide. By Jim Blair, Social Security Consultant Geoff

Social Security Retirement Guide. By Jim Blair, Social Security Consultant Geoff 2012 Social Security Retirement Guide By Jim Blair, Social Security Consultant Geoff 1 Disclaimers and Legal Notices Independent Resource Notice This document is NOT a publication of the United States

More information

Changes to work and income around state pension age

Changes to work and income around state pension age Changes to work and income around state pension age Analysis of the English Longitudinal Study of Ageing Authors: Jenny Chanfreau, Matt Barnes and Carl Cullinane Date: December 2013 Prepared for: Age UK

More information