The BCA Contract Management System

Size: px
Start display at page:

Download "The BCA Contract Management System"

Transcription

1 The BCA Contract Management System James Cole Research Scientist, Elemental Project, DSTC Copyright DSTC,

2 Contents Motivation for e-contracting BCA Background Scope of BCA Scope Services Requirements Satisfying Requirements Satisfying Requirements Summary Issues with Solution Infrastructure and Components Definitions Current Research and Development Future Research and Development Summary Recent References Copyright DSTC,

3 Motivation for e-contracting Contracting is a significant business cost % of total transactions (Goldman Sachs) Greater efficiency and more effective management Importance highlighted by Increasing use and greater significance of contracts Adoption of new business models Outsourcing, value chains and similar collaborations Requirements for regulatory compliance As prescribed by various regulatory bodies Increasing complexity of contracts Copyright DSTC,

4 BCA - Background Grew out of role-based contract framework Proposed in 1994 (SDNE 94 and INET 95 papers) Facilitate inter-organisational transactions Proof-of-concept prototype (CORBA) More complete design started in 2001 As part of Elemental project - enterprise modeling In response to increasing business need Utilising more recent technologies / concepts XML, Web Services, Event-based paradigm, Policy Languages Current work Continual development of prototype Researching e-contract issues (to feed into prototype) Copyright DSTC,

5 Scope of BCA General Contracting Support The support necessary for managing all or most contracts, regardless of their type Automation of typical contract management tasks Drafting, validation, negotiation, archiving, monitoring, enforcement etc. Applicable to wide variety of contract situations Different contracts and contract management needs Different IT systems ERP systems, In-house systems, etc Structured representation of contract documents Copyright DSTC,

6 Scope of BCA (2) Facilitating other contract-related tasks Tasks associated with a specific contract-type Examples: procurement for certain defence contracts; tendering for certain construction contracts Create plug-ins for supporting these tasks (or have system interact with pre-existing systems for handling these). Tasks using software with independent existence Examples: business workflow, word processing, spreadsheets Provide these with contract-related data E.g. data on state of contract, that workflow uses to select a branch Receive data from these Potential for tighter coupling E.g. purchasing software checking for approval before sending order. Copyright DSTC,

7 Scope of BCA (3) Providing both general and other types of support in an integrated manner The services and facilitated tasks must be able to interact with each other and share data Don t want them to be islands Make use of common infrastructure Triggering notifications from both Copyright DSTC,

8 Scope of BCA (4) There are a number of contracting services we have identified. Some of these are listed on the following slides Copyright DSTC,

9 Repositories Contract Forms Repository Material for construction of contracts Including: standard contract forms and clauses Notary agreed contracts Secure storage of signed contract instances Links to related contracts and business documents Role-based views of contracts E.g. only show clauses of relevance to a role Access to data in contracts static data Copyright DSTC,

10 Notification Send notifications to relevant parties , instant messaging In response to Any type of event; e.g. deadline, contract violation Data may be dynamically substituted in notification text Facilities pro-active management reminders, warnings for contract-related actions Copyright DSTC,

11 Contract Monitoring Only possible for some conditions Many different types of conditions Dependent on contract Generally, conditions involving actions of parties, temporal conditions, states Different conditions may be more amenable to different monitoring strategies. Copyright DSTC,

12 Contract Mediation, Arbitration and Enforcement Violation detected but parties disagree on who is at fault First step? Mediation Attempt to settle a dispute through Mediator May result in contract amendment If settlement not possible? Arbitration Involves third-party authority? Arbitrator Instructs Enforcer to effect some corrective measures For example Revoking violating party s digital certificate Automatically fining the party Copyright DSTC,

13 Summary of Scope Support an open-ended yet integrated set of functions associated with the fulfilment and management of contracts. Some specific functions to be supported include the repositories, monitoring, notification and enforcement Copyright DSTC,

14 -The High-level Architecture Copyright DSTC,

15 Requirements Requirements for open-ended set of services There will be interaction between some of them Example: Notification about violations picked up by monitor There will be some services using the same input data Tendering plug-in system may use same states as monitor Avoid conflicts between the services Who gets to update shared data? (some are problems inherent to an open-ended system: If components disagree about meaning of data If components have overlap of functionality) Services data-requirements depends on its nature Can t predict what data future services will need Copyright DSTC,

16 Requirements (2) High-level view of contracting situation Required for many of the contracting services E.g. monitoring and notification Interpreting raw input about contracting situation in terms of contract Dynamic modification requirement Run-time addition, modification, removal E.g. of notifications E.g. because of contract amendment or changing needs of signatories Copyright DSTC,

17 Requirements (3) System applicable to wide variety of contracting situations Definitions required (notifications etc) Integration required with external systems Structured representation of contract Also, security and trust Copyright DSTC,

18 Satisfying Requirements Requirement for open-ended, integrated, services Solution: Centralised infrastructure, managing data Used by the Components implementing services Enables data-access, to any service, present or future The default way of storing data Enables safe data sharing / interaction Infrastructure controls updating of, and access to, data Results of processing are distributed by this infrastructure Copyright DSTC,

19 Satisfying Requirements (2) Requirement: high-level view of contracting situation Solution: Events and Contract-States These make up the major component of the data managed by infrastructure Distillation of raw input from signatories systems Converted to higher-level (complex) events and state updates In other words: The raw input interpreted in terms of the contract Monitoring is also a form of this Result of a check is an event indicating contract (non-)violation. I.e. interpreting contract situation in terms of its conformance to the contract. Copyright DSTC,

20 Satisfying Requirements (3) The data managed by centralised infrastructure Contract States Total worth of the goods bought by Purchaser Number of days the delivery of goods are currently late Static Data State date of contract The minimum monthly purchase amount (that was defined in contract) Events Purchaser has just sent payment Deadline for goods delivery has just passed The Supplier has just satisfied all their obligations The value of the total number of goods bought by Purchaser has just changed Copyright DSTC,

21 Satisfying Requirements (4) Requirement: dynamic modification Solution: input via event subscriptions Components subscribe with infrastructure to receive types of events When modification occurs, data required by component changes - change subscriptions Copyright DSTC,

22 Satisfying Requirements (5) Requirement: system applicable to wide variety of contracting situations Solution: input via event subscriptions, and XML definitions of services Definitions of notifications, conditions to monitor etc Requirement: Structured representation of contract We have an XML schema for this Defines clauses Give pieces of information in contract identity Copyright DSTC,

23 Satisfying Requirements - Summary Data managed by central infrastructure Controls access to, and updating of, data Events, Contract-States and Static Data Higher-level constructs for defining events and states Components interact with each other via infrastructure Events, and events causing updates to states Components configured with XML definitions Copyright DSTC,

24 Issues with Solution Centralisation Performance Scalability Multiple components accessing data Race-conditions, logical consistency Transactional controls Updates being managed by the infrastructure When event occurs, states always updated first. Issues should be addressable. Copyright DSTC,

25 -Architecture in Detail Copyright DSTC,

26 Infrastructure and Components Intermediary Raw input, basic formatting as events Event Distributor and State Manager Distributes events Updates states (in response to events) Event Manager General event generation: complex events, temporal events Copyright DSTC,

27 Infrastructure and Components (2) Monitor Event infrastructure enables multiple monitoring strategies E.g.s of strategies: production rules, neural net, etc. Notifier Contract Repository, Notary Contract construction material Secure storage of agreed contracts static data User-Interface Control of system Presentation of system information Copyright DSTC,

28 Infrastructure and Components (3) Events are XML, and have a type Components subscribe to types of events Components make requests for contract-state and static data Components generate events Event Distributor receives all events From Intermediary and other components Event Distributor distributes events I.e. fulfils event subscriptions Copyright DSTC,

29 Definitions Most definitions (notifications, policies, events etc) make use of General expression language >=, +, -, if-then, for-loops, etc etc. Event pattern language Event sequences, parallel sequences, predicates over event contents etc etc etc. E.g. in a notification May use expression language to include calculated value in notification text. Generated on occurrence some event pattern As well as custom constructs for each type of definition E.g. recurring states Copyright DSTC,

30 -Current Status, Future Research Copyright DSTC,

31 Current Research & Development Current Status of Implementation Core of infrastructure, monitoring, notification, user-interface, notary Fleshing out implementation More complex states and events (e.g. sliding windows), etc etc. Implementing Community Model in BCA Community in ODP sense of the word. Roles, assignment of obligations to roles, delegation of obligations etc etc. Relationships with other enterprise concepts processes, actions, events, decisions enterprise integration Copyright DSTC,

32 Future Research and Development More formal representation of contract semantics Extensions to prototype For better trust support For discretionary contract enforcement tools implementing subjective logic principles Add analytical and predictive monitoring Longer-term Options for checking legal purpose of contract compliance with legal rules of an outer system Negotiation support Copyright DSTC,

33 Summary BCA consists of Infrastructure + Components Strong focus on events XML configuration of Infrastructure and Components Provides flexibility and high-level specification Copyright DSTC,

34 Recent references On Expressing and Monitoring Behaviour in Contracts, Z. Milosevic, G. Dromey, EDOC2002, Sept. 02 Discretionary Enforcement of Electronic Contracts, Z. Milosevic, A. Josang, T. Dimitrakos and M-A Patton, EDOC2002 Establishment of Virtual Enterprise Contracts, G.Quirchmayr, Z. Milosevic, R. Tagg, J. Cole, S. Kulkarni), DEXA2002, Sep 02. Enterprise Federation through Web Services based Contracts Architecture S. Kulkarni, Z. Milosevic, OMG Web Services Workshop, Feb 02. Checking of Business to Business Contracts P. Linington, S Neal, Policy 2003 Workshop Copyright DSTC,

35 Questions? Copyright DSTC,

On design and implementation of a contract monitoring facility

On design and implementation of a contract monitoring facility On design and implementation of a contract monitoring facility Z. Milosevic, S. Gibson, P. F. Linington, J. Cole, S. Kulkarni. Distributed Systems Technology Centre, University of Queensland, Brisbane,

More information

Enterprise Federation through Web Services based Contracts Architecture

Enterprise Federation through Web Services based Contracts Architecture Enterprise Federation through Web Services based Contracts Architecture S. Kulkarni, Z. Milosevic, {sachink, zoran}@dstc.edu.au 2002 DSTC Pty Ltd Overview Contracts in e-commerce Support for automated

More information

Identifying requirements for Business Contract Language: a Monitoring Perspective

Identifying requirements for Business Contract Language: a Monitoring Perspective Identifying requirements for Business Contract Language: a Monitoring Perspective S. Neal., J. Cole, P. F. Linington, Z. Milosevic, S. Gibson, S. Kulkarni. University of Kent, Kent, CT2 7NF, UK. {sn7,

More information

White Paper: The Seven Elements of an Effective Compliance and Ethics Program

White Paper: The Seven Elements of an Effective Compliance and Ethics Program White Paper: The Seven Elements of an Effective Compliance and Ethics Program Executive Summary Recently, the United States Sentencing Commission voted to modify the Federal Sentencing Guidelines, including

More information

SOA FOUNDATION DEFINITIONS

SOA FOUNDATION DEFINITIONS SOA FOUNDATION DEFINITIONS SOA Blueprint A structured blog by Yogish Pai The SOA foundation components are illustrated in the figure below. Figure 1: SOA Foundation Business Architecture Business architecture

More information

WebSphere Business Monitor

WebSphere Business Monitor WebSphere Business Monitor Administration This presentation will show you the functions in the administrative console for WebSphere Business Monitor. WBPM_Monitor_Administration.ppt Page 1 of 21 Goals

More information

Life Cycle of ROAD Contracts, Design and Implementation using Compliance Model

Life Cycle of ROAD Contracts, Design and Implementation using Compliance Model Life Cycle of ROAD Contracts, Design and Implementation using Compliance Model Thesis Ajay Pal Singh Supervisor: Alan Colman Submitted in fulfillment of requirements of Research Project HIT 4000 for the

More information

Automating Support for e-business Contracts

Automating Support for e-business Contracts Automating Support for e-business Contracts Peter F. Linington. University of Kent, Canterbury, Kent, CT2 7NF, UK. pfl@kent.ac.uk Abstract This position paper considers the steps necessary to provide sufficient

More information

Usage of Business Process Choreography

Usage of Business Process Choreography Usage of Business Process Choreography Akira Tanaka, Hitachi, Ltd. tanakaak@soft.hitachi.co.jp Infrastructures and Standard 1 Agenda Introduction Lifecycle! Design phase! Usage phase! Managing phase Remarks

More information

Discretionary Enforcement of Electronic Contracts

Discretionary Enforcement of Electronic Contracts Discretionary Enforcement of Electronic Contracts Zoran Milosevic, Audun Jøsang, Theo Dimitrakos and Mary Anne Patton Distributed Systems Technology Centre University of Queensland, Brisbane QLD 4072,

More information

CLOUD BASED SEMANTIC EVENT PROCESSING FOR

CLOUD BASED SEMANTIC EVENT PROCESSING FOR CLOUD BASED SEMANTIC EVENT PROCESSING FOR MONITORING AND MANAGEMENT OF SUPPLY CHAINS A VLTN White Paper Dr. Bill Karakostas Bill.karakostas@vltn.be Executive Summary Supply chain visibility is essential

More information

BEA AquaLogic Integrator Agile integration for the Enterprise Build, Connect, Re-use

BEA AquaLogic Integrator Agile integration for the Enterprise Build, Connect, Re-use Product Data Sheet BEA AquaLogic Integrator Agile integration for the Enterprise Build, Connect, Re-use BEA AquaLogic Integrator delivers the best way for IT to integrate, deploy, connect and manage process-driven

More information

Emptoris Contract Management Solution for Healthcare Providers

Emptoris Contract Management Solution for Healthcare Providers Emptoris Contract Management Solution for Healthcare Providers An Emptoris White Paper Emptoris, an IBM Company www.emptoris.com CMS-HP-4/12 Emptoris Contract Management Solution for Healthcare Providers

More information

Task Manager. Task Management

Task Manager. Task Management Task Management ibpms Business Process Applications (BPAs) are the innovative, new class of Service Oriented Business Applications (SOBAs) that help businesses automate and simplify the management of missioncritical,

More information

JIRA RAID User Manual

JIRA RAID User Manual JIRA RAID User Manual CONTENTS 1 OBJECTIVE... 3 2 INTRODUCTION... 4 3 RISK ISSUE TYPE TEMPLATE... 4 3.1 CREATE ISSUE SCREEN... 4 3.2 VIEW ISSUE SCREEN AFTER REQUIREMENTS CAPTURED AND ISSUE CREATED... 13

More information

GECKO Software. Introducing FACTORY SCHEMES. Adaptable software factory Patterns

GECKO Software. Introducing FACTORY SCHEMES. Adaptable software factory Patterns Introducing FACTORY SCHEMES Adaptable software factory Patterns FACTORY SCHEMES 3 Standard Edition Community & Enterprise Key Benefits and Features GECKO Software http://consulting.bygecko.com Email: Info@gecko.fr

More information

1.1 An initial request to enter into a contractual arrangement may be initiated by either Massey University or another party (Other Party).

1.1 An initial request to enter into a contractual arrangement may be initiated by either Massey University or another party (Other Party). CONTRACT MANAGEMENT PROCEDURE Section Risk Management Contact Risk Manager Last Review February 2013 Next Review February 2016 Approval Not required Procedures Contract Initiation Request Mandatory Guidance

More information

How to Set Up and Use PeopleSoft Procurement and Supplier Contracts

How to Set Up and Use PeopleSoft Procurement and Supplier Contracts How to Set Up and Use PeopleSoft Procurement and Supplier Contracts Keith Olander Director Product Management SCM PeopleSoft Copyright 2014 Oracle and/or its affiliates. All rights reserved. Oracle Confidential

More information

Part 2: The Neuron ESB

Part 2: The Neuron ESB Neuron ESB: An Enterprise Service Bus for the Microsoft Platform This paper describes Neuron ESB, Neudesic s ESB architecture and framework software. We first cover the concept of an ESB in general in

More information

WP133 - EMR Metering Disputes Resolution Procedure

WP133 - EMR Metering Disputes Resolution Procedure PUBLIC WP133 - EMR Metering Disputes Resolution Procedure EMRS Working Practice EMR Settlement Limited Version 1.0 20 October 2015 WP133 - EMR METERING DISPUTES RESOLUTION PROCEDURE CONTENTS 1. INTRODUCTION...

More information

Contiki Sourcing and Enterprise Contract Management overview

Contiki Sourcing and Enterprise Contract Management overview Contiki Sourcing and Enterprise Contract Management overview www.cmacontiki.com Page 1 Contents About CMA Contiki... 3 About Contiki Enterprise Contract Management suite... 3 Contiki ECM supports business

More information

Clarity Assurance allows operators to monitor and manage the availability and quality of their network and services

Clarity Assurance allows operators to monitor and manage the availability and quality of their network and services Clarity Assurance allows operators to monitor and manage the availability and quality of their network and services clarity.com The only way we can offer World Class Infocomm service is through total automation

More information

CLOUD ARCHITECTURE DIAGRAMS AND DEFINITIONS

CLOUD ARCHITECTURE DIAGRAMS AND DEFINITIONS CLOUD ARCHITECTURE DIAGRAMS AND DEFINITIONS April 2014 Cloud Conceptual Reference Model The ease of use a Cloud Consumer experiences results from a complex, behind-the-scenes, orchestration of interchangeable,

More information

Contract management's effect on in house counsel

Contract management's effect on in house counsel IBM Software Industry Solutions Industry/Product Identifier Contract management's effect on in house counsel Impacting contract visibility, analysis and compliance Emptoris Contract Management Solutions

More information

Attribute-Based Access Control. Stephen Schwab and Jay Jacobs. SPARTA ISSO Security Research Division (d.b.a. Cobham Analytic Solutions)

Attribute-Based Access Control. Stephen Schwab and Jay Jacobs. SPARTA ISSO Security Research Division (d.b.a. Cobham Analytic Solutions) March 18, 2010 Attribute-Based Access Control Stephen Schwab and Jay Jacobs SPARTA ISSO Security Research Division (d.b.a. Cobham Analytic Solutions) Topics ABAC Usage and Features RT 0 Credentials Delegation

More information

New Guidelines on Good Distribution Practice of Medicinal Products for Human Use (2013/C 68/01)

New Guidelines on Good Distribution Practice of Medicinal Products for Human Use (2013/C 68/01) Safeguarding public health New Guidelines on Good Distribution Practice of Medicinal Products for Human Use (2013/C 68/01) Tony Orme, Senior GDP Inspector Inspection, Enforcement and Standards Division

More information

Emptoris Contract Management for Healthcare HIPAA Compliance

Emptoris Contract Management for Healthcare HIPAA Compliance Emptoris Contract Management for Healthcare HIPAA Compliance An Emptoris White Paper Emptoris, an IBM Company www.emptoris.com ECHHC-4/12 Executive Summary Provider contracts are complex, dynamic, and

More information

Automated econtract Negotiation in Web Service Environment: Electronic Contract Management Aspects

Automated econtract Negotiation in Web Service Environment: Electronic Contract Management Aspects 241 Automated econtract Negotiation in Web Service Environment: Electronic Contract Management Aspects Marius ŠAUČIŪNAS Institute of Mathematics and Informatics, Vilnius University Akademijos Str. 4, Vilnius,

More information

Oracle Order Management

Oracle Order Management Oracle Order Management Oracle Order Management is an order-to-cash solution that provides capabilities for customers, partners and employees to select the right products and services, negotiate the best

More information

Your Open Source Investment Know. Manage. Protect.

Your Open Source Investment Know. Manage. Protect. Using open source software provides a compelling business case, but if companies violate the software s licenses, the consequences can be more severe than they think. Open Source Risk Management s services

More information

General Terms of Public Procurement in Service Contracts JYSE 2014 SERVICES

General Terms of Public Procurement in Service Contracts JYSE 2014 SERVICES General Terms of Public Procurement in Service Contracts January 2015 Contents Introduction...3 Issues to be observed in applying...5 General Terms of Public Procurement in Service Contracts ()...9 1 Definitions...9

More information

Air Force SOA Enterprise Service Bus Study Using Business Process Management Workflow Orchestration for C4I Systems Integration

Air Force SOA Enterprise Service Bus Study Using Business Process Management Workflow Orchestration for C4I Systems Integration Air Force SOA Enterprise Service Bus Study Using Business Process Management Workflow Orchestration for C4I s Integration Dr. Timothy D. Kehoe, Irene Chang, Dave Czulada, Howard Kong, Dr. Dino Konstantopoulos

More information

15-213. Procurement practices of school districts and charter schools; definitions

15-213. Procurement practices of school districts and charter schools; definitions ARIZONA AUTHORITY 15-213. Procurement practices of school districts and charter schools; definitions A. The state board of education shall adopt rules prescribing procurement practices for all school districts

More information

CONTRACT MANAGEMENT POLICY

CONTRACT MANAGEMENT POLICY CONTRACT MANAGEMENT POLICY Section Finance Approval Date 25/08/2014 Approved by Directorate Next Review Aug 2016 Responsibility Chief Operating Officer Key Evaluation Question 6 PURPOSE The purpose of

More information

zen Platform technical white paper

zen Platform technical white paper zen Platform technical white paper The zen Platform as Strategic Business Platform The increasing use of application servers as standard paradigm for the development of business critical applications meant

More information

LEGAL SERVICES PRESENTATION DOCUMENT FOR THE JURISDICTIONS OF THE CZECH REPUBLIC AND SLOVAKIA

LEGAL SERVICES PRESENTATION DOCUMENT FOR THE JURISDICTIONS OF THE CZECH REPUBLIC AND SLOVAKIA LEGAL SERVICES PRESENTATION DOCUMENT FOR THE JURISDICTIONS OF THE CZECH REPUBLIC AND SLOVAKIA About the Firm Vozáb & Co. stands firmly rooted in the fundamentals of contemporary advocacy laid down in the

More information

Business Process. Automation. Automation. David Chernicoff Susan Perschke. sponsored by

Business Process. Automation. Automation. David Chernicoff Susan Perschke. sponsored by Business Process Automation Managing Cost in Your Automation Enterprise David Chernicoff Susan Perschke sponsored by i Contents Business Process Automation Managing Cost in Your Enterprise Chapter 4: BPA

More information

Introduction. C a p a b i l i t y d o c u m e n t : B i z T a l k S e r v e r

Introduction. C a p a b i l i t y d o c u m e n t : B i z T a l k S e r v e r Microsoft Technology Practice Capability document Overview Microsoft BizTalk Server is the middleware application server providing Business Process Management, Process Automations along with SOA / ESB

More information

Is your Contract Management just Good Enough?

Is your Contract Management just Good Enough? Is your Contract Management just Good Enough? Table of Contents 1.0 Introduction...3 2.0 What Contract Management Issues Do Enterprises Face?...4 2.1 Revenue Assurance... 4 2.2 Risk Management... 5 2.3

More information

APT How to Better Manage Risk by Outsourcing Risk Measurement. London 11 June 2014

APT How to Better Manage Risk by Outsourcing Risk Measurement. London 11 June 2014 APT How to Better Manage Risk by Outsourcing Risk Measurement London 11 June 2014 SunGard APT How to Better Manage Risk by Outsourcing Risk Measurement Benoit Louis Head of managed Services SunGard APT

More information

Thought Leadership White Paper

Thought Leadership White Paper Thought Leadership White Paper Introduction Contracts form the foundation of all businesses and every business relationship. They define every aspect of a business s activities procurement, sales, marketing,

More information

Increasing business values with efficient Software Configuration Management

Increasing business values with efficient Software Configuration Management Increasing business values with efficient Software Configuration Management A Softhouse White Paper Leif Trulsson February 2005 Softhouse Consulting, Stormgatan 14, SE-211 20 Malmö info@softhouse.se www.softhouse.se

More information

Recommendation regarding agreements on the distribution of life insurance policies

Recommendation regarding agreements on the distribution of life insurance policies Recommendation regarding agreements on the distribution of life insurance policies Recommendation 2014-R-01 of 3 July 2014 1. Background An analysis of the practices and agreements observed in the insurance

More information

Policy Driven Practices for SOA

Policy Driven Practices for SOA Independent Insight for Oriented Practice Policy Driven Practices for SOA Lawrence Wilkes CBDI Forum www.cbdiforum.com Agenda! Enterprise SOA Challenge! SOA Policy Areas! Layered Architecture as a basis

More information

SOA-14: Continuous Integration in SOA Projects Andreas Gies

SOA-14: Continuous Integration in SOA Projects Andreas Gies Distributed Team Building Principal Architect http://www.fusesource.com http://open-source-adventures.blogspot.com About the Author Principal Architect PROGRESS - Open Source Center of Competence Degree

More information

Enterprise Integration Architectures for the Financial Services and Insurance Industries

Enterprise Integration Architectures for the Financial Services and Insurance Industries George Kosmides Dennis Pagano Noospherics Technologies, Inc. gkosmides@noospherics.com Enterprise Integration Architectures for the Financial Services and Insurance Industries Overview Financial Services

More information

Open EMS Suite. O&M Agent. Functional Overview Version 1.2. Nokia Siemens Networks 1 (18)

Open EMS Suite. O&M Agent. Functional Overview Version 1.2. Nokia Siemens Networks 1 (18) Open EMS Suite O&M Agent Functional Overview Version 1.2 Nokia Siemens Networks 1 (18) O&M Agent The information in this document is subject to change without notice and describes only the product defined

More information

Chap 1. Introduction to Software Architecture

Chap 1. Introduction to Software Architecture Chap 1. Introduction to Software Architecture 1. Introduction 2. IEEE Recommended Practice for Architecture Modeling 3. Architecture Description Language: the UML 4. The Rational Unified Process (RUP)

More information

Protective Marking for UK Government

Protective Marking for UK Government Protective Marking for UK Government WHITE PAPER Contents Introduction 3 Regulatory Requirements 3 Government Protective Marking System (GPMS) 3 The Value Beyond Regulatory Requirements 4 Leveraging Other

More information

Abstract. Governance TRADERS CITIZENS

Abstract. Governance TRADERS CITIZENS Abstract Towards Regulating Electronic Communities with s Michal Morciniec, Mathias Salle, Brian Monahan Trusted E-Service Laboratory, Hewlett-Packard Laboratories Bristol We present work-in-progress towards

More information

NSI Policy Supplement for XML Retail Accounting Reports Certification/Verification. May 7, 2007 Revision 1.1

NSI Policy Supplement for XML Retail Accounting Reports Certification/Verification. May 7, 2007 Revision 1.1 NSI Policy Supplement for XML Retail Accounting Reports Certification/Verification May 7, 2007 Revision 1.1 Table of Contents 1. Overview... 3 1.1 Introduction... 3 1.2 Scope... 3 1.2.1 Scope of certification

More information

Current Challenges in Managing Contract Lifecycle Management

Current Challenges in Managing Contract Lifecycle Management Current Challenges in Managing Lifecycle Management s are the bloodline of your business. Due to increased pressure in volume, complexity and regulatory compliance, contracts have evolved from a simple

More information

SPECIAL CONDITIONS PART A SPECIFIC CONDITIONS OF CONTRACT

SPECIAL CONDITIONS PART A SPECIFIC CONDITIONS OF CONTRACT Ministry of Education Page 1 of 5 SPECIAL CONDITIONS PART A SPECIFIC CONDITIONS OF CONTRACT Clause references below refer to clauses in the General Conditions of Contract for Consultancy Services August

More information

Financial Services Guidance Note Outsourcing

Financial Services Guidance Note Outsourcing Financial Services Guidance Note Issued: April 2005 Revised: August 2007 Table of Contents 1. Introduction... 3 1.1 Background... 3 1.2 Definitions... 3 2. Guiding Principles... 5 3. Key Risks of... 14

More information

BPA Policy 482-1 Contract Lifecycle Management

BPA Policy 482-1 Contract Lifecycle Management B O N N E V I L L E P O W E R A D M I N I S T R A T I O N -1 Contract Lifecycle Management Customer Contracting Table of Contents 482-1.1 Purpose & Background... 2 482-1.2 Policy Owner... 2 482-1.3 Applicability...

More information

The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets

The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets!! Large data collections appear in many scientific domains like climate studies.!! Users and

More information

Simplify the Complexity of Managing 3rd Party Anti-Bribery / FCPA Compliance

Simplify the Complexity of Managing 3rd Party Anti-Bribery / FCPA Compliance Simplify the Complexity of Managing 3rd Party Anti-Bribery / FCPA Compliance Arm Stakeholders with Critical Information to Assess 3rd Party Relationships and Comply with the Foreign Corrupt Practices Act

More information

PECOS. Product Features Guide Purchase to Pay

PECOS. Product Features Guide Purchase to Pay PECOS Product Features Guide Purchase to Pay Elcom PECOS Currently enables over 120,000 buyers within 200+ organizations to manage more than $8 billion in total procurement spend each year. These buyers

More information

Tilburg University. Publication date: 2010. Link to publication

Tilburg University. Publication date: 2010. Link to publication Tilburg University On the formal specification of business contracts and regulatory compliance Elgammal, Onbekend; Türetken, O.; van den Heuvel, Willem-Jan; Papazoglou, Mike Published in: Proceedings of

More information

Cloudbuz at Glance. How to take control of your File Transfers!

Cloudbuz at Glance. How to take control of your File Transfers! How to take control of your File Transfers! A MFT solution for ALL organisations! Cloudbuz is a MFT (Managed File Transfer) platform for organisations and businesses installed On-Premise or distributed

More information

Increasing the Productivity and Efficiency of Business Transactions with Microsoft Business Solutions Navision Intercompany Postings

Increasing the Productivity and Efficiency of Business Transactions with Microsoft Business Solutions Navision Intercompany Postings Increasing the Productivity and Efficiency of Business Transactions with Microsoft Business Solutions Navision Intercompany Postings White Paper Published: May 2004 Contents Introduction...1 Streamlining

More information

A MODEL FOR E-ORDERING AND E-INVOICING

A MODEL FOR E-ORDERING AND E-INVOICING A MODEL FOR E-ORDERING AND E-INVOICING Kiril Kiroski Institute of Informatics, Faculty of Natural Sciences and Mathematics Skopje, Macedonia Marjan Gusev Institute of Informatics, Faculty of Natural Sciences

More information

Drivers, Options, and Strategies Simplify and Accelerate e-business Integration

Drivers, Options, and Strategies Simplify and Accelerate e-business Integration Modernizing EDI Drivers, Options, and Strategies Simplify and Accelerate e-business Integration EDI Modernization Business Drivers Slow onboarding of new customers and vendors Lost revenue opportunities

More information

Customer Responsiveness Strategy

Customer Responsiveness Strategy Customer Responsiveness Strategy Dated 23 June 2006. Telstra Corporation Limited (ABN 33 051 775 556) ( Telstra ) Disclaimer This Customer Responsiveness Strategy is being published in furtherance of Telstra

More information

SmartPlant Foundation 2008. Intergraph Australia 2008 15-19 September 2008

SmartPlant Foundation 2008. Intergraph Australia 2008 15-19 September 2008 SmartPlant Foundation 2008 Intergraph Australia 2008 15-19 September 2008 THE VÅV Take Up Project The journey started in 1997 in Norway with support of a standards initiative the POSC/Caesar project Joint

More information

The Open Access Strategy of the Max Planck Society

The Open Access Strategy of the Max Planck Society The Open Access Strategy of the Max Planck Society CNS/INIST Workshop Open Access to Research Findings 24 Jun 2004, La Rochelle Theresa Velden (Heinz Nixdorf Center for Information Management in the Max

More information

Functional and technical specifications. Background

Functional and technical specifications. Background Functional and technical specifications Background In terms of the Public Audit Act, 2004 (Act No. 25 of 2004) (PAA), the deputy auditor-general (DAG) is responsible for maintaining an effective, efficient

More information

Key New Capabilities Complete, Open, Integrated. Oracle Identity Analytics 11g: Identity Intelligence and Governance

Key New Capabilities Complete, Open, Integrated. Oracle Identity Analytics 11g: Identity Intelligence and Governance Key New Capabilities Complete, Open, Integrated Oracle Analytics 11g: Intelligence and Governance Paola Marino Principal Sales Consultant, Management Agenda Drivers Oracle Analytics

More information

Business-Driven Software Engineering Lecture 3 Foundations of Processes

Business-Driven Software Engineering Lecture 3 Foundations of Processes Business-Driven Software Engineering Lecture 3 Foundations of Processes Jochen Küster jku@zurich.ibm.com Agenda Introduction and Background Process Modeling Foundations Activities and Process Models Summary

More information

The ConTract Model. Helmut Wächter, Andreas Reuter. November 9, 1999

The ConTract Model. Helmut Wächter, Andreas Reuter. November 9, 1999 The ConTract Model Helmut Wächter, Andreas Reuter November 9, 1999 Overview In Ahmed K. Elmagarmid: Database Transaction Models for Advanced Applications First in Andreas Reuter: ConTracts: A Means for

More information

Enterprise Level Change Control: A Life Science Business Imperative. Presented by: Carl Ning Solutions Delivery Manager Sparta Systems

Enterprise Level Change Control: A Life Science Business Imperative. Presented by: Carl Ning Solutions Delivery Manager Sparta Systems Enterprise Level Change Control: A Life Science Business Imperative Presented by: Carl Ning Solutions Delivery Manager Sparta Systems Agenda Global Change Control: An Overview Benefits and Challenges Change

More information

NSW Data & Information Custodianship Policy. June 2013 v1.0

NSW Data & Information Custodianship Policy. June 2013 v1.0 NSW Data & Information Custodianship Policy June 2013 v1.0 CONTENTS 1. PURPOSE... 4 2. INTRODUCTION... 4 2.1 Information Management Framework... 4 2.2 Data and information custodianship... 4 2.3 Terms...

More information

DOWNRIVER COMMUNITY FEDERAL CREDIT UNION VISA BUSINESS CREDIT CARD AGREEMENT

DOWNRIVER COMMUNITY FEDERAL CREDIT UNION VISA BUSINESS CREDIT CARD AGREEMENT 1 DOWNRIVER COMMUNITY FEDERAL CREDIT UNION VISA BUSINESS CREDIT CARD AGREEMENT THIS IS YOUR AGREEMENT WITH DOWNRIVER COMMUNITY FEDERAL CREDIT UNION REGARDING RIGHTS AND RESPONSIBILITIES ASSOCIATED WITH

More information

exist-db Subscriptions

exist-db Subscriptions !! exist-db Subscriptions Terms and Conditions exist Solutions GmbH Dr-Ludwig-Opel-Straße 50, 65428 Rüsselsheim, Germany 1. Definitions Software means the exist-db Open Source Native XML database, its

More information

Software Life-Cycle Management

Software Life-Cycle Management Ingo Arnold Department Computer Science University of Basel Theory Software Life-Cycle Management Architecture Styles Overview An Architecture Style expresses a fundamental structural organization schema

More information

BUSINESS RULES CONCEPTS... 2 BUSINESS RULE ENGINE ARCHITECTURE... 4. By using the RETE Algorithm... 5. Benefits of RETE Algorithm...

BUSINESS RULES CONCEPTS... 2 BUSINESS RULE ENGINE ARCHITECTURE... 4. By using the RETE Algorithm... 5. Benefits of RETE Algorithm... 1 Table of Contents BUSINESS RULES CONCEPTS... 2 BUSINESS RULES... 2 RULE INFERENCE CONCEPT... 2 BASIC BUSINESS RULES CONCEPT... 3 BUSINESS RULE ENGINE ARCHITECTURE... 4 BUSINESS RULE ENGINE ARCHITECTURE...

More information

Client Services Agreement: Financial Planning and Investment Consultation

Client Services Agreement: Financial Planning and Investment Consultation Client Services Agreement: Financial Planning and Investment Consultation Please review this Client Services Engagement Agreement ( Agreement ) carefully as it sets forth the understanding between you

More information

Less paper less costly way to manage documents! Document and Process Management System

Less paper less costly way to manage documents! Document and Process Management System Less paper less costly way to manage documents! and Process System What is AVILYS (eng. Hive) Processes and documents in each organisation are very closely related. Managing them is not an easy task at

More information

Supply Chain Management Build Connections

Supply Chain Management Build Connections Build Connections Enabling a business in manufacturing Building High-Value Connections with Partners and Suppliers Build Connections Is your supply chain responsive, adaptive, agile, and efficient? How

More information

SUPPLIER QUALITY MANAGEMENT SYSTEM QUESTIONNAIRE

SUPPLIER QUALITY MANAGEMENT SYSTEM QUESTIONNAIRE Company Name Street Address City, State, Zip code Phone Number Fax Company Website Email Address ORGANIZATION NAME PHONE NUMBER EMAIL ADDRESS President/CEO General Manager Engineering Manager Production

More information

PerfectSource SM. www.perfect.com. PerfectProcure PerfectSource PerfectPIM The OSN

PerfectSource SM. www.perfect.com. PerfectProcure PerfectSource PerfectPIM The OSN SM Perfect Commerce s suite is an On-Demand solution that supports best-in-class supply management, from RFx s to contracts to results. provides visibility and control to strategic decisions made before

More information

BUSINESS TERMS AND CONDITIONS FOR USE OF MONKEYDATA SERVICE

BUSINESS TERMS AND CONDITIONS FOR USE OF MONKEYDATA SERVICE BUSINESS TERMS AND CONDITIONS FOR USE OF MONKEYDATA SERVICE 1. CONTRACTING PARTIES 1.1. Provider: (hereinafter "BTC ) MonkeyData s.r.o. Business ID: 02731452, Tax Identification Number: CZ2731452 Registered

More information

Sales Order Management

Sales Order Management Management Overview Flexibility and agility are essential for any business operating locally, regionally, or globally. Epicor s iscala ERP offers a flexible and agile sales solution designed to support

More information

PEOPLESOFT esettlements

PEOPLESOFT esettlements PEOPLESOFT esettlements Relying on paper-based processes to pay for goods and services and to resolve disputes with suppliers can be costly, inefficient, and D KEY FEATURES Automated settlement process

More information

An Analysis of the B2B E-Contracting Domain - Paradigms and Required Technology 1

An Analysis of the B2B E-Contracting Domain - Paradigms and Required Technology 1 An Analysis of the B2B E-Contracting Domain - Paradigms and Required Technology 1 Samuil Angelov and Paul Grefen Department of Technology Management, Eindhoven University of Technology, P.O. Box 513, 5600

More information

7.4.1 Be required to make exhaustive or continuous on-site reviews;

7.4.1 Be required to make exhaustive or continuous on-site reviews; SUPPLEMENTARY CONDITIONS TO THE CANADIAN STANDARD FORM OF CONTRACT FOR ARCHITECTURAL SERVICES DOCUMENT SIX 2006 EDITION RAIC 6 2006 FRASER HEALTH PROJECTS The following Supplementary Conditions are specific

More information

Questionnaire for the SaaS contract

Questionnaire for the SaaS contract IT Cluster Vienna Cloud Computing Group Publisher: Paul Meinl Questionnaire for the SaaS contract Overview of issues for negotiation preparations Before you start talks with the potential contractual partner,

More information

PEOPLESOFT ENTERPRISE esettlements

PEOPLESOFT ENTERPRISE esettlements PEOPLESOFT ENTERPRISE esettlements Relying on paper-based processes to pay for goods and services and to resolve disputes with suppliers can be costly, inefficient, and D KEY FEATURES Automated settlement

More information

This interpretation of the revised Annex

This interpretation of the revised Annex Reprinted from PHARMACEUTICAL ENGINEERING The Official Magazine of ISPE July/August 2011, Vol. 31 No. 4 www.ispe.org Copyright ISPE 2011 The ISPE GAMP Community of Practice (COP) provides its interpretation

More information

PEOPLESOFT ENTERPRISE PAYABLES

PEOPLESOFT ENTERPRISE PAYABLES PEOPLESOFT ENTERPRISE PAYABLES Oracle s PeopleSoft Enterprise Payables provides automated invoice and payment processing to ensure timely and accurate payment for KEY FEATURES Support shared service centers

More information

IT as a Service Emerges as a New Management Paradigm in the Software-Defined Datacenter Era

IT as a Service Emerges as a New Management Paradigm in the Software-Defined Datacenter Era Customer Needs and Strategies IT as a Service Emerges as a New Management Paradigm in the Software-Defined Datacenter Era Mary Johnston Turner IDC OPINION IT as a service (ITaaS) represents a fundamentally

More information

DocSavi. Expert Solution for Accounts Payable Invoice Automation. Accounts Payable Automation and ROI

DocSavi. Expert Solution for Accounts Payable Invoice Automation. Accounts Payable Automation and ROI Changing Role of Accounts Payables Accounts Payable Automation and ROI Over the last 5 years the role of the accounts payable department in all levels of enterprises has dramatically changed. Specifically,

More information

A Simple Guide to Material Master Data Governance. By Keith Boardman, Strategy Principal

A Simple Guide to Material Master Data Governance. By Keith Boardman, Strategy Principal A Simple Guide to Material Master Data Governance By Keith Boardman, Strategy Principal DATUM is an Information Management solutions company focused on driving greater business value through data. We provide

More information

Request for Proposal. Contract Management Software

Request for Proposal. Contract Management Software Request for Proposal Contract Management Software Ogden City Information Technology Division RETURN TO: Ogden City Purchasing Agent 2549 Washington Blvd., Suite 510 Ogden, Utah 84401 Attn: Sandy Poll 1

More information

Business Intelligence and Service Oriented Architectures. An Oracle White Paper May 2007

Business Intelligence and Service Oriented Architectures. An Oracle White Paper May 2007 Business Intelligence and Service Oriented Architectures An Oracle White Paper May 2007 Note: The following is intended to outline our general product direction. It is intended for information purposes

More information

Understanding Business Process Management

Understanding Business Process Management Title Page Understanding Business Process Management Version 8.2 April 2012 Copyright This document applies to webmethods Product Suite Version 8.2 and to all subsequent releases. Specifications contained

More information

Databases in Organizations

Databases in Organizations The following is an excerpt from a draft chapter of a new enterprise architecture text book that is currently under development entitled Enterprise Architecture: Principles and Practice by Brian Cameron

More information

Event-based middleware services

Event-based middleware services 3 Event-based middleware services The term event service has different definitions. In general, an event service connects producers of information and interested consumers. The service acquires events

More information

WebSphere Business Monitor

WebSphere Business Monitor WebSphere Business Monitor Monitor models 2010 IBM Corporation This presentation should provide an overview of monitor models in WebSphere Business Monitor. WBPM_Monitor_MonitorModels.ppt Page 1 of 25

More information

Business Process Management with @enterprise

Business Process Management with @enterprise Business Process Management with @enterprise March 2014 Groiss Informatics GmbH 1 Introduction Process orientation enables modern organizations to focus on the valueadding core processes and increase

More information