<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>VisibleForum.com</title>
  <link>http://www.visibleforum.com/index.php</link>
  <description>Support Forum for Visible Systems</description>
  <language>english</language>
  <copyright>(c) Copyright 2012 by VisibleForum.com</copyright>
  <managingEditor>forums@visible.com</managingEditor>
  <webMaster>forums@visible.com</webMaster>
  <pubDate>Sun May 20, 2012 6:04 pm</pubDate>
  <lastBuildDate>Sun May 20, 2012 6:04 pm</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>VisibleForum.com</title>
    <url></url>
    <link>http://www.visibleforum.com/</link>
    <description>Support Forum for Visible Systems</description>
  </image>

                                      <item>
                                        <title>RAZOR 2012: PRE-RELEASE INFORMATION</title>
                                        <link>http://www.visibleforum.com/viewtopic.php?p=346#346</link>
                                        <description>&lt;br /&gt;
                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.visibleforum.com/profile.php?mode=viewprofile&amp;u=1474'&gt;mcesino1&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      &lt;b&gt;Posted:&lt;/b&gt; Mon Jan 30, 2012 12:34 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      BENEFIT: NO LONGER NEED TO ASSIGN STATIC PORTS&lt;br /&gt;
&lt;br /&gt;
IMPROVEMENT: Currently, the Razor server implementation is single-threaded.  As such a given client request is handled in its entirety before handling the next client request. One key feature of Razor 2012 is that the Razor servers (License Manager and Database) are multi-threaded.&lt;br /&gt;
&lt;br /&gt;
STATUS: Identified the message protocol currently used by the existing Razor client-server.  Rewrote the server end of the message protocols using Java.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.visible.com/Products/Razor/index.htm&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://www.visible.com/Products/Razor/index.htm&lt;/a&gt;</description>
                                        <comments>http://www.visibleforum.com/viewtopic.php?p=346#346</comments>
                                        <author>mcesino1</author>
                                        <pubDate>Mon Jan 30, 2012 12:34 pm</pubDate>
                                        <guid isPermaLink="true">http://www.visibleforum.com/viewtopic.php?p=346#346</guid>
                                      </item>
                                      <item>
                                        <title>How To Access The Strategy Briefings</title>
                                        <link>http://www.visibleforum.com/viewtopic.php?p=345#345</link>
                                        <description>&lt;br /&gt;
                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.visibleforum.com/profile.php?mode=viewprofile&amp;u=7'&gt;Russell Abisla&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      &lt;b&gt;Posted:&lt;/b&gt; Thu Jan 15, 2009 11:11 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      How you manage your IT applications is a direct result of setting a strategy appropriate to your enterprise. An appropriate strategy can have a direct and positive impact on business outcomes.&lt;br /&gt;
&lt;br /&gt;
This forum contains a series of Strategy Briefings covering a wide range of topics. It describes several approaches and highlights the key opportunities to reduce the risks, costs, and time required to develop and deliver IT applications.&lt;br /&gt;
&lt;br /&gt;
In order to download the briefings, you must first register as a user of the forum. To register, simply click on the Register link at the top of the page.  Once your account has been activated, you will then be able to download the briefings.&lt;br /&gt;
&lt;br /&gt;
 A great way for you to network and make new industry contacts!&lt;br /&gt;
&lt;br /&gt;
As a registered member of the forum, we value your contributions. Your contribution which you may choose to post to the forum may be a methodology, approach or success story about a specific strategy briefing that you would like to share with other members. Each month we will select and highlight one contribution made by one of the members. If selected, we will run your contribution along with your contact information on our site's (visible.com) landing page for at least 10 business days.&lt;br /&gt;
&lt;br /&gt;
There in no cost to you if your contribution is selected ... a great way for others in the industry to see your contribution and recognize your skills.</description>
                                        <comments>http://www.visibleforum.com/viewtopic.php?p=345#345</comments>
                                        <author>Russell Abisla</author>
                                        <pubDate>Thu Jan 15, 2009 11:11 am</pubDate>
                                        <guid isPermaLink="true">http://www.visibleforum.com/viewtopic.php?p=345#345</guid>
                                      </item>
                                      <item>
                                        <title>Passing a child list object</title>
                                        <link>http://www.visibleforum.com/viewtopic.php?p=342#342</link>
                                        <description>&lt;br /&gt;
                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.visibleforum.com/profile.php?mode=viewprofile&amp;u=121'&gt;schang&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      &lt;b&gt;Posted:&lt;/b&gt; Thu Sep 18, 2008 11:06 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      I have a question re: passing a list object from one form to another.  I know how to pass as in the following code (from the form that is doing the passing).  This works when you are passing from the parent grid.  How do you get this to work if you need to pass a single record from a child grid?  Thanks.&lt;br /&gt;
&lt;br /&gt;
    Public Sub ReturnEntity()&lt;br /&gt;
&lt;br /&gt;
        Dim objReturnModalParms As New AOCCommonObjects.TempModalParms&lt;br /&gt;
&lt;br /&gt;
        objReturnModalParms.ClearParms(TempModalParms.FormParmType.Output)&lt;br /&gt;
&lt;br /&gt;
        Dim objSelEntityList As New EntitySearch.EntitySearchList&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        objSelEntityList.EditStart()&lt;br /&gt;
        objSelEntityList.Read(myEntitySearch)&lt;br /&gt;
        objSelEntityList.EditEnd()&lt;br /&gt;
&lt;br /&gt;
        objReturnModalParms.SetParm(&amp;quot;SelectedEntityList&amp;quot;, objSelEntityList, TempModalParms.FormParmType.Output)&lt;br /&gt;
&lt;br /&gt;
    End Sub</description>
                                        <comments>http://www.visibleforum.com/viewtopic.php?p=342#342</comments>
                                        <author>schang</author>
                                        <pubDate>Thu Sep 18, 2008 11:06 pm</pubDate>
                                        <guid isPermaLink="true">http://www.visibleforum.com/viewtopic.php?p=342#342</guid>
                                      </item>
                                      <item>
                                        <title>Error message in v.4.2</title>
                                        <link>http://www.visibleforum.com/viewtopic.php?p=340#340</link>
                                        <description>&lt;br /&gt;
                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.visibleforum.com/profile.php?mode=viewprofile&amp;u=84'&gt;Kim.Rainey&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      &lt;b&gt;Posted:&lt;/b&gt; Fri Aug 01, 2008 2:05 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      I upgraded to 4.2, created a new project and new generated a new business object. When I go into the new object or try to build the project I get this error message: The value entered for Conversion from System.String to System.DateTime is not supported or is not valid. Can anyone help me with this?</description>
                                        <comments>http://www.visibleforum.com/viewtopic.php?p=340#340</comments>
                                        <author>Kim.Rainey</author>
                                        <pubDate>Fri Aug 01, 2008 2:05 pm</pubDate>
                                        <guid isPermaLink="true">http://www.visibleforum.com/viewtopic.php?p=340#340</guid>
                                      </item>
                                      <item>
                                        <title>The Universal Model Framework License Agreement</title>
                                        <link>http://www.visibleforum.com/viewtopic.php?p=338#338</link>
                                        <description>&lt;br /&gt;
                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.visibleforum.com/profile.php?mode=viewprofile&amp;u=1298'&gt;MCesino&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      &lt;b&gt;Posted:&lt;/b&gt; Mon May 19, 2008 8:39 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Visible Systems Corporation &lt;br /&gt;
The Universal Model Framework &lt;br /&gt;
Copyright (C) 2012 Visible Systems Corporation &lt;br /&gt;
&lt;br /&gt;
END-USER LICENSE AGREEMENT FOR Visible Universal Framework. &lt;br /&gt;
&lt;br /&gt;
IMPORTANT - READ CAREFULLY: This Visible Systems Corporation End-User License Agreement (&amp;quot;EULA&amp;quot;) is a legal agreement between you, a developer of software (&amp;quot;End User&amp;quot;) and Visible Systems Corporation (Vendor) for The Universal Model Framework, its relevant controls, source code, demos, intermediate files, media, printed materials, and &amp;quot;online&amp;quot; or electronic documentation (&amp;quot;MODELS&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
By installing, copying, or otherwise using the MODELS, the End User agrees to be bound by the terms of this EULA. The MODELS is in &amp;quot;use&amp;quot; on a computer when it is loaded into temporary memory (i.e. RAM) or installed into permanent memory (e.g. hard disk, CD-ROM, or other storage device) of that computer. If the End User does not agree to any part of the terms of this EULA, THE END USER CAN NOT INSTALL, USE, DISTRIBUTE, OR REPLICATE IN ANY MANNER, ANY PART, FILE OR PORTION OF THE MODELS, OR USE THIS MODELS FOR ANY OTHER PURPOSES. &lt;br /&gt;
&lt;br /&gt;
The MODELS are hereby licensed, not sold. &lt;br /&gt;
&lt;br /&gt;
LICENSE GRANT&lt;br /&gt;
&lt;br /&gt;
Upon acceptance of this EULA the Vendor grants the End User a personal, nonexclusive license to install and use the MODELS on compatible devices for the sole purposes of designing, developing, testing, and deploying application programs the End User creates. If the End User is an entity, it must designate one individual within its organization to license the right to use the MODELS in the manner provided herein. &lt;br /&gt;
&lt;br /&gt;
The End User may install and use the MODELS as permitted by the license type purchased. The license type purchased is specified in the MODELS receipt. &lt;br /&gt;
&lt;br /&gt;
MODELS LICENSING&lt;br /&gt;
&lt;br /&gt;
The design-time components of the MODELS are licensed for each computer on which they are installed and used. If the End User has to install design-time components of the MODELS on more than one computer, additional Licenses are required. This licensing is valid within a single company. If the End User has to order contractors to develop an application with the use of the MODELS the mentioned licensing scheme shall be applied for each such company. These contractors shall be contractually bound to the terms of this EULA and may only perform development tasks permitted for the End User according to this EULA. &lt;br /&gt;
&lt;br /&gt;
DESCRIPTION OF OTHER RIGHTS AND LIMITATIONS. &lt;br /&gt;
&lt;br /&gt;
Not for Resale Software. &lt;br /&gt;
&lt;br /&gt;
Unless specifically noted at the time of purchasing, the MODELS are labeled and provided as &amp;quot;Not for Resale&amp;quot; or &amp;quot;NFR&amp;quot;. The End User may not resell, distribute, or otherwise transfer for value or benefit in any manner, the MODELS or any derivative work using the MODELS. The End User may not transfer, rent, lease, lend, copy, modify, translate, sub-license, time-share or electronically transmit the MODELS, media or documentation. This also applies to any and all intermediate files, source code, and compiled executable. &lt;br /&gt;
&lt;br /&gt;
Limitations on Reverse Engineering, De-compilation, and Dis-assembly. &lt;br /&gt;
&lt;br /&gt;
The End User may not reverse engineer, re-compile, create derivative works, modify, translate, or disassemble the MODELS, and only to the extent that such activity is expressly permitted by applicable law notwithstanding this limitation. The End User agrees to take all reasonable, legal and appropriate measures to prohibit the illegal dissemination of the MODELS or any of its constituent parts and re-distributable to the fullest extent of all applicable local, federal and international laws and treaties regarding anti-circumvention, including but not limited to the Geneva and Berne World Intellectual Property Organization (WIPO) Diplomatic Conferences. &lt;br /&gt;
&lt;br /&gt;
Separation of Components, their Constituent Parts and Re-distributable. &lt;br /&gt;
&lt;br /&gt;
The MODELS are licensed as an indivisible unit. The MODELS and its constituent parts and any provided re-distributable may not be reverse engineered, re-compiled, disassembled or separated for use on more than one computer, nor placed for distribution, sale, or resale as individual creations by the End User. The provision of CODE PATTERNS, if included with the MODELS, does not constitute transfer of any legal rights to such code, and resale or distribution of all or any portion of all source code and intellectual property will be prosecuted to the fullest extent of all applicable local, federal and international laws. All MODELS libraries, source code,  re-distributable and other files remain the Vendor s exclusive property. The End User may not distribute any files, except those that the Vendor has expressly designated as  re-distributable. &lt;br /&gt;
&lt;br /&gt;
 RE-DISTRIBUTABLE. &lt;br /&gt;
&lt;br /&gt;
The MODELS may include certain files intended for distribution by the End User to the users of the programs created by him/her  re-distributable.  re-distributable include, for example, those files identified in printed or on-line documentation as re-distributable files, those files pre-selected for deployment by an install utility provided with the MODELS (if any). In any event, the  re-distributable for the MODELS are only those files specifically designated as such by the Vendor. Subject to all of the terms and conditions in this EULA, the End User may reproduce and distribute exact copies of the re-distributable, provided that such copies are made from the original copy of the MODELS. Copies of re-distributable may only be distributed with and for the sole purpose of executing application programs permitted under this EULA that the End User has created using the MODELS. Under no circumstances may any copies of  re-distributable be distributed separately. &lt;br /&gt;
&lt;br /&gt;
THE END USER IS NOT AUTHORIZED TO REDISTRIBUTE ANY OTHER FILE CONTAINED IN THE MODELS. &lt;br /&gt;
&lt;br /&gt;
Rental. &lt;br /&gt;
The End User may not rent, lease, or lend the MODELS. &lt;br /&gt;
&lt;br /&gt;
Transfer. &lt;br /&gt;
The End User may NOT permanently or temporarily transfer ANY of his/her rights under this EULA to any individual or entity. Regardless of any modifications which the End User makes and regardless of how the End User might compile, link, and/or package his/her programs, under no circumstances may the libraries,  re-distributable, and/or other files of the MODELS (including any portions thereof) be used for developing programs by anyone other than the End User. Only the End User has the right to use the libraries,  re-distributable, or other files of the MODELS (or any portions thereof) for developing programs created with the MODELS. In particular, the End User may not share copies of the  re-distributable with other co-developers. The End User may not reproduce or distribute any MODELS documentation without the Vendor explicit permission. &lt;br /&gt;
&lt;br /&gt;
Additional Restrictions. &lt;br /&gt;
Distribution by the End User of any design-time tools (EXE's, OCX's or DLL's), executables, and source code distributed by the Vendor as part of this MODELS and not explicitly identified as a re-distributable file is strictly prohibited. Redistribution by the End User s users of the Vendor DLL's and OCX's or MODELS re-distributable files modified by the End User without an appropriate redistribution license obtained from the Vendor is strictly prohibited. &lt;br /&gt;
&lt;br /&gt;
The End User may NOT distribute the MODELS, in any format, to other users for development or application compilation purposes. Specifically, if End User creates a control using the MODELS as a constituent control, End User may NOT distribute the control created with the MODELS (in any format) to users to be used at design time and or for ANY development purposes. &lt;br /&gt;
&lt;br /&gt;
THE END USER MAY NOT USE THE MODELS TO CREATE ANY TOOL OR MODELS THAT DIRECTLY OR INDIRECTLY COMPETES WITH THE MODELS. &lt;br /&gt;
&lt;br /&gt;
SUBSCRIPTION. &lt;br /&gt;
Purchasing the license (s) for the MODELS authorizes the End User to get free updates, upgrades and new versions of the MODELS during one-year term of the subscription. After the subscription expiration the End User is entitled to use the license (s) with the MODELS versions released before the subscription expiration date without any limitations, however the End User is not entitled to get free upgrades, updates and new versions of the MODELS released after the subscription expiration date. The End User has the right to renew the license (s) for the MODELS and to prolong the subscription service for a successive one-year period, thereby to accrue the right to get free updates, upgrades and new MODELS versions released within the subscription period. &lt;br /&gt;
&lt;br /&gt;
IF THE END USER IS USING THE EVALUATION VERSION OF THE MODELS, THE VENDOR WILL NOT PROVIDE THE END USER WITH UPDATES, UPGRADES AND FIXES RELATED TO THE MODELS. &lt;br /&gt;
&lt;br /&gt;
COPYRIGHT. &lt;br /&gt;
&lt;br /&gt;
All title and copyrights in and to the MODELS including but not limited to any images, demos, source code, intermediate files, packages, photographs,  re-distributable, animations, video, audio, music, text, and &amp;quot;applets&amp;quot; incorporated into the MODELS, the accompanying printed materials, and any copies of the MODELS are owned by Visible. The MODELS are protected by copyright laws and international treaty provisions. Therefore, the End User must treat the MODELS like any other copyrighted material except that the End User may install the MODELS on a single computer provided that he/she keeps the original solely for backup or archival purposes. The End User may not copy the printed materials accompanying the MODELS. &lt;br /&gt;
&lt;br /&gt;
RIGOROUS ENFORCEMENT OF INTELLECTUAL PROPERTY RIGHTS. &lt;br /&gt;
&lt;br /&gt;
If the licensed right of use for this MODELS are purchased by the End User with any intent to reverse engineer, re-compile, create derivative works, and the exploitation or unauthorized transfer of any intellectual property and trade secrets of the Vendor, to include any exposed methods or source code where provided, no licensed right of use shall exist, and any MODELS created as a result shall be judged illegal by definition of all applicable laws. Any sale or resale of intellectual property or created derivatives so obtained will be prosecuted to the fullest extent of all local, federal and international laws. &lt;br /&gt;
&lt;br /&gt;
Installation and Use &lt;br /&gt;
&lt;br /&gt;
The license granted in this EULA for the End User to create his/her own compiled programs and to distribute such programs and the  re-distributable (if any), is subject to all of the following conditions: &lt;br /&gt;
(i) the programs by the End User that contain the MODELS must be written using a licensed, registered copy of the MODELS; &lt;br /&gt;
(ii) the programs by the End User must add primary and substantial functionality, and may not be merely a set or subset of any of the libraries, code,  re-distributable or other files of the MODELS; &lt;br /&gt;
(iii) the End User may not remove or alter any Vendor s copyright, trademark or other proprietary rights notices contained in any portion of the Vendor s libraries, source code,  re-distributable or other files that bear such a notice; &lt;br /&gt;
(iv) all copies of the programs the End User creates must bear a valid copyright notice, either his/her own or the Vendor s copyright notice that appears on the MODELS; &lt;br /&gt;
(v) the End User may not use the Vendor s or any of its suppliers' names, logos, or trademarks to market his/her programs; &lt;br /&gt;
(vi) the End User will remain solely responsible to anyone receiving his/her programs for support, service, upgrades, or technical or other assistance, and such recipients will have no right to contact the Vendor for such services or assistance; &lt;br /&gt;
(vii) the End User will indemnify and hold the Vendor, its related companies and its suppliers, harmless from and against any claims or liabilities arising out of the use or distribution of his/her programs. &lt;br /&gt;
&lt;br /&gt;
WARRANTY &lt;br /&gt;
The Vendor represents and warrants that: &lt;br /&gt;
(i) The Vendor has all rights, authorizations or licenses to provide the MODELS to the End User; &lt;br /&gt;
(ii) The Vendor will use its best efforts to prevent the MODELS from being infected with any &amp;quot;worms&amp;quot;, &amp;quot;viruses&amp;quot;, &amp;quot;Trojan horses&amp;quot; or other programs or programming devices that might be used to modify, delete, damage, deactivate or disable the software, computer hardware or data of the End User; &lt;br /&gt;
(iii) The MODELS does not include any open source  code as defined by the Open Source Foundation nor operate in such a way that it is compiled with or linked to open source code, without the End User prior review and approval of the applicable license agreement. &lt;br /&gt;
LIMITATION ON AND EXCLUSION OF DAMAGES. &lt;br /&gt;
THE END USER CAN RECOVER FROM THE VENDOR ONLY DIRECT DAMAGES UP TO THE AMOUNT THE END USER PAID FOR THE SOFTWARE. THE END USER CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST PROFITS, SPECIAL, INDIRECT, INCIDENTAL OR ANY OTHER DAMAGES. &lt;br /&gt;
This limitation applies to claims for breach of contract, breach of warranty, guarantee or condition, strict liability, negligence, or other tort to the extent permitted by applicable law. It also applies even if repair, replacement or a refund for the software does not fully compensate the End User for any losses; or the Vendor knew or should have known about the possibility of the damages. &lt;br /&gt;
&lt;br /&gt;
DISCLAIMER. &lt;br /&gt;
EXCEPT AS OTHERWISE DEFINED HEREIN, THE VENDOR EXPRESSLY DISCLAIMS ANY WARRANTY FOR THE MODELS. THE MODELS AND ANY RELATED DOCUMENTATION IS PROVIDED &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. THE ENTIRE RISK ARISING OUT OF USE OR PERFORMANCE OF THE MODELS REMAINS WITH THE END USER. &lt;br /&gt;
&lt;br /&gt;
NO LIABILITIES. &lt;br /&gt;
To the maximum extent permitted by applicable law, in no event shall the Vendor be liable for any special, incidental, indirect, or consequential damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or any other pecuniary loss) arising out of the use of or inability to use the MODELS or the provision of or failure to provide Support Services, even if the Vendor has been advised of the possibility of such damages. &lt;br /&gt;
&lt;br /&gt;
TERMINATION &lt;br /&gt;
Without prejudice to any other rights or remedies, the Vendor will terminate this EULA upon the failure of the End User to comply with all the terms and conditions of this EULA. In such events, the End User must destroy all copies of the MODELS and all of its component parts including any related documentation, and must immediately remove ANY and ALL use of the technology contained in the MODELS from any applications developed by the End User, whether in native, altered or compiled state. &lt;br /&gt;
&lt;br /&gt;
GENERAL PROVISIONS. &lt;br /&gt;
This EULA may only be modified in writing signed by you and an authorized officer of the Vendor. If any provision of this EULA is found void or unenforceable, the remainder will remain valid and enforceable according to its terms. If any remedy provided is determined to have failed for its essential purpose, all limitations of liability and exclusions of damages set forth in the Limited Warranty shall remain in effect. &lt;br /&gt;
&lt;br /&gt;
The Vendor reserves all rights not specifically granted in this EULA. &lt;br /&gt;
&lt;br /&gt;
The Vendor reserves the right to make changes in this EULA at any moment by publishing the appropriate alterations on &lt;a href=&quot;http://www.visible.com&quot; target=&quot;_blank&quot;&gt;http://www.visible.com&lt;/a&gt; within twenty calendar days prior to the moment these alternations take effect. &lt;br /&gt;
&lt;br /&gt;
ACKNOWLEDGEMENT&lt;br /&gt;
 &lt;br /&gt;
THE END USER ACKNOWLEDGES THAT IT HAS READ AND UNDERSTANDS THIS AGREEMENT AND AGREES TO BE BOUND BY ITS TERMS. THE END USER FURTHER AGREES THAT THIS AGREEMENT IS THE COMPLETE AND EXCLUSIVE STATEMENT OF THE AGREEMENT BETWEEN THE END USER AND THE VENDOR, AND SUPERCEDES ANY PROPOSAL OR PRIOR AGREEMENT, ORAL OR WRITTEN, AND ANY OTHER COMMUNICATIONS RELATING TO THE SUBJECT MATER OF THIS AGREEMENT.</description>
                                        <comments>http://www.visibleforum.com/viewtopic.php?p=338#338</comments>
                                        <author>MCesino</author>
                                        <pubDate>Mon May 19, 2008 8:39 am</pubDate>
                                        <guid isPermaLink="true">http://www.visibleforum.com/viewtopic.php?p=338#338</guid>
                                      </item>
                                      <item>
                                        <title>The Universal Model Framework Tutorial</title>
                                        <link>http://www.visibleforum.com/viewtopic.php?p=337#337</link>
                                        <description>&lt;br /&gt;
                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.visibleforum.com/profile.php?mode=viewprofile&amp;u=1298'&gt;MCesino&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      &lt;b&gt;Posted:&lt;/b&gt; Mon May 19, 2008 7:43 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Visible Universal Framework Tutorial will be available soon. Check back in 1 month.</description>
                                        <comments>http://www.visibleforum.com/viewtopic.php?p=337#337</comments>
                                        <author>MCesino</author>
                                        <pubDate>Mon May 19, 2008 7:43 am</pubDate>
                                        <guid isPermaLink="true">http://www.visibleforum.com/viewtopic.php?p=337#337</guid>
                                      </item>
                                      <item>
                                        <title>The Universal Risk Model Framework</title>
                                        <link>http://www.visibleforum.com/viewtopic.php?p=336#336</link>
                                        <description>&lt;br /&gt;
                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.visibleforum.com/profile.php?mode=viewprofile&amp;u=1298'&gt;MCesino&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      &lt;b&gt;Posted:&lt;/b&gt; Mon May 19, 2008 7:34 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      9		Risk Analysis (Mission)&lt;br /&gt;
               Provide for the monitoring, planning, directing and reviewing of the enterprises credit, settlement and market&lt;br /&gt;
               risk positions. The fundamental objective is to manage returns on the investment of assets (all types) &lt;br /&gt;
               without exceeding acceptable levels of risk. Identify the risk structure of the enterprises assets and earnings&lt;br /&gt;
               that reflect the risk level identified as&lt;br /&gt;
               acceptable and the risk factors required when accepting that risk. &lt;br /&gt;
     9.1    	Risk (Goal)&lt;br /&gt;
               Identify the risk level of products and services, review their level of exposure and to create guidelines for&lt;br /&gt;
               overall risk. Evaluation of total risk exposure and target risk levels is identified by reviewing the risk level of&lt;br /&gt;
               individual products and&lt;br /&gt;
                services and totaling those risk factors to&lt;br /&gt;
               identify the enterprises position and outstandings across all it's assets. Risk reserves and/or associated&lt;br /&gt;
               write-offs are calculated and returns are adjusted for accepting the risk contained in a grouping of assets. &lt;br /&gt;
     9.1.1    	Product And Service Risk (Objective)&lt;br /&gt;
               Determine the level of risk associated with current or new products and services caused by the selling of&lt;br /&gt;
               forecasted volumes of specific products and/or services to a specific market segment. &lt;br /&gt;
               &lt;br /&gt;
               Products and/or services must be identified relative to their individual credit and settlement components which&lt;br /&gt;
               then may be used in conjunction to their level of risk relative to current similar products and/or services to&lt;br /&gt;
               identify risk history, &lt;br /&gt;
               potential positions and projected customers and markets segments. The risk components are then combined to&lt;br /&gt;
               identify the level of risk associated with each product and/or service.&lt;br /&gt;
     9.1.1.1	Product And Service Activity (Strategy)&lt;br /&gt;
               Identify the risk associated with each activity related to a specific product and service as related to market, &lt;br /&gt;
               credit and settlement risk. This is accomplished by way of grouping each activity by type of risk to develop&lt;br /&gt;
               the product or service risk components, which are then compared to like components related to like products&lt;br /&gt;
               and services.&lt;br /&gt;
     9.1.1.2	Product or Service Credit Risk (Strategy)&lt;br /&gt;
               Identify the credit risk for a specific product or service by reviewing any potential positions and exposures to&lt;br /&gt;
               the market segments credit worthiness and the Legal Entity(s) (offering entity) existing credit exposure. &lt;br /&gt;
               &lt;br /&gt;
               This is accomplished by way of identifying the product/service credit risk, identifying potential losses as a&lt;br /&gt;
               result from changes in the market segment credit worthiness and comparing those potential losses to the Legal&lt;br /&gt;
               Entity(s) (offering entity) &lt;br /&gt;
               current credit exposure.&lt;br /&gt;
_________________________________________________________________________________________________&lt;br /&gt;
     9.1.1.3	Product or Service Market Risk (Strategy)&lt;br /&gt;
               Review each product and service to identify the risk related to each activity that supports those products and&lt;br /&gt;
               services which are related to market, credit or settlement risk. &lt;br /&gt;
     9.1.1.4	Product or Service Settlement Risk (Strategy)&lt;br /&gt;
               Identify the settlement risk of products and services by way of reviewing product/service outstandings,&lt;br /&gt;
               identifying exposures caused by closing or clearing systems or procedures and comparing that to the Legal&lt;br /&gt;
               Entity(s) (offering entity) &lt;br /&gt;
               current settlement exposure. &lt;br /&gt;
               &lt;br /&gt;
               This is accomplished by way of reviewing settlement credit history, the closing/ clearing systems utilized and&lt;br /&gt;
               related procedures, and any anticipated outstandings created by the product and service. &lt;br /&gt;
     9.1.1.5	Risk Factor (Strategy)&lt;br /&gt;
               Determine the product and/or service risk factor relative to the product and/or service being offered for sale&lt;br /&gt;
               and any additional product and/or service price increase required to offset the cost of any associated risk. &lt;br /&gt;
               &lt;br /&gt;
               This is accomplished by way of using the forecasted outstandings and overall exposure to assets and earnings&lt;br /&gt;
               divided by forecasted revenues and earnings. &lt;br /&gt;
     9.1.1.6	Project Market Environment (Strategy)&lt;br /&gt;
               Identify the market indicators such as interest rates, forward rates, gross national product, trade balance,&lt;br /&gt;
               inflation, unemployment etc., &lt;br /&gt;
               and forecasts the relevant indicators. Additionally the creation of a view of market and economic conditions&lt;br /&gt;
               for varying geographic areas and&lt;br /&gt;
               market segments is performed here.&lt;br /&gt;
     9.1.1.6.1	Project Economic Environment (Activity)&lt;br /&gt;
               Forecast information that pertains to economic conditions that affect a market such as changes in interest rates,&lt;br /&gt;
               gross national product and inflation. &lt;br /&gt;
     9.1.1.7	Market Risk Guidelines (Strategy)&lt;br /&gt;
               Develop guidelines relative to market risk for products and services offered by the enterprise.&lt;br /&gt;
               This includes the review of historical market risk guidelines and limit exceptions in order to identify needed&lt;br /&gt;
               modifications to promote improved market risk control. &lt;br /&gt;
     9.1.1.7.1	Market Guideline Compliance (Activity)&lt;br /&gt;
               Determine market limit exception information and to evaluate compliance to the guidelines.&lt;br /&gt;
               This includes items such as exception frequency, duration, cost of exception (if any), cause, the amount of&lt;br /&gt;
               exception and percentage.&lt;br /&gt;
     9.1.2    	Unacceptable Risk (Objective)&lt;br /&gt;
               Determine the level of risk to assets deemed unacceptable by senior management by reviewing the current&lt;br /&gt;
               positions and exposures of products and services. &lt;br /&gt;
               &lt;br /&gt;
               This is accomplished by acquiring inputs from market, settlement and credit risk Business Function&lt;br /&gt;
               Sub-Groups to determine the exposure. This effort should extend to products and services, lines of business, &lt;br /&gt;
               market segments and individual customers and compares this information to the risk guidelines identified by&lt;br /&gt;
               management. &lt;br /&gt;
     9.1.3    	Risk Reserves (Objective)&lt;br /&gt;
               Calculate the risk reserves/write-offs and to adjust the associated returns for specific levels of risk for&lt;br /&gt;
               groupings of products and/or services inorder to adjust the financial return and revaluation of assets and&lt;br /&gt;
               earnings. &lt;br /&gt;
               &lt;br /&gt;
               Associated outstandings, exposures, loss rates and forecasted operating profit along with capital objectives&lt;br /&gt;
               and return on sales are utilized to develop these requirements. Output is expressed in terms of percentages and&lt;br /&gt;
               directly relates to the risk/&lt;br /&gt;
               reward objectives identified by management.&lt;br /&gt;
     9.1.4    	Risk Level Threshold (Objective)&lt;br /&gt;
               Identify the means for the distribution of risk across Products and services or specific lines of business by&lt;br /&gt;
               determining the risk level threshold for assets and earnings. This Business Function identifies the level of&lt;br /&gt;
               individual market and settlement&lt;br /&gt;
                risk a product and/or service or line of business finds acceptable by way of assessing the return or sales return&lt;br /&gt;
               of capital and risk adjusted return.&lt;br /&gt;
&lt;br /&gt;
_________________________________________________________________________________________________  &lt;br /&gt;
     9.2    	Credit Risk (Goal)&lt;br /&gt;
               Identify the risk of credit or assets nonpayment of the obligated Legal Entity(s) inability to fulfill it's&lt;br /&gt;
               obligations. This is accomplished by way of reviewing the current financial history of the customer (credit&lt;br /&gt;
               history) &lt;br /&gt;
               and identifying the risk by reviewing historical information relative to&lt;br /&gt;
               similar products and services when assigning credit ratings and projecting future payment. Review settlement&lt;br /&gt;
               lines, any counterparty credit risk and sets the credit limits. Projecting risk in the future is identified by&lt;br /&gt;
               reviewing items such as raising or&lt;br /&gt;
                lowering product and/or service price and the offering Legal Entity(s)  financial condition. The identification&lt;br /&gt;
               of nonpayment risk by products and services, lines of business,  &lt;br /&gt;
               market segments or specific customers assists in the establishment of credit risk guidelines as well as&lt;br /&gt;
               forecasting potential credit risk relative to new market segments and variance in product and/or service credit&lt;br /&gt;
               limits. &lt;br /&gt;
     9.2.1    	Credit Ratings And Limits (Objective)&lt;br /&gt;
               Determine the ratings and limits for Legal Entities. This is accomplished by way of financial profiles and&lt;br /&gt;
               historic credit performance. The limits are determined by the credit ratings, risk profiles, risk guidelines and&lt;br /&gt;
               any outstandings that are related.&lt;br /&gt;
     9.2.1.1	Geographic Area Credit Rating (Strategy)&lt;br /&gt;
               Determine the credit rating for specific geographic areas such as villages, towns, counties, states, country's,&lt;br /&gt;
               principalities, territories etc.. This credit rating is typically based upon credit history, inflation, gross national&lt;br /&gt;
               product, cash flow, &lt;br /&gt;
               unemployment and bankruptcy rates, balance of payments etc.. &lt;br /&gt;
     9.2.1.2	Legal Entity Credit Rating (Strategy)&lt;br /&gt;
               Determine the credit rating of a specific Legal Entity. This is typically determined by the Legal Entities&lt;br /&gt;
               financial performance, credit history, products and services, payment history, annual reports and analysts&lt;br /&gt;
               findings. &lt;br /&gt;
     9.2.2    	Legal Entity Risk Limits (Objective)&lt;br /&gt;
               Determine the credit limit groupings of Legal Entities such as organizations, customers, sovereignties and&lt;br /&gt;
               counterparties. The limits are driven by credit ratings, &lt;br /&gt;
               credit limit exception information and credit limit guidelines. Risk limits may be applied to geographic&lt;br /&gt;
               regions,&lt;br /&gt;
               organizations and organization units, products, market segments, customer's, employee's, agreements,&lt;br /&gt;
               accounts and industry's.&lt;br /&gt;
     9.2.2.1	Settlement Limits (Strategy)&lt;br /&gt;
               Determine the settlement limit for varying groupings of customers (customers, market segments, geographic&lt;br /&gt;
               areas, employee, accounts etc..) The limits are established by way of historic settlement history and settlement&lt;br /&gt;
               limit guidelines, &lt;br /&gt;
     9.2.2.2	Trading Limit (Strategy)&lt;br /&gt;
               Determine the trading limits for varying groupings of customers. the limits are established by way of historic&lt;br /&gt;
               credit ratings, trading performance, trading limit guidelines and objectives.&lt;br /&gt;
     9.2.2.3	Credit Limit (Strategy)&lt;br /&gt;
               Determine the credit limit for products and services relative to various groupings of customers (market&lt;br /&gt;
               segments). The limits are set by way of credit guidelines which are based upon performance and  customer&lt;br /&gt;
               credit ratings.&lt;br /&gt;
     9.2.2.4	Composite Credit Limit (Strategy)&lt;br /&gt;
               Determine the overall credit, trading and settlement limits for varying groupings of customers. The limit is&lt;br /&gt;
               established by way of analysis of ratings, limits, limit exception information and limit guidelines.&lt;br /&gt;
     9.2.3    	Customer Credit Exposure (Objective)&lt;br /&gt;
               Identify customer outstandings, exceptions to credit limits and review the exposure and risk caused by a&lt;br /&gt;
               specific customer. Identify the effectiveness of the enterprises credit limit guidelines and it'&lt;br /&gt;
               s vulnerability to excessive customer credit in addition to identifying needed changes to specific customer&lt;br /&gt;
               credit limits or adjustment of risk/reward objectives as identified by management.&lt;br /&gt;
     9.2.3.1	Customer Credit Outstandings (Strategy)&lt;br /&gt;
               Determine the outstandings for a specific customer. This is accomplished by way of determining the balances&lt;br /&gt;
               and past-due statements.&lt;br /&gt;
     9.2.3.2	Customer Credit Exposure Identification (Strategy)&lt;br /&gt;
               Determine the degree of credit exposure of a specific customer in terms of the outstanding balances of that&lt;br /&gt;
               customer. This is accomplished by way of reviewing the customer's credit record relative to that customer'&lt;br /&gt;
               s credit limit and outstandings to identify credit that is above set limits for that specific customer.&lt;br /&gt;
     9.2.3.3	Customer Credit Limit Exceptions (Strategy)&lt;br /&gt;
               Identify exceptions to set credit guidelines for level of credit exposure. Limit exceptions are often provided to&lt;br /&gt;
               specific customers who have an excellent credit history and little or no outstandings pending. &lt;br /&gt;
     9.3    	Settlement Risk (Goal)&lt;br /&gt;
               Determine the amount of money that may not be received from customers for products and/or services&lt;br /&gt;
               rendered. Forecast are typically determined to indicate how outstandings may vary depending on changes in&lt;br /&gt;
               overall or specific operating procedures or with&lt;br /&gt;
                changes (newly created or modified) relative to products and services, or the conducting of business in&lt;br /&gt;
               specific market segments.&lt;br /&gt;
_________________________________________________________________________________________________&lt;br /&gt;
     9.3.1    	Settlement Outstandings (Objective)&lt;br /&gt;
               Identify and review all settlement activity for all customers and to report on probable settlement limit&lt;br /&gt;
               exceptions.  &lt;br /&gt;
               &lt;br /&gt;
               Assist in the monitoring of unsettled accounts and their associated costs as well as determining any potential&lt;br /&gt;
               adjustment in customer settlement ratings. &lt;br /&gt;
     9.3.1.1	Settlement Outstandings Review (Strategy)&lt;br /&gt;
               Analyze the settlement outstandings by specific customer or varying groupings of customers. &lt;br /&gt;
               &lt;br /&gt;
               Assist management in the identification of those customers that are historically late in clearing settlements due&lt;br /&gt;
               and in adjusting limit exception guidelines.&lt;br /&gt;
     9.3.1.2	Settlement Limit Exceptions (Strategy)&lt;br /&gt;
               Determine the exceptions of limits relative to settlements and to assist in the containment of non-settlement&lt;br /&gt;
               risk. &lt;br /&gt;
               &lt;br /&gt;
               This is accomplished by way of comparing outstandings to limits and identifying the potential exceptions for&lt;br /&gt;
               management action.&lt;br /&gt;
     9.3.2    	Settltment Risk Guidelines (Objective)&lt;br /&gt;
               Develop guidelines for settlement limits and operating procedures.&lt;br /&gt;
               &lt;br /&gt;
               The limit and limit exception information is utilized to assist in the development of the settlement risk&lt;br /&gt;
               guidelines by analyzing the past compliance to previous guidelines and predicting the performance and&lt;br /&gt;
               associated cost of new or modified guidelines.&lt;br /&gt;
     9.3.2.1	Settlement Guideline Compliance (Strategy)&lt;br /&gt;
               Identify settlement outstandings as compared to settlement limits and determines the instances of exceeding&lt;br /&gt;
               guidelines relative to size, frequency and duration.&lt;br /&gt;
     9.4    	Market Risk (Goal)&lt;br /&gt;
               Determine the potential losses due to changes in market prices. This is accomplished by reviewing the&lt;br /&gt;
               revaluation risk caused by changes in market conditions. &lt;br /&gt;
     9.4.1    	Market Limit Exceptions (Objective)&lt;br /&gt;
               Determine market limit exceptions to established market limits.                &lt;br /&gt;
               The limit exceptions may be specific trading limits, risk/reward trade-offs or the dollar value that is&lt;br /&gt;
               determined to exceed the set guidelines and are identified as exceptions.</description>
                                        <comments>http://www.visibleforum.com/viewtopic.php?p=336#336</comments>
                                        <author>MCesino</author>
                                        <pubDate>Mon May 19, 2008 7:34 am</pubDate>
                                        <guid isPermaLink="true">http://www.visibleforum.com/viewtopic.php?p=336#336</guid>
                                      </item>
                                      <item>
                                        <title>The Universal Relationship Model Framework</title>
                                        <link>http://www.visibleforum.com/viewtopic.php?p=335#335</link>
                                        <description>&lt;br /&gt;
                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.visibleforum.com/profile.php?mode=viewprofile&amp;u=1298'&gt;MCesino&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      &lt;b&gt;Posted:&lt;/b&gt; Mon May 19, 2008 7:33 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      8		Relationship Management (Mission)&lt;br /&gt;
               Identify and report on information pertaining to customer relationships with the enterprise, relationship&lt;br /&gt;
               profitability and customer development.&lt;br /&gt;
     8.1    	Review Customer or market Segment Relationships (Goal)&lt;br /&gt;
               Identify customer relationship and market segment information such as financial history, relationships with&lt;br /&gt;
               other Legal Entities, forecasted product and service use and combinations and service performance measured&lt;br /&gt;
               against plan.&lt;br /&gt;
     8.1.1    	Review Market Segment (Objective)&lt;br /&gt;
               Identify information about market segments such as it's description, composition, product and service use and&lt;br /&gt;
               relationships with other market segments.&lt;br /&gt;
     8.1.2    	Review Customer Service (Objective)&lt;br /&gt;
               Monitor performance of service plans and service level agreements as compared to plan. &lt;br /&gt;
     8.1.2.1	Identify Planned Service Level (Strategy)&lt;br /&gt;
               Identify a specific customers service level details. Service level details are items such as twenty four hours&lt;br /&gt;
               express delivery, one hour phone response time, thirty transactions processed per day etc.. &lt;br /&gt;
_________________________________________________________________________________________________&lt;br /&gt;
     8.1.2.2	Identify Service Performance (Strategy)&lt;br /&gt;
               Identify the actual service performance provided to a customer. This information would be provided from an&lt;br /&gt;
               external source to the Universal Model.&lt;br /&gt;
     8.1.2.3	Service Performance Comparison (Strategy)&lt;br /&gt;
               Compare the actual service performance for a customer with that of the planned performance.&lt;br /&gt;
     8.1.2.4	Review Relationship (Strategy)&lt;br /&gt;
               Identify a specific relationship. This information includes a Legal Entity(s) role in the relationship, forecasted&lt;br /&gt;
               product and service utilization.&lt;br /&gt;
     8.1.2.4.1	Identify Relationship Makeup (Activity)&lt;br /&gt;
               Determine the information about a relationship the enterprise has with a specific customer.&lt;br /&gt;
               This information will typically be composed of type of industry, market segment and anticipated rate of&lt;br /&gt;
               growth.&lt;br /&gt;
     8.1.2.4.2	Identify Relationship Commonalities (Activity)&lt;br /&gt;
               The purpose of the Identify Relationship Commonalities Business Sub-Function is to determine the&lt;br /&gt;
               information relative to relationships a specific customer has with other Legal Entities. An example of&lt;br /&gt;
               additional relationships could be a customer that has&lt;br /&gt;
                a wife, a customer that is a participant in a syndicate etc..&lt;br /&gt;
     8.1.2.4.3	Identify Product or service Utilization (Activity)&lt;br /&gt;
               Determine all the products and/or services utilized by a specific customer or market segment.&lt;br /&gt;
     8.1.2.4.4	Target Product Service Combinations (Activity)&lt;br /&gt;
               Identify the appropriate degree of combined products or services (or both) to a specific customer or market&lt;br /&gt;
               segment in order to meet the needs of either. Typically this will include those products and services that the&lt;br /&gt;
               enterprise is most interested in&lt;br /&gt;
                marketing or which have the highest level of potential revenue generation, market share and profitability.&lt;br /&gt;
     8.1.2.4.5	Identify Product or Service Utilization or Combination (Activity)&lt;br /&gt;
               Determine the customer product or service use and product or service volume as compared to that of plan.&lt;br /&gt;
     8.1.2.4.6	Forecast Product or service Utilization (Activity)&lt;br /&gt;
               Identify the products and services that a customer is likely to use at some time in the future.&lt;br /&gt;
               This information is composed of product and service utilization and volume.&lt;br /&gt;
     8.2    	Market Segmentation (Goal)&lt;br /&gt;
               Configure market into meaningful segments. Reconfigure current market segments to increase product use&lt;br /&gt;
               and profitability.  Develop the existing customer base by cross selling products and services.&lt;br /&gt;
     8.2.1    	Configure Market Segments (Objective)&lt;br /&gt;
               Configure market segments to maximize revenue and profits, and to take advantage of market size and growth&lt;br /&gt;
               potential.  &lt;br /&gt;
               &lt;br /&gt;
               Identify the common customer properties that the target market will address. The common properties are&lt;br /&gt;
               called segmentation variables, or segmentation criteria. These criteria may be combined to progressively&lt;br /&gt;
               narrow the definition of a segment.&lt;br /&gt;
               &lt;br /&gt;
               For example, a market segment may be defined as people with incomes over $50,000 between the age of 30&lt;br /&gt;
               and 39.  Adding one more segmentation criteria, a narrower segment could be defined as people with incomes&lt;br /&gt;
               over $50,000 &lt;br /&gt;
               who are between the age of 30 and&lt;br /&gt;
               39, and own a sports car.&lt;br /&gt;
               &lt;br /&gt;
     8.2.1.1	Review Market Research (Strategy)&lt;br /&gt;
               Review financial data of potential customers and their buying trends, economic analysis data, consumer&lt;br /&gt;
               analysis data and industry information (geography, size, gross revenues etc.).&lt;br /&gt;
     8.2.1.2	Identify Market Segment Customer Properties (Strategy)&lt;br /&gt;
               Identify the common customer properties that the target market will address.. The properties typically contain&lt;br /&gt;
               references to age, gender. income, etc.&lt;br /&gt;
     8.2.2    	Prospective Customer Groups Identification (Objective)&lt;br /&gt;
               Identify the prospective customer groups for the purchase of products and services. &lt;br /&gt;
               &lt;br /&gt;
               Identify the common customer properties of the customer group. The common properties are called&lt;br /&gt;
               segmentation variables, or segmentation criteria. &lt;br /&gt;
     8.2.2.1	Identify Common Customer Properties (Strategy)&lt;br /&gt;
               Identify the common customer properties e.g., relative to industry, size, growth potential and profitability, etc.,&lt;br /&gt;
               of the proposed prospective customer group.&lt;br /&gt;
     8.2.2.2	Identify External Candidates (Strategy)&lt;br /&gt;
               Determine those candidate customers who should be included in the customer group but have not previously&lt;br /&gt;
               purchased products or services from the enterprise by analyzing their properties against the common&lt;br /&gt;
               properties of the group..&lt;br /&gt;
     8.2.2.3	Identify Candidates (Strategy)&lt;br /&gt;
               Identify current customers who should be included in the prospective customer group, by analyzing their&lt;br /&gt;
               properties against the common properties of the group.&lt;br /&gt;
     8.2.3    	Product or services For Market Segment Identification (Objective)&lt;br /&gt;
               Identify the products/services to be offered to the target market.&lt;br /&gt;
     8.2.3.1	Select Products To Be Offered To Market Segment (Strategy)&lt;br /&gt;
               Products to be offered to the market segment will be based on the buying habits of customers. They will be&lt;br /&gt;
               selected from product lists compiled by comparing properties of customers buying similar products against the&lt;br /&gt;
               customer properties of the market&lt;br /&gt;
                segment.&lt;br /&gt;
     8.2.4    	Realign Market Segments (Objective)&lt;br /&gt;
               A market segment is realigned by identifying the common customer properties of the customers actually&lt;br /&gt;
               buying products and/or services the market segment targets.&lt;br /&gt;
     8.2.5    	Customer Group Matched To Market Segments (Objective)&lt;br /&gt;
               Match the properties of the market segments against the properties of the customer group so that volume,&lt;br /&gt;
               revenue and profit will be maximized.&lt;br /&gt;
     8.2.5.1	Estimate Profitability (Strategy)&lt;br /&gt;
               Forecast the potential profitability of the target market by projecting maket size, growth rate and costs.              &lt;br /&gt;
               This projection is typically derived from forecasted profit margin, net interest margin, return on Assets&lt;br /&gt;
               (ROA), return on equity (ROE), return on capital (ROC), segment reconfiguration cost, customer account&lt;br /&gt;
               duration, risk factor and activity cost.&lt;br /&gt;
     8.2.5.2	Forecast Conversion Rates (Strategy)&lt;br /&gt;
               Forecast the rate of converting potential customers to customers in the target market and project the costs. &lt;br /&gt;
               Review historical information for similar target markets.&lt;br /&gt;
     8.2.5.3	Forecast Market Segment Volume And Growth Rate (Strategy)&lt;br /&gt;
               Forecast the potential total product and/or service volume, revenue and growth rate for the market segment.&lt;br /&gt;
     8.3    	Relationship Profitability Management (Goal)&lt;br /&gt;
               Identify the profitability of products and services relative to a customer or market segment. &lt;br /&gt;
     8.3.1    	Determine Relationship Profitability (Objective)&lt;br /&gt;
               Identify the actual profitability of customer relationships at different levels of aggregation, from a specific&lt;br /&gt;
               customer to a market segment. This business function utilizes the projected product and/or service use, &lt;br /&gt;
               pricing and costs to calculate a projected profitability total.&lt;br /&gt;
               Comparisons are typically conducted to determine the difference between projected and actual profits.&lt;br /&gt;
               Additionally, information such as the need to adjust resource allocation may be indicated by unanticipated&lt;br /&gt;
               variances in the difference between projected&lt;br /&gt;
                and actual relationship profitability.&lt;br /&gt;
     8.3.1.1	Identify Actual Relationship Profitability (Strategy)&lt;br /&gt;
               Determine the actual profitability of customer relationships. Profitability is measured in terms of a single&lt;br /&gt;
               product or service relationship (an account) with a customer or, all the product and service relationships&lt;br /&gt;
               (multiple accounts) &lt;br /&gt;
               with a customer. Profitability is a measure of revenues minus cost, and the offset from the risk factor.&lt;br /&gt;
     8.3.1.1.1	Identify Revenues (Activity)&lt;br /&gt;
               Determine the total revenues at the product and/or service customer relationship (account(s)) level. The&lt;br /&gt;
               revenues are identified as actual income received from customers and revenues generated as a result of items&lt;br /&gt;
               such as associated fee'&lt;br /&gt;
               s or in the case of financial accounts,&lt;br /&gt;
               interest.&lt;br /&gt;
     8.3.1.1.2	Identify Other Revenues (Activity)&lt;br /&gt;
               Determine the revenues not specifically associated to a specific customer. These revenues may be items such&lt;br /&gt;
               as revenues generated as a result of referrals or revenues allocated to this function by a different function&lt;br /&gt;
               which chooses not to maintain those&lt;br /&gt;
                revenues for it's own&lt;br /&gt;
               purposes.&lt;br /&gt;
     8.3.1.1.3	Identify Activity Costs (Activity)&lt;br /&gt;
               Determine the activity costs of supporting each customer product and/or service relationship (account). The&lt;br /&gt;
               associated activity costs are aggregated to the same level as revenues in order to determine the profitability.&lt;br /&gt;
     8.3.1.1.4	Identify Other Costs (Activity)&lt;br /&gt;
               Determine all other costs, with the exception of product and/or service activity costs and the risk factor. The&lt;br /&gt;
               other costs typically include management or staff time to service the customer account(s), research support,&lt;br /&gt;
               help desk, advertising, travel, &lt;br /&gt;
               general and administrative and&lt;br /&gt;
               any other costs the enterprise deems as appropriate. Additionally, the enterprise will determine at what level of&lt;br /&gt;
               detail are the other costs appropriate to record or allocate to specific customer account(s). &lt;br /&gt;
               To determine other costs relative to a specific market segment is conducted in the same manner while&lt;br /&gt;
               aggregating those costs to the market segment level.&lt;br /&gt;
     8.3.1.1.5	Determine Actual Profitability (Activity)&lt;br /&gt;
               Identify the profitability ratios and measures monthly for the level of aggregation of customer relationship&lt;br /&gt;
               required. The profitability is identified by calculating the product and/or service costs, other direct costs and&lt;br /&gt;
               allocated costs. &lt;br /&gt;
     8.3.1.1.6	Acquire Risk Factor (Activity)&lt;br /&gt;
               Obtain the risk factor for the product and/or service, customer or market segment for which profitability is&lt;br /&gt;
               being determined. This risk factor is to be utilized as an offset to profitability.&lt;br /&gt;
     8.3.1.2	Identify Projected Relationship Profitability (Strategy)&lt;br /&gt;
               Determine profitability for a specific product or service (account) customer relationship or, for multiple&lt;br /&gt;
               products or services (accounts) for a specific customer or a market segment.&lt;br /&gt;
     8.3.1.2.1	Project Revenues (Activity)&lt;br /&gt;
               Forecast the customer relationship product and service revenues based on product and service use and volume&lt;br /&gt;
               forecasts combined with the product and service pricing forecasts. &lt;br /&gt;
               Additionally, this task takes into account the variance between the standard product and/or service standard&lt;br /&gt;
               pricing as compared to any actual negotiated prices provided to a specific customer.&lt;br /&gt;
     8.3.1.2.2	Project Other Revenues (Activity)&lt;br /&gt;
               Forecast the revenues that are not usually associated with a specific customer. These are typically identified as&lt;br /&gt;
               revenues realized by way of referrals or recurring fees.&lt;br /&gt;
     8.3.1.2.3	Project Activity Costs (Activity)&lt;br /&gt;
               Forecast the total activity cost for each product or service in the customer relationship. The total activity cost&lt;br /&gt;
               is identified by multiplying the forecasted number of occurrences of a specific activity (which supports the&lt;br /&gt;
               product or service) &lt;br /&gt;
               by the forecasted price. This will be completed&lt;br /&gt;
               for each type of activity utilized to support the product or service at the completion of which will be summed&lt;br /&gt;
               for a total amount. Similarly, this will be completed for all products and services (accounts) &lt;br /&gt;
               that a specific customer has. Market segment activity costs will be performed in the same manner but with a&lt;br /&gt;
               higher level of aggregation.&lt;br /&gt;
     8.3.1.2.4	Project Other Costs (Activity)&lt;br /&gt;
               Forecast the total costs (other than activities and risk factors) that are related to a relationship.&lt;br /&gt;
               Examples of these costs are advertising/promotional costs or additional resources required to support the&lt;br /&gt;
               servicing of products or services to a specific customer.&lt;br /&gt;
     8.3.1.2.5	Acquire Projected Risk Factor (Activity)&lt;br /&gt;
               Obtain the forecasted risk factor to be used as an offset to profitability.&lt;br /&gt;
     8.3.1.2.6	Determine Forecasted Profitability (Activity)&lt;br /&gt;
               Identify the forecasted profitability relative to the level aggregation of relationship being determined (ie.&lt;br /&gt;
               specific customer, customer set, market segment). Typically this determination is performed utilizing Return&lt;br /&gt;
               on Assets (ROA), Return on Equity (&lt;br /&gt;
               ROE), Return on Capital (ROC), Return on Sales (ROS) and risk factor adjusted profits, risk factor adjusted&lt;br /&gt;
               sales,selling costs divided by revenue, total costs divided by revenue, general and administrative costs divided&lt;br /&gt;
               by revenue and risk factor adjusted ROA, ROC, ROE and ROS.&lt;br /&gt;
     8.3.1.3	Identify Actual To Projected Relationship Profitability (Strategy)&lt;br /&gt;
               The purpose of the Identify Actual to Projected Relationship Profitability Business Sub Function is to&lt;br /&gt;
               compare the actual to forecasted profitability ratios and measures.</description>
                                        <comments>http://www.visibleforum.com/viewtopic.php?p=335#335</comments>
                                        <author>MCesino</author>
                                        <pubDate>Mon May 19, 2008 7:33 am</pubDate>
                                        <guid isPermaLink="true">http://www.visibleforum.com/viewtopic.php?p=335#335</guid>
                                      </item>
                                      <item>
                                        <title>The Universal Project Model Framework</title>
                                        <link>http://www.visibleforum.com/viewtopic.php?p=334#334</link>
                                        <description>&lt;br /&gt;
                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.visibleforum.com/profile.php?mode=viewprofile&amp;u=1298'&gt;MCesino&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      &lt;b&gt;Posted:&lt;/b&gt; Mon May 19, 2008 7:32 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      5		Operations (Projects) Plan (Mission)&lt;br /&gt;
               The purpose of the Operations Plan is to:&lt;br /&gt;
               - Define how the Strategic Plan  will be implemented.&lt;br /&gt;
               An annual update will be prepared to each Operating Plan.  Ongoing amendments to the Operating Plan&lt;br /&gt;
               projects will also be made during each fiscal year.&lt;br /&gt;
     5.1    	Consolidate And Prioritize Projects (Goal)&lt;br /&gt;
               All projects proposed by business units are consolidated and prioritised. Prioritization optimises the use of any&lt;br /&gt;
               constrained resources (eg. financial or human resources, skills, technical resources etc.) &lt;br /&gt;
               to ensure that the Strategic Plan is implemented as efficiently as possible. &lt;br /&gt;
               &lt;br /&gt;
               Prioritization of proposed projects is confirmed by a senior management review.&lt;br /&gt;
     5.1.1    	Define Prioritization Criteria (Objective)&lt;br /&gt;
               Projects need to be prioritized upon a consistent basis.  The criteria and processes used will be clearly defined&lt;br /&gt;
               and documented as a formal procedure.&lt;br /&gt;
               &lt;br /&gt;
               These criteria may change between different business periods to reflect the changing businessl environment.&lt;br /&gt;
     5.1.1.1	Prioritization Criteria Change (Strategy)&lt;br /&gt;
               Changes to the criteria and techniques used to prioritise projects are triggered by:&lt;br /&gt;
               - Revisions to the Strategic Plan.&lt;br /&gt;
               - External political requirements.&lt;br /&gt;
               - Significant changes in the availability of critical resources.&lt;br /&gt;
               &lt;br /&gt;
               It is likely that such changes will be relatively infrequent (typically once for each publication of the Operating&lt;br /&gt;
               Plan).&lt;br /&gt;
_________________________________________________________________________________________________&lt;br /&gt;
     5.1.2    	Prioritize Each Project (Objective)&lt;br /&gt;
               Each proposed project will be analysed and quantitatively prioritized at a level of detail appropriate to its total&lt;br /&gt;
               project cost (ie. Baseline, Growth and Expansion, or Project over Threshold).&lt;br /&gt;
               &lt;br /&gt;
               A range of prioritization techniques may be available to identify those projects which most effectively meet:&lt;br /&gt;
               - The requirements of the Strategic Plan&lt;br /&gt;
               - Current resource constraints, including:&lt;br /&gt;
                   - Financial.&lt;br /&gt;
                   - Human resource availability (including skills).&lt;br /&gt;
                   - Technology availability and compliance with standards.&lt;br /&gt;
               &lt;br /&gt;
               Examples of techniques which may be used include:&lt;br /&gt;
               - Cost/benefit analysis.&lt;br /&gt;
               - Risk Analysis&lt;br /&gt;
     5.1.2.1	Proposed Projects Submitted (Strategy)&lt;br /&gt;
               Business units will submit proposed or amended projects for prioritization.  A priority will be assigned for&lt;br /&gt;
               each project based upon the current prioritization criteria.&lt;br /&gt;
     5.1.3    	Review Consolidated Projects (Objective)&lt;br /&gt;
               The consolidated project program will be reviewed to ensure that it represents the most efficient, achievable&lt;br /&gt;
               and appropriate way to meet the business requirements.&lt;br /&gt;
     5.1.3.1	Proposed Projects Consolidated (Strategy)&lt;br /&gt;
               Once the prioritization of all proposed or amended projects is complete, the consolidated project program will&lt;br /&gt;
               be reviewed to ensure:&lt;br /&gt;
               - Human resources are available to support all projects.&lt;br /&gt;
               - Financial resources are available to support all projects.&lt;br /&gt;
               - Synergies between projects are maximised.&lt;br /&gt;
               - Conflicts between projects are minimised.&lt;br /&gt;
               - Optimal achievement of the Strategic Plan.&lt;br /&gt;
     5.2    	Define Proposed Projects (Goal)&lt;br /&gt;
               The Operating Plan is developed by its end users - the business units which use IS to achieve their own&lt;br /&gt;
               business goals.&lt;br /&gt;
               &lt;br /&gt;
               The Operating Plan comprises a set of projects which, other than day-to-day operations (classified as&lt;br /&gt;
               'Baseline'), are grouped according to their total life-cycle cost:&lt;br /&gt;
               - Baseline (day-to-day operations, or projects less than $25,000).&lt;br /&gt;
               - Growth and Expansion (less than $1m and greater than $25,000).&lt;br /&gt;
&lt;br /&gt;
               - Projects over Threshold (over $1m).&lt;br /&gt;
               &lt;br /&gt;
               Each project will have a clear set of benefits and costs.  The level of such supporting detail required will be&lt;br /&gt;
               dependent upon the overall life-cycle cost of the project.&lt;br /&gt;
               &lt;br /&gt;
               To enable analysis of the operating plan and comparisons to actual expenditures, projects are allocated to one&lt;br /&gt;
               or more strategies, business units, accounts, budget objects and budget categories (capital or operating&lt;br /&gt;
               expenditure).&lt;br /&gt;
               &lt;br /&gt;
               The operating plan includes the IS capital and operating budgets, for all business units, required to achieve the&lt;br /&gt;
               Strategic Plan.  Current legislation requires financial details to be documented for the previous fiscal year's&lt;br /&gt;
               actuals, &lt;br /&gt;
               the current biennium (one or two years) and the following two biennia (implying a total of 6 or 7 fiscal years). &lt;br /&gt;
     5.2.1    	Refine Existing Projects (Objective)&lt;br /&gt;
               Data relating to existing projects will be refined on an ongoing basis, to ensure that accurate prioritization of&lt;br /&gt;
               new and existing projects can be performed at any stage of the operating plan preparation process.&lt;br /&gt;
               &lt;br /&gt;
               The primary focus of this process will be to maintain the accuracy of projects' resource requirements (eg.&lt;br /&gt;
               financial, physical or human resources or skills).&lt;br /&gt;
     5.2.1.1	Project Resource Requirements Change (Strategy)&lt;br /&gt;
               Any change in the resource requirements of an existing project must be quantified and documented as soon as&lt;br /&gt;
               possible.  Changes to be documented include requirements for:&lt;br /&gt;
               - Financial resources (defined in the supporting budget elements).&lt;br /&gt;
               - Human resources (including skills).&lt;br /&gt;
               - Technical resources.&lt;br /&gt;
     5.2.1.2	Project Benefits Change (Strategy)&lt;br /&gt;
               Any change to the proposed benefits of a project must be documented (and quantified if necessary) as soon as&lt;br /&gt;
               possible.  Changes to be documented include:&lt;br /&gt;
               - Efficiency improvements (financial and human resources).&lt;br /&gt;
               - Service improvements.&lt;br /&gt;
               - Support of the Strategic Plan.&lt;br /&gt;
               - Support for legislative mandates.&lt;br /&gt;
     5.2.2    	Identify Requirements For New Projects (Objective)&lt;br /&gt;
               Requirements for new projects will be documented as soon as possible by the responsible business unit.  New&lt;br /&gt;
               projects will be prioritised against each other and existing projects to enable the most effective utilisation of&lt;br /&gt;
               available resources to meet the&lt;br /&gt;
                requirements of the  Strategic Plan.&lt;br /&gt;
&lt;br /&gt;
_________________________________________________________________________________________________&lt;br /&gt;
              &lt;br /&gt;
     5.2.2.1	Business Need For New Project Is Identified (Strategy)&lt;br /&gt;
               A business need for a project is either:&lt;br /&gt;
               - A business opportunity.&lt;br /&gt;
               - A business problem.&lt;br /&gt;
               &lt;br /&gt;
               Meeting either of these business needs must support the successful implementation of the Strategic Plan.  A&lt;br /&gt;
               single  business need is addressed by one or more projects, or by the combination of multiple project&lt;br /&gt;
               components.&lt;br /&gt;
     5.2.2.1.1	Proposed Solutions To Business Need (Activity)&lt;br /&gt;
               Multiple solutions to business needs are often possible.  They must be defined and documented to ensure that&lt;br /&gt;
               the most effective solution is identified and can be justified.&lt;br /&gt;
     5.2.2.1.2	Select Project Which Best Meets Business Needs (Activity)&lt;br /&gt;
               To select the most appropriate solution to a business need, the prioritization of proposed solutions is based&lt;br /&gt;
               upon a range of factors, such as:&lt;br /&gt;
               - Cost-benefit analyses.&lt;br /&gt;
               - Resource requirements (including financial and human resources availability).&lt;br /&gt;
               - Potential synergies between multiple projects.&lt;br /&gt;
               &lt;br /&gt;
               The depth of analysis required to support the prioritization of proposed solutions will be appropriate to the&lt;br /&gt;
               total life-cycle cost of the project.  The specific criteria by which proposed solutions are evaluated also varies&lt;br /&gt;
               on a case-by-case basis. &lt;br /&gt;
                These criteria will be documented.&lt;br /&gt;
     5.2.2.1.3	Quantify Resource Requirement Of Selected Project (Activity)&lt;br /&gt;
               Each project is supported by a quantification of all resources required for implementation, and for ongoing&lt;br /&gt;
               support following implementation.  This forms the basis for financial and human resource budgets.&lt;br /&gt;
     5.2.2.1.3.1	Quantify Project Financial Resources Required. (Activity)&lt;br /&gt;
               Each project is supported by one or more budget elements which quantify the project's financial resource&lt;br /&gt;
               requirements during the time period.&lt;br /&gt;
               &lt;br /&gt;
               To facilitate internal budget analysis and control, each budget element is allocated to one or more:&lt;br /&gt;
               - Business units.&lt;br /&gt;
               - Strategies.&lt;br /&gt;
               - Accounts.&lt;br /&gt;
               - Budget objects.&lt;br /&gt;
               - Budget categories (capital or operating expenditure).&lt;br /&gt;
     5.2.2.1.3.2	Quantify Human Resources Required By Project (Activity)&lt;br /&gt;
               The human resource requirements for each project are quantified for both implementation and ongoing&lt;br /&gt;
               maintenance, throughout the planning period, in terms of:&lt;br /&gt;
               - Full Time Equivalent (FTE) required to implement project.&lt;br /&gt;
               - FTE required to maintain project following implementation.&lt;br /&gt;
               - Consultant and contractor support required to implement project.&lt;br /&gt;
               - Specific skill sets required to implement project.&lt;br /&gt;
               - Specific skill sets required to maintain project.&lt;br /&gt;
     5.2.2.1.4	Define Benefits Of Selected Projects (Activity)&lt;br /&gt;
               All proposed projects require a definition of how they support the implementation of the Strategic Plan. The&lt;br /&gt;
               level of required supporting detail and/or quantification varies depending upon the total life-cycle cost of the&lt;br /&gt;
               project.&lt;br /&gt;
     5.2.2.1.4.1	Quantify Expected Project Benefits (Activity)&lt;br /&gt;
               The benefits of each project are required to be documented to enable projects to be prioritized against each&lt;br /&gt;
               other.  The level of required supporting detail and/or quantification varies depending upon the total life-cycle&lt;br /&gt;
               cost of the project (&lt;br /&gt;
               ie. Baseline, Growth and Expansion, or Project over Threshold).&lt;br /&gt;
               &lt;br /&gt;
               All benefits are defined in a way which can be cross-referenced to the Strategic Plan.&lt;br /&gt;
     5.2.3    	Delete Projects No Longer Required (Objective)&lt;br /&gt;
               Projects which no longer meet the needs of the business units or the Strategic Plan will be removed from the&lt;br /&gt;
               Operating Plan as soon as possible, to ensure that any allocated resources are available for prioritization&lt;br /&gt;
               against other projects.&lt;br /&gt;
               &lt;br /&gt;
               Projects which have already incurred actual expenditure must not be removed from the plan until they no&lt;br /&gt;
               longer fall into the historical reporting requirements.&lt;br /&gt;
     5.2.3.1	Project No Longer Meets Business Needs (Strategy)&lt;br /&gt;
               A project will be removed from the operating plan if it no longer meets business needs. &lt;br /&gt;
               Examples of events which may require removal of a project include:&lt;br /&gt;
               - Changes to the project's deliverables or benefits.&lt;br /&gt;
               - Changes to the business needs.&lt;br /&gt;
&lt;br /&gt;
               - Changes to the project's resource requirements which impact the CBA.&lt;br /&gt;
               - Changes to standards&lt;br /&gt;
     5.2.4    	Validate Support For Proposed Project (Objective)&lt;br /&gt;
               An iterative review of all projects proposed by business units will be performed to validate that they are&lt;br /&gt;
               supported by:&lt;br /&gt;
               - The Strategic Plan .&lt;br /&gt;
               - Standards &lt;br /&gt;
               - The relevant business unit (ie. commitment of financial resources to project).&lt;br /&gt;
     5.3    	Publish The Operating Plan (Goal)&lt;br /&gt;
               The OP is prepared for publication in timescales and formats which meet:&lt;br /&gt;
               business requirements.&lt;br /&gt;
               &lt;br /&gt;
               Amendments to the OP may also be published from time-to-time for internal purposes.&lt;br /&gt;
     5.3.1    	Prepare Overviews And Summaries Scheduled (Objective)&lt;br /&gt;
               The operating plan contains text and summary schedules to support individual project details:&lt;br /&gt;
               &lt;br /&gt;
               a) The Executive Summary will address any key political issues and will confirm how the operating plan&lt;br /&gt;
               supports the implementation of the Strategic Plan.&lt;br /&gt;
               &lt;br /&gt;
               b) Budget summary schedules will consolidate resource requirements (for both financial and human&lt;br /&gt;
               resources).  These may be calculated by strategy, budget object, &lt;br /&gt;
               account or business unit.  The requirements for such summary schedules may vary between plan versions.&lt;br /&gt;
     5.3.2    	Publish Final Version Of Operating Plan (Objective)&lt;br /&gt;
               Following endorsement by management, the final version of the plan document is publsihed. &lt;br /&gt;
               This will include:&lt;br /&gt;
               - Project summaries and supporting details.&lt;br /&gt;
               - Budget summaries (for both financial and human resources).&lt;br /&gt;
               - Supporting commentaries (text and schedules).&lt;br /&gt;
               &lt;br /&gt;
     5.3.2.1	Approve Plan For Publication (Strategy)&lt;br /&gt;
               Approval of the final draft plan by management allows the final version to be published.&lt;br /&gt;
     5.3.2.2	Circulate Final Version Of Operating Plan (Strategy)&lt;br /&gt;
               Following publication of the final version of the plan, it must be circulated to all necessary recipients. &lt;br /&gt;
               Possible circulation methods and formats include:&lt;br /&gt;
               - Traditional printed hard copy.&lt;br /&gt;
               - E-mail.&lt;br /&gt;
               - Notification of availability of plan on a secure intranet FTP server.&lt;br /&gt;
     5.3.2.3	Approve Plan For Publication (Strategy)&lt;br /&gt;
               Approval of the final draft plan by management allows the final version to be published.&lt;br /&gt;
     5.3.2.4	Circulate Final Version Of Operating Plan (Strategy)&lt;br /&gt;
               Following publication of the final version of the plan, it must be circulated to all necessary recipients. &lt;br /&gt;
               Possible circulation methods and formats include:&lt;br /&gt;
               - Traditional printed hard copy.&lt;br /&gt;
               - E-mail.&lt;br /&gt;
               - Notification of availability of plan on a secure intranet FTP server.&lt;br /&gt;
     5.3.3    	Review Draft Op By Management Until Approved (Objective)&lt;br /&gt;
               The draft Operating Plan is reviewed by management until their endorsement confirms that the it meets:&lt;br /&gt;
               - The business needs of the Strategic Plan.&lt;br /&gt;
               - Current resource constraints.&lt;br /&gt;
     5.3.3.1	Publish Draft Plan For Management Review (Strategy)&lt;br /&gt;
               A draft copy of the plan document is prepared and published for management review.  This will include:&lt;br /&gt;
               - Project summaries and supporting details.&lt;br /&gt;
               - Budget summaries (for both financial and human resources).&lt;br /&gt;
               - Supporting commentaries (text and schedules).&lt;br /&gt;
     5.3.3.2	Implement Feedback From Management Review (Strategy)&lt;br /&gt;
               Feedback obtained from the management review of the draft operating plan is implemented by the custodian&lt;br /&gt;
               business unit of each component (projects, their supporting details, or the text summaries).  &lt;br /&gt;
               &lt;br /&gt;
               An iterative process may ensue until the management team endorses the draft plan.&lt;br /&gt;
     5.3.3.3	Collect Management Feedback (Strategy)&lt;br /&gt;
               The management review of the draft operating plan may result in requests for amendments to one or more of&lt;br /&gt;
               its components.  Such requests will be collected and the custodian business units for each requested&lt;br /&gt;
               amendment will be identified.&lt;br /&gt;
    5.3.3.4	Publish Draft Plan For Management Review (Strategy)&lt;br /&gt;
               A draft copy of the plan document is prepared and published for management review.  This will include:&lt;br /&gt;
               - Project summaries and supporting details.&lt;br /&gt;
               - Budget summaries (for both financial and human resources).&lt;br /&gt;
               - Supporting commentaries (text and schedules).&lt;br /&gt;
     5.3.3.5	Implement Feedback From Management Review (Strategy)&lt;br /&gt;
               Feedback obtained from the management review of the draft operating plan is implemented by the custodian&lt;br /&gt;
               business unit of each component (projects, their supporting details, or the text summaries).  &lt;br /&gt;
               &lt;br /&gt;
               An iterative process may ensue until the management team endorses the draft plan.&lt;br /&gt;
     5.3.3.6	Collect Management Feedback (Strategy)&lt;br /&gt;
               The management review of the draft operating plan may result in requests for amendments to one or more of&lt;br /&gt;
               its components.  Such requests will be collected and the custodian business units for each requested&lt;br /&gt;
               amendment will be identified.&lt;br /&gt;
     5.3.4    	Prepare Overviews And Summaries Scheduled (Objective)&lt;br /&gt;
               The operating plan contains text and summary schedules to support individual project details:&lt;br /&gt;
               &lt;br /&gt;
               a) The Executive Summary will address any key political issues and will confirm how the operating plan&lt;br /&gt;
               supports the implementation of the Strategic Plan.&lt;br /&gt;
               &lt;br /&gt;
               b) Budget summary schedules will consolidate resource requirements (for both financial and human&lt;br /&gt;
               resources).  These may be calculated by strategy, budget object, &lt;br /&gt;
               account or business unit.  The requirements for such summary schedules may vary between plan versions.&lt;br /&gt;
     5.3.5    	Publish Final Version Of Operating Plan (Objective)&lt;br /&gt;
               Following endorsement by management, the final version of the plan document is publsihed. &lt;br /&gt;
               This will include:&lt;br /&gt;
               - Project summaries and supporting details.&lt;br /&gt;
               - Budget summaries (for both financial and human resources).&lt;br /&gt;
               - Supporting commentaries (text and schedules).&lt;br /&gt;
               &lt;br /&gt;
     5.3.5.1	Approve Plan For Publication (Strategy)&lt;br /&gt;
               Approval of the final draft plan by management allows the final version to be published.&lt;br /&gt;
     5.3.5.2	Circulate Final Version Of Operating Plan (Strategy)&lt;br /&gt;
               Following publication of the final version of the plan, it must be circulated to all necessary recipients. &lt;br /&gt;
               Possible circulation methods and formats include:&lt;br /&gt;
               - Traditional printed hard copy.&lt;br /&gt;
               - E-mail.&lt;br /&gt;
               - Notification of availability of plan on a secure intranet FTP server.&lt;br /&gt;
     5.3.6    	Review Draft Op By Management Until Approved (Objective)&lt;br /&gt;
               The draft Operating Plan is reviewed by management until their endorsement confirms that the it meets:&lt;br /&gt;
               - The business needs of the Strategic Plan.&lt;br /&gt;
               - Current resource constraints.&lt;br /&gt;
     5.3.6.1	Publish Draft Plan For Management Review (Strategy)&lt;br /&gt;
               A draft copy of the plan document is prepared and published for management review.  This will include:&lt;br /&gt;
               - Project summaries and supporting details.&lt;br /&gt;
               - Budget summaries (for both financial and human resources).&lt;br /&gt;
               - Supporting commentaries (text and schedules).&lt;br /&gt;
     5.3.6.2	Implement Feedback From Management Review (Strategy)&lt;br /&gt;
               Feedback obtained from the management review of the draft operating plan is implemented by the custodian&lt;br /&gt;
               business unit of each component (projects, their supporting details, or the text summaries).  &lt;br /&gt;
               &lt;br /&gt;
               An iterative process may ensue until the management team endorses the draft plan.&lt;br /&gt;
     5.3.6.3	Collect Management Feedback (Strategy)&lt;br /&gt;
               The management review of the draft operating plan may result in requests for amendments to one or more of&lt;br /&gt;
               its components.  Such requests will be collected and the custodian business units for each requested&lt;br /&gt;
               amendment will be identified.&lt;br /&gt;
     5.4    	Strategic Plan Implementation (Goal)&lt;br /&gt;
               The financial line items contained within the operating plan to support each project will be used to monitor&lt;br /&gt;
               and control achievement of the Strategic Plan.&lt;br /&gt;
     5.4.1    	Generate Control Budget (Objective)&lt;br /&gt;
               The Operating Plan will form the basis of the budget used to control resource utilisation (ie. actual&lt;br /&gt;
               expenditures and human resource).  The budgets defined in the plan must therefore be transferred to the&lt;br /&gt;
               budgetary control systems.&lt;br /&gt;
     5.4.2    	Analyze Expenditures And Resource Utilization (Objective)&lt;br /&gt;
               Actual expenditures and resource utilization will be reviewed upon a monthly basis.  Budget variances will be&lt;br /&gt;
               identified and, if necessary, corrective action will be initiated to ensure achievement of the Strategic Plan.&lt;br /&gt;
     5.4.3    	Validate Delivery Of Project Benefits (Objective)&lt;br /&gt;
               In parallel to a review of project resource utilization, any actual or proposed adjustments to the delivery of the&lt;br /&gt;
               planned project benefits must be identified and analysed.  &lt;br /&gt;
               &lt;br /&gt;
               Major changes to the delivery of project benefits will trigger a re-prioritization of the entire project programs,&lt;br /&gt;
               since the original optimization of projects may no longer be valid.&lt;br /&gt;
     5.5    	Operating Plan Refinement And Adjustment (Goal)&lt;br /&gt;
               Major changes to the implementation the OP (ie. resource utilization or the achievement of benefits) are&lt;br /&gt;
               reflected in amendments to the Operating Plan.  Regular documentation of such amendments will ensure that&lt;br /&gt;
               the Operating Plan remains an accurate, &lt;br /&gt;
               dynamic model of the&lt;br /&gt;
               organization's proposed route to the delivery of the Strategic Plan.</description>
                                        <comments>http://www.visibleforum.com/viewtopic.php?p=334#334</comments>
                                        <author>MCesino</author>
                                        <pubDate>Mon May 19, 2008 7:32 am</pubDate>
                                        <guid isPermaLink="true">http://www.visibleforum.com/viewtopic.php?p=334#334</guid>
                                      </item>
                                      <item>
                                        <title>The Universal Performance Model Framework</title>
                                        <link>http://www.visibleforum.com/viewtopic.php?p=333#333</link>
                                        <description>&lt;br /&gt;
                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.visibleforum.com/profile.php?mode=viewprofile&amp;u=1298'&gt;MCesino&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      &lt;b&gt;Posted:&lt;/b&gt; Mon May 19, 2008 7:31 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      6		Product And Service Management (Mission)&lt;br /&gt;
               The Product and Service Management provides the information that supports decisions relative to Product and&lt;br /&gt;
               Service Development, Product and Service Marketing, &lt;br /&gt;
               Product and Service Performance and Product and Service Maintenance. The Product and Service&lt;br /&gt;
               Management assists in identifying linkages between products and services which in turn&lt;br /&gt;
               supports the cross selling of related products and services to potential or current customers.&lt;br /&gt;
               Additionally it identifies projected and actual profitability, resource allocation, quality analysis, product and&lt;br /&gt;
               service development, pricing for new or modified current products and services, marketing plans and budgets,&lt;br /&gt;
               capacity utilization, &lt;br /&gt;
               and market segmentation.&lt;br /&gt;
     6.1    	Product And Service Performance (Goal)&lt;br /&gt;
               Identify product and service profitability, sales volume, linkages, marketing performance and quality.&lt;br /&gt;
     6.1.1    	Identify Quality (Objective)&lt;br /&gt;
               Determine and report the status of product or service quality. Quality is determined in terms of availability,&lt;br /&gt;
               timeliness, error rate and customer satisfaction. Additionally, identify the costs of low quality for any or all categories of Quality. &lt;br /&gt;
     6.1.1.1	Determine Customer Satisfaction (Strategy)&lt;br /&gt;
               Identify and report the customer satisfaction relative to specific products and services provided. The reported&lt;br /&gt;
               levels of customer satisfaction may be aggregated to further identify customer satisfaction within specific&lt;br /&gt;
               markets segments relative to&lt;br /&gt;
                specific products and services. Many measurements of customer satisfaction are derived from customer&lt;br /&gt;
               surveys&lt;br /&gt;
               provided by the offering enterprise, and by customer information provided by legal entities that provide like&lt;br /&gt;
               information under contract privately or within the public domain.&lt;br /&gt;
     6.1.1.2	Determine Service Timeliness (Strategy)&lt;br /&gt;
               The purpose of the Determine Service Timeliness Sub-Function is to identify and report the timeliness of&lt;br /&gt;
               completing activities relative to specific products and services provided.&lt;br /&gt;
               Timeliness is identified as the number of activities performed too early or too late. &lt;br /&gt;
     6.1.1.3	Determine Error Rate (Strategy)&lt;br /&gt;
               Identify and report on the number of activities that were performed with at least one error relative to the&lt;br /&gt;
               servicing of a specific product or service.&lt;br /&gt;
     6.1.1.4	Determine Availability (Strategy)&lt;br /&gt;
               Identify the availability of products and services. Availability is discussed in terms of the product and/or&lt;br /&gt;
               service being available to be provided to the customer.&lt;br /&gt;
     6.1.2    	Identify Operational Performance (Objective)&lt;br /&gt;
               Identify the effectiveness of operational activities processing. This is completed by analyzing the activities&lt;br /&gt;
               processing costs, and the relative activities processing capacity performance.&lt;br /&gt;
     6.1.2.1	Determine Activities Processed (Strategy)&lt;br /&gt;
               The purpose of the Determine Activities Processed Sub-Function is to identify the capacity requirements for&lt;br /&gt;
               activities processing. The volume of activities completed meets the number of activities needed to support a&lt;br /&gt;
               specific product or service.&lt;br /&gt;
                Additionally, this Sub-Function supports resource allocation (ie. work force and delivery channels) to further&lt;br /&gt;
               refine overall operational performance. &lt;br /&gt;
     6.1.2.2	Determine Activities Backog (Strategy)&lt;br /&gt;
               Identify the adequacy of activities processing capacity utilizing activities backlog as a measure of&lt;br /&gt;
               effectiveness. Backlog is measured in terms of cost and size.&lt;br /&gt;
     6.1.2.3	Determine Capacity Performance (Strategy)&lt;br /&gt;
               Iidentify the level the existing operational capacity meets product or service processing needs. This process is&lt;br /&gt;
               measured in terms of the number of activities process and the number of activities backlogged. &lt;br /&gt;
     6.1.2.4	Determine Activity Costs (Strategy)&lt;br /&gt;
               Identify the associated costs of activities processing. The cost is identified by analyzing the historical activities&lt;br /&gt;
               costs for like types of activities.&lt;br /&gt;
     6.1.3    	Identify Linkages (Objective)&lt;br /&gt;
               Identify relationships to other products and services where specific activities that support them are common to&lt;br /&gt;
               one another and to enhance the cross selling of products and services among customer and market segments.&lt;br /&gt;
     6.1.4    	Identify Marketing And Sales Performance (Objective)&lt;br /&gt;
               Identify and report on the performance of marketing and sales for products and services within a specific&lt;br /&gt;
               period of time.&lt;br /&gt;
     6.1.4.1	Analyze Sales Performance (Strategy)&lt;br /&gt;
               Identify product and service sales performance. This is measured in terms of sales volume, size distribution of&lt;br /&gt;
               product and service sales and the number of customers. &lt;br /&gt;
     6.1.4.1.1	Identify Sales Volume (Activity)&lt;br /&gt;
               Identify the level of product or service sales and share of the market total. &lt;br /&gt;
     6.1.4.1.2	Identify Sales Size Distribution (Activity)&lt;br /&gt;
               Identify the size distribution of product or service sales in comparison to market size distribution of sales. &lt;br /&gt;
     6.1.4.1.3	Identify Customer Volume (Activity)&lt;br /&gt;
               Identify the number of customers purchasing products or services. Additionally, identify new, continuing or&lt;br /&gt;
               lost customers indicating customer loss relative to market segments.&lt;br /&gt;
     6.1.4.2	Analyze Marketing Performance (Strategy)&lt;br /&gt;
               Identify the level and effectiveness of the enterprises marketing program(s). This is measured in terms of&lt;br /&gt;
               marketing expense, expense per customer, return on marketing expense and sales revenue.&lt;br /&gt;
     6.2    	Determine Profitability (Goal)&lt;br /&gt;
               Identify the actual profitability of the enterprises products, product lines and services. Additionally, utilize&lt;br /&gt;
               projected and actual product use, pricing, &lt;br /&gt;
               and costs to identify specific and overall profitability by way of performing an analysis to compare actual to&lt;br /&gt;
               projected profitability. &lt;br /&gt;
     6.2.1    	Identify Projected Profitability (Objective)&lt;br /&gt;
               Create a forecast of the profitability of future products and services or for existing products and services&lt;br /&gt;
               during a specific time period.&lt;br /&gt;
     6.2.1.1	Calculate Projected Revenues (Strategy)&lt;br /&gt;
               Determine the product or service revenue based on projection of use and volume and by combining the use&lt;br /&gt;
               and volume with standard prices. The standard price will be utilized to forecast the actual negotiated price for&lt;br /&gt;
               each specific customer as required.&lt;br /&gt;
                The prices are then summed by the specific product or service. &lt;br /&gt;
     6.2.1.2	Forecast Activity Costs (Strategy)&lt;br /&gt;
               Identify the forecasted cost of the activities that are performed relative to a specific product or service. The&lt;br /&gt;
               cost is identified by combining the cost of all forecasted activities that will be performed relative to the&lt;br /&gt;
               specific product or service.&lt;br /&gt;
     6.2.1.3	Forecast Other Associated Costs (Strategy)&lt;br /&gt;
               Determine all forecasted costs, with the exception of activity and risk factor projections, relative to a specific&lt;br /&gt;
               product or service during a specific time period.&lt;br /&gt;
     6.2.1.4	Acquire Forecasted Risk Factor (Strategy)&lt;br /&gt;
               Obtain from the Product and Service Risk Business Function Group the projected risk factor for a specific&lt;br /&gt;
               product or service to be applied as an offset to projected profitability. &lt;br /&gt;
     6.2.1.5	Calculate Projected Profitability (Strategy)&lt;br /&gt;
               Determine the projected profitability ratios, ie., Return on Assets (ROA), Return on Equity (ROE) and Return&lt;br /&gt;
               on Interest (ROI) &lt;br /&gt;
               for specific products and services. Forecasted net income is identified by subtracting projected activity and&lt;br /&gt;
               allocated or overhead costs from projected revenues.&lt;br /&gt;
     6.2.2    	Identify Actual Profitability (Objective)&lt;br /&gt;
               Determine the actual profitability of specific products and services. Actual profitability is measured in terms&lt;br /&gt;
               of the revenues for a specific product or service minus the cost. &lt;br /&gt;
     6.2.2.1	Calculate Actual Profitability (Strategy)&lt;br /&gt;
               Identify the profitability ratios for a specific product or service for a specific period of time. For example,&lt;br /&gt;
               Return on Interest (ROI), Return on Sales (ROS), Return on Capital (ROC) etc..&lt;br /&gt;
     6.2.2.2	Acquire Actual Risk Factor (Strategy)&lt;br /&gt;
               Obtain the risk factor for a specific product or service.  The risk factor is to be used as an offset to the profits&lt;br /&gt;
               for a specific product or service.&lt;br /&gt;
     6.2.2.3	Calculate Other Associated Costs (Strategy)&lt;br /&gt;
               Iidentify all costs that are related to a specific product or service with the exception of activity costs and the&lt;br /&gt;
               related risk factor. Typical of these costs are general and administrative costs and promotional costs.&lt;br /&gt;
     6.2.2.4	Calculate Activity Costs (Strategy)&lt;br /&gt;
               Determine the activity costs relative to a specific product or service.&lt;br /&gt;
     6.2.2.5	Calculate Revenue (Strategy)&lt;br /&gt;
               Identify the revenues associated to a specific product or service. This is measured in terms of actual income&lt;br /&gt;
               for a specific product or service and by the internally allocated value assigned to it. Internal allocations are&lt;br /&gt;
               normally calculated and&lt;br /&gt;
                allocated to specific products and services monthly.&lt;br /&gt;
     6.2.3    	Identify Actual To Projected Profitability (Objective)&lt;br /&gt;
               Identify the actual product or service profitability to that of actual profitability over a specific period of time.&lt;br /&gt;
               Variances may exist between either and may draw attention to the need to further review associated risk&lt;br /&gt;
               factors, &lt;br /&gt;
               prices or projection methods to further refine desired&lt;br /&gt;
               profitability outcomes. &lt;br /&gt;
     6.3    	Product And Service Marketing (Goal)&lt;br /&gt;
               Identify product and service sales volumes, preferred sales and delivery channels, set pricing and develop and&lt;br /&gt;
               track the product and service marketing plan.&lt;br /&gt;
     6.3.1    	Calculate Price (Objective)&lt;br /&gt;
               Identify the the best price structures for newly developed or modified products and services. Additionally,&lt;br /&gt;
               acquire historical pricing information for use in identifying the best price structure for products and services.&lt;br /&gt;
     6.3.1.1	Develop Products or Services Projections (Strategy)&lt;br /&gt;
               Forecast sales and activities required for products and services relative to standard price structures. &lt;br /&gt;
     6.3.1.2	Review Price Schemes (Strategy)&lt;br /&gt;
               Review and identify the best price schemes for products and services based on forecasted performance results.&lt;br /&gt;
               The price scheme contains chargeable activities (activities that are charged to the customer) &lt;br /&gt;
               that identify how a customer is billed for the delivery and service of products and services in addition to the&lt;br /&gt;
               basic price of those products and services.&lt;br /&gt;
     6.3.2    	Develop Marketing Plan (Objective)&lt;br /&gt;
               Create the planning vehicle for the development and tracking of marketing plans for products and services. &lt;br /&gt;
     6.4    	Product And Service Development (Goal)&lt;br /&gt;
               Support management in the development of new products and services and in the refinement of existing&lt;br /&gt;
               products and services. &lt;br /&gt;
     6.4.1    	Proposal Review (Objective)&lt;br /&gt;
               Identify and review the business goals and strategies, (eg. documented business direction), relative to product&lt;br /&gt;
               and service development in terms of estimated product or service cost, profit opportunity and targeted&lt;br /&gt;
               customers and market segments.&lt;br /&gt;
     6.4.2    	Identify Capacity Requirements (Objective)&lt;br /&gt;
               Determine the capacity requirements for products and services and identify additional capacity requirements&lt;br /&gt;
               not currently available to the enterprise in order to support a product or service. Capacity is measured in terms&lt;br /&gt;
               of Financial, &lt;br /&gt;
               Operational and Risk capacity.&lt;br /&gt;
     6.4.2.1	Map Activities To Requirements (Strategy)&lt;br /&gt;
               Identify those activities that meet the requirements of a product or service proposal. &lt;br /&gt;
     6.4.2.2	Acquire Additional Requirements (Strategy)&lt;br /&gt;
               Identify those additional activities needed to support a product or service proposal that are not already&lt;br /&gt;
               available to the enterprise.&lt;br /&gt;
     6.4.2.3	Acquire Financial Capacity (Strategy)&lt;br /&gt;
               Identify the financial requirements and costs and feasibility of supporting a product or service. Input typically&lt;br /&gt;
               consists of liquidity, capital and fixed-asset funding.&lt;br /&gt;
     6.4.2.4	Acquire Operational Capacity (Strategy)&lt;br /&gt;
               Obtain the operational capacity required to support a product or service and identify where additional&lt;br /&gt;
               operational capacity is required by the enterprise where it is currently deficient. Operational capacity is&lt;br /&gt;
               measured in terms of activities volume, &lt;br /&gt;
               transaction volume, personnel, equipment etc..&lt;br /&gt;
     6.4.2.5	Acquire Product or service Risk Factor (Strategy)&lt;br /&gt;
               Obtain the associated risk factor for the product or service of interest. The risk factor is measured in numerous&lt;br /&gt;
               ways by any given Legal Entity and only a few are identified here as an example. (eg. Credit, Settlement,&lt;br /&gt;
               Market and overall risk).&lt;br /&gt;
     6.4.3    	Develop Product or Service Budget (Objective)&lt;br /&gt;
               The purpose of the Develop Product /Service Budget Business Function is to assist in the creation of product&lt;br /&gt;
               or service development plan. The development plan is to provide for resource management, identification of&lt;br /&gt;
               milestones, cost planning, &lt;br /&gt;
               organizational responsibility and targets/goals. The information to support this plan is provided by a system&lt;br /&gt;
               external to the Universal Model.</description>
                                        <comments>http://www.visibleforum.com/viewtopic.php?p=333#333</comments>
                                        <author>MCesino</author>
                                        <pubDate>Mon May 19, 2008 7:31 am</pubDate>
                                        <guid isPermaLink="true">http://www.visibleforum.com/viewtopic.php?p=333#333</guid>
                                      </item>
                                      <item>
                                        <title>The Universal Allocation Model Framework</title>
                                        <link>http://www.visibleforum.com/viewtopic.php?p=332#332</link>
                                        <description>&lt;br /&gt;
                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.visibleforum.com/profile.php?mode=viewprofile&amp;u=1298'&gt;MCesino&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      &lt;b&gt;Posted:&lt;/b&gt; Mon May 19, 2008 7:23 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      3		Management Accounting (Mission)&lt;br /&gt;
               Identity the relationships between organizations and accounts, monitor plans and budgets and report on&lt;br /&gt;
               varying levels (by organization or collectively) of profitability. Additionally, assist in the cost and revenue&lt;br /&gt;
               allocation across organizations, &lt;br /&gt;
               transfer pricing for products,&lt;br /&gt;
               services, funds and capital and the planning of capacity. &lt;br /&gt;
     3.1    	Organization or Account Relationships (Goal)&lt;br /&gt;
               Determine the relationships between organizations (organizations are also considered booking units where&lt;br /&gt;
               applicable) and accounts of the enterprise. &lt;br /&gt;
     3.1.1    	Identify Organization Structure (Objective)&lt;br /&gt;
               Determine all organizations structure and the relationship between organizations of the enterprise. Further,&lt;br /&gt;
               organizations are identified as a cost or profit center and profit center organizations are typically viewed as a&lt;br /&gt;
               booking unit. The relationships&lt;br /&gt;
                between these organizations are more often than not organization charts but also may be of a matrix nature.&lt;br /&gt;
               Organization structure is determined solely at the discretion of senior management of the enterprise and may&lt;br /&gt;
               be identified by lines of business, specific products and service, market segments, geographic areas,&lt;br /&gt;
               operational functions, &lt;br /&gt;
               specific customer  etc.. &lt;br /&gt;
     3.1.2    	Manage Organization Chart (Objective)&lt;br /&gt;
               Routinely update the organization chart of the enterprise as changes (proposed or actual) occur.&lt;br /&gt;
     3.1.3    	Identify Account Structure (Objective)&lt;br /&gt;
               Determine the structure of accounts that are required for cost and management accounting. The accounts are&lt;br /&gt;
               created and defined in order that the relationship between management, &lt;br /&gt;
               financial accounting and general ledger may be identified and is required to support lateral&lt;br /&gt;
               reconciliation. Additionally, support the roll up of accounts into other accounts and identifies the ownership of&lt;br /&gt;
               accounts. Accounts may also be for customer, cost, product, service and overhead etc. accounts.&lt;br /&gt;
_________________________________________________________________________________________________&lt;br /&gt;
     3.1.4    	Manage Account Structure (Objective)&lt;br /&gt;
&lt;br /&gt;
               Update changes (occurred or proposed) to the account structure and to provide impact statements based on&lt;br /&gt;
               proposed changes.&lt;br /&gt;
     3.2    	Allocation Management (Goal)&lt;br /&gt;
               Identify and monitor revenue, capital, unit and total costs across organizations, market segments, products,&lt;br /&gt;
               services and activities for the purposes of planning and profitability reporting. Receive, analyze and report on&lt;br /&gt;
               costs to be allocated for items&lt;br /&gt;
                such as operating costs, revenues, overhead costs, nonoperating revenue, regulatory and management capital.&lt;br /&gt;
               Additionally, activity orientated cost allocations that support the creation of unit cost per activity, &lt;br /&gt;
               provide for a more detailed view of the cost of overhead services and the amount of overhead charged for&lt;br /&gt;
               services. Thusly, &lt;br /&gt;
               determining the allocation of costs associated relative to marketing could be performed by dividing the total&lt;br /&gt;
               marketing expense into customer calls and advertising, creating a unit cost for customer calls and advertising, &lt;br /&gt;
               determining each organizations unit's utilization of customer calls and advertising and charging marketing&lt;br /&gt;
               overhead expense based on the number of customer calls and advertising units utilized, multiplied by the&lt;br /&gt;
               appropriate unit cost. &lt;br /&gt;
     3.2.1    	Allocate Costs (Objective)&lt;br /&gt;
               Provide for the allocation of indirect costs to market segments, customers, products, services and activities by&lt;br /&gt;
               way of accessing and updating the algorithms utilized for directing indirect costs across organizations (cost&lt;br /&gt;
               and profit centers). &lt;br /&gt;
               Rates are identified relative to non-financial information such as headcount, person hours, transaction volume,&lt;br /&gt;
               square footage etc. or through financial information such as account balance or monetary amounts (dollars,&lt;br /&gt;
               yen, francs etc.).&lt;br /&gt;
     3.2.1.1	Cost Allocation Method (Strategy)&lt;br /&gt;
               Store and maintain the cost allocation methodologies such as cost allocation basis (transaction volume,&lt;br /&gt;
               headcount, monetary etc.), and algorithms (proportional, weighted, linear and activity based). &lt;br /&gt;
               Proportional cost allocations are algorithms that spread costs based on a percentage of total basis units&lt;br /&gt;
               utilized, weighted algorithms consider type of weighting factor for type of basis units (eg. basis unit = square&lt;br /&gt;
               footage, then excutive office space&lt;br /&gt;
                has greater weighting than storage space), where Linear cost allocation would consider total depreciation&lt;br /&gt;
               expense equally to all organizations. Activity based algorithms identify costs associated to the specific&lt;br /&gt;
               activities that compose an activity. Algo&lt;br /&gt;
               rithms that support both allocation overhead charges to cost centers and the directing of those allocated costs&lt;br /&gt;
               to profit centers is accomplished here. This Business Sub-Function contains all the methodologies utilized by&lt;br /&gt;
               the enterprise for cost&lt;br /&gt;
                allocations purposes and is intended to provide flexibility for change and the ability to utilize multiple&lt;br /&gt;
               methods.&lt;br /&gt;
     3.2.1.2	Determine Cost Allocation Rates (Strategy)&lt;br /&gt;
               Identify the percentage or amount of indirect source and overhead costs that will be allocated to each&lt;br /&gt;
               organization, customer, market segment, product and service etc..  As an example, advertising/&lt;br /&gt;
               promotional cost allocation method may direct that all advertising/promotional expenses be allocated to&lt;br /&gt;
               management units based upon headcount. Thusly, identifying the percentages to be allocated.&lt;br /&gt;
     3.2.1.3	Perform Cost Allocation (Strategy)&lt;br /&gt;
               Allocate indirect costs from a source account relative to an organization, customer, market segment etc., to a&lt;br /&gt;
               destination account. All costs should be identified at the source and destination as indirect cost in order to&lt;br /&gt;
               support traceability and cost&lt;br /&gt;
                analysis.&lt;br /&gt;
     3.2.2    	Allocate Revenue (Objective)&lt;br /&gt;
               Provide for the allocation of revenues to cost centers and organizations not directly participating in revenue&lt;br /&gt;
               producing activities, or, &lt;br /&gt;
               to organizations when more than one organization is participating in producing revenues. Provide for the&lt;br /&gt;
               maintaining of revenue&lt;br /&gt;
               allocation methods for directing revenue across organizations and to products, services, market segments etc.,&lt;br /&gt;
               associated to those organizations. The allocation of revenue is performed by way of allocating a portion of&lt;br /&gt;
               revenue earned from the generating&lt;br /&gt;
                organization to an organization that is indirectly involved in the generation of revenue, or, allocating revenue&lt;br /&gt;
               between two or more organizations that are directly involved in the generation of revenue.  &lt;br /&gt;
     3.2.2.1	Revenue Allocation Method (Strategy)&lt;br /&gt;
               Store and maintain the methods for the allocation of revenues. The allocation of revenue is typically&lt;br /&gt;
               performed by the allocation of a portion of the earned revenues from the organization that generates it to an&lt;br /&gt;
               organization that is indirectly involved&lt;br /&gt;
                in the generation of that revenue,&lt;br /&gt;
               or, the allocation of revenues between two or more organizations that are directly participating in the&lt;br /&gt;
               generation of the revenue.&lt;br /&gt;
     3.2.2.2	Determine Revenue Allocation Rates (Strategy)&lt;br /&gt;
               Identify the percentage or amount of revenue that will be directed to each organization, customer, market&lt;br /&gt;
               segment, product, service, etc.,. &lt;br /&gt;
     3.2.2.3	Perform Revenue Allocation (Strategy)&lt;br /&gt;
               Allocate revenue from a source account relative to a customer, market segment, product, service etc. to a&lt;br /&gt;
               destination account. The revenues should be identified at the source and destination to provide for traceability&lt;br /&gt;
               and profitability analysis.&lt;br /&gt;
&lt;br /&gt;
_________________________________________________________________________________________________&lt;br /&gt;
     3.2.3    	Allocate Capital (Objective)&lt;br /&gt;
               Provide for the allocation of capital to organizations, customer, market segments, products and services etc..&lt;br /&gt;
               This Business Function supports the allocation and tracking of regulatory and management capital and&lt;br /&gt;
               supports the allocation of capital along&lt;br /&gt;
                geographic divisions&lt;br /&gt;
               and lines of business. The strategic organization objectives relative to capital allocation is established.  The&lt;br /&gt;
               methodologies regarding capital allocation that define allocation relationships (sources and targets for varying&lt;br /&gt;
               classes of capital) &lt;br /&gt;
               are determined here.&lt;br /&gt;
     3.2.3.1	Capital Allocation Methods (Strategy)&lt;br /&gt;
               Store and maintain the methodologies for capital allocation at a tactical level. Organizaitonal strategic capital&lt;br /&gt;
               allocation direction is established within the Financial Strategic Direction Business Function Group. The&lt;br /&gt;
               capital allocation methodology&lt;br /&gt;
                determines the source of capital and the target organizations, customers, market segments, products and&lt;br /&gt;
               services&lt;br /&gt;
               etc., and determines the allocation relationships for individual classes of capital if requried.&lt;br /&gt;
     3.2.3.2	Determine Capital Allocation Rates (Strategy)&lt;br /&gt;
               Identifying capital allocations at a tactical level. The capital allocation methodologies and the basis of the&lt;br /&gt;
               allocation, the sources and targets of allocations in addition to the identification of allocation relationships (&lt;br /&gt;
               source to target and varying types of classes of capital) are identified here.&lt;br /&gt;
     3.2.3.3	Perform Capital Allocation (Strategy)&lt;br /&gt;
               Perform actual capital allocations to organizations, customers, market segments, products and services, etc..&lt;br /&gt;
               The allocated capital should be identified at the source and destination accounts to provide traceability and&lt;br /&gt;
               support profitability analysis.&lt;br /&gt;
     3.2.4    	Manage Activity Costs (Objective)&lt;br /&gt;
               Provide cost accounting relative to activities that comprise products and services and the transactions that&lt;br /&gt;
               support them. Upon completion of the allocation of indirect costs to organizations and added to direct cost&lt;br /&gt;
               accounts owned by organizations, &lt;br /&gt;
               resulting loaded costs may be directed across activities. Additionally,support cost and profitability analysis of&lt;br /&gt;
               products, services and customers.&lt;br /&gt;
     3.2.4.1	Activity Cost Allocation Method (Strategy)&lt;br /&gt;
               Store and maintain the cost allocation methodologies utilized by the enterprise. These methodologies are to&lt;br /&gt;
               include cost allocation bases and algorithms as well as schedules for updating the methodologies. The activity&lt;br /&gt;
               cost allocation methodologies are s&lt;br /&gt;
               trictly for the use of allocating costs associated to activities rather than allocations to organizations, customers,&lt;br /&gt;
               market segments etc.. The activity cost allocations will typically be of a proportional, weighted or linear&lt;br /&gt;
               nature. Proportional allocat&lt;br /&gt;
               ions will direct costs associated to activities on a percentage basis as where weighted costs utilize an algorithm&lt;br /&gt;
               however, it considers the activities level of importance. Linear allocations direct costs equally to all activities.&lt;br /&gt;
               Additionally, &lt;br /&gt;
               relative to activity cost allocations, the algorithms identify relationships between the source of the allocated&lt;br /&gt;
               costs and their destination accounts (organization accounts). &lt;br /&gt;
     3.2.4.2	Determine Activity Cost Allocation Rates (Strategy)&lt;br /&gt;
               Identify the percentage or amount of source activity costs that will be allocated to a destination account.&lt;br /&gt;
               Typically, this would be accomplished, as an example, &lt;br /&gt;
               by the activity cost methodology specifying that the allocation of all activities costs be derived&lt;br /&gt;
               proportionately,&lt;br /&gt;
               based upon the volume of transactions relative to the handling of customer technical inquires. Thusly,&lt;br /&gt;
               providing for the identification of the percentages to be allocated.&lt;br /&gt;
     3.2.4.3	Perform Activity Cost Allocation (Strategy)&lt;br /&gt;
               Allocate costs form the source organization accounts to the destination organization accounts. All costs should&lt;br /&gt;
               be identified at the source and destination to provide traceability and cost analysis.&lt;br /&gt;
     3.2.4.4	Identify Activity Cost (Strategy)&lt;br /&gt;
               Determine the standard costs for the organizations activities. The standard costs are those costs that are&lt;br /&gt;
               anticipated to be incurred for the typical business activity. As an example, &lt;br /&gt;
               the standard activity cost for providing technical support for a customer inquiry may be determined. &lt;br /&gt;
               &lt;br /&gt;
               Additionally, the standard activity costs are frequently identified assuming full capacity use of the&lt;br /&gt;
               organizations activity capacity resources. &lt;br /&gt;
               &lt;br /&gt;
               Standard costs should be reviewed when the characteristics of an activity change (product or service&lt;br /&gt;
               modifications, supplier prices, delivery channel changes, overhead changes etc.). &lt;br /&gt;
               &lt;br /&gt;
               Standard costs are also utilized to establish cost targets and assist in the identification of variances in activity&lt;br /&gt;
               costs.&lt;br /&gt;
_________________________________________________________________________________________________ &lt;br /&gt;
     3.3    	Transfer Pricing (Goal)&lt;br /&gt;
               Provide the management of the internal prices for funds, services and capital from one management unit to&lt;br /&gt;
               another. &lt;br /&gt;
               &lt;br /&gt;
               The rules for transfer prices are established and vary based upon the service or product provided and are&lt;br /&gt;
               utilized to identify the actual transfer price. Transfer pricing is different from cost allocation in that the service&lt;br /&gt;
               or funds provided internally&lt;br /&gt;
                to other organization units are borrowed indirect costs or revenues. A profit center may have opportunity&lt;br /&gt;
               costs in providing&lt;br /&gt;
               services internally and may consider the sale as an arm's length transaction with another customer by charging&lt;br /&gt;
               for it according to established transfer pricing rules. Unlike cost allocations that are allocated only after they&lt;br /&gt;
               are incurred, &lt;br /&gt;
               the transfer price is understood prior&lt;br /&gt;
               to any transaction transpiring. &lt;br /&gt;
               &lt;br /&gt;
               With transfer pricing, actual costs are incurred and revenues booked only when the service or product is&lt;br /&gt;
               provided, as it is with external customers. Transfer pricing rules identify the methods and basis utilized for&lt;br /&gt;
               transfer pricing. The rules and rates&lt;br /&gt;
                identify the allowed transfer pricing relationships between organization units and identify the type and&lt;br /&gt;
               amount of funds, service or capital to be transferred at a specific price. &lt;br /&gt;
               &lt;br /&gt;
               Assists organization units to increase overall efficiency and profitability of the overall organization.&lt;br /&gt;
     3.3.1    	Funds Transfer Pricing (Objective)&lt;br /&gt;
               Analyze and revise the transfer pricing of funds used internally by the organization units and determines the&lt;br /&gt;
               transfer price based upon those rules. Typically, &lt;br /&gt;
               rules apply to borrowing from a funds pool up to a specified amount for a specific period of time, at the pool&lt;br /&gt;
               rate. &lt;br /&gt;
               &lt;br /&gt;
               Additionally, the rules may stipulate that the pool rate is an average market rate for the pooled funds plus&lt;br /&gt;
               some basis points to cover processing costs. Rates are generally in line with market rates, &lt;br /&gt;
               making internal transfer pricing of funds sensitive to market conditions.&lt;br /&gt;
     3.3.1.1	Funds Transfer Pricing Rules (Strategy)&lt;br /&gt;
               Maintain the rules for transfer pricing of funds. The funding entity maintains rate schedules based upon&lt;br /&gt;
               market rates by amount and type of funds. &lt;br /&gt;
               &lt;br /&gt;
               The rules determine which rates are used internally. Typically, the rules may set different rates by amount,&lt;br /&gt;
               tenor, type, or the user of the funds.&lt;br /&gt;
_________________________________________________________________________________________________&lt;br /&gt;
     3.3.1.2	Determine Funds Transfer Price (Strategy)&lt;br /&gt;
               Calculate the transfer price of funds based on the amount and type of funds and potentially the source and/or&lt;br /&gt;
               user of the funds. &lt;br /&gt;
     3.3.2    	Services Transfer Pricing (Objective)&lt;br /&gt;
               Review and revise the rules for charging transfer prices for services rendered internally, typically by profit&lt;br /&gt;
               centers, and determines the transfer price based on those rules. &lt;br /&gt;
               &lt;br /&gt;
               Differs from the allocation of costs, as the total cost of a service provided by a cost center is determined at the&lt;br /&gt;
               end of a fiscal cycle and the allocated amounts are derived from the total cost.  &lt;br /&gt;
               &lt;br /&gt;
               The transfer price is determined prior to the transaction and actual charges are incurred only when the service&lt;br /&gt;
               is provided. Transfer pricing for services will be based on those criteria deemed appropriate which may&lt;br /&gt;
               include as an example; cost, &lt;br /&gt;
               cost-plus, or the fully allocated cost.&lt;br /&gt;
               &lt;br /&gt;
               Costs often reflect market prices for services, thusly indicating their sensitivity to market fluctuations and&lt;br /&gt;
               which provide insight to profit centers relative to their opportunity costs in providing services internally.  &lt;br /&gt;
     3.3.2.1	Services Transfer Pricing Rules (Strategy)&lt;br /&gt;
               Maintain and update the rules for the transfer pricing of services which determine the rates to be used&lt;br /&gt;
               internally. Rules may establish distinctly different rates based upon market price, &lt;br /&gt;
               cost plus or any rates agreed to by the provider and user of the service.&lt;br /&gt;
     3.3.2.2	Determine Services Transfer Price (Strategy)&lt;br /&gt;
               Identify the transfer price of services based upon the type of service and potentially the user of the service.&lt;br /&gt;
     3.3.3    	Capital Transfer Pricing (Objective)&lt;br /&gt;
               Establish and maintain the rules and rates for the transfer pricing of capital. The enterprise may assign a price&lt;br /&gt;
               to capital to recognize at the organization unit level the cost of maintaining adequate capital to motivate&lt;br /&gt;
               organization units to make wise&lt;br /&gt;
                investment decisions. &lt;br /&gt;
               &lt;br /&gt;
               Transfer pricing rules record the methodology and basis of the transfer price, and identifies the source of&lt;br /&gt;
               capital and the organization units, products, &lt;br /&gt;
               customers and market segments that receive them as well as allocation relationships and any specific sources&lt;br /&gt;
               or recipients of differing&lt;br /&gt;
               classes of capital. &lt;br /&gt;
               &lt;br /&gt;
               Transfer pricing activity is typically booked as direct costs or revenues for organization units in an operational&lt;br /&gt;
               system external to the Universal Model.&lt;br /&gt;
     3.3.3.1	Capital Transfer Pricing Rules (Strategy)&lt;br /&gt;
               Record and update the rules for the transfer pricing of capital for organization units. Identify the source and&lt;br /&gt;
               recipient of the capital including sources and recipients for different classes of capital, &lt;br /&gt;
               as well as the methodology and basis for the transfer price. The applicable schedules for allocating capital is&lt;br /&gt;
               also included in the allocation rules.&lt;br /&gt;
_________________________________________________________________________________________________&lt;br /&gt;
     3.3.3.2	Determine Capital Transfer Price (Strategy)&lt;br /&gt;
               Determine the prices for the transfer of capital. Prices may vary based upon the amount of capital, class of&lt;br /&gt;
               capital, and potentially the recipient organization unit, product or market segment. &lt;br /&gt;
               &lt;br /&gt;
               The actual transfer pricing is posted as direct costs or revenues to the organization units involved.&lt;br /&gt;
     3.4    	Financial Planning And Performance (Goal)&lt;br /&gt;
               Identify the financial plan structure, performance indicators for financial, operational and market performance.&lt;br /&gt;
               Establish plans based on performance goals, combine and aggregate plans, &lt;br /&gt;
               identify actual performance as compared to planned. Provide for the adjustment of&lt;br /&gt;
               plans and the re-forecasting of performance, and provide overall visibility into organizational profitability. &lt;br /&gt;
     3.4.1    	Establish Financial Plan Structure (Objective)&lt;br /&gt;
               Develop the structure for the plan and budget process by identifying performance indicators which reflect&lt;br /&gt;
               management assumptions and performance goals for the organization units. Performance indicators are the&lt;br /&gt;
               definitions of key business measures as were&lt;br /&gt;
                goal indicators&lt;br /&gt;
               are assigned a value based on planning assumptions. Inputs are required from cost and revenue allocation&lt;br /&gt;
               functions for organization specific assumptions and from market analysis for the economic and competitor&lt;br /&gt;
               information. The performance goals&lt;br /&gt;
                identified are utilized by&lt;br /&gt;
               organization units in the establishment of their detailed plans and budgets. &lt;br /&gt;
     3.4.1.1	Determine Performance Indicators (Strategy)&lt;br /&gt;
               Create and maintain an index of all performance indicators utilized by the organization to log plan&lt;br /&gt;
               assumptions, establish performance indicators, create plans and track performance. &lt;br /&gt;
               &lt;br /&gt;
               The indicators utilized are typically financial indicators such as Return on Equity (ROE), Return on Assets&lt;br /&gt;
               (ROA), Return on Capital (ROC) etc., but may also be established to reflect operational performance such as&lt;br /&gt;
               market share, &lt;br /&gt;
               head count or transactions processed.&lt;br /&gt;
     3.4.1.2	Identify Assumptions (Strategy)&lt;br /&gt;
               Identify and record all assumptions relative to the plan and budget such as organization specific, competitor,&lt;br /&gt;
               economic, product and service, line of business etc.. These assumptions are utilized to establish performance&lt;br /&gt;
               goals within organization units.&lt;br /&gt;
3.4.1.2.1	Determine Economic Assumptions (Strategy)&lt;br /&gt;
               Identify and record the economic assumptions that have an effect on the plan or budget or an organization&lt;br /&gt;
               unit, market segment, product or service and are utilized to establish performance goals. &lt;br /&gt;
               &lt;br /&gt;
               Economic assumptions may include items such as interest rate projections, inflation and market segment&lt;br /&gt;
               growth.&lt;br /&gt;
     3.4.1.2.2	Determine Organizational Assumptions (Strategy)&lt;br /&gt;
               Identify and record the assumptions of the enterprise that have an effect on the plan or budget of an&lt;br /&gt;
               organization unit, market segment, product or service and are utilized to establish performance goals. &lt;br /&gt;
               &lt;br /&gt;
               Assumptions could be items such as salary guidelines, headcount, employee benefits and planned capital&lt;br /&gt;
               expenditures. &lt;br /&gt;
     3.4.1.2.3	Determine Competitor Analysis (Strategy)&lt;br /&gt;
               Identify and incorporate any assumptions about competitors that may have an effect on the plan or budget of&lt;br /&gt;
               an organization unit, product, service or market segment. &lt;br /&gt;
               &lt;br /&gt;
               Competitor assumptions often are utilized in the development of the plan to assist in the establishment of&lt;br /&gt;
               performance goals.&lt;br /&gt;
     3.4.1.3	Establish Performance Goals (Objective)&lt;br /&gt;
               Establish performance goals for organization units utilizing defined indicators based on the assumptions built&lt;br /&gt;
               into the plan. &lt;br /&gt;
               &lt;br /&gt;
               Goals are predominately financial measures of profitability, but may also include goals for operational and/or&lt;br /&gt;
               marketing performance. Strategic overall performance goals are established within the Financial Strategic&lt;br /&gt;
               Direction Business Function Group. &lt;br /&gt;
     3.4.1.3.1	Identify Financial Goals (Strategy)&lt;br /&gt;
               Establish the financial performance goals for profit centers and potentially some cost centers and operating&lt;br /&gt;
               units. &lt;br /&gt;
               &lt;br /&gt;
               Measure profitability in line with Return on Assets (ROA), Return on Equity (ROE) as well as net interest&lt;br /&gt;
               revenue and income, noninterest income, net revenue growth and revenue to cost ratios etc., as well as asset&lt;br /&gt;
               quality, liquidity and capital adequacy&lt;br /&gt;
     3.4.1.3.2	Identify Operational Goals (Strategy)&lt;br /&gt;
               Establish the performance goals (productivity and efficiency) for operational areas such as cost centers and&lt;br /&gt;
               other areas not measured by financial performance goals.            &lt;br /&gt;
               Operational performance goals may also be utilized by profit centers that execute operational functions or&lt;br /&gt;
               have operational costs allocated to it. &lt;br /&gt;
     3.4.1.3.3	Identify Marketing Goals (Assumption)&lt;br /&gt;
               Establish the performance goals for marketing. &lt;br /&gt;
               &lt;br /&gt;
               This is utilized by profit center organization units and marketing organization units as an additional&lt;br /&gt;
               performance measure in addition to financial performance goals.&lt;br /&gt;
     3.4.2    	Establish Business And Financial Plan (Objective)&lt;br /&gt;
               Support the creation, monitoring, consolidation, review, and the adjustment of plans and subsequent&lt;br /&gt;
               reforecasting of goals. &lt;br /&gt;
               &lt;br /&gt;
               This is accomplished via the plan structure that provides organizational management assumptions on&lt;br /&gt;
               organizational, economic, competitive factors and performance goals for all organization units. In the creation&lt;br /&gt;
               of the plan, &lt;br /&gt;
               organization units populate the structure with the level of detail (eg. expense budgets, profit and loss&lt;br /&gt;
               statements, head count, operational&lt;br /&gt;
               requirements etc.),necessary to accomplish the plan.&lt;br /&gt;
     3.4.2.1	Determine Organizational Unit Plan (Strategy)&lt;br /&gt;
               Provide for the creation of detailed organization unit business plans and budgets. Although the plan structure&lt;br /&gt;
               provides the overall assumptions and performance goals, the organization units create plans that will meet&lt;br /&gt;
               those performance goals. &lt;br /&gt;
               &lt;br /&gt;
               Organization units may create plans to increase product and/or service volume or price, add products/services&lt;br /&gt;
               and customers or control expenses etc.. All expenses, revenues, operational plans etc., &lt;br /&gt;
               should always be identified at the lowest level by customer, product, service, market segment or operating unit&lt;br /&gt;
               in order to acquire testable measures. &lt;br /&gt;
     3.4.2.2	Aggregate Plans (Strategy)&lt;br /&gt;
               Consolidate all organization unit plans and budgets and group them at higher levels of aggregation as&lt;br /&gt;
               required. &lt;br /&gt;
               &lt;br /&gt;
               Plans and budgets may be consolidated across market segments, product and service groups or operational&lt;br /&gt;
               units as required.&lt;br /&gt;
3.4.2.3	Analyze Plans (Strategy)&lt;br /&gt;
               Analyze organization unit specific and aggregated plans and budgets by way of comparing plans to&lt;br /&gt;
               performance goals and to previous performance. &lt;br /&gt;
               &lt;br /&gt;
               Reconciliation relative to variances between plan and goals is accomplished by the creation of alternative&lt;br /&gt;
               plans or through plan adjustments. Alternative plans or plan adjustments that significantly affect the&lt;br /&gt;
               organization unit and the overall plan&lt;br /&gt;
                structure are fed back. The&lt;br /&gt;
               reforecasting of a plan may be required.&lt;br /&gt;
     3.4.2.3.1	Identify Plan To Goal Variances (Strategy)&lt;br /&gt;
               Compare organization unit plans to performance goals established by the Establish Financial Plan Structure&lt;br /&gt;
               Business Function. &lt;br /&gt;
               &lt;br /&gt;
               Significant variances are recorded, plans and/or budgets may be reforecasted.&lt;br /&gt;
     3.4.2.3.2	Identify Plan To History Differences (Strategy)&lt;br /&gt;
               Compare organization unit business plans to previous plans and assists management in establishing&lt;br /&gt;
               performance plans based on past history. &lt;br /&gt;
               &lt;br /&gt;
               Past performance is routinely incorporated into organizational assumptions and performance goals and&lt;br /&gt;
               comparisons between plans and history provides indicators relative to any need for additional resources&lt;br /&gt;
               necessary to achieve performance goals.&lt;br /&gt;
     3.4.2.3.3	Identify Plan Alternatives (Strategy)&lt;br /&gt;
               Develop alternative plans and perform simulations relative to those alternative plans thusly providing insight&lt;br /&gt;
               into potential outcomes and, providing for the ability to reconcile differences between plans and goals.&lt;br /&gt;
               &lt;br /&gt;
               Provide the ability to produce plans that meet the organization units performance and business plan goals.&lt;br /&gt;
     3.4.2.4	Adjust Plans (Strategy)&lt;br /&gt;
               Provide for the incorporation of any plan adjustments identified in the Analyze Plans Business Sub-Function&lt;br /&gt;
               and as a result, a new or adjusted plan is developed. &lt;br /&gt;
     3.4.3    	Track Performance To Plan And Make Adjustments (Objective)&lt;br /&gt;
               Monitor and review the actual and plan or budget performance for an organization unit. Provide reports&lt;br /&gt;
               relating to actual results versus plan, actual versus reforecasted plan such as balance sheets, profit and loss and&lt;br /&gt;
               cash flow statements.&lt;br /&gt;
&lt;br /&gt;
_________________________________________________________________________________________________&lt;br /&gt;
     3.4.3.1	Identify Organization Unit Performance To Plan (Strategy)&lt;br /&gt;
               Report on organization unit performance by the comparison of actual financial results versus that of planed&lt;br /&gt;
               and to reforecast for the organization units as required. &lt;br /&gt;
               &lt;br /&gt;
               These reports are created in alignment with the plan structure and include financial statements and other&lt;br /&gt;
               performance indicators. Details relevant to these reports include:&lt;br /&gt;
               interest, fee and trading income; &lt;br /&gt;
               interest, operating, overhead, variable and fixed expenses;&lt;br /&gt;
               sensitive and non-sensitive interest rate assets; &lt;br /&gt;
               sensitive and non-sensitive interest rate liabilities; &lt;br /&gt;
               equity, dividends, loan loss provisions and reserves; &lt;br /&gt;
               credit, market and settlement losses; &lt;br /&gt;
               capital expenditures; &lt;br /&gt;
               outsandings, charge offs, ROA, ROC, ROE RAROA, RAROC;&lt;br /&gt;
               capital adequacy, overall liquidity, cash flow, capacity utilization and productivity and unit cost.&lt;br /&gt;
     3.4.3.2	Report Plan As Compared To Reforecast (Strategy)&lt;br /&gt;
               Report variances between plans and to reforecast plans as required. Plans may be reforecast throughout the&lt;br /&gt;
               planning cycle as a result of updated economic assumptions or organizational assumptions. &lt;br /&gt;
               &lt;br /&gt;
               The reforecasts are incorporated into an updated plan.&lt;br /&gt;
     3.4.3.3	Determine And Track Variances (Strategy)&lt;br /&gt;
               Identify and monitor variances in plans and reforecasted plans compared to actual financial results.&lt;br /&gt;
               Additionally, all variances by the amount or percentage that the results of actual business operations differ&lt;br /&gt;
               from projected results for the plan are&lt;br /&gt;
                identified.&lt;br /&gt;
     3.5    	Capacity Management (Goal)&lt;br /&gt;
               Provide support in the analysis of capacity requirements and use, and to identify constraints and required&lt;br /&gt;
               investments to effectively manage and utilize capacity within the enterpirse. Maintain information on the type&lt;br /&gt;
               and quantity of resources the&lt;br /&gt;
                enterprise utilizes such as square footage, head count, number of facilities (computers, telephones,&lt;br /&gt;
               automobiles,&lt;br /&gt;
               automatic teller machines, cash registers etc.), CPU capacity etc.. Additionally, the effective utilization rate,&lt;br /&gt;
               standard productivity rate in performing activities, product or service quality (error rate, timeliness, reliability),&lt;br /&gt;
               average, &lt;br /&gt;
               marginal and total resource costs and historical, actual and projected transaction volumes are identified. &lt;br /&gt;
     3.5.1    	Capacity Utilization (Objective)&lt;br /&gt;
               Identify the capacity required to perform current activities and compares this with capacity utilization to&lt;br /&gt;
               provide analysis on capacity problem areas and assists in resource investment decisions. &lt;br /&gt;
               &lt;br /&gt;
               The current resources are identified and quantified by cost and what other measures are relevant to the&lt;br /&gt;
               enterprise. Additionally, &lt;br /&gt;
               quality standards for each resource is identified to ensure capacity utilization rates support established quality&lt;br /&gt;
               standards. &lt;br /&gt;
     3.5.1.1	Resource Activity Index (Strategy)&lt;br /&gt;
               Acquire and maintain information relevant to the type and amount of resources required to perform each&lt;br /&gt;
               activity of the enterprise. &lt;br /&gt;
               &lt;br /&gt;
               This information is utilized to determine available capacity to accommodate increased volumes of customers&lt;br /&gt;
               or transactions. The standard value will be identified in terms of a rate (&lt;br /&gt;
               units of activity performed over a period of time by one resource unit). Input for this is the&lt;br /&gt;
               standard productivity rate within identified quality standards for each resource participating in performing in&lt;br /&gt;
               the enterprises activities.  &lt;br /&gt;
     3.5.1.2	Identify Capacity Utilization (Strategy)&lt;br /&gt;
               Determine the volume of activities, transactions or customers that are processed with the currently available&lt;br /&gt;
               resources. &lt;br /&gt;
               &lt;br /&gt;
               Due to the nature that a large portion of the enterprises resources are shared by numerous activities, the&lt;br /&gt;
               capacity determined must be expressed for the current mix of activities. The available resources will be&lt;br /&gt;
               allocated to the individual activities in&lt;br /&gt;
                proportion to the current utilization of resources.&lt;br /&gt;
     3.5.1.3	Organizational Resources Information (Strategy)&lt;br /&gt;
               Acquire and maintain all information relevant to the resources utilized by the enterprise for capacity planning&lt;br /&gt;
               purposes and to be a resource for other business functions to utilize to determine available capacity. &lt;br /&gt;
     3.5.2    	Change Impact Projection (Objective)&lt;br /&gt;
               Identify the impact of numerous changes effecting the operations of the enterprise. &lt;br /&gt;
               &lt;br /&gt;
               These changes may include volume projections, productivity rates, increased or decreased resources or any&lt;br /&gt;
               combination thereof. Provide the analysis of the impact that each potential change could potentially have on&lt;br /&gt;
               capacity utilization or the need for&lt;br /&gt;
                additional resources and&lt;br /&gt;
               their associated costs.&lt;br /&gt;
&lt;br /&gt;
_________________________________________________________________________________________________&lt;br /&gt;
     3.5.2.1	Identify Capacity Utilization Projection (Strategy)&lt;br /&gt;
               Determine the effect of potential changes on the capacity and utilization of the enterprise and to assist in the&lt;br /&gt;
               identification of capacity utilization problem areas. &lt;br /&gt;
               &lt;br /&gt;
               This may include various assumptions relative to the volume of transactions, resources available and&lt;br /&gt;
               productivity rates.&lt;br /&gt;
     3.5.2.2	Identify Resource And Cost Impact (Strategy)&lt;br /&gt;
               Determine the impact of various changes on the resources of the enterprise, changes in the mixing of&lt;br /&gt;
               resources to avoid utilization problem areas and identifies the cost of necessary changes.&lt;br /&gt;
               &lt;br /&gt;
               Additionally, consideration should be given to the fact that various activities may be performed using&lt;br /&gt;
               alternative resources with different costs (eg. manual vs. automated activities, &lt;br /&gt;
               or activities that may be performed externally by a contractor as compared to internally), and, the&lt;br /&gt;
               majority of activities are shared by other resources within the organization.&lt;br /&gt;
     3.5.3    	Capacity Change Impact Projection (Objective)&lt;br /&gt;
               Determine capacity projections by changing assumptions about the resource availability, productivity rates and&lt;br /&gt;
               volume of transactions. &lt;br /&gt;
               &lt;br /&gt;
               These assumptions will typically contain assumptions such as volume of projections during future time&lt;br /&gt;
               periods, volume changes caused by new business or shedding undesirable business, the impact of automation&lt;br /&gt;
               efforts on resources, &lt;br /&gt;
               acquisition of new resources and productivity projections.&lt;br /&gt;
     3.5.3.1	Volume Change Projection (Strategy)&lt;br /&gt;
               Identify the volume of transactions, activities or customers that result from alternative business decisions (eg.&lt;br /&gt;
               entering into new market segments or the marketing of new products and/or services). &lt;br /&gt;
               &lt;br /&gt;
               The projection may be determined based upon market analysis information, management estimates or&lt;br /&gt;
               historical data.&lt;br /&gt;
     3.5.3.2	Productivity Change Projection (Strategy)&lt;br /&gt;
               Identify the productivity assumptions that have a potential impact on the operations of the enterprise. &lt;br /&gt;
               &lt;br /&gt;
               Typically, productivity change assumptions are the type of resources required to perform a specific activity&lt;br /&gt;
               and the amount of resources required to process the activity such as, changes in policy or operational&lt;br /&gt;
               procedures, &lt;br /&gt;
               changes in the technology employed, human resources, new equipment etc.. &lt;br /&gt;
3.5.3.3	Resource Change Projection (Strategy)&lt;br /&gt;
               Determine the impact of changes in resources capacity driven by business assumptions.             &lt;br /&gt;
               Changes in resource capacity typically are items such as head count increases or decreases, volume of&lt;br /&gt;
               equipment, business locations, delivery channel volume etc..</description>
                                        <comments>http://www.visibleforum.com/viewtopic.php?p=332#332</comments>
                                        <author>MCesino</author>
                                        <pubDate>Mon May 19, 2008 7:23 am</pubDate>
                                        <guid isPermaLink="true">http://www.visibleforum.com/viewtopic.php?p=332#332</guid>
                                      </item>
                                      <item>
                                        <title>The Universal Resource Model Framework</title>
                                        <link>http://www.visibleforum.com/viewtopic.php?p=331#331</link>
                                        <description>&lt;br /&gt;
                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.visibleforum.com/profile.php?mode=viewprofile&amp;u=1298'&gt;MCesino&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      &lt;b&gt;Posted:&lt;/b&gt; Mon May 19, 2008 7:22 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      1		Asset Management (Mission)&lt;br /&gt;
               Ensure that all decisions about assets are based upon common, accurate information and flexible analysis&lt;br /&gt;
               tools.&lt;br /&gt;
     1.1    	Maintain Accurate Asset Inventory (Goal)&lt;br /&gt;
               An accurate and current inventory of all assets will be maintained by each business unit.  The inventory will&lt;br /&gt;
               used by all business units to:&lt;br /&gt;
               - monitor compliance with standards.&lt;br /&gt;
               - evaluate the implications of a change in standards.&lt;br /&gt;
               - ensure the optimal allocation and utilization of all assets.&lt;br /&gt;
     1.1.1    	Track Change In Status Of Any Asset (Objective)&lt;br /&gt;
               To maintain an accurate, current inventory, any change in the status of an asset will be immediately&lt;br /&gt;
               documented in the asset inventory.&lt;br /&gt;
     1.1.1.1	Status Of An Asset Changes (Strategy)&lt;br /&gt;
               A change in the status of an asset will require an immediate update of the asset inventory. &lt;br /&gt;
               Changes to be documented for each asset include:&lt;br /&gt;
               - updates to the purchase history.&lt;br /&gt;
               - reallocation to another business unit.&lt;br /&gt;
               - change in the relationship between two or more assets.&lt;br /&gt;
               - changes to specifications (eg. resulting from upgrades).&lt;br /&gt;
               - disposal.&lt;br /&gt;
               &lt;br /&gt;
               There is no need to delete any assets - they will be either transferred to another business unit or 'disposed'.&lt;br /&gt;
     1.1.1.1.1	Amend Asset Inventory (Activity)&lt;br /&gt;
               Data in the asset inventory is updated by the responsible business unit.  &lt;br /&gt;
               Inventory assets will be identified in the asset inventory for update by their number, manufacturer's serial&lt;br /&gt;
               number (if any), or any other available reference number.  Alternatively, assets may be identified by their&lt;br /&gt;
               responsible business unit, &lt;br /&gt;
               asset type or specifications.&lt;br /&gt;
               &lt;br /&gt;
               Note that certain updates will require the approval of more than one business unit (eg. transfers of assets&lt;br /&gt;
               between business units).&lt;br /&gt;
     1.1.1.1.1.1	Obtain Approval Of Other Business Units (Activity)&lt;br /&gt;
               The transfer of an asset between Districts, &lt;br /&gt;
_________________________________________________________________________________________________&lt;br /&gt;
               Divisions or Special Offices will require the prior approval of both the originating and receiving business unit&lt;br /&gt;
               prior to the transfer.  Such approval will not be required for internal transfers within a District, Division or&lt;br /&gt;
               Special Office.  &lt;br /&gt;
     1.1.2    	Add All New Assets To Inventory (Objective)&lt;br /&gt;
               All new assets will be added to the system as soon as they are received.  The asset inventory will be updated&lt;br /&gt;
               on a regular basis to allow detailed tracking of all new assets.&lt;br /&gt;
               &lt;br /&gt;
               Use of the system is the only way in which new assets may be added to the asset inventory.&lt;br /&gt;
     1.1.2.1	A New Asset Is Received (Strategy)&lt;br /&gt;
               When a new asset is received by a business unit, a new asset number will be assigned to it. This number will&lt;br /&gt;
               subsequently be used to track the asset in the asset inventory (and other systems).&lt;br /&gt;
     1.1.2.1.1	Add New Asset To System (Activity)&lt;br /&gt;
               Basic information about a new asset is entered into the system, and a new number is issued.  A label is&lt;br /&gt;
               attached to the physical asset, if possible.  Other basic information about the asset will also be entered into the&lt;br /&gt;
               system (eg. its name, &lt;br /&gt;
               manufacturer, voucher cost, Purchase Order number and receipt date...). &lt;br /&gt;
     1.1.3    	Validate Accuracy Of Asset Inventory (Objective)&lt;br /&gt;
               The accuracy of the asset inventory will be validated through the audit of inventory reports by each business&lt;br /&gt;
               unit.&lt;br /&gt;
     1.1.3.1	Initiate Asset Inventory Audit (Strategy)&lt;br /&gt;
               On a regular basis (eg. monthly or quarterly) business units will audit the accuracy of the asset inventory by&lt;br /&gt;
               the comparison of inventory reports with the assets located in their areas of responsibility.  &lt;br /&gt;
               &lt;br /&gt;
               Other triggers of the need for an asset inventory audit might include:&lt;br /&gt;
               - implementation of a new core technology architecture.&lt;br /&gt;
               - deployment of a major new software package state-wide.&lt;br /&gt;
     1.1.3.1.1	Generate Asset Inventory Report (Activity)&lt;br /&gt;
               Asset inventory reports will be generated to show all asset details which can be audited by the business units. &lt;br /&gt;
               Content of such reports will be defined by the business unit, and will include the flexibility to:&lt;br /&gt;
               - select business units.&lt;br /&gt;
               - select asset types.&lt;br /&gt;
_________________________________________________________________________________________________&lt;br /&gt;
               - filter by a range of asset specifications.&lt;br /&gt;
               - show optional levels of asset detail.&lt;br /&gt;
               - show a count of assets by business and asset type.&lt;br /&gt;
     1.1.3.1.2	Perform Asset Inventory Audit (Activity)&lt;br /&gt;
               Business units compare the asset inventory report with the assets to be located in their areas of responsibility. &lt;br /&gt;
               &lt;br /&gt;
               Any discrepancies will trigger the Business Event &amp;quot;Status of an asset changes&amp;quot;.&lt;br /&gt;
     1.2    	Enable Accurate Asset Inventory Analysis (Goal)&lt;br /&gt;
               All decisions upon assets will be resolved by using the asset inventory.&lt;br /&gt;
               &lt;br /&gt;
               Examples of decisions to be supported include:&lt;br /&gt;
               - Asset selection and purchase.&lt;br /&gt;
               - Asset deployment and re-allocation.&lt;br /&gt;
               - Asset upgrade(s).&lt;br /&gt;
               - Asset disposal.&lt;br /&gt;
               &lt;br /&gt;
     1.2.1    	Provide Tools To Analyze Asset Inventory (Objective)&lt;br /&gt;
               Tools to analyse the asset inventory are required at all levels of the organization.  Such tools need to meet the&lt;br /&gt;
               specific analytical requirements of each organizational level.&lt;br /&gt;
     1.2.1.1	Initiate Asset Analysis (Strategy)&lt;br /&gt;
               The requirement to analyse the asset inventory may be triggered for many reasons, including:&lt;br /&gt;
               - Identify assets which meet/do not meet a set of specifications.&lt;br /&gt;
               - Identify assets which comply/do not comply with defined standards.&lt;br /&gt;
               - Identify assets which comply/do not comply with core architectures.&lt;br /&gt;
               - Identify assets which should be disposed of.&lt;br /&gt;
               - Ad hoc analyses to support  requests.&lt;br /&gt;
               The requirement for an analysis may occur at any time.  It must be valid to assume that the asset inventory is&lt;br /&gt;
               always up-to-date.  Standards are required to define the accuracy of the asset inventory (&lt;br /&gt;
               eg. all changes to assets must be recorded within 5 days).&lt;br /&gt;
               &lt;br /&gt;
               The requirement for an analysis may be triggered at any level of the organization.&lt;br /&gt;
               &lt;br /&gt;
               The outputs from the analysis process cannot be predicted (though certain standard 'reports' will need to be&lt;br /&gt;
               identified and pre-defined), implying the need for a flexible, user-customizable reporting tool.&lt;br /&gt;
     1.2.1.1.1	Identify Assets That Meet Requirements (Activity)&lt;br /&gt;
_________________________________________________________________________________________________&lt;br /&gt;
               Perform an analysis of the asset inventory to identify all assets which meet the required criteria.&lt;br /&gt;
               &lt;br /&gt;
               Flexible reporting tools will be used to present the results of the analysis, which may include the upload of the&lt;br /&gt;
               analysis to other PCs / spreadsheets for further analysis or inclusion in reports or presentations.</description>
                                        <comments>http://www.visibleforum.com/viewtopic.php?p=331#331</comments>
                                        <author>MCesino</author>
                                        <pubDate>Mon May 19, 2008 7:22 am</pubDate>
                                        <guid isPermaLink="true">http://www.visibleforum.com/viewtopic.php?p=331#331</guid>
                                      </item>
                                      <item>
                                        <title>Zachman Framework for Enterprise Architecture Briefing</title>
                                        <link>http://www.visibleforum.com/viewtopic.php?p=328#328</link>
                                        <description>&lt;br /&gt;
                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.visibleforum.com/profile.php?mode=viewprofile&amp;u=1298'&gt;MCesino&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      &lt;b&gt;Posted:&lt;/b&gt; Mon May 05, 2008 1:02 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Visible's relationship with John Zachman goes back to the early 70`s when John and Clive Finkelstein, our Chief Scientist, were with IBM. Clive's belief that data models should be &amp;quot;business event driven&amp;quot; and &amp;quot;model based&amp;quot; paralleled John's belief in the need for a business-driven Enterprise Information Architecture which would provide an organization with an organization-scale blueprint -- or architecture --for their information infrastructure. This strategy briefing describes how Visible tools, training and services help &amp;quot;populate&amp;quot; the cells of the framework. &lt;br /&gt;
&lt;br /&gt;
This strategy briefing and its associated forum postings are designed to help you now in your endeavor to build a more effective Enterprise Architecture more efficiently. Please feel free to learn from other postings and share your experiences through your own postings via the Visible Forum.</description>
                                        <comments>http://www.visibleforum.com/viewtopic.php?p=328#328</comments>
                                        <author>MCesino</author>
                                        <pubDate>Mon May 05, 2008 1:02 pm</pubDate>
                                        <guid isPermaLink="true">http://www.visibleforum.com/viewtopic.php?p=328#328</guid>
                                      </item>
                                      <item>
                                        <title>Enterprise Portals Lifecycle Briefing</title>
                                        <link>http://www.visibleforum.com/viewtopic.php?p=327#327</link>
                                        <description>&lt;br /&gt;
                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.visibleforum.com/profile.php?mode=viewprofile&amp;u=1298'&gt;MCesino&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      &lt;b&gt;Posted:&lt;/b&gt; Mon May 05, 2008 1:00 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      The latest &amp;quot;silver bullet&amp;quot; for IT is the Enterprise Portal. It has many names: Enterprise Portal, Enterprise Information Portal, Corporate Portal, Web Portal, and just plain Portal. Whatever it's called, portals promise to provide necessary information from any source to anyone who needs it. This has the potential for significant productivity and competitive gains. &lt;br /&gt;
&lt;br /&gt;
While Enterprise Portals may have this potential, it is not easy to deliver— even with new tools and technologies and single point access to heterogeneous information, in multiple formats, from multiple sources. In order to be truly effective, Enterprise Portals cannot just happen -- they must be &amp;quot;engineered.&amp;quot; This strategy briefing provides a simple definition for Enterprise Portals, describes their benefits, and outlines a method and tools for easily and efficiently engineering them.&lt;br /&gt;
&lt;br /&gt;
This strategy briefing and its associated forum postings are designed to help you now in your endeavor to build a more effective Enterprise Architecture more efficiently. Please feel free to learn from other postings and share your experiences through your own postings via the Visible Forum.</description>
                                        <comments>http://www.visibleforum.com/viewtopic.php?p=327#327</comments>
                                        <author>MCesino</author>
                                        <pubDate>Mon May 05, 2008 1:00 pm</pubDate>
                                        <guid isPermaLink="true">http://www.visibleforum.com/viewtopic.php?p=327#327</guid>
                                      </item>
                                      <item>
                                        <title>Enterprise Architecture Lifecycle Briefing</title>
                                        <link>http://www.visibleforum.com/viewtopic.php?p=326#326</link>
                                        <description>&lt;br /&gt;
                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.visibleforum.com/profile.php?mode=viewprofile&amp;u=1298'&gt;MCesino&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      &lt;b&gt;Posted:&lt;/b&gt; Mon May 05, 2008 12:58 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      This strategy briefing describes the Enterprise Architecture Lifecycle and the Visible Enterprise Lifecycle &amp;quot;tool set.&amp;quot; The Enterprise Lifecycle involves all the activities that organizations (&amp;quot;enterprises&amp;quot;) perform to improve productivity, gain and maintain competitive advantage, optimize resources, deliver quality products and services, and meet customer expectations and demand. &lt;br /&gt;
&lt;br /&gt;
The impact of change on the Enterprise requires that systems supporting lifecycle processes must also be changed. This paper details how Visible's Enterprise Lifecycle methodology and tools, not only make effective change management throughout the lifecycle possible, they make it easy. &lt;br /&gt;
&lt;br /&gt;
This strategy briefing and its associated forum postings are designed to help you now in your endeavor to build a more effective Enterprise Architecture more efficiently. Please feel free to learn from other postings and share your experiences through your own postings via the Visible Forum.</description>
                                        <comments>http://www.visibleforum.com/viewtopic.php?p=326#326</comments>
                                        <author>MCesino</author>
                                        <pubDate>Mon May 05, 2008 12:58 pm</pubDate>
                                        <guid isPermaLink="true">http://www.visibleforum.com/viewtopic.php?p=326#326</guid>
                                      </item></channel></rss>
