SAS PORTFOLIO ANALYSIS: RANDOM PORTFOLIOS FOR EVALUATING TRADING

Size: px
Start display at page:

Download "SAS PORTFOLIO ANALYSIS: RANDOM PORTFOLIOS FOR EVALUATING TRADING"

Transcription

1 SAS Applicatin: develpment SAS PORTFOLIO ANALYSIS: RANDOM PORTFOLIOS FOR EVALUATING TRADING PAUWELS STEFAAN ECKERMAN EWOUT ABSTRACT Prtfli pprtunity distributins can prvide a statistical test that a trading strategy perfrms better than chance. Each run f the mutual fund manager is cmpared t a number f matching prtflis that have zer skill. With this SAS prgram we try t answer the questin: what if I had applied investment strategy X during the perid Y. By implementing a back test, applying an investment strategy t histrical financial infrmatin, we are able t assess the results f a mutual fund. The gal is t asses live prtflis and t allw infrmed decisins. If the market is efficient there shuld be n reliably way f beating the market. Instead the best bet wuld be t jin the market by fllwing an index r a buy and hld strategy. Key wrds: tracking hldings, matching prtflis, prtfli pprtunity distributins, randm prtflis, evaluating trading strategy, Mnte Carl simulatin, live prtflis, prtfli management, efficient market hypthesis INTRODUCTION The underlying idea is that f cmparing results f a randm managerial strategy with a real ne. Verifying if results btained by well infrmed managers are cnsistent with thse generated by unskilled nes. T define a minimum return level, under which results cannt be ascribed t management skill and, thus, cannt justify management fees. This back test applicatin develped at the University f Ghent is used fr practical implementatin. All currently available stcks are used t measure mutual fund perfrmance. The user f this prgram might request a back test f a prtfli F, with 30 stcks, fr the perid 2004 till This prgram allws us t create randm prtflis with value-weighted sampling. This means that the prbability f chsing a certain stck is prprtinate t the market capitalizatin f that particular stck. Preliminary versin 1.0 Page 1

2 SAS Applicatin: develpment The prtfli perfrmance is measured by cmparing the return f the target prtfli against the return f different randmly created matching prtflis. The matching prtfli is a prtfli sharing the same expsures but hlding different stcks. Breadth: hw many stcks are held lng and shrt? Risk: what are the betas f the individual stcks (and hence standard deviatin)? Directin: hw much is held lng, hw much is held shrt? Investment style: what apprach is used by the manager, different expsures t the market? Turnver: it is recmmended that the matching prtflis transact every mnth t reflect the real wrld. Fees: the ttal expense rati f the mutual fund? The user can cntrl the characteristics f the matching prtfli. SAS uses these inputs t randmly create matching prtflis cnfrm the prtfli cnstructin fllwed by the real manager. HYPOTHESIS We test the ability f a fund t yield returns, net f the manager s reward that is significantly higher than that which culd be btained by a manager withut any specific skill. With this specific test we make a distinctin between skill and luck. Given a fund F, we fcus n evaluating the hypthesis system: H 0 : F shw skill H 1 : F des nt shw skill. A crrect statistical evaluatin f system requires a perfrmance measure r(f) and its distributin under H0. Testing this system, thus, cnsists f cmparing bserved perfrmance r(f) with distributin under the null hypthesis. The n-skill perfrmance distributin may be btained by cnsidering randm matching prtflis, i.e., thse cmpsed f randmly selected assets. Preliminary versin 1.0 Page 2

3 SAS Applicatin: develpment DATA A. CREATING THE SOURCE FILE The surce file is btained frm DataStream (all stcks frm the S&P500). We cllect daily and mnthly stck data (daily and mnthly prices and returns). Annual accunting and specific stck (sectr) data are als btained. Daily stck data Specific stck data Surce file fr matching prtfli Table 1: SAS data file t create matching prtflis /*Calculatin f daily returns creating the surce file/ Data surce_file Set raw_file... Preliminary versin 1.0 Page 3

4 SAS Applicatin: develpment B. CREATING A BACK TEST Once the data file has been created in SAS, matching prtflis can be defines using user defined parameters: Structural parameters (prtfli attributes) Data range ( ): testing perid Number f prtflis (# > 1000) Refilling frequency (replacing a stck) Prtfli criteria (expsure f the real fund) Breadth: hw many stcks are held lng and shrt? Risk: what are the betas f the individual stcks (and hence standard deviatin)? Diversificatin: Number f stcks (range frm 20 t 100 stcks) Weightings fr each security Between 0 and 20% Directin: hw much is held lng, hw much is held shrt? Investment style: what apprach is used by the manager, different expsures t the market? Typically this might be Class (equities, Bnds, Cash, Freign Prperty) Sectr (resurces, financials, ) Size (large, mid r small cap) Style (Value, grwth r cre) Turnver: it is recmmended that the matching prtflis transact every mnth t reflect the real wrld (rebalancing frequency) Transactin csts: setting up the transactin csts Fees: the ttal expense rati f the mutual fund? Surce file fr matching prtfli Prtfli criteria X 1,X 2,X 3 Matching prtfli file Analysis Preliminary versin 1.0 Page 4

5 SAS Applicatin: develpment PROGRAMMING TASKS: CREATING MATCHING PORTFOLIOS We will intrduce a number f prgramming steps t create the matching prtfli file frm the surce database. Measuring perfrmance is based n thse matching prtflis. By default, all available stcks are cnsidered t be included. The universe f stcks can be filtered by adding ne r mre criteria defined by the user. Multiple prtflis are created are created by putting securities int baskets. We can fr example set the sectr expsure t nn financial. All financial stcks are thus excluded t be set int the basket. 1. Fr the start date create percentiles fr the prtfli criteria a. At start date (sectr expsure, risk, ) b. At refill date 2. At the start date, randmly draw stcks fr each prtfli frm qualifying stcks a. During the creatin f a back test, securities within a matching prtfli are randmly selected (accrding t the sectr expsure, riskiness, ) i. Generating a randm number fr each stck_id 3. Track daily/weekly/mnthly cumulative return f each stck in the prtfli a. Track the stck b. Track the prtfli (hlding perid return) 4. Turnver: sell/buy stcks accrding t the turnver set in the parameters 5. Stcks stp trading; reallcate the residual value t the rest f the prtfli 6. At the refill date a. We can chse between tw prcesses i. Keep all stcks that are still eligible (buy and hld) ii. Randmly select replacements fr all stcks n lnger eligible b. We can randmly select stcks that have t be replaced i. Defining the turnver f the fund 7. At the during/end f each evaluatin perid a. Lk at the randmly prtfli distributin (Net asset value =NAV) b. Calculate the p-value i. Cmbining k statistically independent p-values c. Let V be the prtin f randm prtflis which led t a perfrmance greater than that f the fund. It is intuitive that, the higher V is, the mre we are inclined t cnclude fr the n-skill hypthesis d. Fr each given time t, if F >α, the null hypthesis is accepted at the (1 α) cnfidence level. Alternatively, we can cnsider return level rt(f α) crrespnding t the (1 α) th quantile f the distributin f rt(fi): it represents the best perfrmance that can be reached, at the (1 α) cnfidence level, withut skill. Rt(F α) can als be viewed as the minimum perfrmance level that a skilled manager shuld reach. Preliminary versin 1.0 Page 5

6 SAS Applicatin: develpment PROBLEMS WE HAVE ENCOUNTERED IN THE PAPERS: This might be interesting t deal with these issues when implementatin takes place in SAS. Hw t accunt fr the degree f risk inherent in varius prtflis One might cnclude that higher perfrmance is nly due t a higher risk Ex pst cmparisn: if the percentage with risk level lwer than r equal t that f the bserved fund is very high, then the cmparisn may be cnsidered fair. Adjusting perfrmance with a penalty cnnected t the risk level Setting up the randm prtfli Hw t make a randm prtfli? Accunting fr risk Standard deviatin Semi-variance 1% Value-at-risk The prcedure t knw the F manager s investment universe Implied by the benchmark declared in the fund prspectus: the assumptin that the investment universe f the manager is knwn, whereas in practice this piece f infrmatin may nt be knwn t the analyst. Eliminate lucky versus unlucky situatins The number f M prtflis shuld be high (Mnte carl situatin shuld be set t high >1000) The number f stck in the prtfli Nt t lw, in rder t have a differentiated prtfli (k > 30 t 40) Imitating the fund manager? Weights f the assets Equally weighted assets? (t be preferred in initial phase, simplest t implement) w j = (1/k, j) Randmly selected? w j = randm Cmpsitin f the prtflis? Updated peridically: reinvesting in new stcks randmly with accrdance t style) Transactin csts (hw much?) Turnver (hw t implement this?) The prblem is hw t evaluate the prcedure nt nly in a given time interval, but als with respect t several perids, fr example defining the starting time but nt the final time Difficult t achieve a well defined cnfidence level because the fund return mre ften ut- r underperfrms Rt(F1 α) nly in sme perids. Daily P-value (PVt): Percentage f Outperfrmance (POt) Quantile Tracking Errr Quantile Tracking Errr Vlatilty The main statistical limitatin is that when the fund is evaluated cnsidering several time intervals, the level f the test can n lnger be cntrlled. Stck selectin Hw t define the set f stcks? Defining market capitalizatin (number f shares X prices) Preliminary versin 1.0 Page 6

7 SAS Applicatin: develpment Creating randm prtflis Randmly weighted prtflis N restrictin n stck cmpsitin N individual asset was allwed t amunt t mre than 5% f the ttal value f the prtfli at creatin Until weights equal t ne Prprtinally weighted randm prtflis The average number f stcks in each prtfli was set t the same average as that f the real funds The maximum weight f any individual asset was set at 10%. The dds f selecting each stck were the same, but nce selected the amunt invested in each asset was prprtinal t the market capitalizatin f that asset Risk free asset represented by the 1-mnth T-bill was included. The prtflis fllw a buy and hld strategy Simulate randmly pick stcks during the investment hrizn? The ability t trade during the perfrmance evaluatin perid Measure perfrmance f a prtfli? Sharpe rati Perid average return, R The infrmatin rati (IR) Risk adjusted prfitability index, PI Investment style cnsideratins: Implied by the self impsed cnstraints that the managers were facing the cannt hld all prtflis Randmly weighted prtflis are nt useful?!? Mre small cap funds; if we randmly select we culd have an verexpsure t utperfrming small stcks in ur randmly generated prtfli versus the real prtfli (nt a fair cmparisn?!?) Equally (prprtinally) weighted prtflis With r withut management fees? Lking at the TER? Hw t set the vlatility f the randmly generated funds? Ex pst (use nly these prtflis that have the same risk?) Ex ante (hw t implement? Using ptimizers?) D nt accunt fr this and use the Sharpe rati? Testing the persistency Spearman rank crrelatin t define persistency Is the fund perfrming better than the randmly generated prtflis in every time perid (mnthly/quarterly/yearly?) Lking at the level f diversificatin Herfindahl index identify sub-perids in which the strategy f a fund manager wrked well r prly p values per day Stuffer s methd t cmbine p values Implementing a vlatility cnstraint T prvide a faired assessment Cntrl chart p values Pltting multiple p values (every day) - p values ver time Highlighting when the fund des well Cmbined p values Randmly selecting stcks Culd we assign mre chance t select high market cap stcks? Preliminary versin 1.0 Page 7

Retirement Planning Options Annuities

Retirement Planning Options Annuities Retirement Planning Optins Annuities Everyne wants a glden retirement. But saving fr retirement is n easy task. The baby bmer generatin is graying. Mre and mre peple are appraching retirement age. With

More information

HOW TO SELECT A LIFE INSURANCE COMPANY

HOW TO SELECT A LIFE INSURANCE COMPANY HOW TO SELECT A LIFE INSURANCE COMPANY There will prbably be hundreds f life insurance cmpanies t chse frm when yu decide t purchase a life insurance plicy. Hw d yu decide which ne? Mst cmpanies are quite

More information

FHWA Compliance Assessment Program (CAP) Guidance

FHWA Compliance Assessment Program (CAP) Guidance See 2015 updates at http://www.fhwa.dt.gv/federalaid/stewardship/feb2015update.cfm FHWA Cmpliance Assessment Prgram (CAP) Guidance Backgrund ed ed The gal f risk-based prject stewardship and versight is

More information

Information Guide Booklet. Home Loans

Information Guide Booklet. Home Loans Infrmatin Guide Bklet Hme Lans This Infrmatin Guide bklet prvides yu with general infrmatin nly. It will als help yu t better understand any recmmendatins we have made fr yu. Infrmatin Guide Hme Lans January

More information

Derivative Markets and Instruments

Derivative Markets and Instruments 1 Mdule # 6 Cmpnent # 1 This Cmpnent: fcuses n the basics f as part f ur examinatin f Derivatives. assumes a base level f financial thery, but attempts t add a level f practical applicatin. We attempt

More information

Statistical Analysis (1-way ANOVA)

Statistical Analysis (1-way ANOVA) Statistical Analysis (1-way ANOVA) Cntents at a glance I. Definitin and Applicatins...2 II. Befre Perfrming 1-way ANOVA - A Checklist...2 III. Overview f the Statistical Analysis (1-way tests) windw...3

More information

GS Momentum Builder Multi-Asset 5 ER Index

GS Momentum Builder Multi-Asset 5 ER Index INDEX INFORMATION STRATEGY OVERVIEW¹ Ticker RIC Thmsn Identifier GSMBMA5.GSMBMA5 SLA7PH-ST The GS Mmentum Builder Multi-Asset 5 ER ( GSMBMA5 ) Index: Prvides expsure t ETFs whse underlying indexes track

More information

How much life insurance do I need? Wrong question!

How much life insurance do I need? Wrong question! Hw much life insurance d I need? Wrng questin! We are ften asked this questin r sme variatin f it. We believe it is NOT the right questin t ask. What yu REALLY need is mney, cash. S the questin shuld be

More information

Calibration of Oxygen Bomb Calorimeters

Calibration of Oxygen Bomb Calorimeters Calibratin f Oxygen Bmb Calrimeters Bulletin N.101 Prcedures fr standardizatin f Parr xygen bmb calrimeters. Energy Equivalent The calibratin f an xygen bmb calrimeter has traditinally been called the

More information

Trends and Considerations in Currency Recycle Devices. What is a Currency Recycle Device? November 2003

Trends and Considerations in Currency Recycle Devices. What is a Currency Recycle Device? November 2003 Trends and Cnsideratins in Currency Recycle Devices Nvember 2003 This white paper prvides basic backgrund n currency recycle devices as cmpared t the cmbined features f a currency acceptr device and a

More information

Special Tax Notice Regarding 403(b) (TSA) Distributions

Special Tax Notice Regarding 403(b) (TSA) Distributions Special Tax Ntice Regarding 403(b) (TSA) Distributins P.O. Bx 7893 Madisn, WI 53707-7893 1-800-279-4030 Fax: (608) 237-2529 The IRS requires us t prvide yu with a cpy f the Explanatin f Direct Rllver,

More information

Here are some simple guidelines to follow for making wise investments:

Here are some simple guidelines to follow for making wise investments: FAQ - Investment 1. What affects the value f mney? Mney has a tendency t lse its value ver time because the price f gds and services has an upward tendency. This is called inflatin. Here are sme factrs

More information

GS Momentum Builder Multi-Asset Class Index

GS Momentum Builder Multi-Asset Class Index GS Mmentum Builder Multi-Asset Class Index INDEX INFORMATION Ticker RIC. Thmsn Identifier SLA8GS-ST Index Spnsr Gldman, Sachs & C. Currency USD Number f Underliers max. 9 Vlatility Target 4.50% Daily Vlatility

More information

FundingEdge. Guide to Business Cash Advance & Bank Statement Loan Programs

FundingEdge. Guide to Business Cash Advance & Bank Statement Loan Programs Guide t Business Cash Advance & Bank Statement Lan Prgrams Cash Advances: $2,500 - $1,000,000 Business Bank Statement Lans: $5,000 - $500,000 Canada Cash Advances: $5,000 - $500,000 (must have 9 mnths

More information

Using PayPal Website Payments Pro UK with ProductCart

Using PayPal Website Payments Pro UK with ProductCart Using PayPal Website Payments Pr UK with PrductCart Overview... 2 Abut PayPal Website Payments Pr & Express Checkut... 2 What is Website Payments Pr?... 2 Website Payments Pr and Website Payments Standard...

More information

By offering the Study Abroad Scholarship, we hope to make your study abroad experience much more affordable!

By offering the Study Abroad Scholarship, we hope to make your study abroad experience much more affordable! Internatinal Educatin Prgrams is pleased t annunce a Study Abrad Schlarship fr Seattle Central Cmmunity Cllege students. The schlarship has been established by the Internatinal Educatin Prgrams divisin

More information

Succession Planning & Leadership Development: Your Utility s Bridge to the Future

Succession Planning & Leadership Development: Your Utility s Bridge to the Future Successin Planning & Leadership Develpment: Yur Utility s Bridge t the Future Richard L. Gerstberger, P.E. TAP Resurce Develpment Grup, Inc. 4625 West 32 nd Ave Denver, CO 80212 ABSTRACT A few years ag,

More information

Research Findings from the West Virginia Virtual School Spanish Program

Research Findings from the West Virginia Virtual School Spanish Program Research Findings frm the West Virginia Virtual Schl Spanish Prgram Funded by the U.S. Department f Educatin Cnducted by R0cKMAN ETAL San Francisc, CA, Chicag, IL, and Blmingtn, IN Octber 4, 2006 R0cKMAN

More information

STUDIO DESIGNER. Accounting 3 Participant

STUDIO DESIGNER. Accounting 3 Participant Accunting 3 Participant Thank yu fr enrlling in Accunting 3 fr Studi Designer and Studi Shwrm. Please feel free t ask questins as they arise. If we start running shrt n time, we may hld ff n sme f them

More information

Times Table Activities: Multiplication

Times Table Activities: Multiplication Tny Attwd, 2012 Times Table Activities: Multiplicatin Times tables can be taught t many children simply as a cncept that is there with n explanatin as t hw r why it is there. And mst children will find

More information

How to Reduce Project Lead Times Through Improved Scheduling

How to Reduce Project Lead Times Through Improved Scheduling Hw t Reduce Prject Lead Times Thrugh Imprved Scheduling PROBABILISTIC SCHEDULING & BUFFER MANAGEMENT Cnventinal Prject Scheduling ften results in plans that cannt be executed and t many surprises. In many

More information

Report on. 2012 Inspection of KPMG LLP (Headquartered in New York, New York) Public Company Accounting Oversight Board

Report on. 2012 Inspection of KPMG LLP (Headquartered in New York, New York) Public Company Accounting Oversight Board 1666 K Street, N.W. Washingtn, DC 20006 Telephne: (202) 207-9100 Facsimile: (202) 862-8433 www.pcabus.rg Reprt n 2012 Inspectin f KPMG LLP (Headquartered in New Yrk, New Yrk) Issued by the Public Cmpany

More information

Rainwater Harvesting Incentive Program

Rainwater Harvesting Incentive Program Rainwater Harvesting Incentive Prgram Water Cnservatin Divisin P. O. Bx 1088 Austin, TX 78767 (512) 974-2199 fax 974-6548 Watercn@ci.austin.tx.us 10/2008 PROGRAM GUIDELINES FOR RAINWATER HARVESTING REBATE

More information

Tips to Prepare for Quarter-End and Year-End

Tips to Prepare for Quarter-End and Year-End Tips t Prepare fr Quarter-End and Year-End Melissa Wd Cnsultant What We ll Cver 1. Tying ut A/P 2. Tying ut A/R 3. Tying ut I/N 4. Wrk In Prgress 5. Managing Jbs and PMs 6. Quarterly Payrll 7. Clsing a

More information

Gravesham Borough Council

Gravesham Borough Council Classificatin: Part 1 Public Key Decisin: Please specify - N Gravesham Brugh Cuncil Reprt t: Perfrmance and Administratin Cmmittee Date: 12 Nvember 2015 Reprting fficer: Subject: Crprate Perfrmance Manager

More information

Improved ADP and ACP Safe Harbor Plan Designs

Improved ADP and ACP Safe Harbor Plan Designs Imprtant Infrmatin Plan Administratin and Operatin April 2000* Imprved ADP and ACP Safe Harbr Plan Designs WHO'S AFFECTED This infrmatin applies t defined cntributin plans with a 401(k) feature r emplyer

More information

Relationship Disclosure Document

Relationship Disclosure Document Relatinship Disclsure Dcument Intrductin Lightyear Capital Inc. wuld like t welcme yu as a client f ur firm. We very much hpe t build a relatinship with yu that yu will find highly satisfactry. The purpse

More information

THIRD PARTY PROCUREMENT PROCEDURES

THIRD PARTY PROCUREMENT PROCEDURES ADDENDUM #1 THIRD PARTY PROCUREMENT PROCEDURES NORTH CENTRAL TEXAS COUNCIL OF GOVERNMENTS TRANSPORTATION DEPARTMENT JUNE 2011 OVERVIEW These prcedures establish standards and guidelines fr the Nrth Central

More information

Loan Repayment Planning Worksheet

Loan Repayment Planning Worksheet Lan Repayment Planning Wrksheet Date: Think f yur federal student lans as yur EDUCATION MORTGAGE. It is the financing yu ve brrwed t make this imprtant investment in yurself. The gd news is that this mrtgage

More information

A Critical Analysis of Counterparty Credit Risk and CVA in a Basel III World. Jon Gregory, Partner

A Critical Analysis of Counterparty Credit Risk and CVA in a Basel III World. Jon Gregory, Partner A Critical Analysis f Cunterparty Credit Risk and CVA in a Basel III Wrld Jn Gregry, Partner www.slum-financial.cm 2 Regulatin and the difference guises f CVA Credit spread mapping Cmparisn f default risk

More information

A Walk on the Human Performance Side Part I

A Walk on the Human Performance Side Part I A Walk n the Human Perfrmance Side Part I Perfrmance Architects have a license t snp. We are in the business f supprting ur client rganizatins in their quest fr results that meet r exceed gals. We accmplish

More information

System Business Continuity Classification

System Business Continuity Classification System Business Cntinuity Classificatin Business Cntinuity Prcedures Infrmatin System Cntingency Plan (ISCP) Business Impact Analysis (BIA) System Recvery Prcedures (SRP) Cre Infrastructure Criticality

More information

2008 BA Insurance Systems Pty Ltd

2008 BA Insurance Systems Pty Ltd 2008 BA Insurance Systems Pty Ltd BAIS have been delivering insurance systems since 1993. Over the last 15 years, technlgy has mved at breakneck speed. BAIS has flurished in this here tday, gne tmrrw sftware

More information

STEP 1: Student Application Submission

STEP 1: Student Application Submission Student Applicatin Prcess fr Chice Districts Interdistrict Public Schl Chice Prgram New Jersey State Department f Educatin P.O. Bx 500 Trentn, New Jersey 08625-0500 Email: pschice@de.state.nj.us STEP 1:

More information

Draft for consultation

Draft for consultation Draft fr cnsultatin Draft Cde f Practice n discipline and grievance May 2008 Further infrmatin is available frm www.acas.rg.uk CONSULTATION ON REVISED ACAS CODE OF PRACTICE ON DISCIPLINE AND GRIEVANCE

More information

Citizens, Inc. Reports Third Quarter three and nine months 2014 Results Investor Conference Call Scheduled for November 6, 2014, at 10:00 a.m.

Citizens, Inc. Reports Third Quarter three and nine months 2014 Results Investor Conference Call Scheduled for November 6, 2014, at 10:00 a.m. NEWS RELEASE FOR IMMEDIATE RELEASE Nvember 5, 2014 FOR FURTHER INFORMATION CONTACT: Kay Osburn Chief Financial Officer (512) 837-7100 PR@citizensinc.cm Citizens, Inc. Reprts Third Quarter three and nine

More information

Level 2 Training Module Course Guide 2015-2016

Level 2 Training Module Course Guide 2015-2016 CANADIAN SKI INSTRUCTORS ALLIANCE Level 2 Training Mdule Curse Guide 2015-2016 Missin Statement: The Canadian Ski Instructrs Alliance prvides excellence in educatin fr the prfessin f ski teaching, cntributing

More information

CDC UNIFIED PROCESS PRACTICES GUIDE

CDC UNIFIED PROCESS PRACTICES GUIDE Dcument Purpse The purpse f this dcument is t prvide guidance n the practice f Risk Management and t describe the practice verview, requirements, best practices, activities, and key terms related t these

More information

MARKETING PLAN BY JESSICA FLETCHER JANUARY 20, 2015

MARKETING PLAN BY JESSICA FLETCHER JANUARY 20, 2015 MARKETING PLAN BY JESSICA FLETCHER JANUARY 20, 2015 TABLE OF CONTENTS GOALS... 3 KEY POINTS... 3 MARKETING AUDIT... 3 MARKET RESEARCH... 4 MARKET ANALYSIS... 4 COMPETITIVE RESEARCH... 4 SPT RESEARCH...5

More information

Kronos Workforce Timekeeper Frequently Asked Questions

Kronos Workforce Timekeeper Frequently Asked Questions Krns Wrkfrce Timekeeper Frequently Asked Questins 1. I d nt have the Emplyee Time Reprting ptin listed in my Agra menu. What d I d? If yu are a new emplyee and can t see yur emplyee timecard, cnfirm with

More information

DALBAR Due Diligence: Trust, but Verify

DALBAR Due Diligence: Trust, but Verify BEST INTEREST INVESTMENT RECOMMENDATIONS Advisr Rle under Best Interest Regulatins January 27, 2016 In the era when the cntractual bligatin is t act in the client s best interest, investment decisins can

More information

SEC FLASH REPORT. June 28, 2011

SEC FLASH REPORT. June 28, 2011 SEC FLASH REPORT The Securities and Exchange Cmmissin Issues Prpsal t Strengthen Audits and Reprting f Brker-Dealers t Prtect Custmer Assets and Requests Cmments June 28, 2011 On June 15, 2011, the U.S.

More information

March 2016 Group A Payment Issues: Missing Information-Loss Calculation letters ( MILC ) - deficiency resolutions: Outstanding appeals:

March 2016 Group A Payment Issues: Missing Information-Loss Calculation letters ( MILC ) - deficiency resolutions: Outstanding appeals: The fllwing tpics were discussed in the March 24, 2016 meeting with law firms representing VCF claimants. Grup A Payment Issues: We cntinue t fcus n paying Grup A claims in full and are meeting the schedule

More information

Access EEC s Web Applications... 2 View Messages from EEC... 3 Sign In as a Returning User... 3

Access EEC s Web Applications... 2 View Messages from EEC... 3 Sign In as a Returning User... 3 EEC Single Sign In (SSI) Applicatin The EEC Single Sign In (SSI) Single Sign In (SSI) is the secure, nline applicatin that cntrls access t all f the Department f Early Educatin and Care (EEC) web applicatins.

More information

Annuities and Senior Citizens

Annuities and Senior Citizens Illinis Insurance Facts Illinis Department f Insurance January 2010 Annuities and Senir Citizens Nte: This infrmatin was develped t prvide cnsumers with general infrmatin and guidance abut insurance cverages

More information

RI Student Loan Authority

RI Student Loan Authority RI Student Lan Authrity Executive Summary f Strategic Plan Apprved by RISLA Bard f Directrs Octber 17, 2014 Missin Statement: Cnsistent with the authrity granted by the General Assembly f the State f Rhde

More information

Merchant Management System. New User Guide CARDSAVE

Merchant Management System. New User Guide CARDSAVE Merchant Management System New User Guide CARDSAVE Table f Cntents Lgging-In... 2 Saving the MMS website link... 2 Lgging-in and changing yur passwrd... 3 Prcessing Transactins... 4 Security Settings...

More information

Army DCIPS Employee Self-Report of Accomplishments Overview Revised July 2012

Army DCIPS Employee Self-Report of Accomplishments Overview Revised July 2012 Army DCIPS Emplyee Self-Reprt f Accmplishments Overview Revised July 2012 Table f Cntents Self-Reprt f Accmplishments Overview... 3 Understanding the Emplyee Self-Reprt f Accmplishments... 3 Thinking Abut

More information

Fund Accounting Class II

Fund Accounting Class II Fund Accunting Class II BS&A Fund Accunting Class II Cntents Gvernmental Financial Reprting Mdel - Minimum GAAP Reprting Requirements... 1 MD&A (Management's Discussin and Analysis)... 1 Basic Financial

More information

Hedging Rising Interest Rates with the Horizons BetaPro U.S. 30-year Bond Bear Plus ETF. Adam Felesky CEO, Horizons BetaPro ETFs 1

Hedging Rising Interest Rates with the Horizons BetaPro U.S. 30-year Bond Bear Plus ETF. Adam Felesky CEO, Horizons BetaPro ETFs 1 Hedging Rising Interest Rates with the Hrizns BetaPr U.S. 30-year Bnd Bear Plus ETF Adam Felesky CEO, Hrizns BetaPr ETFs 1 U.S. 30-year Bnd Bull + & Bear + ETFs Investment Objectives: The HBP U.S. 30-year

More information

CU Payroll Data Entry

CU Payroll Data Entry Lg int PepleSft Human Resurces: Open brwser G t: https://cubshr9.clemsn.edu/psp/hpprd/?cmd=lgin Enter yur Nvell ID and Passwrd Click Sign In A. Paysheets are created by the Payrll Department. B. The Payrll

More information

ADMINISTRATION AND FINANCE POLICIES AND PROCEDURES TABLE OF CONTENTS

ADMINISTRATION AND FINANCE POLICIES AND PROCEDURES TABLE OF CONTENTS CONTROL Revisin Date: 1/21/03 TABLE OF CONTENTS 10.01 OVERVIEW OF ACCOUNTING FOR INVESTMENT IN PLANT... 2 10.01.1 CURRENT POLICY... 2 10.02 INVENTORY MAINTENANCE AND CONTROL... 3 10.02.1 PROCEDURES FOR

More information

QAD Operations BI Metrics Demonstration Guide. May 2015 BI 3.11

QAD Operations BI Metrics Demonstration Guide. May 2015 BI 3.11 QAD Operatins BI Metrics Demnstratin Guide May 2015 BI 3.11 Overview This demnstratin fcuses n ne aspect f QAD Operatins Business Intelligence Metrics and shws hw this functinality supprts the visin f

More information

How To Change The University'S Budget

How To Change The University'S Budget Schlarship Restructuring Recmmendatins University Assembly Cmmittee n Recruitment, Admissins, Retentin, and Student Financial Aid April 24, 2007 Pints fr Cnsideratin: UMSL has a limited amunt f Student

More information

NHPCO Guidelines for Using CAHPS Hospice Survey Results

NHPCO Guidelines for Using CAHPS Hospice Survey Results Intrductin NHPCO Guidelines fr Using CAHPS Hspice Survey Results The Centers fr Medicare and Medicaid Services (CMS) has develped the Cnsumer Assessment f Healthcare Prviders and Systems (CAHPS ) Hspice

More information

Business Intelligence Services RELEASE NOTES [ Release 7 ] February 12, 2016

Business Intelligence Services RELEASE NOTES [ Release 7 ] February 12, 2016 Enrllment Management Dashbard Prduct Visin Fr: Wh: The: Is an: That: Unlike: This Prduct: Enrllment Decisin Makers Wuld like t understand an access Enrllment infrmatin easily Enrllment Management Dashbard

More information

From Beginner To Winner

From Beginner To Winner Frm Beginner T Winner Beginner T Winner: Racing enjys immense ppularity fr many reasns. Racing fans natinwide, and in many parts f the wrld, lve viewing the spectacle f ne f nature's mst efficient and

More information

We will record and prepare documents based off the information presented

We will record and prepare documents based off the information presented Dear Client: We appreciate the pprtunity f wrking with yu regarding yur Payrll needs. T ensure a cmplete understanding between us, we are setting frth the pertinent infrmatin abut the services that we

More information

Internal Audit Charter and operating standards

Internal Audit Charter and operating standards Internal Audit Charter and perating standards 2 1 verview This dcument sets ut the basis fr internal audit: (i) the Internal Audit charter, which establishes the framewrk fr Internal Audit; and (ii) hw

More information

UNIVERSITY OF CALIFORNIA MERCED PERFORMANCE MANAGEMENT GUIDELINES

UNIVERSITY OF CALIFORNIA MERCED PERFORMANCE MANAGEMENT GUIDELINES UNIVERSITY OF CALIFORNIA MERCED PERFORMANCE MANAGEMENT GUIDELINES REFERENCES AND RELATED POLICIES A. UC PPSM 2 -Definitin f Terms B. UC PPSM 12 -Nndiscriminatin in Emplyment C. UC PPSM 14 -Affirmative

More information

Data Warehouse Scope Recommendations

Data Warehouse Scope Recommendations Rensselaer Data Warehuse Prject http://www.rpi.edu/datawarehuse Financial Analysis Scpe and Data Audits This dcument describes the scpe f the Financial Analysis data mart scheduled fr delivery in July

More information

CONTENTS UNDERSTANDING PPACA. Implications of PPACA Relative to Student Athletes. Institution Level Discussion/Decisions.

CONTENTS UNDERSTANDING PPACA. Implications of PPACA Relative to Student Athletes. Institution Level Discussion/Decisions. This dcument is intended t prvide NCAA member institutins with an infrmatinal guide regarding the ptential implicatins f the Patient Prtectin and Affrdable Care Act f 2010 (PPACA) when fully implemented

More information

SQL Perform Tools 5.10 Release Note

SQL Perform Tools 5.10 Release Note SQL Perfrm Tls 5.10 Release Nte Lndn, UK, February 26 2015 SQL Perfrm Tls versin 5.10 release Tday we are prudly annuncing the latest release f ur prducts' family SQL Perfrm Tls. Fr clarity, the prduct

More information

Student Academic Learning Services Page 1 of 7. Statistics: The Null and Alternate Hypotheses. A Student Academic Learning Services Guide

Student Academic Learning Services Page 1 of 7. Statistics: The Null and Alternate Hypotheses. A Student Academic Learning Services Guide Student Academic Learning Services Page 1 f 7 Statistics: The Null and Alternate Hyptheses A Student Academic Learning Services Guide www.durhamcllege.ca/sals Student Services Building (SSB), Rm 204 This

More information

TOWARDS OF AN INFORMATION SERVICE TO EDUCATIONAL LEADERSHIPS: BUSINESS INTELLIGENCE AS ANALYTICAL ENGINE OF SERVICE

TOWARDS OF AN INFORMATION SERVICE TO EDUCATIONAL LEADERSHIPS: BUSINESS INTELLIGENCE AS ANALYTICAL ENGINE OF SERVICE TOWARDS OF AN INFORMATION SERVICE TO EDUCATIONAL LEADERSHIPS: BUSINESS INTELLIGENCE AS ANALYTICAL ENGINE OF SERVICE A N D R E I A F E R R E I R A, A N T Ó N I O C A S T R O, D E L F I N A S Á S O A R E

More information

Understanding Federal Direct Consolidation Loans. 2012 Spring MASFAA Conference

Understanding Federal Direct Consolidation Loans. 2012 Spring MASFAA Conference Understanding Federal Direct Cnslidatin Lans 2012 Spring MASFAA Cnference UNDERSTANDING FEDERAL DIRECT & SPECIAL CONSOLIDATION LOANS Amy M. Mser, Reginal Directr Nelnet Educatin Lan Services 2 Nelnet Educatin

More information

Standards and Procedures for Approved Master's Seminar Paper or Educational Project University of Wisconsin-Platteville Requirements

Standards and Procedures for Approved Master's Seminar Paper or Educational Project University of Wisconsin-Platteville Requirements Standards and Prcedures fr Apprved Master's Seminar Paper r Educatinal Prject University f Wiscnsin-Platteville Requirements Guidelines Apprved by the Graduate Cuncil University f Wiscnsin-Platteville

More information

Spread Bet Terms: Deposit Accounts

Spread Bet Terms: Deposit Accounts Spread Bet Terms: Depsit Accunts 1. Structure 1.1 When we engage in Spread Betting with yu, we d s n the basis f: - ur General Terms; these terms, i.e. ur Spread Terms. 1.2 The Spread Terms deal with matters

More information

Your Blooming Curriculum. Using Bloom s Taxonomy to Determine Student Performance Expectations

Your Blooming Curriculum. Using Bloom s Taxonomy to Determine Student Performance Expectations Yur Blming Curriculum Using Blm s Taxnmy t Determine Student Perfrmance Expectatins Sessin Descriptin Blm's Taxnmy is a useful tl fr analyzing the rigr and alignment f yur curriculum. In this sessin, we

More information

Additional Resources Refer to the Inventory Year-End Closing Tips. Refer to the Inventory Year-End Questions and Answers.

Additional Resources Refer to the Inventory Year-End Closing Tips. Refer to the Inventory Year-End Questions and Answers. Inventry Year-End Clsing Prcedures - 2007 Use the prcedure described in this sectin t clse the year fr Inventry Cntrl and prepare yur Inventry recrds fr the new fiscal year. Clsing a year transfers all

More information

Citizens, Inc. Reports First Quarter 2012 Results Investor conference call scheduled for Tuesday, May 8, at 10 a.m. CDT

Citizens, Inc. Reports First Quarter 2012 Results Investor conference call scheduled for Tuesday, May 8, at 10 a.m. CDT NEWS RELEASE FOR FURTHER INFORMATION CONTACT: Kay Osburn Chief Financial Officer (512) 837-7100 PR@citizensinc.cm FOR IMMEDIATE RELEASE May 7, 2012 Citizens, Inc. Reprts First Quarter 2012 Results Investr

More information

How to put together a Workforce Development Fund (WDF) claim 2015/16

How to put together a Workforce Development Fund (WDF) claim 2015/16 Index Page 2 Hw t put tgether a Wrkfrce Develpment Fund (WDF) claim 2015/16 Intrductin What eligibility criteria d my establishment/s need t meet? Natinal Minimum Data Set fr Scial Care (NMDS-SC) and WDF

More information

WHAT SHOULD I LOOK FOR WHEN I BUY HEALTH INSURANCE?

WHAT SHOULD I LOOK FOR WHEN I BUY HEALTH INSURANCE? WHAT SHOULD I LOOK FOR WHEN I BUY HEALTH INSURANCE? The Maine Bureau f Insurance 34 State Huse Statin Augusta, Maine 04333 207-624-8475 r 1-800-300-5000 (in Maine) http://www.maine.gv/pfr/insurance Paul

More information

Cell Phone & Data Access Policy Frequently Asked Questions

Cell Phone & Data Access Policy Frequently Asked Questions Cell Phne & Data Access Plicy Frequently Asked Questins 1. Wh is eligible fr a technlgy allwance? First and fremst, the technlgy allwance is fr the benefit f the University, rather than fr the cnvenience

More information

INVESTMENT BOND SUITABILITY QUESTIONNAIRE

INVESTMENT BOND SUITABILITY QUESTIONNAIRE INVESTMENT BOND SUITABILITY QUESTIONNAIRE We want t give yu the best financial advice. T d this, we will ask yu sme detailed questins t help us understand yur circumstances and bjectives. This will enable

More information

Michigan Transfer Agreement (MTA) Frequently Asked Questions for College Personnel

Michigan Transfer Agreement (MTA) Frequently Asked Questions for College Personnel Michigan Transfer Agreement (MTA) Frequently Asked Questins fr Cllege Persnnel What happened t the MACRAO Agreement? Originally signed in 1972, the MACRAO agreement has been used successfully by many students

More information

NAVIPLAN PREMIUM LEARNING GUIDE. Analyze, compare, and present insurance scenarios

NAVIPLAN PREMIUM LEARNING GUIDE. Analyze, compare, and present insurance scenarios NAVIPLAN PREMIUM LEARNING GUIDE Analyze, cmpare, and present insurance scenaris Cntents Analyze, cmpare, and present insurance scenaris 1 Learning bjectives 1 NaviPlan planning stages 1 Client case 2 Analyze

More information

990 e-postcard FAQ. Is there a charge to file form 990-N (e-postcard)? No, the e-postcard system is completely free.

990 e-postcard FAQ. Is there a charge to file form 990-N (e-postcard)? No, the e-postcard system is completely free. 990 e-pstcard FAQ Fr frequently asked questins abut filing the e-pstcard that are nt listed belw, brwse the FAQ at http://epstcard.frm990.rg/frmtsfaq.asp# (cpy and paste this link t yur brwser). General

More information

Electronic Data Interchange (EDI) Requirements

Electronic Data Interchange (EDI) Requirements Electrnic Data Interchange (EDI) Requirements 1.0 Overview 1.1 EDI Definitin 1.2 General Infrmatin 1.3 Third Party Prviders 1.4 EDI Purchase Order (850) 1.5 EDI PO Change Request (860) 1.6 Advance Shipment

More information

6101 - DEPARTMENT OF ADMINISTRATION 14-BANKING AND FINANCIAL DIVISION

6101 - DEPARTMENT OF ADMINISTRATION 14-BANKING AND FINANCIAL DIVISION Prgram Budget Cmparisn The fllwing table summarizes the ttal executive budget fr the prgram by year, type f expenditure, and surce f funding. Prgram Budget Cmparisn Budget Item Base Fiscal 2012 Apprp.

More information

Competing and non competing awards issued on or before 9/30/11 must utilize the Federal Fiscal Year 2011 Executive Level I rate ($199,700).

Competing and non competing awards issued on or before 9/30/11 must utilize the Federal Fiscal Year 2011 Executive Level I rate ($199,700). Spnsred Prjects Accunting TO: FROM: Business Managers and Research Administratrs Jseph M. Gindhart, Assistant Vice Chancellr fr Finance & Directr DATE: SUBJECT: NIH Salary Cap fr Federal Fiscal Year 2012

More information

Google Adwords Pay Per Click Checklist

Google Adwords Pay Per Click Checklist Ggle Adwrds Pay Per Click Checklist This checklist summarizes all the different things that need t be setup t prperly ptimize Ggle Adwrds t get the best results. This includes items that are required fr

More information

CHECKING ACCOUNTS AND ATM TRANSACTIONS

CHECKING ACCOUNTS AND ATM TRANSACTIONS 1 Grades 6-8 Lessn 1 CHECKING ACCOUNTS AND ATM TRANSACTIONS Tpic t Teach: This lessn is intended fr middle schl students in sixth thrugh eighth grades during a frty minute time perid. The lessn teaches

More information

Data Protection Act Data security breach management

Data Protection Act Data security breach management Data Prtectin Act Data security breach management The seventh data prtectin principle requires that rganisatins prcessing persnal data take apprpriate measures against unauthrised r unlawful prcessing

More information

What Does Specialty Own Occupation Really Mean?

What Does Specialty Own Occupation Really Mean? What Des Specialty Own Occupatin Really Mean? Plicy definitins are cnfusing, nt nly t cnsumers but als t many f the insurance prfessinals wh sell them. Belw we will try t prvide an understandable explanatin

More information

SECTION J QUALITY ASSURANCE AND IMPROVEMENT PROGRAM

SECTION J QUALITY ASSURANCE AND IMPROVEMENT PROGRAM Audit Manual Sectin J SECTION J QUALITY ASSURANCE AND IMPROVEMENT PROGRAM Ref. Plicy and Practice Requirements IIA Standards and Other references J 1 Plicy: The Head f Internal Audit shall develp and maintain

More information

Institutional Finance

Institutional Finance Institutinal Finance Lecture 08 : Liquidity, Limits t Arbitrage Intr (Merger Arbitrage) Markus K. Brunnermeier Preceptr: Dng Bem Chi Princetn University 1 Cnvergence trades (pairs trading), statistical

More information

Volume of Snow and Water

Volume of Snow and Water Vlume f Snw and Water Grade Levels: 5th Length f Lessn Sequence: Tw 30 minute perids Brief Descriptin: Water and snw d nt have the same vlume because snwflakes have air pckets trapped inside. When snw

More information

Advanced Accounting. Chapter 5: A Voucher System

Advanced Accounting. Chapter 5: A Voucher System Advanced Accunting Chapter 5: A Vucher System An accunting system includes prcedures fr recrding and reprting accurate and up-t-date financial inf Shuld als include prcedures t assist management in cntrlling

More information

FAQs. Therefore, the company submitting the application will be required to confirm that

FAQs. Therefore, the company submitting the application will be required to confirm that Versin January 2014 FAQs WHAT KIND OF COMPANY IS NFFX BUSINESS SUPPORT CENTER? NFFX was established as an inter-cmmunity partnership between the cities f Nürnberg and Fürth in the year 2010. It is funded

More information

PLANNING FOR QUALITY CARE AND INDEPENDENCE. Why you need to plan for long-term care assistance, and what funding options are available.

PLANNING FOR QUALITY CARE AND INDEPENDENCE. Why you need to plan for long-term care assistance, and what funding options are available. PLANNING FOR QUALITY CARE AND INDEPENDENCE Why yu need t plan fr lng-term care assistance, and what funding ptins are available. PLANNING FOR QUALITY CARE AND INDEPENDENCE The value f planning ahead The

More information

R o t h IRAs : How They W o r k and How to Use Them

R o t h IRAs : How They W o r k and How to Use Them R t h IRAs : Hw They W r k and Hw t Use Them Rth IRAs differ frm ther tax-favred retirement plans, including ther IRAs (called "traditinal IRAs"), in that they prmise cmplete tax exemptin n distributin.

More information

How To Set Up A General Ledger In Korea

How To Set Up A General Ledger In Korea MODULE 6: RECEIVABLES AND PAYABLES MANAGEMENT: PAYMENT DISCOUNT AND PAYMENT TOLERANCE Mdule Overview Granting payment discunts prvides an incentive fr custmers t quickly pay their utstanding amunts in

More information

Key essential skills for this occupation are: Computer Use, Document Use and Oral Communication. Level 1. Level 2

Key essential skills for this occupation are: Computer Use, Document Use and Oral Communication. Level 1. Level 2 NOC: 1243 Occupatin: Medical Secretaries Occupatin Descriptin: Respnsibilities include perfrming varius secretarial and administrative tasks in lng term care and supprted living facilities. Key essential

More information

Health Care Reform Patient Protection Affordable Care Act (PPACA) Overview Key Principles

Health Care Reform Patient Protection Affordable Care Act (PPACA) Overview Key Principles Health Care Refrm Patient Prtectin Affrdable Care Act (PPACA) Overview Key Principles DESCRIPTION: Healthcare Refrm/Patient Prtectin & Affrdable Care Act (PPACA) were passed int law March 23. 2010. Hwever,

More information

Using PayPal Website Payments Pro with ProductCart

Using PayPal Website Payments Pro with ProductCart Using PayPal Website Payments Pr with PrductCart Overview... 2 Abut PayPal Website Payments Pr & Express Checkut... 3 What is Website Payments Pr?... 3 Website Payments Pr and Website Payments Standard...

More information

Chicago Department of Finance. Tax Audit Process

Chicago Department of Finance. Tax Audit Process Chicag Department f Finance Tax Audit Prcess Audit Overview There are varius ways a business gets selected fr audit. The mst cmmn are referrals frm anther divisin f the Department f Finance, referral frm

More information

FINANCE SCRUTINY SUB-COMMITTEE

FINANCE SCRUTINY SUB-COMMITTEE REPORT FOR: PERFORMANCE AND FINANCE SCRUTINY SUB-COMMITTEE Date f Meeting: 6 January 2015 Subject: Staff Survey and Sickness Absence Mnitring Results and Actin plans Respnsible Officer: Scrutiny Lead Member

More information

USABILITY TESTING PLAN. Document Overview. Methodology

USABILITY TESTING PLAN. Document Overview. Methodology USABILITY TESTING PLAN Dcument Overview This dcument describes a test plan fr cnducting a usability test during the develpment f new ischl website. The gals f usability testing include establishing a baseline

More information

Backups and Backup Strategies

Backups and Backup Strategies IT Security Office Versin 2.3 02/19/10 Backups and Backup Strategies IT managers need t plan fr backups in terms f time and space required. Hwever, mst mdern backup sftware can cmpress the backup files

More information