<?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/"
	>

<channel>
	<title>The Transaction Company</title>
	<atom:link href="http://www.TheTransactionCompany.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.TheTransactionCompany.com</link>
	<description>Organise your business with monetary transactions</description>
	<pubDate>Fri, 24 Jul 2009 08:20:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MyTransactionCenter 0.92.3 Development Screenshots</title>
		<link>http://www.TheTransactionCompany.com/blog/mytransactioncenter-0923-development-screenshots/</link>
		<comments>http://www.TheTransactionCompany.com/blog/mytransactioncenter-0923-development-screenshots/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 08:20:58 +0000</pubDate>
		<dc:creator>Vladimir Dzhuvinov</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.TheTransactionCompany.com/?p=156</guid>
		<description><![CDATA[
Logging into the Transaction Center

MyTransactionCenter can be localised to customer demand

The employee account panel, showing his current balance and previous transactions

An easy wizard to assist employees in making business payments, deposits and, of cource, withdraw their earnings at the end of the month

The &#34;My Profile&#34; window where employees can check their organisational status and roles
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://www.TheTransactionCompany.com/wp-content/uploads/2009/07/mytransactioncenter-0923-screenshot-11.png" alt="Login screenshot" /></p>
<p style="text-align: center;">Logging into the Transaction Center</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.TheTransactionCompany.com/wp-content/uploads/2009/07/mytransactioncenter-0923-screenshot-21.png" alt="Localisation" /></p>
<p style="text-align: center;">MyTransactionCenter can be localised to customer demand</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.TheTransactionCompany.com/wp-content/uploads/2009/07/mytransactioncenter-0923-screenshot-31.png" alt="The My Account Panel" /></p>
<p style="text-align: center;">The employee account panel, showing his current balance and previous transactions</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.TheTransactionCompany.com/wp-content/uploads/2009/07/mytransactioncenter-0923-screenshot-41.png" alt="Payment Wizard" /></p>
<p style="text-align: center;">An easy wizard to assist employees in making business payments, deposits and, of cource, withdraw their earnings at the end of the month</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.TheTransactionCompany.com/wp-content/uploads/2009/07/mytransactioncenter-0923-screenshot-51.png" alt="User Profile" /></p>
<p style="text-align: center;">The &quot;My Profile&quot; window where employees can check their organisational status and roles</p>
]]></content:encoded>
			<wfw:commentRss>http://www.TheTransactionCompany.com/blog/mytransactioncenter-0923-development-screenshots/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Testing Transaction DB Performance</title>
		<link>http://www.TheTransactionCompany.com/blog/testing-transaction-db-performance/</link>
		<comments>http://www.TheTransactionCompany.com/blog/testing-transaction-db-performance/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 19:11:24 +0000</pubDate>
		<dc:creator>Vladimir Dzhuvinov</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.TheTransactionCompany.com/blog/testing-transaction-db-performance/</guid>
		<description><![CDATA[Last night I ran some simple performance tests on the transaction database. Using inexpensive stock hardware the DB server managed to process 312 payment transactions per second.
First I ran a Python script that created 10&#8242;000 employee records with their corresponding accounts [download script]. Then, a second script [download] simulated 10&#8242;000 transactions between randomly chosen employees.
The [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I ran some simple performance tests on the <a href="http://www.thetransactioncompany.com/blog/going-relational/" title="Going Relational">transaction database</a>. Using inexpensive stock hardware the DB server managed to process 312 payment transactions per second.</p>
<p>First I ran a Python script that created 10&#8242;000 employee records with their corresponding accounts [<a href="http://www.TheTransactionCompany.com/wp-content/uploads/2007/11/populate_tables_for_test.py" title="Populate Employee and Account Tables">download script</a>]. Then, a second script [<a href="http://www.TheTransactionCompany.com/wp-content/uploads/2007/11/transaction_test.py" title="Simulate 10′000 payment transactions">download</a>] simulated 10&#8242;000 transactions between randomly chosen employees.</p>
<p>The time was recorded with the Unix command <a href="http://en.wikipedia.org/wiki/Time_(Unix)" title="Wikipedia: time (Unix)">time</a>. The first script took 91 seconds to complete, the second 32 seconds (translating to ~ 312 transactions / sec). In both cases the network traffic between client and server was about 100 kbit/s.</p>
<p>The test setup:</p>
<ul>
<li>The server: MySQL 5.0.34 running on an Intel P4 Linux machine</li>
<li>The client: the two Python scripts were run from a P4 Linux laptop connected to the server via 100mb/s Ethernet</li>
</ul>
<p>No blue smoke came out of the server, so I guess the test was successful <img src='http://www.TheTransactionCompany.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.TheTransactionCompany.com/blog/testing-transaction-db-performance/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Going Relational</title>
		<link>http://www.TheTransactionCompany.com/blog/going-relational/</link>
		<comments>http://www.TheTransactionCompany.com/blog/going-relational/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 15:54:56 +0000</pubDate>
		<dc:creator>Vladimir Dzhuvinov</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.TheTransactionCompany.com/blog/going-relational/</guid>
		<description><![CDATA[Yesterday I sat down and had some fun designing a SQL database to implement the transactional storage and procedure layer of the software system that I outlined last week. It is a relatively simple implementation, yet it covers the core points of what the database should provide &#8212; store the employees&#8217; money accounts and allow [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I sat down and had some fun designing a <a href="http://en.wikipedia.org/wiki/SQL" title="Wikipedia: SQL">SQL</a> database to implement the transactional storage and procedure layer of the software system that I <a href="http://www.thetransactioncompany.com/blog/it-system-internal-monetary-transactions/" title="A First Look at an IT System for Internal Monetary Transactions">outlined</a> last week. It is a relatively simple implementation, yet it covers the core points of what the database should provide &#8212; store the employees&#8217; money accounts and allow them to conduct transactions. My current plan is to implement all minimal components so that in a couple of months I have a working software for demonstration purposes, which then can be quickly adapted and put to practical use when a client comes and decides to test the concept at their company.</p>
<p>The <a href="http://en.wikipedia.org/wiki/Relational_database_management_system" title="Wikipedia: Relational database management system">RDBMS</a> I chose is <a href="http://www.mysql.com" title="MySQL AB">MySQL</a> 5.0.32. It is <a href="http://en.wikipedia.org/wiki/Open_source" title="Wikipedia: Open source">open source</a> and widely used in web applications, such as this blog (run by <a href="http://wordpress.org" title="WordPress.org">WordPress</a>).</p>
<p>I designed a database with 3 tables:</p>
<ul>
<li><em>TABLE employees</em> to hold the login data for each employee. In a production environment one may instead have a dedicated server to manage identities and provide log-in.</li>
<li><em>TABLE accounts</em> to store the transactional accounts of the employees.</li>
<li><em>TABLE transactions</em> to log all transactions that are being made</li>
</ul>
<p align="center"><img src="http://www.TheTransactionCompany.com/wp-content/uploads/2007/11/sql_tables.jpg" alt="SQL tables" /></p>
<p align="center"><em>The more important data fields of the three SQL tables. The foreign key relations are highlighted</em></p>
<p>The exact SQL spec of the three tables looks like this:</p>
<pre>CREATE TABLE <strong>employees</strong> (
        <font color="#ff0000">id</font> MEDIUMINT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
        <font color="#ff0000">name</font> VARCHAR(36) NOT NULL,
        <font color="#ff0000">login</font> VARCHAR(12) NOT NULL,
        <font color="#ff0000">password</font> CHAR(40) NOT NULL,
        <font color="#ff0000">status</font> ENUM ('active', 'departed') NOT NULL DEFAULT 'active'
)ENGINE=INNODB DEFAULT CHARSET=utf8;</pre>
<pre>CREATE TABLE <strong>accounts</strong> (
        <font color="#ff0000">id</font> MEDIUMINT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
        <font color="#ff0000">holder</font> MEDIUMINT UNSIGNED NOT NULL,
        <font color="#ff0000">balance</font> DECIMAL(9,2) NOT NULL,
        <font color="#ff0000">created</font> DATETIME NOT NULL,
        <font color="#ff0000">status</font> ENUM('active', 'suspended', 'closed') NOT NULL DEFAULT 'active',
        INDEX (holder),
        FOREIGN KEY (holder) REFERENCES employees(id)
                ON DELETE RESTRICT
                ON UPDATE RESTRICT
)ENGINE=INNODB DEFAULT CHARSET=utf8;</pre>
<pre>CREATE TABLE <strong>transactions</strong> (
        <font color="#ff0000">id</font> INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
        <font color="#ff0000">date</font> TIMESTAMP,
        <font color="#ff0000">sending_account</font> MEDIUMINT UNSIGNED NOT NULL,
        <font color="#ff0000">receiving_account</font> MEDIUMINT UNSIGNED NOT NULL,
        <font color="#ff0000">amount</font> DECIMAL(9,2) NOT NULL,
        <font color="#ff0000">reference</font> VARCHAR(255),
        INDEX (sending_account, receiving_account),
        FOREIGN KEY (sending_account) REFERENCES accounts(id)
                ON DELETE RESTRICT
                ON UPDATE RESTRICT,
        FOREIGN KEY (receiving_account) REFERENCES accounts(id)
                ON DELETE RESTRICT
                ON UPDATE RESTRICT
)ENGINE=INNODB DEFAULT CHARSET=utf8;</pre>
<p>Two notes regarding the SQL description of the tables:</p>
<ul>
<li>The foreign key relations have <em>ON DELETE RESTRICT</em> and <em>ON UPDATE RESTRICT</em> constraints in order to preserve the integrity of the records. For example, when an employee leaves the company his account data must not be deleted, otherwise the other employees may receive an incomplete account statement of their previous transactions. Instead, the status of the leaving employee record should be changed to <em>&#8216;departed&#8217;</em> and his account flagged as <em>&#8216;closed&#8217;</em>.</li>
<li>The <em>employee.id</em> and <em>accounts.id</em> fields are defined as <a href="http://dev.mysql.com/doc/refman/5.0/en/numeric-types.html" title="MySQL 5.0 Reference: Numeric types"><em>UNSIGNED MEDIUMINT</em></a> to provide ID numbers for up to 16&#8242;777&#8242;215 records. The <em>transactions.id</em> field is an <em>UNSIGNED INT</em> which can provide up to 4&#8242;294&#8242;967&#8242;295 transaction IDs. I assume this number would suffice even to a large company for at least several years: <em>100&#8242;000 employees x 10 transactions daily x 365 = 365 mio. transactions p.a.</em> If not, the integer size can be increased, but this won&#8217;t be the only IT issue then <img src='http://www.TheTransactionCompany.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
</ul>
<p>I decided to implement the transactional business logic as stored procedures within the database. The idea is to keep the &#8216;transactional engine&#8217; as compact as possible by having the data and the logic close to one another. Again, there is nothing fancy to the actual transaction rules, just simple common sense code that says, for example, that before making a payment the program should check whether the employee has enough money in his account.</p>
<p>Here I&#8217;ll list only the <em>make_payment()</em> procedure, the rest are more or less of the <em>INSERT/SELECT/UPDATE</em> type of code. Expectedly, the procedure has to execute the transaction statements as an &#8220;<a href="http://en.wikipedia.org/wiki/Atomicity" title="Wikipedia: Atomicity">atom</a>&#8221; and makes use of the standard <em>COMMIT </em>and<em> ROLLBACK</em> commands.</p>
<pre>
<font color="#339966"># Make a payment
# returns SELECT as return_code:
#        0 on success,
#       -1 on insufficient balance,
#       -2 on missing/inactive sender account,
#       -3 on inactive recipient account</font>
CREATE PROCEDURE <strong>make_payment</strong> (
                IN <font color="#ff0000">sending_account</font> MEDIUMINT,
                IN <font color="#ff0000">receiving_account</font> MEDIUMINT,
                IN <font color="#ff0000">amount</font> DECIMAL(9,2),
                IN <font color="#ff0000">reference</font> VARCHAR(255)
        )
        proc: BEGIN

                DECLARE status_result TINYINT SIGNED;
                DECLARE sender_balance DECIMAL(9,2) SIGNED;

                START TRANSACTION;

                <font color="#339966"># Check if sending account is active/exists</font>
                SELECT COUNT(status) INTO status_result FROM accounts
                        WHERE accounts.id=sending_account AND
                        accounts.status='active';
                IF (status_result != 1) THEN
                        ROLLBACK;
                        SELECT -2 AS return_code;
                        LEAVE proc;
                END IF;

                <font color="#339966"># Check if receiving account is active/exists</font>
                SELECT COUNT(status) INTO status_result FROM accounts
                        WHERE accounts.id=receiving_account
                        AND accounts.status='active';
                IF (status_result != 1) THEN
                        ROLLBACK;
                        SELECT -3 AS return_code;
                        LEAVE proc;
                END IF;

                <font color="#339966"># Check if sending account has enough money for the payment</font>
                SELECT balance INTO sender_balance FROM accounts
                        WHERE accounts.id=sending_account LIMIT 1;
                IF (sender_balance - amount &lt; 0) THEN
                                ROLLBACK;
                                SELECT -1 AS return_code;
                                LEAVE proc;
                END IF;

                <font color="#339966"># Proceed with transaction</font>
                INSERT INTO transactions SET
                        sending_account=sending_account,
                        receiving_account=receiving_account,
                        amount=amount,
                        reference=reference;
                UPDATE accounts SET balance=balance-amount
                        WHERE id=sending_account;
                UPDATE accounts SET balance=balance+amount
                        WHERE id=receiving_account;
                COMMIT;
                SELECT 0 AS return_code;
        END;</pre>
<p>This SQL code of course isn&#8217;t final and would probably evolve further as the software development goes on.</p>
<p>Finally, if this programming code hasn&#8217;t scared you, you may want to have a look at these <a href="http://weblogs.sqlteam.com/davidm/archive/2004/05/27/1407.aspx" title="A Few DBA Jokes...">database software jokes</a> <img src='http://www.TheTransactionCompany.com/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.TheTransactionCompany.com/blog/going-relational/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Vindicating the Word &#8220;Economic&#8221;</title>
		<link>http://www.TheTransactionCompany.com/blog/vindicating-economic/</link>
		<comments>http://www.TheTransactionCompany.com/blog/vindicating-economic/#comments</comments>
		<pubDate>Sun, 18 Nov 2007 08:58:49 +0000</pubDate>
		<dc:creator>Vladimir Dzhuvinov</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.TheTransactionCompany.com/2007/11/18/vindicating-the-word-economic/</guid>
		<description><![CDATA[
More often that not I&#8217;m beginning to see people use the word &#8220;economic&#8221; in the context of shortsighted, unsustainable and unecological.
Can there really be a conflict between our endeavour for prosperity and the wellbeing of our planet and children?
Or is it the ineptness of some of our policy makers and business leaders at economic thinking [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><img src="http://www.TheTransactionCompany.com/wp-content/uploads/2007/11/economic.jpg" alt="Definition of “Economic”" /></p>
<p>More often that not I&#8217;m beginning to see people use the word &#8220;economic&#8221; in the context of shortsighted, unsustainable and unecological.</p>
<p>Can there really be a conflict between our endeavour for prosperity and the wellbeing of our planet and children?</p>
<p>Or is it the ineptness of some of our policy makers and business leaders at economic thinking that has given the purpose of this highly reasonable science a bad name?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.TheTransactionCompany.com/blog/vindicating-economic/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A First Look at an IT System for Internal Monetary Transactions</title>
		<link>http://www.TheTransactionCompany.com/blog/it-system-internal-monetary-transactions/</link>
		<comments>http://www.TheTransactionCompany.com/blog/it-system-internal-monetary-transactions/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 19:58:05 +0000</pubDate>
		<dc:creator>Vladimir Dzhuvinov</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.TheTransactionCompany.com/2007/11/15/a-first-look-at-an-it-system-for-internal-monetary-transactions/</guid>
		<description><![CDATA[Tonight I sat down and drafted the modules of a computer system for internal monetary transactions.
Theoretically, you can get your transaction company going with a simple paper register. Transactions can certainly be administrated the old-fashioned way, using pen and paper. I suppose that for initial adoption experiments on a small scale this might actually be [...]]]></description>
			<content:encoded><![CDATA[<p>Tonight I sat down and drafted the modules of a computer system for internal monetary transactions.</p>
<p>Theoretically, you can get your transaction company going with a simple paper register. Transactions can certainly be administrated the old-fashioned way, using pen and paper. I suppose that for initial adoption experiments on a small scale this might actually be a good idea. Computers, however, have a number of advantages and anyone who is serious about implementing the Transaction Company concept cannot really ignore them.</p>
<p>The following diagram outlines an IT system for internal transactions. I arranged the functionality into modules, so that a company can start with a minimal system and extend it according to its needs. Those of you who are familiar with IT would recognise a system based on a common <a href="http://en.wikipedia.org/wiki/Three-tier_%28computing%29" title="Wikipedia: Multitier architecture">multi-tier architecture</a>.</p>
<p style="text-align: center"><img src="http://www.TheTransactionCompany.com/wp-content/uploads/2007/11/software_arch.jpg" alt="Transaction Company Software Architecture" /></p>
<p>At the bottom, coloured in blue, is the server. It has two components:</p>
<ul>
<li>A <strong>database</strong> to store the transactional accounts of the employees and a register of all transactions &#8212; pending and completed</li>
<li>Software that defines the corporate <strong>rules of internal transacting</strong>, along with other related business logic</li>
</ul>
<p>At the top we have a set of six client modules that connect to the server. They should be more or less independent from one another and a company can use one or more of them, according to its requirements:</p>
<ul>
<li>A <strong>desktop client</strong>: this, together with the server, comprises the minimal software system. It allows employees to log onto their transactional accounts, check their balance, and send and receive money. The client can be implemented using standard web technology, so that people can access the system through a web browser</li>
<li>A set of three modules useful to larger companies (e.g. 50+ employees) and/or to businesses spread over multiple locations:
<ul>
<li>A <strong>market forum</strong> that allows employees to post, search and negotiate/bid for projects. Users may also have the ability to browse the transactional histories of their colleagues and to collect comments/rating points from their transaction partners (like the stars on eBay). The substance of the market forum would not differ much from the social networking sites on the Internet.</li>
<li>A module to <strong>visualise the network of transactions</strong> across the enterprise: with varying granularity (e.g. individual or departmental level), aspects such as connection structure, money flow and value creation. The idea of this tool is to assist decision making, so that managers/employees can spot profitable/active areas and direct their attention there.</li>
<li>A <strong>banking interface</strong> to allow the transactional accounts to be hosted with a financial institution. Employees may then earn an interest rate on their balance or be provided with access to credit facilities. I think this could turn into an interesting new service for banks.</li>
</ul>
</li>
<li>A set of two modules to ease transacting and make it more pervasive across the enterprise:
<ul>
<li>An interface to allow <strong>transactions to be automated</strong>. This could be a useful feature in manufacturing to make automatic payments when a part on the production line passes from one stage to the next</li>
<li>A <strong>mobile interface</strong> that employees can use to make transactions using their smartphones.</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.TheTransactionCompany.com/blog/it-system-internal-monetary-transactions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Income Disparity and the Gap Between the Market and the Corporation</title>
		<link>http://www.TheTransactionCompany.com/blog/income-disparity-and-market-corporation-gap/</link>
		<comments>http://www.TheTransactionCompany.com/blog/income-disparity-and-market-corporation-gap/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 17:47:50 +0000</pubDate>
		<dc:creator>Vladimir Dzhuvinov</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.TheTransactionCompany.com/2007/11/11/income-disparity-and-the-gap-between-the-market-and-the-corporation/</guid>
		<description><![CDATA[Last night I stopped by Ron Davison&#8217;s blog R World. There he had put together a graph of the growing income disparity in the US, the idea being that the current Bush administration is doing worse in this regard than Clinton did a decade ago.
Yes, the graph is backed by concrete statistical data. But these [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I stopped by Ron Davison&#8217;s blog <a href="http://rwrld.blogspot.com/" title="R World">R World</a>. There he had put together a <a href="http://rwrld.blogspot.com/2007/11/bush-vs-clinton-income-growth-by.html" title="Bush vs. Clinton - Income Growth by Percentile">graph</a> of the growing income disparity in the US, the idea being that the current <a href="http://www.thegreenpapers.com/Hx/BushAdministration.html" title="The Bush Administration">Bush administration</a> is doing worse in this regard than <a href="http://en.wikipedia.org/wiki/Clinton_Administration" title="Wikipedia: Presidency of Bill Clinton">Clinton</a> did a decade ago.</p>
<p>Yes, the graph is backed by concrete statistical data. But these numbers, by themselves, speak nothing of their cause.</p>
<p>Were changes in <a href="http://en.wikipedia.org/wiki/Fiscal_policy" title="Wikipedia: Fiscal policy">fiscal policy</a> the primary cause behind the divergence of incomes? Taxation does affect income: directly, through policies for its <a href="http://en.wikipedia.org/wiki/Income_redistribution" title="Wikipedia: Income redistribution">redistribution</a> from the richer to the poorer, and indirectly, by stimulating the economy. The first mechanism, however, doesn&#8217;t address the economic problem that led to the income inequality in the first place, it is only meant as a relief after the fact, while the second has too broad an effect.</p>
<p>I would rather propose to look elsewhere for the cause. To me the government has very little to do with both the problem at hand and the solution. Those of you who have read my previous article “<a href="http://www.thetransactioncompany.com/blog/held-together-by-faith/" title="Held Together by Faith">Held Together by Faith</a>” would know where my argument is heading to.</p>
<p>Not only in the US, but also here in Europe politicians are talking about a growing income disparity and a falling behind of the middle class. Some attribute this to <a href="http://en.wikipedia.org/wiki/Education_reform" title="Wikipedia: Education reform">deficits in education</a>, others to the increased competition that arrived with the <a href="http://en.wikipedia.org/wiki/Globalisation" title="Wikipedia: Globalisation">globalisation</a>.</p>
<p>I say the principal cause lies elsewhere: corporations have been stagnating with respect to the market and globalisation has come to expose this, revealing millions of employees caught in workplaces where they fail to develop their economic potential.</p>
<p>Who makes up the top 10% of the income bracket? Mostly investors in the stock market, entrepreneurs, independent professionals, people with own businesses. What is common to all of them? Their greater engagement and activity in the open market where they enjoy a higher degree of economic potentials – compared to the workplaces within companies where one generally has as an employee a much more constrained playing field.</p>
<p align="center"><img src="http://www.TheTransactionCompany.com/wp-content/uploads/2007/11/the_market_corporation_gap.jpg" alt="The Market - Corporation Gap" /></p>
<p>This economic divide increased and became more apparent over the past 10 – 15 years. After the end of the <a href="http://en.wikipedia.org/wiki/Cold_War" title="Wikipedia: The Cold War">Cold War</a> the market capitalist system underwent a significant boom. It expanded to the countries of the former <a href="http://en.wikipedia.org/wiki/Eastern_Bloc" title="Wikipedia: Eastern Bloc">Eastern Bloc</a> and to <a href="http://en.wikipedia.org/wiki/China" title="Wikipedia: China">China</a> where hundreds of millions of people live. In the Western world it also went through developments marked by the <a href="http://en.wikipedia.org/wiki/Liberalisation" title="Wikipedia: Liberalisation">liberalisation</a> of many sectors, the falling of various <a href="http://en.wikipedia.org/wiki/Protectionism" title="Wikipedia: Protectionism">protectionist barriers</a> to trade, the adoption of electronic communications and <a href="http://en.wikipedia.org/wiki/Electronic_trading" title="Wikipedia: Electronic trading">trading</a>, the <a href="http://en.wikipedia.org/wiki/List_of_privatizations" title="Wikipedia: List of privatisations">privatisation</a> of major utility companies across Europe and the introduction of the <a href="http://ec.europa.eu/euro/entry.html" title="The Euro: Our Currency">Euro</a>. Markets became global.</p>
<p>Therefore, it is no surprise that to the entrepreneurs in the market globalisation came like manna from heaven: access to more capital and larger markets, new possibilities for networking and investment, exchange of ideas and know-how on a broader scale.</p>
<p>Corporations, on the other hand, developed rather sparsely over the same period. Most internal structural shifts, however heroic, were limited to the accommodation of computer technology. Still, over the past 10 – 15 years an array of companies underwent huge expansion and posted <a href="http://www.ft.com/cms/s/0/56c494c8-e213-11db-af9e-000b5df10621.html" title="FT.com: Corporate profits at all-time high">record profits</a>. You may wonder, “how come?” The answer is simple: the primary cause for this spectacular growth of corporations didn&#8217;t originate from within, but was due to the improved conditions in the market environment: more people to sell to, more sources of finance, access to cheaper labour.</p>
<p align="center"><img src="http://www.TheTransactionCompany.com/wp-content/uploads/2007/11/che_gag.jpg" alt="Jeez! I thought our recent SAP migration was the mother of all revolutions!" /></p>
<p>So, in a way globalisation both exposes and masks the growing gap between the market and the corporation. On one hand it presented companies with “free” room to expand, on the other, it exposed the fact that many employees behind corporate walls are falling behind. I suspect businesses would have faced greater pressures to reinvent themselves had the spread of the market capitalist system not provided new pastures to compensate for that.</p>
<p>Sooner than later, however, the world will run out of countries with non-market economies as the last stubborn supporters of “communism” succumb to capitalism; the <a href="http://en.wikipedia.org/wiki/Population_growth" title="Wikipedia: Population growth">population growth</a> will slowly begin to level off. At last then the corporations will notice that they&#8217;ll have to look inward if they are to avoid stagnation, that we cannot have sustainable growth – of corporate profits, of personal income, if the economic potential of employees is being depressed.</p>
<p>There aren&#8217;t many options to close the gap, in fact I see just one – companies becoming more like their environment by adapting mechanisms from it: allowing monetary relations between employees, decentralising decision making, trimming frustrating bureaucracy. Yes, there will be initial suspicion and resistance to these changes, but in the end most people will like their new transformed workplaces – the possibilities for unrestricted interaction with colleagues, the more personal touch of relations in the office, the simple money rules, the ability to earn more.</p>
<p>This blog&#8217;s aim is to walk you through this new and transformed company. Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.TheTransactionCompany.com/blog/income-disparity-and-market-corporation-gap/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Transactions Are Easy - An Example</title>
		<link>http://www.TheTransactionCompany.com/blog/transactions-are-easy-example/</link>
		<comments>http://www.TheTransactionCompany.com/blog/transactions-are-easy-example/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 18:52:07 +0000</pubDate>
		<dc:creator>Vladimir Dzhuvinov</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.TheTransactionCompany.com/2007/11/09/transactions-are-easy-an-example/</guid>
		<description><![CDATA[Last week I received an email from Michel who was wondering how The Transaction Company could function in the real world:
I thought about your idea during my bus ride to work this morning. I asked myself: How can the bus driver participate in the transaction company? Should he be able to reward the technician that [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I received an email from <a href="http://www.michelbrouwers.com/" title="Michel Brouwers">Michel</a> who was wondering how The Transaction Company could function in the real world:</p>
<blockquote><p><em><font face="Lucida Sans Unicode" size="2"><span style="font-size: 10pt; font-family: 'Lucida Sans Unicode'" lang="EN-GB">I thought about your idea during my bus ride to work this morning. I asked myself: How can the bus driver participate in the transaction company? Should he be able to reward the technician that maintains the bus for him? Should he give him 10 Euros every time he feels like giving it him? How does he determine this value anyway. How do you determine the [credits amount] he can hand out during a period of time? [...] How do you know that employees know how to value the services of the other?</span></font></em></p></blockquote>
<p>Transactions are not this complicated. Actually, they can be quite intuitive and easy to grasp.</p>
<p>Let&#8217;s take Michel&#8217;s example of the bus driver and create a hypothetic bus company built around internal transactions. I chose it to have five people, which should suffice to illustrate the concept:</p>
<table style="margin-left: auto; margin-right: auto" width="80%">
<tr>
<td align="center"><img src="http://www.TheTransactionCompany.com/wp-content/uploads/2007/11/the_boss.jpg" alt="The bus company boss" /></td>
<td><small>The boss of the bus company</small></td>
</tr>
<tr>
<td align="center"><img src="http://www.TheTransactionCompany.com/wp-content/uploads/2007/11/bus_driver.jpg" alt="Bus driver" /><img src="http://www.TheTransactionCompany.com/wp-content/uploads/2007/11/bus_driver.jpg" alt="Bus driver" /><img src="http://www.TheTransactionCompany.com/wp-content/uploads/2007/11/bus_driver.jpg" alt="Bus driver" /></td>
<td><small>Three bus drivers</small></td>
</tr>
<tr>
<td align="center"><img src="http://www.TheTransactionCompany.com/wp-content/uploads/2007/11/technician.jpg" alt="Bus technician" /></td>
<td><small>A technician</small></td>
</tr>
</table>
<p>A company normally requires material assets and people in various functions in order to operate. In our bus company these are arranged as follows:</p>
<ul>
<li>The boss provides the material assets. He obtained a bank loan to buy three buses and a bus garage to park them overnight. He is also responsible for the marketing and for obtaining the required bus line licenses from the city council.</li>
<li> Three drivers for each bus. They also sell the tickets to their passengers.</li>
<li>A technician who takes care of the buses&#8217; maintenance. His repair shop is located in the bus garage.</li>
</ul>
<p>How do you turn the bus company into a Transaction Company?</p>
<p>The recipe: Give our five little heroes the possibility to establish monetary relations with one another in order to obtain the required inputs for their jobs and then to gain from what they produce/provide. The concept does not prescribe anything more specific because the exact terms for a given transaction are best left to the interested parties to define.</p>
<p style="text-align: center"><img src="http://www.TheTransactionCompany.com/wp-content/uploads/2007/11/transaction_company_recipe.jpg" alt="Employees can transact with one another in order to obtain the required inputs for their job and to realise the economic value of their output" /></p>
<p style="text-align: center"><em>The recipe for The Transaction Company is simple</em></p>
<p>A word of caution: Driven by a desire to achieve greater control, the boss (or anyone else in the company) has to be careful not to distort the recipe by insisting on transactions with employees with whom one actually has no direct work relations. This is most likely to be counter-productive, resulting in <a href="http://en.wikipedia.org/wiki/Moral_hazard" title="Wikipedia: Moral Hazard">moral hazard</a> and <a href="http://en.wikipedia.org/wiki/Perverse_incentive" title="Wikipedia: Perverse Incentive">perverse incentives</a> &#8212; precisely the problem, common to many conventional organisations, that The Transaction Company aims to solve. This is an important issue which I would like to write about in another article.</p>
<p>Let&#8217;s now apply the recipe to the bus company, together with some economic common sense in order to anticipate how the five heroes might set up the transactional relations among themselves. Here is one possible scenario:</p>
<p>For the three buses that the drivers need for their job, the boss agrees with them on a lease fee to be paid to him monthly. In addition, a percentage of the ticket sales is agreed to go to the boss for his administrative and marketing work. Finally, the drivers agree with the technician on a pay for his maintenance services. He, however, needs some space in the bus garage to set up his repair shop, and for that he negotiates a monthly rent with the boss.</p>
<p>To sum up, for any one of our heroes to identify their possible transactional relations, they simply have to ask themselves two questions:</p>
<ol>
<li>&#8220;Who do I need for my job?&#8221;</li>
<li>&#8220;Who needs me?&#8221;</li>
</ol>
<p>The following interactive diagram maps the internal transactions (among our five little heroes) along with the external ones (with the customers and the bank). The internal transactions of a company cannot be regarded in isolation from the market environment. This is a great feature of The Transaction Company that adds to the understanding of the business in its financial relations with customers, suppliers and creditors.</p>
<p align="center">	<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/flash.cab#version=7,0,0,0" width="540" height="500">
	<param name="movie" value="http://www.TheTransactionCompany.com/wp-content/uploads/2007/11/bus_company_transactions.swf">
	<param value="sameDomain" name="allowScriptAccess"/>
	<param name="quality" value="high">
	<param name="scale" value="exactfit" />
	
	<embed src="http://www.TheTransactionCompany.com/wp-content/uploads/2007/11/bus_company_transactions.swf"  quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" allowscriptaccess="sameDomain" scale="exactfit" type="application/x-shockwave-flash" width="540" height="500" bgcolor="#FFFFFF">
	</embed>
	</object></p>
<p>Now that we know how the transacting partners in the firm identify one another, the next logical step is to look into the valuation of the actual transactions. But before we discuss this, let&#8217;s remember how personal income is derived. The Transaction Company says that this is simply the difference between the inbound (money received) and outbound transactions (money paid) for a person over a period of time (here I ignore the special case when shareholder dividend is paid):</p>
<ul>
<li>For each bus driver, this is the money collected from the ticket sales after the bus lease, the sales percentage and the maintenance service have been paid for.</li>
<li>For the technician this is the money received from the bus drivers for his maintenance services minus the amount he paid to the boss to have his repair shop in the garage.</li>
<li>For the boss this is the money received from the three bus drivers and the technician minus the loan instalment owed to the bank.</li>
</ul>
<p style="text-align: center"><img src="http://www.TheTransactionCompany.com/wp-content/uploads/2007/11/personal_income.jpg" alt="Personal Income" /></p>
<p>Getting back to the valuation of transactions, there is a question that I often get bombarded with: &#8220;But how would the person X know how much a particular transaction is worth?&#8221; I have answered this in a <a href="http://www.thetransactioncompany.com/blog/output-contribution-pricing/" title="The Pricing of Transactions">previous post</a>, but now I&#8217;ll explain it again, using the bus company example at hand.</p>
<p>As I mentioned above, the mantra of The Transaction Company is &#8220;give people a framework for monetary transactions, the rest they shall sort out themselves&#8221;. This also includes the pricing of transactions. Valuation is subjective, therefore I see no point in attempting to impose some &#8220;objective&#8221; rules to it.</p>
<p>I can&#8217;t tell for sure what strategy a particular person would choose to determine and negotiate transaction value, but here is one possible to start with. For example, it is not hard to imagine that many people would aim to earn at least the typical average for their profession (this kind of strategy is called <a href="http://en.wikipedia.org/wiki/Satisficing" title="Wikipedia: Satisficing">satisficing</a>). So, let&#8217;s assume that one of our bus drivers wants to earn at least as much as his peers, e.g. <a href="http://www.berufe-aktuell.de/Gehaltsfuehrer/Gehalt-Office/BERUFE/BG_7/GR_259/L_259.HTM" title="Gehalt Busfahrer">2000 Euros per month</a>. In order to net this amount, when negotiating the terms of his transactional relations he would have to achieve such a balance between received and spent money, so that at the end of the month he is left with minimum 2000 Euros. As a simple equation:</p>
<blockquote>
<pre><em>Sum of received money - Sum of spent money ≥ € 2000</em></pre>
<blockquote><p>or more specifically</p></blockquote>
<pre><em>Ticket sales -  Bus lease - Sales percentage - Bus maintenance ≥ € 2000</em></pre>
</blockquote>
<p>The bus driver may then notice that of the four factors affecting his pay, some are more variable than others, or that some he can influence more easily. For example, the boss may agree on better terms of the bus lease, while the technician may not accept to work for less because his skills are in high demand; or he may see a chance to increase his passengers by adjusting the timetable. In any case, our bus driver has a clear picture of the factors that make up his personal income and a direct mechanism to act upon them. Employees in conventional companies do not enjoy this kind of transparency and flexibility.</p>
<p>Regardless with which strategies our five small heroes set out initially, in the end they will balance out. And because the bus company is part of a larger economic system, the transaction values will have to balance not only internally, but also with respect to the market. This balance, of course, will be dynamic; it will shift as internal and external business conditions change.</p>
<p>Mathematically, you can represent the problem of transaction value balance as a <a href="http://en.wikipedia.org/wiki/System_of_linear_equations" title="Wikipedia: System of linear equations">system of equations</a>. For our bus company of five people we will have five such equations, that is, one per person.</p>
<p>If we assume the following</p>
<ul>
<li>The three bus drivers aim to earn at least € 2000, the technician at least € 4000, and the boss at least € 7000</li>
<li>The bus lease (<em>BL</em>) and ticket sales percentage (<em>SP</em>) is the same for all drivers</li>
<li><em>TS<sub>1,2,3</sub></em> signify the ticket sales for the corresponding driver</li>
<li><em>BM<sub>1,2,3</sub></em> signify the bus maintenance outlays for the corresponding driver</li>
<li><em>RS</em> is the rent paid by the technician for his repair shop</li>
<li><em>LR</em> is the loan repayment owed by the boss to the bank</li>
</ul>
<p>the resulting system of equations will look like this:</p>
<blockquote style="border-left: 1px solid black; padding-left: 5px">
<pre><em>TS<sub>1</sub> - BL - (TS<sub>1</sub> x SP) - BM<sub>1</sub> ≥ € 2000</em></pre>
<pre><em>TS<sub>2</sub> - BL - (TS<sub>2</sub> x SP) - BM<sub>2</sub> ≥ € 2000</em></pre>
<pre><em>TS<sub>3</sub> - BL - (TS<sub>3</sub> x SP) - BM<sub>3</sub> ≥ € 2000</em>pre&gt;
<pre><em>BM<sub>1</sub> + BM<sub>2</sub> + BM<sub>3</sub> - RS ≥ € 4000</em></pre>
<pre><em>3 x BL + (TS<sub>1</sub> + TS<sub>2</sub> + TS<sub>3</sub>) x SP + RS - LR ≥ € 7000</em></pre>
</pre>
</blockquote>
<p align="center">	<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/flash.cab#version=7,0,0,0" width="400" height="120">
	<param name="movie" value="http://www.TheTransactionCompany.com/wp-content/uploads/2007/11/stomach_churning.swf">
	<param value="sameDomain" name="allowScriptAccess"/>
	<param name="quality" value="high">
	<param name="scale" value="exactfit" />
	
	<embed src="http://www.TheTransactionCompany.com/wp-content/uploads/2007/11/stomach_churning.swf"  quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" allowscriptaccess="sameDomain" scale="exactfit" type="application/x-shockwave-flash" width="400" height="120" bgcolor="#FFFFFF">
	</embed>
	</object></p>
<p>Now, I didn&#8217;t mean to scare anyone with this equation. I just wanted to demonstrate that transactions cannot have arbitrary values, but values that are balanced by the interplay of the people&#8217;s economic relations within the company and the greater market environment.</p>
<p>I hope this argument is going to calm Michel&#8217;s concerns that people in The Transaction Company may turn irrational (in the economic sense) and, for instance, start awarding each other exorbitant sums of money. Michel, money always has to come from somewhere in the end! The fact that The Transaction Company doesn&#8217;t have a centralised remuneration system doesn&#8217;t mean that people would have an incentive to do crazy things. Actually, it is quite the opposite &#8212; we have a robust system with transparent economic mechanisms that emphasise self-responsibility.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.TheTransactionCompany.com/blog/transactions-are-easy-example/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Held Together by Faith</title>
		<link>http://www.TheTransactionCompany.com/blog/held-together-by-faith/</link>
		<comments>http://www.TheTransactionCompany.com/blog/held-together-by-faith/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 12:52:56 +0000</pubDate>
		<dc:creator>Vladimir Dzhuvinov</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.TheTransactionCompany.com/2007/10/29/held-together-by-faith-alone/</guid>
		<description><![CDATA[Whereas the universe is held together by the laws of physics, the social systems on our planet, whether religious or economic, are held together by faith alone. It is people&#8217;s faith in the concepts of the state, the religious institutions, the fiat money system, that makes their existence possible. Once people lose trust in a [...]]]></description>
			<content:encoded><![CDATA[<p>Whereas the universe is held together by the laws of physics, the social systems on our planet, whether religious or economic, are held together by faith alone. It is people&#8217;s faith in the concepts of the state, the religious institutions, the fiat money system, that makes their existence possible. Once people lose trust in a given social construct, it crumbles.</p>
<p>In a recent <a href="http://video.google.com/videoplay?docid=-8342614253746711839#0h48m10s" title="Google Video: An Hour with Alan Greenspan">interview</a>, <a href="http://en.wikipedia.org/wiki/Alan_Greenspan" title="Wikipedia: Alan Greenspan">Alan Greenspan</a>, former chairman of the <a href="http://www.federalreserve.gov/" title="Board of Governors of the Federal Reserve System">Fed</a>, shared his opinion that the expansion of the market capitalist system (referring mostly to the former <a href="http://en.wikipedia.org/wiki/Eastern_Bloc" title="Wikipedia: Eastern Bloc">Eastern Bloc</a> and <a href="http://en.wikipedia.org/wiki/China" title="Wikipedia: China">China</a>) is due to the spread of the general belief among people that it leads to material prosperity. He, however, noted that if the currently increasing <a href="http://www.nytimes.com/2007/03/29/business/29tax.html?ex=1332820800&amp;en=fb472e72466c34c8&amp;ei=5088&amp;partner=rssnyt&amp;emc=rss" title="N.Y.Times: Income Gap is Widening">gaps in income</a>, health-care and education continue to widen, people may lose faith in the system and its existence may become threatened:</p>
<p style="float: right; margin-top: 0px; margin-left: 5px"><img src="http://www.TheTransactionCompany.com/wp-content/uploads/2007/10/alan_greenspan.jpg" alt="Alan Greenspan" /><br />
<small style="color: gray"><small>Photo <a href="http://flickr.com/photos/trackrecord/94047272/">Trackrecord</a></small></small></p>
<blockquote><p><em>&#8220;You cannot have a market capitalist system if there is a significant view within the population that its rewards are unjustly distributed.&#8221;</em></p></blockquote>
<blockquote>
<blockquote>
<p align="right"><small>&#8211; Alan Greenspan on <a href="http://en.wikipedia.org/wiki/Charlie_Rose" title="Wikipedia: Charlie Rose">Charlie Rose</a>&#8217;s TV Show, 21 September 2007</small></p>
</blockquote>
</blockquote>
<p style="clear: both"> As I have previously said, the market capitalist system highlights the solution; it is not a cause of the problem. Increasing taxation or attempting to appropriate some of the core market functions only distorts the situation; it doesn&#8217;t bring us further.</p>
<p>The market system has been so successful because it enables participants to interact with one another efficiently, stimulating productive economic activity that generates material well-being. Entrepreneurs, that is, people with extensive direct symmetrical presence in the market, note &#8212; both as consumers <strong>and</strong> producers of value, have prospered tremendously. Starting your own business is widely regarded as the way to go if you want to become rich.</p>
<p>Contrast this with the general perception about companies: how many people truly believe that they can earn riches by becoming employees? Not many!</p>
<p>The real &#8216;disparity&#8217; here is that employees have a one-sided presence in the market - only as consumers of goods/services, never as producers. In this they miss a lot. Within companies millions of employees are isolated from many of the beneficial mechanisms of the market, like the ability to form direct monetary relations with colleagues, to reward one another financially, to enjoy a higher degree of economic agency &#8212; in order to learn, develop and earn more.</p>
<p>It is in this asymmetry where the real &#8216;gap&#8217; is hidden: companies that are internally devoid of the beneficial mechanisms of their market environment; employees that don&#8217;t have a chance to fully experience their economic potential as producers of value but only as final consumers.</p>
<p>You don&#8217;t have to be an independent entrepreneur in order to prosper, you can also become rich as an employee of a company. It is a mission of The Transaction Company to restore this faith in our workplaces.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.TheTransactionCompany.com/blog/held-together-by-faith/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Institutional Innovation</title>
		<link>http://www.TheTransactionCompany.com/blog/institutional-innovation/</link>
		<comments>http://www.TheTransactionCompany.com/blog/institutional-innovation/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 09:26:43 +0000</pubDate>
		<dc:creator>Vladimir Dzhuvinov</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.TheTransactionCompany.com/2007/10/24/institutional-innovation/</guid>
		<description><![CDATA[Last night I came across an article by John Hagel in his blog Edge Perspectives where he classifies business innovation into three hierarchical levels - product innovation, process innovation and institutional innovation. He presents a strong case for the importance of the institutional level, noting that it is fundamental and therefore constrains the success of [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I came across an <a href="http://edgeperspectives.typepad.com/edge_perspectives/2007/10/institutional-i.html">article</a> by <a href="http://edgeperspectives.typepad.com/about.html">John Hagel</a> in his blog <a href="http://edgeperspectives.typepad.com/edge_perspectives/">Edge Perspectives</a> where he classifies business innovation into three hierarchical levels - product innovation, process innovation and institutional innovation. He presents a strong case for the importance of the institutional level, noting that it is fundamental and therefore constrains the success of the other two above it.</p>
<p>I drew a pyramid to illustrate this important hierarchy.</p>
<p align="center"><img src="http://www.TheTransactionCompany.com/wp-content/uploads/2007/10/innovation_hierarchy.jpg" alt="Innovation Hierarchy" /></p>
<p align="center"><em>Fig . 1. Business innovation is stacked into three different levels. Each level of innovation is constrained by the capabilities of the one below it.</em></p>
<p>To sum up, product innovation cannot be better than the underlying processes permit, and similarly, the capability to create innovative processes is limited by the organisation of the underlying institution.</p>
<p>At the end of his article, John points out &#8220;the single most wealth creating innovation over the past several centuries&#8221;. According to him, this is the development of the <a href="http://en.wikipedia.org/wiki/Joint_stock_company" title="Wikipedia: Joint stock company">limited liability joint stock company</a>. Is The Transaction Company going to become the next big institutional innovation?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.TheTransactionCompany.com/blog/institutional-innovation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Place to Learn</title>
		<link>http://www.TheTransactionCompany.com/blog/a-place-to-learn/</link>
		<comments>http://www.TheTransactionCompany.com/blog/a-place-to-learn/#comments</comments>
		<pubDate>Sat, 20 Oct 2007 14:14:22 +0000</pubDate>
		<dc:creator>Vladimir Dzhuvinov</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.TheTransactionCompany.com/2007/10/20/a-place-to-learn/</guid>
		<description><![CDATA[Some time ago I received comments from a reader who was concerned that The Transaction Company would require &#8216;intelligent&#8217; people to run. Yes, the concept does demand a certain set of skills, but they can be acquired. Moreover, the environment is actually very much conductive to learning.

Fig. 1. Traditional enterprises tend to compartmentalise their economic [...]]]></description>
			<content:encoded><![CDATA[<p>Some time ago I received comments from a reader who was concerned that The Transaction Company would require &#8216;intelligent&#8217; people to run. Yes, the concept does demand a certain set of skills, but they can be acquired. Moreover, the environment is actually very much conductive to learning.</p>
<p style="float: right; width: 250px" align="center"><img src="http://www.thetransactioncompany.com/wp-content/uploads/2007/10/brain_metaphor.jpg" alt="Brain metaphor" /><br />
<em>Fig. 1. Traditional enterprises tend to compartmentalise their economic intelligence</em></p>
<p>Businesses have traditionally been organised in a way that compartmentalises economic decision making within the enterprise, constricting it to a group of people called the &#8216;managers&#8217;. This group has the task to be the &#8216;economic brain&#8217; of the organisation, taking care of the economic survival and growth, while the rest are to be devoid of all economic thinking.</p>
<p>This division, however, requires a good communications channel between the &#8216;brain&#8217; and the &#8216;body&#8217;. As corporations grow and responsiveness begins to matter more in our fast paced age, this channel becomes overloaded and noisy. The solution? Add more brain cells? Make the channel fatter? No, I would rather say &#8220;decentralise the economic reasoning of the enterprise!&#8221; But is this possible?</p>
<p>This long-standing status quo has created the unfortunate perception that employees generally have low economic intelligence and cannot be entrusted to deal with money matters. But at the same time, these same people, in their private lives, go shopping every day, seek out the best holiday packages, and sign contracts for car leases or house mortgages. Nobody was born with these particular skills, people have learned them.</p>
<p>It doesn&#8217;t take much to obtain the skills to work in The Transaction Company. We just have to bring sensible and simple economic feedback mechanisms into the workplace. This, in fact, is precisely what the concept is about, thus creating a self-learning environment where people can quickly orient themselves and progress much on their own. The higher degree of both independence and interaction, the simplicity of monetary transactions, the overall transparency of the organisation, all these factors contribute to a great place, not just to learn, but to have fun too.</p>
<p>This would gradually lead to the collective economic intelligence of the enterprise becoming both more evenly spread across it, as well as having a higher overall level compared to traditional businesses. Transaction companies will still have their &#8216;economic brain&#8217;, but it will be relieved to pursue more pleasurable and higher-level tasks.</p>
<p align="center"><img src="http://www.TheTransactionCompany.com/wp-content/uploads/2007/10/economic_intelligence_distribution.jpg" alt="Economic intelligence distribution" /></p>
<p align="center"><em>Fig. 2. Distribution of economic intelligence across the enterprise</em></p>
<p>The greater independence, responsibility and social skills that The Transaction Company teaches would also benefit people beyond their jobs, in their personal and social life. Do not be surprised if we eventually witness some profound shifts in our society too!</p>
<p>* * *</p>
<p><img src="http://www.adobe.com/images/pdficon_small.gif" alt="PDF" height="17" width="17" /> <a href="http://www.TheTransactionCompany.com/wp-content/uploads/2007/10/a_place_to_learnprint.pdf" title="A Place to Learn (PDF)">PDF version of this article</a> (641 KBytes)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.TheTransactionCompany.com/blog/a-place-to-learn/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
