ACG 3141 – Data Analytics Case Payroll Expenses Background It is July of 2015, and you are a junior staff accountant working for Knight Accounts, Inc., who provides bookkeeping, tax, audit, and...

1 answer below »


ACG 3141 – Data Analytics Case



Payroll Expenses




Background


It is July of 2015, and you are a junior staff accountant working for Knight Accounts, Inc., who provides bookkeeping, tax, audit, and consulting services for small to mid-sized companies in the southeastern United States. One of your clients, IntegrateCo, is a company that installs and services integrated building management systems. Building management systems are computer-based systems installed in buildings to control all mechanical and electric equipment in the building. Examples of mechanical and electric equipment controlled by the building management system include lightning, air conditioning and heating, security systems, power systems, sound systems, video cameras, door-locking systems, etc. IntegrateCo serves both large and small customers. It is privately held and expects to have $15 million in revenue in 2016.


Noah Summers, who is the CFO of IntegrateCo, has requested specific information regarding payroll expenses for the first half of 2015, and you have been selected to fulfill this request. To help you do this, Noah emailed payroll data to you from IntegrateCo’s accounting information system in a CSV file. This file contains the output of data from the first six months of 2015. He also provided the following descriptions of the data in the file:


·Pay_Date: This is the date that the employee was paid.


·Payroll_ID: This is a unique identifier for the date that the payroll was run for all employees. Each unique date should have a unique Payroll_ID number.


·Emp_No: This is a unique identifier for each employee. These numbers are not reused, so all employees have their own number.


·Home_Div: This is the home division number to which each employee belongs.


·Work_Div: This is the work division number to which each employee belongs.


·First_Name: This is the first name of the employee being paid.


·Last_Name: This is the last name of the employee being paid.


·Job: This is a unique code that combines several pieces of information into one field. The first two numbers represent the year that the project began. So 14 means the project started in 2014. Then, sometimes, there is a department identifier (H or S) that is included. The next three digits represent the job code (e.g., 001, 010, 012). After the job code, sometimes there is a location code (B or SG). Here are several examples:




    • 14005 – The 14 represents the year the project began and 005 represents the job code 005 (Installation). There is no department identifier or location code included.

    • 15S002 – The 15 represents the year the project began, S represents the department and 002 represents the job code 002 (Sales). There is no location code included.

    • 14S001SG – The 14 represents the year the project began, S represents the department, 001 represents the job code 001 (Office) and SG represents the location code.

    • 15007B – The 15 represents the year the project began, 007 represents the job code 007 (Customer Train) and B represents the location code. There is no department identifier included.



·Reg_Hrs: This is the number of regular hours reported by the employee that apply to the job code during the time period.


·OT_Hrs: This is the number of overtime hours reported by the employee that apply to the job code during the time period. Overtime hours are those worked in excess of 40 hours in a week.


·Reg_Pay: This is the total amount of pay the employee received for the Reg_Hrs worked during the time period. This amount is for each job code.


·OT_Pay: This is the total amount of overtime pay the employee received for the OT_Hrs worked during the time period. This amount is for each job code.


·Futa: This is the federal unemployment tax paid by the employer during the period pertaining to the regular and overtime paid to the employee for the particular job.


·Suta: This is the state unemployment tax paid by the employer during the period.


·Fica_Medc: This is the tax removed for the Federal Insurance Contributions Act. This money is used to pay forSocial SecurityandMedicare.


·Work_Comp: This is the amount paid from employees’ paychecks to cover workers’ compensation insurance.






Instructions


Using the data provided in the CSV file, please submit an Excel spreadsheet that answers the following questions about the payroll data for the first six months of 2015.


1.What were the employer payroll expenses paid by IntegrateCo forFICA (i.e., Social Security
and Medicare), FUTA, and SUTA?



Use a SUM function in Excel to report how much IntegrateCo paid for each expense.


2.How many different employeesare on IntegrateCo’s payroll?




Use an Advanced Filter in Excel to list only the unique employee numbers (see

https://support.office.com/en-us/article/count-unique-values-among-duplicates-8d9a69b3-b867-490e-82e0-a929fbc1e273

). Use the Sort command to sort the employee numbers in ascending order, then use the COUNT function to count how many unique employee numbers exist. 94



3.How much regular pay and overtime pay did IntegrateCo pay to each individual employee?



Calculate the amounts for regular and overtime pay separately using the SUMIF or SUMIFS function.


4.Based on the regular and overtime pay, what is the total Social Security tax and Medicare tax you would have expected IntegrateCo to pay as the employer’s payroll taxes?



Create a formula to calculate these expected tax payments separately for Social Security and Medicare taxes for each individual employee and then use the SUM function to create separate totals for the expected Social Security and Medicare tax payments. Assume (a) a maximum contribution threshold in 2015 of $118,500 for Social Security tax (6.2%), and (b) all employees file as single taxpayers and that the Medicare tax on wages up to and including $200,000 is 1.45% and 2.35% above $200,000.


5.Assuming the same employees receive the same regular and overtime pay in the second half of 2015.


a.How much do you forecast the company’s total Social Security and Medicare tax expenses will be?


b.How much do you forecast IntegrateCo will need to expense related to FUTA tax in the second half of 2015? (Assume that all FUTA paid in the first half of 2015 is the same as the FUTA expensed during that period. Also, we want to point out that the FUTA and SUTA amounts in the raw data for the first half of the year do not equal the correctly computed FUTA and SUTA amounts actually owed. Please ignore this discrepancy in the raw data.)


c.How many employees’ wages are expected to exceed the maximum contribution threshold for Social Security tax?






For 5a and 5b, create formulas using the IF function in Excel to forecast Social Security tax expense, Medicare tax expense, and FUTA expense in the second half of 2015 for each individual employee. Then use the SUM function to total each forecasted tax expense. Assume (a) a maximum contribution threshold in 2015 of $118,500 for Social Security tax (6.2%), (b) all employees file as single taxpayers and that the Medicare tax on wages up to and including $200,000 is 1.45% and 2.35% above $200,000, and the FUTA rate is 6.0% less a 2.5% credit for state unemployment tax payments. Both SUTA and FUTA have a maximum contribution threshold of $7,000.



For 5c, use the COUNTIF function in Excel. Assume a maximum contribution threshold in 2015 of $118,500 for Social Security tax.






Additional Instructions & Deliverables


This is an individual assignment. You may discuss the assignment with other students, but everyone must turn in their own solutions.


If you are unfamiliar with how to do the required Excel commands and functions, apply the ‘try-three-places rule’ outlined in the syllabus before seeking assistance from the TA or me. I will not cover how to do these in class, but there are excellent resources available on YouTube, LinkedIn Learning, and other places that can walk you through everything you will need to do.


To get started, you will need to import the comma-delimited data from the CSV file into Excel and then prepare your responses to the questions above in the spreadsheet. As a hint, you can use the “Text to Columns” tool under the Data tab to import the raw data. The deliverable for this case is an Excel spreadsheet which should be saved as “Section#_LastNameFirstInitial” (e.g., Section3_JohnsonJ).


The responses to each question in the spreadsheet should be clearly labeled, and the spreadsheet formatting should appear organized and professional, just like you were submitting these responses to a client. You may use text boxes if you would like to provide textual responses to supplement your calculations.


Your responses for all the questions should be contained in a new worksheet separate from the raw data. Your responses for Questions 2 through 5 should be contained in a single table, with responses to each question provided in separate columns. The first column should list the employee numbers in response to Question 2, the next columns should provide responses to Question 3, etc.









Answered Same DaySep 30, 2021

Answer To: ACG 3141 – Data Analytics Case Payroll Expenses Background It is July of 2015, and you are a junior...

Shakeel answered on Oct 03 2021
157 Votes
Sheet1
    Pay_Date    Payroll_ID    Emp_No    Home_Div    Work_Div    First_Name    Last_Name    Job    Reg_Hrs    OT_Hrs    Reg_Pay    OT_Pay    Futa    Suta    Fica_Medc    Work_Comp
    1/2/15    27310001    1    1    1    Antonio    Torres    14H001    11    0        0    0.08    9.04    34.57    0.8
    1/2/15    27310001    1    1    1    Antonio    Torres    14H010    0    0    0    0    3.96    0    0    1.16
    1/2/15    27310001    1    1    1    Antonio    Torres    14S001    11    0    0    0    2.53    0    0    0.8
    1/9/15    27310003    1    1    1    Antonio    Torres    14H001    9    0    1797.34464    0    1.32    35.95    137.5    0.72
    1/9/15    27310003    1    1    1    Antonio    Torres    14S001    9    0    0    0    0.09    0    0    0.72
    1/9/15    27310003    1    1    1    Antonio    Torres    15H001    3    0    0    0    1.92    0    0    0.24
    1/9/15    27310003    1    1    1    Antonio    Torres    15H010    0    0    0    0    1.56    0    0    0.64
    1/9/15    27310003    1    1    1    Antonio    Torres    15S001    3    0    787.502898    0    2.08    15.75    60.24    0.24
    1/16/15    27310006    1    1    1    Antonio    Torres    15H001    23    0    0    0    3.13    0    0    1.3
    1/16/15    27310006    1    1    1    Antonio    Torres    15S001    23    0    205.813062    0    0.03    4.12    15.74    1.3
    1/23/15    27310008    1    1    1    Antonio    Torres    15H001    24    0    0    0    2.4    0    0    1.32
    1/23/15    27310008    1    1    1    Antonio    Torres    15S001    24    0    0    0    1.21    0    0    1.32
    1/30/15    27310011    1    1    1    Antonio    Torres    15H001    20    0    324.324    0    1.62    6.49    24.81    1.1
    1/30/15    27310011    1    1    1    Antonio    Torres    15S001    20    0    0    0    2.35    0    0    1.1
    2/6/15    27310014    1    1    1    Antonio    Torres    15H001    20    0    451.8423    0    1.61    9.04    34.57    1.28
    2/6/15    27310014    1    1    1    Antonio    Torres    15S001    20    0    119.4102    0    0.05    2.39    9.13    1.28
    2/13/15    27310016    1    1    1    Antonio    Torres    15H001    21    0    0    0    0.7    0    0    1.24
    2/13/15    27310016    1    1    1    Antonio    Torres    15S001    21    0    0    0    2.23    0    0    1.24
    2/20/15    27310019    1    1    1    Antonio    Torres    15H001    25    0    0    0    0.05    0    0    1.28
    2/20/15    27310019    1    1    1    Antonio    Torres    15S001    25    0    0    0    0.74    0    0    1.28
    2/27/15    27310021    1    1    1    Antonio    Torres    15H001    18    0    37.96065    0    0.15    0.76    2.9    1.3
    2/27/15    27310021    1    1    1    Antonio    Torres    15S001    18    0    0    0    2.38    0    0    1.3
    3/3/15    27310023    1    1    1    Antonio    Torres    15H002    0    0    0    0    0.22    0    0    6
    3/3/15    27310023    1    1    1    Antonio    Torres    15S002    0    0    321.980022    0    0.03    6.44    24.63    6
    3/6/15    27310024    1    1    1    Antonio    Torres    15H001    22    0    112.40775    0    3.22    2.25    8.6    1.24
    3/6/15    27310024    1    1    1    Antonio    Torres    15S001    20    0    89.808264    0    0.09    1.8    6.87    1.14
    3/13/15    27310026    1    1    1    Antonio    Torres    15H001    16    0    0    0    3.27    0    0    1.12
    3/13/15    27310026    1    1    1    Antonio    Torres    15S001    16    0    1020.603402    0    1.12    20.41    78.08    1.12
    3/20/15    27310031    1    1    1    Antonio    Torres    15H001    18    0    72.2358    0    2.24    1.44    5.53    1.16
    3/20/15    27310031    1    1    1    Antonio    Torres    15S001    18    0    0    0    2.24    0    0    1.16
    3/27/15    27310035    1    1    1    Antonio    Torres    15H001    17    0    1338.691536    0    2.72    26.77    102.41    1.16
    3/27/15    27310035    1    1    1    Antonio    Torres    15S001    17    0    320.6385    0    0.63    6.41    24.53    1.16
    4/3/15    27310037    1    1    1    Antonio    Torres    15H001    21    0    0    0    1.67    0    0    1.22
    4/3/15    27310037    1    1    1    Antonio    Torres    15S001    21    0    0    0    3.35    0    0    1.22
    4/10/15    27310039    1    1    1    Antonio    Torres    15H001    17    0    5675.67    0    0.05    113.51    434.19    1.16
    4/10/15    27310039    1    1    1    Antonio    Torres    15S001    17    0    6229.438488    0    5.34    124.59    476.55    1.16
    4/17/15    27310042    1    1    1    Antonio    Torres    15H001    17    0    0    0    3.88    0    0    1.2
    4/17/15    27310042    1    1    1    Antonio    Torres    15S001    16    0    0    0    0.05    0    0    1.12
    4/24/15    27310045    1    1    1    Antonio    Torres    15H001    17    0    340.5402    0    0.13    6.81    26.05    1.2
    4/24/15    27310045    1    1    1    Antonio    Torres    15S001    16    0    0    0    2.01    0    0    1.12
    5/1/15    27310047    1    1    1    Antonio    Torres    15H001    17    0    0    0    0.05    0    0    1.14
    5/1/15    27310047    1    1    1    Antonio    Torres    15S001    16    0    132.678    0    0.41    2.65    10.15    1.06
    5/8/15    27310051    1    1    1    Antonio    Torres    15H001    18    0    44.9631    0    0.17    0.9    3.44    1.24
    5/8/15    27310051    1    1    1    Antonio    Torres    15S001    16    0    67.44465    0    0.25    1.35    5.16    1.1
    5/15/15    27310054    1    1    1    Antonio    Torres    15H001    18    0    0    0    2.66    0    0    1.2
    5/15/15    27310054    1    1    1    Antonio    Torres    15S001    16    0    0    0    1.33    0    0    1.06
    5/22/15    27310056    1    1    1    Antonio    Torres    15H001    17    0    0    0    0.98    0    0    1.2
    5/22/15    27310056    1    1    1    Antonio    Torres    15S001    16    0    0    0    0.99    0    0    1.12
    5/29/15    27310058    1    1    1    Antonio    Torres    15H001    15    0    0    0    0.49    0    0    1.02
    5/29/15    27310058    1    1    1    Antonio    Torres    15S001    14    0    256.746672    0    0.98    5.13    19.64    0.96
    6/5/15    27310060    1    1    1    Antonio    Torres    15H001    11    0    0    0    0.98    0    0    0.78
    6/5/15    27310060    1    1    1    Antonio    Torres    15H010    0    0    0    0    0.49    0    0    0.56
    6/5/15    27310060    1    1    1    Antonio    Torres    15S001    11    0    0    0    2.12    0    0    0.78
    6/12/15    27310062    1    1    1    Antonio    Torres    15H001    16    0    0    0    2    0    0    1.14
    6/12/15    27310062    1    1    1    Antonio    Torres    15S001    16    0    0    0    0.37    0    0    1.14
    6/17/15    27310066    1    1    1    Antonio    Torres    15H002    0    0    241.40025    0    0.09    4.83    18.47    5.7
    6/17/15    27310066    1    1    1    Antonio    Torres    15S002    0    0    1403.320464    0    5.33    28.07    107.35    5.7
    6/19/15    27310067    1    1    1    Antonio    Torres    15H001    18    0    0    0    4.27    0    0    1.24
    6/19/15    27310067    1    1    1    Antonio    Torres    15S001    16    0    102.82545    0    0.07    2.06    7.87    1.1
    6/26/15    27310070    1    1    1    Antonio    Torres    15H001    14    0    0    0    0.95    0    0    1
    6/26/15    27310070    1    1    1    Antonio    Torres    15H009    0    0    0    0    3.04    0    0    0.58
    6/26/15    27310070    1    1    1    Antonio    Torres    15S001    12    0    0    0    23.1    0    0    0.86
    1/2/15    27310001    2    1    1    Ellen    Estrada    14005    0    0    0    0    0.05    0    0    0.28
    1/2/15    27310001    2    1    1    Ellen    Estrada    14H004    6    0    0    6    0.19    0.12    0.46    4.8
    1/2/15    27310001    2    1    1    Ellen    Estrada    14H009    0    0    377.3952    0    1.54    7.55    28.87    7.2
    1/2/15    27310001    2    1    1    Ellen    Estrada    14H010    0    0    0    0    3.07    0    0    12.8
    1/2/15    27310001    3    1    1    Melanie    Green    14H001    21    0    132.678    0    0.02    2.65    10.15    3.16
    1/2/15    27310001    3    1    1    Melanie    Green    14H001B    8    0    1040.166036    0    2.74    20.8    79.57    1.2
    1/2/15    27310001    3    1    1    Melanie    Green    14H002    8    0    0    0    2.74    0    0    1.2
    1/2/15    27310001    3    1    1    Melanie    Green    14H009    0    0    0    0    0.08    0    0    1.2
    1/2/15    27310001    3    1    1    Melanie    Green    14H010    0    0    0    0    2.01    0    0    1.2
    1/9/15    27310003    3    1    1    Melanie    Green    14H001    4    0    0    0    2.01    0    0    0.8
    1/9/15    27310003    3    1    1    Melanie    Green    14H001R    4    0    573.272154    0    0.08    11.47    43.86    0.8
    1/9/15    27310003    3    1    1    Melanie    Green    14H009    0    0    0    0    2.37    0    0    3.2
    1/9/15    27310003    3    1    1    Melanie    Green    15H009    0    0    0    0    1.18    0    0    1.6
    1/9/15    27310003    3    1    1    Melanie    Green    15H010    0    0    0    0    0.03    0    0    1.6
    1/16/15    27310006    3    1    1    Melanie    Green    15H001    40    0    223.960464    0    0.88    4.48    17.13    4.7
    1/16/15    27310006    3    1    1    Melanie    Green    15H001R    16    0    0    0    1.76    0    0    1.88
    1/16/15    27310006    3    1    1    Melanie    Green    15H002    12    0    0    0    3.53    0    0    1.42
    1/23/15    27310008    3    1    1    Melanie    Green    15H001    44    0    0    0    2.45    0    0    6.76
    1/23/15    27310008    3    1    1    Melanie    Green    15H002    8    0    0    0    2.45    0    0    1.24
    1/30/15    27310011    3    1    1    Melanie    Green    15H001    44    0    0    0    1.22    0    0    8
    2/6/15    27310014    3    1    1    Melanie    Green    15H001    36    0    324.324    0    0.08    6.49    24.81    7.2
    2/6/15    27310014    3    1    1    Melanie    Green    15H009    0    0    0    0    0.35    0    0    0.8
    2/13/15    27310016    3    1    1    Melanie    Green    15H001    24    0    0    0    0.94    0    0    4.8
    2/13/15    27310016    3    1    1    Melanie    Green    15H009    0    0    0    0    1.87    0    0    3.2
    2/20/15    27310019    3    1    1    Melanie    Green    15H001    24    0    0    0    0.05    0    0    4.8
    2/20/15    27310019    3    1    1    Melanie    Green    15H009    0    0    221.13    0    0.9    4.42    16.92    3.2
    2/27/15    27310021    3    1    1    Melanie    Green    15H001    24    0    0    0    1.35    0    0    4.8
    2/27/15    27310021    3    1    1    Melanie    Green    15H009    0    0    0    0    2.4    0    0    3.2
    3/6/15    27310024    3    1    1    Melanie    Green    15H001    28    0    0    0    24.39    0    0    5.16
    3/6/15    27310024    3    1    1    Melanie    Green    15H009    0    0    165.8475    0    0.03    3.32    12.69    2.22
    3/13/15    27310026    3    1    1    Melanie    Green    15H001    30    0    0    0    1.01    0    0    5.54
    3/13/15    27310026    3    1    1    Melanie    Green    15H009    0    0    0    0    2.02    0    0    1.84
    3/20/15    27310031    3    1    1    Melanie    Green    15H001    32    0    0    0    0.47    0    0    5.9
    3/20/15    27310031    3    1    1    Melanie    Green    15H009    0    0    0    0    0.78    0    0    1.48
    3/27/15    27310035    3    1    1    Melanie    Green    15H001    32    0    0    0    2.5    0    0    5.9
    3/27/15    27310035    3    1    1    Melanie    Green    15H009    0    0    0    0    0.08    0    0    1.48
    4/3/15    27310037    3    1    1    Melanie    Green    15H001    40    0    189.80325    0    1.77    3.8    14.52    7.38
    4/10/15    27310039    3    1    1    Melanie    Green    15H001    24    0    0    0    1.06    0    0    4.44
    4/10/15    27310039    3    1    1    Melanie    Green    15H001B    2    0    0    0    1.89    0    0    0.36
    4/10/15    27310039    3    1    1    Melanie    Green    15H002    6    0    0    0    4.03    0    0    1.1
    4/10/15    27310039    3    1    1    Melanie    Green    15H009    0    0    0    0    2.69    0    0    1.48
    4/17/15    27310042    3    1    1    Melanie    Green    15H001    40    0    0    0    0.05    0    0    7.38
    4/24/15    27310045    3    1    1    Melanie    Green    15H001    38    0    0    0    0.05    0    0    7.02
    4/24/15    27310045    3    1    1    Melanie    Green    15H009    0    0    570.5154    0    2.09    11.41    43.64    0.36
    5/1/15    27310047    3    1    1    Melanie    Green    15H001    38    0    0    0    1.55    0    0    7.02
    5/1/15    27310047    3    1    1    Melanie    Green    15H009    0    0    371.4984    0    0.44    7.43    28.42    0.36
    5/8/15    27310051    3    1    1    Melanie    Green    15H001    38    0    0    0    0.44    0    0    7.02
    5/8/15    27310051    3    1    1    Melanie    Green    15H009    0    0    0    0    1.75    0    0    0.36
    5/15/15    27310054    3    1    1    Melanie    Green    15H001    20    0    0    0    0.88    0    0    3.7
    5/15/15    27310054    3    1    1    Melanie    Green    15H001R    4    0    0    0    0.12    0    0    0.74
    5/15/15    27310054    3    1    1    Melanie    Green    15H002    16    0    191.646    0    2.17    3.83    14.66    2.96
    5/22/15    27310056    3    1    1    Melanie    Green    15H001    32    0    573.272154    0    2.17    11.47    43.86    5.9
    5/22/15    27310056    3    1    1    Melanie    Green    15H002    8    0    0    0    2.89    0    0    1.48
    5/29/15    27310058    3    1    1    Melanie    Green    15H001    32    0    0    0    0.72    0    0    5.9
    5/29/15    27310058    3    1    1    Melanie    Green    15H009    0    0    382.18635    0    1.44    7.64    29.24    1.48
    6/5/15    27310060    3    1    1    Melanie    Green    15H001    22    0    382.18635    0    1.45    7.64    29.24    4.28
    6/5/15    27310060    3    1    1    Melanie    Green    15H009    0    0    0    0    2.89    0    0    1.56
    6/5/15    27310060    3    1    1    Melanie    Green    15H010    0    0    0    0    0.72    0    0    1.56
    6/12/15    27310062    3    1    1    Melanie    Green    15H001    40    0    21.00735    0    0.04    0.42    1.61    7.38
    6/16/15    27310064    3    1    1    Melanie    Green    15H001    0    0    0    0    0.65    0    0    84
    6/19/15    27310067    3    1    1    Melanie    Green    15H001    40    0    14.742    0    0.05    0.29    1.13    7.38
    6/26/15    27310070    3    1    1    Melanie    Green    15H001    28    0    0    0    1.59    0    0    4.92
    6/26/15    27310070    3    1    1    Melanie    Green    15H002    14    0    132.678    0    0.05    2.65    10.15    2.46
    1/2/15    27310001    6    1    1    Kelly    Murray    14005    0    0    229.9752    0    1.39    4.6    17.59    0.28
    1/2/15    27310001    6    1    1    Kelly    Murray    14H010    0    0    0    0    2.48    0    0    11.26
    1/9/15    27310003    6    1    1    Kelly    Murray    14H012    0    0    165.1104    0    0.62    3.3    12.63    16.9
    1/9/15    27310003    6    1    1    Kelly    Murray    15H009    0    0    0    0    0.57    0    0    5.64
    1/9/15    27310003    6    1    1    Kelly    Murray    15H010    0    0    33.9066    0    0.76    0.68    2.59    5.64
    1/16/15    27310006    6    1    1    Kelly    Murray    15005    0    0    0    0    0.86    0    0    0.48
    1/16/15    27310006    6    1    1    Kelly    Murray    15H008    2    0    151.1055    0    0.54    3.02    11.56    1.4
    1/23/15    27310008    6    1    1    Kelly    Murray    15005    0    0    0    0    0.73    0    0    0.48
    1/23/15    27310008    6    1    1    Kelly    Murray    15H009    0    0    0    0    0.87    0    0    2.82
    1/30/15    27310011    6    1    1    Kelly    Murray    15005    0    0    0    0    0.31    0    0    0.48
    1/30/15    27310011    6    1    1    Kelly    Murray    15H009    0    0    89.808264    0    0.31    1.8    6.87    3.52
    2/6/15    27310014    6    1    1    Kelly    Murray    15005    0    0    0    0    0.49    0    0    0.48
    2/6/15    27310014    6    1    1    Kelly    Murray    15H009    0    0    0    0    1.97    0    0    0.7
    2/13/15    27310016    6    1    1    Kelly    Murray    15005    0    0    17.955756    0    0.06    0.36    1.37    0.48
    2/13/15    27310016    6    1    1    Kelly    Murray    15H008    2    0    0    0    0.1    0    0    1.4
    2/20/15    27310019    6    1    1    Kelly    Murray    15005    0    0    0    0    1.63    0    0    0.48
    2/20/15    27310019    6    1    1    Kelly    Murray    15H009    0    0    0    0    1.7    0    0    9.16
    2/27/15    27310021    6    1    1    Kelly    Murray    15005    0    0    0    0    0.05    0    0    0.28
    2/27/15    27310021    6    1    1    Kelly    Murray    15H008    2    0    0    0    2.04    0    0    1.4
    2/27/15    27310021    6    1    1    Kelly    Murray    15H011    0    0    0    0    0.04    0    0    5.64
    2/27/15    27310021    6    1    1    Kelly    Murray    15H012    0    0    0    0    1.14    0    0    5.64
    3/6/15    27310024    6    1    1    Kelly    Murray    15005    0    0    0    0    2.28    0    0    0.4
    3/6/15    27310024    6    1    1    Kelly    Murray    15H009    0    0    256.746672    0    0.27    5.13    19.64    5.8
    3/13/15    27310026    6    1    1    Kelly    Murray    15005    0    0    0    0    2.1    0    0    0.4
    3/13/15    27310026    6    1    1    Kelly    Murray    15H005    2    0    0    0    2.11    0    0    1.46
    3/13/15    27310026    6    1    1    Kelly    Murray    15H008    2    0    158.668146    0    3.83    3.17    12.14    1.46
    3/13/15    27310026    6    1    1    Kelly    Murray    15H009    0    0    0    0    2.56    0    0    5.8
    3/20/15    27310031    6    1    1    Kelly    Murray    15005    0    0    718.6725    0    0.09    14.37    54.98    0.4
    3/20/15    27310031    6    1    1    Kelly    Murray    15H005    2    0    0    0    1.06    0    0    1.46
    3/20/15    27310031    6    1    1    Kelly    Murray    15H009    0    0    0    0    2.11    0    0    9.44
    3/27/15    27310035    6    1    1    Kelly    Murray    15005    0    0    0    0    0.49    0    0    0.3
    3/27/15    27310035    6    1    1    Kelly    Murray    15H009    0    0    0    0    0.08    0    0    16.7
    4/3/15    27310037    6    1    1    Kelly    Murray    15005    0    0    21.00735    0    0.08    0.42    1.61    0.3
    4/3/15    27310037    6    1    1    Kelly    Murray    15H009    0    0    0    0    1.3    0    0    14.52
    4/10/15    27310039    6    1    1    Kelly    Murray    15005    0    0    0    0    1.3    0    0    0.3
    4/10/15    
27310039    6    1    1    Kelly    Murray    15H009    0    0    0    0    1.08    0    0    11.62
    4/17/15    27310042    6    1    1    Kelly    Murray    15005    0    0    191.646    0    0.72    3.83    14.66    0.3
    4/17/15    27310042    6    1    1    Kelly    Murray    15H009    0    0    265.356    0    1.08    5.31    20.3    11.62
    5/1/15    27310047    6    1    1    Kelly    Murray    15H009    0    0    0    0    0.72    0    0    17.42
    5/8/15    27310051    6    1    1    Kelly    Murray    15H009    0    0    0    0    1.66    0    0    18.88
    5/15/15    27310054    6    1    1    Kelly    Murray    15H005    0    0    0    0    2.48    0    0    0
    1/2/15    27310001    7    1    1    Shelia    Keller    14H002    20    0    0    0    1.39    0    0    17.1
    1/2/15    27310001    7    1    1    Shelia    Keller    14H010    0    0    0    0    0.84    0    0    13.68
    1/9/15    27310003    7    1    1    Shelia    Keller    14H002    16    0    548.859402    0    2.23    10.98    41.99    18.24
    1/9/15    27310003    7    1    1    Shelia    Keller    15H002    3    0    480.250134    0    1.96    9.61    36.74    3.42
    1/9/15    27310003    7    1    1    Shelia    Keller    15H010    0    0    0    0    4.47    0    0    9.12
    1/16/15    27310006    7    1    1    Shelia    Keller    15H002    35    0    0    0    0.67    0    0    26.26
    1/16/15    27310006    7    1    1    Shelia    Keller    15S002    2    0    36.1179    0    1.11    0.72    2.76    1.5
    1/23/15    27310010    7    1    1    Shelia    Keller    14H002    0    0    0    0    1.19    0    0    48
    1/23/15    27310008    7    1    1    Shelia    Keller    15H002    40    0    0    0    0.05    0    0    28.62
    1/23/15    27310008    7    1    1    Shelia    Keller    15S002    3    0    339.066    0    2.43    6.78    25.94    2.14
    1/30/15    27310011    7    1    1    Shelia    Keller    15H002    45    0    126.0441    0    0.04    2.52    9.64    30.76
    1/30/15    27310012    7    1    1    Shelia    Keller    15H002    0    0    0    0    0.52    0    0    0
    2/6/15    27310014    7    1    1    Shelia    Keller    15H002    36    0    0    0    2.08    0    0    27.02
    2/6/15    27310014    7    1    1    Shelia    Keller    15S002    5    0    0    0    0.32    0    0    3.76
    2/13/15    27310016    7    1    1    Shelia    Keller    15H002    42.5    0    0    0    2.94    0    0    30.76
    2/20/15    27310019    7    1    1    Shelia    Keller    15H002    40    0    0    0    1.32    0    0    30.76
    2/27/15    27310021    7    1    1    Shelia    Keller    15H001    3    0    324.324    0    1.32    6.49    24.81    2.2
    2/27/15    27310021    7    1    1    Shelia    Keller    15H002    35    0    0    0    0.61    0    0    25.64
    3/3/15    27310023    7    1    1    Shelia    Keller    15H002    0    0    0    0    3.22    0    0    49.5
    3/6/15    27310024    7    1    1    Shelia    Keller    15H002    44    0    0    0    1.61    0    0    31.74
    3/13/15    27310026    7    1    1    Shelia    Keller    15H002    36    0    0    0    0.03    0    0    27.86
    3/13/15    27310026    7    1    1    Shelia    Keller    15S002    5    0    0    0    0.16    0    0    3.86
    3/18/15    27310030    7    1    1    Shelia    Keller    15H002    0    0    191.646    0    0.78    3.83    14.66    49.5
    3/20/15    27310031    7    1    1    Shelia    Keller    15H002    33    0    0    0    2.5    0    0    24.94
    3/20/15    27310031    7    1    1    Shelia    Keller    15S002    8    0    117.936    0    7.24    2.36    9.02    6.04
    3/27/15    27310035    7    1    1    Shelia    Keller    15H002    37.5    0    684.69219    0    2.76    13.69    52.38    28.68
    3/27/15    27310035    7    1    1    Shelia    Keller    15S002    4    0    684.69219    0    2.76    13.69    52.38    3.06
    4/3/15    27310037    7    1    1    Shelia    Keller    15H002    38    0    0    0    2.76    0    0    29.4
    4/3/15    27310037    7    1    1    Shelia    Keller    15S002    3    0    0    0    2.76    0    0    2.32
    4/10/15    27310039    7    1    1    Shelia    Keller    15H002    32    0    478.407384    0    0.3    9.57    36.6    25.38
    4/10/15    27310039    7    1    1    Shelia    Keller    15H009    0    0    0    0    1.16    0    0    3.18
    4/10/15    27310039    7    1    1    Shelia    Keller    15S002    4    0    265.356    0    0.91    5.31    20.3    3.18
    4/17/15    27310042    7    1    1    Shelia    Keller    15H002    40    0    14.742    0    0.06    0.29    1.13    31.74
    4/24/15    27310045    7    1    1    Shelia    Keller    15H002    38    0    0    0    1.62    0    0    30.14
    4/24/15    27310045    7    1    1    Shelia    Keller    15S002    2    0    229.9752    0    0.04    4.6    17.59    1.58
    5/1/15    27310047    7    1    1    Shelia    Keller    15H002    29    0    0    0    1.44    0    0    21.9
    5/1/15    27310049    7    1    1    Shelia    Keller    15H002    0    0    0    0    2.88    0    0    49.5
    5/1/15    27310047    7    1    1    Shelia    Keller    15S002    2    0    0    0    0.03    0    0    1.52
    5/8/15    27310051    7    1    1    Shelia    Keller    15H002    36    0    425.247732    0    1.54    8.5    32.53    28.56
    5/8/15    27310051    7    1    1    Shelia    Keller    15S002    4    0    0    0    2.05    0    0    3.18
    5/13/15    27310053    7    1    1    Shelia    Keller    15H002    0    0    0    0    1.03    0    0    49.5
    5/15/15    27310054    7    1    1    Shelia    Keller    15H002    37    0    141.74433    0    0.52    2.83    10.84    27.96
    5/22/15    27310056    7    1    1    Shelia    Keller    15H002    40    0    189.80325    0    0.29    3.8    14.52    31.74
    5/29/15    27310058    7    1    1    Shelia    Keller    15H002    34    0    47.1744    0    0.07    0.94    3.61    26.98
    5/29/15    27310058    7    1    1    Shelia    Keller    15H009    0    0    0    0    1.15    0    0    4.76
    6/5/15    27310060    7    1    1    Shelia    Keller    15H002    32    0    0    0    0.08    0    0    25.4
    6/5/15    27310060    7    1    1    Shelia    Keller    15H010    0    0    0    0    0.98    0    0    6.34
    6/12/15    27310062    7    1    1    Shelia    Keller    15H002    40    0    0    0    1.96    0    0    31.74
    6/12/15    27310063    7    1    1    Shelia    Keller    15H002    0    0    208.96785    0    0.78    4.18    15.99    0
    6/17/15    27310066    7    1    1    Shelia    Keller    15H002    0    0    0    0    1.56    0    0    49.5
    6/19/15    27310067    7    1    1    Shelia    Keller    15H002    36    0    0    0    1.56    0    0    28.56
    6/19/15    27310068    7    1    1    Shelia    Keller    15H002    0    0    17.6904    0    0.09    0.35    1.35    0
    6/19/15    27310067    7    1    1    Shelia    Keller    15H009    0    0    131.57235    0    0.5    2.63    10.07    3.18
    6/26/15    27310070    7    1    1    Shelia    Keller    15H002    31    0    0    321.3    1.8    6.43    24.58    24.6
    6/26/15    27310070    7    1    1    Shelia    Keller    15H009    0    0    78.94341    0    0.3    1.58    6.04    7.14
    1/2/15    27310001    11    1    1    Earnest    Drake    14005    0    0    26.31447    0    0.1    0.53    2.01    0.2
    1/2/15    27310001    11    1    1    Earnest    Drake    14H004    4    0    0    0    3.2    0    0    4.86
    1/2/15    27310001    11    1    1    Earnest    Drake    14H009    0    0    0    0    0.03    0    0    9.72
    1/2/15    27310001    11    1    1    Earnest    Drake    14H010    0    0    0    0    2.22    0    0    19.44
    1/9/15    27310003    11    1    1    Earnest    Drake    14H012    0    0    0    0    1.11    0    0    29.16
    1/9/15    27310003    11    1    1    Earnest    Drake    15H009    0    0    526.2894    0    0.04    10.53    40.26    9.72
    1/9/15    27310003    11    1    1    Earnest    Drake    15H010    0    0    0    0    0.39    0    0    9.72
    1/16/15    27310006    11    1    1    Earnest    Drake    15H004    3    0    0    0    1.55    0    0    3.64
    1/16/15    27310006    11    1    1    Earnest    Drake    15H009    0    0    88.452    0    1.41    1.77    6.77    4.86
    1/23/15    27310008    11    1    1    Earnest    Drake    15005    0    0    0    0    2.81    0    0    0.38
    1/23/15    27310008    11    1    1    Earnest    Drake    15H004    4    0    0    0    0.54    0    0    4.86
    1/23/15    27310008    11    1    1    Earnest    Drake    15H009    0    0    0    0    2.16    0    0    9.72
    1/30/15    27310011    11    1    1    Earnest    Drake    15005    0    0    731.439072    0    0.07    14.63    55.96    0.48
    1/30/15    27310011    11    1    1    Earnest    Drake    15H004    6    0    38.3292    0    2.51    0.77    2.93    7.3
    2/6/15    27310014    11    1    1    Earnest    Drake    15005    0    0    0    0    1.67    0    0    0.48
    2/6/15    27310014    11    1    1    Earnest    Drake    15H004    4    0    0    0    1.04    0    0    4.86
    2/13/15    27310016    11    1    1    Earnest    Drake    15005    0    0    0    0    3.21    0    0    0.38
    2/13/15    27310016    11    1    1    Earnest    Drake    15H004    6    0    0    0    2.56    0    0    7.3
    2/13/15    27310016    11    1    1    Earnest    Drake    15H009    0    0    265.356    0    0.09    5.31    20.3    9.72
    2/20/15    27310019    11    1    1    Earnest    Drake    15005    0    0    225.021888    0    0.87    4.5    17.21    0.48
    2/20/15    27310019    11    1    1    Earnest    Drake    15H004    6    0    375.051222    0    1.45    7.5    28.69    7.3
    2/20/15    27310019    11    1    1    Earnest    Drake    15H009    0    0    150.014592    0    0.58    3    11.48    9.72
    2/27/15    27310021    11    1    1    Earnest    Drake    15005    0    0    0    0    4.64    0    0    0.48
    2/27/15    27310021    11    1    1    Earnest    Drake    15H004    4    0    13.2678    0    0.04    0.27    1.01    2.78
    3/6/15    27310024    11    1    1    Earnest    Drake    15005    0    0    0    0    2.35    0    0    0.5
    3/6/15    27310024    11    1    1    Earnest    Drake    15H004    6    0    0    0    1.17    0    0    7.16
    3/13/15    27310026    11    1    1    Earnest    Drake    15005    0    0    0    0    2.11    0    0    0.4
    3/13/15    27310026    11    1    1    Earnest    Drake    15H004    4    0    0    0    1.06    0    0    5.02
    3/13/15    27310026    11    1    1    Earnest    Drake    15H009    0    0    0    0    1.34    0    0    7.52
    3/20/15    27310031    11    1    1    Earnest    Drake    15005    0    0    0    0    0.98    0    0    0.5
    3/20/15    27310031    11    1    1    Earnest    Drake    15H004    6    0    0    0    0.12    0    0    7.52
    3/20/15    27310031    11    1    1    Earnest    Drake    15H008    8    0    340.5402    0    1.34    6.81    26.05    10.02
    3/27/15    27310035    11    1    1    Earnest    Drake    15005    0    0    0    0    0.98    0    0    0.5
    3/27/15    27310035    11    1    1    Earnest    Drake    15H004    6    0    0    0    0.12    0    0    7.52
    4/3/15    27310037    11    1    1    Earnest    Drake    15005    0    0    0    0    1.25    0    0    0.5
    4/3/15    27310037    11    1    1    Earnest    Drake    15H004    6    0    0    0    1.06    0    0    7.52
    4/10/15    27310039    11    1    1    Earnest    Drake    15005    0    0    0    0    0.47    0    0    0.5
    4/10/15    27310039    11    1    1    Earnest    Drake    15H004    6    0    305.01198    0    1.19    6.1    23.33    7.16
    4/17/15    27310042    11    1    1    Earnest    Drake    15005    0    0    0    0    1.05    0    0    0.5
    4/17/15    27310042    11    1    1    Earnest    Drake    15H004    6    0    0    0    0.26    0    0    7.52
    4/24/15    27310045    11    1    1    Earnest    Drake    15005    0    0    70.7616    0    0.08    1.42    5.41    0.5
    4/24/15    27310045    11    1    1    Earnest    Drake    15H004    4    0    0    0    4    0    0    4.9
    5/1/15    27310047    11    1    1    Earnest    Drake    15005    0    0    0    0    2.67    0    0    0.5
    5/1/15    27310047    11    1    1    Earnest    Drake    15H004    6    0    0    0    3.44    0    0    7.34
    5/8/15    27310051    11    1    1    Earnest    Drake    15005    0    0    0    0    5.16    0    0    0.5
    5/8/15    27310051    11    1    1    Earnest    Drake    15H004    4    0    0    0    0.02    0    0    4.66
    5/15/15    27310054    11    1    1    Earnest    Drake    15005    0    0    154.791    0    0.53    3.1    11.84    0.5
    5/15/15    27310054    11    1    1    Earnest    Drake    15H004    4    0    0    63    0.32    1.26    4.82    4.78
    5/22/15    27310056    11    1    1    Earnest    Drake    15005    0    0    0    0    1.69    0    0    0.5
    5/22/15    27310056    11    1    1    Earnest    Drake    15H004    8    0    0    0    1.68    0    0    10.02
    5/29/15    27310058    11    1    1    Earnest    Drake    15005    0    0    0    0    0.09    0    0    0.5
    5/29/15    27310058    11    1    1    Earnest    Drake    15H004    6    0    637.871598    0    2.48    12.76    48.8    7.52
    6/5/15    27310060    11    1    1    Earnest    Drake    15005    0    0    0    0    0.5    0    0    0.5
    6/5/15    27310060    11    1    1    Earnest    Drake    15H004    4    0    0    0    1.98    0    0    5.02
    6/5/15    27310060    11    1    1    Earnest    Drake    15H009    0    0    0    0    0.08    0    0    2.5
    6/5/15    27310060    11    1    1    Earnest    Drake    15H010    0    0    0    0    3.9    0    0    10.02
    6/12/15    27310062    11    1    1    Earnest    Drake    15005    0    0    341.174106    0    1.3    6.82    26.1    0.5
    6/12/15    27310062    11    1    1    Earnest    Drake    15H004    8    0    0    0    1.29    0    0    10.02
    6/12/15    27310062    11    1    1    Earnest    Drake    15H009    0    0    235.872    0    0.96    4.72    18.04    2.5
    6/19/15    27310067    11    1    1    Earnest    Drake    15005    0    0    0    0    0.09    0    0    0.5
    6/19/15    27310067    11    1    1    Earnest    Drake    15H004    6    0    0    0    0.6    0    0    7.52
    6/19/15    27310067    11    1    1    Earnest    Drake    15H009    0    0    0    0    1.32    0    0    5.02
    6/26/15    27310070    11    1    1    Earnest    Drake    15005    0    0    0    0    0.96    0    0    0.5
    6/26/15    27310070    11    1    1    Earnest    Drake    15H004    7    0    0    0    0.96    0    0    8.78
    1/2/15    27310001    13    1    1    Mamie    Day    14H002    3    0    33.9066    0    3.13    0.68    2.59    4.46
    1/2/15    27310001    13    1    1    Mamie    Day    14H003    8    0    0    0    1.04    0    0    11.92
    1/2/15    27310001    13    1    1    Mamie    Day    14H007    7    0    0    0    1.04    0    0    10.42
    1/2/15    27310001    13    1    1    Mamie    Day    14H010    0    0    0    0    0.05    0    0    23.82
    1/9/15    27310003    13    1    1    Mamie    Day    14H012    0    0    0    0    1.2    0    0    35.74
    1/9/15    27310003    13    1    1    Mamie    Day    15H009    0    0    0    0    1.2    0    0    11.92
    1/9/15    27310003    13    1    1    Mamie    Day    15H010    0    0    406.65807    0    1.46    8.13    31.11    11.92
    1/16/15    27310006    13    1    1    Mamie    Day    15H002    16    0    406.65807    0    1.45    8.13    31.11    23.82
    1/16/15    27310006    13    1    1    Mamie    Day    15H003    4    0    135.55269    0    0.49    2.71    10.37    5.96
    1/23/15    27310008    13    1    1    Mamie    Day    15H007    44    0    0    0    1.29    0    0    59.56
    1/23/15    27310009    13    1    1    Mamie    Day    15H007    0    0    135.55269    0    0.48    2.71    10.37    0
    1/30/15    27310011    13    1    1    Mamie    Day    15H002    7    0    0    0    0.05    0    0    10.42
    1/30/15    27310011    13    1    1    Mamie    Day    15H003    9    0    322.672896    0    1.19    6.45    24.68    13.4
    2/6/15    27310014    13    1    1    Mamie    Day    15H007    36    0    0    0    1.11    0    0    52.3
    2/12/15    27310018    13    1    1    Mamie    Day    15H007    0    0    0    0    0.05    0    0    96
    2/13/15    27310016    13    1    1    Mamie    Day    15H002    13    0    132.869646    0    0.52    2.66    10.16    19.36
    2/13/15    27310016    13    1    1    Mamie    Day    15H003    8    0    37.96065    0    0.15    0.76    2.9    11.92
    2/20/15    27310019    13    1    1    Mamie    Day    15H002    7    0    0    0    0.67    0    0    10.42
    2/20/15    27310019    13    1    1    Mamie    Day    15H003    18    0    0    0    1.19    0    0    26.8
    2/27/15    27310021    13    1    1    Mamie    Day    15H002    6    0    0    0    1.19    0    0    8.94
    2/27/15    27310021    13    1    1    Mamie    Day    15H003    12    0    0    0    0.05    0    0    17.88
    3/6/15    27310024    13    1    1    Mamie    Day    15H002    10    0    0    0    1.63    0    0    15.36
    3/6/15    27310024    13    1    1    Mamie    Day    15H003    13    0    0    0    0.09    0    0    19.96
    3/6/15    27310024    13    1    1    Mamie    Day    15H008    2    0    0    0    4.91    0    0    3.08
    3/13/15    27310026    13    1    1    Mamie    Day    15H002    19    0    0    0    1.64    0    0    29.18
    3/13/15    27310026    13    1    1    Mamie    Day    15H003    11    0    0    0    3.36    0    0    16.9
    3/18/15    27310030    13    1    1    Mamie    Day    15H007    0    0    0    0    1.12    0    0    82.5
    3/20/15    27310031    13    1    1    Mamie    Day    15H002    5    0    0    0    1.12    0    0    7.68
    3/20/15    27310031    13    1    1    Mamie    Day    15H007    34    0    0    0    3.35    0    0    52.22
    3/27/15    27310035    13    1    1    Mamie    Day    15H002    6    0    0    0    1.67    0    0    9.22
    3/27/15    27310035    13    1    1    Mamie    Day    15H003    8    0    0    0    1.67    0    0    12.28
    3/27/15    27310035    13    1    1    Mamie    Day    15H007    17    0    0    0    1.68    0    0    26.1
    4/3/15    27310037    13    1    1    Mamie    Day    15H007    40    0    0    0    0.02    0    0    61.44
    4/10/15    27310039    13    1    1    Mamie    Day    15H002    16    0    0    0    5.81    0    0    24.58
    4/10/15    27310039    13    1    1    Mamie    Day    15H003    9    0    510.29433    0    1.94    10.21    39.04    13.82
    4/10/15    27310039    13    1    1    Mamie    Day    15H007    2    0    0    0    1.94    0    0    3.08
    4/17/15    27310042    13    1    1    Mamie    Day    15H002    13    0    0    0    2.06    0    0    19.96
    4/17/15    27310042    13    1    1    Mamie    Day    15H003    7    0    0    0    1.03    0    0    10.76
    4/17/15    27310042    13    1    1    Mamie    Day    15H007    6    0    0    0    1.02    0    0    9.22
    4/24/15    27310045    13    1    1    Mamie    Day    15H002    20    0    0    0    1.03    0    0    30.72
    4/24/15    27310045    13    1    1    Mamie    Day    15H003    6    0    0    0    0.05    0    0    9.22
    4/24/15    27310045    13    1    1    Mamie    Day    15H007    7    0    134.8893    0    0.5    2.7    10.32    10.76
    5/1/15    27310047    13    1    1    Mamie    Day    15H002    18    0    112.40775    0    0.42    2.25    8.6    27.64
    5/1/15    27310047    13    1    1    Mamie    Day    15H003    6    0    44.9631    0    0.17    0.9    3.44    9.22
    5/1/15    27310047    13    1    1    Mamie    Day    15H007    6    0    89.9262    0    0.33    1.8    6.88    9.22
    5/8/15    27310051    13    1    1    Mamie    Day    15H007    48    0    0    0    1.33    0    0    61.44
    5/8/15    27310052    13    1    1    Mamie    Day    15H007    0    0    44.9631    0    0.16    0.9    3.44    0
    5/13/15    27310053    13    1    1    Mamie    Day    15H007    0    0    44.9631    0    0.16    0.9    3.44    99
    5/15/15    27310054    13    1    1    Mamie    Day    15H003    2    0    44.9631    0    0.17    0.9    3.44    3.08
    5/15/15    27310054    13    1    1    Mamie    Day    15H007    38    0    44.9631    0    0.17    0.9    3.44    58.36
    5/15/15    27310055    13    1    1    Mamie    Day    15H007    0    0    0    0    1.33    0    0    0
    5/22/15    27310056    13    1    1    Mamie    Day    15H002    17    0    288.840006    0    1.1    5.78    22.1    26.1
    5/22/15    27310056    13    1    1    Mamie    Day    15H003    12    0    0    0    0.49    0    0    18.42
    5/22/15    27310056    13    1    1    Mamie    Day    15H007    2    0    280.820358    0    1.06    5.62    21.48    3.08
    5/29/15    27310058    13    1    1    Mamie    Day    15H002    18    0    0    0    0.49    0    0    27.64
    5/29/15    27310058    13    1    1    Mamie    Day    15H003    5    0    40.112982    0    0.16    0.8    3.07    7.68
    5/29/15    27310058    13    1    1    Mamie    Day    15H008    4    0    0    0    0.49    0    0    6.14
    5/29/15    27310058    13    1    1    Mamie    Day    15H009    0    0    40.112982    0    0.15    0.8    3.07    12.28
    6/5/15    27310060    13    1    1    Mamie    Day    15H002    8    0    0    0    0.48    0    0    12.28
    6/5/15    27310060    13    1    1    Mamie    Day    15H003    9    0    681.0804    0    2.74    13.62    52.1    13.82
    6/5/15    27310060    13    1    1    Mamie    Day    15H007    2    0    0    0    0.25    0    0    3.08
    6/5/15    27310060    13    1    1    Mamie    Day    15H010    0    0    185.7492    0    0.75    3.71    14.21    12.28
    6/12/15    27310062    13    1    1    Mamie    Day    15H002    5    0    0    0    1    0    0    7.68
    6/12/15    27310062    13    1    1    Mamie    Day    15H003    12    0    0    0    0.09    0    0    18.42
    6/12/15    27310062    13    1    1    Mamie    Day    15H007    10    0    1395.064944    0    5.56    27.9    106.72    15.36
    6/17/15    27310066    13    1    1    Mamie    Day    15H007    0    0    0    0    2.02    0    0    85.8
    6/19/15    27310067    13    1    1    Mamie    Day    15H002    2    0    0    0    2.02    0    0    3.08
    6/19/15    27310067    13    1    1    Mamie    Day    15H003    2    0    0    0    4.55    0    0    3.08
    6/19/15    27310067    13    1    1    Mamie    Day    15H007    36    0    0    0    1.52    0    0    55.28
    6/26/15    27310070    13    1    1    Mamie    Day    15H003    6    0    0    0    1.52    0    0    9.22
    6/26/15    27310070    13    1    1    Mamie    Day    15H007    34    0    5675.67    0    18.9    113.51    434.19    52.22
    1/2/15    27310001    15    1    1    Don    Young    14005    0    0    0    0    0.07    0    0    0.48
    1/2/15    27310001    15    1    1    Don    Young    14H010    0    0    47.1744    0    0.19    0.94    3.61    14.16
    1/2/15    27310001    15    1    1    Don    Young    14H012    0    0    188.6976    0    0.77    3.77    14.44    7.08
    1/9/15    27310003    15    1    1    Don    Young    14005    0    0    0    0    1.54    0    0    0.48
    1/9/15    27310003    15    1    1    Don    Young    14H009    0    0    0    0    4.11    0    0    7.08
    1/9/15    27310003    15    1    1    Don    Young    14H012    0    0    0    0    1.37    0    0    14.16
    1/9/15    27310003    15    1    1    Don    Young    15H009    0    0    0    0    1.37    0    0    4.42
    1/9/15    27310003    15    1    1    Don    Young    15H010    0    0    0    0    0.5    0    0    7.08
    1/16/15    27310006    15    1    1    Don    Young    15005    0    0    0    0    2.5    0    0    0.48
    1/16/15    27310006    15    1    1    Don    Young    15H003    1    0    0    0    1    0    0    0.88
    1/16/15    27310006    15    1    1    Don    Young    15H008    1    0    0    0    1.01    0    0    0.88
    1/23/15    27310008    15    1    1    Don    Young    15H006    5    0    0    0    0.08    0    0    4.42
    1/30/15    27310011    15    1    1    Don    Young    15005    0    0    0    0    1.19    0    0    0.48
    2/6/15    27310014    15    1    1    Don    Young    15005    0    0    0    0    2.36    0    0    0.48
    2/13/15    27310016    15    1    1    Don    Young    15005    0    0    0    0    0.73    0    0    0.48
    2/13/15    27310016    15    1    1    Don    Young    15H008    1    0    0    0    1.19    0    0    0.88
    2/20/15    27310019    15    1    1    Don    Young    15005    0    0    0    0    5.28    0    0    0.48
    2/20/15    27310019    15    1    1    Don    Young    15H003    8    0    0    0    1.76    0    0    7.08
    2/27/15    27310021    15    1    1    Don    Young    15005    0    0    0    0    1.76    0    0    0.48
    3/6/15    27310024    15    1    1    Don    Young    15005    0    0    361.945584    0    1.3    7.24    27.69    0.5
    3/13/15    27310026    15    1    1    Don    Young    15005    0    0    0    0    2.37    0    0    0.5
    3/13/15    27310026    15    1    1    Don    Young    15H008    1    0    340.658136    0    1.23    6.81    26.06    0.92
    3/20/15    27310031    15    1    1    Don    Young    15005    0    0    0    0    1.22    0    0    0.5
    3/27/15    27310035    15    1    1    Don    Young    15005    0    0    0    0    0.06    0    0    0.5
    4/3/15    27310037    15    1    1    Don    Young    15005    0    0    68.5503    0    0.24    1.37    5.24    0.5
    4/10/15    27310039    15    1    1    Don    Young    15005    0    0    0    0    0.95    0    0    0.5
    4/17/15    27310042    15    1    1    Don    Young    15005    0    0    6229.438488    0    17.61    124.59    476.55    0.5
    4/17/15    27310042    15    1    1    Don    Young    15H009    0    0    0    0    0.05    0    0    4.56
    4/24/15    27310045    15    1    1    Don    Young    15005    0    0    154.791    0    0.63    3.1    11.84    0.5
    5/1/15    27310047    15    1    1    Don    Young    15005    0    0    0    0    1.01    0    0    0.5
    5/8/15    27310051    15    1    1    Don    Young    15005    0    0    0    0    1.01    0    0    0.5
    5/15/15    27310054    15    1    1    Don    Young    15005    0    0    0    0    3.75    0    0    0.5
    5/15/15    27310054    15    1    1    Don    Young    15H003    4    0    0    0    1.25    0    0    3.64
    5/15/15    27310054    15    1    1    Don    Young    15H008    1    0    0    0    1.25    0    0    0.92
    5/22/15    27310056    15    1    1    Don    Young    15005    0    0    0    0    0.08    0    0    0.5
    5/29/15    27310058    15    1    1    Don    Young    15005    0    0    765.448866    0    2.83    15.31    58.56    0.5
    6/5/15    27310060    15    1    1    Don    Young    15005    0    0    255.154536    0    0.95    5.1    19.52    0.5
    6/5/15    27310060    15    1    1    Don    Young    15H010    0    0    0    0    0.94    0    0    7.3
    6/12/15    27310062    15    1    1    Don    Young    15005    0    0    0    0    4.03    0    0    0.5
    6/12/15    27310062    15    1    1    Don    Young    15H008    1    0    0    0    1.35    0    0    0.92
    6/19/15    27310067    15    1    1    Don    Young    15005    0    0    0    0    1.34    0    0    0.5
    6/19/15    27310067    15    1    1    Don    Young    15H003    2    0    0    0    0.06    0    0    1.82
    6/19/15    27310067    15    1    1    Don    Young    15H009    0    0    26.5356    0    0.1    0.53    2.03    21.9
    6/26/15    27310070    15    1    1    Don    Young    15005    0    0    451.1052    0    1.65    9.02    34.51    0.5
    6/26/15    27310070    15    1    1    Don    Young    15H003    4    0    132.678    0    0.49    2.65    10.15    3.64
    1/2/15    27310001    18    1    1    Marty    Barnes    14H001    11    0    0    0    0.78    0    0    0.58
    1/2/15    27310001    18    1    1    Marty    Barnes    14S001    11    0    0    0    1.75    0    0    0.58
    1/9/15    27310003    18    1    1    Marty    Barnes    14H001    8    0    0    0    0.88    0    0    0.42
    1/9/15    27310003    18    1    1    Marty    Barnes    14S001    8    0    0    0    0.88    0    0    0.42
    1/9/15    27310003    18    1    1    Marty    Barnes    15H001    4    0    0    0    0.87    0    0    0.2
    1/9/15    27310003    18    1    1    Marty    Barnes    15S001    4    0    0    0    0.12    0    0    0.2
    1/16/15    27310006    18    1    1    Marty    Barnes    15H001    11.5    0    382.18635    0    1.45    7.64    29.24    0.6
    1/16/15    27310006    18    1    1    Marty    Barnes    15S001    11.5    0    382.18635    0    1.44    7.64    29.24    0.6
    1/23/15    27310008    18    1    1    Marty    Barnes    15H001    11.5    0    0    0    1.45    0    0    0.6
    1/23/15    27310008    18    1    1    Marty    Barnes    15S001    11.5    0    382.18635    0    1.44    7.64    29.24    0.6
    1/30/15    27310011    18    1    1    Marty    Barnes    15H001    11.5    0    382.18635    0    1.45    7.64    29.24    0.6
    1/30/15    27310011    18    1    1    Marty    Barnes    15S001    11.5    0    0    0    1.44    0    0    0.6
    2/6/15    27310014    18    1    1    Marty    Barnes    15H001    11.5    0    191.071062    0    0.72    3.82    14.62    0.6
    2/6/15    27310014    18    1    1    Marty    Barnes    15S001    11.5    0    191.085804    0    0.72    3.82    14.62    0.6
    2/13/15    27310016    18    1    1    Marty    Barnes    15H001    11.5    0    0    0    1.45    0    0    0.6
    2/13/15    27310016    18    1    1    Marty    Barnes    15S001    11.5    0    191.071062    0    0.73    3.82    14.62    0.6
    2/20/15    27310019    18    1    1    Marty    Barnes    15H001    11.5    0    191.085804    0    0.72    3.82    14.62    0.6
    2/20/15    27310019    18    1    1    Marty    Barnes    15S001    11.5    0    0    0    1.44    0    0    0.6
    2/27/15    27310021    18    1    1    Marty    Barnes    15H001    11.5    0    0    0    0.06    0    0    0.6
    2/27/15    27310021    18    1    1    Marty    Barnes    15S001    11.5    0    103.194    0    0.35    2.06    7.89    0.6
    3/6/15    27310024    18    1    1    Marty    Barnes    15H001    11.5    0    0    120    0.61    2.4    9.18    0.56
    3/6/15    27310024    18    1    1    Marty    Barnes    15S001    11.5    0    0    0    0.61    0    0    0.56
    3/13/15    27310026    18    1    1    Marty    Barnes    15H001    11.5    0    0    0    0.81    0    0    0.56
    3/13/15    27310026    18    1    1    Marty    Barnes    15S001    11.5    0    0    0    0.06    0    0    0.56
    3/20/15    27310031    18    1    1    Marty    Barnes    15H001    11.5    0    206.388    0    0.78    4.13    15.79    0.56
    3/20/15    27310031    18    1    1    Marty    Barnes    15S001    11.5    0    123.8328    0    0.46    2.48    9.47    0.56
    3/27/15    27310035    18    1    1    Marty    Barnes    15H001    11.5    0    82.5552    0    0.31    1.65    6.32    0.56
    3/27/15    27310035    18    1    1    Marty    Barnes    15S001    11.5    0    0    0    1.24    0    0    0.56
    4/3/15    27310037    18    1    1    Marty    Barnes    15H001    11.5    0    206.388    0    0.78    4.13    15.79    0.56
    4/3/15    27310037    18    1    1    Marty    Barnes    15S001    11.5    0    377.76375    0    1.35    7.56    28.9    0.56
    4/10/15    27310039    18    1    1    Marty    Barnes    15H001    11.5    0    370.215846    0    1.33    7.4    28.32    0.56
    4/10/15    27310039    18    1    1    Marty    Barnes    15S001    11.5    0    0    0    0.38    0    0    0.56
    4/17/15    27310042    18    1    1    Marty    Barnes    15H001    11.5    0    0    0    0.44    0    0    0.56
    4/17/15    27310042    18    1    1    Marty    Barnes    15S001    11.5    0    0    0    0.4    0    0    0.56
    4/24/15    27310045    18    1    1    Marty    Barnes    15H001    11.5    0    0    0    0.43    0    0    0.56
    4/24/15    27310045    18    1    1    Marty    Barnes    15S001    11.5    0    0    0    2.95    0    0    0.56
    5/1/15    27310047    18    1    1    Marty    Barnes    15H001    11.5    0    0    0    0.98    0    0    0.56
    5/1/15    27310047    18    1    1    Marty    Barnes    15S001    11.5    0    0    0    0.99    0    0    0.56
    5/8/15    27310051    18    1    1    Marty    Barnes    15H001    11.5    0    25.0614    0    0.1    0.5    1.92    0.56
    5/8/15    27310051    18    1    1    Marty    Barnes    15S001    11.5    0    0    0    0.82    0    0    0.56
    5/15/15    27310054    18    1    1    Marty    Barnes    15H001    15.5    0    0    0    0.98    0    0    0.74
    5/15/15    27310054    18    1    1    Marty    Barnes    15S001    15.5    0    0    0    0.82    0    0    0.74
    5/22/15    27310056    18    1    1    Marty    Barnes    15H001    15.5    0    0    0    3.05    0    0    0.74
    5/22/15    27310056    18    1    1    Marty    Barnes    15S001    15.5    0    0    0    1.02    0    0    0.74
    5/29/15    27310058    18    1    1    Marty    Barnes    15H001    15.5    0    0    0    1.02    0    0    0.74
    5/29/15    27310058    18    1    1    Marty    Barnes    15S001    15.5    0    0    0    0.05    0    0    0.74
    6/5/15    27310060    18    1    1    Marty    Barnes    15H001    12    0    385.621236    0    1.57    7.71    29.5    0.58
    6/5/15    27310060    18    1    1    Marty    Barnes    15S001    12    0    0    0    1.15    0    0    0.58
    6/12/15    27310062    18    1    1    Marty    Barnes    15H001    16    0    0    0    1.14    0    0    0.76
    6/12/15    27310062    18    1    1    Marty    Barnes    15S001    16    0    108.3537    0    0.39    2.17    8.29    0.76
    6/19/15    27310067    18    1    1    Marty    Barnes    15H001    16    0    0    0    1.05    0    0    0.76
    6/19/15    27310067    18    1    1    Marty    Barnes    15S001    16    0    0    0    1.06    0    0    0.76
    6/26/15    27310070    18    1    1    Marty    Barnes    15H001    12    0    0    0    1.05    0    0    0.58
    6/26/15    27310070    18    1    1    Marty    Barnes    15S001    12    0    0    0    3.83    0    0    0.58
    1/2/15    27310001    19    1    1    Frank    Diaz    14S006    3    0    0    0    1.28    0    0    2.6
    1/2/15    27310001    19    1    1    Frank    Diaz    14S009    0    0    0    0    1.28    0    0    4.32
    1/2/15    27310001    19    1    1    Frank    Diaz    14S010    0    0    0    0    3.17    0    0    13.82
    1/9/15    27310003    19    1    1    Frank    Diaz    14S012    0    0    0    0    1.05    0    0    20.74
    1/9/15    27310003    19    1    1    Frank    Diaz    15S009    0    0    0    0    1.06    0    0    6.92
    1/9/15    27310003    19    1    1    Frank    Diaz    15S010    0    0    231.08085    0    0.9    4.62    17.68    6.92
    1/23/15    27310008    19    1    1    Frank    Diaz    15S006    4    0    31.518396    0    0.12    0.63    2.41    3.46
    1/30/15    27310011    19    1    1    Frank    Diaz    15S002    2    0    31.518396    0    0.12    0.63    2.41    1.72
    1/30/15    27310011    19    1    1    Frank    Diaz    15S009    0    0    0    0    0.81    0    0    8.64
    2/6/15    27310014    19    1    1    Frank    Diaz    15S006    3    0    0    0    0.65    0    0    2.6
    2/6/15    27310014    19    1    1    Frank    Diaz    15S009    0    0    0    0    0.65    0    0    11.24
    2/13/15    27310016    19    1    1    Frank    Diaz    15S006    2    0    199.017    0    0.81    3.98    15.22    1.72
    2/20/15    27310019    19    1    1    Frank    Diaz    15S006    3    0    0    0    0.72    0    0    2.6
    2/27/15    27310021    19    1    1    Frank    Diaz    15S009    0    0    199.017    0    0.81    3.98    15.22    12.1
    3/6/15    27310024    19    1    1    Frank    Diaz    15S002    1.5    0    0    0    0.72    0    0    1.34
    3/13/15    27310026    19    1    1    Frank    Diaz    15S006    3    0    0    0    0.72    0    0    2.68
    3/20/15    27310031    19    1    1    Frank    Diaz    15S006    2    0    0    0    2.48    0    0    1.78
    3/27/15    27310035    19    1    1    Frank    Diaz    15S006    2    0    0    0    0.83    0    0    1.78
    3/27/15    27310035    19    1    1    Frank    Diaz    15S009    0    0    0    0    0.83    0    0    6.24
    4/3/15    27310037    19    1    1    Frank    Diaz    15S006    2    0    0    0    0.69    0    0    1.78
    4/10/15    27310039    19    1    1    Frank    Diaz    15S002    3    0    0    0    0.7    0    0    2.68
    4/10/15    27310039    19    1    1    Frank    Diaz    15S006    4    0    0    0    6.7    0    0    3.56
    4/10/15    27310039    19    1    1    Frank    Diaz    15S008    3    0    0    0    2.23    0    0    2.68
    4/17/15    27310042    19    1    1    Frank    Diaz    15S006    3    0    0    0    2.24    0    0    2.68
    4/24/15    27310045    19    1    1    Frank    Diaz    15S006    2    0    557.2476    0    1.78    11.14    42.63    1.78
    5/1/15    27310047    19    1    1    Frank    Diaz    15S006    2    0    185.7492    0    0.6    3.71    14.21    1.78
    5/8/15    27310051    19    1    1    Frank    Diaz    15S006    2    0    0    0    0.59    0    0    1.78
    5/15/15    27310054    19    1    1    Frank    Diaz    15S009    0    0    0    0    2.43    0    0    8.92
    5/22/15    27310056    19    1    1    Frank    Diaz    15S006    3    0    73.71    0    1.22    1.47    5.64    2.68
    5/29/15    27310058    19    1    1    Frank    Diaz    15S006    3    0    0    0    1.22    0    0    2.68
    6/5/15    27310060    19    1    1    Frank    Diaz    15S006    2    0    0    0    1.21    0    0    1.78
    6/12/15    27310062    19    1    1    Frank    Diaz    15S009    0    0    0    0    0.05    0    0    7.12
    6/19/15    27310067    19    1    1    Frank    Diaz    15S006    2    0    0    0    1.04    0    0    1.78
    6/26/15    27310070    19    1    1    Frank    Diaz    15S006    2    0    0    0    1.05    0    0    1.78
    6/26/15    27310070    19    1    1    Frank    Diaz    15S009    0    0    320.6385    0    0.32    6.41    24.53    7.12
    1/2/15    27310001    20    1    1    Ed    Craig    14S009    0    0    0    0    2.94    0    0    2.4
    1/2/15    27310001    20    1    1    Ed    Craig    14S010    0    0    0    0    1.47    0    0    2.4
    1/2/15    27310001    20    1    1    Ed    Craig    14S012    0    0    0    0    1.47    0    0    1.2
    1/9/15    27310003    20    1    1    Ed    Craig    14S002    8.5    0    0    0    1.47    0    0    1.28
    1/9/15    27310003    20    1    1    Ed    Craig    14S009    0    0    235.872    0    0.96    4.72    18.04    2.32
    1/9/15    27310003    20    1    1    Ed    Craig    15S002    8    0    235.872    0    0.96    4.72    18.04    1.2
    1/9/15    27310003    20    1    1    Ed    Craig    15S010    0    0    117.936    0    0.48    2.36    9.02    1.2
    1/16/15    27310006    20    1    1    Ed    Craig    15S002    38    0    117.936    0    0.48    2.36    9.02    6
    1/23/15    27310008    20    1    1    Ed    Craig    15S002    40    0    0    0    1.61    0    0    6
    1/30/15    27310011    20    1    1    Ed    Craig    15S002    36    0    0    0    3.22    0    0    5.4
    1/30/15    27310011    20    1    1    Ed    Craig    15S009    0    0    0    0    1.61    0    0    0.6
    2/6/15    27310014    20    1    1    Ed    Craig    15S002    33.5    0    0    0    1.62    0    0    4.84
    2/6/15    27310014    20    1    1    Ed    Craig    15S012    0    0    0    0    0.05    0    0    1.16
    2/13/15    27310016    20    1    1    Ed    Craig    15S002    40    0    38.3292    0    0.16    0.77    2.93    6
    2/20/15    27310019    20    1    1    Ed    Craig    15S002    42.5    0    0    0    1.25    0    0    6
    2/27/15    27310021    20    1    1    Ed    Craig    15S002    37    0    453.61134    0    1.83    9.07    34.7    6
    3/6/15    27310024    20    1    1    Ed    Craig    15S002    40    0    453.61134    0    1.83    9.07    34.7    6
    3/13/15    27310026    20    1    1    Ed    Craig    15S002    34    0    0    0    7.31    0    0    5.1
    3/13/15    27310026    20    1    1    Ed    Craig    15S009    0    0    0    0    3.65    0    0    0.9
    3/20/15    27310031    20    1    1    Ed    Craig    15S002    38.75    0    0    0    3.66    0    0    6
    3/27/15    27310035    20    1    1    Ed    Craig    15S002    37    0    88.452    0    0.3    1.77    6.77    6
    4/3/15    27310037    20    1    1    Ed    Craig    15S002    40    0    280.098    0    0.96    5.6    21.43    6
    4/10/15    27310039    20    1    1    Ed    Craig    15S002    45    0    339.066    0    1.17    6.78    25.94    6
    4/17/15    27310042    20    1    1    Ed    Craig    15S002    28.5    0    0    0    0.81    0    0    4.28
    4/17/15    27310042    20    1    1    Ed    Craig    15S009    0    0    0    0    0.81    0    0    0.52
    4/17/15    27310042    20    1    1    Ed    Craig    15S012    0    0    0    0    0.02    0    0    1.2
    4/24/15    27310045    20    1    1    Ed    Craig    15S002    39.5    0    0    0    4.32    0    0    6
    5/1/15    27310047    20    1    1    Ed    Craig    15S002    40.5    0    0    0    1.44    0    0    6
    5/8/15    27310051    20    1    1    Ed    Craig    15S002    24    0    0    0    0.03    0    0    3.6
    5/8/15    27310051    20    1    1    Ed    Craig    15S009    0    0    425.247732    0    1.54    8.5    32.53    2.4
    5/15/15    27310054    20    1    1    Ed    Craig    15S002    40.5    0    0    0    1.03    0    0    6
    5/22/15    27310056    20    1    1    Ed    Craig    15S002    45.5    0    141.74433    0    0.52    2.83    10.84    6
    5/29/15    27310058    20    1    1    Ed    Craig    15S002    36    0    0    0    1.02    0    0    5.4
    6/5/15    27310060    20    1    1    Ed    Craig    15S002    31    0    0    0    1.03    0    0    4.78
    6/5/15    27310060    20    1    1    Ed    Craig    15S010    0    0    17.6904    0    0.07    0.35    1.35    1.24
    6/12/15    27310062    20    1    1    Ed    Craig    15S002    40    0    0    0    0.58    0    0    6
    6/19/15    27310067    20    1    1    Ed    Craig    15S002    38.5    0    0    0    0.05    0    0    6
    6/26/15    27310070    20    1    1    Ed    Craig    15S002    21.5    0    0    0    1.03    0    0    3
    1/2/15    27310001    22    1    1    Marion    Scott    14H010    0    0    0    0    1.02    0    0    17.22
    1/9/15    27310003    22    1    1    Marion    Scott    14H009    0    0    0    0    2.34    0    0    17.22
    1/9/15    27310003    22    1    1    Marion    Scott    14H012    0    0    0    0    0.78    0    0    8.62
    1/9/15    27310003    22    1    1    Marion    Scott    15H009    0    0    0    0    0.78    0    0    8.62
    1/9/15    27310003    22    1    1    Marion    Scott    15H010    0    0    0    0    0.05    0    0    8.62
    1/16/15    27310006    22    1    1    Marion    Scott    15H003    2    0    105.25788    0    0.4    2.11    8.05    1.92
    1/23/15    27310008    22    1    1    Marion    Scott    15H003    4    0    342.08811    0    1.28    6.84    26.17    3.58
    2/6/15    27310014    22    1    1    Marion    Scott    15H003    1    0    0    107.1    0.59    2.14    8.19    1.08
    2/6/15    27310014    22    1    1    Marion    Scott    15H009    0    0    26.31447    0    0.1    0.53    2.01    11.84
    2/20/15    27310019    22    1    1    Marion    Scott    15H003    8    0    0    0    1.58    0    0    7.66
    2/27/15    27310021    22    1    1    Marion    Scott    15H003    1    0    0    0    1.58    0    0    0.98
    3/6/15    27310024    22    1    1    Marion    Scott    15H003    1    0    0    0    0.02    0    0    0.98
    3/13/15    27310026    22    1    1    Marion    Scott    15H003    5    0    0    0    1.39    0    0    4.54
    3/20/15    27310031    22    1    1    Marion    Scott    15H009    0    0    0    0    1.1    0    0    2.22
    4/10/15    27310039    22    1    1    Marion    Scott    15H003    3    0    0    0    1.11    0    0    3.18
    4/17/15    27310042    22    1    1    Marion    Scott    15H003    4    0    0    0    1.11    0    0    3.86
    5/8/15    27310051    22    1    1    Marion    Scott    15H003    2    0    0    0    0.03    0    0    2.02
    5/15/15    27310054    22    1    1    Marion    Scott    15H003    4    0    29.484    0    0.1    0.59    2.26    4.44
    5/15/15    27310054    22    1    1    Marion    Scott    15H009    0    0    0    0    0.68    0    0    4.44
    5/29/15    27310058    22    1    1    Marion    Scott    15H003    2    0    0    0    0.77    0    0    2.02
    6/5/15    27310060    22    1    1    Marion    Scott    15H010    0    0    0    0    0.77    0    0    8.46
    6/12/15    27310062    22    1    1    Marion    Scott    15H003    2    0    0    0    0.09    0    0    1.98
    6/19/15    27310067    22    1    1    Marion    Scott    15H003    1    0    0    0    3.51    0    0    1.12
    6/19/15    27310067    22    1    1    Marion    Scott    15H009    0    0    0    0    1.41    0    0    13.32
    6/26/15    27310070    22    1    1    Marion    Scott    15H009    0    0    0    0    0.94    0    0    13.6
    1/2/15    27310001    23    1    1    Mary    Waters    14H009    0    0    0    0    3.24    0    0    3.46
    1/2/15    27310001    23    1    1    Mary    Waters    14H010    0    0    0    0    1.08    0    0    18.46
    1/2/15    27310001    23    1    1    Mary    Waters    14H012    0    0    0    0    1.08    0    0    9.24
    1/9/15    27310003    23    1    1    Mary    Waters    14H009    0    0    0    0    0.07    0    0    9.24
    1/9/15    27310003    23    1    1    Mary    Waters    14H012    0    0    0    0    1.67    0    0    18.46
    1/9/15    27310003    23    1    1    Mary    Waters    15H009    0    0    0    0    0.84    0    0    9.24
    1/9/15    27310003    23    1    1    Mary    Waters    15H010    0    0    0    0    0.84    0    0    9.24
    1/16/15    27310006    23    1    1    Mary    Waters    15H002    2    0    0    0    0.83    0    0    2.3
    1/23/15    27310008    23    1    1    Mary    Waters    15H002    2    0    0    0    1.55    0    0    2.3
    1/30/15    27310011    23    1    1    Mary    Waters    15H003    1    0    84.0294    0    0.52    1.68    6.43    1.16
    2/13/15    27310016    23    1    1    Mary    Waters    15H002    2    0    0    0    0.52    0    0    2.3
    2/13/15    27310016    23    1    1    Mary    Waters    15H008    8    0    839.99916    0    3.42    16.8    64.26    9.24
    2/20/15    27310019    23    1    1    Mary    Waters    15H002    2    0    157.503528    0    0.64    3.15    12.05    2.14
    3/6/15    27310024    23    1    1    Mary    Waters    15H002    6    0    0    0    1.71    0    0    7.14
    3/6/15    27310024    23    1    1    Mary    Waters    15H003    16    0    0    0    0.08    0    0    19.04
    3/13/15    27310026    23    1    1    Mary    Waters    15H003    2    0    81.832842    0    0.32    1.64    6.26    2.38
    3/27/15    27310035    23    1    1    Mary    Waters    15H009    0    0    245.483784    0    0.95    4.91    18.78    4.76
    4/3/15    27310037    23    1    1    Mary    Waters    15H009    0    0    81.832842    0    0.32    1.64    6.26    2.38
    4/10/15    27310039    23    1    1    Mary    Waters    15H003    2    0    0    0    2.54    0    0    2.38
    4/10/15    27310039    23    1    1    Mary    Waters    15H009    0    0    0    0    0.02    0    0    9.52
    4/17/15    27310042    23    1    1    Mary    Waters    15H003    2    0    0    0    3.53    0    0    2.38
    5/6/15    27310050    23    1    1    Mary    Waters    15H003    0    0    0    0    1.17    0    0    66
    5/8/15    27310051    23    1    1    Mary    Waters    15H003    1    0    0    0    1.06    0    0    1.16
    5/8/15    27310051    23    1    1    Mary    Waters    15H008    2    0    247.6656    0    0.97    4.95    18.95    2.32
    6/5/15    27310060    23    1    1    Mary    Waters    15H010    0    0    0    0    0.13    0    0    9.28
    1/2/15    27310001    25    1    1    Tami    Luna    14H001    9.5    0    0    0    0.49    0    0    0.56
    1/2/15    27310001    25    1    1    Tami    Luna    14H010    0    0    247.6656    0    0.98    4.95    18.95    0.48
    1/2/15    27310001    25    1    1    Tami    Luna    14H012    0    0    0    0    0.12    0    0    0.2
    1/2/15    27310001    25    1    1    Tami    Luna    14S001    9    0    0    0    0.49    0    0    0.54
    1/2/15    27310001    25    1    1    Tami    Luna    14S010    0    0    123.8328    0    0.49    2.48    9.47    0.48
    1/2/15    27310001    25    1    1    Tami    Luna    14S012    0    0    0    0    0.48    0    0    0.12
    1/9/15    27310003    25    1    1    Tami    Luna    14H001    13.5    0    123.8328    0    0.49    2.48    9.47    0.8
    1/9/15    27310003    25    1    1    Tami    Luna    14S001    13.5    0    0    0    0.49    0    0    0.8
    1/9/15    27310003    25    1    1    Tami    Luna    15H009    0    0    457.547454    0    1.78    9.15    35    0.14
    1/9/15    27310003    25    1    1    Tami    Luna    15H010    0    0    457.547454    0    1.78    9.15    35    0.24
    1/9/15    27310003    25    1    1    Tami    Luna    15S009    0    0    0    0    0.33    0    0    0.14
    1/9/15    27310003    25    1    1    Tami    Luna    15S010    0    0    0    0    0.53    0    0    0.24
    1/16/15    27310006    25    1    1    Tami    Luna    15H001    22    0    0    0    0.33    0    0    1.2
    1/16/15    27310006    25    1    1    Tami    Luna    15S001    22    0    0    0    0.53    0    0    1.2
    1/23/15    27310008    25    1    1    Tami    Luna    15H001    22    0    0    0    0.08    0    0    1.2
    1/23/15    27310008    25    1    1    Tami    Luna    15S001    22    0    0    0    4    0    0    1.2
    1/30/15    27310011    25    1    1    Tami    Luna    15H001    22    0    0    0    1.33    0    0    1.2
    1/30/15    27310011    25    1    1    Tami    Luna    15S001    22    0    0    0    1.34    0    0    1.2
    2/6/15    27310014    25    1    1    Tami    Luna    15H001    22.5    0    0    0    0.05    0    0    1.22
    2/6/15    27310014    25    1    1    Tami    Luna    15S001    21.5    0    211.208634    0    0.86    4.22    16.16    1.16
    2/13/15    27310016    25    1    1    Tami    Luna    15H001    22.5    0    422.417268    0    1.72    8.45    32.31    1.22
    2/13/15    27310016    25    1    1    Tami    Luna    15S001    21.5    0    0    0    1.72    0    0    1.16
    2/20/15    27310019    25    1    1    Tami    Luna    15H001    22.5    0    0    0    1.72    0    0    1.22
    2/20/15    27310019    25    1    1    Tami    Luna    15S001    21.5    0    0    0    0.04    0    0    1.16
    2/27/15    27310021    25    1    1    Tami    Luna    15H001    20    0    92.8746    0    0.31    1.86    7.1    1.2
    2/27/15    27310021    25    1    1    Tami    Luna    15S001    20    0    0    0    0.83    0    0    1.2
    3/6/15    27310024    25    1    1    Tami    Luna    15H001    22    0    0    0    0.84    0    0    1.1
    3/6/15    27310024    25    1    1    Tami    Luna    15S001    22    0    0    0    0.09    0    0    1.1
    3/13/15    27310026    25    1    1    Tami    Luna    15H001    21    0    765.448866    0    2.98    15.31    58.56    1.1
    3/13/15    27310026    25    1    1    Tami    Luna    15S001    21    0    0    0    0.99    0    0    1.1
    3/20/15    27310031    25    1    1    Tami    Luna    15H001    21.5    0    0    0    0.99    0    0    1.1
    3/20/15    27310031    25    1    1    Tami    Luna    15S001    21.5    0    442.26    0    1.8    8.85    33.83    1.1
    3/27/15    27310035    25    1    1    Tami    Luna    15H001    22    0    442.26    0    1.8    8.85    33.83    1.1
    3/27/15    27310035    25    1    1    Tami    Luna    15S001    22    0    903.655116    0    4.34    18.07    69.13    1.1
    4/3/15    27310037    25    1    1    Tami    Luna    15H001    6.5    0    0    0    2.04    0    0    0.36
    4/3/15    27310037    25    1    1    Tami    Luna    15H009    0    0    0    0    0.08    0    0    0.74
    4/3/15    27310037    25    1    1    Tami    Luna    15S001    6.5    0    1705.87053    0    6.49    34.12    130.5    0.36
    4/3/15    27310037    25    1    1    Tami    Luna    15S009    0    0    1061.424    0    4.32    21.23    81.2    0.74
    4/10/15    27310039    25    1    1    Tami    Luna    15H001    18    0    0    0    0.09    0    0    1
    4/10/15    27310039    25    1    1    Tami    Luna    15H009    0    0    0    0    0.48    0    0    0.12
    4/10/15    27310039    25    1    1    Tami    Luna    15S001    18    0    33.9066    0    0.13    0.68    2.59    1
    4/10/15    27310039    25    1    1    Tami    Luna    15S009    0    0    0    0    0.09    0    0    0.12
    4/17/15    27310042    25    1    1    Tami    Luna    15H001    22.5    0    55.2825    0    0.23    1.11    4.23    1.1
    4/17/15    27310042    25    1    1    Tami    Luna    15S001    22.5    0    742.318668    0    2.66    14.85    56.79    1.1
    4/24/15    27310045    25    1    1    Tami    Luna    15H001    21    0    742.318668    0    2.65    14.85    56.79    1.1
    4/24/15    27310045    25    1    1    Tami    Luna    15S001    21    0    0    0    0.08    0    0    1.1
    5/1/15    27310047    25    1    1    Tami    Luna    15H001    6.5    0    835.1343    0    3.11    16.7    63.89    0.36
    5/1/15    27310047    25    1    1    Tami    Luna    15H009    0    0    0    0    0.09    0    0    0.74
    5/1/15    27310047    25    1    1    Tami    Luna    15S001    6.5    0    170.830296    0    0.67    3.42    13.07    0.36
    5/1/15    27310047    25    1    1    Tami    Luna    15S009    0    0    18.987696    0    0.08    0.38    1.45    0.74
    5/8/15    27310051    25    1    1    Tami    Luna    15H001    24    0    0    0    0.09    0    0    1.24
    5/8/15    27310051    25    1    1    Tami    Luna    15S001    22    0    1041.197976    0    4.09    20.82    79.65    1.14
    5/15/15    27310054    25    1    1    Tami    Luna    15H001    22.5    0    0    0    0.07    0    0    1.24
    5/15/15    27310054    25    1    1    Tami    Luna    15S001    20.5    0    68.84514    0    0.28    1.38    5.27    1.14
    5/22/15    27310056    25    1    1    Tami    Luna    15H001    23    0    0    0    1.12    0    0    1.22
    5/22/15    27310056    25    1    1    Tami    Luna    15S001    22    0    0    0    6.7    0    0    1.16
    5/29/15    27310058    25    1    1    Tami    Luna    15H001    22.5    0    0    0    1.67    0    0    1.22
    5/29/15    27310058    25    1    1    Tami    Luna    15S001    21.5    0    0    0    0.08    0    0    1.16
    6/5/15    27310060    25    1    1    Tami    Luna    15H001    18    0    148.348746    0    0.57    2.97    11.35    0.98
    6/5/15    27310060    25    1    1    Tami    Luna    15H010    0    0    801.050796    0    3.04    16.02    61.28    0.22
    6/5/15    27310060    25    1    1    Tami    Luna    15S001    18    0    0    0    0.08    0    0    0.98
    6/5/15    27310060    25    1    1    Tami    Luna    15S010    0    0    0    0    0.06    0    0    0.22
    6/12/15    27310062    25    1    1    Tami    Luna    15H001    9    0    134.8893    0    0.5    2.7    10.32    0.54
    6/12/15    27310062    25    1    1    Tami    Luna    15H009    0    0    202.33395    0    0.75    4.05    15.48    0.72
    6/12/15    27310062    25    1    1    Tami    Luna    15S001    9    0    89.9262    0    0.34    1.8    6.88    0.54
    6/12/15    27310062    25    1    1    Tami    Luna    15S009    0    0    157.37085    0    0.58    3.15    12.04    0.6
    6/19/15    27310067    25    1    1    Tami    Luna    15H001    14    0    89.9262    0    0.33    1.8    6.88    0.84
    6/19/15    27310067    25    1    1    Tami    Luna    15H009    0    0    0    0    1.34    0    0    0.36
    6/19/15    27310067    25    1    1    Tami    Luna    15S001    14    0    641.86668    0    2.46    12.84    49.1    0.84
    6/19/15    27310067    25    1    1    Tami    Luna    15S009    0    0    641.86668    0    2.45    12.84    49.1    0.36
    6/26/15    27310070    25    1    1    Tami    Luna    15H001    22    0    866.8296    0    3.48    17.34    66.31    1.18
    6/26/15    27310070    25    1    1    Tami    Luna    15S001    22    0    0    0    0.5    0    0    1.18
    1/2/15    27310001    27    1    1    Cindy    Lunt    14S001    2.5    0    0    0    0.09    0    0    2.44
    1/2/15    27310001    27    1    1    Cindy    Lunt    14S004    1    0    2409.638868    0    9.6    48.19    184.34    0.98
    1/2/15    27310001    27    1    1    Cindy    Lunt    14S006    1.5    0    0    0    0.08    0    0    1.46
    1/2/15    27310001    27    1    1    Cindy    Lunt    14S010    0    0    217.267596    0    0.85    4.35    16.62    15.62
    1/2/15    27310001    27    1    1    Cindy    Lunt    14S012    0    0    72.427446    0    0.29    1.45    5.54    7.8
    1/2/15    27310001    27    1    1    Cindy    Lunt    14005    0    0    5675.67    0    0    113.51    434.19    0.28
    1/9/15    27310003    27    1    1    Cindy    Lunt    14005    0    0    0    0    0.09    0    0    0.28
    1/9/15    27310003    27    1    1    Cindy    Lunt    14S001    3    0    47.1744    0    0.19    0.94    3.61    2.92
    1/9/15    27310003    27    1    1    Cindy    Lunt    14S002    2.5    0    94.3488    0    0.39    1.89    7.22    2.44
    1/9/15    27310003    27    1    1    Cindy    Lunt    14S004    1    0    0    0    0.07    0    0    0.98
    1/9/15    27310003    27    1    1    Cindy    Lunt    14S006    2    0    44.565066    0    0.17    0.89    3.41    1.96
    1/9/15    27310003    27    1    1    Cindy    Lunt    14S012    0    0    0    0    1.2    0    0    7.8
    1/9/15    27310003    27    1    1    Cindy    Lunt    15S001    1    0    0    0    0.08    0    0    0.98
    1/9/15    27310003    27    1    1    Cindy    Lunt    15S002    1    0    0    0    0.08    0    0    0.98
    1/9/15    27310003    27    1    1    Cindy    Lunt    15S004    1    0    40.76163    0    0.15    0.82    3.12    0.98
    1/9/15    27310003    27    1    1    Cindy    Lunt    15S006    1    0    40.76163    0    0.15    0.82    3.12    0.98
    1/9/15    27310003    27    1    1    Cindy    Lunt    15S010    0    0    167.955606    0    0.66    3.36    12.85    7.8
    1/16/15    27310006    27    1    1    Cindy    Lunt    15005    0    0    0    0    0.88    0    0    0.38
    1/16/15    27310006    27    1    1    Cindy    Lunt    15S001    3    0    1703.275938    0    6.12    34.07    130.3    2.92
    1/16/15    27310006    27    1    1    Cindy    Lunt    15S002    4.5    0    0    0    0.08    0    0    4.4
    1/16/15    27310006    27    1    1    Cindy    Lunt    15S004    2    0    68.5503    0    0.25    1.37    5.24    1.96
    1/16/15    27310006    27    1    1    Cindy    Lunt    15S006    3.5    0    0    69.75    0.37    1.4    5.34    3.42
    1/16/15    27310006    27    1    1    Cindy    Lunt    15S008    2    0    34.27515    0    0.12    0.69    2.62    1.96
    1/16/15    27310006    27    1    1    Cindy    Lunt    15S009    0    0    6229.438488    0    0    124.59    476.55    7.8
    1/23/15    27310008    27    1    1    Cindy    Lunt    15005    0    0    0    0    0.09    0    0    0.48
    1/23/15    27310008    27    1    1    Cindy    Lunt    15S001    5.5    0    30.9582    0    0.13    0.62    2.37    5.36
    1/23/15    27310008    27    1    1    Cindy    Lunt    15S001    0    1.5    185.7492    0    0.75    3.71    14.21    1.46
    1/23/15    27310008    27    1    1    Cindy    Lunt    15S002    4.5    0    0    0    0.08    0    0    4.4
    1/23/15    27310008    27    1    1    Cindy    Lunt    15S002    0    1    1275.757938    0    4.72    25.52    97.6    0.98
    1/23/15    27310008    27    1    1    Cindy    Lunt    15S004    1    0    0    0    0.09    0    0    0.98
    1/23/15    27310008    27    1    1    Cindy    Lunt    15S004    0    0.5    504.368046    0    1.97    10.09    38.58    0.48
    1/23/15    27310008    27    1    1    Cindy    Lunt    15S006    2    0    0    0    0.08    0    0    1.96
    1/23/15    27310008    27    1    1    Cindy    Lunt    15S008    0    1.5    26.5356    0    0.1    0.53    2.03    1.46
    1/30/15    27310011    27    1    1    Cindy    Lunt    15005    0    0    26.5356    0    0.1    0.53    2.03    0.48
    1/30/15    27310011    27    1    1    Cindy    Lunt    15S001    6    0    33.1695    0    0.11    0.66    2.54    5.86
    1/30/15    27310011    27    1    1    Cindy    Lunt    15S001    0    2    0    0    0.87    0    0    1.96
    1/30/15    27310011    27    1    1    Cindy    Lunt    15S002    7.5    0    0    0    0.1    0    0    7.32
    1/30/15    27310011    27    1    1    Cindy    Lunt    15S002    0    1    573.272154    0    1.91    11.47    43.86    0.98
    1/30/15    27310011    27    1    1    Cindy    Lunt    15S004    1.5    0    382.18635    0    1.28    7.64    29.24    1.46
    1/30/15    27310011    27    1    1    Cindy    Lunt    15S004    0    1    477.729252    0    1.59    9.55    36.55    0.98
    1/30/15    27310011    27    1    1    Cindy    Lunt    15S006    2    0    573.257412    0    1.91    11.47    43.85    1.96
    1/30/15    27310011    27    1    1    Cindy    Lunt    15S008    1    0    382.18635    0    1.28    7.64    29.24    0.98
    2/6/15    27310014    27    1    1    Cindy    Lunt    15005    0    0    382.18635    0    1.27    7.64    29.24    0.48
    2/6/15    27310014    27    1    1    Cindy    Lunt    15S001    2.5    0    477.729252    0    1.59    9.55    36.55    2.44
    2/6/15    27310014    27    1    1    Cindy    Lunt    15S001    0    1.5    573.257412    0    1.92    11.47    43.85    1.46
    2/6/15    27310014    27    1    1    Cindy    Lunt    15S002    3.5    0    0    0    0.08    0    0    3.42
    2/6/15    27310014    27    1    1    Cindy    Lunt    15S002    0    2    29.484    0    0.1    0.59    2.26    1.96
    2/6/15    27310014    27    1    1    Cindy    Lunt    15S004    2.5    0    44.226    0    0.15    0.88    3.38    2.44
    2/6/15    27310014    27    1    1    Cindy    Lunt    15S006    2    0    58.968    0    0.21    1.18    4.51    1.96
    2/6/15    27310014    27    1    1    Cindy    Lunt    15S006    0    1    0    60    0.32    1.2    4.59    0.98
    2/6/15    27310014    27    1    1    Cindy    Lunt    15S008    1    0    0    0    0.08    0    0    0.98
    2/13/15    27310016    27    1    1    Cindy    Lunt    15005    0    0    82.5552    0    0.31    1.65    6.32    0.48
    2/13/15    27310016    27    1    1    Cindy    Lunt    15S001    2.5    0    330.2208    0    1.25    6.6    25.26    2.44
    2/13/15    27310016    27    1    1    Cindy    Lunt    15S002    1.5    0    0    84    0.47    1.68    6.43    1.46
    2/13/15    27310016    27    1    1    Cindy    Lunt    15S002    0    0.5    604.422    0    2.17    12.09    46.24    0.48
    2/13/15    27310016    27    1    1    Cindy    Lunt    15S004    2    0    604.422    0    2.16    12.09    46.24    1.96
    2/13/15    27310016    27    1    1    Cindy    Lunt    15S006    3    0    71.837766    0    0.25    1.44    5.5    2.92
    2/13/15    27310016    27    1    1    Cindy    Lunt    15S006    0    2    251.469036    0    0.86    5.03    19.24    1.96
    2/13/15    27310016    27    1    1    Cindy    Lunt    15S008    0    2    0    0    0.25    0    0    1.96
    2/20/15    27310019    27    1    1    Cindy    Lunt    15005    0    0    36.855    0    0.08    0.74    2.82    0.58
    2/20/15    27310019    27    1    1    Cindy    Lunt    15S001    4    0    0    0    0.09    0    0    3.9
    2/20/15    27310019    27    1    1    Cindy    Lunt    15S002    3    0    64.8648    0    0.25    1.3    4.96    2.92
    2/20/15    27310019    27    1    1    Cindy    Lunt    15S002    0    2.5    0    0    0.09    0    0    2.44
    2/20/15    27310019    27    1    1    Cindy    Lunt    15S004    1    0    105.169428    0    0.43    2.1    8.05    0.98
    2/20/15    27310019    27    1    1    Cindy    Lunt    15S006    2    0    0    89.18    0.53    1.78    6.82    1.96
    2/20/15    27310019    27    1    1    Cindy    Lunt    15S006    0    2    72.2358    0    0.27    1.44    5.53    1.96
    2/20/15    27310019    27    1    1    Cindy    Lunt    15S008    2    0    72.2358    0    0.27    1.44    5.53    1.96
    2/27/15    27310021    27    1    1    Cindy    Lunt    15005    0    0    1701.00567    0    6.39    34.02    130.13    0.48
    2/27/15    27310021    27    1    1    Cindy    Lunt    15S001    4.5    0    0    0    0    0    0    4.4
    2/27/15    27310021    27    1    1    Cindy    Lunt    15S001    0    1    0    0    0.09    0    0    0.98
    2/27/15    27310021    27    1    1    Cindy    Lunt    15S002    4    0    441.15435    0    1.71    8.82    33.75    3.9
    2/27/15    27310021    27    1    1    Cindy    Lunt    15S002    0    1    199.577196    0    0.77    3.99    15.27    0.98
    2/27/15    27310021    27    1    1    Cindy    Lunt    15S004    1    0    199.577196    0    0.77    3.99    15.27    0.98
    2/27/15    27310021    27    1    1    Cindy    Lunt    15S004    0    1    0    0    0.08    0    0    0.98
    2/27/15    27310021    27    1    1    Cindy    Lunt    15S006    2    0    0    0    0.32    0    0    1.96
    2/27/15    27310021    27    1    1    Cindy    Lunt    15S006    0    1    42.7518    0    0.17    0.86    3.27    0.98
    2/27/15    27310021    27    1    1    Cindy    Lunt    15S008    2.5    0    1097.718804    0    4.47    21.95    83.98    2.44
    3/6/15    27310024    27    1    1    Cindy    Lunt    15S001    0    1.5    274.42233    0    1.12    5.49    20.99    1.52
    3/6/15    27310024    27    1    1    Cindy    Lunt    15S002    1    0    928.746    0    2.97    18.57    71.05    1
    3/6/15    27310024    27    1    1    Cindy    Lunt    15S006    1    0    0    0    0.09    0    0    1
    3/6/15    27310024    27    1    1    Cindy    Lunt    15S008    0    0    0    0    0.09    0    0    -0.02
    3/6/15    27310024    27    1    1    Cindy    Lunt    15S008    0    1    256.5108    0    1.04    5.13    19.62    1
    3/6/15    27310024    27    1    1    Cindy    Lunt    15S009    0    0    320.6385    0    0.32    6.41    24.53    40.26
    3/13/15    27310026    27    1    1    Cindy    Lunt    15005    0    0    88.186644    0    0.33    1.76    6.75    0.5
    3/13/15    27310026    27    1    1    Cindy    Lunt    15S001    5    0    339.066    0    1.38    6.78    25.94    5.04
    3/13/15    27310026    27    1    1    Cindy    Lunt    15S002    3.5    0    339.066    0    1.38    6.78    25.94    3.52
    3/13/15    27310026    27    1    1    Cindy    Lunt    15S004    1.5    0    106.304562    0    0.4    2.13    8.13    1.5
    3/13/15    27310026    27    1    1    Cindy    Lunt    15S004    0    1    0    0    0.08    0    0    1
    3/13/15    27310026    27    1    1    Cindy    Lunt    15S006    1.5    0    153.3168    0    0.54    3.07    11.73    1.5
    3/13/15    27310026    27    1    1    Cindy    Lunt    15S006    0    0.5    0    156    0.82    3.12    11.93    0.5
    3/20/15    27310031    27    1    1    Cindy    Lunt    15005    0    0    2668.302    0    3.2    53.37    204.13    0.5
    3/20/15    27310031    27    1    1    Cindy    Lunt    15S001    3    0    1067.3208    0    1.28    21.35    81.65    3.02
    3/20/15    27310031    27    1    1    Cindy    Lunt    15S002    2.5    0    800.4906    0    0.96    16.01    61.24    2.52
    3/20/15    27310031    27    1    1    Cindy    Lunt    15S002    0    2.5    132.678    0    0.46    2.65    10.15    2.52
    3/20/15    27310031    27    1    1    Cindy    Lunt    15S004    4    0    353.808    0    1.22    7.08    27.07    4.02
    3/20/15    27310031    27    1    1    Cindy    Lunt    15S006    2    0    663.39    0    2.27    13.27    50.75    2.02
    3/27/15    27310035    27    1    1    Cindy    Lunt    15005    0    0    29.484    0    0.1    0.59    2.26    0.5
    3/27/15    27310035    27    1    1    Cindy    Lunt    15S001    8    0    0    0    0.09    0    0    8.06
    3/27/15    27310035    27    1    1    Cindy    Lunt    15S001    0    1    0    0    0.08    0    0    1
    3/27/15    27310035    27    1    1    Cindy    Lunt    15S002    3.5    0    921.375    0    3.35    18.43    70.49    3.52
    3/27/15    27310035    27    1    1    Cindy    Lunt    15S002    0    2    496.127268    0    1.8    9.92    37.95    2.02
    3/27/15    27310035    27    1    1    Cindy    Lunt    15S004    1.5    0    79.6068    0    0.32    1.59    6.09    1.5
    3/27/15    27310035    27    1    1    Cindy    Lunt    15S004    0    0.5    8.8452    0    0.04    0.18    0.68    0.5
    3/27/15    27310035    27    1    1    Cindy    Lunt    15S006    2    0    0    0    0.03    0    0    2.02
    3/27/15    27310035    27    1    1    Cindy    Lunt    15S006    0    2    0    0    3.07    0    0    2.02
    4/3/15    27310037    27    1    1    Cindy    Lunt    15005    0    0    0    0    0.08    0    0    0.5
    4/3/15    27310037    27    1    1    Cindy    Lunt    15S001    5    0    56.0196    0    0.21    1.12    4.29    5.04
    4/3/15    27310037    27    1    1    Cindy    Lunt    15S001    0    1.5    0    0    0.09    0    0    1.5
    4/3/15    27310037    27    1    1    Cindy    Lunt    15S002    6.5    0    105.25788    0    0.4    2.11    8.05    6.54
    4/3/15    27310037    27    1    1    Cindy    Lunt    15S004    1.5    0    52.62894    0    0.2    1.05    4.03    1.5
    4/3/15    27310037    27    1    1    Cindy    Lunt    15S006    2    0    342.08811    0    1.31    6.84    26.17    2.02
    4/3/15    27310037    27    1    1    Cindy    Lunt    15S006    0    2    78.94341    0    0.3    1.58    6.04    2.02
    4/3/15    27310037    27    1    1    Cindy    Lunt    15S008    0.5    0    0    0    0.08    0    0    0.5
    4/10/15    27310039    27    1    1    Cindy    Lunt    15005    0    0    36.48645    0    0.14    0.73    2.79    0.5
    4/10/15    27310039    27    1    1    Cindy    Lunt    15S001    8    0    0    0    0.07    0    0    8.06
    4/10/15    27310039    27    1    1    Cindy    Lunt    15S002    3    0    29.484    0    0.1    0.59    2.26    3.02
    4/10/15    27310039    27    1    1    Cindy    Lunt    15S002    0    1.5    0    0    0.09    0    0    1.5
    4/10/15    27310039    27    1    1    Cindy    Lunt    15S004    2.5    0    53.0712    0    0.22    1.06    4.06    2.52
    4/10/15    27310039    27    1    1    Cindy    Lunt    15S006    3    0    221.13    0    0.9    4.42    16.92    3.02
    4/10/15    27310039    27    1    1    Cindy    Lunt    15S008    2    0    36.855    0    0.14    0.74    2.82    2.02
    4/10/15    27310039    27    1    1    Cindy    Lunt    15S008    0    3    0    0    0.08    0    0    3.02
    4/17/15    27310042    27    1    1    Cindy    Lunt    15005    0    0    1097.158608    0    3.76    21.94    83.93    0.5
    4/17/15    27310042    27    1    1    Cindy    Lunt    15S001    11    0    0    0    0.41    0    0    11.08
    4/17/15    27310042    27    1    1    Cindy    Lunt    15S001    0    3    32.4324    0    0.13    0.65    2.48    3.02
    4/17/15    27310042    27    1    1    Cindy    Lunt    15S002    6    0    0    0    0.51    0    0    6.04
    4/17/15    27310042    27    1    1    Cindy    Lunt    15S004    3    0    1210.067586    0    4.93    24.2    92.57    3.02
    4/17/15    27310042    27    1    1    Cindy    Lunt    15S004    0    1    69.13998    0    0.28    1.38    5.29    1
    4/17/15    27310042    27    1    1    Cindy    Lunt    15S006    2    0    0    0    0.08    0    0    2.02
    4/17/15    27310042    27    1    1    Cindy    Lunt    15S008    1    0    57.154734    0    0.22    1.14    4.37    1
    4/24/15    27310045    27    1    1    Cindy    Lunt    15005    0    0    571.503114    0    2.2    11.43    43.72    0.5
    4/24/15    27310045    27    1    1    Cindy    Lunt    15S001    4.5    0    400.053654    0    1.54    8    30.6    4.52
    4/24/15    27310045    27    1    1    Cindy    Lunt    15S002    3    0    457.178904    0    1.77    9.14    34.97    3.02
    4/24/15    27310045    27    1    1    Cindy    Lunt    15S002    0    1    0    0    0.08    0    0    1
    4/24/15    27310045    27    1    1    Cindy    Lunt    15S004    2    0    72.2358    0    0.29    1.44    5.53    2.02
    4/24/15    27310045    27    1    1    Cindy    Lunt    15S004    0    1.5    72.2358    0    0.29    1.44    5.53    1.5
    4/24/15    27310045    27    1    1    Cindy    Lunt    15S006    2.5    0    417.9357    0    1.64    8.36    31.97    2.52
    5/1/15    27310047    27    1    1    Cindy    Lunt    15005    0    0    0    0    0.8    0    0    0.5
    5/1/15    27310047    27    1    1    Cindy    Lunt    15S001    9    0    417.9357    0    1.65    8.36    31.97    9.06
    5/1/15    27310047    27    1    1    Cindy    Lunt    15S001    0    2.5    0    0    0.79    0    0    2.52
    5/1/15    27310047    27    1    1    Cindy    Lunt    15S002    5.5    0    677.83716    0    2.64    13.56    51.85    5.54
    5/1/15    27310047    27    1    1    Cindy    Lunt    15S004    2    0    677.83716    0    2.64    13.56    51.85    2.02
    5/1/15    27310047    27    1    1    Cindy    Lunt    15S006    2    0    0    0    0.08    0    0    2.02
    5/1/15    27310047    27    1    1    Cindy    Lunt    15S006    0    1    44.270226    0    0.17    0.89    3.39    1
    5/1/15    27310047    27    1    1    Cindy    Lunt    15S008    1.5    0    0    0    0.09    0    0    1.5
    5/8/15    27310051    27    1    1    Cindy    Lunt    15005    0    0    792.028692    0    3.22    15.84    60.59    0.5
    5/8/15    27310051    27    1    1    Cindy    Lunt    15S001    3.5    0    52.805844    0    0.22    1.06    4.04    3.52
    5/8/15    27310051    27    1    1    Cindy    Lunt    15S002    5.5    0    0    0    0.09    0    0    5.54
    5/8/15    27310051    27    1    1    Cindy    Lunt    15S004    2    0    15.4791    0    0.05    0.31    1.18    2.02
    5/8/15    27310051    27    1    1    Cindy    Lunt    15S004    0    1.5    30.9582    0    0.1    0.62    2.37    1.5
    5/8/15    27310051    27    1    1    Cindy    Lunt    15S006    2    0    30.9582    0    0.11    0.62    2.37    2.02
    5/15/15    27310054    27    1    1    Cindy    Lunt    15005    0    0    0    0    0.09    0    0    0.5
    5/15/15    27310054    27    1    1    Cindy    Lunt    15S001    6    0    1275.757938    0    4.96    25.52    97.6    6.04
    5/15/15    27310054    27    1    1    Cindy    Lunt    15S001    0    1    0    0    0.08    0    0    1
    5/15/15    27310054    27    1    1    Cindy    Lunt    15S002    4.5    0    1705.87053    0    6.49    34.12    130.5    4.52
    5/15/15    27310054    27    1    1    Cindy    Lunt    15S002    0    1    25.0614    0    2.08    0.5    1.92    1
    5/15/15    27310054    27    1    1    Cindy    Lunt    15S004    2    0    1179.36    0    4.8    23.59    90.22    2.02
    5/15/15    27310054    27    1    1    Cindy    Lunt    15S006    4    0    0    0    0.09    0    0    4.02
    5/15/15    27310054    27    1    1    Cindy    Lunt    15S006    0    2    0    0    1.04    0    0    2.02
    5/15/15    27310054    27    1    1    Cindy    Lunt    15S008    1.5    0    0    0    0.09    0    0    1.5
    5/22/15    27310056    27    1    1    Cindy    Lunt    15005    0    0    747.876402    0    2.68    14.96    57.21    0.5
    5/22/15    27310056    27    1    1    Cindy    Lunt    15S001    2.5    0    747.876402    0    2.67    14.96    57.21    2.52
    5/22/15    27310056    27    1    1    Cindy    Lunt    15S001    0    0.5    0    0    0.08    0    0    0.5
    5/22/15    27310056    27    1    1    Cindy    Lunt    15S002    2.5    0    645.33105    0    2.4    12.91    49.37    2.52
    5/22/15    27310056    27    1    1    Cindy    Lunt    15S002    0    1.5    0    0    0.09    0    0    1.5
    5/22/15    27310056    27    1    1    Cindy    Lunt    15S004    3.5    0    303.6852    0    1.19    6.07    23.23    3.52
    5/22/15    27310056    27    1    1    Cindy    Lunt    15S004    0    0.5    18.987696    0    0.08    0.38    1.45    0.5
    5/22/15    27310056    27    1    1    Cindy    Lunt    15S006    3    0    0    0    0.09    0    0    3.02
    5/22/15    27310056    27    1    1    Cindy    Lunt    15S006    0    2    442.26    0    1.75    8.85    33.83    2.02
    5/22/15    27310056    27    1    1    Cindy    Lunt    15S008    4    0    0    0    0.05    0    0    4.02
    5/29/15    27310058    27    1    1    Cindy    Lunt    15005    0    0    0    0    2.25    0    0    0.5
    5/29/15    27310058    27    1    1    Cindy    Lunt    15S001    1    0    0    0    3.5    0    0    1
    5/29/15    27310058    27    1    1    Cindy    Lunt    15S001    0    1.5    221.13    0    0.84    4.42    16.92    1.5
    5/29/15    27310058    27    1    1    Cindy    Lunt    15S002    4    0    0    0    0    0    0    4.02
    5/29/15    27310058    27    1    1    Cindy    Lunt    15S004    1.5    0    1824.3225    0    6.9    36.49    139.56    1.5
    5/29/15    27310058    27    1    1    Cindy    Lunt    15S006    3.5    0    0    0    0.09    0    0    3.52
    5/29/15    27310058    27    1    1    Cindy    Lunt    15S006    0    1.5    157.503528    0    0.6    3.15    12.05    1.5
    5/29/15    27310058    27    1    1    Cindy    Lunt    15S008    3    0    724.49559    0    2.75    14.49    55.42    3.02
    5/29/15    27310058    27    1    1    Cindy    Lunt    15S009    0    0    0    0    0.08    0    0    4.02
    6/5/15    27310060    27    1    1    Cindy    Lunt    15005    0    0    36.1179    0    0.13    0.72    2.76    0.4
    6/5/15    27310060    27    1    1    Cindy    Lunt    15S001    4.5    0    0    0    0.08    0    0    4.52
    6/5/15    27310060    27    1    1    Cindy    Lunt    15S002    2.5    0    247.29705    0    0.93    4.95    18.92    2.52
    6/5/15    27310060    27    1    1    Cindy    Lunt    15S004    12    0    0    68.63    0.38    1.37    5.25    12.08
    6/5/15    27310060    27    1    1    Cindy    Lunt    15S010    0    0    202.33395    0    0.76    4.05    15.48    8.06
    6/12/15    27310062    27    1    1    Cindy    Lunt    15005    0    0    0    45.75    0.25    0.92    3.5    0.5
    6/12/15    27310062    27    1    1    Cindy    Lunt    15S001    4.5    0    44.9631    0    0.17    0.9    3.44    4.52
    6/12/15    27310062    27    1    1    Cindy    Lunt    15S001    0    1    0    22.88    0.13    0.46    1.75    1
    6/12/15    27310062    27    1    1    Cindy    Lunt    15S002    4    0    89.9262    0    0.34    1.8    6.88    4.02
    6/12/15    27310062    27    1    1    Cindy    Lunt    15S002    0    2    0    68.63    0.38    1.37    5.25    2.02
    6/12/15    27310062    27    1    1    Cindy    Lunt    15S004    2.5    0    641.86668    0    2.46    12.84    49.1    2.52
    6/12/15    27310062    27    1    1    Cindy    Lunt    15S004    0    1    641.86668    0    2.45    12.84    49.1    1
    6/12/15    27310062    27    1    1    Cindy    Lunt    15S006    4    0    1238.328    0    4.99    24.77    94.73    4.02
    6/12/15    27310062    27    1    1    Cindy    Lunt    15S006    0    1    0    0    0.09    0    0    1
    6/12/15    27310062    27    1    1    Cindy    Lunt    15S008    1    0    0    0    1.62    0    0    1
    6/19/15    27310067    27    1    1    Cindy    Lunt    15005    0    0    0    0    1.62    0    0    0.3
    6/19/15    27310067    27    1    1    Cindy    Lunt    15S001    2.5    0    2409.638868    0    9.6    48.19    184.34    2.52
    6/19/15    27310067    27    1    1    Cindy    Lunt    15S001    0    3.5    0    0    0.09    0    0    3.52
    6/19/15    27310067    27    1    1    Cindy    Lunt    15S002    3.5    0    168.987546    0    0.66    3.38    12.93    3.52
    6/19/15    27310067    27    1    1    Cindy    Lunt    15S002    0    2    5675.67    0    0    113.51    434.19    2.02
    6/19/15    27310067    27    1    1    Cindy    Lunt    15S004    2    0    0    0    0.09    0    0    2.02
    6/19/15    27310067    27    1    1    Cindy    Lunt    15S004    0    1    47.1744    0    0.19    0.94    3.61    1
    6/19/15    27310067    27    1    1    Cindy    Lunt    15S006    2.5    0    141.5232    0    0.58    2.83    10.83    2.52
    6/19/15    27310067    27    1    1    Cindy    Lunt    15S006    0    2.5    0    0    0.08    0    0    2.52
    6/19/15    27310067    27    1    1    Cindy    Lunt    15S008    18    0    0    0    0.08    0    0    18.12
    6/26/15    27310070    27    1    1    Cindy    Lunt    15005    0    0    203.763924    0    0.74    4.08    15.59    0.5
    6/26/15    27310070    27    1    1    Cindy    Lunt    15S001    2.5    0    0    0    0.07    0    0    2.52
    6/26/15    27310070    27    1    1    Cindy    Lunt    15S001    0    2    223.960464    0    0.88    4.48    17.13    2.02
    6/26/15    27310070    27    1    1    Cindy    Lunt    15S002    1    0    0    0    1.76    0    0    1
    6/26/15    27310070    27    1    1    Cindy    Lunt    15S002    0    1.5    1703.275938    0    6.12    34.07    130.3    1.5
    6/26/15    27310070    27    1    1    Cindy    Lunt    15S004    1.5    0    0    0    0.08    0    0    1.5
    6/26/15    27310070    27    1    1    Cindy    Lunt    15S004    0    1    102.82545    0    0.36    2.06    7.87    1
    6/26/15    27310070    27    1    1    Cindy    Lunt    15S006    1.5    0    85.695246    0    0.3    1.71    6.56    1.5
    6/26/15    27310070    27    1    1    Cindy    Lunt    15S006    0    3    0    69.75    0.36    1.4    5.34    3.02
    6/26/15    27310070    27    1    1    Cindy    Lunt    15S008    0    1    6229.438488    0    0    124.59    476.55    1
    1/2/15    27310001    30    1    1    Joe    Perry    14H002    2.5    0    0    0    0.09    0    0    0.16
    1/2/15    27310001    30    1    1    Joe    Perry    14H003    2.5    0    170.2701    0    0.69    3.41    13.03    0.16
    1/2/15    27310001    30    1    1    Joe    Perry    14H009    0    0    159.2136    0    0.63    3.18    12.18    0.26
    1/2/15    27310001    30    1    1    Joe    Perry    14H010    0    0    0    0    0.08    0    0    1.02
    1/2/15    27310001    30    1    1    Joe    Perry    14S003    0.5    0    1275.757938    0    4.72    25.52    97.6    0.04
    1/9/15    27310003    30    1    1    Joe    Perry    14H012    0    0    0    0    0.09    0    0    1.52
    1/9/15    27310003    30    1    1    Joe    Perry    15H009    0    0    350.8596    0    1.36    7.02    26.84    0.5
    1/9/15    27310003    30    1    1    Joe    Perry    15H010    0    0    0    0    0.08    0    0    0.5
    1/16/15    27310006    30    1    1    Joe    Perry    15H002    2    0    132.678    0    0.49    2.65    10.15    0.12
    1/16/15    27310006    30    1    1    Joe    Perry    15H003    7    0    0    0    0    0    0    0.44
    1/16/15    27310006    30    1    1    Joe    Perry    15H009    0    0    955.458504    0    0    19.11    73.09    0.12
    1/23/15    27310008    30    1    1    Joe    Perry    15H002    4    0    764.357958    0    0    15.29    58.47    0.26
    1/23/15    27310008    30    1    1    Joe    Perry    15H003    5    0    0    0    0    0    0    0.32
    1/30/15    27310011    30    1    1    Joe    Perry    15H002    3    0    955.458504    0    0    19.11    73.09    0.2
    1/30/15    27310011    30    1    1    Joe    Perry    15H003    5    0    764.357958    0    0    15.29    58.47    0.32
    1/30/15    27310011    30    1    1    Joe    Perry    15H009    0    0    0    0    0    0    0    0.38
    2/6/15    27310014    30    1    1    Joe    Perry    15H002    2    0    0    0    0.07    0    0    0.12
    2/6/15    27310014    30    1    1    Joe    Perry    15H003    5    0    73.71    0    0.26    1.47    5.64    0.32
    2/6/15    27310014    30    1    1    Joe    Perry    15H009    0    0    0    60    0.31    1.2    4.59    0.38
    2/13/15    27310016    30    1    1    Joe    Perry    15H002    3    0    0    0    0.09    0    0    0.2
    2/13/15    27310016    30    1    1    Joe    Perry    15H003    4    0    165.1104    0    0.63    3.3    12.63    0.26
    2/13/15    27310016    30    1    1    Joe    Perry    15H008    2    0    330.2208    0    1.26    6.6    25.26    0.12
    2/13/15    27310016    30    1    1    Joe    Perry    15H009    0    0    0    126    0.71    2.52    9.64    0.64
    2/13/15    27310016    30    1    1    Joe    Perry    15S002    1    0    596.874096    0    2.14    11.94    45.66    0.06
    2/20/15    27310019    30    1    1    Joe    Perry    15H002    2    0    0    0    0.05    0    0    0.12
    2/20/15    27310019    30    1    1    Joe    Perry    15H003    2    0    589.31145    0    2.11    11.79    45.08    0.12
    2/20/15    27310019    30    1    1    Joe    Perry    15H009    0    0    0    0    0.03    0    0    0.12
    2/20/15    27310019    30    1    1    Joe    Perry    15S003    3    0    143.690274    0    0.49    2.87    10.99    0.2
    2/27/15    27310021    30    1    1    Joe    Perry    15H002    3    0    179.616528    0    0.62    3.59    13.74    0.2
    2/27/15    27310021    30    1    1    Joe    Perry    15H003    5    0    25.0614    0    0.1    0.5    1.92    0.32
    2/27/15    27310021    30    1    1    Joe    Perry    15H009    0    0    0    0    0.09    0    0    0.12
    3/6/15    27310024    30    1    1    Joe    Perry    15H002    3    0    0    0    0.09    0    0    0.18
    3/6/15    27310024    30    1    1    Joe    Perry    15H003    2    0    0    0    0.51    0    0    0.12
    3/6/15    27310024    30    1    1    Joe    Perry    15H009    0    0    0    0    0.09    0    0    0.24
    3/6/15    27310024    30    1    1    Joe    Perry    15S003    3    0    35.056476    0    0.14    0.7    2.68    0.18
    3/13/15    27310026    30    1    1    Joe    Perry    15H002    3    0    420.677712    0    1.71    8.41    32.18    0.18
    3/13/15    27310026    30    1    1    Joe    Perry    15H003    5    0    36.1179    0    0.13    0.72    2.76    0.3
    3/13/15    27310026    30    1    1    Joe    Perry    15H009    0    0    1701.00567    0    6.39    34.02    130.13    0.12
    3/20/15    27310031    30    1    1    Joe    Perry    15H002    3    0    0    0    0    0    0    0.18
    3/20/15    27310031    30    1    1    Joe    Perry    15H003    5    0    420.147    0    1.62    8.4    32.14    0.3
    3/20/15    27310031    30    1    1    Joe    Perry    15H009    0    0    210.0735    0    0.81    4.2    16.07    0.12
    3/27/15    27310035    30    1    1    Joe    Perry    15H002    4    0    210.0735    0    0.82    4.2    16.07    0.24
    3/27/15    27310035    30    1    1    Joe    Perry    15H003    5    0    0    0    0.09    0    0    0.3
    3/27/15    27310035    30    1    1    Joe    Perry    15H009    0    0    510.309072    0    1.53    10.21    39.04    0.24
    4/3/15    27310037    30    1    1    Joe    Perry    15H002    3    0    350.8596    0    1.43    7.02    26.84    0.18
    4/3/15    27310037    30    1    1    Joe    Perry    15H003    5    0    2744.282268    0    8.49    54.89    209.94    0.3
    4/3/15    27310037    30    1    1    Joe    Perry    15H009    0    0    0    0    0    0    0    0.24
    4/10/15    27310039    30    1    1    Joe    Perry    15H001    2    0    928.746    0    2.98    18.57    71.05    0.12
    4/10/15    27310039    30    1    1    Joe    Perry    15H002    2.5    0    0    5.91    0.03    0.12    0.45    0.14
    4/10/15    27310039    30    1    1    Joe    Perry    15H003    4    0    375.921    0    0.78    7.52    28.76    0.24
    4/10/15    27310039    30    1    1    Joe    Perry    15H009    0    0    0    0    0.09    0    0    0.46
    4/10/15    27310039    30    1    1    Joe    Perry    15S003    1    0    0    0    1.06    0    0    0.06
    4/17/15    27310042    30    1    1    Joe    Perry    15H002    2.5    0    0    0    0.05    0    0    0.14
    4/17/15    27310042    30    1    1    Joe    Perry    15H003    5    0    0    0    1.05    0    0    0.3
    4/17/15    27310042    30    1    1    Joe    Perry    15H009    0    0    320.6385    0    0.32    6.41    24.53    0.7
    4/24/15    27310045    30    1    1    Joe    Perry    15H002    4    0    165.361014    0    0.61    3.31    12.65    0.24
    4/24/15    27310045    30    1    1    Joe    Perry    15H003    3    0    339.066    0    1.38    6.78    25.94    0.18
    4/24/15    27310045    30    1    1    Joe    Perry    15H009    0    0    339.066    0    1.38    6.78    25.94    0.24
    4/24/15    27310045    30    1    1    Joe    Perry    15S002    1    0    106.304562    0    0.41    2.13    8.13    0.06
    4/24/15    27310045    30    1    1    Joe    Perry    15S003    2    0    0    0    0.07    0    0    0.12
    5/1/15    27310047    30    1    1    Joe    Perry    15H003    5    0    76.6584    0    0.25    1.53    5.86    0.3
    5/1/15    27310047    30    1    1    Joe    Perry    15H009    0    0    306.6336    0    0.98    6.13    23.46    0.18
    5/1/15    27310047    30    1    1    Joe    Perry    15S002    0.5    0    3838.256604    0    0    76.77    293.63    0.02
    5/8/15    27310051    30    1    1    Joe    Perry    15H002    2    0    697.856796    0    0    13.96    53.39    0.12
    5/8/15    27310051    30    1    1    Joe    Perry    15H003    4.5    0    139.3119    0    0.48    2.79    10.66    0.26
    5/8/15    27310051    30    1    1    Joe    Perry    15H008    2    0    557.2476    0    1.93    11.14    42.63    0.12
    5/8/15    27310051    30    1    1    Joe    Perry    15H009    0    0    495.3312    0    1.72    9.91    37.89    0.12
    5/15/15    27310054    30    1    1    Joe    Perry    15H003    5    0    46.4373    0    0.16    0.93    3.55    0.3
    5/15/15    27310054    30    1    1    Joe    Perry    15H008    1    0    0    0    0.09    0    0    0.06
    5/22/15    27310056    30    1    1    Joe    Perry    15H002    0.5    0    0    0    0.08    0    0    0.02
    5/22/15    27310056    30    1    1    Joe    Perry    15H003    5    0    1133.998866    0    4.12    22.68    86.75    0.3
    5/29/15    27310058    30    1    1    Joe    Perry    15H002    1.5    0    283.503402    0    1.03    5.67    21.69    0.08
    5/29/15    27310058    30    1    1    Joe    Perry    15H003    5    0    61.9164    0    0.25    1.24    4.74    0.3
    6/5/15    27310060    30    1    1    Joe    Perry    15H002    1    0    8.8452    0    0.04    0.18    0.68    0.06
    6/5/15    27310060    30    1    1    Joe    Perry    15H003    4    0    0    0    0.08    0    0    0.24
    6/5/15    27310060    30    1    1    Joe    Perry    15H010    0    0    28.0098    0    0.1    0.56    2.14    0.46
    6/12/15    27310062    30    1    1    Joe    Perry    15H003    3    0    0    0    0.06    0    0    0.18
    6/12/15    27310062    30    1    1    Joe    Perry    15H009    0    0    578.91834    0    1.55    11.58    44.29    0.12
    6/12/15    27310062    30    1    1    Joe    Perry    15S003    2    0    26.31447    0    0.07    0.53    2.01    0.12
    6/19/15    27310067    30    1    1    Joe    Perry    15H002    4    0    0    0    0.08    0    0    0.24
    6/19/15    27310067    30    1    1    Joe    Perry    15H003    4    0    0    0    0.07    0    0    0.24
    6/19/15    27310067    30    1    1    Joe    Perry    15H009    0    0    29.484    0    0.1    0.59    2.26    0.24
    6/26/15    27310070    30    1    1    Joe    Perry    15H002    1.5    0    185.7492    0    0.76    3.71    14.21    0.1
    6/26/15    27310070    30    1    1    Joe    Perry    15H003    4.5    0    221.13    0    0.9    4.42    16.92    0.28
    6/26/15    27310070    30    1    1    Joe    Perry    15H009    0    0    0    0    0.08    0    0    0.12
    1/2/15    27310001    34    1    1    Sheryl    Hill    14005    0    0    1219.060206    0    4.17    24.38    93.26    0.48
    1/2/15    27310001    34    1    1    Sheryl    Hill    14H001    3    0    0    0    9    0    0    4.88
    1/2/15    27310001    34    1    1    Sheryl    Hill    14H003    5    0    1318.612932    0    5.37    26.37    100.87    8.14
    1/2/15    27310001    34    1    1    Sheryl    Hill    14H007    2    0    98.889336    0    0.4    1.98    7.57    3.26
    1/2/15    27310001    34    1    1    Sheryl    Hill    14H010    0    0    310.378068    0    0    6.21    23.74    26.06
    1/9/15    27310003    34    1    1    Sheryl    Hill    14005    0    0    124.157124    0    0    2.48    9.5    0.48
    1/9/15    27310003    34    1    1    Sheryl    Hill    14H001    1    0    3165.91821    0    0    63.32    242.19    1.78
    1/9/15    27310003    34    1    1    Sheryl    Hill    14H003    3    0    0    0    0    0    0    5.32
    1/9/15    27310003    34    1    1    Sheryl    Hill    15H003    1    0    0    0    0.08    0    0    1.78
    1/9/15    27310003    34    1    1    Sheryl    Hill    15H010    0    0    619.164    0    2.44    12.38    47.37    14.2
    1/16/15    27310006    34    1    1    Sheryl    Hill    15005    0    0    0    31.5    0.18    0.63    2.41    0.48
    1/16/15    27310006    34    1    1    Sheryl    Hill    15H002    1    0    619.164    0    2.45    12.38    47.37    1.24
    1/16/15    27310006    34    1    1    Sheryl    Hill    15H003    10    0    0    31.5    0.19    0.63    2.41    12.4
    1/16/15    27310006    34    1    1    Sheryl    Hill    15H004    7    0    677.83716    0    2.64    13.56    51.85    8.68
    1/16/15    27310006    34    1    1    Sheryl    Hill    15H007    8    0    677.83716    0    2.64    13.56    51.85    9.92
    1/23/15    27310008    34    1    1    Sheryl    Hill    15H002    5    0    0    0    0.08    0    0    6.74
    1/23/15    27310008    34    1    1    Sheryl    Hill    15H003    2    0    0    0    0.09    0    0    2.7
    1/23/15    27310008    34    1    1    Sheryl    Hill    15H007    51    0    211.208634    0    0.86    4.22    16.16    68.72
    1/23/15    27310009    34    1    1    Sheryl    Hill    15H007    0    0    211.208634    0    0.86    4.22    16.16    0
    1/30/15    27310011    34    1    1    Sheryl    Hill    15H002    1    0    0    0    0.07    0    0    1.7
    1/30/15    27310011    34    1    1    Sheryl    Hill    15H003    11    0    30.9582    0    0.11    0.62    2.37    1.7
    1/30/15    27310011    34    1    1    Sheryl    Hill    15H004    4    0    92.8746    0    0.32    1.86    7.1    6.8
    1/30/15    27310011    34    1    1    Sheryl    Hill    15S002    2    0    0    0    0.09    0    0    3.4
    2/6/15    27310014    34    1    1    Sheryl    Hill    15H002    1    0    1275.757938    0    4.96    25.52    97.6    1.48
    2/6/15    27310014    34    1    1    Sheryl    Hill    15H003    7    0    0    0    0    0    0    10.32
    2/6/15    27310014    34    1    1    Sheryl    Hill    15H004    8    0    1705.87053    0    0    34.12    130.5    11.8
    2/13/15    27310016    34    1    1    Sheryl    Hill    15H002    4    0    1211.969304    0    4.93    24.24    92.72    6.02
    2/13/15    27310016    34    1    1    Sheryl    Hill    15H003    8    0    1179.36    0    4.8    23.59    90.22    12.02
    2/13/15    27310016    34    1    1    Sheryl    Hill    15H004    9    0    0    0    0.09    0    0    13.52
    2/13/15    27310016    34    1    1    Sheryl    Hill    15S002    3    0    33.9066    0    1.1    0.68    2.59    4.5
    2/20/15    27310019    34    1    1    Sheryl    Hill    15H003    12    0    0    0    0.07    0    0    15.12
    2/20/15    27310019    34    1    1    Sheryl    Hill    15H004    11    0    0    0    1.25    0    0    13.86
    2/20/15    27310019    34    1    1    Sheryl    Hill    15S002    3    0    623.232792    0    2.53    12.46    47.68    3.78
    2/27/15    27310021    34    1    1    Sheryl    Hill    15H002    5    0    623.232792    0    2.54    12.46    47.68    6.86
    2/27/15    27310021    34    1    1    Sheryl    Hill    15H003    5    0    455.5278    0    1.86    9.11    34.85    6.86
    2/27/15    27310021    34    1    1    Sheryl    Hill    15H004    3    0    0    0    0.09    0    0    4.12
    2/27/15    27310021    34    1    1    Sheryl    Hill    15H006    6    0    284.712246    0    1.16    5.69    21.78    8.22
    3/6/15    27310024    34    1    1    Sheryl    Hill    15H002    5    0    18.987696    0    0.08    0.38    1.45    7.46
    3/6/15    27310024    34    1    1    Sheryl    Hill    15H003    4    0    0    0    0.08    0    0    5.98
    3/6/15    27310024    34    1    1    Sheryl    Hill    15H004    10    0    442.26    0    1.65    8.85    33.83    14.92
    3/6/15    27310024    34    1    1    Sheryl    Hill    15S002    11    0    884.52    0    3.3    17.69    67.67    16.42
    3/13/15    27310026    34    1    1    Sheryl    Hill    15H002    2    0    0    0    0.05    0    0    2.64
    3/13/15    27310026    34    1    1    Sheryl    Hill    15H003    15    0    0    0    2.25    0    0    19.82
    3/13/15    27310026    34    1    1    Sheryl    Hill    15H004    1    0    1216.215    0    2.76    24.32    93.04    1.32
    3/13/15    27310026    34    1    1    Sheryl    Hill    15S002    2    0    221.13    0    0.5    4.42    16.92    2.64
    3/20/15    27310031    34    1    1    Sheryl    Hill    15H002    1    0    0    0    1    0    0    1.42
    3/20/15    27310031    34    1    1    Sheryl    Hill    15H003    8    0    0    0    0.03    0    0    11.32
    3/20/15    27310031    34    1    1    Sheryl    Hill    15H004    2    0    433.26738    0    0.5    8.67    33.14    2.82
    3/27/15    27310035    34    1    1    Sheryl    Hill    15H003    8    0    0    0    0.07    0    0    11.12
    3/27/15    27310035    34    1    1    Sheryl    Hill    15H004    1    0    36.1179    0    0.15    0.72    2.76    1.38
    3/27/15    27310035    34    1    1    Sheryl    Hill    15S002    2    0    0    0    0.08    0    0    2.78
    3/27/15    27310035    34    1    1    Sheryl    Hill    15S007    1    0    269.7786    0    1.05    5.4    20.64    1.38
    4/3/15    27310037    34    1    1    Sheryl    Hill    15H003    7    0    0    91.5    0.53    1.83    7    9.9
    4/3/15    27310037    34    1    1    Sheryl    Hill    15S002    9    0    337.22325    0    1.32    6.74    25.8    12.72
    4/10/15    27310039    34    1    1    Sheryl    Hill    15H002    2    0    0    45.75    0.27    0.92    3.5    2.74
    4/10/15    27310039    34    1    1    Sheryl    Hill    15H003    7    0    67.44465    0    0.27    1.35    5.16    9.56
    4/10/15    27310039    34    1    1    Sheryl    Hill    15H004    9    0    0    45.75    0.26    0.92    3.5    12.3
    4/17/15    27310042    34    1    1    Sheryl    Hill    15H002    2    0    89.9262    0    0.35    1.8    6.88    3.1
    4/17/15    27310042    34    1    1    Sheryl    Hill    15H003    8    0    44.9631    0    0.18    0.9    3.44    12.4
    4/17/15    27310042    34    1    1    Sheryl    Hill    15H004    4    0    641.86668    0    2.61    12.84    49.1    6.2
    4/17/15    27310042    34    1    1    Sheryl    Hill    15H008    2    0    641.86668    0    2.61    12.84    49.1    3.1
    4/17/15    27310042    34    1    1    Sheryl    Hill    15S002    2    0    1238.328    0    5.04    24.77    94.73    3.1
    4/24/15    27310045    34    1    1    Sheryl    Hill    15H003    4    0    0    0    0    0    0    5.56
    4/24/15    27310045    34    1    1    Sheryl    Hill    15H004    7    0    2409.638868    0    0    48.19    184.34    9.72
    4/24/15    27310045    34    1    1    Sheryl    Hill    15S002    8    0    0    0    0.09    0    0    11.12
    5/1/15    27310047    34    1    1    Sheryl    Hill    15H003    4    0    144.84015    0    0.6    2.9    11.08    5.66
    5/1/15    27310047    34    1    1    Sheryl    Hill    15H004    5    0    5675.67    0    0    113.51    434.19    7.06
    5/8/15    27310051    34    1    1    Sheryl    Hill    15005    0    0    0    0    0.1    0    0    0.5
    5/8/15    27310051    34    1    1    Sheryl    Hill    15H002    3    0    47.1744    0    0.18    0.94    3.61    4.1
    5/8/15    27310051    34    1    1    Sheryl    Hill    15H003    5    0    94.3488    0    0.37    1.89    7.22    6.84
    5/8/15    27310051    34    1    1    Sheryl    Hill    15H004    5    0    0    0    0.09    0    0    6.84
    5/15/15    27310054    34    1    1    Sheryl    Hill    15005    0    0    0    0    0.09    0    0    0.5
    5/15/15    27310054    34    1    1    Sheryl    Hill    15H003    8    0    0    0    0.83    0    0    15
    5/15/15    27310054    34    1    1    Sheryl    Hill    15H004    2    0    0    0    0.09    0    0    3.74
    5/15/15    27310054    34    1    1    Sheryl    Hill    15H007    1    0    0    0    0.06    0    0    1.88
    5/15/15    27310054    34    1    1    Sheryl    Hill    15S002    4    0    335.955438    0    1    6.72    25.7    7.5
    5/22/15    27310056    34    1    1    Sheryl    Hill    15005    0    0    1532.94687    0    0    30.66    117.27    0.5
    5/22/15    27310056    34    1    1    Sheryl    Hill    15H003    6    0    0    0    0    0    0    9.3
    5/22/15    27310056    34    1    1    Sheryl    Hill    15H004    1    0    0    0    0.09    0    0    1.56
    5/29/15    27310058    34    1    1    Sheryl    Hill    15005    0    0    171.37575    0    0.7    3.43    13.11    0.5
    5/29/15    27310058    34    1    1    Sheryl    Hill    15H003    3    0    6229.438488    0    0    124.59    476.55    4.64
    5/29/15    27310058    34    1    1    Sheryl    Hill    15H004    1    0    0    0    0.09    0    0    1.56
    5/29/15    27310058    34    1    1    Sheryl    Hill    15S002    1    0    263.1447    0    1.07    5.26    20.13    1.56
    6/5/15    27310060    34    1    1    Sheryl    Hill    15005    0    0    185.7492    0    0.76    3.71    14.21    0.5
    6/5/15    27310060    34    1    1    Sheryl    Hill    15H002    8    0    79.6068    0    0.32    1.59    6.09    13.44
    6/5/15    27310060    34    1    1    Sheryl    Hill    15H003    4    0    0    0    1.62    0    0    6.72
    6/5/15    27310060    34    1    1    Sheryl    Hill    15H004    2    0    0    0    0.09    0    0    3.36
    6/5/15    27310060    34    1    1    Sheryl    Hill    15H010    0    0    1275.757938    0    5.19    25.52    97.6    13.44
    6/12/15    27310062    34    1    1    Sheryl    Hill    15005    0    0    0    0    0.04    0    0    0.5
    6/12/15    27310062    34    1    1    Sheryl    Hill    15H003    1    0    131.57235    0    0.54    2.63    10.07    1.28
    6/19/15    27310067    34    1    1    Sheryl    Hill    15005    0    0    0    0    2.86    0    0    0.5
    6/19/15    27310067    34    1    1    Sheryl    Hill    15H003    11    0    0    0    1.42    0    0    16.12
    6/19/15    27310067    34    1    1    Sheryl    Hill    15H004    7    0    0    0    0.09    0    0    10.26
    6/19/15    27310067    34    1    1    Sheryl    Hill    15H008    4    0    53.0712    0    0.21    1.06    4.06    5.86
    6/19/15    27310067    34    1    1    Sheryl    Hill    15S002    1    0    26.5356    0    0.11    0.53    2.03    1.46
    6/26/15    27310070    34    1    1    Sheryl    Hill    15005    0    0    0    0    0.13    0    0    0.5
    6/26/15    27310070    34    1    1    Sheryl    Hill    15H003    13    0    0    0    0    0    0    20.14
    6/26/15    27310070    34    1    1    Sheryl    Hill    15H004    3    0    573.272154    0    0    11.47    43.86    4.64
    1/2/15    27310001    35    1    1    Leonard    Wong    14H002    24    0    382.18635    0    0    7.64    29.24    3.6
    1/2/15    27310001    35    1    1    Leonard    Wong    14H010    0    0    573.272154    0    0    11.47    43.86    2.4
    1/9/15    27310003    35    1    1    Leonard    Wong    14H009    0    0    382.171608    0    0    7.64    29.24    3.6
    1/9/15    27310003    35    1    1    Leonard    Wong    15H009    0    0    573.272154    0    0    11.47    43.86    1.2
    1/9/15    27310003    35    1    1    Leonard    Wong    15H010    0    0    382.18635    0    0    7.64    29.24    1.2
    1/16/15    27310006    35    1    1    Leonard    Wong    15H002    40    0    573.272154    0    0    11.47    43.86    6
    1/16/15    27310007    35    1    1    Leonard    Wong    15H002    0    0    382.171608    0    0    7.64    29.24    0
    1/23/15    27310008    35    1    1    Leonard    Wong    15H002    40    0    0    0    0.09    0    0    6
    1/23/15    27310009    35    1    1    Leonard    Wong    15H002    0    0    176.904    0    0.72    3.54    13.53    0
    1/30/15    27310011    35    1    1    Leonard    Wong    15H002    40    0    0    60    0.36    1.2    4.59    6
    1/30/15    27310012    35    1    1    Leonard    Wong    15H002    0    0    0    0    0.09    0    0    0
    2/6/15    27310014    35    1    1    Leonard    Wong    15H002    43    0    247.6656    0    1.01    4.95    18.95    6
    2/6/15    27310015    35    1    1    Leonard    Wong    15H002    0    0    0    84    0.5    1.68    6.43    0
    2/13/15    27310016    35    1    1    Leonard    Wong    15H002    41    0    604.422    0    2.46    12.09    46.24    6
    2/20/15    27310019    35    1    1    Leonard    Wong    15H002    41    0    604.422    0    2.46    12.09    46.24    6
    2/20/15    27310020    35    1    1    Leonard    Wong    15H002    0    0    107.76402    0    0.44    2.16    8.24    0
    2/27/15    27310021    35    1    1    Leonard    Wong    15H002    44    0    179.616528    0    0.73    3.59    13.74    6
    2/27/15    27310022    35    1    1    Leonard    Wong    15H002    0    0    0    0    0.88    0    0    0
    3/6/15    27310024    35    1    1    Leonard    Wong    15H002    40    0    25.0614    0    0.1    0.5    1.92    6
    3/13/15    27310026    35    1    1    Leonard    Wong    15H002    40    0    0    0    0.09    0    0    6
    3/13/15    27310027    35    1    1    Leonard    Wong    15H002    0    0    0    0    0.66    0    0    0
    3/20/15    27310031    35    1    1    Leonard    Wong    15H002    24    0    0    0    0.07    0    0    3.6
    3/20/15    27310031    35    1    1    Leonard    Wong    15H009    0    0    140.225904    0    0.57    2.8    10.73    2.4
    3/27/15    27310035    35    1    1    Leonard    Wong    15H002    44    0    35.056476    0    0.14    0.7    2.68    6
    3/27/15    27310036    35    1    1    Leonard    Wong    15H002    0    0    0    0    0.29    0    0    0
    4/3/15    27310037    35    1    1    Leonard    Wong    15H002    40    0    36.1179    0    0.15    0.72    2.76    6
    4/10/15    27310039    35    1    1    Leonard    Wong    15H002    40    0    0    0    0.59    0    0    6
    4/10/15    27310040    35    1    1    Leonard    Wong    15H002    0    0    1701.00567    0    0    34.02    130.13    0
    4/17/15    27310042    35    1    1    Leonard    Wong    15H002    40    0    0    0    0    0    0    6
    4/17/15    27310043    35    1    1    Leonard    Wong    15H002    0    0    252.0882    0    1.03    5.04    19.28    0
    4/24/15    27310045    35    1    1    Leonard    Wong    15H002    40    0    294.1029    0    1.2    5.88    22.5    6
    5/1/15    27310047    35    1    1    Leonard    Wong    15H002    46    0    294.1029    0    1.19    5.88    22.5    6
    5/8/15    27310051    35    1    1    Leonard    Wong    15H002    24    0    0    0    0.09    0    0    3.6
    5/8/15    27310051    35    1    1    Leonard    Wong    15H009    0    0    0    0    3.46    0    0    2.4
    5/15/15    27310054    35    1    1    Leonard    Wong    15H002    42    0    0    0    0.09    0    0    6
    5/15/15    27310055    35    1    1    Leonard    Wong    15H002    0    0    476.1666    0    1.94    9.52    36.43    0
    5/22/15    27310056    35    1    1    Leonard    Wong    15H002    40    0    0    25.5    0.16    0.51    1.95    6
    5/29/15    27310058    35    1    1    Leonard    Wong    15H002    40    0    526.2894    0    2.14    10.53    40.26    6
    5/29/15    27310059    35    1    1    Leonard    Wong    15H002    0    0    0    25.5    0.15    0.51    1.95    0
    6/5/15    27310060    35    1    1    Leonard    Wong    15H002    32    0    480.264876    0    0    9.61    36.74    4.8
    6/5/15    27310061    35    1    1    Leonard    Wong    15H002    0    0    617.46867    0    0    12.35    47.24    0
    6/5/15    27310060    35    1    1    Leonard    Wong    15H010    0    0    922.937652    0    3.76    18.46    70.6    1.2
    6/12/15    27310062    35    1    1    Leonard    Wong    15H002    40    0    0    0    0.02    0    0    6
    6/19/15    27310067    35    1    1    Leonard    Wong    15H002    40    0    0    0    0.09    0    0    6
    6/26/15    27310070    35    1    1    Leonard    Wong    15H002    40    0    76.6584    0    0.31    1.53    5.86    6
    1/2/15    27310001    37    1    1    Kirk    Byrd    14H005    2    0    0    0    0.09    0    0    1.56
    1/2/15    27310001    37    1    1    Kirk    Byrd    14S009    0    0    0    0    0.09    0    0    12.54
    1/2/15    27310001    37    1    1    Kirk    Byrd    14S010    0    0    320.6385    0    1.3    6.41    24.53    12.54
    1/9/15    27310003    37    1    1    Kirk    Byrd    14H005    3    0    339.066    0    1.38    6.78    25.94    2.36
    1/9/15    27310003    37    1    1    Kirk    Byrd    14S009    0    0    339.066    0    1.38    6.78    25.94    6.28
    1/9/15    27310003    37    1    1    Kirk    Byrd    15S010    0    0    53.159652    0    0.22    1.06    4.07    6.28
    1/9/15    27310003    37    1    1    Kirk    Byrd    15S012    0    0    0    0    0.08    0    0    6.28
    1/16/15    27310006    37    1    1    Kirk    Byrd    15H005    2    0    191.646    0    0.7    3.83    14.66    1.56
    1/16/15    27310006    37    1    1    Kirk    Byrd    15H008    2    0    498.2796    0    1.83    9.97    38.12    1.56
    1/23/15    27310008    37    1    1    Kirk    Byrd    15H005    1    0    4536.1134    0    0    90.72    347.01    0.78
    1/30/15    27310011    37    1    1    Kirk    Byrd    15H005    1    0    108.3537    0    0.44    2.17    8.29    0.78
    1/30/15    27310011    37    1    1    Kirk    Byrd    15H009    0    0    479.8521    0    1.95    9.6    36.71    3.14
    2/6/15    27310014    37    1    1    Kirk    Byrd    15H005    1    0    386.9775    0    1.57    7.74    29.6    0.78
    2/13/15    27310016    37    1    1    Kirk    Byrd    15H005    0.5    0    15.4791    0    0.07    0.31    1.18    0.4
    2/13/15    27310016    37    1    1    Kirk    Byrd    15H008    1    0    0    0    1.01    0    0    0.78
    2/20/15    27310019    37    1    1    Kirk    Byrd    15H005    2    0    0    0    0.08    0    0    1.56
    2/20/15    27310019    37    1    1    Kirk    Byrd    15H009    0    0    0    0    0.05    0    0    5.1
    3/13/15    27310026    37    1    1    Kirk    Byrd    15H006    1    0    1417.502268    0    3.36    28.35    108.44    0.8
    3/13/15    27310026    37    1    1    Kirk    Byrd    15H008    1    0    79.6068    0    0.32    1.59    6.09    0.8
    3/20/15    27310031    37    1    1    Kirk    Byrd    15H005    0    0    8.8452    0    0.04    0.18    0.68    0
    3/27/15    27310035    37    1    1    Kirk    Byrd    15H009    0    0    0    0    0.09    0    0    6.06
    4/17/15    27310042    37    1    1    Kirk    Byrd    15H009    0    0    0    0    0.09    0    0    12.94
    4/17/15    27310042    37    1    1    Kirk    Byrd    15H012    0    0    28.0098    0    0.11    0.56    2.14    6.46
    5/1/15    27310047    37    1    1    Kirk    Byrd    15H009    0    0    0    0    0    0    0    2.82
    6/5/15    27310060    37    1    1    Kirk    Byrd    15H010    0    0    0    187.42    0    3.75    14.34    6.46
    1/2/15    27310001    38    1    1    Conrad    Walker    14H002    20    0    184.20129    0    0    3.68    14.09    4.72
    1/2/15    27310001    38    1    1    Conrad    Walker    14H010    0    0    0    107.1    0    2.14    8.19    3.78
    1/2/15    27310001    38    1    1    Conrad    Walker    14005    0    0    26.31447    0    0    0.53    2.01    0.08
    1/9/15    27310003    38    1    1    Conrad    Walker    14005    0    0    0    0    0.09    0    0    0.08
    1/9/15    27310003    38    1    1    Conrad    Walker    14H002    22    0    0    0    0.09    0    0    4.92
    1/9/15    27310003    38    1    1    Conrad    Walker    15H010    0    0    29.484    0    0.12    0.59    2.26    1.78
    1/9/15    27310003    38    1    1    Conrad    Walker    15H012    0    0    117.936    0    0.47    2.36    9.02    1.78
    1/16/15    27310006    38    1    1    Conrad    Walker    15005    0    0    221.13    0    0.9    4.42    16.92    0.08
    1/16/15    27310006    38    1    1    Conrad    Walker    15H002    43    0    0    0    0.09    0    0    8.5
    1/23/15    27310008    38    1    1    Conrad    Walker    15005    0    0    1219.060206    0    4.96    24.38    93.26    0.08
    1/23/15    27310010    38    1    1    Conrad    Walker    14H002    0    0    1417.502268    0    5.77    28.35    108.44    6.5
    1/23/15    27310010    38    1    1    Conrad    Walker    14S002    0    0    0    0    0    0    0    6.5
    1/23/15    27310008    38    1    1    Conrad    Walker    15H002    47    0    78.265278    0    0    1.57    5.99    8.5
    1/30/15    27310011    38    1    1    Conrad    Walker    15005    0    0    78.265278    0    0    1.57    5.99    0.08
    1/30/15    27310011    38    1    1    Conrad    Walker    15H002    42    0    313.090596    0    0    6.26    23.95    8.5
    2/6/15    27310014    38    1    1    Conrad    Walker    15005    0    0    156.56004    0    0    3.13    11.98    0.08
    2/6/15    27310014    38    1    1    Conrad    Walker    15H002    40    0    0    0    0.09    0    0    8.5
    2/13/15    27310016    38    1    1    Conrad    Walker    15005    0    0    619.164    0    2.52    12.38    47.37    0.08
    2/13/15    27310016    38    1    1    Conrad    Walker    15H002    42    0    0    31.5    0.19    0.63    2.41    8.5
    2/20/15    27310019    38    1    1    Conrad    Walker    15005    0    0    619.164    0    2.52    12.38    47.37    0.08
    2/20/15    27310019    38    1    1    Conrad    Walker    15H002    41    0    0    31.5    0.19    0.63    2.41    8.5
    2/27/15    27310021    38    1    1    Conrad    Walker    15005    0    0    677.83716    0    2.76    13.56    51.85    0.08
    2/27/15    27310021    38    1    1    Conrad    Walker    15H002    16    0    677.83716    0    2.76    13.56    51.85    3.4
    2/27/15    27310021    38    1    1    Conrad    Walker    15H009    0    0    0    0    0.09    0    0    1.7
    2/27/15    27310021    38    1    1    Conrad    Walker    15H012    0    0    0    0    0.08    0    0    3.4
    3/3/15    27310023    38    1    1    Conrad    Walker    15H002    0    0    0    0    0.09    0    0    9.1
    3/3/15    27310023    38    1    1    Conrad    Walker    15S002    0    0    101.7198    0    0.41    2.03    7.78    9.1
    3/6/15    27310024    38    1    1    Conrad    Walker    15005    0    0    0    0    0.09    0    0    0.08
    3/6/15    27310024    38    1    1    Conrad    Walker    15H002    44    0    1275.757938    0    5.19    25.52    97.6    8.5
    3/13/15    27310026    38    1    1    Conrad    Walker    15005    0    0    0    0    0    0    0    0.08
    3/13/15    27310026    38    1    1    Conrad    Walker    15H002    48    0    1705.87053    0    0    34.12    130.5    8.5
    3/18/15    27310030    38    1    1    Conrad    Walker    15H002    0    0    1116.308466    0    4.54    22.33    85.4    7.8
    3/18/15    27310030    38    1    1    Conrad    Walker    15S002    0    0    1179.36    0    4.8    23.59    90.22    7.8
    3/20/15    27310031    38    1    1    Conrad    Walker    15005    0    0    0    0    0.09    0    0    0.08
    3/20/15    27310031    38    1    1    Conrad    Walker    15H002    47    0    0    0    0.07    0    0    8.5
    3/27/15    27310035    38    1    1    Conrad    Walker    15005    0    0    38.3292    0    0.16    0.77    2.93    0.08
    3/27/15    27310035    38    1    1    Conrad    Walker    15H002    45    0    0    0    1.25    0    0    8.5
    4/3/15    27310037    38    1    1    Conrad    Walker    15005    0    0    722.94768    0    2.59    14.46    55.31    0.08
    4/3/15    27310037    38    1    1    Conrad    Walker    15H002    43    0    722.94768    0    2.58    14.46    55.31    8.5
    4/10/15    27310039    38    1    1    Conrad    Walker    15005    0    0    0    0    0.08    0    0    0.08
    4/10/15    27310039    38    1    1    Conrad    Walker    15H002    43    0    417.56715    0    1.54    8.35    31.94    8.5
    4/17/15    27310042    38    1    1    Conrad    Walker    15005    0    0    0    0    0.09    0    0    0.08
    4/17/15    27310042    38    1    1    Conrad    Walker    15H002    48    0    113.88195    0    0.45    2.28    8.71    8.5
    4/24/15    27310045    38    1    1    Conrad    Walker    15005    0    0    18.987696    0    0.08    0.38    1.45    0.08
    4/24/15    27310045    38    1    1    Conrad    Walker    15H002    25    0    0    0    0    0    0    4.24
    4/24/15    27310045    38    1    1    Conrad    Walker    15S002    25    0    1105.65    0    0    22.11    84.58    4.24
    5/1/15    27310047    38    1    1    Conrad    Walker    15005    0    0    110.565    0    0    2.21    8.46    0.08
    5/1/15    27310047    38    1    1    Conrad    Walker    15H002    15    0    0    0    0.05    0    0    2.84
    5/1/15    27310049    38    1    1    Conrad    Walker    15H002    0    0    0    0    2.25    0    0    7.8
    5/1/15    27310047    38    1    1    Conrad    Walker    15S002    30    0    2229.019884    0    0    44.58    170.52    5.66
    5/1/15    27310049    38    1    1    Conrad    Walker    15S002    0    0    180.73692    0    0    3.61    13.83    7.8
    5/8/15    27310051    38    1    1    Conrad    Walker    15005    0    0    0    0    0    0    0    0.08
    5/8/15    27310051    38    1    1    Conrad    Walker    15H002    42    0    893.026134    0    0    17.86    68.32    8.5
    5/13/15    27310053    38    1    1    Conrad    Walker    15H002    0    0    0    0    0    0    0    7.28
    5/13/15    27310053    38    1    1    Conrad    Walker    15S002    0    0    0    0    0.08    0    0    7.28
    5/15/15    27310054    38    1    1    Conrad    Walker    15005    0    0    72.2358    0    0.27    1.44    5.53    0.08
    5/15/15    27310054    38    1    1    Conrad    Walker    15H002    38    0    0    0    0    0    0    8.5
    5/22/15    27310056    38    1    1    Conrad    Walker    15005    0    0    112.40775    0    0    2.25    8.6    0.08
    5/22/15    27310056    38    1    1    Conrad    Walker    15H002    41    0    0    68.63    0    1.37    5.25    8.5
    5/29/15    27310058    38    1    1    Conrad    Walker    15005    0    0    157.37085    0    0    3.15    12.04    0.08
    5/29/15    27310058    38    1    1    Conrad    Walker    15H002    41    0    0    91.5    0    1.83    7    8.5
    6/5/15    27310060    38    1    1    Conrad    Walker    15005    0    0    112.40775    0    0    2.25    8.6    0.08
    6/5/15    27310060    38    1    1    Conrad    Walker    15H002    33    0    89.9262    0    0    1.8    6.88    6.84
    6/5/15    27310060    38    1    1    Conrad    Walker    15H010    0    0    0    45.75    0    0.92    3.5    1.66
    6/12/15    27310062    38    1    1    Conrad    Walker    15005    0    0    44.9631    0    0    0.9    3.44    0.08
    6/12/15    27310062    38    1    1    Conrad    Walker    15H002    46    0    593.73405    0    2.28    11.87    45.42    8.5
    6/17/15    27310066    38    1    1    Conrad    Walker    15H002    0    0    0    16.33    0.09    0.33    1.25    7.8
    6/17/15    27310066    38    1    1    Conrad    Walker    15S002    0    0    96.280002    0    0.37    1.93    7.37    7.8
    6/19/15    27310067    38    1    1    Conrad    Walker    15005    0    0    593.73405    0    2.27    11.87    45.42    0.08
    6/19/15    27310067    38    1    1    Conrad    Walker    15H002    41    0    0    8.16    0.05    0.16    0.62    8.5
    6/26/15    27310070    38    1    1    Conrad    Walker    15005    0    0    0    0    0.09    0    0    0.08
    6/26/15    27310070    38    1    1    Conrad    Walker    15H002    44    0    619.164    0    2.5    12.38    47.37    8.5
    1/2/15    27310001    39    1    1    Marie    Hudson    14H005    30    0    619.164    0    2.49    12.38    47.37    6.96
    1/9/15    27310003    39    1    1    Marie    Hudson    14H005    30    0    0    0    0    0    0    6.96
    1/16/15    27310006    39    1    1    Marie    Hudson    15005    30    0    2409.638868    0    0    48.19    184.34    6.96
    1/23/15    27310008    39    1    1    Marie    Hudson    15005    30    0    0    0    0.04    0    0    6.96
    1/30/15    27310011    39    1    1    Marie    Hudson    15005    30    0    168.987546    0    0.3    3.38    12.93    6.96
    2/6/15    27310014    39    1    1    Marie    Hudson    15005    30    0    5675.67    0    0    113.51    434.19    6.96
    2/13/15    27310016    39    1    1    Marie    Hudson    15H005    30    0    0    0    0    0    0    6.96
    2/20/15    27310019    39    1    1    Marie    Hudson    15H005    30    0    47.1744    0    0    0.94    3.61    6.96
    2/27/15    27310021    39    1    1    Marie    Hudson    15H005    30    0    94.3488    0    0    1.89    7.22    6.96
    3/6/15    27310024    39    1    1    Marie    Hudson    15H005    30    0    0    0    0.05    0    0    7.18
    3/13/15    27310026    39    1    1    Marie    Hudson    15H005    30    0    0    0    1.26    0    0    7.18
    3/20/15    27310031    39    1    1    Marie    Hudson    15H005    30    0    0    0    1.25    0    0    7.18
    3/27/15    27310035    39    1    1    Marie    Hudson    15H005    30    0    0    0    0.08    0    0    7.18
    4/3/15    27310037    39    1    1    Marie    Hudson    15H005    30    0    0    0    0.08    0    0    7.18
    4/10/15    27310039    39    1    1    Marie    Hudson    15H005    30    0    0    0    0    0    0    7.18
    4/17/15    27310042    39    1    1    Marie    Hudson    15H005    30    0    223.960464    0    0    4.48    17.13    7.18
    4/24/15    27310045    39    1    1    Marie    Hudson    15H005    30    0    1374.927372    0    0    27.5    105.18    7.18
    5/1/15    27310047    39    1    1    Marie    Hudson    15H005    30    0    0    0    0    0    0    7.18
    5/8/15    27310051    39    1    1    Marie    Hudson    15H005    30    0    0    0    0.08    0    0    7.18
    5/15/15    27310054    39    1    1    Marie    Hudson    15H005    30    0    51.420096    0    0.18    1.03    3.93    7.18
    5/22/15    27310056    39    1    1    Marie    Hudson    15H005    30    0    0    87.19    0.44    1.74    6.67    7.18
    5/29/15    27310058    39    1    1    Marie    Hudson    15H005    30    0    85.695246    0    0.3    1.71    6.56    7.18
    6/5/15    27310060    39    1    1    Marie    Hudson    15H005    30    0    6229.438488    0    0    124.59    476.55    7.18
    6/12/15    27310062    39    1    1    Marie    Hudson    15H005    30    0    0    0    0.09    0    0    7.18
    6/19/15    27310067    39    1    1    Marie    Hudson    15H005    30    0    154.791    0    0.63    3.1    11.84    7.18
    6/26/15    27310070    39    1    1    Marie    Hudson    15H005    30    0    119.4102    0    0.47    2.39    9.13    7.18
    1/2/15    27310001    44    4    4    Dale    Hamilton    14001    40    0    0    0    2.03    0    0    10
    1/9/15    27310003    44    4    4    Dale    Hamilton    14001    40    0    0    0    0.08    0    0    10
    1/16/15    27310006    44    4    4    Dale    Hamilton    15001    40    0    1275.757938    0    4.72    25.52    97.6    10
    1/23/15    27310008    44    4    4    Dale    Hamilton    15001    40    0    0    0    0.03    0    0    10
    1/30/15    27310011    44    4    4    Dale    Hamilton    15001    40    0    263.1447    0    0.39    5.26    20.13    10
    2/6/15    27310014    44    4    4    Dale    Hamilton    15001    40    0    0    0    0.08    0    0    10
    2/13/15    27310016    44    4    4    Dale    Hamilton    15001    40    0    26.5356    0    0.1    0.53    2.03    10
    2/20/15    27310019    44    4    4    Dale    Hamilton    15001    40    0    291.8916    0    1.1    5.84    22.33    10
    2/27/15    27310021    44    4    4    Dale    Hamilton    15001    40    0    0    0    0    0    0    10
    3/6/15    27310024    44    4    4    Dale    Hamilton    15001    40    0    955.443762    0    0    19.11    73.09    9.24
    3/13/15    27310026    44    4    4    Dale    Hamilton    15001    40    0    955.458504    0    0    19.11    73.09    9.24
    3/20/15    27310031    44    4    4    Dale    Hamilton    15001    40    0    955.443762    0    0    19.11    73.09    9.24
    3/27/15    27310035    44    4    4    Dale    Hamilton    15001    40    0    955.458504    0    0    19.11    73.09    9.24
    4/3/15    27310037    44    4    4    Dale    Hamilton    15001    40    0    0    0    0.07    0    0    9.24
    4/10/15    27310039    44    4    4    Dale    Hamilton    15001    40    0    58.968    0    0.2    1.18    4.51    9.24
    4/17/15    27310042    44    4    4    Dale    Hamilton    15001    40    0    0    60    0.3    1.2    4.59    9.24
    4/24/15    27310045    44    4    4    Dale    Hamilton    15001    40    0    0    0    0.02    0    0    9.24
    5/1/15    27310047    44    4    4    Dale    Hamilton    15001    40    0    288.9432    0    0.53    5.78    22.1    9.24
    5/8/15    27310051    44    4    4    Dale    Hamilton    15001    40    0    0    0    1.21    0    0    9.24
    5/15/15    27310054    44    4    4    Dale    Hamilton    15001    40    0    483.5376    0    1.73    9.67    36.99    9.24
    5/22/15    27310056    44    4    4    Dale    Hamilton    15001    40    0    0    0    0.44    0    0    9.24
    5/29/15    27310058    44    4    4    Dale    Hamilton    15001    40    0    483.5376    0    1.73    9.67    36.99    9.24
    6/5/15    27310060    44    4    4    Dale    Hamilton    15001    40    0    0    0    0.43    0    0    9.24
    6/12/15    27310062    44    4    4    Dale    Hamilton    15001    40    0    71.837766    0    0.24    1.44    5.5    9.24
    6/19/15    27310067    44    4    4    Dale    Hamilton    15001    40    0    179.616528    0    0.62    3.59    13.74    9.24
    6/26/15    27310070    44    4    4    Dale    Hamilton    15001    40    0    0    0    0.74    0    0    9.24
    1/2/15    27310001    45    4    4    Ernesto    Todd    14002    40    0    62.6535    0    0.25    1.25    4.79    10.98
    1/9/15    27310003    45    4    4    Ernesto    Todd    14002    40    0    0    0    0.09    0    0    10.98
    1/16/15    27310006    45    4    4    Ernesto    Todd    15002    40    0    0    0    0.12    0    0    10.98
    1/23/15    27310008    45    4    4    Ernesto    Todd    15002    40    0    0    0    0.09    0    0    10.98
    1/30/15    27310011    45    4    4    Ernesto    Todd    15002    40    0    262.92357    0    1.07    5.26    20.11    10.98
    2/6/15    27310014    45    4    4    Ernesto    Todd    15002    40    0    17.528238    0    0.07    0.35    1.34    10.98
    2/13/15    27310016    45    4    4    Ernesto    Todd    15002    40    0    35.056476    0    0.15    0.7    2.68    10.98
    2/20/15    27310019    45    4    4    Ernesto    Todd    15002    40    0    0    0    0.93    0    0    10.98
    2/27/15    27310021    45    4    4    Ernesto    Todd    15002    40    0    36.1179    0    0.13    0.72    2.76    10.98
    3/6/15    27310024    45    4    4    Ernesto    Todd    15002    40    0    1701.00567    0    0    34.02    130.13    10.14
    3/13/15    27310026    45    4    4    Ernesto    Todd    15002    40    0    0    0    0    0    0    10.14
    3/20/15    27310031    45    4    4    Ernesto    Todd    15002    40    0    336.1176    0    1.3    6.72    25.71    10.14
    3/27/15    27310035    45    4    4    Ernesto    Todd    15002    40    0    252.0882    0    0.98    5.04    19.28    10.14
    4/3/15    27310037    45    4    4    Ernesto    Todd    15002    40    0    252.0882    0    0.97    5.04    19.28    10.14
    4/10/15    27310039    45    4    4    Ernesto    Todd    15002    40    0    0    0    0.09    0    0    10.14
    4/17/15    27310042    45    4    4    Ernesto    Todd    15002    40    0    501.228    0    2.04    10.02    38.34    10.14
    4/24/15    27310045    45    4    4    Ernesto    Todd    15002    40    0    501.228    0    2.04    10.02    38.34    10.14
    5/1/15    27310047    45    4    4    Ernesto    Todd    15002    40    0    2409.624126    0    0    48.19    184.34    10.14
    5/8/15    27310051    45    4    4    Ernesto    Todd    15002    40    0    928.746    0    2.97    18.57    71.05    10.14
    5/15/15    27310054    45    4    4    Ernesto    Todd    15002    40    0    0    0    0.09    0    0    10.14
    5/22/15    27310056    45    4    4    Ernesto    Todd    15002    40    0    114.9876    0    0.47    2.3    8.8    10.14
    5/29/15    27310058    45    4    4    Ernesto    Todd    15002    40    0    0    0    0.09    0    0    10.14
    6/5/15    27310060    45    4    4    Ernesto    Todd    15002    40    0    0    0    0.09    0    0    10.14
    6/12/15    27310062    45    4    4    Ernesto    Todd    15002    40    0    320.6385    0    0.32    6.41    24.53    10.14
    6/19/15    27310067    45    4    4    Ernesto    Todd    15002    40    0    49.60683    0    0.11    0.99    3.79    10.14
    6/26/15    27310070    45    4    4    Ernesto    Todd    15002    40    0    0    0    1.24    0    0    10.14
    1/2/15    27310001    53    1    1    Delia    Lopez    14H009    0    0    339.066    0    1.38    6.78    25.94    11.78
    1/2/15    27310001    53    1    1    Delia    Lopez    14H010    0    0    339.066    0    1.38    6.78    25.94    11.78
    1/2/15    27310001    53    1    1    Delia    Lopez    14005    0    0    0    0    0.07    0    0    0.48
    1/9/15    27310003    53    1    1    Delia    Lopez    14H009    0    0    114.9876    0    0.36    2.3    8.8    2.94
    1/9/15    27310003    53    1    1    Delia    Lopez    14H012    0    0    421.6212    0    1.32    8.43    32.25    14.72
    1/9/15    27310003    53    1    1    Delia    Lopez    15H009    0    0    4082.50206    0    0    81.65    312.31    5.88
    1/9/15    27310003    53    1    1    Delia    Lopez    15H010    0    0    0    0    0    0    0    5.88
    1/16/15    27310006    53    1    1    Delia    Lopez    15005    0    0    139.3119    0    0.48    2.79    10.66    0.48
    1/23/15    27310008    53    1    1    Delia    Lopez    15005    0    0    402.4566    0    1.39    8.05    30.79    0.48
    1/30/15    27310011    53    1    1    Delia    Lopez    15005    0    0    681.0804    0    2.36    13.62    52.1    0.48
    1/30/15    27310011    53    1    1    Delia    Lopez    15H012    0    0    15.4791    0    0.06    0.31    1.18    4.42
    2/6/15    27310014    53    1    1    Delia    Lopez    15005    0    0    0    0    0    0    0    0.48
    2/13/15    27310016    53    1    1    Delia    Lopez    15005    0    0    0    0    0    0    0    0.48
    2/13/15    27310016    53    1    1    Delia    Lopez    15H009    0    0    1275.757938    0    0    25.52    97.6    5.88
    2/20/15    27310019    53    1    1    Delia    Lopez    15005    0    0    0    0    0    0    0    0.48
    2/27/15    27310021    53    1    1    Delia    Lopez    15005    0    0    53.0712    0    0.21    1.06    4.06    0.38
    2/27/15    27310021    53    1    1    Delia    Lopez    15H009    0    0    8.8452    0    0.04    0.18    0.68    5.88
    3/6/15    27310024    53    1    1    Delia    Lopez    15005    0    0    0    0    0.08    0    0    0.4
    3/6/15    27310024    53    1    1    Delia    Lopez    15H009    0    0    0    0    0.08    0    0    6.08
    3/13/15    27310026    53    1    1    Delia    Lopez    15005    0    0    42.0147    0    0.15    0.84    3.21    0.5
    3/20/15    27310031    53    1    1    Delia    Lopez    15005    0    0    0    0    0    0    0    0.4
    3/20/15    27310031    53    1    1    Delia    Lopez    15H009    0    0    605.23281    0    0    12.1    46.3    6.08
    3/27/15    27310035    53    1    1    Delia    Lopez    15005    0    0    0    107.1    0    2.14    8.19    0.5
    4/3/15    27310037    53    1    1    Delia    Lopez    15005    0    0    26.31447    0    0    0.53    2.01    0.5
    4/10/15    27310039    53    1    1    Delia    Lopez    15005    0    0    0    0    0.08    0    0    0.5
    4/10/15    27310039    53    1    1    Delia    Lopez    15H009    0    0    0    0    0.07    0    0    6.6
    4/17/15    27310042    53    1    1    Delia    Lopez    15005    0    0    29.484    0    0.1    0.59    2.26    0.5
    4/24/15    27310045    53    1    1    Delia    Lopez    15005    0    0    141.5232    0    0.58    2.83    10.83    0.4
    4/24/15    27310045    53    1    1    Delia    Lopez    15H009    0    0    221.13    0    0.9    4.42    16.92    6.6
    5/1/15    27310047    53    1    1    Delia    Lopez    15005    0    0    0    0    0.08    0    0    0.5
    5/8/15    27310051    53    1    1    Delia    Lopez    15005    0    0    1219.060206    0    4.17    24.38    93.26    0.3
    5/8/15    27310051    53    1    1    Delia    Lopez    15H009    0    0    1244.637576    0    3.64    24.89    95.21    13.2
    5/15/15    27310054    53    1    1    Delia    Lopez    15005    0    0    172.864692    0    0.51    3.46    13.22    0.5
    5/22/15    27310056    53    1    1    Delia    Lopez    15005    0    0    67.931136    0    0    1.36    5.2    0.5
    5/29/15    27310058    53    1    1    Delia    Lopez    15005    0    0    475.532694    0    0    9.51    36.38    0.6
    6/5/15    27310060    53    1    1    Delia    Lopez    15005    0    0    543.46383    0    0    10.87    41.57    0.4
    6/5/15    27310060    53    1    1    Delia    Lopez    15H010    0    0    0    0    0.07    0    0    6.6
    6/12/15    27310062    53    1    1    Delia    Lopez    15005    0    0    371.4984    0    1.47    7.43    28.42    0.5
    6/12/15    27310062    53    1    1    Delia    Lopez    15H008    2    0    0    0    0.97    0    0    1.64
    6/19/15    27310067    53    1    1    Delia    Lopez    15005    0    0    371.4984    0    1.46    7.43    28.42    0.5
    6/26/15    27310070    53    1    1    Delia    Lopez    15005    0    0    0    0    0.98    0    0    0.5
    6/26/15    27310070    53    1    1    Delia    Lopez    15H009    0    0    693.24255    0    2.7    13.86    53.03    1.64
    1/2/15    27310001    99    1    1    Sue    Riley    14H006    11    0    662.43177    0    2.58    13.25    50.68    7.4
    1/2/15    27310001    99    1    1    Sue    Riley    14H010    0    0    0    0    0.08    0    0    5.38
    1/2/15    27310001    99    1    1    Sue    Riley    14H012    0    0    0    0    0    0    0    0.68
    1/2/15    27310001    99    1    1    Sue    Riley    14S006    11    0    1206.912798    0    0    24.14    92.33    7.4
    1/2/15    27310001    99    1    1    Sue    Riley    14S010    0    0    0    0    0.08    0    0    5.38
    1/2/15    27310001    99    1    1    Sue    Riley    14S012    0    0    101.7198    0    0.36    2.03    7.78    0.68
    1/9/15    27310003    99    1    1    Sue    Riley    14H006    8    0    0    69    0.35    1.38    5.28    5.38
    1/9/15    27310003    99    1    1    Sue    Riley    14H009    0    0    1085.0112    0    3.79    21.7    83    0.68
    1/9/15    27310003    99    1    1    Sue    Riley    14H012    0    0    0    0    0.09    0    0    2.68
    1/9/15    27310003    99    1    1    Sue    Riley    14S006    8    0    1275.757938    0    4.96    25.52    97.6    5.38
    1/9/15    27310003    99    1    1    Sue    Riley    14S009    0    0    4422.6    0    0    88.45    338.33    0.68
    1/9/15    27310003    99    1    1    Sue    Riley    14S012    0    0    0    0    0    0    0    2.68
    1/9/15    27310003    99    1    1    Sue    Riley    15H006    4    0    1705.87053    0    0    34.12    130.5    2.68
    1/9/15    27310003    99    1    1    Sue    Riley    15H010    0    0    318.94317    0    1.3    6.38    24.4    2.68
    1/9/15    27310003    99    1    1    Sue    Riley    15S006    4    0    0    0    0.09    0    0    2.68
    1/9/15    27310003    99    1    1    Sue    Riley    15S010    0    0    589.68    0    2.4    11.79    45.11    2.68
    1/16/15    27310006    99    1    1    Sue    Riley    15H006    13.5    0    589.68    0    2.4    11.79    45.11    9.08
    1/16/15    27310006    99    1    1    Sue    Riley    15H009    0    0    50.8599    0    0.19    1.02    3.89    4.36
    1/16/15    27310006    99    1    1    Sue    Riley    15S006    13.5    0    0    0    0.06    0    0    9.08
    1/16/15    27310006    99    1    1    Sue    Riley    15S009    0    0    702.869076    0    0.91    14.06    53.77    4.36
    1/23/15    27310008    99    1    1    Sue    Riley    15H006    20    0    702.869076    0    0.92    14.06    53.77    13.44
    1/23/15    27310008    99    1    1    Sue    Riley    15H006    0    1    0    0    0.07    0    0    0.68
    1/23/15    27310008    99    1    1    Sue    Riley    15S006    20    0    683.2917    0    2.13    13.67    52.27    13.44
    1/23/15    27310008    99    1    1    Sue    Riley    15S006    0    1    0    0    0.04    0    0    0.68
    1/30/15    27310011    99    1    1    Sue    Riley    15H006    20    0    265.72455    0    0.44    5.31    20.33    13.44
    1/30/15    27310011    99    1    1    Sue    Riley    15H006    0    1    56.948346    0    0.09    1.14    4.36    0.68
    1/30/15    27310011    99    1    1    Sue    Riley    15S006    20    0    0    0    0    0    0    13.44
    1/30/15    27310011    99    1    1    Sue    Riley    15S006    0    1    442.26    0    0    8.85    33.83    0.68
    2/6/15    27310014    99    1    1    Sue    Riley    15H006    12    0    1988.047152    0    0    39.76    152.09    8.06
    2/6/15    27310014    99    1    1    Sue    Riley    15H009    0    0    301.223286    0    0    6.02    23.04    5.38
    2/6/15    27310014    99    1    1    Sue    Riley    15S006    12    0    0    0    0    0    0    8.06
    2/6/15    27310014    99    1    1    Sue    Riley    15S009    0    0    605.984652    0    0    12.12    46.36    5.38
    2/13/15    27310016    99    1    1    Sue    Riley    15H006    19    0    0    0    0    0    0    12.76
    2/13/15    27310016    99    1    1    Sue    Riley    15H009    0    0    0    0    0.08    0    0    0.68
    2/13/15    27310016    99    1    1    Sue    Riley    15S006    19    0    72.2358    0    0.26    1.44    5.53    12.76
    2/13/15    27310016    99    1    1    Sue    Riley    15S009    0    0    72.2358    0    0.26    1.44    5.53    0.68
    2/20/15    27310019    99    1    1    Sue    Riley    15H006    20    0    0    0    0    0    0    13.44
    2/20/15    27310019    99    1    1    Sue    Riley    15S006    20    0    112.40775    0    0    2.25    8.6    13.44
    2/27/15    27310021    99    1    1    Sue    Riley    15H006    20    0    67.44465    0    0    1.35    5.16    13.44
    2/27/15    27310021    99    1    1    Sue    Riley    15S006    20    0    0    22.88    0    0.46    1.75    13.44
    3/6/15    27310024    99    1    1    Sue    Riley    15H006    20    0    89.9262    0    0    1.8    6.88    13.86
    3/6/15    27310024    99    1    1    Sue    Riley    15S006    20    0    134.8893    0    0    2.7    10.32    13.86
    3/13/15    27310026    99    1    1    Sue    Riley    15H006    20    0    0    91.5    0    1.83    7    13.86
    3/13/15    27310026    99    1    1    Sue    Riley    15S006    20    0    0    91.5    0    1.83    7    13.86
    3/20/15    27310031    99    1    1    Sue    Riley    15H006    20    0    641.86668    0    2.46    12.84    49.1    13.86
    3/20/15    27310031    99    1    1    Sue    Riley    15S006    20    0    641.86668    0    2.45    12.84    49.1    13.86
    3/27/15    27310035    99    1    1    Sue    Riley    15H006    20    0    928.746    0    3.73    18.57    71.05    13.86
    3/27/15    27310035    99    1    1    Sue    Riley    15S006    20    0    0    0    0.25    0    0    13.86
    4/3/15    27310037    99    1    1    Sue    Riley    15H006    16.5    0    0    0    0    0    0    11.44
    4/3/15    27310037    99    1    1    Sue    Riley    15H009    0    0    2409.638868    0    0    48.19    184.34    2.42
    4/3/15    27310037    99    1    1    Sue    Riley    15S006    16.5    0    0    0    0    0    0    11.44
    4/3/15    27310037    99    1    1    Sue    Riley    15S009    0    0    144.84015    0    0    2.9    11.08    2.42
    4/10/15    27310039    99    1    1    Sue    Riley    15H006    20    0    72.427446    0    0    1.45    5.54    13.86
    4/10/15    27310039    99    1    1    Sue    Riley    15H006    0    0.5    5675.67    0    0    113.51    434.19    0.34
    4/10/15    27310039    99    1    1    Sue    Riley    15S006    20    0    0    0    0    0    0    13.86
    4/10/15    27310039    99    1    1    Sue    Riley    15S006    0    0.5    47.1744    0    0    0.94    3.61    0.34
    4/17/15    27310042    99    1    1    Sue    Riley    15H006    20    0    94.3488    0    0    1.89    7.22    13.86
    4/17/15    27310042    99    1    1    Sue    Riley    15S006    20    0    0    0    0    0    0    13.86
    4/24/15    27310045    99    1    1    Sue    Riley    15H006    20    0    0    0    0.08    0    0    13.86
    4/24/15    27310045    99    1    1    Sue    Riley    15S006    20    0    0    0    1    0    0    13.86
    5/1/15    27310047    99    1    1    Sue    Riley    15H006    20    0    0    0    0.07    0    0    13.86
    5/1/15    27310047    99    1    1    Sue    Riley    15S006    20    0    40.746888    0    0.13    0.81    3.12    13.86
    5/8/15    27310051    99    1    1    Sue    Riley    15H006    18    0    0    0    0    0    0    12.48
    5/8/15    27310051    99    1    1    Sue    Riley    15H009    0    0    335.955438    0    0    6.72    25.7    1.38
    5/8/15    27310051    99    1    1    Sue    Riley    15S006    18    0    0    0    0    0    0    12.48
    5/8/15    27310051    99    1    1    Sue    Riley    15S009    0    0    1703.275938    0    0    34.07    130.3    1.38
    5/15/15    27310054    99    1    1    Sue    Riley    15H006    20    0    0    0    0.08    0    0    13.86
    5/15/15    27310054    99    1    1    Sue    Riley    15S006    20    0    119.970396    0    0.41    2.4    9.18    13.86
    5/22/15    27310056    99    1    1    Sue    Riley    15H006    20    0    68.5503    0    0.23    1.37    5.24    13.86
    5/22/15    27310056    99    1    1    Sue    Riley    15S006    20    0    6229.438488    0    0    124.59    476.55    13.86
    5/29/15    27310058    99    1    1    Sue    Riley    15H006    20    0    0    0    0.09    0    0    13.86
    5/29/15    27310058    99    1    1    Sue    Riley    15S006    20    0    232.1865    0    0.95    4.64    17.76    13.86
    6/5/15    27310060    99    1    1    Sue    Riley    15H006    16    0    79.6068    0    0.21    1.59    6.09    11.08
    6/5/15    27310060    99    1    1    Sue    Riley    15H010    0    0    0    0    0.03    0    0    2.78
    6/5/15    27310060    99    1    1    Sue    Riley    15S006    16    0    1275.757938    0    1.59    25.52    97.6    11.08
    6/5/15    27310060    99    1    1    Sue    Riley    15S010    0    0    0    0    0    0    0    2.78
    6/12/15    27310062    99    1    1    Sue    Riley    15H006    20    0    394.71705    0    0    7.89    30.2    14.84
    6/12/15    27310062    99    1    1    Sue    Riley    15S006    20    0    0    0    0    0    0    14.84
    6/19/15    27310067    99    1    1    Sue    Riley    15H006    16    0    0    0    0.08    0    0    11.88
    6/19/15    27310067    99    1    1    Sue    Riley    15H009    0    0    26.5356    0    0.1    0.53    2.03    2.98
    6/19/15    27310067    99    1    1    Sue    Riley    15S006    16    0    623.5866    0    2.31    12.47    47.7    11.88
    6/19/15    27310067    99    1    1    Sue    Riley    15S009    0    0    33.1695    0    0.11    0.66    2.54    2.98
    6/26/15    27310070    99    1    1    Sue    Riley    15H006    20    0    0    0    0    0    0    14.84
    6/26/15    27310070    99    1    1    Sue    Riley    15S006    20    0    573.272154    0    0    11.47    43.86    14.84
    1/2/15    27310001    106    1    1    Allan    Wood    14010    0    0    382.171608    0    0    7.64    29.24    10.24
    1/2/15    27310001    106    1    1    Allan    Wood    14012    0    0    573.272154    0    0    11.47    43.86    8.32
    1/2/15    27310001    106    1    1    Allan    Wood    14005    0    0    382.18635    0    0    7.64    29.24    0.48
    1/2/15    27310001    106    1    1    Allan    Wood    14002    11    0    573.272154    0    0    11.47    43.86    7.04
    1/9/15    27310003    106    1    1    Allan    Wood    14002    8    0    382.171608    0    0    7.64    29.24    5.12
    1/9/15    27310003    106    1    1    Allan    Wood    14005    0    0    573.272154    0    0    11.47    43.86    0.48
    1/9/15    27310003    106    1    1    Allan    Wood    14009    0    0    382.18635    0    0    7.64    29.24    3.2
    1/9/15    27310003    106    1    1    Allan    Wood    14012    0    0    0    0    0.08    0    0    7.04
    1/9/15    27310003    106    1    1    Allan    Wood    15009    0    0    117.936    0    0.41    2.36    9.02    5.12
    1/9/15    27310003    106    1    1    Allan    Wood    15010    0    0    29.484    0    0.11    0.59    2.26    5.12
    1/16/15    27310006    106    1    1    Allan    Wood    15002    36    0    0    0    0    0    0    23.04
    1/16/15    27310006    106    1    1    Allan    Wood    15005    0    0    330.2208    0    0    6.6    25.26    0.48
    1/16/15    27310006    106    1    1    Allan    Wood    15009    0    0    0    168    0    3.36    12.85    2.56
    1/23/15    27310008    106    1    1    Allan    Wood    15002    40    0    604.422    0    2.17    12.09    46.24    25.6
    1/23/15    27310008    106    1    1    Allan    Wood    15005    0    0    604.422    0    2.16    12.09    46.24    0.48
    1/30/15    27310011    106    1    1    Allan    Wood    15002    40    0    107.76402    0    0.36    2.16    8.24    25.6
    1/30/15    27310011    106    1    1    Allan    Wood    15005    0    0    143.690274    0    0.49    2.87    10.99    0.48
    2/6/15    27310014    106    1    1    Allan    Wood    15002    40    0    71.837766    0    0.25    1.44    5.5    25.6
    2/6/15    27310014    106    1    1    Allan    Wood    15005    0    0    0    0    1.23    0    0    0.48
    2/13/15    27310016    106    1    1    Allan    Wood    15005    0    0    35.926254    0    0.13    0.72    2.75    0.48
    2/13/15    27310016    106    1    1    Allan    Wood    15H001    20    0    50.1228    0    0.2    1    3.83    12.8
    2/13/15    27310016    106    1    1    Allan    Wood    15S001    20    0    0    0    0.09    0    0    12.8
    2/20/15    27310019    106    1    1    Allan    Wood    15002    2    0    64.8648    0    0.26    1.3    4.96    1.28
    2/20/15    27310019    106    1    1    Allan    Wood    15005    0    0    0    0    0.09    0    0    0.48
    2/20/15    27310019    106    1    1    Allan    Wood    15H001    19    0    333.036522    0    1.36    6.66    25.48    12.16
    2/20/15    27310019    106    1    1    Allan    Wood    15S001    19    0    105.169428    0    0.43    2.1    8.05    12.16
    2/27/15    27310021    106    1    1    Allan    Wood    15005    0    0    70.112952    0    0.28    1.4    5.36    0.48
    2/27/15    27310021    106    1    1    Allan    Wood    15S001    24    0    18.05895    0    0.07    0.36    1.38    15.36
    2/27/15    27310021    106    1    1    Allan    Wood    15S009    0    0    36.1179    0    0.13    0.72    2.76    10.24
    3/6/15    27310024    106    1    1    Allan    Wood    15005    0    0    1701.00567    0    0    34.02    130.13    0.5
    3/6/15    27310024    106    1    1    Allan    Wood    15H009    0    0    189.06615    0    0.73    3.78    14.46    26.4
    3/13/15    27310026    106    1    1    Allan    Wood    15005    0    0    304.613946    0    1.18    6.09    23.3    0.5
    3/13/15    27310026    106    1    1    Allan    Wood    15H001    8    0    304.613946    0    1.18    6.09    23.3    5.28
    3/13/15    27310026    106    1    1    Allan    Wood    15H009    0    0    0    0    0.16    0    0    7.92
    3/13/15    27310026    106    1    1    Allan    Wood    15S001    8    0    0    0    0    0    0    5.28
    3/13/15    27310026    106    1    1    Allan    Wood    15S009    0    0    0    0    0.09    0    0    7.92
    3/20/15    27310031    106    1    1    Allan    Wood    15005    0    0    0    0    0.09    0    0    0.5
    3/20/15    27310031    106    1    1    Allan    Wood    15H001    20    0    400.9824    0    1.63    8.02    30.68    13.2
    3/20/15    27310031    106    1    1    Allan    Wood    15S001    20    0    400.9824    0    1.63    8.02    30.68    13.2
    3/27/15    27310035    106    1    1    Allan    Wood    15005    0    0    42.7518    0    0.17    0.86    3.27    0.5
    3/27/15    27310035    106    1    1    Allan    Wood    15H001    20    0    891.891    0    0    17.84    68.23    13.2
    3/27/15    27310035    106    1    1    Allan    Wood    15S001    20    0    548.859402    0    0    10.98    41.99    13.2
    4/3/15    27310037    106    1    1    Allan    Wood    15005    0    0    928.746    0    2.97    18.57    71.05    0.5
    4/3/15    27310037    106    1    1    Allan    Wood    15H001    20    0    0    0    0.09    0    0    14.6
    4/3/15    27310037    106    1    1    Allan    Wood    15S001    20    0    76.6584    0    0.31    1.53    5.86    14.6
    4/10/15    27310039    106    1    1    Allan    Wood    15005    0    0    36.855    0    0.08    0.74    2.82    0.5
    4/10/15    27310039    106    1    1    Allan    Wood    15H001    20    0    0    0    0.09    0    0    14.6
    4/10/15    27310039    106    1    1    Allan    Wood    15S001    20    0    320.6385    0    0.32    6.41    24.53    14.6
    4/17/15    27310042    106    1    1    Allan    Wood    15005    0    0    339.066    0    1.38    6.78    25.94    0.5
    4/17/15    27310042    106    1    1    Allan    Wood    15H001    20    0    339.066    0    1.38    6.78    25.94    14.6
    4/17/15    27310042    106    1    1    Allan    Wood    15S001    20    0    106.28982    0    0    2.13    8.13    14.6
    4/24/15    27310045    106    1    1    Allan    Wood    15005    0    0    425.247732    0    0    8.5    32.53    0.5
    4/24/15    27310045    106    1    1    Allan    Wood    15H001    20    0    0    0    0.03    0    0    14.6
    4/24/15    27310045    106    1    1    Allan    Wood    15S001    20    0    459.9504    0    0.81    9.2    35.19    14.6
    5/1/15    27310047    106    1    1    Allan    Wood    15005    0    0    268.3044    0    0.47    5.37    20.53    0.5
    5/1/15    27310047    106    1    1    Allan    Wood    15H001    20    0    0    0    0.54    0    0    14.6
    5/1/15    27310047    106    1    1    Allan    Wood    15S001    20    0    2721.66804    0    0    54.43    208.21    14.6
    5/8/15    27310051    106    1    1    Allan    Wood    15005    0    0    0    0    0    0    0    0.5
    5/8/15    27310051    106    1    1    Allan    Wood    15H001    20    0    139.3119    0    0.48    2.79    10.66    14.6
    5/8/15    27310051    106    1    1    Allan    Wood    15S001    20    0    526.2894    0    1.82    10.53    40.26    14.6
    5/15/15    27310054    106    1    1    Allan    Wood    15002    4    0    510.8103    0    1.77    10.22    39.08    2.92
    5/15/15    27310054    106    1    1    Allan    Wood    15005    0    0    61.9164    0    0.22    1.24    4.74    0.5
    5/15/15    27310054    106    1    1    Allan    Wood    15H001    18    0    0    0    0    0    0    13.14
    5/15/15    27310054    106    1    1    Allan    Wood    15S001    18    0    66.339    0    0    1.33    5.07    13.14
    5/22/15    27310056    106    1    1    Allan    Wood    15002    4    0    0    0    0    0    0    2.92
    5/22/15    27310056    106    1    1    Allan    Wood    15005    0    0    1275.757938    0    0    25.52    97.6    0.5
    5/22/15    27310056    106    1    1    Allan    Wood    15H001    14    0    0    0    0    0    0    10.22
    5/22/15    27310056    106    1    1    Allan    Wood    15H012    0    0    8.8452    0    0.03    0.18    0.68    5.84
    5/22/15    27310056    106    1    1    Allan    Wood    15S001    14    0    26.5356    0    0.11    0.53    2.03    10.22
    5/29/15    27310058    106    1    1    Allan    Wood    15005    0    0    0    0    0.08    0    0    0.5
    5/29/15    27310058    106    1    1    Allan    Wood    15H001    20    0    67.0761    0    0.26    1.34    5.13    14.6
    5/29/15    27310058    106    1    1    Allan    Wood    15S001    20    0    0    0    0.08    0    0    14.6
    6/5/15    27310060    106    1    1    Allan    Wood    15005    0    0    56.0196    0    0.2    1.12    4.29    0.5
    6/5/15    27310060    106    1    1    Allan    Wood    15H001    8    0    0    0    0    0    0    5.84
    6/5/15    27310060    106    1    1    Allan    Wood    15H009    0    0    394.71705    0    0    7.89    30.2    5.84
    6/5/15    27310060    106    1    1    Allan    Wood    15H010    0    0    78.94341    0    0    1.58    6.04    2.92
    6/5/15    27310060    106    1    1    Allan    Wood    15S001    8    0    0    0    0.08    0    0    5.84
    6/5/15    27310060    106    1    1    Allan    Wood    15S009    0    0    54.737046    0    0.21    1.09    4.19    5.84
    6/5/15    27310060    106    1    1    Allan    Wood    15S010    0    0    0    0    0.07    0    0    2.92
    6/12/15    27310062    106    1    1    Allan    Wood    15005    0    0    73.71    0    0.25    1.47    5.64    0.5
    6/12/15    27310062    106    1    1    Allan    Wood    15H001    12    0    61.9164    0    0.25    1.24    4.74    8.76
    6/12/15    27310062    106    1    1    Allan    Wood    15H009    0    0    154.791    0    0    3.1    11.84    2.92
    6/12/15    27310062    106    1    1    Allan    Wood    15H011    0    0    55.2825    0    0.18    1.11    4.23    2.92
    6/12/15    27310062    106    1    1    Allan    Wood    15S001    12    0    0    0    0.98    0    0    8.76
    6/12/15    27310062    106    1    1    Allan    Wood    15S009    0    0    0    0    0.08    0    0    2.92
    6/12/15    27310062    106    1    1    Allan    Wood    15S011    0    0    1219.060206    0    4.17    24.38    93.26    2.92
    6/19/15    27310067    106    1    1    Allan    Wood    15005    0    0    1417.502268    0    0    28.35    108.44    0.5
    6/19/15    27310067    106    1    1    Allan    Wood    15H001    12    0    276.957954    0    0    5.54    21.19    8.76
    6/19/15    27310067    106    1    1    Allan    Wood    15H009    0    0    553.915908    0    0    11.08    42.37    2.92
    6/19/15    27310067    106    1    1    Allan    Wood    15H011    0    0    623.159082    0    0    12.46    47.67    2.92
    6/19/15    27310067    106    1    1    Allan    Wood    15S001    12    0    207.71478    0    0    4.15    15.89    8.76
    6/19/15    27310067    106    1    1    Allan    Wood    15S009    0    0    0    0    0    0    0    2.92
    6/19/15    27310067    106    1    1    Allan    Wood    15S011    0    0    36.1179    0    0    0.72    2.76    2.92
    6/26/15    27310070    106    1    1    Allan    Wood    15005    0    0    32.4324    0    0.13    0.65    2.48    0.5
    6/26/15    27310070    106    1    1    Allan    Wood    15H001    20    0    588.2058    0    2.32    11.76    45    14.6
    6/26/15    27310070    106    1    1    Allan    Wood    15S001    20    0    0    0    0.12    0    0    14.6
    1/2/15    27310001    117    1    1    Richard    Wood    14H006    6    0    588.2058    0    2.32    11.76    45    2.88
    1/2/15    27310001    117    1    1    Richard    Wood    14H010    0    0    0    0    0.12    0    0    12.8
    1/9/15    27310003    117    1    1    Richard    Wood    14H012    0    0    693.24255    0    2.67    13.86    53.03    19.2
    1/9/15    27310003    117    1    1    Richard    Wood    15H009    0    0    662.43177    0    2.55    13.25    50.68    6.4
    1/9/15    27310003    117    1    1    Richard    Wood    15H010    0    0    0    0    0.01    0    0    6.4
    1/16/15    27310006    117    1    1    Richard    Wood    15H006    10    0    0    0    0    0    0    4.8
    1/16/15    27310006    117    1    1    Richard    Wood    15H008    1    0    105.611688    0    0    2.11    8.08    0.8
    1/23/15    27310008    117    1    1    Richard    Wood    15H006    10    0    1584.057384    0    0    31.68    121.18    4.8
    1/30/15    27310011    117    1    1    Richard    Wood    15H006    10    0    0    0    0.09    0    0    4.8
    2/6/15    27310014    117    1    1    Richard    Wood    15H006    10    0    152.5797    0    0.54    3.05    11.67    4.8
    2/13/15    27310016    117    1    1    Richard    Wood    15H006    7    0    84.7665    0    0.3    1.7    6.48    3.36
    2/13/15    27310016    117    1    1    Richard    Wood    15H008    1.5    0    0    69    0.36    1.38    5.28    1.2
    2/13/15    27310016    117    1    1    Richard    Wood    15H009    0    0    33.9066    0    0.12    0.68    2.59    6.4
    2/20/15    27310019    117    1    1    Richard    Wood    15H006    7    0    0    0    0.09    0    0    3.36
    2/20/15    27310019    117    1    1    Richard    Wood    15H008    8    0    1275.757938    0    4.96    25.52    97.6    6.4
    2/20/15    27310019    117    1    1    Richard    Wood    15H009    0    0    0    0    0    0    0    6.4
    2/27/15    27310021    117    1    1    Richard    Wood    15H006    8    0    1535.276106    0    0    30.71    117.45    3.84
    3/6/15    27310024    117    1    1    Richard    Wood    15H006    10    0    0    0    0    0    0    4.96
    3/13/15    27310026    117    1    1    Richard    Wood    15H003    4    0    637.88634    0    2.6    12.76    48.8    3.3
    3/13/15    27310026    117    1    1    Richard    Wood    15H006    10    0    58.968    0    0.24    1.18    4.51    4.96
    3/13/15    27310026    117    1    1    Richard    Wood    15H008    1    0    0    0    0.09    0    0    0.82
    3/20/15    27310031    117    1    1    Richard    Wood    15H006    10    0    560.196    0    2.28    11.2    42.85    4.96
    3/27/15    27310035    117    1    1    Richard    Wood    15H006    10    0    560.196    0    2.28    11.2    42.85    4.96
    4/3/15    27310037    117    1    1    Richard    Wood    15H006    10    0    0    0    0    0    0    4.96
    4/10/15    27310039    117    1    1    Richard    Wood    15H006    10    0    0    0    0    0    0    4.96
    4/17/15    27310042    117    1    1    Richard    Wood    15H003    1.5    0    728.77077    0    0    14.58    55.75    1.24
    4/17/15    27310042    117    1    1    Richard    Wood    15H006    10    0    728.77077    0    0    14.58    55.75    4.96
    4/17/15    27310042    117    1    1    Richard    Wood    15H008    1    0    0    0    0    0    0    0.82
    4/24/15    27310045    117    1    1    Richard    Wood    15H006    8    0    683.2917    0    0    13.67    52.27    3.96
    5/1/15    27310047    117    1    1    Richard    Wood    15H006    10    0    0    0    0    0    0    4.96
    5/8/15    27310051    117    1    1    Richard    Wood    15H006    10    0    360.633546    0    0    7.21    27.59    4.96
    5/15/15    27310054    117    1    1    Richard    Wood    15H003    2    0    18.987696    0    0    0.38    1.45    1.64
    5/15/15    27310054    117    1    1    Richard    Wood    15H006    10    0    0    0    0    0    0    4.96
    5/15/15    27310054    117    1    1    Richard    Wood    15H008    1    0    0    0    0    0    0    0.82
    5/22/15    27310056    117    1    1    Richard    Wood    15H006    7    0    2168.784072    0    0    43.38    165.91    3.46
    5/22/15    27310056    117    1    1    Richard    Wood    15H009    0    0    240.972732    0    0    4.82    18.43    13.2
    5/29/15    27310058    117    1    1    Richard    Wood    15H006    10    0    0    0    0    0    0    4.96
    6/5/15    27310060    117    1    1    Richard    Wood    15H006    10    0    350.830116    0    0    7.02    26.84    4.96
    6/5/15    27310060    117    1    1    Richard    Wood    15H010    0    0    893.026134    0    0    17.86    68.32    6.6
    6/12/15    27310062    117    1    1    Richard    Wood    15H006    10    0    0    0    0    0    0    4.96
    6/12/15    27310062    117    1    1    Richard    Wood    15H008    1    0    0    0    0.03    0    0    0.82
    6/19/15    27310067    117    1    1    Richard    Wood    15H003    1    0    0    0    0.41    0    0    0.82
    6/19/15    27310067    117    1    1    Richard    Wood    15H006    10    0    0    0    0    0    0    4.96
    6/26/15    27310070    117    1    1    Richard    Wood    15H003    1    0    179.8524    0    0    3.6    13.76    0.82
    6/26/15    27310070    117    1    1    Richard    Wood    15H006    10    0    134.8893    0    0    2.7    10.32    4.96
    1/2/15    27310001    133    1    1    Geneva    Moody    14S009    0    0    0    114.38    0    2.29    8.75    22.84
    1/2/15    27310001    133    1    1    Geneva    Moody    14S010    0    0    44.9631    0    0    0.9    3.44    15.24
    1/9/15    27310003    133    1    1    Geneva    Moody    14S009    0    0    89.9262    0    0    1.8    6.88    22.84
    1/9/15    27310003    133    1    1    Geneva    Moody    15S009    0    0    0    91.5    0    1.83    7    7.62
    1/9/15    27310003    133    1    1    Geneva    Moody    15S010    0    0    89.9262    0    0    1.8    6.88    7.62
    1/16/15    27310006    133    1    1    Geneva    Moody    15005    0    0    385.120008    0    1.47    7.7    29.46    0.48
    1/16/15    27310006    133    1    1    Geneva    Moody    15S005    11.5    0    0    0    0.98    0    0    10.94
    1/23/15    27310008    133    1    1    Geneva    Moody    15005    0    0    385.120008    0    1.48    7.7    29.46    0.48
    1/23/15    27310008    133    1    1    Geneva    Moody    15S005    8    0    0    0    0.98    0    0    7.62
    1/30/15    27310011    133    1    1    Geneva    Moody    15005    0    0    1238.328    0    4.99    24.77    94.73    0.2
    1/30/15    27310011    133    1    1    Geneva    Moody    15S004    3    0    0    0    0    0    0    2.86
    1/30/15    27310011    133    1    1    Geneva    Moody    15S009    0    0    2409.638868    0    0    48.19    184.34    15.24
    1/30/15    27310011    133    1    1    Geneva    Moody    15S012    0    0    0    0    0    0    0    7.62
    2/6/15    27310014    133    1    1    Geneva    Moody    15005    0    0    144.84015    0    0    2.9    11.08    0.48
    2/6/15    27310014    133    1    1    Geneva    Moody    15S004    6    0    5675.67    0    0    113.51    434.19    5.72
    2/13/15    27310016    133    1    1    Geneva    Moody    15005    0    0    0    0    0    0    0    0.48
    2/13/15    27310016    133    1    1    Geneva    Moody    15S004    9    0    47.1744    0    0    0.94    3.61    8.56
    2/13/15    27310016    133    1    1    Geneva    Moody    15S009    0    0    94.3488    0    0    1.89    7.22    7.62
    2/20/15    27310019    133    1    1    Geneva    Moody    15005    0    0    0    0    0    0    0    0.48
    2/20/15    27310019    133    1    1    Geneva    Moody    15S004    6    0    0    0    0.07    0    0    5.72
    2/20/15    27310019    133    1    1    Geneva    Moody    15S009    0    0    0    0    0    0    0    7.62
    2/27/15    27310021    133    1    1    Geneva    Moody    15005    0    0    326.01933    0    0    6.52    24.94    0.48
    2/27/15    27310021    133    1    1    Geneva    Moody    15S005    4    0    0    0    0    0    0    3.8
    2/27/15    27310021    133    1    1    Geneva    Moody    15S009    0    0    335.955438    0    0    6.72    25.7    7.62
    3/6/15    27310024    133    1    1    Geneva    Moody    15005    0    0    0    0    0    0    0    0.5
    3/6/15    27310024    133    1    1    Geneva    Moody    15S004    8    0    1703.275938    0    0    34.07    130.3    7.86
    3/13/15    27310026    133    1    1    Geneva    Moody    15005    0    0    0    0    0.03    0    0    0.5
    3/13/15    27310026    133    1    1    Geneva    Moody    15S004    8    0    0    0    2.45    0    0    7.86
    3/20/15    27310031    133    1    1    Geneva    Moody    15005    0    0    6229.438488    0    0    124.59    476.55    0.5
    3/20/15    27310031    133    1    1    Geneva    Moody    15S004    4    0    0    0    0.09    0    0    3.92
    3/27/15    27310035    133    1    1    Geneva    Moody    15005    0    0    247.6656    0    1.01    4.95    18.95    0.5
    3/27/15    27310035    133    1    1    Geneva    Moody    15S004    7    0    119.4102    0    0    2.39    9.13    6.88
    3/27/15    27310035    133    1    1    Geneva    Moody    15S009    0    0    0    0    0    0    0    4.9
    4/3/15    27310037    133    1    1    Geneva    Moody    15005    0    0    1275.757938    0    0    25.52    97.6    0.5
    4/3/15    27310037    133    1    1    Geneva    Moody    15S004    4    0    0    0    0    0    0    3.92
    4/10/15    27310039    133    1    1    Geneva    Moody    15S009    0    0    263.1447    0    0    5.26    20.13    39.28
    4/17/15    27310042    133    1    1    Geneva    Moody    15005    0    0    0    0    0    0    0    0.5
    4/17/15    27310042    133    1    1    Geneva    Moody    15S004    8    0    0    0    0.08    0    0    7.86
    4/24/15    27310045    133    1    1    Geneva    Moody    15005    0    0    26.5356    0    0.1    0.53    2.03    0.5
    4/24/15    27310045    133    1    1    Geneva    Moody    15S004    8    0    875.6748    0    3.24    17.51    66.99    7.86
    4/24/15    27310045    133    1    1    Geneva    Moody    15S009    0    0    0    0    0    0    0    1.96
    5/1/15    27310047    133    1    1    Geneva    Moody    15S004    4    0    955.443762    0    0    19.11    73.09    3.92
    5/8/15    27310051    133    1    1    Geneva    Moody    15005    0    0    955.458504    0    0    19.11    73.09    0.5
    5/8/15    27310051    133    1    1    Geneva    Moody    15S004    7    0    955.443762    0    0    19.11    73.09    6.88
    5/8/15    27310051    133    1    1    Geneva    Moody    15S008    8    0    955.458504    0    0    19.11    73.09    7.86
    5/15/15    27310054    133    1    1    Geneva    Moody    15005    0    0    0    0    0.08    0    0    0.5
    5/15/15    27310054    133    1    1    Geneva    Moody    15S004    5    0    14.742    0    0.05    0.29    1.13    4.9
    5/22/15    27310056    133    1    1    Geneva    Moody    15005    0    0    88.452    0    0.3    1.77    6.77    0.5
    5/22/15    27310056    133    1    1    Geneva    Moody    15S004    6    0    0    30    0.15    0.6    2.3    5.9
    5/22/15    27310056    133    1    1    Geneva    Moody    15S009    0    0    560.196    0    1.92    11.2    42.85    5.4
    5/29/15    27310058    133    1    1    Geneva    Moody    15005    0    0    0    0    0    0    0    0.5
    5/29/15    27310058    133    1    1    Geneva    Moody    15S004    3    0    247.6656    0    0    4.95    18.95    2.94
    6/5/15    27310060    133    1    1    Geneva    Moody    15S010    0    0    0    126    0    2.52    9.64    7.86
    6/12/15    27310062    133    1    1    Geneva    Moody    15005    0    0    604.422    0    2.17    12.09    46.24    0.5
    6/12/15    27310062    133    1    1    Geneva    Moody    15S004    7    0    604.422    0    2.16    12.09    46.24    6.88
    6/19/15    27310067    133    1    1    Geneva    Moody    15005    0    0    71.837766    0    0.24    1.44    5.5    0.5
    6/19/15    27310067    133    1    1    Geneva    Moody    15S004    4.5    0    71.837766    0    0.25    1.44    5.5    4.42
    6/26/15    27310070    133    1    1    Geneva    Moody    15005    0    0    0    0    0.25    0    0    0.4
    6/26/15    27310070    133    1    1    Geneva    Moody    15S004    4    0    107.778762    0    0.37    2.16    8.25    3.92
    1/2/15    27310001    153    1    1    Lynne    Soto    14H010    0    0    0    0    0.09    0    0    7.42
    1/9/15    27310003    153    1    1    Lynne    Soto    15H009    0    0    0    0    1.65    0    0    3.72
    1/9/15    27310003    153    1    1    Lynne    Soto    15H010    0    0    0    0    0.04    0    0    3.72
    1/16/15    27310006    153    1    1    Lynne    Soto    15H008    2    0    420.677712    0    0.83    8.41    32.18    0.92
    2/13/15    27310016    153    1    1    Lynne    Soto    15H008    2    0    35.056476    0    0.07    0.7    2.68    0.92
    3/13/15    27310026    153    1    1    Lynne    Soto    15H005    2    0    140.225904    0    0.27    2.8    10.73    0.96
    3/13/15    27310026    153    1    1    Lynne    Soto    15H008    2    0    0    0    0.35    0    0    0.96
    3/27/15    27310035    153    1    1    Lynne    Soto    15H009    0    0    72.2358    0    ...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here