Service Request TX Retroactive Payments-Phase One DETAIL DESIGN. Document Number DETAIL. April 24, Phillip Thompson

Size: px
Start display at page:

Download "Service Request TX Retroactive Payments-Phase One DETAIL DESIGN. Document Number DETAIL. April 24, Phillip Thompson"

Transcription

1 Service Request TX Retroactive Payments-Phase One DETAIL DESIGN Document Number DETAIL April 24, 1996 Phillip Thompson Information Systems & Computing Office of the President University of California

2 Page 1 Overview A decision by an Administrative Law Judge requires the University to pay retroactive range, merit and incentive awards to exclusively represented members of the Technical bargaining unit represented by UPTE (University Professional and Technical Employees). The University must also pay interest on these moneys based on when the employees should have received the original payment. This design document only deals with changes to the retroactive processing. It does not provide details for the interst calculation process which will be issued in a subsequent release. Campuses will use existing processes to update the employee data base with the range adjusted and/or merit adjusted rates. The existing retroactive range process will be used. It has a component which will determine the adjustment amounts and create appropriate RA transactions. For employees not included in an overlapping range adjustment, the existing retroactive merit process will be used. It has a component which will determine the adjustment amounts and create appropriate RA transactions. For employees included in an overlapping range adjustment, a modification to the existing process will be developed which will correctly identify records on the PAR file requiring adjustment, but which will determine the adjustment amount based on the actual merit component only (i.e. not including the range adjustment amount). This process will also create appropriate RA transactions. For specific employees, incentive award data will also need to be coded and keyed in some form of transaction. In addition to the specific needs of this project, an issue has been raised that applies to any retroactive process. The issue involves the hourly rates as defined on the range and merit pay scale files and calculated hourly rates on PAR earnings distributions. The pay scale hourly rates are only carried out to two decimal positions. In the Compute, however, when an hourly rate is calculated from a non-hourly pay rate, such as for overtime, the hourly rate is calculated to four decimal positions. The result is that the pay scale rates and such PAR earnings distributions rates never match., which causes the record to be defined as an exception. The correction of exceptions can require a significant work load for the campuses during any retroactive

3 Page 2 adjustment processing. It is requested that some mitigation of this work load be developed as part of this project. After the appropriate transaction files have been created in the existing and modified processes, an new intermediate process is needed prior to the Compute. First, simple interest must be calculated for each RA amount from the time it was originally paid to the associated campus population to some defined end date. Second, the Compute has a limit of 99 RA transactions per Employee ID. The multiple RA transactions will be collapsed on the basis of Employee ID, Full Accounting Unit (FAU), DOS Code and Title Code. Separate RA transactions will be created for interest payments, using a special one-time DOS Code LTX. Interest transactions based on Federal Contract & Grants funds will be coded with a default FAU (provided by each campus).

4 Page 3 Processing Overview There are five main retroactive process cycles which must occur. The input and output of the various cycles must be kept separate and in synch. 10/1/94 Retroactive Range for Title Codes contained in a UCOP provided Pay Scale table. 10/1/94 Retroactive Merit for APS Employee ID s contained in a campus generated Merit Pay Scale file (ID s not included in Retro Range). 1/1/95 Retroactive Merit for Employee ID s contained in a campus generated Merit Pay Scale file (ID s overlap with Retro Range). 7/1/95 Retroactive Merit for Employee ID s contained in a campus generated Merit Pay Scale file (ID s overlap with Retro Range). Individually dated Retroactive Incentive Awards for Employee ID s identified by the campus. 1. The existing processes will be used for the 10/1/94 Retro Range Adjustment. This requires a separate update to the Prior Period Table, including pay period begin and end dates. The Final RA transaction file should be retained, but not processed through any Compute. 2. The existing processes will be used for the 10/1/94 Retro Merit Adjustment. This requires a separate update to the Prior Period Table, including pay period begin and end dates. The Final RA transaction file should be retained, but not processed through any Compute. 3. A modified process will be used for the 1/1/95 Retro Merit Adjustment. This requires a separate update to the Prior Period Table, including pay period begin and end dates. The selection phase logic of PPP930 will be changed to allow for special processing of a Merit that overlaps with a Range Adjustment. First the Retro Range Pay Scale file will be accessed via PPIRANGE using the PAR pay rate. Then the Retro Range Pay Scale New Rate, if one is found, will be used to access the Merit Match file via PPIMERIT. This double call assumes the Merit Pay Scale old rates are based on the Retro Range Pay Scale new rates. The Final RA transaction file should be retained, but not processed through any Compute. 4. A modified process (i.e. the above PPP930 changes) will be used for the 7/1/95 Retro Merit Adjustment. This requires a separate update to the Prior Period Table, including pay period begin and end dates. The Final RA transaction file should be retained, but not processed through any Compute.

5 Page 4 5. Transactions will be keyed for Retroactive Incentive Awards. A Pay End date should be coded which defines the date the specific employee should have been paid the award. This transaction file should be retained, but not processed through any Compute. 6. New one-time programs will then process the five transaction files and create a new RA file for processing in an appropriate Compute. The program will collapse RA transactions based on Employee ID, FAU, DOS Code and Title Code. It will calculate interest based on original Pay Period End Dates, dates when each retroactive payment was made to the associated campus population and a provided interest end date entered via the run specification record. These changes will be issued in a later release. 7. The RA transaction file out of the new program will be processed through the appropriate Compute.

6 Page 5 Program Changes PPP930: Program PPP930 processes Retroactive Range and Merit adjustments. It runs in one of four phases: Record Selection, Corrections, Pro-ration Edit, and Final. Only the Record Selection phase will be affected. The Record Selection phases reads the Prior Period Table (PRP) monthly and semimonthly/biweekly pay period start and end dates to determine which PAR records should be selected for processing. The Pay Rates on the selected PAR Earnings Distributions are then matched against a pay rate table. In the case of the retroactive range adjustment, the Pay Scale table contains old and new rates by title code, coverage code, RDUC code and rate code. If a match occurs between the PAR rate and an old rate, a transaction is written coded as accepted, and with the new rate and calculated adjusted gross amount. If a match does not occur, the transaction is still written but it is coded as an exception. Similar logic applies to retroactive merit processing. Another pay scale file, known as the Merit Match File, is used which is organized by specific Employee ID. Again, the PAR pay rate is matched against the old rates, and transactions are separated into accepted records and exceptions. Only the Record Selection phase reads the PAR file and attempts the rate matching. All subsequent phases work off the transaction file created in the Record Selection phase. During the Corrections phases the exceptions can be corrected for acceptance. After all corrections are made, the Final phase is run which creates the Final RA transaction file, created from the accepted transactions. The amount on the RA transaction is based on the difference between the old rate and new rate and the time or percentage time on the original earnings distribution. Changes: Currently, the run specification record is used to select the Process Option: Retro Range, Retro Merit or Special. A new Process Option will be added as a valid option: Merit After Range. The value on the Run Specification Record will be MRT AFTR RNG. In almost all cases where current logic performs code for the Retro Merit process, it will also perform that code for the Merit After Range process. The few exceptions involve Heading text,

7 Page 6 which will be changed to identify the Merit After Range process. The report file is also marked for similar heading logic in PPP940 (which processes the PPP930 report file). The report file will also be marked uniquely for the Merit After Range process. The main change to PPP930 will be in the logic which attempts to match old rates from the PAR earnings distribution to the two Pay Scale tables. Currently, if the Retro Range process is being performed, the PAR earnings distribution pay rate is passed to called routine PPIRANGE. PPIRANGE accesses the Retro Range Pay Scale file and returns a new rate, if one is found, and a return code indicating the success of the search. A zero return code means there was an exact match, and the transaction is considered accepted. Records are selected for some non- zero return codes, e.g. the title code is on the pay scale table but not the rate, and these become exceptions. Currently, if the Retro Merit process is being performed, the PAR earnings distribution pay rate is passed to called routine PPIMERIT. PPIMERIT accesses the Retro Merit Match file and returns a new rate, if one is found, and a return code indicating the success of the search. A zero return code means there was an exact match, and the transaction is considered accepted. Records are selected for some non- zero return codes, e.g. the title code is on the pay scale table but not the rate, and these become exceptions. The new Merit After Range process will call both routines. First the PAR Earnings Distribution pay rate will be passed to routine PPIRANGE. If there is an exact match, i.e. the return code is zero, the returned Retro Range new rate will then be passed to PPIMERIT. If this also returns an exact match, i.e. the return code is zero, then the Retro Range new rate will be used as the old rate in subsequent reporting, calculations and file creation, and the PPIMERIT returned new rate will be used as the new rate. This will cause the calculated difference to solely reflect the merit component. If the first call to PPIRANGE does not find an exact match, the original PAR Earnings Distribution rate will be used in the call to PPIMERIT. Thus, processing will be as for any normal Retro Merit processing. If the first call to PPIRANGE does find an exact match, but the subsequent call to PPIMERIT does not find a match, then the processing will continue as for any normal Retro Merit processing, i.e. the exception record will reflect the original PAR pay rate. In addition to the above change, a change will be added to both the existing and the new processing options. This will hopefully mitigate the impact of the Compute calculated hourly rates containing four decimal places. When the PAR Earnings Distribution pay rate is hourly, a working copy of the amount will be rounded up by adding.0050 (one half cent) to the rate, and

8 Page 7 the third and fourth decimal positions will be zeroed out. This adjusted rate will then be passed to PPIRANGE and PPIMERIT for matching purposes. The original PAR pay rate, not the rounded rate, will be used in further calculations and reporting. Note, however, that any new rate returned from the Pay Scale files will only contain two decimal positions. PPP940: Program PPP940 reads the report file produced by PPP930 and prints the reports. Some heading text depends on a code passed from PPP930. Changes: Code will be added detect the new Merit After Range processing option and change headings accordingly.

9 Page 8 Forms Changes PPP930 Program Run Specification (UPAY678): A new Process Option value will be added for requesting a Retroactive Merit that is running in conjunction with, i.e. after, a Retroactive Range adjustment. See Attachment A for a form sample.

10 Page 9 Attachments Attachment A Sample PPP930 Program Run Specification UPAY678 form.

SR17578 OCTOBER 2000 HX ATB WAGE INCREASE REQUIREMENTS

SR17578 OCTOBER 2000 HX ATB WAGE INCREASE REQUIREMENTS SR17578 OCTOBER 2000 HX ATB WAGE INCREASE REQUIREMENTS January 24, 2001 J. Chilson Human Resources & Benefits Office of the President October 2000 HX ATB Wage Increase Requirements 1 Version 1.0 01/24/01

More information

RELEASE New Federal Tax Withholding Rules for Nonresident Aliens Service Request Detail Design Document for Phase 1.

RELEASE New Federal Tax Withholding Rules for Nonresident Aliens Service Request Detail Design Document for Phase 1. RELEASE 1721 New Federal Tax Withholding Rules for Nonresident Aliens Service Request 81561 Detail for Phase 1 Application Technology Services Information Resources & Communications Office of the President

More information

Requirements Definitions Form 1042-S 2001 Service Request 14859

Requirements Definitions Form 1042-S 2001 Service Request 14859 Requirements Definitions Form 1042-S 2001 Service Request 14859 University of California Payroll Coordination Final -January 14, 2002 Requirements for Forms 1042-S Table of Contents Section Page I. Overview

More information

Detailed Design RELEASE SERVICE REQUEST W2 Reporting Changes. Final. December 29, 1999

Detailed Design RELEASE SERVICE REQUEST W2 Reporting Changes. Final. December 29, 1999 Detailed Design RELEASE 1267 SERVICE REQUEST 14833 1999 W2 Reporting Changes December 29, 1999 Information Systems & Computing Office of the President University of California Introduction Service Request

More information

Postdoctoral Scholar Follow-up Issues Service Request 16976

Postdoctoral Scholar Follow-up Issues Service Request 16976 Postdoctoral Scholar Follow-up Issues Service Request 16976 University of California Financial Management Payroll Coordination September 14, 2005 Postdoctoral Scholar Follow-up Issues Table of Contents

More information

Release UCRP Deduction Calculation Summary 07/28/06. Information Resources & Communications Office of the President University of California

Release UCRP Deduction Calculation Summary 07/28/06. Information Resources & Communications Office of the President University of California Release 1715 Information Resources & Communications Office of the President University of California Page 2 of 5 For UCRP participants, all applicable current UCRP employee deductions are taken from net

More information

RP to PS Allocation Upload / Download File Specification

RP to PS Allocation Upload / Download File Specification RP to PS Allocation Upload / Download File Specification 1 Table of Contents 1. Introduction... 2 2. Sample File Description... 2 2.1 Header Row... 3 2.2 Data Rows... 3 3 File Processing... 6 3.1 Handling

More information

BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO

BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO UNIVERSITY OF CALIFORNIA BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO SANTA BARBARA SANTA CRUZ OFFICE OF THE SENIOR VICE PRESIDENT BUSINESS AND FINANCE OFFICE OF THE PRESIDENT

More information

Salary Rate Limitation

Salary Rate Limitation Service Request 16954 Detail Design June 6, 2005 Enterprise IT Services Information Resources & Computing Office of the President University of California 2 Overview Various government agencies, including

More information

Detailed Design RELEASE W-4/DE4 Tax Withholding Process Service Request Tax Withholding Edit Service Request

Detailed Design RELEASE W-4/DE4 Tax Withholding Process Service Request Tax Withholding Edit Service Request Detailed Design RELEASE 1325 W-4/DE4 Tax Withholding Process Service Request 14844 Tax Withholding Edit Service Request 14846 Information Systems & Computing Office of the President University of California

More information

ARTICLE 6 COMPENSATION

ARTICLE 6 COMPENSATION ARTICLE 6 COMPENSATION A. GENERAL PROVISIONS 1. Effective date of salary increases Salary increases shall be effective on the first full biweekly or monthly pay period on or after the effective date. 2.

More information

Business Requirements Document SR Correction to PPP6004 Report for State Wage and Withholding Reporting

Business Requirements Document SR Correction to PPP6004 Report for State Wage and Withholding Reporting Business Requirements Document SR 100434 - Correction to PPP6004 Report for State Wage and Withholding Reporting 1 Document Information Document Attributes Information ID 100434 Owner Payroll Coordination

More information

Compensation Setup: Creating Merit Plans

Compensation Setup: Creating Merit Plans Compensation Setup: Creating Merit Plans This quick guide will walk you through creating merit based compensation plans for your company s merit cycle. STEP #1: CREATE A NEW COMPENSATION PLAN Navigate

More information

UCSD Salary Program Summary April 2014

UCSD Salary Program Summary April 2014 Note: The purpose of this document is to attempt to condense complex terms that deal with wages from various UCSD contracts into a simplified overall summary. Where the contract language differs from this

More information

Business Requirements Document. SR IX 2017 Lump Sum Payment

Business Requirements Document. SR IX 2017 Lump Sum Payment Business Requirements Document SR101694 - IX 2017 Lump Sum Payment Document Information Document Attributes ID Owner Author(s) Contributor(s) Information SR101694 Payroll Coordination & Tax Services Jaime

More information

UCSD Salary Program Summary August 2014

UCSD Salary Program Summary August 2014 Note: The purpose of this document is to attempt to condense complex terms that deal with wages from various UCSD contracts into a simplified overall summary. Where the contract language differs from this

More information

Additional Pay Online Entry PROCEDURE

Additional Pay Online Entry PROCEDURE Additional Pay Online Entry INTRODUCTION Description Output Information TRDUCTION Section I STEP 1.1 This process describes the steps necessary to create and save an Additional Pay via Online Entry. Additional

More information

Business Requirements Document. SR Open Enrollment 2017: Payroll Rate Advance Transactions

Business Requirements Document. SR Open Enrollment 2017: Payroll Rate Advance Transactions Business Requirements Document SR101543 Open Enrollment 2017: Payroll Rate Advance Transactions Document Information Document Attributes ID Owner Author(s) Contributor(s) Information SR101543 HR-Benefits

More information

MASSACHUSETTS Experience Rating Plan Manual 2003 Edition Page 1

MASSACHUSETTS Experience Rating Plan Manual 2003 Edition Page 1 Experience Rating Plan Manual 2003 Edition Page 1 STATE RULE EXCEPTIONS RULE 1 GENERAL EXPLANATIONS C. DEFINITIONS Effective 11 Jul 2007 3. Losses Change Rule 1-C-3-a as follows: Except for non-compensable

More information

EARNED INCOME CREDIT (EIC) ADVANCE PAYMENT ATTACHMENT TO SERVICE REQUEST # 14863

EARNED INCOME CREDIT (EIC) ADVANCE PAYMENT ATTACHMENT TO SERVICE REQUEST # 14863 EARNED INCOME CREDIT (EIC) ADVANCE PAYMENT ATTACHMENT TO SERVICE REQUEST # 14863 University of California Office of the President Payroll Coordination February 5, 2002 (Attachments rev 2/13/02) (Attachment

More information

All Campuses Seattle College as of 6/30/2015

All Campuses Seattle College as of 6/30/2015 Operating Budget Analysis Operating Budget Program Roll-up Program FY Budget % of Budget YTD Expense Balance % of Spend Instruction $60,830,324 47.8 % $59,532,403 $1,297,921 97.9 % Reserve $4,662,696 3.7

More information

Detail Design RELEASE 1702 AFT Dues Filter. Service Request April 25, 2006

Detail Design RELEASE 1702 AFT Dues Filter. Service Request April 25, 2006 RELEASE 1702 Service Request 81441 Application Technology Services Information Resources &Computing Office of the President University of California Table of Contents Introduction... 1 Service Requests

More information

Service Request Modification to Hours Toward Benefits Eligibility Accumulation. Error Report 1756 Retirement/FICA Derivation Indicator 'R'

Service Request Modification to Hours Toward Benefits Eligibility Accumulation. Error Report 1756 Retirement/FICA Derivation Indicator 'R' Release 1370 Service Request 15261 Modification to Hours Toward Benefits Eligibility Accumulation Error Report 1756 Retirement/FICA Derivation Indicator 'R' Test Plan Document Number testplan.doc Phillip

More information

Business Requirements Document. SR BX Ratification Lump Sum Payment

Business Requirements Document. SR BX Ratification Lump Sum Payment Business Requirements Document SR102457 - BX Ratification Lump Sum Payment Document Information Document Attributes ID Owner Author(s) Contributor(s) Information SR102457 Payroll Coordination & Tax Services

More information

GASB Financial Statement #34 & 35 Identification of Current and Non-current Liabilities Requirements. Service Request #14852

GASB Financial Statement #34 & 35 Identification of Current and Non-current Liabilities Requirements. Service Request #14852 GASB Financial Statement #34 & 35 Identification of Current and Non-current Liabilities Requirements Service Request #14852 University of California Office of the President VP - Business & Finance Payroll

More information

ADVANTAGE Appropriation (A1) Transfers. Character-Based Instructional Booklet

ADVANTAGE Appropriation (A1) Transfers. Character-Based Instructional Booklet ADVANTAGE Appropriation (A1) Transfers Character-Based Instructional Booklet Distributed by Financial Services Arizona State University January 2008 Appropriation Transfer (A1) Appropriation Transfer (A1)

More information

FAQs FOR PSC-REPRESENTED EMPLOYEES and TITLES NEW CONTRACTUAL SALARIES AND RETROACTIVE PAY

FAQs FOR PSC-REPRESENTED EMPLOYEES and TITLES NEW CONTRACTUAL SALARIES AND RETROACTIVE PAY FAQs FOR PSC-REPRESENTED EMPLOYEES and TITLES NEW CONTRACTUAL SALARIES AND RETROACTIVE PAY New Contractual Salaries (see next section for Retroactive Pay information) I am an instructional staff employee

More information

CENTRAL SUSQUEHANNA INTERMEDIATE UNIT Application: HR/Payroll

CENTRAL SUSQUEHANNA INTERMEDIATE UNIT Application: HR/Payroll CENTRAL SUSQUEHANNA INTERMEDIATE UNIT Application: HR/Payroll FIS Salary Changes Mid-Year Learning Guide Created: 11/15/18 2018 Central Susquehanna Intermediate Unit, USA Page 1 Table of Contents Introduction...

More information

FAQs FOR PSC-REPRESENTED EMPLOYEES NEW CONTRACTUAL SALARIES AND RETROACTIVE PAY

FAQs FOR PSC-REPRESENTED EMPLOYEES NEW CONTRACTUAL SALARIES AND RETROACTIVE PAY Office of Human Resources One Bernard Baruch Way Box D 202 New York, NY 10010-5585 Tel: 646-660-6590 Fax: 646-660-6591 FAQs FOR PSC-REPRESENTED EMPLOYEES NEW CONTRACTUAL SALARIES AND RETROACTIVE PAY New

More information

ARTICLE 30 LAYOFF It is the intent of the Employer to provide stability of employment to the employees.

ARTICLE 30 LAYOFF It is the intent of the Employer to provide stability of employment to the employees. ARTICLE 30 LAYOFF 30.1 It is the intent of the Employer to provide stability of employment to the employees. 30.2 When the President determines that a layoff is necessary on a campus because of a lack

More information

Business Requirements Document. SR Open Enrollment 2015: Payroll Rate Advance Transactions

Business Requirements Document. SR Open Enrollment 2015: Payroll Rate Advance Transactions Business Requirements Document SR100831 Open Enrollment 2015: Payroll Rate Advance Transactions Document Information Document Attributes ID Owner Author(s) Contributor(s) Information SR100831 HR-Benefits

More information

A to Z Budgeting Parts 1 and 2 Munis: Financials/Payroll

A to Z Budgeting Parts 1 and 2 Munis: Financials/Payroll [MU-PR-4-A] [MU-PR-5-A] [MU-FN-7-A] [MU-FN-8-A] [MU-FN-12-A] [MU-FN-13-A] A to Z Budgeting Parts 1 and 2 Munis: Financials/Payroll CLASS DESCRIPTION This class will focus on the integration between the

More information

Business Requirements Document. SR Inclusion of Employer-Paid StayWell Program and EAP on the Employee W-2 for 2012

Business Requirements Document. SR Inclusion of Employer-Paid StayWell Program and EAP on the Employee W-2 for 2012 Business Requirements Document SR 83660 - Inclusion of Employer-Paid StayWell Program and EAP on the Employee W-2 for 2012 Document Information Document Attributes ID Owner Author(s) Contributor(s) Information

More information

SOLARIS EMPLOYER FILE LAYOUT

SOLARIS EMPLOYER FILE LAYOUT SOLARIS EMPLOYER FILE LAYOUT Revised June 2018 2 Table of Contents 1. EMPLOYER CONTRIBUTION FILE LAYOUT... 4 1.1 OVERVIEW... 4 2. REVISED FILE FORMAT... 5 2.1 FILE LAYOUT REQUIREMENTS... 5 2.2 FILE FORMAT

More information

Debt Module. Defense Finance and Accounting Service. INDIANAPOLIS PAYROLL OFFICE Air Force. Integrity - Service - Innovation

Debt Module. Defense Finance and Accounting Service. INDIANAPOLIS PAYROLL OFFICE Air Force. Integrity - Service - Innovation Debt Module Defense Finance and Accounting Service INDIANAPOLIS PAYROLL OFFICE Air Force Integrity - Service - Innovation Topics Debt Reasons Full Due Process Debts Routine (DCIA) Debts Debt Module Screens

More information

Date: January 16, 2007 Code: TECHNICAL LETTER HR/Salary To: Human Resources Directors Payroll Managers

Date: January 16, 2007 Code: TECHNICAL LETTER HR/Salary To: Human Resources Directors Payroll Managers Office of the Chancellor 401 Golden Shore, 4 th Floor Long Beach, CA 90802 4210 562 951 4411 email: hradmin@calstate.edu Date: January 16, 2007 Code: To: Human Resources Directors Payroll Managers From:

More information

BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO

BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO UNIVERSITY OF CALIFORNIA BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO SANTA BARBARA SANTA CRUZ OFFICE OF THE SENIOR VICE PRESIDENT BUSINESS AND FINANCE OFFICE OF THE PRESIDENT

More information

Supplemental and Other Pay Compliance and Standardization. December 5, 2018

Supplemental and Other Pay Compliance and Standardization. December 5, 2018 Supplemental and Other Pay Compliance and Standardization December 5, 2018 Guiding Principles Requirements Definitions of Supplemental Pay Options for Standard Operating Procedures (SOP) Agenda Updated

More information

Eastern Michigan University Freedom of Information Act Fee Itemization Form - ESTIMATE

Eastern Michigan University Freedom of Information Act Fee Itemization Form - ESTIMATE Eastern Michigan University Freedom of Information Act Fee Itemization Form - ESTIMATE Requesting party: Request description: 15.234.amended Sec. 4. (1) Category & Description of Costs (a) That por ion

More information

UNIVERSITY OF CALIFORNIA

UNIVERSITY OF CALIFORNIA UNIVERSITY OF CALIFORNIA BERKELEY DAVIS IRVINE LOS ANGELES MERCED RIVERSIDE SAN DIEGO SAN FRANCISCO SANTA BARBARA SANTA CRUZ OFFICE OF THE SENIOR VICE PRESIDENT BUSINESS AND FINANCE OFFICE OF THE PRESIDENT

More information

University of Missouri System Accounting Policies and Procedures

University of Missouri System Accounting Policies and Procedures University of Missouri System Accounting Policies and Procedures Policy Number: APM-10.10.25 Policy Name: Missouri 2% Payments for Entertainers General Policy and Procedure Overview: The State of Missouri

More information

Service Request RELEASE 1552 Detail Design. UCRS Fund Changes

Service Request RELEASE 1552 Detail Design. UCRS Fund Changes Service Request 80740 RELEASE 1552 09:00 AM 08:00 AM Enterprise IT Services Information Systems & Computing Office of the President University of California Table of Contents Introduction... 1 Processing

More information

Forecast Budget/Cost Claim Template User's Guide

Forecast Budget/Cost Claim Template User's Guide Forecast Budget/Cost Claim Template User's Guide INTRODUCTION This form was created to meet three following aims: simplicity, rationality and flexibility. This document, reduced in size, easy to handle,

More information

Service Request Health Savings Account. Technical Specification. November 27, 2013 Prepared by Caroline Rider

Service Request Health Savings Account. Technical Specification. November 27, 2013 Prepared by Caroline Rider Service Request 100231 Health Savings Account Prepared by Caroline Rider Information Technology Services Office of the President University of California Version History Version # Date Revised By Reason

More information

Employer Self Service (ESS) Contribution Reporting User Guide

Employer Self Service (ESS) Contribution Reporting User Guide Employer Self Service (ESS) Contribution Reporting User Guide 1 TABLE OF CONTENTS I. Launch Internet Explorer 3 II. Log In 4 III. Employer Reporting Module: Submitting Employer and Employee Contributions

More information

Supplement to Military Pay

Supplement to Military Pay Supplement to Military Pay Academic Officer: Vice Provost Academic Personnel Academic Office: AP - Academic Personnel Staff Officer: Vice President Human Resources Staff Office: Human Resources Issuance

More information

SCHEDULE 9 ANNUAL ADJUSTMENT PROCESS. Annual Average means a 12 month average of a series for an Index Year;

SCHEDULE 9 ANNUAL ADJUSTMENT PROCESS. Annual Average means a 12 month average of a series for an Index Year; SCHEDULE 9 ANNUAL ADJUSTMENT PROCESS 1. DEFINITIONS 1.1 In this Schedule, unless the context otherwise requires: (a) (b) (c) Annual Average means a 12 month average of a series for an Index Year; Base

More information

FEEDBACK TUTORIAL LETTER ASSIGNMENT 2 INTERMEDIATE MACRO ECONOMICS IMA612S

FEEDBACK TUTORIAL LETTER ASSIGNMENT 2 INTERMEDIATE MACRO ECONOMICS IMA612S FEEDBACK TUTORIAL LETTER 2 nd SEMESTER 2017 ASSIGNMENT 2 INTERMEDIATE MACRO ECONOMICS 1 ASSIGNMENT 2 SECTION A [20 marks] QUESTION 1 [20 marks, 2 marks each] For each of the following questions, select

More information

Commonwealth of Massachusetts Executive Office of Health and Human Services

Commonwealth of Massachusetts Executive Office of Health and Human Services Commonwealth of Massachusetts Executive Office of Health and Human Services Health Safety Net Updates Massachusetts Health Care Training Forum January 2013 Agenda-Health Safety Net Updates HSN Transition

More information

Financial Transmission and Auction Revenue Rights

Financial Transmission and Auction Revenue Rights Section 13 FTRs and ARRs Financial Transmission and Auction Revenue Rights In an LMP market, the lowest cost generation is dispatched to meet the load, subject to the ability of the transmission system

More information

University of California Capital Programs Capital Projects Budget Approval Process Summary

University of California Capital Programs Capital Projects Budget Approval Process Summary University of California Capital Programs Capital Projects Budget Approval Process Summary July 2015 PURPOSE This memo summarizes the current authority thresholds and approval processes for capital project

More information

Group Insurance Regulations Administrative Supplement No. 24

Group Insurance Regulations Administrative Supplement No. 24 Dependent Care Flexible Spending Account Program (DepCare FSA) for Academic Student Employees and Graduate Student Researchers -- Implementation January 2009 Background The most recent collective bargaining

More information

Nikkei 225 VI Futures Index Index Guidebook

Nikkei 225 VI Futures Index Index Guidebook Nikkei 225 VI Futures Index Index Guidebook Nikkei Inc. This document is the index guidebook of the Nikkei 225 VI Futures Index calculated and published by Nikkei Inc. (Nikkei) since December 3, 2012.

More information

Attachment 3. Presidential Guidelines Governing the UCOP Strategic Priorities Fund

Attachment 3. Presidential Guidelines Governing the UCOP Strategic Priorities Fund Attachment 3 Presidential Guidelines Governing the UCOP Strategic Priorities Fund Presidential Guidelines Governing the UCOP Strategic Priorities Fund Responsible Officer: Rachael Nava, Executive Vice

More information

Budget-based benefits selection 2.0 SP03

Budget-based benefits selection 2.0 SP03 Document Version: 2.0 Final Date: Typographic Conventions Type Style Example Example EXAMPLE Example Example Description Words or characters quoted from the screen. These include field names,

More information

EL DORADO LAFCO LOCAL AGENCY FORMATION COMMISSION AGENDA OF MARCH 28, 2018 REGULAR MEETING

EL DORADO LAFCO LOCAL AGENCY FORMATION COMMISSION AGENDA OF MARCH 28, 2018 REGULAR MEETING EL DORADO LAFCO LOCAL AGENCY FORMATION COMMISSION AGENDA OF MARCH 28, 2018 REGULAR MEETING TO: FROM: AGENDA ITEM #7: Shiva Frentzen, Chair, and Members of the El Dorado County Local Agency Formation Commission

More information

Release Service Request Domestic Partner Imputed Income. Test Plan. Document Number test.doc. 5/29/98 11:20 AM Phillip Thompson Jim Tuohig

Release Service Request Domestic Partner Imputed Income. Test Plan. Document Number test.doc. 5/29/98 11:20 AM Phillip Thompson Jim Tuohig Release 1188 Service Request 13218 Document Number test.doc 5/29/98 11:20 AM Phillip Thompson Jim Tuohig Information Systems & Computing Office of the President University of California Page 1 BATCH 1.

More information

Budget-based benefits selection 2.0 SP01

Budget-based benefits selection 2.0 SP01 Document Version: 1.1 Final Date: Typographic Conventions Type Style Example Example EXAMPLE Example Example EXAMPLE Description Words or characters quoted from the screen. These include field

More information

Allotments/Voluntary Deductions Overview

Allotments/Voluntary Deductions Overview Allotments/Voluntary Deductions Overview Introduction This guide provides the procedures for how to view, change, add or stop members Voluntary Deductions (Allotments). This component is used for the following

More information

TO MEMBERS OF THE COMMITTEE ON GROUNDS AND BUILDINGS: 1 ACTION ITEM

TO MEMBERS OF THE COMMITTEE ON GROUNDS AND BUILDINGS: 1 ACTION ITEM GB3 Office of the President TO MEMBERS OF THE COMMITTEE ON GROUNDS AND BUILDINGS: 1 For Meeting of January 22, 2015 ACTION ITEM AMENDMENT OF POLICY ON APPROVAL OF DESIGN, LONG RANGE DEVELOPMENT PLANS,

More information

Settlements & Billing. Configuration Guide: Monthly CPM Insufficient Resource Adequacy Resources Allocation (CC 7885) Version 5.

Settlements & Billing. Configuration Guide: Monthly CPM Insufficient Resource Adequacy Resources Allocation (CC 7885) Version 5. Settlements & Billing Configuration Guide: Monthly CPM Insufficient Resource Adequacy (CC 7885) Version 5.10a Table of Contents 1. Purpose of Document 3 2. Introduction 3 2.1 Background 3 2.2 Description

More information

LexisNexis MVR Comma Delimited Input File Mapping Insurance Solutions Portal April 2013

LexisNexis MVR Comma Delimited Input File Mapping Insurance Solutions Portal April 2013 LexisNexis MVR Comma Delimited Input File Mapping Insurance Solutions Portal April 2013 LexisNexis MVR Comma Delimited Input File Mapping Insurance Solutions Portal April 2013 CONFIDENTIAL & PROPRIETARY

More information

Functional document: Using the Hold %/$ Feature

Functional document: Using the Hold %/$ Feature Functional document: Using the Hold %/$ Feature NaviPlan Premium Level 1 R Level 2 R functions addressed in this document: What is the Hold %/$ feature? In which situations should Hold %/$ be used? How

More information

Service Request Staff Severance Pay Tracking September 30, 2003 FINAL modified 05-nov-2003

Service Request Staff Severance Pay Tracking September 30, 2003 FINAL modified 05-nov-2003 Service Request 80637 Staff Severance Pay Tracking September 30, 2003 FINAL modified 05-nov-2003 Human Resources and Benefits Information Systems Support Office of the President 1.0 Overview... 3 2.0 Background...

More information

Plan Member a) Updating the Plan Member s Personal Information... 15

Plan Member a) Updating the Plan Member s Personal Information... 15 Table of Contents Web Administration INTRODUCTION... 4 WELCOME TO EQUITABLE LIFE OF CANADA... 4 WEB ADMINISTRATION COVERAGE UPDATES... 5 Certificate Summary... 7 a) Terminating the Certificate... 7 b)

More information

Section 8.3 Compound Interest

Section 8.3 Compound Interest Section 8.3 Compound Interest Objectives 1. Use the compound interest formulas. 2. Calculate present value. 3. Understand and compute effective annual yield. 4/24/2013 Section 8.3 1 Compound interest is

More information

ALPENA COUNTY ROAD COMMISSION FREEDOM OF INFORMATION ACT POLICY

ALPENA COUNTY ROAD COMMISSION FREEDOM OF INFORMATION ACT POLICY ALPENA COUNTY ROAD COMMISSION FREEDOM OF INFORMATION ACT POLICY Alpena County Road Commission (ACRC) documents and records are available to the public for inspection and/or copying in accordance with the

More information

DoRIS User manual. December 2011 version 1.0

DoRIS User manual. December 2011 version 1.0 DoRIS User manual December 2011 version 1.0 1. Introduction... 3 2. Using DoRIS... 3 2.1 What is DoRIS?... 3 2.2 Release 1... 4 2.3 Who can see and do what?... 4 2.3 The Inbox... 4 2.4 The Country view...

More information

Commodity Contract & Market Valuation

Commodity Contract & Market Valuation Commodity Contract & Market Valuation Presented by: Allen Smith and Kyle Klenke John Deere Agri Services 2009 Customer Conference February 18-20, 2009 Orlando, FL Copyright 2009 John Deere Agri Services,

More information

KELLY SERVICES, INC. (Exact name of Registrant as specified in its charter)

KELLY SERVICES, INC. (Exact name of Registrant as specified in its charter) 1 UNITED STATES SECURITIES AND EXCHANGE COMMISSION WASHINGTON, D.C. 20549 FORM 10-Q x QUARTERLY REPORT PURSUANT TO SECTION 13 OR 15(d) OF THE SECURITIES EXCHANGE ACT OF 1934 For the quarterly period ended

More information

Business Requirements Document. SR W-2 Changes

Business Requirements Document. SR W-2 Changes Business Requirements Document SR101807 2017 W-2 Changes Document Information Document Attributes ID Owner Author(s) Contributor(s) Information SR101807 Tax Services John Barrett, Marcia Johnson Beth Burkart,

More information

Business Requirements Document. SR W-2 Changes

Business Requirements Document. SR W-2 Changes Business Requirements Document SR101072-2015 W-2 Changes Document Information Document Attributes ID Owner Author(s) Contributor(s) Information SR101072 Payroll Coordination and Tax Services Marcia Johnson

More information

The following PPS processes require modifications for the 2009 tax year:

The following PPS processes require modifications for the 2009 tax year: Created on: April 28, 2009 Last Modified on: October 22, 2009 Requirements Modify the W-2 process for SSA and IRS 2009 Form W-2 Objective: The following PPS processes require modifications for the 2009

More information

All About the General Ledger

All About the General Ledger All About the General Ledger Overview In a typical month the main functions under the GL menu (General Ledger) you will use are to verify receipts entered and record them onto deposit slips, reconcile

More information

ANSWER: We can find consumption and saving by solving:

ANSWER: We can find consumption and saving by solving: Economics 154a, Spring 2005 Intermediate Macroeconomics Problem Set 4: Answer Key 1. Consider an economy that consists of a single consumer who lives for two time periods. The consumers income in the current

More information

Budget Analysis User Manual

Budget Analysis User Manual Budget Analysis User Manual Confidential Information This document contains proprietary and valuable, confidential trade secret information of APPX Software, Inc., Richmond, Virginia Notice of Authorship

More information

BOARD OF PUBLIC UTILITIES KANSAS CITY, KANSAS

BOARD OF PUBLIC UTILITIES KANSAS CITY, KANSAS BOARD OF PUBLIC UTILITIES KANSAS CITY, KANSAS Electric Utility Revenues, Revenue Requirements, Cost of Service, And Rates Draft Final Report (As Updated) February 2010 February 1, 2010 Kansas City Board

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

University of Wisconsin System SFS Business Process AP Working with 1099 Transactions. Contents

University of Wisconsin System SFS Business Process AP Working with 1099 Transactions. Contents Contents Instructions for 1099 Process Overview... 2 I. 1099 Voucher Clean Up... 3 II. Run Update Withholdings Process (This will be Run Centrally by UWSA)... 14 III. Run Queries for Validation and to

More information

Basic Macroeconomics Relationships. Business, Computers, & Information Technology

Basic Macroeconomics Relationships. Business, Computers, & Information Technology Basic Macroeconomics Relationships Business, Computers, & Information Technology Unit 3 Chapter 27 1 Remember Growth, Business Cycle, Recession, and Inflation? Macroeconomic Relationships help us explain

More information

Capacity Procurement Mechanism Market Sim Kick-Off. February 8, 2011

Capacity Procurement Mechanism Market Sim Kick-Off. February 8, 2011 Capacity Procurement Mechanism Market Sim Kick-Off February 8, 2011 CPM Market Sim Plan and Key Project Dates Capacity Procurement Mechanism Market Sim Plan Posted: http://www.caiso.com/2b04/2b04d40b431a0.pdf

More information

Mathematical Interest Theory-Week 1

Mathematical Interest Theory-Week 1 Mathematical Interest Theory-Week 1 Jonathan Curtis September 2016 Contents 0.1 Introduction.............................. 2 1 Chapter 1: The Growth of Money 3 1.1 Section 1.3: Accumulation and Amount

More information

Release 1614 Detailed Design. Year 2004 W-2 Modifications Service Request December 17, :30 AM

Release 1614 Detailed Design. Year 2004 W-2 Modifications Service Request December 17, :30 AM Release 1614 Detailed Design Service Request 16939 08:30 AM Enterprise IT Services Information Systems & Computing Office of the President University of California Table of Contents Introduction... 1 Service

More information

North Dakota University System

North Dakota University System North Dakota University System Commitment Accounting Manual PeopleSoft HRMS 9.1 Table of Contents COMMITMENT ACCOUNTING... 4 OVERVIEW... 4 Objectives... 4 UNDERSTANDING COMMITMENT ACCOUNTING... 5 Commitment

More information

Full file at https://fratstock.eu

Full file at https://fratstock.eu CHAPTER 2 A FURTHER LOOK AT FINANCIAL STATEMENTS SUMMARY OF QUESTIONS BY STUDY OBJECTIVE AND BLOOM S TAXONOMY Item SO BT Item SO BT Item SO BT Item SO BT Item SO BT True-False Statements 1. 1 K 12. 3 C

More information

UNIVERSITY OF KANSAS Office of Institutional Research and Planning

UNIVERSITY OF KANSAS Office of Institutional Research and Planning 11/18 TABLE 8-101 Classified Service Estimated Base and Fiscal Year Unclassified Base Student Salary 1968 6.0% 1969 6.0 Data not available 1970 6.0 1971 6.0 0.0% 5.0% 5.0% 1972 0.0 0.0 5.0 5.0 0.0% Other

More information

UNIVERSITY OF CALIFORNIA

UNIVERSITY OF CALIFORNIA UNIVERSITY OF CALIFORNIA BERKELEY DAVIS IRVINE LOS ANGELES RIVERSIDE SAN DIEGO SAN FRANCISCO SANTA BARBARA SANTA CRUZ OFFICE OF THE SENIOR VICE PRESIDENT BUSINESS AND FINANCE OFFICE OF THE PRESIDENT 300

More information

SCHEDULE OF WAGE INCREASES EFFECTIVE FROM 1/07/16 to 30/06/17

SCHEDULE OF WAGE INCREASES EFFECTIVE FROM 1/07/16 to 30/06/17 SCHEDULE OF WAGE INCREASES EFFECTIVE FROM 1/07/16 to 30/06/17 WAGE RATES APPLICABLE TO OPERATIONS SCHEDULED AT RATES A TO H, INCLUDING WATCHMAN S WORK, THROUGHOUT THIS AGREEMENT Increase on actual hourly

More information

Unit Editing and Data Validation Concepts. Objectives

Unit Editing and Data Validation Concepts. Objectives Unit Editing and Data Validation Concepts Presented by: Bruce Hallman and Hal Dooley 1 Objectives Become familiar with the types of Unit Edits/Validation Tests and how to research and resolve them 2 1

More information

A. Certify the UCLA Long Range Development Plan Amendment (2017) and Student Housing Projects Subsequent Environmental Impact Report.

A. Certify the UCLA Long Range Development Plan Amendment (2017) and Student Housing Projects Subsequent Environmental Impact Report. FINANCE AND CAPITAL STRATEGIES COMMITTEE January 25, 2018 TO THE REGENTS OF THE UNIVERSITY OF CALIFORNIA 1. APPROVAL OF AMENDMENT #6 TO THE UCLA 2002 LONG RANGE DEVELOPMENT PLAN FOR ADDITIONAL ON-CAMPUS

More information

Web Claim Voucher Instructions

Web Claim Voucher Instructions Web Claim Voucher Instructions Logging In To login in to the Claim Voucher Web Forms open a web browser and go to the UI Home Page at http://www.uidaho.edu/ to logon to the Employee Web Login. Once logged

More information

TO MEMBERS OF THE COMMITTEE ON GROUNDS AND BUILDINGS: DISCUSSION ITEM

TO MEMBERS OF THE COMMITTEE ON GROUNDS AND BUILDINGS: DISCUSSION ITEM GB3 Office of the President TO MEMBERS OF THE COMMITTEE ON GROUNDS AND BUILDINGS: For Meeting of DISCUSSION ITEM STATUS OF THE PILOT PHASE OF THE DELEGATED PROCESS FOR CAPITAL IMPROVEMENT PROJECTS EXECUTIVE

More information

Derivation Business Process Guide

Derivation Business Process Guide Derivation Business Process Guide 7/11/2007 Page 1 of 25 Overview Effective with the implementation of PeopleSoft Financials 8.4, the CSU established principles, modification, and standards for Corporate

More information

Report of Independent Auditors and Financial Statements for. UCLA Alumni Association Not-For-Profit Organization Affiliated With UCLA

Report of Independent Auditors and Financial Statements for. UCLA Alumni Association Not-For-Profit Organization Affiliated With UCLA Report of Independent Auditors and Financial Statements for UCLA Alumni Association Not-For-Profit Organization Affiliated With UCLA June 30, 2014 and 2013 CONTENTS REPORT OF INDEPENDENT AUDITORS 1 2 PAGE

More information

Preparing for Financial Management Activities. Defining and Maintaining Currencies and Currency Rates

Preparing for Financial Management Activities. Defining and Maintaining Currencies and Currency Rates INFO.NET V7.0 LAMAR SOFTWARE, INC. SPECIALISTS IN MANUFACTURING AND DISTRIBUTION General Ledger Module Introduction The INFO.NET General Ledger Module controls all chart of accounts Edit, budgeting, and

More information

SCHEDULE OF FEES AND CHARGES FOR EXCHANGE SERVICES. NYSE Arca EQUITIES: LISTING FEES as of September 19, 2017

SCHEDULE OF FEES AND CHARGES FOR EXCHANGE SERVICES. NYSE Arca EQUITIES: LISTING FEES as of September 19, 2017 SCHEDULE OF FEES AND CHARGES FOR EXCHANGE SERVICES NYSE Arca EQUITIES: LISTING FEES as of September 19, 2017 ADMINISTRATIVE FEES Company Name or Symbol Change $2,500 Change in Par Value $2,500 Shareholder

More information

Budget Prep Series. Contents. Budget Management and Revisions * * * USERS GUIDE. BUDGET Management & Revisions. Administration and Finance

Budget Prep Series. Contents. Budget Management and Revisions * * * USERS GUIDE. BUDGET Management & Revisions. Administration and Finance BUDGET Management & Revisions Byron Anderson Administration & Finance Information Systems Management Contents Budgets at Texas Tech University... 1 The Office of Budget & Resource Planning & Management...1

More information

OMNI AR/Billing: Adjusting Invoices (Crediting & Rebilling) Detailed Business Process Guide ABILL3

OMNI AR/Billing: Adjusting Invoices (Crediting & Rebilling) Detailed Business Process Guide ABILL3 OMNI AR/Billing: Adjusting Invoices (Crediting & Rebilling) Detailed Business Process Guide ABILL3 Use this document to understand how to correct a bill after it has been invoiced. This document shows

More information

CHAPTER 8. Personal Finance. Copyright 2015, 2011, 2007 Pearson Education, Inc. Section 8.4, Slide 1

CHAPTER 8. Personal Finance. Copyright 2015, 2011, 2007 Pearson Education, Inc. Section 8.4, Slide 1 CHAPTER 8 Personal Finance Copyright 2015, 2011, 2007 Pearson Education, Inc. Section 8.4, Slide 1 8.4 Compound Interest Copyright 2015, 2011, 2007 Pearson Education, Inc. Section 8.4, Slide 2 Objectives

More information

Standard Development Timeline

Standard Development Timeline PRC 012 2 Remedial Action Schemes Standard Development Timeline This section is maintained by the drafting team during the development of the standard and will be removed when the standard becomes effective.

More information