<?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>EA Voices</title>
	<atom:link href="http://eavoices.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://eavoices.com</link>
	<description>Aggregated enterprise architecture wisdom</description>
	<lastBuildDate>Tue, 18 Jun 2013 18:11:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Rational Rationalization – Part the First</title>
		<link>http://eavoices.com/2013/06/18/rational-rationalization-part-the-first/</link>
		<comments>http://eavoices.com/2013/06/18/rational-rationalization-part-the-first/#comments</comments>
		<pubDate>Tue, 18 Jun 2013 18:11:04 +0000</pubDate>
		<dc:creator>Chris Lockhart</dc:creator>
				<category><![CDATA[agility]]></category>
		<category><![CDATA[Application Architecture]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[business problem]]></category>
		<category><![CDATA[Business vs IT]]></category>
		<category><![CDATA[CIO]]></category>
		<category><![CDATA[consulting]]></category>
		<category><![CDATA[consumerization]]></category>
		<category><![CDATA[Digitization]]></category>
		<category><![CDATA[gonkulator]]></category>
		<category><![CDATA[infrastructure architects]]></category>
		<category><![CDATA[inventory]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Metrics]]></category>
		<category><![CDATA[outsourcing]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[stewardship]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[unicorn]]></category>
		<category><![CDATA[unknown unknown]]></category>
		<category><![CDATA[rationalization]]></category>

		<guid isPermaLink="false">http://www.chrisonea.com/?p=474</guid>
		<description><![CDATA[With the upheaval of the economic downturn came a spate of mergers, acquisitions, divestitures, splits and buy-outs. The ensuing chaos of the resulting technology portfolios cannot really be overstated. Many surviving companies are just a mess. In norm...]]></description>
				<content:encoded><![CDATA[<p>With the upheaval of the economic downturn came a spate of mergers, acquisitions, divestitures, splits and buy-outs. The ensuing chaos of the resulting technology portfolios cannot really be overstated. Many surviving companies are just a mess. In normal times this may not be a big deal. But these aren&#8217;t normal times.</p>
]]></content:encoded>
			<wfw:commentRss>http://eavoices.com/2013/06/18/rational-rationalization-part-the-first/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>How to build better systems – the specification</title>
		<link>http://eavoices.com/2013/06/18/how-to-build-better-systems-the-specification/</link>
		<comments>http://eavoices.com/2013/06/18/how-to-build-better-systems-the-specification/#comments</comments>
		<pubDate>Tue, 18 Jun 2013 17:51:58 +0000</pubDate>
		<dc:creator>James Parnitzke</dc:creator>
				<category><![CDATA[methodology]]></category>
		<category><![CDATA[Natural Language Processing]]></category>
		<category><![CDATA[software system design]]></category>
		<category><![CDATA[Systems Development]]></category>
		<category><![CDATA[reference architecture]]></category>

		<guid isPermaLink="false">http://pragmaticarchitect.wordpress.com/?p=488</guid>
		<description><![CDATA[We probably can all agree that defining functional and non-functional requirements are the most critical elements of a project&#8217;s success or failure. Reducing specification requirements errors is the single most effective action we can take to improve project outcomes. The approach I propose is inexpensive and mitigates much of the risk associated with defects and errors early in the development life cycle.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pragmaticarchitect.wordpress.com&#38;blog=6539365&#38;post=488&#38;subd=pragmaticarchitect&#38;ref=&#38;feed=1" width="1" height="1">
]]></description>
				<content:encoded><![CDATA[<p><a href="http://pragmaticarchitect.files.wordpress.com/2013/06/document_stack.jpg"><img class="alignleft size-medium wp-image-490" alt="Towering stack of paperwork" src="http://pragmaticarchitect.files.wordpress.com/2013/06/document_stack.jpg?w=140&#038;h=211" width="140" height="211" /></a>I’m going to take a little departure from <a title="How to build a roadmap" href="http://pragmaticarchitect.wordpress.com/2011/03/05/how-to-build-a-roadmap/" >building Road Maps</a> to begin a new series How to build better systems.  Applied Enterprise Architecture means a little hands-on practical application is always a good way to keep our knives sharp and skills current. We will begin with the specification. I define a Systems requirements specification (SRS) as a collection of desired requirements and characteristics for a proposed software system design.  This includes Business Requirements (commonly known as a BRD), non-functional requirements, and core architectural deliverables. The collection is intended to describe the behavior of a system to be developed.  The collection should include a set of use cases that describe interactions the users will have with the software.  The specification should be accompanied by a set of architectural guidelines for the project team (see <a title="EA Deliverables" href="http://blogs.msdn.com/b/nickmalik/archive/2013/05/31/a-practical-set-of-ea-deliverables.aspx" >Nick Malik’s fine post “A practical set of EA deliverables”</a> for good examples) to follow as first principals.  This is true (in slightly different variants) no matter what Systems Development Life Cycle (for example Waterfall, Agile, Spiral, and others, even Test Driven Development) we are planning to use to manage the development effort.  Getting this right means can reduce defects and errors early and remains <span style="text-decoration:underline;">the single most effective action we can take to improve our project outcomes</span>.</p>
<p><span style="text-decoration:underline;"><strong>The Challenge</strong></span></p>
<p>We probably can all agree that defining functional and non-functional requirements are the most critical elements of a project’s success or failure.  In fact searching Google for the simple search term “defining good requirements” returns over ninety-one (91) million hits! Yet in spite of all the good advice and fine writing available we have all seen inaccurate, incomplete, and poorly written requirements specifications. We all know this will result in poor quality products, wasted resources, higher costs, dissatisfied customers, and late project completion.  The cost to remediate these defects in development projects is staggering.  I’m going to try to keep this very professional and objective. I can’t help thinking this is probably a very good place to rant about the dismal state of affairs many of us find ourselves in today. We spend an enormous amount of energy to test executable code, yet the tests themselves are constructed on faulty assumptions or ambiguous specifications (you figure it out) that can’t be tested in the first place.  This is a common and all too familiar challenge I see everywhere in my practice. And I mean <span style="text-decoration:underline;">everywhere</span>.</p>
<p><span style="text-decoration:underline;"><strong>How bad is it?</strong> </span></p>
<p>More than 31% of all projects will be cancelled before completion. 53% of projects will take more time to complete and will cost twice as of their original estimates. Overall, the <a href="http://pragmaticarchitect.files.wordpress.com/2013/06/train_wreck_2_l.jpg"><img class="alignright size-medium wp-image-491" alt="train_wreck_2_l" src="http://pragmaticarchitect.files.wordpress.com/2013/06/train_wreck_2_l.jpg?w=286&#038;h=189" width="286" height="189" /></a>success rate for IT projects is less than 30%. Using generally accepted quantitative findings fixing requirements defects (errors) can eat up to roughly one third of most software project budgets. For example, requirements errors have been found to consume 28% to 42.5% of total software development cost (Hooks and Farry, 2001).  Rework can consume up to 40–50 percent of project budgets (Boehm and Basili). In fact, faulty requirements form the root cause for 75–85 percent of rework (Leffingwell). And early detection is critical. The cost to a 1 million dollar budget at the low end of scale can be more than $250,000. Finding and fixing defects outside the SDLC phase where it originates has its own cost (up to 400 times as much to remedy &#8211; Reifer, 2007).  It might cost $250 to $1000 to find and fix a requirements defect during the requirements phase. If uncovered when the product is in production repairing it can cost $100,000 to $400,000 in this example.  As Willie Sutton once said he robbed banks &#8220;because that&#8217;s where the money is”.   And so it is here where the real opportunity lies (and has been for some time) to capture and preserve real business value.  Reducing specification requirements errors is the single most effective action we can take to improve project outcomes.</p>
<p>The four biggest causes of failed projects are:</p>
<ol>
<li>incomplete, missing, or poorly written requirements,</li>
<li>lack of user input and buy-in,</li>
<li>failure to define clear objectives, and</li>
<li>scope creep.</li>
</ol>
<p>All four of these toot causes result from poor requirements and specifications practices. It is clear that current requirement management processes and tools are simply not working.</p>
<p><span style="text-decoration:underline;"><strong>So what?</strong> </span></p>
<p>This is how we have always performed the work, why change the way we do this now? Crafting requirements specifications can seem like a daunting task. And how can the author tell the difference between a good requirement and a bad one? How can we ensure clear unambiguous system requirements are crafted on a consistent and repeatable basis? While many new business analysts are looking for templates it is rare a template provides enough rigor and information to help write better system requirements. Templates can help you get started, but they don’t really tell you what a good requirement looks like.  Understanding what represents good content in the requirement is a little more difficult (ex; Specific, Measurable, Achievable, Realistic, and Timely).  Even more difficult is preventing text ambiguity from occurring in the document(s) due to the presence of ‘non-actionable’, vague or imprecise language.</p>
<p><span style="text-decoration:underline;"><strong>There is a better way</strong></span></p>
<p>I have stumbled across a better way to tackle this challenge. The approach uses process improvements, a few new roles, and <a title="Natural Language Processing (NLP)" href="http://en.wikipedia.org/wiki/Natural_language_processing" >Natural Language Processing</a> (NLP) technology to identify defects early in the development life cycle before they become expensive to correct.</p>
<p>The approach I propose is inexpensive and mitigates much of the risk associated with defects and errors early in the development life cycle.  We already have many fine tools to manage the traditional requirements practice. What I intend to share with you is very different and until very recently widely unknown to many in the development community.  The method works <a title="IIBA" href="http://www.iiba.org/IIBA_Website/Professional_Development/Business_Analysis_Body_of_Knowledge_pages/Business_Analysis_Body_of_Knowledge.aspx" >(IIBA’s Business Analysis Body of Knowledge)</a> across all five types of requirements:</p>
<ol>
<li>Business Requirements</li>
<li>Stakeholder Requirements</li>
<li>Functional Requirements</li>
<li>Nonfunctional Requirements, and</li>
<li> Transition Requirements</li>
</ol>
<p style="text-align:left;"><a href="http://pragmaticarchitect.files.wordpress.com/2013/06/mabi87.png"><img class="size-medium wp-image-492 aligncenter" alt="Word Cloud (NLP)" src="http://pragmaticarchitect.files.wordpress.com/2013/06/mabi87.png?w=529&#038;h=314" width="529" height="314" /></a>The immediate benefit reduces costly rework (or downstream change requests) and the opportunity to build the right product the first time.  The more significant value is uncovering and reducing requirements defects early. This is the <span style="text-decoration:underline;">single most effective action</span> (have I said this before?) we can take to improve our project outcomes. In the coming weeks I will address a method to tackle this challenge that is inexpensive and uncovers many of the defects and errors early in the development cycle.  I will share with you how to evaluate the following key elements:</p>
<ul>
<li>Structural Completeness/Alignment (%)</li>
<li>Text Ambiguity and Context (Quality %)</li>
<li>Section Quantity/Size</li>
<li>Volatility (Change over time)</li>
<li>Lexicon (Frequency Distribution across documents) Discovery</li>
<li>Plain Language (Readability) Word Complexity Density – complex words</li>
</ul>
<p>I will also illustrate how use Natural Language Processing (NLP) and text engineering tools to automate and identify defects. One of the most powerful features of this method is the immediate feedback provided to authors and designers early in the development life cycle.  They can then take action to correct the defects uncovered while they are still relatively inexpensive to remedy.  The end result is improved specifications to drive better products.  So if you are program manager, analyst, developer, or architect stay tuned for an approach that just may change the way you think about your writing. And improve your delivery of quality systems.</p>
<p> Tagged: <a href='http://pragmaticarchitect.wordpress.com/tag/natural-language-processing/'>Natural Language Processing</a>, <a href='http://pragmaticarchitect.wordpress.com/tag/software-system-design/'>software system design</a>, <a href='http://pragmaticarchitect.wordpress.com/tag/systems-development/'>Systems Development</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pragmaticarchitect.wordpress.com/488/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pragmaticarchitect.wordpress.com/488/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pragmaticarchitect.wordpress.com&#038;blog=6539365&#038;%23038;post=488&#038;%23038;subd=pragmaticarchitect&#038;%23038;ref=&#038;%23038;feed=1" width="1" height="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://eavoices.com/2013/06/18/how-to-build-better-systems-the-specification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://pragmaticarchitect.files.wordpress.com/2013/06/train_wreck_2_l.jpg?w=300" length="" type="" />
<enclosure url="http://pragmaticarchitect.files.wordpress.com/2013/06/document_stack.jpg?w=219" length="" type="" />
<enclosure url="http://0.gravatar.com/avatar/3fc2a9fd186b660f3368f7bcf61c62ce?s=96&amp;amp;d=identicon&amp;amp;r=G" length="" type="" />
<enclosure url="http://pragmaticarchitect.files.wordpress.com/2013/06/mabi87.png?w=300" length="" type="" />
		</item>
		<item>
		<title>Digital Disruption: Find the Disruptions, Go There</title>
		<link>http://eavoices.com/2013/06/18/digital-disruption-find-the-disruptions-go-there/</link>
		<comments>http://eavoices.com/2013/06/18/digital-disruption-find-the-disruptions-go-there/#comments</comments>
		<pubDate>Tue, 18 Jun 2013 16:25:00 +0000</pubDate>
		<dc:creator>Eric Meredith</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Innovation]]></category>

		<guid isPermaLink="false">http://eavoices.com/?guid=b3ea7d57078f15e11a9db4e4a8b47eb6</guid>
		<description><![CDATA[

Digital Disruption Lesson #5: Go to where the disruptions are. This is the 5th in a five part series on Digital Disruptions.

Are you concerned about the Elphaba’s in your business? Elphaba is more commonly known as the Wicked Witch of the West. He...]]></description>
				<content:encoded><![CDATA[<p>Digital Disruption Lesson #5: Go to where the disruptions are. This is the 5th in a five part series on Digital Disruptions.</p>
<p>Are you concerned about the Elphaba’s in your business? Elphaba is more commonly known as the Wicked Witch of the West. Her business greeting is, “I’ll get you my pretty, and your little dog too!” She is green, ugly, and has a penchant for red shoes and fire. For all her</p>
]]></content:encoded>
			<wfw:commentRss>http://eavoices.com/2013/06/18/digital-disruption-find-the-disruptions-go-there/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Don&#8217;t Panic, Troux Has You Covered</title>
		<link>http://eavoices.com/2013/06/18/dont-panic-troux-has-you-covered/</link>
		<comments>http://eavoices.com/2013/06/18/dont-panic-troux-has-you-covered/#comments</comments>
		<pubDate>Tue, 18 Jun 2013 16:00:00 +0000</pubDate>
		<dc:creator>Troux Staff</dc:creator>
		
		<guid isPermaLink="false">http://eavoices.com/?guid=8b3e51f7c0f30dbdc37bf16b60c9498f</guid>
		<description><![CDATA[
<img src="http://resources.troux.com/Portals/44608/images/bg_outline.png" border="0" alt="bg outline"><address>By: Ben Geller, VP Marketing, Troux</address>
<p>Did you know today is International Panic Day? An <a href="http://resources.troux.com/blog/bid/96088/Black-Swans-Are-More-Common-Than-You-Think">enterprise-wide technology failure</a> is one of the biggest causes for panic in the business world behind maintaining profitability. If a company&#8217;s IT infrastructure or mission critical application goes down, it affects everyone &#8211; including customers.</p>
<p>Troux customer, Scottish Widows Investment Partnership (SWIP), a subsidiary of Lloyds Banking Group, supports over 500 financial professionals across a number of business teams including front office, compliance, risk and others. The company deploys cutting-edge technology to process huge volumes of data and manage sophisticated investment products, all within policies designed to meet industry and regulatory standards and policies. They can&#8217;t risk a possible technology failure.</p>
<img src="http://resources.troux.com/Portals/44608/images/dont%20panic%20Troux1%20pic.jpg" border="0" alt="dont panic Troux1 pic" width="396" height="247"><p>SWIP sought out an enterprise portfolio management partner to evolve their solution architecturepractice and help the company scale. With aggressive growth plans on the horizon, changes had to be implemented quickly.</p>
<p>Luckily the EA team engaged Troux early, and using the Troux Accelerator methodology and EPM approach, SWIP was able to identify critical business questions that needed to be addressed in order to prevent future growth issues. Within just 12 weeks, SWIP was able to capture and store mission-critical information from six enterprise portfolios spanning business architecture, applications, goals and strategy, investments, technology and information.</p>
<p>As a result, SWIP was able to create SWIP Transformation Architecture Repository (STAR), a common platform that manages all elements of SWIP architecture, which allows the EA team to access data and information in real-time, across the company and the portfolios to easily scale to meet business needs.</p>
<p>STAR has become not just a tool for enterprise portfolio management, but a decision-making tool for stakeholders across the company. For example, in the event of a service failure, the IT support team can refer to STAR to identify the impacted applications, business functions and business capabilities. Reports producing all the information on a specific server can be run in seconds, providing enhanced information to support failure recovery and inform affected areas of the business.</p>
<p>So, if your company lacks the visibility needed to understand and deal with the potential of an enterprise-wide technology failure before it happens &#8211; don&#8217;t panic &#8211; Troux has you covered.</p>
<p>To read more about Scottish Widow Investment Portfolio&#8217;s experience with Troux, please visit: <a href="http://www.troux.com/outgoing/case_study_swip.pdf">http://www.troux.com/outgoing/case_study_swip.pdf</a>. To learn how your company can benefit from Enterprise Portfolio Management, please visit <a href="http://www.troux.com/">www.troux.com</a>.&#160;</p>
<img src="http://track.hubspot.com/__ptq.gif?a=44608&#38;k=14&#38;bu=http://resources.troux.com/blog/&#38;r=http://resources.troux.com/blog/bid/98266/Don-t-Panic-Troux-Has-You-Covered&#38;bvt=rss">
]]></description>
				<content:encoded><![CDATA[<p><img src="http://resources.troux.com/Portals/44608/images/bg_outline.png" border="0" alt="bg outline" /><br />
<address>By: Ben Geller, VP Marketing, Troux</address>
<p>Did you know today is International Panic Day? An <a href="http://resources.troux.com/blog/bid/96088/Black-Swans-Are-More-Common-Than-You-Think">enterprise-wide technology failure</a> is one of the biggest causes for panic in the business world behind maintaining profitability. If a company’s IT infrastructure or mission critical application goes down, it affects everyone – including customers.</p>
<p>Troux customer, Scottish Widows Investment Partnership (SWIP), a subsidiary of Lloyds Banking Group, supports over 500 financial professionals across a number of business teams including front office, compliance, risk and others. The company deploys cutting-edge technology to process huge volumes of data and manage sophisticated investment products, all within policies designed to meet industry and regulatory standards and policies. They can’t risk a possible technology failure.</p>
<p><img id="img-1371571290075" src="http://resources.troux.com/Portals/44608/images/dont%20panic%20Troux1%20pic.jpg" border="0" alt="dont panic Troux1 pic" width="396" height="247" class="alignRight" style="height: 247px; width: 396px; float: right;"></p>
<p>SWIP sought out an enterprise portfolio management partner to evolve their solution architecturepractice and help the company scale. With aggressive growth plans on the horizon, changes had to be implemented quickly.</p>
<p>Luckily the EA team engaged Troux early, and using the Troux Accelerator methodology and EPM approach, SWIP was able to identify critical business questions that needed to be addressed in order to prevent future growth issues. Within just 12 weeks, SWIP was able to capture and store mission-critical information from six enterprise portfolios spanning business architecture, applications, goals and strategy, investments, technology and information.</p>
<p>As a result, SWIP was able to create SWIP Transformation Architecture Repository (STAR), a common platform that manages all elements of SWIP architecture, which allows the EA team to access data and information in real-time, across the company and the portfolios to easily scale to meet business needs.</p>
<p>STAR has become not just a tool for enterprise portfolio management, but a decision-making tool for stakeholders across the company. For example, in the event of a service failure, the IT support team can refer to STAR to identify the impacted applications, business functions and business capabilities. Reports producing all the information on a specific server can be run in seconds, providing enhanced information to support failure recovery and inform affected areas of the business.</p>
<p>So, if your company lacks the visibility needed to understand and deal with the potential of an enterprise-wide technology failure before it happens – don’t panic – Troux has you covered.</p>
<p>To read more about Scottish Widow Investment Portfolio’s experience with Troux, please visit: <a href="http://www.troux.com/outgoing/case_study_swip.pdf">http://www.troux.com/outgoing/case_study_swip.pdf</a>. To learn how your company can benefit from Enterprise Portfolio Management, please visit <a href="http://www.troux.com/">www.troux.com</a>.&nbsp;</p>
<p><img src="http://track.hubspot.com/__ptq.gif?a=44608&#038;k=14&#038;bu=http://resources.troux.com/blog/&#038;r=http://resources.troux.com/blog/bid/98266/Don-t-Panic-Troux-Has-You-Covered&#038;bvt=rss"></p>
]]></content:encoded>
			<wfw:commentRss>http://eavoices.com/2013/06/18/dont-panic-troux-has-you-covered/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>BPM &amp; EA Conference London, 2013 &#8211; My Learning Experience</title>
		<link>http://eavoices.com/2013/06/17/bpm-ea-conference-london-2013-my-learning-experience/</link>
		<comments>http://eavoices.com/2013/06/17/bpm-ea-conference-london-2013-my-learning-experience/#comments</comments>
		<pubDate>Mon, 17 Jun 2013 23:07:00 +0000</pubDate>
		<dc:creator>Amitabh Apte</dc:creator>
				<category><![CDATA[Architecture Competency]]></category>
		<category><![CDATA[CIO Matters]]></category>
		<category><![CDATA[Enterprise Architecture]]></category>
		<category><![CDATA[News and Trends Analysis]]></category>

		<guid isPermaLink="false">http://eavoices.com/?guid=95a670fb82fe70e20bb22a59419ac58d</guid>
		<description><![CDATA[

Last week I attended the Enterprise Architecture and BPM conference in London, probably first of its kind of joint conference organised by folks at IRM UK. I have been attending IRM European Enterprise Architecture Conference since 2005 and have witn...]]></description>
				<content:encoded><![CDATA[<div style="text-align: justify;">
<div style="text-align: justify;">
<span style="font-family: Georgia, Times New Roman, serif;"><span style="font-size: x-large;">L</span>ast week I attended the <a href="http://www.irmuk.co.uk/eac2013/">Enterprise Architecture and BPM conference in London</a>, probably first of its kind of joint conference organised by folks at IRM UK. I have been attending IRM European Enterprise Architecture Conference since 2005 and have witnessed it grow and mature over past 7 or 8 years. I would like to think of IRM Europe EA Conference as the &#8220;Open Source&#8221;version compared to other EA conferences which appear more &#8220;Proprietary&#8221; in their subject matter and presentation. IRM conference seems to be a more open and welcoming of a range of diverse views and opinions which are dominating current and future EA scene.&nbsp;</span></div>
</div>
<div style="text-align: justify;">
<span style="font-family: Georgia, Times New Roman, serif;"><br /></span></div>
<table cellpadding="0" cellspacing="0" class="tr-caption-container" style="float: left; margin-right: 1em; text-align: justify;">
<tbody>
<tr>
<td style="text-align: center;"><a href="http://4.bp.blogspot.com/-oNZMANyC6Qs/UbnUKSnatSI/AAAAAAAACk8/vdd7hJnNbpw/s1600/Amit+with+John+Zachman.jpg" imageanchor="1" style="clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;"><span style="font-family: Georgia, Times New Roman, serif;"><img border="0" height="191" src="http://4.bp.blogspot.com/-oNZMANyC6Qs/UbnUKSnatSI/AAAAAAAACk8/vdd7hJnNbpw/s320/Amit+with+John+Zachman.jpg" width="320" /></span></a></td>
</tr>
<tr>
<td class="tr-caption" style="text-align: center;"><span style="font-family: Georgia, Times New Roman, serif;"><i>Amit with John Zachman&nbsp;@ IRM UK Conference</i></span></td>
</tr>
</tbody>
</table>
<div style="text-align: justify;">
<span style="font-family: Georgia, Times New Roman, serif;"><span style="font-size: x-large;">S</span>o what did I learn in this year&#8217;s conference? By now &#8220;<a href="http://eamitabh.blogspot.co.uk/2009/10/complexity-and-change.html">the traditional</a>&#8221; John Zachman&#8217;s session on day one was as always one of the highlights of the event for me. John was his self; passionate and energetic for the cause of Enterprise Architecture. His session demonstrated Enterprise Architecture progressiveness of thinking, purpose, flexibility and sheer focus on the business relevance of Enterprise Architecture. This year John&#8217;s session was around the new <a href="http://www.zachmaninternational.com/index.php/the-zachman-framework">Zachman Framework (version 3)</a> and emphasizing the framework as Ontology and not as a process or method. Zachman is not a methodology, it is a scheme for classification of Enterprise aspects or components. In his own words, <i>&#8220;</i><span style="orphans: 2; text-align: -webkit-auto; widows: 2;"><i>Zachman framework schema technically is an Ontology, a theory of the existence of a structured set of essential components of an object for which explicit expression is necessary for design, operating and changing the object (object being an Enterprise or department or value chain, solution, project, building etc)&#8221;.&nbsp;</i></span></span></div>
<div style="text-align: justify;">
<span style="orphans: 2; text-align: -webkit-auto; widows: 2;"><i><span style="font-family: Georgia, Times New Roman, serif;"><br /></span></i></span></div>
<div style="text-align: justify;">
<span style="font-family: Georgia, Times New Roman, serif;"><span style="orphans: 2; text-align: -webkit-auto; widows: 2;"><span style="font-size: x-large;">J</span>ohn was very clear to point out that a f</span><span style="orphans: 2; text-align: -webkit-auto; widows: 2;">ramework does not do anything on its own, it is a simple classification of an object.&nbsp;</span><span style="orphans: 2; text-align: -webkit-auto; widows: 2;">One needs to have set of methodologies to create the Ontology or&nbsp;classification&nbsp;per a schema, in this instance Zachman. I think he also very&nbsp;succinctly pointed out differences between Zachman and TOGAF, underlining importance of a <a href="http://eamitabh.blogspot.co.uk/2012/11/enterprise-architecture-perfect-tool.html">methodology and process offered by TOGAF </a>to enable the classification of Enterprise components.&nbsp;&nbsp;By the way, just to clarify we are not discussing Enterprise Architecture limited to IT only, we are discussing it in the broader sense of wider business and organisation. If it was not clear already, John very clearly stated at the start of the session that Enterprise Architecture is not just about IT. We discussed where and who is best placed to undertake such as exercise? According to John, an executive in charge of managing change within the Enterprise should be the sponsor of Enterprise Architecture efforts.&nbsp;</span></span></div>
<div style="text-align: justify;">
<span style="orphans: 2; text-align: -webkit-auto; widows: 2;"><i><span style="font-family: Georgia, Times New Roman, serif;"><br /></span></i></span></div>
<div style="text-align: justify;">
<span style="orphans: 2; text-align: -webkit-auto; widows: 2;"><span style="font-family: Georgia, Times New Roman, serif;"><span style="font-size: x-large;">O</span>n this point, following session by <a href="http://www.dominicbarrow.com/aboutchrispotts.html">Chris Potts</a> was so interesting. Chris picked up the discussions promptly where John had left it, probably not by design. Chris very early on set the stall and clarified that the <a href="http://eamitabh.blogspot.co.uk/2010/12/ceo-is-chief-enterprise-architect.html">ultimate sponsor of Enterprise Architecture should be the Chief Executive</a>, as his books make it clear, Chief Executive of an Organisation is the ultimate Enterprise Architect of that Enterprise. Chris then went onto cover some of the influencing tactics of EA. He discussed the example of Burberry as a successful Enterprise the <a href="http://www.vogue.co.uk/news/2013/01/14/christopher-baileys-terrible-shopping-experience">role its chief designer&nbsp;Chris Bailey</a> has played in it. He liked the role of this designer to Enterprise Architect. We talked about the consistency of the brand for Burberry, right from its website, to its promotions, to its shops and how value proposition of Enterprise Architecture must have made the difference for that business.&nbsp;</span></span></div>
<div style="text-align: justify;">
<span style="orphans: 2; text-align: -webkit-auto; widows: 2;"><span style="font-family: Georgia, Times New Roman, serif;"><br /></span></span></div>
<div style="text-align: justify;">
<span style="orphans: 2; text-align: -webkit-auto; widows: 2;"><span style="font-family: Georgia, Times New Roman, serif;"><span style="font-size: x-large;">W</span>e then discussed the Enterprise Investment as the End-to-End process and how Enterprise Architects should be differentiating between different stakeholder perspectives; e.g. Investor perspective and expectations vs. that of Program Manager perspective and expectations. &nbsp;To me this was one of the key takeaways; how best can Enterprise Architect be relevant to Enterprise objectives and various perspectives to offer best possible value proposition. As a juggler of many conflicting priorities, &#8220;play or pass&#8221; discussion was also very important. If you are an Enterprise Architect, you are playing a rare role and there are not many resources like you in the Enterprise. How best can you deploy this resource to maximize your effectiveness and influence? Chris proposed four criteria to measure the influence and effectiveness: does EA contribution lead to substantial innovation? Does this boost the overall Enterprise performance? Does it help the Investor perspective? And where can EA be having maximum influence as a result of playing the &#8220;game&#8221;. The dashboard to summarize this I thought was very useful.&nbsp;</span></span></div>
<div style="text-align: justify;">
<span style="font-family: Georgia, 'Times New Roman', serif; orphans: 2; text-align: -webkit-auto; widows: 2;"><br /></span></div>
<div style="text-align: justify;">
<span style="font-family: Georgia, 'Times New Roman', serif; orphans: 2; text-align: -webkit-auto; widows: 2;"><span style="font-size: x-large;">T</span>here were a number of interesting case studies which I thought demonstrated new EA practices and new EA thinking. I particularly liked the Bath and North East Somerset Council, JPMorgan, Credit Suisse and EDF cases as they discussed real problems which we as EA face and how they overcame them. This year was unique in the sense that, IRM had combined the EAC and BPM conference and to me this was almost a bonus as under the same roof, I not only could listen to EA experts and practitioners but also listen to BPM experts such as Paul Harmon and Roger Burlton. Paul&#8217;s session on &#8220;State of BPM&#8221; and Roger&#8217;s session on &#8220;Business Capabilities&#8221; was particularly outstanding while I thought case studies from Mars, BA on BPM were excellent too. I will try to summarize above mentioned session in future posts as I think they do deserve a separate analysis dedicated for topics which they presented and discussed.&nbsp;</span></div>
<div style="text-align: justify;">
<span style="font-family: Georgia, 'Times New Roman', serif; orphans: 2; text-align: -webkit-auto; widows: 2;"><br /></span></div>
<div style="text-align: justify;">
<span style="font-family: Georgia, 'Times New Roman', serif; orphans: 2; text-align: -webkit-auto; widows: 2;"><span style="font-size: x-large;">D</span>espite of me being an Enterprise Architecture practitioner for the past ten years, listening to fellow EA practitioners is like a learning experience for me. Their problems, their approaches, their pragmatism hopefully helps me negotiate that next tricky curve. As someone said during the conference, the field of Enterprise Architecture is still so young compared other established science or arts disciplines. There is lot to learn for all of us and learning experiences such as these indeed help.</span></div>
<div style="text-align: justify;">
<span style="orphans: 2; text-align: -webkit-auto; widows: 2;"><span style="font-family: Georgia, Times New Roman, serif;"><br /></span></span></div>
<div style="text-align: justify;">
<span style="orphans: 2; text-align: -webkit-auto; widows: 2;"><span style="font-family: Georgia, Times New Roman, serif;"><span style="font-size: x-large;">A</span>ll and all certainly a conference well worth attending and my personal congratulations to <a href="http://www.irmuk.co.uk/">IRM UK</a>, Conference Chair Chris Potts, Conference Panel Team for putting together one of the most relevant and modern &nbsp;and open EA conference. And my personal thanks to number of speakers and practitioners who shared their knowledge, experiences and views over 3 or 4 days. I will certainly recommend readers of this blog to enroll for next conference!&nbsp;</span></span></div>
<div style="text-align: justify;">
<span style="orphans: 2; text-align: -webkit-auto; widows: 2;"><span style="font-family: Georgia, Times New Roman, serif;"><br /></span></span></div>
<p><img src="http://feeds.feedburner.com/~r/InTheBusinessOfTechnology/~4/eU4foYXyHmk" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://eavoices.com/2013/06/17/bpm-ea-conference-london-2013-my-learning-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Begin Every Project with a SWOT Analysis</title>
		<link>http://eavoices.com/2013/06/17/begin-every-project-with-a-swot-analysis/</link>
		<comments>http://eavoices.com/2013/06/17/begin-every-project-with-a-swot-analysis/#comments</comments>
		<pubDate>Mon, 17 Jun 2013 19:10:59 +0000</pubDate>
		<dc:creator>Doug Newdick</dc:creator>
				<category><![CDATA[business analysis]]></category>
		<category><![CDATA[business-technology]]></category>
		<category><![CDATA[Enterprise Architecture]]></category>
		<category><![CDATA[enterprise IT]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[analysis]]></category>

		<guid isPermaLink="false">http://dougnewdick.wordpress.com/?p=1142</guid>
		<description><![CDATA[Here&#8217;s an idea to help your projects go smoothly. Start each project off making sure that the team understands the business context it is operating in by &#160;performing a SWOT analysis. I&#8217;ve been in a number of discussion recently that have made me think about ways to get projects off on a solid footing, understanding [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dougnewdick.wordpress.com&#38;blog=19714879&#38;post=1142&#38;subd=dougnewdick&#38;ref=&#38;feed=1" width="1" height="1">
]]></description>
				<content:encoded><![CDATA[<p>Here&#8217;s an idea to help your projects go smoothly. Start each project off making sure that the team understands the business context it is operating in by  performing a <a title="Wikipedia on SWOT analysis" href="http://en.wikipedia.org/wiki/SWOT_analysis" >SWOT analysis</a>.<span id="more-1142"></span></p>
<p>I&#8217;ve been in a number of discussion recently that have made me think about ways to get projects off on a solid footing, understanding the real business context of a project.  I recently attended a course on requirements elicitation that made me think about useful techniques for &#8220;eliciting requirements&#8221; (whatever they are). Interestingly techniques such as SWOT analyses were not mentioned. I&#8217;ve had discussions with some of the business analysts at work about useful ways to capture what the context of a project is &#8211; in one case we made use of the <a title="wikipedia on VPEC-T" href="http://en.wikipedia.org/wiki/VPEC-T" >VPEC-T</a> method from Nigel Green&#8217;s book <a title="Lost in Translation at Amazon.com" href="http://www.amazon.com/gp/product/B001GS74XG/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001GS74XG&amp;linkCode=as2&amp;tag=dounewsblo-20" >Lost in Translation</a>. It therefore ironic that I later discussed this with Nigel himself when he posted a recent blog post on the topic of <a title="Nigel Green on business analysis" href="http://taotwits-too-big-to-tweet.blogspot.hk/2013/05/what-happened-to-fine-art-of-business.html" >whatever happened to business analysis?</a> In that post Nigel mentioned use of a range of tools including SWOT analysis, and it immediately got me thinking.</p>
<p>My suggestion is that at the start of a project you will find it really helpful (whether you are in the role of an architect, a business analyst or a project manager) to perform a SWOT analysis. In particular I&#8217;d recommend you run a SWOT analysis workshop with your key stakeholders both business and IT. A SWOT analysis will show you the Strengths and Weaknesses of your organisation (the internal positive and negative factors) , and it will show you the Opportunities and Threats for your organisation (external positive and negative factors) with respect to the project. This is vital information which will help your project succeed. I have been in many projects which have run into issues late in the life of the project and then someone turns around and says &#8220;but we all know that this is always a problem here&#8230;&#8221;. Key internal and external risks can be exposed, as well as opportunities that we can take advantage of. In any case, a significant part of the context of your project will be documented. Including both business and IT stakeholders in your analysis is crucial, as that is the only way you can get full coverage of the issues. The other useful fact about SWOT analyses is that they are a tool that many people in your business will understand. If your stakeholders are marketers or private sector senior management, this will be a language they understand, and you will therefore gain an opportunity to demonstrate that you can speak their language.</p>
<p>So next time you start a project, give it a try! The worst that can happen is you waste a few hours of time at the beginning of a project. The best that can happen is you can avoid wasting millions of dollars!</p>
<p>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dougnewdick.wordpress.com/1142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dougnewdick.wordpress.com/1142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dougnewdick.wordpress.com&#038;blog=19714879&#038;%23038;post=1142&#038;%23038;subd=dougnewdick&#038;%23038;ref=&#038;%23038;feed=1" width="1" height="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://eavoices.com/2013/06/17/begin-every-project-with-a-swot-analysis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://1.gravatar.com/avatar/a0d22934435e155c4db1fa6a303a8ab0?s=96&amp;amp;d=identicon&amp;amp;r=G" length="" type="" />
		</item>
		<item>
		<title>Business Architecture, through the looking-glass and onto the yellow brick road</title>
		<link>http://eavoices.com/2013/06/17/business-architecture-through-the-looking-glass-and-onto-the-yellow-brick-road/</link>
		<comments>http://eavoices.com/2013/06/17/business-architecture-through-the-looking-glass-and-onto-the-yellow-brick-road/#comments</comments>
		<pubDate>Mon, 17 Jun 2013 17:58:23 +0000</pubDate>
		<dc:creator>Antoine Damelincourt</dc:creator>
				<category><![CDATA[ba]]></category>
		<category><![CDATA[Bizarch]]></category>

		<guid isPermaLink="false">http://operational-governance.org/?p=111</guid>
		<description><![CDATA[We already tackled the idea of BA as a way to harness change into an opportunity rather than a danger or a risk to your organization. The reason why BA helps decision making in situations of change is that it &#8230; <a href="http://operational-governance.org/uncategorized/business-architecture-through-the-looking-glass-and-onto-the-yellow-brick-road/">Continue reading <span>&#8594;</span></a>
]]></description>
				<content:encoded><![CDATA[<p>We already tackled the idea of BA as a way to harness change into an opportunity rather than a danger or a risk to your organization. The reason why BA helps decision making in situations of change is that it &#8230; <a href="http://operational-governance.org/uncategorized/business-architecture-through-the-looking-glass-and-onto-the-yellow-brick-road/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
]]></content:encoded>
			<wfw:commentRss>http://eavoices.com/2013/06/17/business-architecture-through-the-looking-glass-and-onto-the-yellow-brick-road/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Do investors discriminate?</title>
		<link>http://eavoices.com/2013/06/17/do-investors-discriminate/</link>
		<comments>http://eavoices.com/2013/06/17/do-investors-discriminate/#comments</comments>
		<pubDate>Mon, 17 Jun 2013 14:30:00 +0000</pubDate>
		<dc:creator>Aleks Buterman</dc:creator>
				<category><![CDATA[Discrimination]]></category>
		<category><![CDATA[Entrepreneur]]></category>
		<category><![CDATA[Gotham Gal]]></category>
		<category><![CDATA[Joanne Wilson]]></category>
		<category><![CDATA[Private Equity]]></category>
		<category><![CDATA[Startups]]></category>
		<category><![CDATA[investment]]></category>

		<guid isPermaLink="false">http://eavoices.com/?guid=8cf359f0764556f71dbbc1dc4100236b</guid>
		<description><![CDATA[Whether it's men, women, minorities, married people, single people, everyone feels discriminated against when they get passed over on funding. &#160;Some of it is due to the issues I outlined in "Whence, Angels" post from last week. &#160;Some of this ...]]></description>
				<content:encoded><![CDATA[<p>Whether it&#8217;s men, women, minorities, married people, single people, everyone feels discriminated against when they get passed over on funding. &nbsp;Some of it is due to the issues I outlined in <a href="http://www.agilityissensible.com/2013/06/whence-angels.html" >&#8220;Whence, Angels&#8221; post from last week</a>. &nbsp;Some of this is very real. &nbsp;<a href="http://www.gothamgal.com/" >Joanne Wilson a.k.a. Gotham Gal</a>&nbsp;had a very insightful podcast on the subject.</p>
<p>I find from our -&nbsp;<b>very limited</b>&nbsp;- experience that we wound up with a distribution of investments that&#8217;s roughly equivalent to population demographics. &nbsp; Our deal flow pipeline is also distributed by gender and race along the lines of general population statistics. &nbsp;It&#8217;s nowhere near to being a statistically significant representative sample, but it&#8217;s odd that our results are so different from what other folks are reporting.</p>
<p><b style="font-style: italic;">Bottom Line: &nbsp;</b>Opinions here are welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://eavoices.com/2013/06/17/do-investors-discriminate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>VPEC-T: What Works &amp; What Doesn&#8217;t?</title>
		<link>http://eavoices.com/2013/06/17/vpec-t-what-works-what-doesnt/</link>
		<comments>http://eavoices.com/2013/06/17/vpec-t-what-works-what-doesnt/#comments</comments>
		<pubDate>Mon, 17 Jun 2013 13:55:00 +0000</pubDate>
		<dc:creator>Nigel Green</dc:creator>
				<category><![CDATA[#businessanalysis]]></category>
		<category><![CDATA[entarch]]></category>
		<category><![CDATA[VPEC-T]]></category>

		<guid isPermaLink="false">http://eavoices.com/?guid=496373f164417fbd72424d75c7921c17</guid>
		<description><![CDATA[It's been over 5 years since Carl and I stumbled upon VPEC-T thinking, whilst working with the UK's Criminal Justice organisation. We've both enjoyed numerous conversations with people who tell us that they've found it useful, &#160;in a wide range of ...]]></description>
				<content:encoded><![CDATA[<div dir="ltr" style="text-align: left;" trbidi="on">
<div class="separator" style="clear: both; text-align: left;"></div>
<div class="separator" style="clear: both;"><a href="http://2.bp.blogspot.com/-RcZJfUX8guw/UULhii5-hXI/AAAAAAAAAZ0/Gd0MZkR87Sc/s1600/SCIO.JPG" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"><img border="0" height="299" src="http://2.bp.blogspot.com/-RcZJfUX8guw/UULhii5-hXI/AAAAAAAAAZ0/Gd0MZkR87Sc/s320/SCIO.JPG" width="320" /></a>It&#8217;s been over 5 years since Carl and I stumbled upon <a href="http://en.wikipedia.org/wiki/VPEC-T">VPEC-T</a> thinking, whilst working with the UK&#8217;s <a href="http://en.wikipedia.org/wiki/Criminal_justice">Criminal Justice</a> organisation. We&#8217;ve both enjoyed numerous conversations with people who tell us that they&#8217;ve found it useful, &nbsp;in a wide range of circumstances. &nbsp; I&#8217;m interested, however, &nbsp;in hearing more about how VPEC-T has been applied, &nbsp;and in sharing these scenarios publicly, so that others might find their own way to apply the framework. I&#8217;m particularly interested in the circumstances which led to its use, the method used to start the VPEC-T conversation, other models/canvasses that helped frame the conversation, insights that emerged and, last but not least, what worked and, more importantly to me, what didn&#8217;t. &nbsp;Feedback on the use/usefulness of VPEC-T has always been difficult: the nature of a framework that examines sensitive issues, like Values and Trust, becomes a barrier to public feedback. In the spirit, however, &nbsp;of openness and sharing, but recognising such sensitivities, &nbsp;I&#8217;m not asking anyone to disclose specifics, instead, Im asking for more general, &nbsp;anonymised, observations.&nbsp;</div>
<div class="separator" style="clear: both;"></div>
<div class="separator" style="clear: both;">Here&#8217;s the top 6 questions I&#8217;d like to ask:</div>
<div class="separator" style="clear: both;"></div>
<ol style="text-align: left;">
<li>What were the general circumstances that led to a VPEC-T analysis?</li>
<li>How did you bound the conversation &#8211; did you use a model or canvas to help focus-in?</li>
<li>How did you conduct the VPEC-T analysis &#8211; a workshop (how many participants?), 1-on-1, or other?</li>
<li>Which dimension (i.e. V-P-E-C-T) did you start with and which dimension(s) stimulated the most insights?&nbsp;</li>
<li>What were the main barriers to getting the conversation going or issues that became a stumbling-block? How did you overcome?</li>
<li>What was the nature of the output/insights from the session and where/how did VPEC-T add the most value in surfacing them?</li>
</ol>
<p>Not surprisingly, I&#8217;ve used VPEC-T in many different scenarios, sometimes explicitly, and sometimes &nbsp;as a, non-disclosed, mental model, for analysing &nbsp;at a problem or opportunity. &nbsp;The most valuable feedback to me, however, has always come from others &#8211; their unimagined (by me!) challenges and circumstances. Ever since my original blog post in 2007, I&#8217;ve been keen to share and develop the thinking publicly (despite pressures to do otherwise!). Can I encourage others to do the same? &nbsp;I guess I&#8217;ll see. &nbsp;Any better ideas on soliciting feedback always welcome! (thought to self: I wonder if I could find a way to use Dave Snowden&#8217;s Sensemaker tool?).
<div class="separator" style="clear: both;"></div>
<div class="separator" style="clear: both;"></div>
<div class="separator" style="clear: both;"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://eavoices.com/2013/06/17/vpec-t-what-works-what-doesnt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>At ‘EA and Systems-Thinking’ conference</title>
		<link>http://eavoices.com/2013/06/17/at-ea-and-systems-thinking-conference/</link>
		<comments>http://eavoices.com/2013/06/17/at-ea-and-systems-thinking-conference/#comments</comments>
		<pubDate>Mon, 17 Jun 2013 12:42:02 +0000</pubDate>
		<dc:creator>Tom Graves</dc:creator>
				<category><![CDATA[complexity]]></category>
		<category><![CDATA[Complexity / Structure]]></category>
		<category><![CDATA[Decision making]]></category>
		<category><![CDATA[effectiveness]]></category>
		<category><![CDATA[Enterprise Architecture]]></category>
		<category><![CDATA[Futures]]></category>
		<category><![CDATA[Sense Making]]></category>
		<category><![CDATA[Systems Thinking]]></category>
		<category><![CDATA[VSM]]></category>
		<category><![CDATA[paradigm]]></category>

		<guid isPermaLink="false">http://weblog.tetradian.com/?p=5845</guid>
		<description><![CDATA[For enterprise-architecture and systems-thinking alike, how can we reach towards the opposite of their too-common anti-pattern &#8211; all those endless &#8216;academic&#8217; arguments on LinkedIn? More to the point, how can we bring it out of the abstract, and down into<span>&#8230;</span><div><a href="http://weblog.tetradian.com/2013/06/17/at-ea-st-conference/">Read more &#8250;</a></div>
<!-- end of .read-more -->
]]></description>
				<content:encoded><![CDATA[<p>For enterprise-architecture and systems-thinking alike, how can we reach towards the <em>opposite</em> of their too-common anti-pattern &#8211; all those endless &#8216;academic&#8217; arguments on LinkedIn? More to the point, how can we bring it out of the abstract, and down into concrete, tangible and <em>practical</em> form that everyday people can use with success in their everyday work?</p>
<p>To me at least, these were the key aims for a brief one-day <a title="Mini-conference: 'Perspectives on Enterprise Architecture and Systems Thinking'" href="http://www.eventbrite.co.uk/event/6414851995" >mini-conference on &#8216;EA and Systems Thinking&#8217;</a> last week in London, organised by <a title="Richard Veryard (@RichardVeryard) on Twitter" href="http://twitter.com/richardveryard" >Richard Veryard</a>, <a title="Sally Bean (@Cybersal) on Twitter" href="http://twitter.com/cybersal" >Sally Bean</a> and Jiri Ludvik.</p>
<p>We&#8217;d hoped to Tweet the conference itself on the hashtag <code>#EASTmeeting</code>, but unfortunately there was no wi-fi available in the conference-space. Hence, no Tweets &#8211; apologies! As possible compensation, though, what follows here are various assorted bits-and-pieces from my notes of the day: I hope you find them useful?</p>
<p>The day started off with an intro by <strong>Richard Veryard</strong> and <strong>Sally Bean</strong>. One of the themes here was that, for any kind of whole-of-systems approach, we need to link up with the people who make whole-of-context decisions. But as Richard illustrated with an example of trying to address core issues in the UK National Health Service, getting to the people who <em>actually</em> make those decisions is really hard, if not all-but-impossible. (Myself, I&#8217;m beginning to wonder if there <em>is</em> anyone who makes such decisions &#8211; and the absence of which is probably a key reason why things are in such a mess&#8230;)</p>
<p>Looking at EA (enterprise-architecture) and ST (systems-thinking), we use the term &#8216;we&#8217; to describe the respective practitioners &#8211; yet who is &#8216;We&#8217;? There don&#8217;t seem to be any clear distinctions, any absolute boundaries that determine who&#8217;s &#8216;in&#8217; and who&#8217;s &#8216;out&#8217; &#8211; all a bit blurry all round, really. Part of it is that neither EA nor systems-thinking represent an explicit <em>profession</em> in their own right as yet: more just a variously-blurry set of clusters of disciplines and practices, perhaps more characteristic of a <em>shared-enterprise</em> than anything else.</p>
<p>One of the few things that <em>is</em> evident &#8211; all <em>too</em> evident, often &#8211; is a strange passion for spurious certainties, ardent assertions of absolute &#8216;truths&#8217; where, almost by definition, it&#8217;s probable no such &#8216;truths&#8217; are to be had. Over in systems-thinking, there are endless fights between hard-systems theorists and soft-systems theorists, VSMers versus value-streamers, the Seddonites against just about everyone else; here in EA, of course, there are the TOGAFites, DODAFites and FEAFites, those who insist that it&#8217;s always and only about IT, and those who equally-vehemently insist that it isn&#8221;t. One of themes that almost all systems-thinking practitioners preach is that we need to create systems and structures that can tolerate high levels of ambiguity, uncertainty and difference &#8211; but we&#8217;re often oddly abysmal at doing so ourselves. Oops&#8230;</p>
<p>On the human side of EA and systems-thinking, Sally Bean commented on a cross-over to the kind of space more usually occupied by knowledge-management. To me, that&#8217;s definitely true; and there&#8217;s also a similar cross-over with futures and strategy. None of that should be surprising, given that we purport to cover the whole context-space: yet perhaps those other disciplines might provide us with useful examples and allies?</p>
<p>At this point <strong>Steve Brewis</strong> of British Telecom took over, with a presentation on how he&#8217;d applied systems-thinking techniques &#8211; particularly <a title="Wikipedia on Viable System Model" href="http://en.wikipedia.org/wiki/Viable_System_Model" >Viable System Model</a> &#8211; in building tools to help manage the huge complexities of the telecom&#8217;s physical, technical and human networks, and to tackle complex issues such as the ways in which changing energy-prices affect the choices and viability of the whole network.</p>
<p>Some quick themes:</p>
<ul>
<li>naming alone is not enough, we need <em>meaning</em> &#8211; a shift from <em>taxonomy</em> to <em>ontology</em></li>
<li>value is a <em>systemic</em> construct &#8211; it&#8217;s not intrinsic, it arises from the overall network itself</li>
<li>chunking makes things more &#8216;manageable&#8217;, but destroys connections that create value</li>
</ul>
<p>And a &#8216;capability and capacity maturity-model&#8217;:</p>
<ol>
<li>Capability</li>
<li>Connected to business-commitment [? - can't read my own scrawl there...]</li>
<li>Balance</li>
<li>Conscious / awareness (essential for feedback-loops)</li>
<li>Conscience &#8211; &#8216;right things for right reasons&#8217;</li>
</ol>
<p>Steve introduced a key concept of <em><strong>ferality</strong></em>, &#8216;going feral&#8217;, &#8220;an auto-catalytic phenomenon that is self-perpetuating&#8217; &#8211; such as trying to &#8216;control&#8217; by putting more managers in&#8230; Key causes of ferality include:</p>
<ul>
<li>ignorance</li>
<li>specialisation</li>
<li>partitioning</li>
<li>too much emphasis on (local) difference</li>
<li>no account taken of agile behaviour or agile needs</li>
<li>does not consider / acknowledge / respect system-wide decisions or business-rules</li>
</ul>
<p>Specialisation, for example, creates spurious (local) &#8216;efficiency&#8217;, without awareness of impacts on (global) <em>effectiveness</em>. Often there&#8217;s no sense of awareness of who (if anyone) is <em>responsible</em> for coordination (in other words, for absorbing coordination-complexity).</p>
<p>Steve argued that business-rules bring the system alive, by providing the motivating &#8216;Why&#8217;, rather than the more usual demotivating &#8216;Why you should not&#8217;. (I&#8217;m not sure I agree with Steve on this: in my experience, I&#8217;ve more often seen the presence &#8211; rather than absence &#8211; of predefined &#8216;business-rules&#8217; to be the root-cause of problems, rather than their solution. Rather than fixed &#8216;business-rules&#8217; [SCAN: Simple], we often need more fluid, contextually-adaptable principles [SCAN: Not-known].)</p>
<p>Peer-to-peer <em>conversation</em> is crucial (in effect, providing VSM&#8217;s system-2 coordination and system-3* audit services). Also &#8220;We understand services through the eyes of the customer&#8221;: this is very different from a factory context &#8211; Taylorism doesn&#8217;t work for services.</p>
<p>Steve demonstrated a live simulation &#8216;dashboard&#8217; he&#8217;d developed for managers and others at BT, showing the whole business-context somewhat in VSM terms. (I&#8217;ll have to admit that the maths and IT-systems-knowledge involved in this was way out of my league&#8230;) &#8221;It&#8217;s always useful to compare against the same time last year&#8221;, he said, &#8220;to see how we&#8217;re performing to seasonal demand&#8221;. (I have my doubts here: doesn&#8217;t this <em>assume</em> linearity of demand from year to year? What about the realities of <a title="Post 'Requisite-variety and stormy weather'" href="http://weblog.tetradian.com/2012/06/01/requisite-variety-and-stormy-weather/" >variety-weather</a>? Is there a risk here that this could become a kind of VSM-lite, mis-applied to prop up the myth of &#8216;control&#8217; for managers?)</p>
<p>The purpose of the mathematical model, he said, is to enable to business to respond to customer demand. &#8220;Service &#8211; non-predictable, high-variety &#8211; is different from a factory -where variety can be &#8216;controlled&#8217;. VSM gives us &#8216;centralised decentralisation&#8217;.&#8221; (It&#8217;s &#8216;more understandable&#8217;, yes &#8211; but at the cost of loss of visibility of real complexity?)</p>
<p>And finally, a couple of replies to questions, first on his own relationship with EA in the organisation: &#8220;EA in BT are focussed solely on IT &#8211; I&#8217;m not. The IT-people have co-opted EA&#8230;&#8221;. And also &#8220;Ontologies are <em>dynamic</em>, not static&#8221; &#8211; they change over time, in response to business context and business need.</p>
<p>After a useful small-group discussion &#8211; the conference-schedule allowed plenty of time for these, which was good &#8211; next up was <strong>John Holland</strong>, on why EA is broken, and how ST can help.</p>
<p>I didn&#8217;t take anything like enough notes here &#8211; sorry! But the core, I&#8217;d guess, was really just a catalogue of the various ways in which mainstream &#8216;EA&#8217; is broken: it&#8217;s literally static, in the sense of &#8216;state-oriented&#8217;; it takes too long; it doesn&#8217;t match up with reality; and so on, and so on, and so on. Painfully familiar for anyone who&#8217;s been around in &#8216;the trade&#8217; for any length of time and whose work touches anything outside of IT, of course, but often far from obvious for anyone else. His real question &#8211; or challenge to the group, rather &#8211; was &#8220;How can we use ST to do stuff better?&#8221; &#8211; or better than the limiting mess of IT-centric &#8216;EA&#8217;, anyway.</p>
<p>Quite a lot of discussion ensued in our various small-groups. <strong>Sally Bean</strong>&#8216;s group focussed on the centrality of requirements in TOGAF, pointing to Steven Spewak&#8217;s work: &#8220;there is no such thing as requirements&#8221;. &#8220;We&#8217;re moving away from requirements &#8211; moving towards success-stories or outcomes - <em>because it identifies [future] value</em>.&#8221; Someone else commented that although functional-specification requirements are limited, or worse, there are other kinds of &#8216;requirements&#8217; that <em>are</em> useful, such as:</p>
<ul>
<li>outcome-requirements</li>
<li>&#8220;a day in the life of&#8230;&#8221; requirements</li>
<li>&#8220;we&#8217;d like to explore this&#8230;&#8221; R&amp;D-requirements</li>
</ul>
<p>Another comment from one of the other groups was that &#8220;the TOGAFites are not the whole of EA, just as the Seddonites are not the whole of ST&#8221;.</p>
<p>And a final comment in that section &#8211; from Steve Brewis, I think? &#8211; was that the key business-benefit of combining EA and ST was to improve &#8216;decidability and manageability&#8217;. Not sure I&#8217;d fully agree &#8211; especially around &#8216;manageability&#8217;, which risks taking us back to Taylorist territory all over again &#8211; but yes, important themes, at the least.</p>
<p>Next <strong>Richard Veryard</strong>, with more on links between EA and ST, and the overall complexities of the business-context. Usefully, Richard also described a key challenge illustrated by &#8216;the Warning of the Doorknob&#8217;: the tendency for systems-thinkers to get caught in ever-extending escalation towards &#8216;big-picture&#8217; &#8211; the inverse of the analysts&#8217; tendency toward ever-finer-detail regression and decomposition. In other words, exactly as we need to be careful to constrain ourselves to <a title="Post 'Just Enough Detail'" href="http://weblog.tetradian.com/2012/05/08/just-enough-detail/" >Just Enough Detail</a>, we need Just Enough Big-Picture too.</p>
<p>The common challenge for both EA and ST, Richard suggested, is to create interoperability between all the different viewpoints and (time)scales. And in that I would definitely concur.</p>
<p>Which lead us to the final main session, by <strong>Patrick Hoverstadt</strong> and <strong>Lucy Loh</strong>, presenting a kind of comparison between the worldviews, tools and techniques of EA and ST, and how we could bring them closer together &#8211; based on a study that they&#8217;d conducted for and with the original EAST group.</p>
<p>It was a good session, and in its way a good study, but I&#8217;d have to admit that that I found myself bouncing back and forth between mildly-grudging agreement and near-apoplectic fury. The reason for the former was that whilst Patrick definitely knows his stuff &#8211; see his book <a title="Patrick Hoverstadt, 'The Fractal Organization' (on Amazon.co.uk)" href="http://www.amazon.co.uk/Fractal-Organization-Creating-Sustainable-Organizations/dp/0470060565" ><em>The Fractal Organization</em></a> - he tends to focus on VSM almost to the exclusion of everything else; and the reason for the latter was that, all the way through, his effective definition of &#8216;EA&#8217; was little more than TOGAF-style IT-centrism &#8211; which made the whole analysis seem <em>way</em> too much like a crude &#8216;<a title="Wikipedia on the Strawman logical-fallacy" href="http://en.wikipedia.org/wiki/Strawman" >strawman argument</a>&#8216; against all forms of EA. (I know there were several others there who felt that way, too.) Just as one illustration here, Patrick listed VSM as a technique used solely in systems-thinking and not in EA, whereas I&#8217;ve been using it as a core theme in much of my EA work for many years now &#8211; for example, it&#8217;s a key component in service-modelling with <a title="Post 'Metaframeworks in practice, Part 5: Enterprise Canvas'" href="http://weblog.tetradian.com/2012/11/14/metaframeworks-pt5-ecanvas/" >Enterprise Canvas</a>. Part of my over-reaction to this is probably the usual &#8216;curse of knowledge&#8217;, of course: I&#8217;d have to admit that my own EA practice is quite a long way out on the bell-curve, and it&#8217;s true that many existing &#8216;EA&#8217;-practitioners would be comfortable enough with the more myopic subset of &#8216;real-EA&#8217; that Patrick described. The whole point of the conference, though, was to find ways to break EA <em>out</em> of that IT-centric box: yet here was Patrick firmly pushing us back into it again &#8211; and the fact rankled. A lot. Which kinda distracted. Oh well.</p>
<p>(Perhaps the simplest way to summarise it is that, to use James Lapalme&#8217;s &#8216;<a title="James Lapalme, 'Three Schools of Enterprise Architecture' (on Slideshare)" href="http://www.slideshare.net/jlapalme/3-schools-of-ea" >Three Schools of Enterprise Architecture</a>&#8216;, Patrick and Lucy&#8217;s study was based firmly on &#8216;first school&#8217; &#8211; &#8216;Enterprise-Wide IT-Platform&#8217; &#8211; whereas it&#8217;s probable that most if not all of the EA practitioners at the conference would have been &#8216;third school&#8217; &#8211; &#8216;Enterprise-In-Environment&#8217;. Hence the clash of perspectives: Patrick and Lucy were describing a view of EA that the practitioners there had, through much hard work, largely left behind &#8211; and did <em>not</em> want to be dragged back to it again!)</p>
<p>One useful part of their study, though, was the use of an &#8216;organisational model&#8217; (which I would probably term more as a capability-model) to act as a conceptual &#8216;spine&#8217; against which all the other disparate models can connect.</p>
<p>Also, importantly &#8211; and I agree with them on this &#8211; neither the mainstream &#8216;EA&#8217; toolset, nor the various &#8216;ST&#8217; toolsets are complete enough on their own: we need to merge them together to create a true whole-of-enterprise toolkit.</p>
<p>And Patrick (or maybe someone else &#8211; I didn&#8217;t note it down) ended with the rhetorical question &#8220;Is the &#8216;architecture&#8217; metaphor still helpful here?&#8221; To which the general consensus was &#8216;Probably not&#8217; &#8211; but as yet we don&#8217;t have a clear alternative with which to replace it. Which is a very real problem we still all face at present. Hmm&#8230;</p>
<p>Overall, a good day: well worth doing, at any rate. (There&#8217;s some real hope that it&#8217;ll happen again in the relatively near future &#8211; perhaps in other cities elsewhere.)</p>
<p>The only catch, for me, is that it still doesn&#8217;t satisfy what to me is <em>the</em> driving need, for both EA and ST: to bring it down from the airy abstractions, and reframe it in more <em>tangible</em> and <em>practical</em> form. But it&#8217;s enough of a start for now, I guess: one step at a time, one step at a time&#8230;</p>
<p>Over to you for comments, perhaps?</p>
]]></content:encoded>
			<wfw:commentRss>http://eavoices.com/2013/06/17/at-ea-and-systems-thinking-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Enterprise Architecture – Size does not matter.</title>
		<link>http://eavoices.com/2013/06/17/enterprise-architecture-size-does-not-matter-2/</link>
		<comments>http://eavoices.com/2013/06/17/enterprise-architecture-size-does-not-matter-2/#comments</comments>
		<pubDate>Mon, 17 Jun 2013 01:38:24 +0000</pubDate>
		<dc:creator>kim.parker</dc:creator>
				<category><![CDATA[Enterprise Architecture]]></category>
		<category><![CDATA[Knowledge Repository]]></category>

		<guid isPermaLink="false">http://theknowledgeeconomy.anorien.com/?p=1406</guid>
		<description><![CDATA[An Enterprise Architecture is able to contribute significant value no matter the size or the nature of the business. A business can be anything from a single person operation through to a multinational conglomerate or a government. All have missions &#8230; <a href="http://theknowledgeeconomy.anorien.com/2013/06/17/enterprise-architecture-size-does-not-matter-2/">Continue reading <span>&#8594;</span></a>
]]></description>
				<content:encoded><![CDATA[<p><a href="http://theknowledgeeconomy.anorien.com/wp-content/uploads/2013/06/BLOG-the-enterprise.png"><img class="size-medium wp-image-1398 alignleft" alt="BLOG - the enterprise" src="http://theknowledgeeconomy.anorien.com/wp-content/uploads/2013/06/BLOG-the-enterprise-300x167.png" width="300" height="167" /></a><strong>An Enterprise Architecture is able to contribute significant value no matter the size or the nature of the business.</strong></p>
<p>A business can be anything from a <strong>single person operation</strong> through to a <strong>multinational conglomerate</strong> or a <strong>government</strong>. All have missions that define their goals and objectives. All have internal and external driver that affects what they do..All wish to succeed in their endeavours.</p>
<p>The one person business, in establishing their initial business plan must, if they wish to succeed, define what it is they wish to achieve and decide if it is actually ‘doable’.</p>
<ul>
<li>Understanding what capabilities they have and what additional ones are required to deliver on its mission helps in shaping the business plan.</li>
<li>Defining the measures of success and having a view as to when success should be achieved allows them to monitor progress.</li>
<li>Describing the processes they will use, the costs of implementing each and how they inter-relate enables the possibility of business process improvement.</li>
</ul>
<p><em><strong>How does this differ from what is required of the multi-national or government.</strong></em></p>
<p>The ‘larger’ the business the greater its inherent complexity yet the impact, on getting it wrong, can be seemingly just as great for the small business as for the large. Not succeeding for the small business can mean it closes. Not succeeding for the large may not be as terminal.</p>
<p><strong>Good, well informed decisions, made in the very small through to the ultra large enterprises are crucial for realising their individual success.</strong></p>
<p>This can only occur if they have access to a repository of knowledge and information from which to draw.</p>
<p>An Enterprise Architecture or something which is equivalent (the name is irrelevant) can provide the information that is required to support decisions that will provide an optimal path to success. Where it does not exist the enterprise should look at establishing one or risk failing to achieve what it wants.</p>
]]></content:encoded>
			<wfw:commentRss>http://eavoices.com/2013/06/17/enterprise-architecture-size-does-not-matter-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Enterprise Architecture – Size does not matter.</title>
		<link>http://eavoices.com/2013/06/17/enterprise-architecture-size-does-not-matter/</link>
		<comments>http://eavoices.com/2013/06/17/enterprise-architecture-size-does-not-matter/#comments</comments>
		<pubDate>Mon, 17 Jun 2013 01:09:33 +0000</pubDate>
		<dc:creator>kim.parker</dc:creator>
				<category><![CDATA[Enterprise Architecture]]></category>
		<category><![CDATA[Knowledge Repository]]></category>

		<guid isPermaLink="false">http://theknowledgeeconomy.anorien.com/?p=1397</guid>
		<description><![CDATA[An Enterprise Architecture is able to contribute significant value no matter the size or the nature of the business. A business can be anything from a single person operation through to a multinational conglomerate or a government. All have missions &#8230; <a href="http://theknowledgeeconomy.anorien.com/2013/06/17/enterprise-architecture-size-does-not-matter/">Continue reading <span>&#8594;</span></a>
]]></description>
				<content:encoded><![CDATA[<p><!--[if !mso]></p>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<p><![endif]--></p>
<p><!--[if gte mso 9]><xml><br />
 <o:OfficeDocumentSettings><br />
  <o:AllowPNG/><br />
 </o:OfficeDocumentSettings><br />
</xml><![endif]--><!--[if gte mso 9]><xml><br />
 <w:WordDocument><br />
  <w:View>Normal</w:View><br />
  <w:Zoom>0</w:Zoom><br />
  <w:TrackMoves>false</w:TrackMoves><br />
  <w:TrackFormatting/><br />
  <w:PunctuationKerning/><br />
  <w:ValidateAgainstSchemas/><br />
  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><br />
  <w:IgnoreMixedContent>false</w:IgnoreMixedContent><br />
  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><br />
  <w:DoNotPromoteQF/><br />
  <w:LidThemeOther>EN-AU</w:LidThemeOther><br />
  <w:LidThemeAsian>X-NONE</w:LidThemeAsian><br />
  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript><br />
  <w:Compatibility><br />
   <w:BreakWrappedTables/><br />
   <w:SnapToGridInCell/><br />
   <w:WrapTextWithPunct/><br />
   <w:UseAsianBreakRules/><br />
   <w:DontGrowAutofit/><br />
   <w:SplitPgBreakAndParaMark/><br />
   <w:EnableOpenTypeKerning/><br />
   <w:DontFlipMirrorIndents/><br />
   <w:OverrideTableStyleHps/><br />
  </w:Compatibility><br />
  <m:mathPr><br />
   <m:mathFont m:val="Cambria Math"/><br />
   <m:brkBin m:val="before"/><br />
   <m:brkBinSub m:val="&#45;-"/><br />
   <m:smallFrac m:val="off"/><br />
   <m:dispDef/><br />
   <m:lMargin m:val="0"/><br />
   <m:rMargin m:val="0"/><br />
   <m:defJc m:val="centerGroup"/><br />
   <m:wrapIndent m:val="1440"/><br />
   <m:intLim m:val="subSup"/><br />
   <m:naryLim m:val="undOvr"/><br />
  </m:mathPr></w:WordDocument><br />
</xml><![endif]--><!--[if gte mso 9]><xml><br />
 <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"<br />
  DefSemiHidden=&#8221;true&#8221; DefQFormat=&#8221;false&#8221; DefPriority=&#8221;99&#8243;<br />
  LatentStyleCount=&#8221;267&#8243;><br />
  <w:LsdException Locked="false" Priority="0" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; QFormat=&#8221;true&#8221; Name=&#8221;Normal&#8221;/><br />
  <w:LsdException Locked="false" Priority="9" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; QFormat=&#8221;true&#8221; Name=&#8221;heading 1&#8243;/><br />
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/><br />
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/><br />
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/><br />
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/><br />
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/><br />
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/><br />
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/><br />
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/><br />
  <w:LsdException Locked="false" Priority="39" Name="toc 1"/><br />
  <w:LsdException Locked="false" Priority="39" Name="toc 2"/><br />
  <w:LsdException Locked="false" Priority="39" Name="toc 3"/><br />
  <w:LsdException Locked="false" Priority="39" Name="toc 4"/><br />
  <w:LsdException Locked="false" Priority="39" Name="toc 5"/><br />
  <w:LsdException Locked="false" Priority="39" Name="toc 6"/><br />
  <w:LsdException Locked="false" Priority="39" Name="toc 7"/><br />
  <w:LsdException Locked="false" Priority="39" Name="toc 8"/><br />
  <w:LsdException Locked="false" Priority="39" Name="toc 9"/><br />
  <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/><br />
  <w:LsdException Locked="false" Priority="10" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; QFormat=&#8221;true&#8221; Name=&#8221;Title&#8221;/><br />
  <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/><br />
  <w:LsdException Locked="false" Priority="11" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; QFormat=&#8221;true&#8221; Name=&#8221;Subtitle&#8221;/><br />
  <w:LsdException Locked="false" Priority="22" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; QFormat=&#8221;true&#8221; Name=&#8221;Strong&#8221;/><br />
  <w:LsdException Locked="false" Priority="20" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; QFormat=&#8221;true&#8221; Name=&#8221;Emphasis&#8221;/><br />
  <w:LsdException Locked="false" Priority="59" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Table Grid&#8221;/><br />
  <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/><br />
  <w:LsdException Locked="false" Priority="1" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; QFormat=&#8221;true&#8221; Name=&#8221;No Spacing&#8221;/><br />
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Light Shading&#8221;/><br />
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Light List&#8221;/><br />
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Light Grid&#8221;/><br />
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Shading 1&#8243;/><br />
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Shading 2&#8243;/><br />
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium List 1&#8243;/><br />
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium List 2&#8243;/><br />
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Grid 1&#8243;/><br />
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Grid 2&#8243;/><br />
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Grid 3&#8243;/><br />
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Dark List&#8221;/><br />
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Colorful Shading&#8221;/><br />
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Colorful List&#8221;/><br />
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Colorful Grid&#8221;/><br />
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Light Shading Accent 1&#8243;/><br />
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Light List Accent 1&#8243;/><br />
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Light Grid Accent 1&#8243;/><br />
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Shading 1 Accent 1&#8243;/><br />
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Shading 2 Accent 1&#8243;/><br />
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium List 1 Accent 1&#8243;/><br />
  <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/><br />
  <w:LsdException Locked="false" Priority="34" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; QFormat=&#8221;true&#8221; Name=&#8221;List Paragraph&#8221;/><br />
  <w:LsdException Locked="false" Priority="29" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; QFormat=&#8221;true&#8221; Name=&#8221;Quote&#8221;/><br />
  <w:LsdException Locked="false" Priority="30" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; QFormat=&#8221;true&#8221; Name=&#8221;Intense Quote&#8221;/><br />
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium List 2 Accent 1&#8243;/><br />
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Grid 1 Accent 1&#8243;/><br />
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Grid 2 Accent 1&#8243;/><br />
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Grid 3 Accent 1&#8243;/><br />
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Dark List Accent 1&#8243;/><br />
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Colorful Shading Accent 1&#8243;/><br />
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Colorful List Accent 1&#8243;/><br />
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Colorful Grid Accent 1&#8243;/><br />
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Light Shading Accent 2&#8243;/><br />
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Light List Accent 2&#8243;/><br />
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Light Grid Accent 2&#8243;/><br />
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Shading 1 Accent 2&#8243;/><br />
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Shading 2 Accent 2&#8243;/><br />
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium List 1 Accent 2&#8243;/><br />
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium List 2 Accent 2&#8243;/><br />
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Grid 1 Accent 2&#8243;/><br />
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Grid 2 Accent 2&#8243;/><br />
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Grid 3 Accent 2&#8243;/><br />
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Dark List Accent 2&#8243;/><br />
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Colorful Shading Accent 2&#8243;/><br />
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Colorful List Accent 2&#8243;/><br />
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Colorful Grid Accent 2&#8243;/><br />
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Light Shading Accent 3&#8243;/><br />
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Light List Accent 3&#8243;/><br />
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Light Grid Accent 3&#8243;/><br />
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Shading 1 Accent 3&#8243;/><br />
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Shading 2 Accent 3&#8243;/><br />
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium List 1 Accent 3&#8243;/><br />
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium List 2 Accent 3&#8243;/><br />
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Grid 1 Accent 3&#8243;/><br />
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Grid 2 Accent 3&#8243;/><br />
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Grid 3 Accent 3&#8243;/><br />
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Dark List Accent 3&#8243;/><br />
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Colorful Shading Accent 3&#8243;/><br />
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Colorful List Accent 3&#8243;/><br />
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Colorful Grid Accent 3&#8243;/><br />
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Light Shading Accent 4&#8243;/><br />
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Light List Accent 4&#8243;/><br />
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Light Grid Accent 4&#8243;/><br />
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Shading 1 Accent 4&#8243;/><br />
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Shading 2 Accent 4&#8243;/><br />
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium List 1 Accent 4&#8243;/><br />
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium List 2 Accent 4&#8243;/><br />
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Grid 1 Accent 4&#8243;/><br />
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Grid 2 Accent 4&#8243;/><br />
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Grid 3 Accent 4&#8243;/><br />
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Dark List Accent 4&#8243;/><br />
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Colorful Shading Accent 4&#8243;/><br />
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Colorful List Accent 4&#8243;/><br />
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Colorful Grid Accent 4&#8243;/><br />
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Light Shading Accent 5&#8243;/><br />
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Light List Accent 5&#8243;/><br />
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Light Grid Accent 5&#8243;/><br />
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Shading 1 Accent 5&#8243;/><br />
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Shading 2 Accent 5&#8243;/><br />
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium List 1 Accent 5&#8243;/><br />
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium List 2 Accent 5&#8243;/><br />
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Grid 1 Accent 5&#8243;/><br />
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Grid 2 Accent 5&#8243;/><br />
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Grid 3 Accent 5&#8243;/><br />
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Dark List Accent 5&#8243;/><br />
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Colorful Shading Accent 5&#8243;/><br />
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Colorful List Accent 5&#8243;/><br />
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Colorful Grid Accent 5&#8243;/><br />
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Light Shading Accent 6&#8243;/><br />
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Light List Accent 6&#8243;/><br />
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Light Grid Accent 6&#8243;/><br />
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Shading 1 Accent 6&#8243;/><br />
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Shading 2 Accent 6&#8243;/><br />
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium List 1 Accent 6&#8243;/><br />
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium List 2 Accent 6&#8243;/><br />
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Grid 1 Accent 6&#8243;/><br />
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Grid 2 Accent 6&#8243;/><br />
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Medium Grid 3 Accent 6&#8243;/><br />
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Dark List Accent 6&#8243;/><br />
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Colorful Shading Accent 6&#8243;/><br />
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Colorful List Accent 6&#8243;/><br />
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; Name=&#8221;Colorful Grid Accent 6&#8243;/><br />
  <w:LsdException Locked="false" Priority="19" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; QFormat=&#8221;true&#8221; Name=&#8221;Subtle Emphasis&#8221;/><br />
  <w:LsdException Locked="false" Priority="21" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; QFormat=&#8221;true&#8221; Name=&#8221;Intense Emphasis&#8221;/><br />
  <w:LsdException Locked="false" Priority="31" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; QFormat=&#8221;true&#8221; Name=&#8221;Subtle Reference&#8221;/><br />
  <w:LsdException Locked="false" Priority="32" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; QFormat=&#8221;true&#8221; Name=&#8221;Intense Reference&#8221;/><br />
  <w:LsdException Locked="false" Priority="33" SemiHidden="false"<br />
   UnhideWhenUsed=&#8221;false&#8221; QFormat=&#8221;true&#8221; Name=&#8221;Book Title&#8221;/><br />
  <w:LsdException Locked="false" Priority="37" Name="Bibliography"/><br />
  <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/><br />
 </w:LatentStyles><br />
</xml><![endif]--><!--[if gte mso 10]></p>
<style>
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-parent:"";
	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
	mso-para-margin-top:0cm;
	mso-para-margin-right:0cm;
	mso-para-margin-bottom:10.0pt;
	mso-para-margin-left:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	mso-ascii-font-family:Calibri;
	mso-ascii-theme-font:minor-latin;
	mso-hansi-font-family:Calibri;
	mso-hansi-theme-font:minor-latin;
	mso-fareast-language:EN-US;}
</style>
<p><![endif]--><!--[if gte mso 9]><xml><br />
 <o:shapedefaults v:ext="edit" spidmax="1027"/><br />
</xml><![endif]--><!--[if gte mso 9]><xml><br />
 <o:shapelayout v:ext="edit"><br />
  <o:idmap v:ext="edit" data="1"/><br />
 </o:shapelayout></xml><![endif]--></p>
<p class="MsoNormal"><a href="http://theknowledgeeconomy.anorien.com/wp-content/uploads/2013/06/BLOG-the-enterprise.png"><img class="size-medium wp-image-1398 alignleft" alt="BLOG - the enterprise" src="http://theknowledgeeconomy.anorien.com/wp-content/uploads/2013/06/BLOG-the-enterprise-300x167.png" width="300" height="167" /></a><b style="mso-bidi-font-weight: normal;">An Enterprise Architecture is able to contribute significant value no matter the size or the nature of the business.</b></p>
<p class="MsoNormal">A business can be anything from a single person operation through to a multinational conglomerate or a government. All have missions that define their goals and objectives. All wish to succeed in their endeavours.</p>
<p class="MsoNormal">The one person business, in establishing their initial business plan must, if they wish to succeed, define what it is they wish to achieve and decide if it is actually ‘doable’.</p>
<ul>
<li>Understanding what capabilities they have and what additional ones are required to deliver on its mission helps in shaping the business plan.</li>
<li>Defining the measures of success and having a view as to when success should be achieved allows them to monitor progress.</li>
<li>Describing the processes they will use, the costs of implementing each and how they inter-relate enables the possibility of business process improvement.</li>
</ul>
<p class="MsoNormal"><b style="mso-bidi-font-weight: normal;"><i style="mso-bidi-font-style: normal;">How does this differ from what is required of the multi-national or government.</i></b></p>
<p class="MsoNormal">The ‘larger’ the business the greater its inherent complexity yet the impact, on getting it wrong, can be seemingly just as great for the small business as for the large. Not succeeding for the small business can mean it closes. Not succeeding for the large may not be as terminal.</p>
<p class="MsoNormal"><b style="mso-bidi-font-weight: normal;">Good, well informed decisions, made in the very small through to the ultra large enterprises are crucial for realising their individual success</b>.</p>
<p class="MsoNormal">This can only occur if they have a repository of information from which to draw.</p>
<p class="MsoNormal">An Enterprise Architecture or something which is equivalent (the name is irrelevant) can provide the information that is required to support decisions that will provide an optimal path to success. Where it does not exist the enterprise should look at establishing one or risk failing to achieve what it wants.</p>
]]></content:encoded>
			<wfw:commentRss>http://eavoices.com/2013/06/17/enterprise-architecture-size-does-not-matter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Business Capability based EA Roadmap</title>
		<link>http://eavoices.com/2013/06/16/business-capability-based-ea-roadmap/</link>
		<comments>http://eavoices.com/2013/06/16/business-capability-based-ea-roadmap/#comments</comments>
		<pubDate>Sun, 16 Jun 2013 22:32:35 +0000</pubDate>
		<dc:creator>Adrian Campbell</dc:creator>
				<category><![CDATA[Business Capability Model]]></category>
		<category><![CDATA[business transformation]]></category>
		<category><![CDATA[EA Roadmap]]></category>
		<category><![CDATA[Enterprise Architecture]]></category>
		<category><![CDATA[Enterprise Processes]]></category>

		<guid isPermaLink="false">http://ingenia.wordpress.com/?p=286</guid>
		<description><![CDATA[As Business Capabilities are directly derived from the corporate strategic plan and are designed to satisfy the enterprise&#8217;s business strategies, goals and objectives, so they provide an excellent basis for the creation of an Enterprise Architecture Roadmap. What are Business Capabilities? A Business Capability represents the ability of an organisation to perform an activity that [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ingenia.wordpress.com&#38;blog=335035&#38;post=286&#38;subd=ingenia&#38;ref=&#38;feed=1" width="1" height="1">
]]></description>
				<content:encoded><![CDATA[<p><span style="font-size:13px;">As Business Capabilities are directly derived from the corporate strategic plan and are designed to satisfy the enterprise’s business strategies, goals and objectives, so they provide an excellent basis for the creation of an Enterprise Architecture Roadmap.</span></p>
<h2>What are Business Capabilities?</h2>
<p>A Business Capability represents the ability of an organisation to perform an activity that results in an outcome of value. Business Capabilities are as far as possible expressed in terms of those business outcomes and value. As far as I know the concept originated from MODAF and was later adopted by TOGAF. See <a href="http://en.wikipedia.org/wiki/Capability_management_in_business">http://en.wikipedia.org/wiki/Capability_management_in_business</a></p>
<p>Many Enterprise Architects and organisations fail to really use them, but in fact they are slowly becoming a common EA deliverable and a way of developing a target operating model view.</p>
<p>The key to their increasing popularity is because the Business Capabilities are expressed in terms of business outcomes and value rather than in purely functional or IT terms (i.e. Not just in terms of business unit needs or in terms of IT Solutions) thereby ensuring IT alignment with the business. Being expressed in terms of outcomes and values also means that Business Capabilities are tied to the outside in perspective of the Customer Journey and Strategic Scenarios, rather than the inside out perspective.</p>
<p>A good book to read about the outside in perspective is “Outside In: The power of putting Customers at the Center of Your business” by Harley Manning et al. <a href="http://www.amazon.co.uk/Outside-In-Putting-Customers-Business/dp/1477800085/ref=sr_1_1?ie=UTF8&amp;qid=1371351364&amp;sr=8-1&amp;keywords=outside+in">http://www.amazon.co.uk/Outside-In-Putting-Customers-Business/dp/1477800085/ref=sr_1_1?ie=UTF8&amp;qid=1371351364&amp;sr=8-1&amp;keywords=outside+in</a>.</p>
<p>In order for an organisation to perform an activity, many parts of the organisation need to be involved. Consequently a Business Capability is modelled as grouping of other EA concepts including the following:</p>
<ul>
<li>People</li>
<li>Organisation Units</li>
<li>Functions</li>
<li>Processes</li>
<li>Business Services</li>
<li>Information &amp; Data</li>
<li>Application Services</li>
<li>Applications</li>
<li>Infrastructure Services</li>
<li>Infrastructure</li>
</ul>
<p>In this way a Business Capability can be seen as a cross cutting slice through a typical enterprise architecture model.</p>
<p>A Business Capability is used for managing units of strategic business change and providing the mandate for programmes and project portfolio. Subsequently, project will develop a solution that either creates a whole new Business Capability or updates a Business capability by implementing a Capability Increment.</p>
<p>Thus, Business Capabilities and Capability increments provide the basis for the development of the EA Roadmap.</p>
<h2>Business Capability Model</h2>
<p><a href="http://ingenia.files.wordpress.com/2013/06/ukra-bcm.png"><img class="alignnone size-medium wp-image-287" alt="UKRA BCM" src="http://ingenia.files.wordpress.com/2013/06/ukra-bcm.png?w=300&#038;h=234" width="300" height="234" /></a></p>
<p style="text-align:left;" align="center">Figure 1: Example Business Capability Model  Source: UK Government Reference Architecture (UKRA) v1.0</p>
<p>This diagram illustrates the start point for a Business Capability Model. This is a static view based on the style of IBM’s Component Business Model. This is a style diagram that has become quite popular.</p>
<p>The whole matrix represents all the Business Capabilities that the organisation performs. Each cell is a Business Capability.</p>
<p>The Columns usually reflect the high level value chain for the organisation or are major groupings of Business Capabilities that are meaningful to the business.</p>
<p>The Rows reflect the fundamental purpose of a Business Capability and there are normally three rows:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top"><b>Row</b></td>
<td valign="top" width="217"><b>Aligned to the Viable System Model (VSM) system type</b></td>
</tr>
<tr>
<td valign="top">Direct (or Strategy)</td>
<td valign="top" width="217">System 5 and system 4</td>
</tr>
<tr>
<td valign="top">Control (or Management)</td>
<td valign="top" width="217">System 3, system 3* and system 2</td>
</tr>
<tr>
<td valign="top">Execute (or Operate)</td>
<td valign="top" width="217">System 1</td>
</tr>
</tbody>
</table>
<p>For details about VSM, the Viable system Model see <a href="http://en.wikipedia.org/wiki/Viable_System_Model">http://en.wikipedia.org/wiki/Viable_System_Model</a> and my earlier blog posts.</p>
<p>Business Capabilities also have dependencies between them. I.e. one Business Capability has to exist before another Business Capability can be achieved.</p>
<p>Implementing Business Strategies requires new or changed Business Capabilities, but for the most cases we are just changing some aspects of the Business Capability rather than introducing brand new ones. This is the Capability Increment.</p>
<div class="wp-caption alignleft" style="width: 460px"><a href="http://pubs.opengroup.org/architecture/togaf9-doc/arch/Figures/32_relationships.png"><img class=" " alt="" src="http://pubs.opengroup.org/architecture/togaf9-doc/arch/Figures/32_relationships.png" width="450" height="182" /></a>
<p class="wp-caption-text">Relationship between Business Capabilities, Enterprise Architecture and projects</p>
</div>
<p style="text-align:left;" align="center">Figure 2: Diagram showing Business Capabilities Source: TOGAF</p>
<p>The diagram above shows the relationships between Business Capabilities and Capability Increments, and also related the Enterprise Architecture development method phases and definition of work packages for the Programme and Project Portfolios.</p>
<p>Capability Increments document the changes to each Business Capability that are needed to implement the Business or IT Strategies.</p>
<p>Each Business Capability is decomposed into one or more Capability Increments that are typically implemented at different points in time and in different Transition Architectures. Each Capability Increment represents a unit of change.</p>
<p>Capability Increments also have dependencies between them. I.e. one Capability Increment has to be implemented before another Capability Increment can be achieved.</p>
<p style="text-align:left;" align="center"><a href="http://ingenia.files.wordpress.com/2013/06/bc-and-ci.png"><img class="alignnone size-medium wp-image-284" alt="BC and CI" src="http://ingenia.files.wordpress.com/2013/06/bc-and-ci.png?w=300&#038;h=248" width="300" height="248" /></a></p>
<p style="text-align:left;" align="center">Figure 3: Capability Dependency Model</p>
<p>The diagram above shows the dependency relationships between the Business Capabilities and between the Capability Increments.</p>
<p>The Capability Increments can be rearranged to show the dependency order in which they need to be applied. This sequence forms the basis for the EA Roadmap.</p>
<p style="text-align:left;" align="center"><a href="http://ingenia.files.wordpress.com/2013/06/ea-roadmap.png"><img class="alignnone size-medium wp-image-285" alt="EA roadmap" src="http://ingenia.files.wordpress.com/2013/06/ea-roadmap.png?w=300&#038;h=161" width="300" height="161" /></a></p>
<p style="text-align:left;" align="center">Figure 4: EA Roadmap structure</p>
<p>Often it is may be useful (and politic) to represent several tracks in the EA Roadmap. For example tracks may be introduced for Strategic changes, Business changes and IT changes, since Capability increments may be identified in such a way that they can be implemented in parallel.</p>
<p>The Capability Increments can be grouped into Transition Architectures. A Transition Architecture is an intermediate Architecture model somewhere between the current state and the future (target) state Enterprise Architecture model being aimed for. A Transition Architecture will typically be aligned to intermediate and temporary stages in implementation.</p>
<p>Groups of one or more Capability Increments will provide the mandate for a solution or service to be developed in a project.</p>
<p>A Business Capability Model should be at the core of all Enterprise Architecture Models.</p>
<p>Often the Architecture Vision Model or Core Model is produced as a Business Capability Model to provide a strategic view that helps all stakeholders in an organisation to develop a common understanding of what needs to be done and what needs to be changed.</p>
<p>(With thanks to Lee Hepplewhite for some aspects of this approach)</p>
<p>Filed under: <a href='http://ingenia.wordpress.com/category/business-transformation-2/'>Business Transformation</a>, <a href='http://ingenia.wordpress.com/category/ea-roadmap/'>EA Roadmap</a>, <a href='http://ingenia.wordpress.com/category/enterprise-architecture/'>Enterprise Architecture</a>, <a href='http://ingenia.wordpress.com/category/enterprise-processes/'>Enterprise Processes</a> Tagged: <a href='http://ingenia.wordpress.com/tag/business-capability-model/'>Business Capability Model</a>, <a href='http://ingenia.wordpress.com/tag/ea-roadmap/'>EA Roadmap</a>, <a href='http://ingenia.wordpress.com/tag/enterprise-architecture/'>Enterprise Architecture</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ingenia.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ingenia.wordpress.com/286/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ingenia.wordpress.com&#038;blog=335035&#038;%23038;post=286&#038;%23038;subd=ingenia&#038;%23038;ref=&#038;%23038;feed=1" width="1" height="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://eavoices.com/2013/06/16/business-capability-based-ea-roadmap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://ingenia.files.wordpress.com/2013/06/bc-and-ci.png?w=300" length="" type="" />
<enclosure url="http://pubs.opengroup.org/architecture/togaf9-doc/arch/Figures/32_relationships.png" length="" type="" />
<enclosure url="http://ingenia.files.wordpress.com/2013/06/ukra-bcm.png?w=300" length="" type="" />
<enclosure url="http://1.gravatar.com/avatar/44f50a4123c298dfeb01f8ae40c67d92?s=96&amp;amp;d=identicon&amp;amp;r=G" length="" type="" />
<enclosure url="http://ingenia.files.wordpress.com/2013/06/ea-roadmap.png?w=300" length="" type="" />
		</item>
		<item>
		<title>EA Voices</title>
		<link>http://eavoices.com/2013/06/16/ea-voices/</link>
		<comments>http://eavoices.com/2013/06/16/ea-voices/#comments</comments>
		<pubDate>Sun, 16 Jun 2013 01:35:39 +0000</pubDate>
		<dc:creator>Adrian Campbell</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[EA Magazines]]></category>
		<category><![CDATA[Enterprise Architecture]]></category>

		<guid isPermaLink="false">http://ingenia.wordpress.com/?p=282</guid>
		<description><![CDATA[I have recently come across a web site EA Voices&#160;(eavoices.com/&#8206;) produced by John G&#248;tze.&#160; This is described as an&#160;Aggregated Enterprise Architecture Wisdom and I have found it to be a good collection of articles and recommend it to all Enterprise Architects out there. &#160; Filed under: Blogroll, EA Magazines, Enterprise Architecture<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ingenia.wordpress.com&#38;blog=335035&#38;post=282&#38;subd=ingenia&#38;ref=&#38;feed=1" width="1" height="1">
]]></description>
				<content:encoded><![CDATA[<p>I have recently come across <span style="color:#000000;">a web site <a href="http://eavoices.com/"><span style="color:#000000;">EA Voices</span></a> (<cite><b>eavoices</b>.com/</cite>‎) produced by <a href="http://twitter.com/gotze"><span style="color:#000000;">John Gøtze</span></a>. </span></p>
<p>This is described as an Aggregated Enterprise Architecture Wisdom and I have found it to be a good collection of articles and recommend it to all Enterprise Architects out there.</p>
<p>&nbsp;</p>
<h2 id="homepage-title"></h2>
<p>Filed under: <a href='http://ingenia.wordpress.com/category/blogroll/'>Blogroll</a>, <a href='http://ingenia.wordpress.com/category/ea-magazines/'>EA Magazines</a>, <a href='http://ingenia.wordpress.com/category/enterprise-architecture/'>Enterprise Architecture</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ingenia.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ingenia.wordpress.com/282/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ingenia.wordpress.com&#038;blog=335035&#038;%23038;post=282&#038;%23038;subd=ingenia&#038;%23038;ref=&#038;%23038;feed=1" width="1" height="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://eavoices.com/2013/06/16/ea-voices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://1.gravatar.com/avatar/44f50a4123c298dfeb01f8ae40c67d92?s=96&amp;amp;d=identicon&amp;amp;r=G" length="" type="" />
		</item>
		<item>
		<title>How to measure Enterprise Architecture</title>
		<link>http://eavoices.com/2013/06/16/how-to-measure-enterprise-architecture/</link>
		<comments>http://eavoices.com/2013/06/16/how-to-measure-enterprise-architecture/#comments</comments>
		<pubDate>Sun, 16 Jun 2013 01:26:07 +0000</pubDate>
		<dc:creator>Adrian Campbell</dc:creator>
				<category><![CDATA[Enterprise Architecture]]></category>
		<category><![CDATA[Performance Architecture]]></category>
		<category><![CDATA[Value of EA]]></category>

		<guid isPermaLink="false">http://ingenia.wordpress.com/?p=278</guid>
		<description><![CDATA[What is Enterprise Architecture Enterprise Architecture is essentially a strategic planning discipline for ensuring that all the strategies of an enterprise are well executed. How should we measure it and how it is performing? First it&#8217;s best to clearly understand what Enterprise Architecture is and who it is for. Enterprise Architecture bridges the gap between [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ingenia.wordpress.com&#38;blog=335035&#38;post=278&#38;subd=ingenia&#38;ref=&#38;feed=1" width="1" height="1">
]]></description>
				<content:encoded><![CDATA[<h2>What is Enterprise Architecture</h2>
<p>Enterprise Architecture is essentially a strategic planning discipline for ensuring that all the strategies of an enterprise are well executed. How should we measure it and how it is performing?</p>
<p>First it’s best to clearly understand what Enterprise Architecture is and who it is for.</p>
<p>Enterprise Architecture bridges the gap between those decision makers who come up with new strategies and objectives and those who are involved in enterprise transformation and investments in change. It is about what the enterprise can do now (baseline capabilities) and what it wants to be able to do in the future (target capabilities).</p>
<p>Enterprise Architecture is all about keeping an organisation robust, viable and continuing to satisfy all its stakeholders in the future, who are interested in the enterprise succeeding and continuing to succeed i.e. the CxOs, Shareholders, Customers, Partners, Suppliers etc.</p>
<p>The Enterprise Architecture deliverables are a conceptual blueprint or Target Operating Model that explicitly defines the mission, vision, strategies, objectives, principles, standards and business capabilities at the strategic level, as well as all the other elements (component types) in the enterprise that define how the business operates. These elements include business functions, business services, business processes, scenarios, value chains, value streams, products, application services, applications, technology and infrastructure and are defined within the following Architecture domains:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top"><b>Architecture Domain</b></td>
<td valign="top"><b>Typical object types in the domain</b></td>
</tr>
<tr>
<td valign="top">Market/Environment</td>
<td valign="top">Supplier, Partner, Shareholder, Stakeholder, Regulator, Customer, Contact, Prospect etc.</td>
</tr>
<tr>
<td valign="top">Strategy and Motivation</td>
<td valign="top">Drivers, Mission, Vision, Strategy, Objective, Measure, Metrics, Principle, Standard etc.</td>
</tr>
<tr>
<td valign="top">Business</td>
<td valign="top">Business Capabilities, Business Functions (Value Chains), Business Process, Strategic Scenarios (Value Streams), Events, Products, Business Services, Organisation Units, Persons and Roles etc.</td>
</tr>
<tr>
<td valign="top">Information</td>
<td valign="top">Business Information, Application Data, Stored data (Databases, Files etc.)</td>
</tr>
<tr>
<td valign="top">Applications</td>
<td valign="top">Application Services, Applications (Suites, Packages, Components etc.)</td>
</tr>
<tr>
<td valign="top">Infrastructure</td>
<td valign="top">IT Infrastructure (Hardware, Nodes, Networks, Devices, Appliances, Servers etc.Physical Infrastructure (Buildings, Facilities, Vehicles, Machinery, etc.)</td>
</tr>
</tbody>
</table>
<p>Enterprise Architecture also provides several different views of how an enterprise operates and changes, by maintaining a baseline enterprise (operating) model, target enterprise (operating) model(s) and a roadmap of changes to the enterprise’s business capabilities and investments in change ordered within an enterprise transformation roadmap.</p>
<h2>Measures and metrics</h2>
<p>A large number of organizations use Enterprise Architecture approach in order to plan strategic changes and manage enterprise transformations. Enterprise Architecture is not directly linked to a direct outcome but is usually indirectly related.</p>
<p>One of the major concerns is the failure of many enterprises to actually measure the value of their current or baseline Enterprise Architecture. One is reminded of the old adage &#8216;What you don&#8217;t measure, you can&#8217;t manage&#8217;. When changes occur as a result of new strategies and target enterprise models, the subsequent enterprise transformation may well be many months or years into the future. Changes are delivered by other groups inside the enterprise or external solution delivery partners. If measures and metrics are not used and actively managed then it becomes rather difficult to compare the old baseline with the new baseline to see what value has been achieved.</p>
<h2>Identify the Metrics</h2>
<p>The measuring metrics will vary from one enterprise to another. As Enterprise Architecture exists to support the CxOs and decision makers within the enterprise then it is important to define the metrics from their perspective.</p>
<p>Metrics can be identified form a number of perspectives.</p>
<p>Broadly these can be grouped into:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="132"><b>Categories</b></td>
<td valign="top" width="267"><b>Description</b></td>
<td valign="top" width="218"><b>examples</b></td>
</tr>
<tr>
<td valign="top" width="132">Internal (Inside Out) metrics</td>
<td valign="top" width="267">Metrics that measure the internal efficiency of the enterprise’s functions, processes, applications, infrastructure</td>
<td valign="top" width="218">
<ul>
<li>Cost of business processes</li>
<li>Business Process efficiency</li>
<li>Operating expenses</li>
<li>Productivity</li>
</ul>
</td>
</tr>
<tr>
<td valign="top" width="132">External (Outside In) metrics</td>
<td valign="top" width="267">Metrics that measure the way the enterprise operates from the perspective of those stakeholders outside the enterprise.</td>
<td valign="top" width="218">
<ul>
<li>Customer Satisfaction</li>
<li>Sales per customer</li>
<li>Profits per transaction</li>
</ul>
</td>
</tr>
<tr>
<td valign="top" width="132">Change related metrics</td>
<td valign="top" width="267">Metrics that measure how well the enterprise transformations are being achieved</td>
<td valign="top" width="218">
<ul>
<li>Profits per Investment in change</li>
<li>Percentage of the target EA Model that has been implemented</li>
<li>Percentage strategies realised</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p>More detailed metrics can defined for each Architecture Domain. Here below is a discussion of some of some potential metrics used for measurement of their enterprise architecture’s value.</p>
<h2>CxO’s Metrics</h2>
<p>The Enterprise Architecture is by definition the architecture of the enterprise, so the metrics also need to be defined from the enterprise or business perspective. The CEO and other CxOs are responsible for managing the enterprise so the metrics need to be ones that they are interested in and keen to measure. These may include:</p>
<ul>
<li>Completed transactions</li>
<li>Revenues</li>
<li>Operating expenses</li>
<li>Profit</li>
<li>Revenue per dollar of operating cost</li>
<li>Profit per completed transaction</li>
<li>Productivity</li>
<li>Profits per investment</li>
</ul>
<p>The trends and rates of change in the numbers are often more important than the actual numbers.</p>
<p>If the enterprise strategies and therefore the target Enterprise Architecture are not having an effect (directly or indirectly) on the numbers that the CEO is interested in, then the Enterprise Architecture is not being effective.</p>
<h2>Customer experience metrics</h2>
<p>One of the biggest contributions to Enterprise success and profits is the overall customer experience and satisfaction. There are three categories of Customer experience metrics:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top">Category</td>
<td valign="top">Description</td>
<td valign="top">Examples</td>
</tr>
<tr>
<td valign="top">Descriptive Metrics</td>
<td valign="top">About what happened when a contact, prospect or customer engages with the enterprise</td>
<td valign="top">
<ul>
<li>Call and email volume</li>
<li>Average call time</li>
<li>Calls lost</li>
<li>Website visits</li>
<li>Average transaction values</li>
<li>Average calls per customer</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">Perception Metrics</td>
<td valign="top">What did the contact, prospect or customer think about what happened</td>
<td valign="top">
<ul>
<li>Customer satisfaction with their experience</li>
<li>Goal completion rate</li>
<li>Complaint resolution rate</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">Outcome Metrics</td>
<td valign="top">What will the customer do as a result of what happened</td>
<td valign="top">
<ul>
<li>Likelihood of recommending</li>
<li>Likelihood to purchase</li>
<li>Actual purchases made</li>
<li>Returning customers</li>
<li>Churn rates</li>
<li>Value provided</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p>These metrics measures how happy a customer or prospective customer is with the enterprise&#8217;s value proposition (their products and business services). What value is provided to the customer? This measure is becoming common with value based pricing approaches. How easy is it for the customers to do business with you? Do the enterprise business services provide for the needs of the customer’s own internal processes? Customer Satisfaction can be increased by better communication with them through their preferred channel, so a measure of Customer communications (messages and interactions, social media) can be useful.</p>
<h2>Cost Benefit</h2>
<p>Cost/Benefit ratio to measure the value of any new or changed business capability. This is used to compares the amount of money spent on the transformation (costs) to the amount of money that is being saved after the implementation of the changes (Benefits). These metrics are often measured in terms of money, but in fact the benefits may be non-monetary values such as increased sales, improved customer satisfaction, reduction of risks, increased flexibility, and improved platform for future change.</p>
<h2>Productivity and Effectiveness</h2>
<p>CEOs will be concerned with the effects of Enterprise Architecture and new investments on production, efficiency and effectiveness. Metrics in this area can focus on:</p>
<ul>
<li>Reducing time to market for new investments in change</li>
<li>Integrating and improving business processes across the enterprise (including with partners)</li>
<li>Improving the ability to integrate data and interfaces across the enterprise (including with external partners)</li>
<li>Improving the ability to reuse business functions, business processes and application services</li>
<li>Increasing agility, flexibility and ability to rapidly change in the event of new strategic scenarios occurring</li>
<li>Increasing standardization</li>
<li>Reducing the time taken to develop solutions by maximizing reuse of enterprise architecture models</li>
</ul>
<h2>Governance and compliance</h2>
<p>Enterprise Architecture ensures that the strategies of the enterprise are realised.</p>
<p>How many business capabilities are being created, updated or removed? What capability increments are being turned into investment proposals and providing the mandates for new programmes and projects? How many capability increments are being delivered by the solutions that have been subsequently designed and developed? How well are the solutions in compliance with the target enterprise architecture model?</p>
<h2>Knowledge</h2>
<p>The Enterprise Architecture function will create a well-populated repository of knowledge about the current state of an enterprise and its planned future state vision. The enterprise Architecture models provide a knowledge base for CEOs, CxOs and other decision makers that provides answers to their questions. In essence an enterprise architecture model needs to be designed to answer all their potential questions. How well does it achieve that?</p>
<p>These questions can be about gaps, impacts, dependencies, probabilities of success and failure, risks, costs etc. One of the major concerns of Enterprise Architecture is to reuse the knowledge, information and data as required by various processes and applications throughout the enterprise. Metrics can include the percentage completeness of this knowledge base. How easily and readily available is this knowledge throughout the enterprise to those stakeholders who need it?</p>
<h2>A Common Vision of the future state</h2>
<p>The whole purpose of Enterprise Architecture is to align investments in change with the strategies for the future of the enterprise. The target Enterprise Architecture Model is the target operating model that provides a common vision for all parts of the enterprise, including internal business units and external partners. How complete is this model and all the associated diagrams and documentation? Is it readily available?</p>
<h2>Enterprise Transformation</h2>
<p>The target enterprise architecture model will reduce the time it takes to conduct a particular enterprise transformation, implement new and changed business capabilities and reduce solution design and delivery time and development costs by maximising reuse of the enterprise level models. It will provide standard components and ensure maximum reuse of them across the whole enterprise. Over time the enterprise architecture will ensure faster development, fewer failures and better alignment to strategic enterprise level requirements and continual improvement.</p>
<h2>Qualities</h2>
<p>The Enterprise Architecture is often focused on improving or enabling various characteristics and qualities in the future.</p>
<p>Metrics can be based on these qualities can include:</p>
<ul>
<li>Efficiency</li>
<li>Robustness</li>
<li>Reliability</li>
<li>Viability (ability to remain viable in a changed environment)</li>
<li>Flexibility (ability to automatically adapt when unexpected external changes occur)</li>
<li>Complexity</li>
<li>Agility (Ability to adapt to changing business needs)</li>
<li>Adaptability</li>
<li>Ease of integration</li>
<li>Amount of reuse</li>
<li>Support for innovation</li>
<li>Service level</li>
<li>Quality</li>
<li>Accuracy</li>
</ul>
<h2>In conclusion</h2>
<p>Enterprises need to measure Enterprise Architecture by how well it improves the performance of the whole enterprise, meets its business needs, and supports its strategies and investments in change.</p>
<p>Filed under: <a href='http://ingenia.wordpress.com/category/enterprise-architecture/'>Enterprise Architecture</a>, <a href='http://ingenia.wordpress.com/category/enterprise-architecture/performance-architecture/'>Performance Architecture</a>, <a href='http://ingenia.wordpress.com/category/enterprise-architecture/value-of-ea/'>Value of EA</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ingenia.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ingenia.wordpress.com/278/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ingenia.wordpress.com&#038;blog=335035&#038;%23038;post=278&#038;%23038;subd=ingenia&#038;%23038;ref=&#038;%23038;feed=1" width="1" height="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://eavoices.com/2013/06/16/how-to-measure-enterprise-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://1.gravatar.com/avatar/44f50a4123c298dfeb01f8ae40c67d92?s=96&amp;amp;d=identicon&amp;amp;r=G" length="" type="" />
		</item>
	</channel>
</rss>
