Javascript Menu by Deluxe-Menu.com

Fixed Assets

Audit Number: 1074

Period: Fiscal Year Ending 11-30-2008

Audit Information           
Audit TitleFixed Assets          
Audit Number1074          
Audit PeriodFiscal Year Ending 11-30-2008          
Data SourceAudit StepAudit ObjectiveCmdTableWhereColumnColStringParameter 1Parameter 2SchemeChart Title
c:\test\data\EWP.xls1Provide a total of fully depreciated assets still in use statfa$cost = adcost   fallFully depreciated assets still in use
c:\test\data\EWP.xls2Total the file for coststatfa$ cost   springFixed Asset Costs
c:\test\data\EWP.xls3Obtain total accumulated depreciationstatfa$ ad   summer 
c:\test\data\EWP.xls4Total the file for net book valuestatfa$ (cost - ad)   winterFixed Assets - net book value
c:\test\data\EWP.xls5Recalculate straight line depreciation figures by dividing cost by useful life calcfa$   round((cost /life),2) as [Estimated Depreciation]   
c:\test\data\EWP.xls6Obtain all acquisitions within the specified date rangedaterangefa$ acqdate 11/14/200611/20/2006  
c:\test\data\EWP.xls7Stratify asset costsstratifyfa$ cost 0 100 200 500 1000 2000 5000 9000 pinkStratified asset costs
c:\test\data\EWP.xls8Test Benford's lawbenfordfa$ cost   orangeBenford's Law applied to asset costs
c:\test\data\EWP.xls9Obtain total costs for assets acquired during the 2006 fiscal yearstatfa$acqdate between #12-1-2006# and #11-30-2007#cost   yellowAsset acquisitions
c:\test\data\EWP.xls10Prepare a schedule of assets acquired during the current fiscal yearextractwherefaz$acqdate between #12-1-2006# and #11-30-2007#cost     
c:\test\data\EWP.xls11Prepare a schedule of the ten largest asset costs, in descending ordertopnfa$ cost 10   
c:\test\data\EWP.xls12Prepare a schedule of the five assets with the least cost, in ascending orderbottomnfa$ cost 5   
c:\test\data\EWP.xls13Identify items with a large Net Book Value (over $6,000) extractwherefa$(cost - ad) > 6000      
c:\test\data\EWP.xls14Prepare a schedule where the net book value is zero or negativeextractwherefa$(cost - ad) <= 0      
c:\test\data\EWP.xls15Test for dates outside the audit period (cutoff test).extractwherefa$acqdate > #12-1-2008#      
Data SourceAudit StepAudit ObjectiveCmdTableWhereColumnColStringParameter 1Parameter 2SchemeChart Title
c:\test\data\EWP.xls16Total fixed asset costs for amounts acquired outside the audit period (cutoff test).statfa$acqdate between #11-30-2007# and #12-5-2007#cost   blue 
c:\test\data\EWP.xls17Prepare a schedule of inter-company asset transfers (identified using location = DSR)extractwherefa$location = 'DSR'      
c:\test\data\EWP.xls18Extract items with zero or negative cost extractwherefa$cost < 0      
c:\test\data\EWP.xls19Prepare a schedule of assets where depreciation exceeds cost extractwherefa$ad > cost      
c:\test\data\EWP.xls20Prepare a schedule of assets with useful lives or depreciation rates beyond set norms extractwherefa$cost > 8000 and life < 6      
c:\test\data\EWP.xls21Prepare a schedule of assets with useful lives exceeding 40 years extractwherefa$life > 40      
c:\test\data\EWP.xls22Identify fully depreciated items and assets with a book value less than salvage.extractwherefa$(cost - ad) < salvage      
c:\test\data\EWP.xls23Obtain a round number summary report for asset costs rnReportfa$ cost   green 
c:\test\data\EWP.xls24Prepare a schedule of assets installed or acquired on a holidayholidayfa$ acqdate mdyUSfallAssets acquired on holidays
c:\test\data\EWP.xls25Prepare a schedule of assets installed or acquired on a weekend (Saturday or Sunday)wdfa$acqdate > #11-30-2006#acqdate 1000001mdyfallAsset acquisitions by day of week
c:\test\data\EWP.xls26Check for same location, life, different tag number tag numberssdfa$  location, life,cost 3  
c:\test\data\EWP.xls27Perform Benford's law testing on cost amountsbenfordfa$ cost F1 summerAsset Cost amounts - Benford's law
c:\test\data\EWP.xls28Test for duplicate tag numbers duplicatesfa$ tagnolocation, tagno 2  
c:\test\data\EWP.xls29Check for numeric sequence gaps in tag numbersgapfa$  tagno 1  
c:\test\data\EWP.xls30Summarize asset costs by location and useful life and review to determine that the amounts are reasonable summaryfa$ costlocation, life 2  
c:\test\data\EWP.xls31Prepare a schedule of all acquisitions made between 11-2-2005 and 11-17-2005daterangefa$ acqdate 11-2-200511-17-2005  
c:\test\data\EWP.xls32Check for asset acquisitions indicated as installed on a federal holidayholidayfa$acqdate > #11-30-2006#acqdate mdyUSfallAssets installed on a federal holiday
c:\test\data\EWP.xls33Obtain a summary report of asset acquisitions made on a federal holidayholidayreportfa$ acqdate mdyUSspring 
c:\test\data\EWP.xls34Identify any assets at location codes which start with ABfuzzymatchfa$ location AB?   
c:\test\data\EWP.xls35Prepare a schedule of assets installed within two days of 11-3-2006datenearfa$ acqdate 11/3/20062  
Data SourceAudit StepAudit ObjectiveCmdTableWhereColumnColStringParameter 1Parameter 2SchemeChart Title
c:\test\data\EWP.xls36Check for round numbers in acquisition costrnfa$ cost 0111111   
c:\test\data\EWP.xls37Check for same asset tag number, same location, same costduplicatesfa$  tagno, location, cost 2  
c:\test\data\EWP.xls38Test for transactions made between 3 and 6 a.m.extractwherefa$hour(adate) between 3 and 5      
c:\test\data\EWP.xls39Compute estimated depreciation for assets with a cost amount > 5000calcfa$cost > 5000  round((cost /life),2) as [Estimated Depreciation]  Calculated amounts
c:\test\data\EWP.xls40Age acquisitions for the current fiscal yearagefa$acqdate between #1-1-2007# and #12-31-2007# [acqdate],[cost]6/30/2007mdyFallAgeing of Asset Acquisitions
c:\test\data\EWP.xls41Obtain total accumulated depreciationstatfax$ ad   summer 
c:\test\data\EWP.xls42Stratify asset costsstratifyfax$ costx 0 100 200 500 1000 2000 5000 9000 pinkStratified asset costs
c:\test\data\EWP.xls43Recalculate straight line depreciation figures by dividing cost by useful life calcfa$   round((costx /life),2) as [Estimated Depreciation]   
c:\test\data\EWP.xls44Test Benford's lawbenfordfaz$ cost   orangeBenford's Law applied to asset costs