<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NJ Auditor &#187; Automation</title>
	<atom:link href="http://njauditor.com/archives/category/automation/feed" rel="self" type="application/rss+xml" />
	<link>http://njauditor.com</link>
	<description>Uncovering the auditor within ...</description>
	<lastBuildDate>Wed, 20 Jan 2010 20:50:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Genetic algorithms &amp; unclaimed gift cards</title>
		<link>http://njauditor.com/archives/196</link>
		<comments>http://njauditor.com/archives/196#comments</comments>
		<pubDate>Thu, 14 Jan 2010 20:50:25 +0000</pubDate>
		<dc:creator>J. Termine</dc:creator>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[genetic algorithm]]></category>

		<guid isPermaLink="false">http://njauditor.com/?p=196</guid>
		<description><![CDATA[So, the audit question was – how could I match up the gift card purchase transactions (debits) with their redemptions (credits) using the data that I had.  I used a genetic algorithm.  ]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago, I was working with a retailer client that had a problem calculating its unclaimed property liability balance on gift cards it had sold to customers.  The client sold luxury goods at its chain of stores across the U.S., and customers could purchase gift cards and use their balances toward the purchase of retailer’s goods at any one of its store locations.</p>
<p>Gift cards are unclaimed property and must be forfeited to the state of purchase when they go unused.  Retailers typically make a voluntary disclosure of their balance of unused cards and transfer the cash to each state.  These voluntary disclosures are subject to audit which, in the case of this retailer, was likely given the nature of its business and the volume of transactions it processed.</p>
<p>The wrinkle that arose on this project was that the client’s point of sale (POS) system which managed the issuance and redemption of gift cards generated unreliable data.  The system had been managed by multiple vendors over the years and upgraded piecemeal.  Though the POS provided gift card ID numbers, customer names and addresses, store locations, transaction dates and balances, the data were inconsistent: gift card ID numbers were reused at different stores, customers who bought the gifts cards gave them to other people to redeem them who subsequently registered as new customers, store locations changed, etc.  It was impossible for the auditor to rely upon a list of transactions for any individual gift card – a gift card purchased for $10,000 might go unused while four other gift cards with redemptions of $2,500 would appear in the system as each having a negative (-) $2,500 balance.</p>
<p>So, the audit question was – how could I match up the gift card purchase transactions (debits) with their redemptions (credits) using the data that I had.  I used a <a href="http://en.wikipedia.org/wiki/Genetic_algorithm">genetic algorithm</a>.  A genetic algorithm is a search technique that finds solutions to “<a href="http://en.wikipedia.org/wiki/Optimization_(mathematics)">optimization</a>” problems – i.e. the process of choosing the best fit given a set of alternatives.  For each debit transaction, I was tasked with finding the most likely credit transactions that corresponded to it. </p>
<p>I wrote a program in C# to iterate through each debit transaction and find dangling credit transactions that, if netted together, would result in a $0.00 balance.  The criteria I used to find these dangling credits were based on the information I had in the dataset.  For instance, if I had a $10,000 gift card issued to a Mr. Smith in Morristown, NJ, I searched for any transaction involving customers who lived near Morristown, NJ and tried to find dangling credits that equaled $-10,000.  If I found these, I would net them together, and remove them from the data set so that they couldn’t be “found” in subsequent iterations. </p>
<p>In doing this, I observed that the data set evolved as subsequent iterations occurred, and it became easier to find the dangling credits because the dataset shrank.  The result of this activity was a substantial ($1.2m) reduction in the amount of unclaimed gift cards which saved the client from having to hand this money over to the states.  The results subsequently survived at least two state audits because the matches of gift card issuances and redemptions were both plausible and supported by a logical algorithm.</p>
<p>This heuristics in the genetic algorithm was supplemented with address validation.  Because the customers’ addresses were validated against the US Postal Service database of valid addresses and were geo-coded (assigned their latitude and longitudinal coordinates) they were known to exist and the relationships between two addresses in the same town or county could be used as part of the genetic algorithm.</p>
<p>Therefore, this case is yet another reason why auditors need to make a genuine effort to understand information architecture, search algorithms and analytics.  The savings gained by creative use of a genetic algorithm and USPS address validation far surpassed the fee for consulting services this client paid.</p>
]]></content:encoded>
			<wfw:commentRss>http://njauditor.com/archives/196/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tales from the &#8216;PowerPoint Zone&#8217;</title>
		<link>http://njauditor.com/archives/179</link>
		<comments>http://njauditor.com/archives/179#comments</comments>
		<pubDate>Thu, 30 Jul 2009 20:12:34 +0000</pubDate>
		<dc:creator>J. Termine</dc:creator>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://njauditor.com/?p=179</guid>
		<description><![CDATA[The Harvard Business Review has posted a &#8220;script&#8221; of a scene from The PowerPoint Zone between a general manager and a new college graduate.  The manager hired the grad to work with lengthy PowerPoint &#8220;decks.&#8221;  He asks the new grad to take a PowerPoint deck and change all of the circles to squares one by one.  Though [...]]]></description>
			<content:encoded><![CDATA[<p>The Harvard Business Review has posted a &#8220;script&#8221; of a scene from <em><a href="http://blogs.harvardbusiness.org/silverman/2009/07/how-i-learned-to-stop-worrying.html">The PowerPoint Zone</a></em> between a general manager and a new college graduate.  The manager hired the grad to work with lengthy PowerPoint &#8220;decks.&#8221;  He asks the new grad to take a PowerPoint deck and change all of the circles to squares one by one.  Though this interchange between the two is humorous, it is also troubling.  Why would a culture like ours require its best-and-brightest to spend tens of thousands of dollars on graduate and post-graduate education and then remand them to a fate of editing PowerPoint slides?  What&#8217;s especially telling about this scenario is that it happens frequently to auditors.  I have heard numerous stories of auditors taking workpapers in PowerPoint or other Office applications and simply copying-and-pasting data from one document to another while making subtle changes.  If this is our fate as a professional society, we are wasting resources. </p>
<p>It is time for auditors to automate their documentation process using reliable information technology tools.  This will require us to change the way we understand audit documentation &#8212; in the future, audit documentation will not be trapped within &#8220;documents&#8221; but will be driven through social networks that cause monitoring systems to respond based on contents of the documentation.  The &#8216;Facebook Age&#8217; is coming to auditors and will be here whether we are ready or not.</p>
]]></content:encoded>
			<wfw:commentRss>http://njauditor.com/archives/179/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
