<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>Coding the Architecture - reconciliation tag</title>
  <link>http://www.codingthearchitecture.com/tags/reconciliation/</link>
  <description>Software architecture for developers</description>
  <language>en</language>
  <copyright>Coding the Architecture</copyright>
  <lastBuildDate>Mon, 21 May 2012 09:41:00 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  
  <item>
    <title>System Design and Reconciliation</title>
    <link>http://www.codingthearchitecture.com/2008/02/08/system_design_and_reconciliation.html</link>
    
      
        <description>
          &lt;p&gt;
Even those not working in Finance have probably heard about the &lt;a href=&#034;http://news.bbc.co.uk/1/hi/business/7208439.stm&#034;&gt;intriguing events&lt;/a&gt; in a large investment bank and the HUGE losses that have occurred.
&lt;/p&gt;&lt;p&gt;
The interesting comment from an IT and architecture point of view is the following:
&lt;/p&gt;
&lt;blockquote&gt;The trader responsible for the fraud had &#034;in-depth knowledge of the control procedures resulting from this former employment in the middle-office&#034;, the bank said.
&lt;/blockquote&gt;
&lt;p&gt;
I&#039;m sure the story and our perception of it will change as more facts emerge but  we can be certain that the banks internal security and control systems failed.
&lt;/p&gt;&lt;p&gt;
Many security and control terms such as authentication, authorization and auditing are probably familiar what about reconciliation? Consider a simple stock-taking example. The number of items delivered to a warehouse minus the number of items sold should tell you how many are still there. If it&#039;s less,  you may have a thief. ( If you&#039;ve ever been involved in a stock-take you may have seen many missing items - they tend to be small and valuable.) Stock taking is a physical example of reconciliation i.e do all the numbers add up.
&lt;/p&gt;&lt;p&gt;
Should you be doing this in a system of your own? If you have developed an online store do you periodically make sure that the number of orders to your website equals the number of payments received and items sent? It&#039;s very common for a system designer to assume this will be the case, as the data normally flows from one component to the next, but consider what happens if someone sends messages to your delivery system directly. They bypass your ordering and payment systems so there is no matching order or payment. This is likely to be an insider that knows the system well and you can lose a lot of money as you send out goods without being paid. These kind of issues are increasingly likely as designers move away from monolithic systems to SOAs.
&lt;/p&gt;&lt;p&gt;
Apart from internal checks between your own systems you can reconcile with external ones. In securities trading, we usually get a list of trades from the markets and exchanges at the end of he day and reconcile against the banks internal list of trades. This should show if a trader has been placing trades they shouldn&#039;t have (or failing to place those they should).
&lt;/p&gt;&lt;p&gt;
It&#039;s important to make sure that the main system and the reconciliation system are separate otherwise an error or fraud in one could effect the other. (Reconciliation is often simple and can be done in something like a script). 
&lt;/p&gt;&lt;p&gt;
Finally, you should remember that regression testing is actually a form of reconciliation between different versions of systems, so you may be doing some already!
&lt;/p&gt;
        </description>
      
      
    
    
    
    <category>How do you define software architecture?</category>
    
    <comments>http://www.codingthearchitecture.com/2008/02/08/system_design_and_reconciliation.html#comments</comments>
    <guid isPermaLink="true">http://www.codingthearchitecture.com/2008/02/08/system_design_and_reconciliation.html</guid>
    <pubDate>Fri, 08 Feb 2008 22:06:20 GMT</pubDate>
  </item>
  
  </channel>
</rss>

