CasinArena GLS/MGA RNG Compliance

Size: px
Start display at page:

Download "CasinArena GLS/MGA RNG Compliance"

Transcription

1 Gambling Commission approved Test House Accredited to ISO/IEC 17025:2005 NMi Metrology & Gaming Ltd Parc Menai Bangor Gwynedd LL57 4EZ United Kingdom Tel: +44 (0) Report to Scientific Games Interactive CasinArena GLS/MGA RNG Compliance Report Reference ID Jurisdiction Issue Date NMI/136/027/UK/RTS/02 United Kingdom 30/10/2015 Executive Summary This report summarises our assessment of Scientific Games Interactive's Random Number Generator (RNG). SGI provided source code and a test harness for empirical testing. Our assessment methods included empirical testing of the RNG outputs and review of the supplied source code. Testing was performed on the following baseline: Platform Supplier: WMS Industries Inc. Platform Version: Ocelot CasinArena system v MGA v GLS v The RNG has been assessed for compliance with the relevant sections of the United Kingdom Gambling Commission (UKGC) Remote gambling and software technical standards (July 2015). The RNG outputs were determined to be acceptably random for the ranges assessed and also from a bitwise perspective. The source code for the RNG has been reviewed and no potential issues have been noted. Based on the selection of tests executed it is our assessment that the RNG is suitable for production of random numbers for gaming applications. No issues are raised. This report supersedes report NMI/136/027/UK/RTS/01 Authorised By Aled Hughes Laboratory Manager. Disclaimer This report and any accompanying documents are provided as is with no warranties. All systems may contain defects and nothing in this document is intended to represent or warrant that any items assessed are complete and free from errors. The operator remains solely responsible for the design, functionality and provision of their product(s) and service(s), including any liability arising from legal infringement, technical non-compliance or product warranty. This document remains the property of NMi Metrology & Gaming Ltd and, apart from supply to the intended regulator, is not to be copied, shared or distributed in any way without the express consent of NMi Metrology & Gaming Ltd. Page 1 of 10

2 Table of Contents Introduction... 3 Caveats...3 Quality Control...3 Test Item Details...4 Critical Components...4 Source Code...4 Testing Overview... 5 Customer Contacts...5 Dates... 5 Locations... 5 Applicable Standards... 5 Methods... 5 Code Analysis... 6 RNG Predictability...6 Seeding...6 Background Cycling...6 Outputs... 6 Period... 6 Mapping and Scaling... 6 RNG Failure... 6 Empirical Testing...7 Ranges & Volumes Tested...7 Appendix A: Requirements Met... 9 Appendix B: Requirements Not Applicable Page 2 of 10

3 Introduction NMi UK is approved to provide testing services relating to online gaming by the UK Gambling Commission, the Alderney Gambling Control Commission (AGCC), the Isle of Man Gambling Supervision Commission (GSC), the Jersey Gambling Commission, the Spanish National Gambling Commission (CNJ), the Government of Gibraltar Licencing Authority, the Malta Lotteries and Gaming Authority (LGA), Loto-Quebec and the British Columbia Gaming Policy and Enforcement Branch (GPEB). For a full list of NMi's accreditations (including details of all land-based and i-gaming regulatory approvals), please see Caveats The results presented in this document are a summary of the testing work undertaken, and this report is subject to a number of caveats, including: All items provided for inspection and/or testing are declared by the customer to be configured identically to those in commercial use. All software and source code provided for empirical testing and/or code review is declared by the customer to behave identically to the software and code in commercial use. Decisions taken by the supplied software in automatic test modes / simulators are reasonable emulations of those that would be expected to be taken by real players. All efforts have been taken to ensure that the testing undertaken has been as exhaustive as necessary to demonstrate compliance or non-compliance. NMi UK takes on trust that all test items (including all hardware and software), all documentation and all communications are accurate, truthful, and that there is no intention to deceive or subvert the assessment of compliance. Quality Control The monitoring of this testing project was the responsibility of NMi's Quality Manager and every effort has been made to ensure the accuracy of the information contained in this report. If errors or omissions are discovered, please contact us with details as soon as possible. NMi reserves the right to revise and reissue this Test Report if additional information is presented or discovered. Page 3 of 10

4 Test Item Details Critical Components GLS SHA-1 checksum c e55cd09dfa10794a0462fb File name gls/casinarena/spms/rng_r250/_rng.dll MGA SHA-1 checksum 45f4fa75363be90ec5d70db88ee84cf34e3854d3 File name Providers/_Rng.dll Source Code SHA-1 checksum d2528d4f05443ff c58fb3e5279dd7e5 9a49a7e796f754a30ee8a2172b94674ccf96f2bb acd2c2dc2db93a4723f7598bd6c2fd8eed93096b 4ce703a5f29f24a1b4fb5e34d32e903ad90c9510 f3fc2642bde85940ad9d ade47007d88b 8b4f8b916a2847f53da9aede6d11aac3af9ea0a9 c9ce9e1510eecb100975ccaead625c85c2cace7a File name 3rdparty/r250c/r250.cpp 3rdparty/r250c/r250.h 3rdparty/r250c/randlcg.cpp 3rdparty/r250c/randlcg.h WmsRng.cpp WmsRng.h main.cpp Page 4 of 10

5 Testing Overview Customer Contacts The customer liaisons were Lyndon Bennett and Ed Cudanes. Dates Testing was undertaken during the following periods: 18/09/ /09/2014 (including re-submissions) 30/10/ /10/2015 (signature update) Locations Testing was undertaken at the following locations: 1-3 Llys Helyg, Parc Menai, Bangor LL57 4EZ, UK Lougheed Highway, Burnaby, British Columbia, V5C 0E4, Canada. Applicable Standards Conformance with the following standards has been assessed, under the terms of NMi UK's ISO/IEC 17025:2005 accreditation: Document Remote Gambling and Software Technical Standards (July 2015) Abbreviation Used UK_RTS Methods Our assessment methods included statistical analysis of RNG outputs and source code review. Page 5 of 10

6 Code Analysis The submission consisted of C++ source files, implementing the RNG algorithm and supporting functions. The RNG uses an implementation of the r250 shift-register algorithm; 7 instances are used in combination. RNG Predictability The implementation of the RNG ensures that, even with knowledge of the algorithm, implementation and seed it would be computationally infeasible to predict the next number. Seeding Each of the RNG instances are seeded individually from an implementation of Park and Miller's linear congruential generator (LCG) RNG. The entropy source is the number of seconds elapsed since the Epoch (January 1, 1970). The RNG instances are only re-seeded on restart. Background Cycling The instances cycle randomly, at an acceptable rate to prevent prediction. Outputs The RNG produces integer numbers in the interval [0, 2^32]. Period The period of the RNG is sufficiently large to ensure that all game outcome combinations are possible for the declared applications. Mapping and Scaling The scaling algorithm used to reduce the range of the RNG maintains a uniform probability for the reduced range; therefore, the numbers within the lower range are equally probable. RNG Failure The RNG is required for system operation, so any failure to instantiate the RNG will cause a corresponding failure of the system itself to operate. In the event of failure, an alert in the Self-Monitoring program occurs. Page 6 of 10

7 Empirical Testing Ranges & Volumes Tested The following samples were generated for the RNG: 3 sets of 6 million 16 bit integers between 0 and 65,535 (inclusive) 20 million scaled integers between 0 to 5 (inclusive) 20 million scaled integers between 0 to 11 (inclusive) 20 million scaled integers between 0 to 36 (inclusive) 20 million scaled integers between 0 to 51 (inclusive) 20 million scaled integers between 0 to 74 (inclusive) 20 million scaled integers between 0 to 89 (inclusive) 20 million scaled integers between 0 to 255 (inclusive) 20 million scaled integers between 0 to 999 (inclusive) 20 million scaled integers between 0 to 9,999 (inclusive) 20 million scaled integers between 0 to 99,999 (inclusive) The results are summarised as follows: Analysis of 3 sets of 6 million 16 bit integers between 0 and 65,535 (inclusive) The numbers passed the Diehard Battery of tests, confirming that the software RNG is functioning correctly from a bitwise randomness perspective. Analysis of 20 million scaled integers between 0 and 5 (inclusive) Analysis of 20 million scaled integers between 0 and 11 (inclusive) Analysis of 20 million scaled integers between 0 and 36 (inclusive) Analysis of 20 million scaled integers between 0 and 51 (inclusive) Analysis of 20 million scaled integers between 0 and 74 (inclusive) Page 7 of 10

8 Analysis of 20 million scaled integers between 0 and 89 (inclusive) Analysis of 20 million scaled integers between 0 and 255 (inclusive) Analysis of 20 million scaled integers between 0 and 999 (inclusive) Analysis of 20 million scaled integers between 0 and 9,999 (inclusive) Analysis of 20 million scaled integers between 0 and 99,999 (inclusive) Page 8 of 10

9 Appendix A: Requirements Met UK_RTS / RTS - 7 Generation of random outcomes (3.7:1, 3.7A:1) To ensure that games and other virtual events operate fairly. Random number generation and game results must be acceptably random. Acceptably random here means that it is possible to demonstrate to a high degree of confidence that the output of the RNG, game, lottery and virtual event outcomes are random, through, for example, statistical analysis using generally accepted tests and methods of analysis. Adaptive behaviour (i.e. a compensated game) is not permitted. The RNG was determined to be acceptably random, unpredictable, and not reproducible for all of the ranges assessed. No evidence of compensatory or adaptive behaviour was observed in the RNG source code supplied. UK_RTS / RTS - 7 Generation of random outcomes (3.7A.a, 3.7A.a.i) a. RNG s should be capable of demonstrating the following qualities: i. the output from the RNG is uniformly distributed over the entire output range and game, lottery, or virtual event outcomes are distributed in accordance with the expected/theoretical probabilities The output from the RNG passed applicable empirical tests for randomness. UK_RTS / RTS - 7 Generation of random outcomes (3.7A.a, 3.7A.a.ii) a. RNG s should be capable of demonstrating the following qualities: ii. the output of the RNG, game, lottery, and virtual event outcomes should be unpredictable, for example, for a software RNG it should be computationally infeasible to predict what the next number will be without complete knowledge of the algorithm and seed value It would be computationally infeasible to predict what the next number will be without complete knowledge of the algorithm and seed value. UK_RTS / RTS - 7 Generation of random outcomes (3.7A.a, 3.7A.a.iii) a. RNG s should be capable of demonstrating the following qualities: iii. random number generation does not reproduce the same output stream (cycle), and that two instances of a RNG do not produce the same stream as each other (synchronise) Statistical analysis of the numbers drawn has demonstrated that the numbers are statistically independent. UK_RTS / RTS - 7 Generation of random outcomes (3.7A.a, 3.7A.a.iv) a. RNG s should be capable of demonstrating the following qualities: iv. any forms of seeding and re-seeding used do not introduce predictability The RNG threads are seeded individually by an implementation of the Park and Miller LCG RNG. The RNG instances are only reseeded if the IGS is restarted. These methods do not introduce predictability. Page 9 of 10

10 Appendix B: Requirements Not Applicable UK_RTS / RTS - 7 Generation of random outcomes (3.7:1, 3.7A:2) To ensure that games and other virtual events operate fairly. Where lotteries use the outcome of other events external to the lottery, to determine the result of the lottery (for example, using numbers from the National Lottery) the outcome must be unpredictable and externally verifiable. External events are not used. UK_RTS / RTS - 7 Generation of random outcomes (3.7A.a, 3.7A.a.v) a. RNG s should be capable of demonstrating the following qualities: v. any scaling applied to the output of the random number generator maintains the qualities above. This was a test of the RNG only. UK_RTS / RTS - 7 Generation of random outcomes (3.7A.b, 3.7A.b.i, 3.7A.b.ii, 3.7A.b.iii) b. For lotteries using external events - where it is not practical to demonstrate 7a. - the events outcomes should be: i. unpredictable, that is, events should be selected only where they may reasonably be assumed to be random events ii. unable to be influenced by the lottery operator (or external lottery manager) iii. publicly available and externally verifiable, for example, events that are published in local or national press would be acceptable. External events are not used. UK_RTS / RTS - 7 Generation of random outcomes (3.7A.c, 3.7A.c.i, 3.7A.c.ii, 3.7A.c.iii) c. For games or virtual events that use the laws of physics to generate the outcome of the game (mechanical RNGs), the mechanical RNG used should be capable of meeting the requirements in a. where applicable and in addition: i. the mechanical pieces should be constructed of materials to prevent decomposition of any component over time (e.g. a ball shall not disintegrate) ii. the properties of physical items used to choose the selection should not be altered iii. players should not have the ability to interact with, come into physical contact with, or manipulate the mechanics of the game. This was not a test of a mechanical RNG. END OF REPORT Page 10 of 10

Issuing Laboratory: Evaluating Laboratory: Jurisdiction: Technical Standard for Testing: Software Supplier: Submitting Party: Product Tested:

Issuing Laboratory: Evaluating Laboratory: Jurisdiction: Technical Standard for Testing: Software Supplier: Submitting Party: Product Tested: Issuing Laboratory: Evaluating Laboratory: GLI Europe BV GLI Europe B.V. Jurisdiction: Technical Standard for Testing: Software Supplier: Submitting Party: Product Tested: Malta Online Remote Gaming Regulations,

More information

NetEnt Product Services Ltd. Platform 10.2 and RNG Certification Report. for UK Gambling Commission

NetEnt Product Services Ltd. Platform 10.2 and RNG Certification Report. for UK Gambling Commission NetEnt Product Services Ltd Platform 10.2 and RNG Certification Report for UK Gambling Commission 26 March 2015 itech Labs Australia ACN 108 249 761 Suite 24, 40 Montclair Ave, Glen Waverley, VIC 3150,

More information

NetEnt Product Services Ltd. Random Number Generator Certification Report

NetEnt Product Services Ltd. Random Number Generator Certification Report NetEnt Product Services Ltd Random Number Generator 01 April 2015 itech Labs Australia ACN 108 249 761 Suite 24, 40 Montclair Ave, Glen Waverley, VIC 3150, Australia. Tel. +61 3 9561 9955 www.itechlabs.com.au

More information

Supersedes: S-S-01. (a) acceptance sampling of discrete units presented for inspection in lots;

Supersedes: S-S-01. (a) acceptance sampling of discrete units presented for inspection in lots; Specifications Category: STATISTICAL METHOD Specification: S-S-01 (rev.1) Page: 1 of 13 Specifications for Random Sampling and Randomization 1.0 Scope 1.1 These specifications define algorithms for random

More information

Spillemyndigheden s requirements for accredited testing organisations. Version of 1 July 2012

Spillemyndigheden s requirements for accredited testing organisations. Version of 1 July 2012 Version 1.3.0 of 1 July 2012 Contents 1 Introduction... 3 1.1 Authority... 3 1.2 Objective... 3 1.3 Target audience... 3 1.4 Version... 3 1.5 Enquiries... 3 2 Certification... 4 2.1 Framework for certification...

More information

ISO/IEC INTERNATIONAL STANDARD. Conformity assessment Supplier's declaration of conformity Part 1: General requirements

ISO/IEC INTERNATIONAL STANDARD. Conformity assessment Supplier's declaration of conformity Part 1: General requirements INTERNATIONAL STANDARD ISO/IEC 17050-1 First edition 2004-10-01 Conformity assessment Supplier's declaration of conformity Part 1: General requirements Évaluation de la conformité Déclaration de conformité

More information

Scientific Working Group on Digital Evidence

Scientific Working Group on Digital Evidence SWGDE Requirements for Report Writing in Digital and Multimedia Forensics Disclaimer: As a condition to the use of this document and the information contained therein, the SWGDE requests notification by

More information

CPSC 531: System Modeling and Simulation. Carey Williamson Department of Computer Science University of Calgary Fall 2017

CPSC 531: System Modeling and Simulation. Carey Williamson Department of Computer Science University of Calgary Fall 2017 CPSC 531: System Modeling and Simulation Carey Williamson Department of Computer Science University of Calgary Fall 2017 Outline Random number generation Properties of random numbers Linear Congruential

More information

APPROVAL PROCESS TO BE FOLLOWED FOR PROVISIONAL ACCREDITATION OF CBs UNDER FM CERTIFICATION SCHEME

APPROVAL PROCESS TO BE FOLLOWED FOR PROVISIONAL ACCREDITATION OF CBs UNDER FM CERTIFICATION SCHEME APPROVAL PROCESS TO BE FOLLOWED FOR PROVISIONAL ACCREDITATION OF CBs UNDER FM CERTIFICATION SCHEME Contents Scope... 3 A. Application for the Notification of the Certification Body... 3 B. Approval from

More information

ISO/IEC TR TECHNICAL REPORT. Software engineering Product quality Part 4: Quality in use metrics

ISO/IEC TR TECHNICAL REPORT. Software engineering Product quality Part 4: Quality in use metrics TECHNICAL REPORT ISO/IEC TR 9126-4 First edition 2004-04-01 Software engineering Product quality Part 4: Quality in use metrics Génie du logiciel Qualité des produits Partie 4: Qualité en métrologie d'usage

More information

ELECTRONIC RAFFLE SYSTEMS MINIMUM TECHNICAL STANDARDS FOR MEGA RAFFLES

ELECTRONIC RAFFLE SYSTEMS MINIMUM TECHNICAL STANDARDS FOR MEGA RAFFLES ELECTRONIC RAFFLE SYSTEMS MINIMUM TECHNICAL STANDARDS FOR MEGA RAFFLES DRAFT - SEPTEMBER 2016 AGCO VISION A leader in the alcohol, gaming and horse racing sectors through effective regulation and services

More information

Information Bulletin

Information Bulletin Application of Primary and Secondary Reference Documents Version 1.1 Approved for release July 2014 Table of Contents 1.0 Purpose statement... 3 2.0 Audience... 3 3.0 BCA requirements and referenced documents...

More information

PTSPAS Product Assessment HAPAS Equivalent in accordance with MCHW SHW Volume 1 Clause and

PTSPAS Product Assessment HAPAS Equivalent in accordance with MCHW SHW Volume 1 Clause and 1. Policy It is the policy of Pavement Testing Services Ltd (hereafter PTS) to operate its certification/ assessment services in a non-discriminatory manner. PTS shall not use procedures / processes to

More information

CFS v2.0. Procedures. Valid since: 26. May 2008

CFS v2.0. Procedures. Valid since: 26. May 2008 Procedures Valid since: 26. May 2008 Content 1. Process to become Validated...4 1.1. Creation of Login... 4 1.2. Preparation and upload of Documents... 4 1.3. Submission of Documents... 4 1.4. Validation...

More information

ISO/IEC INTERNATIONAL STANDARD. Conformity assessment Supplier's declaration of conformity Part 1: General requirements

ISO/IEC INTERNATIONAL STANDARD. Conformity assessment Supplier's declaration of conformity Part 1: General requirements INTERNATIONAL STANDARD ISO/IEC 17050-1 First edition 2004-10-01 Corrected version 2007-06-15 Conformity assessment Supplier's declaration of conformity Part 1: General requirements Évaluation de la conformité

More information

Spillemyndigheden s Certification Programme. Instructions on Penetration Testing SCP EN.1.1

Spillemyndigheden s Certification Programme. Instructions on Penetration Testing SCP EN.1.1 SCP.04.00.EN.1.1 Table of contents Table of contents... 2 1 Objectives of the... 3 1.1 Scope of this document... 3 1.2 Version... 3 1.3 Applicability... 3 2 Certification... 4 2.1 Certification frequency...

More information

Better Regulatory Outcomes & the CASCO Toolbox

Better Regulatory Outcomes & the CASCO Toolbox 2011/SOM1/SCSC/CON1/013 Session 8 Better Regulatory Outcomes & the CASCO Toolbox Submitted by: Underwriters Laboratories 6 th Conference on Good Regulatory Practice Washington, D.C., United States 1-2

More information

BCDC 2E, 2012 (On-line Bidding Document for Stipulated Price Bidding)

BCDC 2E, 2012 (On-line Bidding Document for Stipulated Price Bidding) BCDC 2E, 2012 (On-line Bidding Document for Stipulated Price Bidding) CLAUSE 13 ON-LINE BIDDING 13.1 ON-LINE BIDDING.1 Definitions: Owner means the party and/or their agent designated to receive on-line

More information

Information technology Security techniques Requirements for bodies providing audit and certification of information security management systems

Information technology Security techniques Requirements for bodies providing audit and certification of information security management systems Provläsningsexemplar / Preview INTERNATIONAL STANDARD ISO/IEC 27006 Third edition 2015-10-01 Information technology Security techniques Requirements for bodies providing audit and certification of information

More information

Terms Of Use AGREEMENT BETWEEN USER AND DRAKE MODIFICATION OF THESE TERMS OF USE LINKS TO THIRD PARTY WEB SITES USE OF COOKIES

Terms Of Use AGREEMENT BETWEEN USER AND DRAKE MODIFICATION OF THESE TERMS OF USE LINKS TO THIRD PARTY WEB SITES USE OF COOKIES Terms Of Use AGREEMENT BETWEEN USER AND DRAKE This website and other related websites and mobile applications (collectively referred to as "Sites") comprise various web pages and services operated by Drake

More information

United Kingdom Accreditation Service

United Kingdom Accreditation Service United Kingdom Accreditation Service ACC REDITATION C ERTI FIGATE CERTIFICATION BODY No.4718 lnterface NRM Limited is accredited in accordance with the recognised lnternational Standard ISO/lEC 17021:2011

More information

ISO 9001 Auditing Practices Group Guidance on:

ISO 9001 Auditing Practices Group Guidance on: International Organization for Standardization International Accreditation Forum Date: 13 January 2016 ISO 9001 Auditing Practices Group Guidance on: Expected Outcomes The expected outcomes documents (given

More information

Terms and Conditions of Website Use

Terms and Conditions of Website Use Terms and Conditions of Website Use This website (the "Site") is owned and operated by Hoshizaki Lancer Pty Ltd (ABN 84 007 706 461) ("Hoshizaki Lancer") and may contain material from Hoshizaki Lancer

More information

USB Ranger 110/410 User Guide

USB Ranger 110/410 User Guide USB Ranger 110/410 User Guide Featuring ExtremeUSB Technology USB Ranger 110/410 Thank you for purchasing the USB Ranger. Please read this guide thoroughly before installation. This document applies to

More information

"PPS" is Private Practice Software as developed and produced by Rushcliff Ltd.

PPS is Private Practice Software as developed and produced by Rushcliff Ltd. Rushcliff Ltd Data Processing Agreement This Data Processing Agreement ( DPA ) forms part of the main terms of use of PPS, PPS Express, PPS Online booking, any other Rushcliff products or services and

More information

LET S ENCRYPT SUBSCRIBER AGREEMENT

LET S ENCRYPT SUBSCRIBER AGREEMENT Page 1 of 7 LET S ENCRYPT SUBSCRIBER AGREEMENT This Subscriber Agreement ( Agreement ) is a legally binding contract between you and, if applicable, the company, organization or other entity on behalf

More information

Architecture Tool Certification Certification Policy

Architecture Tool Certification Certification Policy Architecture Tool Certification Certification Policy Version 1.0 January 2012 Copyright 2012, The Open Group All rights reserved. No part of this publication may be reproduced, stored in a retrieval system,

More information

TERMS & CONDITIONS. Complied with GDPR rules and regulation CONDITIONS OF USE PROPRIETARY RIGHTS AND ACCEPTABLE USE OF CONTENT

TERMS & CONDITIONS. Complied with GDPR rules and regulation CONDITIONS OF USE PROPRIETARY RIGHTS AND ACCEPTABLE USE OF CONTENT TERMS & CONDITIONS www.karnevalkings.com (the "Site") is a website and online service owned and operated by the ViisTek Media group of companies (collectively known as "Karnevalkings.com", "we," "group",

More information

Certification Report

Certification Report Certification Report EAL 4+ Evaluation of JUNOS-FIPS for SRX Series version 10.4R4 Issued by: Communications Security Establishment Canada Certification Body Canadian Common Criteria Evaluation and Certification

More information

Testing Standards for Land-based Casino

Testing Standards for Land-based Casino SCP.01.05.EN.1.0 Table of contents Table of contents... 2 1 Objectives of the testing standards... 3 1.1 Scope of this document... 3 1.2 Version... 3 1.3 Applicability... 3 2 Certification... 4 2.1 Certification

More information

Guidelines for Certification Symbol and Standard Mark Guidelines Valid from: 15/12/2014 Distribution: Internal & External

Guidelines for Certification Symbol and Standard Mark Guidelines Valid from: 15/12/2014 Distribution: Internal & External Guidelines for Certification Symbol and Standard Mark Guidelines Valid from: 15/12/2014 Distribution: Internal & External PREPARED BY: Head (MSCD) APPROVED BY: C.E.O PAGE : 1 OF 10 Table of Content 1.

More information

Terms of Use. Changes. General Use.

Terms of Use. Changes. General Use. Terms of Use THESE TERMS AND CONDITIONS (THE TERMS ) ARE A LEGAL CONTRACT BETWEEN YOU AND SPIN TRANSFER TECHNOLOGIES ( SPIN TRANSFER TECHNOLOGIES, STT, WE OR US ). THE TERMS EXPLAIN HOW YOU ARE PERMITTED

More information

ISO/IEC INTERNATIONAL STANDARD. Conformity assessment Requirements for bodies certifying products, processes and services

ISO/IEC INTERNATIONAL STANDARD. Conformity assessment Requirements for bodies certifying products, processes and services INTERNATIONAL STANDARD ISO/IEC 17065 First edition 2012-09-15 Conformity assessment Requirements for bodies certifying products, processes and services Évaluation de la conformité Exigences pour les organismes

More information

Global Specification Protocol for Organisations Certifying to an ISO Standard related to Market, Opinion and Social Research.

Global Specification Protocol for Organisations Certifying to an ISO Standard related to Market, Opinion and Social Research. CONTENTS i. INTRODUCTION 3 ii. OVERVIEW SPECIFICATION PROTOCOL DOCUMENT DEVELOPMENT PROCESS 4 1. SCOPE 5 2. DEFINITIONS 5 3. REFERENCES 6 4. MANAGEMENT STANDARDS FOR APPROVED CERTIFICATION BODIES 6 4.1

More information

Site Impact Policies for Website Use

Site Impact Policies for Website Use Site Impact Policies for Website Use Thank you for visiting the Site Impact website (the Website ). We have set up some ground rules to ensure protection of our rights and yours. Site Impact reserves the

More information

Compatibility Matrix. Good Control and Good Proxy. June 4, 2018

Compatibility Matrix. Good Control and Good Proxy. June 4, 2018 Compatibility Matrix Good Control and Good Proxy June 4, 2018 Published: 2018-06-04 SWD-20180604161707961 Contents Introduction... 4 Legend... 4 Good Control server... 5 Operating system...5 Database server...5

More information

LAW OF THE REPUBLIC OF KAZAKSTAN «ON CERTIFICATION»

LAW OF THE REPUBLIC OF KAZAKSTAN «ON CERTIFICATION» April 27\ 99 Draft LAW OF THE REPUBLIC OF KAZAKSTAN «ON CERTIFICATION» This Law shall establish legal basis of certification of products, quality systems and production, (further processes), works and

More information

Beta Testing Licence Agreement

Beta Testing Licence Agreement Beta Testing Licence Agreement This Beta Testing Licence Agreement is a legal agreement (hereinafter Agreement ) between BullGuard UK Limited ( BullGuard ) and you, either an individual or a single entity,

More information

Information technology - Security techniques - Privacy framework

Information technology - Security techniques - Privacy framework INCITS/ISO/IEC 29100:2011[2012] (ISO/IEC 29100:2011, IDT) Information technology - Security techniques - Privacy framework INCITS/ISO/IEC 29100:2011[2012] PDF disclaimer This PDF file may contain embedded

More information

TERMS AND CONDITIONS

TERMS AND CONDITIONS TERMS AND CONDITIONS BACKGROUND: This agreement applies as between you, the User of this Website and NWM, the owner(s) of this Website. Your agreement to comply with and be bound by these terms and conditions

More information

PDMS SaaS Customer Code of Conduct

PDMS SaaS Customer Code of Conduct Version: 1.0 Date: 01/10/2016 Version 1.0 01/10/2016 Page 1 Version 1.0 01/10/2016 Page 2 Contents 1 Terms of Reference 4 1.1 About this Document 4 1.2 Document Properties 4 1.3 Supporting Documents 4

More information

VOLUNTARY CERTIFICATION SCHEME FOR MEDICINAL PLANT PRODUCE REQUIREMENTS FOR CERTIFICATION BODIES

VOLUNTARY CERTIFICATION SCHEME FOR MEDICINAL PLANT PRODUCE REQUIREMENTS FOR CERTIFICATION BODIES VOLUNTARY CERTIFICATION SCHEME FOR MEDICINAL PLANT PRODUCE 1. Scope REQUIREMENTS FOR CERTIFICATION BODIES 1.1 This document describes the requirements the Certification Bodies (CBs) are expected to meet

More information

ISO/IEC :2015 IMPACT ON THE CERTIFIED CLIENT

ISO/IEC :2015 IMPACT ON THE CERTIFIED CLIENT ISO/IEC 17021-1:2015 IMPACT ON THE CERTIFIED CLIENT P R E S E N T E D B Y S H A N N O N C R A D D O C K, P R O G R A M S & A C C R E D I T A T I O N S M A N A G E R TODAY S APPROACH What is ISO/IEC 17021-1:2015?

More information

ISO/IEC INTERNATIONAL STANDARD. Conformity assessment Supplier's declaration of conformity Part 2: Supporting documentation

ISO/IEC INTERNATIONAL STANDARD. Conformity assessment Supplier's declaration of conformity Part 2: Supporting documentation INTERNATIONAL STANDARD ISO/IEC 17050-2 First edition 2004-10-01 Conformity assessment Supplier's declaration of conformity Part 2: Supporting documentation Évaluation de la conformité Déclaration de conformité

More information

Requirements for WiMAX Peer-to-Peer (P2P) Services

Requirements for WiMAX Peer-to-Peer (P2P) Services Requirements for WiMAX Peer-to-Peer (PP) Services WMF Approved -0- WMF-T--v0 WiMAX Forum Proprietary Copyright WiMAX Forum. All Rights Reserved. WiMAX FORUM PROPRIETARY WMF-T--v0 0 0 0 Copyright Notice,

More information

BC Taxi Camera Rule. Legislation Section 28(2)(a) of the Passenger Transportation Act states:

BC Taxi Camera Rule. Legislation Section 28(2)(a) of the Passenger Transportation Act states: Effective May 31, 2017 Purposes 1. Enable taxicab licensees in British Columbia to use taxi cameras for driver and passenger safety. 2. Establish privacy safeguards. 3. Establish standards and requirements

More information

SOFTWARE SERVICE AGREEMENT. for. Graphisoft ArchiCAD. as supplied by. TotalCAD SOLUTION CENTRE PTY LTD t/a GRAPHISOFT SA

SOFTWARE SERVICE AGREEMENT. for. Graphisoft ArchiCAD. as supplied by. TotalCAD SOLUTION CENTRE PTY LTD t/a GRAPHISOFT SA SOFTWARE SERVICE AGREEMENT for Graphisoft ArchiCAD as supplied by TotalCAD SOLUTION CENTRE PTY LTD t/a GRAPHISOFT SA Page 1 of 11 This SOFTWARE SERVICE AGREEMENT ("Agreement") is entered into between:

More information

Additional Requirements for Accreditation of Certification Bodies

Additional Requirements for Accreditation of Certification Bodies Additional Requirements for Accreditation of Certification Bodies ADDITIONAL REQUIREMENTS FOR ACCREDITATION OF CERTIFICATION BODIES Copyright Standards Council of Canada, 2008 All rights reserved. No

More information

INCLUDING MEDICAL ADVICE DISCLAIMER

INCLUDING MEDICAL ADVICE DISCLAIMER Jordan s Guardian Angels Terms and Conditions of Use INCLUDING MEDICAL ADVICE DISCLAIMER Your use of this website and its content constitutes your agreement to be bound by these terms and conditions of

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Open Terminal Architecture (OTA) Virtual machine

ISO/IEC INTERNATIONAL STANDARD. Information technology Open Terminal Architecture (OTA) Virtual machine INTERNATIONAL STANDARD ISO/IEC 20060 Second edition 2010-07-01 Information technology Open Terminal Architecture (OTA) Virtual machine Technologies de l'information Architecture des terminaux ouverte (OTA)

More information

ISO/IEC/ IEEE INTERNATIONAL STANDARD. Systems and software engineering Architecture description

ISO/IEC/ IEEE INTERNATIONAL STANDARD. Systems and software engineering Architecture description INTERNATIONAL STANDARD ISO/IEC/ IEEE 42010 First edition 2011-12-01 Systems and software engineering Architecture description Ingénierie des systèmes et des logiciels Description de l'architecture Reference

More information

RNG EVALUATION - TESTING REPORT

RNG EVALUATION - TESTING REPORT ID: BOO001RNG Rev. 1 Pag. 1 of 8 RNG EVALUATION - TESTING REPORT Reference regulations: GLI-19 Interactive Gaming Systems v2.0 (Chapter 4) February 15 th 2017 ID: BOO001RNG Rev. 1 Pag. 2 of 8 TERMS AND

More information

BABT 738. A guide to applying for US Equipment Approval for telephony terminal equipment through TÜV SÜD BABT as a TCB

BABT 738. A guide to applying for US Equipment Approval for telephony terminal equipment through TÜV SÜD BABT as a TCB BABT 738 A guide to applying for US Equipment Approval for telephony terminal equipment through TÜV SÜD BABT as a TCB BABT is the Telecommunications Certification body of TÜV SÜD TÜV SÜD BABT 2012 Issue

More information

Do you handle EU residents personal data? The GDPR update is coming May 25, Are you ready?

Do you handle EU residents personal data? The GDPR update is coming May 25, Are you ready? European Union (EU) General Data Protection Regulation (GDPR) Do you handle EU residents personal data? The GDPR update is coming May 25, 2018. Are you ready? What do you need to do? Governance and Accountability

More information

RGS EVALUATION TESTING REPORT. Game: Rocket Fellas HTML5 (Desktop & Mobile) Client rev: 1.0.0, Engine vers: 1.0.0, RNG vers: 3.5.0

RGS EVALUATION TESTING REPORT. Game: Rocket Fellas HTML5 (Desktop & Mobile) Client rev: 1.0.0, Engine vers: 1.0.0, RNG vers: 3.5.0 Report ID: GIB_THK010GAM_Rocket Fellas_REV.1 Page 1 of 10 RGS EVALUATION TESTING REPORT Game: Rocket Fellas HTML5 (Desktop & Mobile) Client rev: 1.0.0, Engine vers: 1.0.0, RNG vers: 3.5.0 Reference regulation:

More information

Certification Report

Certification Report Certification Report EAL 4 Evaluation of Issued by: Communications Security Establishment Canada Certification Body Canadian Common Criteria Evaluation and Certification Scheme Government of Canada, Communications

More information

ELECTRONIC RAFFLE SYSTEMS MINIMUM TECHNICAL STANDARDS

ELECTRONIC RAFFLE SYSTEMS MINIMUM TECHNICAL STANDARDS ELECTRONIC RAFFLE SYSTEMS MINIMUM TECHNICAL STANDARDS VERSION 1.0 NOVEMBER 2018 Alcohol and Gaming Commission of Ontario 90 SHEPPARD AVE E - SUITE 200 TORONTO ON M2N 0A4 Fax: 416 326-8711 Tel: 416 326-8700

More information

Trusted Audit. Trust in Process. Trust in Data. through. Irena Szrek, Director Szrek2Solutions. SMART TECH, April 18, 2007 Szrek2Solutions, LLC Page 1

Trusted Audit. Trust in Process. Trust in Data. through. Irena Szrek, Director Szrek2Solutions. SMART TECH, April 18, 2007 Szrek2Solutions, LLC Page 1 Trusted Audit Trust in Process through Trust in Data Irena Szrek, Director Szrek2Solutions SMART TECH, April 18, 2007 Szrek2Solutions, LLC Page 1 Szrek2Solutions, LLC International supplier of secure system

More information

ITU Asia-Pacific Centres of Excellence Training on Conformity and Interoperability. Session 2: Conformity Assessment Principles

ITU Asia-Pacific Centres of Excellence Training on Conformity and Interoperability. Session 2: Conformity Assessment Principles ITU Asia-Pacific Centres of Excellence Training on Conformity and Interoperability Session 2: Conformity Assessment Principles 12-16 October 2015 Beijing, China Keith Mainwaring ITU Expert Agenda 1. Context

More information

International Client Centre Terms and Conditions V.1.0 Page 1

International Client Centre Terms and Conditions V.1.0 Page 1 Old Mutual International Isle of Man Limited - Client Centre Service E-commerce Registration Application and Terms & Conditions Valuations only For Original Single or Joint Policyholders IMPORTANT: This

More information

RGS EVALUATION TESTING REPORT

RGS EVALUATION TESTING REPORT Report ID: GIB_THK004GAM_The Falcon Huntress_rev. 1 Page 1 of 18 RGS EVALUATION TESTING REPORT Game: The Falcon Huntress (Game Platform: 1.0.0) HTML5 (Desktop & Mobile) release 1.0.1 RNG version: 3.5.0

More information

USB Ranger 422 User Guide

USB Ranger 422 User Guide USB Ranger 422 User Guide Featuring ExtremeUSB Technology USB Ranger 422 Thank you for purchasing the USB Ranger. Please read this guide thoroughly before installation. This document applies to Part Numbers:

More information

Installation and Configuration Guide

Installation and Configuration Guide Installation and Configuration Guide BlackBerry Blend Version 1.2 Published: 2015-07-06 SWD-20150706173035792 Contents About BlackBerry Blend... 4 BlackBerry Blend architecture... 4 Security... 5 IT policy

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO/IEC/ IEEE 16326 First edition 2009-12-15 Systems and software engineering Life cycle processes Project management Ingénierie du logiciel Processus de cycle de vie Gestion de

More information

operating manual Axicon PV-1000 portable display unit THE BARCODE EXPERTS Industry Partner

operating manual Axicon PV-1000 portable display unit THE BARCODE EXPERTS Industry Partner THE BARCODE EXPERTS Axicon PV-1000 portable display unit operating manual Industry Partner Church Road, Weston on the Green, Oxfordshire, OX25 3QP, UK Tel: +44 (0)1869 351155 Email: sales@axicon.com Web:

More information

Common Statistical Analysis Plan (SAP) Frequently Asked Questions

Common Statistical Analysis Plan (SAP) Frequently Asked Questions Last Updated 4-Nov-2018 Topics 1 Stakeholder Input to Common SAP Template Development... 2 2 Template Content... 2 3 Implementation of the Common SAP template by the Sponsor... 55 4 Updates to the Common

More information

ISO27001:2013 The New Standard Revised Edition

ISO27001:2013 The New Standard Revised Edition ECSC UNRESTRICTED ISO27001:2013 The New Standard Revised Edition +44 (0) 1274 736223 consulting@ecsc.co.uk www.ecsc.co.uk A Blue Paper from Page 1 of 14 Version 1_00 Date: 27 January 2014 For more information

More information

ISO INTERNATIONAL STANDARD. Quality management Customer satisfaction Guidelines for codes of conduct for organizations

ISO INTERNATIONAL STANDARD. Quality management Customer satisfaction Guidelines for codes of conduct for organizations INTERNATIONAL STANDARD ISO 10001 First edition 2007-12-01 Quality management Customer satisfaction Guidelines for codes of conduct for organizations Management de la qualité Satisfaction du client Lignes

More information

User Guide. 1.2Gbps Powerline Kit with Gigabit Port

User Guide. 1.2Gbps Powerline Kit with Gigabit Port User Guide 1.2Gbps Powerline Kit with Gigabit Port Copyright Copyright 2017 NetComm Wireless Limited. All rights reserved. The information contained herein is proprietary to NetComm Wireless. No part of

More information

Conference for Food Protection. Standards for Accreditation of Food Protection Manager Certification Programs. Frequently Asked Questions

Conference for Food Protection. Standards for Accreditation of Food Protection Manager Certification Programs. Frequently Asked Questions Conference for Food Protection Standards for Accreditation of Food Protection Manager Certification Programs Frequently Asked Questions Q. What was the primary purpose for the Conference for Food Protection

More information

NOOTRY TERMS OF SERVICE

NOOTRY TERMS OF SERVICE NOOTRY TERMS OF SERVICE Nootry LLC ( Nootry ), a Delaware limited liabilities company, provides access to and use of the services, including our website, APIs, email notifications, and application (the

More information

Manufacturing Tenders Grow Develop Standout

Manufacturing Tenders Grow Develop Standout Manufacturing Tenders Grow Develop Standout TERMS AND CONDITIONS BACKGROUND: This agreement applies as between you, the User of this Website and Manufacturing Tenders trading under Tender Connect Ltd,

More information

TGS6 Technical Gaming Standards for Electronic Raffle Systems

TGS6 Technical Gaming Standards for Electronic Raffle Systems Gaming Policy and Enforcement Branch (GPEB) TGS6 Technical Gaming Standards for Electronic Raffle Systems Technical Standards Document (TSD) Version 3.0 Gaming Policy and Enforcement Branch 3 rd Floor,

More information

ISO/IEC TR Information technology Security techniques Guidelines for the use and management of Trusted Third Party services

ISO/IEC TR Information technology Security techniques Guidelines for the use and management of Trusted Third Party services This is a preview - click here to buy the full publication TECHNICAL REPORT ISO/IEC TR 14516 First edition 2002-06-15 Information technology Security techniques Guidelines for the use and management of

More information

RUNNING SPEED AND CADENCE SERVICE

RUNNING SPEED AND CADENCE SERVICE Date / Year-Month-Day Approved Revision Document No BLUETOOTH DOC 2012-08-07 Adopted V10 RSCS_SPEC Prepared By E-mail Address N.B. Sports and Fitness WG sf-main@bluetooth.org RUNNING SPEED AND CADENCE

More information

Juniper Networks EX3200 and EX4200 Switches running JUNOS 9.3R2

Juniper Networks EX3200 and EX4200 Switches running JUNOS 9.3R2 122 ASSURANCE MAINTENANCE REPORT MR2 (supplementing Certification Report No. CRP248 and Assurance Maintenance Report MR1) Juniper Networks EX3200 and EX4200 Switches running JUNOS 9.3R2 Version 9.3R2 Issue

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO 8655-2 First edition 2002-09-15 Piston-operated volumetric apparatus Part 2: Piston pipettes Appareils volumétriques à piston Partie 2: Pipettes à piston Reference number ISO

More information

Telecommunications Equipment Certification Scheme FEBRUARY 2017

Telecommunications Equipment Certification Scheme FEBRUARY 2017 Telecommunications Equipment Certification Scheme FEBRUARY 2017 Canberra Red Building Benjamin Offices Chan Street Belconnen ACT PO Box 78 Belconnen ACT 2616 T +61 2 6219 5555 F +61 2 6219 5353 Melbourne

More information

ETHIOPIAN NATIONAL ACCREDITATION OFFICE. Minimum Requirements For The Operation Of Product Certification Bodies

ETHIOPIAN NATIONAL ACCREDITATION OFFICE. Minimum Requirements For The Operation Of Product Certification Bodies ETHIOPIAN NATIONAL ACCREDITATION OFFICE Minimum Requirements For The Operation Of Product Certification Bodies April 2011 Page 1 of 7 NO CONTENTS Page 1. Introduction 2 2. Scope 2 3. Definitions 2 4 Management

More information

ISO/IEC INTERNATIONAL STANDARD. Conformity assessment General requirements for third-party marks of conformity

ISO/IEC INTERNATIONAL STANDARD. Conformity assessment General requirements for third-party marks of conformity INTERNATIONAL STANDARD ISO/IEC 17030 First edition 2003-10-01 Conformity assessment General requirements for third-party marks of conformity Évaluation de la conformité Exigences générales pour les marques

More information

GOCO.IO, INC TERMS OF SERVICE

GOCO.IO, INC TERMS OF SERVICE GOCO.IO, INC TERMS OF SERVICE GoCo.io, Inc. ("GoCo", the "Site", "https://www.goco.io") welcomes you! GoCo provides services to you subject of the following terms of service (the "Agreement"). The Agreement

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO 13909-8 First edition 2001-12-15 Hard coal and coke Mechanical sampling Part 8: Methods of testing for bias Houille et coke Échantillonnage mécanique Partie 8: Méthodes de détection

More information

TESLA K20X GPU ACCELERATOR

TESLA K20X GPU ACCELERATOR TESLA K20 GPU ACCELERATOR BD-06397-001_v09 October 2014 Board Specification DOCUMENT CHANGE HISTORY BD-06397-001_v09 Version Date Authors Description of Change 01 July 31, 2012 GG, SM Preliminary Information

More information

Juniper Networks J2300, J2350, J4300, M7i and M10i Services Routers running JUNOS 8.5R3

Juniper Networks J2300, J2350, J4300, M7i and M10i Services Routers running JUNOS 8.5R3 122 ASSURANCE MAINTENANCE REPORT MR3 (supplementing Certification Report No. CRP237 and Assurance Maintenance Reports MR1 and MR2) Juniper Networks J2300, J2350, J4300, M7i and M10i Services Routers running

More information

End User Licence. PUBLIC 31 January 2017 Version: T +44 (0) E ukdataservice.ac.uk

End User Licence. PUBLIC 31 January 2017 Version: T +44 (0) E ukdataservice.ac.uk End User Licence PUBLIC 31 January 2017 Version: 07.00 T +44 (0)1206 872572 E susan@essex.ac.uk ukdataservice.ac.uk Contents 1. End User Licence (EUL) Text... 2 2. End User Licence (EUL) Summary text...

More information

ASSURANCE MAINTENANCE REPORT MR3 (supplementing Certification Report No. CRP248) Version 9.3R1. Issue 1.0 April 2011

ASSURANCE MAINTENANCE REPORT MR3 (supplementing Certification Report No. CRP248) Version 9.3R1. Issue 1.0 April 2011 122 ASSURANCE MAINTENANCE REPORT MR3 (supplementing Certification Report No. CRP248) Juniper Networks M7i, M10i, M40e, M120, M320, T320, T640, T1600, MX240, MX480 and MX960 Services Routers and EX3200,

More information

Spanish Information Technology Security Evaluation and Certification Scheme

Spanish Information Technology Security Evaluation and Certification Scheme Spanish Information Technology Security Evaluation and Certification Scheme IT-009 Remote Qualified Electronic Signature Creation Device Evaluation Methodology Version 1.0 January 2017 Documento del Esquema

More information

MySQL Development Cycle

MySQL Development Cycle Abstract This document explains the MySQL Server development cycle. The purpose of the document is to facilitate community involvement, for example by providing feedback on pre-releases and making contributions

More information

ISO/IEC TR TECHNICAL REPORT. Software and systems engineering Life cycle management Guidelines for process description

ISO/IEC TR TECHNICAL REPORT. Software and systems engineering Life cycle management Guidelines for process description TECHNICAL REPORT ISO/IEC TR 24774 First edition 2007-09-01 Software and systems engineering Life cycle management Guidelines for process description Ingénierie du logiciel et des systèmes Gestion du cycle

More information

CRITERIA FOR CERTIFICATION BODY ACCREDITATION IN THE FIELD OF RISK BASED INSPECTION MANAGEMENT SYSTEMS

CRITERIA FOR CERTIFICATION BODY ACCREDITATION IN THE FIELD OF RISK BASED INSPECTION MANAGEMENT SYSTEMS CRITERIA FOR CERTIFICATION BODY ACCREDITATION IN THE FIELD OF RISK BASED INSPECTION MANAGEMENT SYSTEMS Approved By: Executive: Accreditation: Mpho Phaloane Revised By: RBI STC Working Group Members Date

More information

The Open Group Certification for People. Training Course Accreditation Requirements

The Open Group Certification for People. Training Course Accreditation Requirements The Open Group Certification for People Training Course Accreditation Requirements Version 1.1 February 2014 Copyright 2013-2014, The Open Group All rights reserved. No part of this publication may be

More information

ROYAL MAIL GROUP ADDRESS MANAGEMENT UNIT PAF DATA END USER TERMS ( End User Terms )

ROYAL MAIL GROUP ADDRESS MANAGEMENT UNIT PAF DATA END USER TERMS ( End User Terms ) ROYAL MAIL GROUP ADDRESS MANAGEMENT UNIT PAF DATA END USER TERMS ( End User Terms ) Introduction These End User Terms permit the use of PAF Data in Solutions by End Users. These terms are not applicable

More information

Quality Assurance Procedure Use of Accreditation Body & FP Certification FZE Marks, Logos and Symbols

Quality Assurance Procedure Use of Accreditation Body & FP Certification FZE Marks, Logos and Symbols Index 1.0 Purpose 2.0 Scope 3.0 References 4.0 Definitions 5.0 Responsibilities 6.0 Procedure 7.0 Records FP Certification Template Rev 002 1.0 Purpose 1.1 This procedure describes the applicable, rules

More information

Data Use and Reciprocal Support Agreement (DURSA) Overview

Data Use and Reciprocal Support Agreement (DURSA) Overview Data Use and Reciprocal Support Agreement (DURSA) Overview 1 Steve Gravely, Troutman Sanders LLP Jennifer Rosas, ehealth Exchange Director January 12, 2017 Introduction Steve Gravely Partner and Healthcare

More information

Regulations for Compulsory Product Certification

Regulations for Compulsory Product Certification Regulations for Compulsory Product Certification Chapter I General Provisions Article 1 Based on relevant laws and regulations covering product safety licensing and product quality certification so as

More information

COMMON CRITERIA CERTIFICATION REPORT

COMMON CRITERIA CERTIFICATION REPORT COMMON CRITERIA CERTIFICATION REPORT Dell Data Protection Encryption Personal Edition Version 8.14.0 383-4-416 2 October 2017 v1.1 Government of Canada. This document is the property of the Government

More information

LIST RENTAL CONTRACT

LIST RENTAL CONTRACT LIST RENTAL CONTRACT After execution of this Contract and upon receipt of order(s) from List Enduser or their list broker that is acceptable to MSLA INTERNATIONAL and contractual affiliates ( List Owners

More information

Release Notes. BlackBerry UEM Client for Android Version

Release Notes. BlackBerry UEM Client for Android Version Release Notes BlackBerry UEM Client for Android Version 12.27.0.153083 Published: 2017-01-13 SWD-20170113121937594 Contents What's new...4 Fixed issues...5 Known issues... 6 Legal notice...7 What's new

More information

Service Schedule BT Web Starter

Service Schedule BT Web Starter 1. SERVICE DESCRIPTION Service Overview 1.1 The Service includes the construction and hosting of a business website as further described in this Service Schedule. It does not include the provision of any

More information