Are you ready to enhance your understanding of workplace safety and compliance? Our RIDDOR Training Course is designed to equip you with the essential knowledge and skills needed to ensure a safe and compliant work environment. Whether you're an employer, manager, or health and safety professional, this course will guide you through the critical aspects of workplace safety regulations, risk management, and incident reporting. Key Features: CPD Certified Developed by Specialist Lifetime Access The RIDDOR Training Course offers a comprehensive understanding of workplace safety and health regulations. Learners will explore the fundamental principles of health and safety at work, including the essential laws that govern these areas. The course covers effective health and safety management strategies, helping participants to develop skills in identifying, assessing, and managing various workplace risks. Additionally, it provides detailed insights into RIDDOR, teaching learners how to properly report injuries, diseases, and dangerous occurrences in the workplace. By the end of the course, participants will be equipped with the knowledge and skills to ensure a safer working environment, understand legal requirements, and effectively handle health and safety issues in their professional settings. Course Curriculum Module 01: Health and Safety at Work and the Laws Module 02: Managing for Health and Safety Module 03: Risk Assessment and Common Risks Module 04: RIDDOR (Reporting of Injuries, Diseases and Dangerous Occurrences Regulations) Learning Outcomes: Understand health and safety laws in the workplace. Learn effective health and safety management strategies. Identify and assess common workplace risks. Comprehend RIDDOR requirements and reporting procedures. Apply risk assessment methods to workplace hazards. Recognize responsibilities under RIDDOR regulations. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Health and safety officers Managers and supervisors Human resources professionals Workplace safety trainers Compliance officers Career path Health and Safety Officer Safety Compliance Manager Risk Assessor HR Safety Coordinator Safety Training Specialist Compliance Auditor Certificates Digital certificate Digital certificate - Included Will be downloadable when all lectures have been completed.
Register on the R Programming for Data Science today and build the experience, skills and knowledge you need to enhance your professional development and work towards your dream job. Study this course through online learning and take the first steps towards a long-term career. The course consists of a number of easy to digest, in-depth modules, designed to provide you with a detailed, expert level of knowledge. Learn through a mixture of instructional video lessons and online study materials. Receive online tutor support as you study the course, to ensure you are supported every step of the way. Get a digital certificate as a proof of your course completion. The R Programming for Data Science is incredibly great value and allows you to study at your own pace. Access the course modules from any internet-enabled device, including computers, tablet, and smartphones. The course is designed to increase your employability and equip you with everything you need to be a success. Enrol on the now and start learning instantly! What You Get With The R Programming for Data Science Receive a e-certificate upon successful completion of the course Get taught by experienced, professional instructors Study at a time and pace that suits your learning style Get instant feedback on assessments 24/7 help and advice via email or live chat Get full tutor support on weekdays (Monday to Friday) Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Certification After the successful completion of the final assessment, you will receive a CPD-accredited certificate of achievement. The PDF certificate is for £9.99, and it will be sent to you immediately after through e-mail. You can get the hard copy for £15.99, which will reach your doorsteps by post. Who Is This Course For: The course is ideal for those who already work in this sector or are an aspiring professional. This course is designed to enhance your expertise and boost your CV. Learn key skills and gain a professional qualification to prove your newly-acquired knowledge. Requirements: The online training is open to all students and has no formal entry requirements. To study the R Programming for Data Science, all your need is a passion for learning, a good understanding of English, numeracy, and IT skills. You must also be over the age of 16. Course Content Unit 01: Data Science Overview Introduction to Data Science 00:01:00 Data Science: Career of the Future 00:04:00 What is Data Science? 00:02:00 Data Science as a Process 00:02:00 Data Science Toolbox 00:03:00 Data Science Process Explained 00:05:00 What's Next? 00:01:00 Unit 02: R and RStudio Engine and coding environment 00:03:00 Installing R and RStudio 00:04:00 RStudio: A quick tour 00:04:00 Unit 03: Introduction to Basics Arithmetic with R 00:03:00 Variable assignment 00:04:00 Basic data types in R 00:03:00 Unit 04: Vectors Creating a vector 00:05:00 Naming a vector 00:04:00 Arithmetic calculations on vectors 00:07:00 Vector selection 00:06:00 Selection by comparison 00:04:00 Unit 05: Matrices What's a Matrix? 00:02:00 Analyzing Matrices 00:03:00 Naming a Matrix 00:05:00 Adding columns and rows to a matrix 00:06:00 Selection of matrix elements 00:03:00 Arithmetic with matrices 00:07:00 Additional Materials 00:00:00 Unit 06: Factors What's a Factor? 00:02:00 Categorical Variables and Factor Levels 00:04:00 Summarizing a Factor 00:01:00 Ordered Factors 00:05:00 Unit 07: Data Frames What's a Data Frame? 00:03:00 Creating Data Frames 00:20:00 Selection of Data Frame elements 00:03:00 Conditional selection 00:03:00 Sorting a Data Frame 00:03:00 Additional Materials 00:00:00 Unit 08: Lists Why would you need lists? 00:01:00 Creating a List 00:06:00 Selecting elements from a list 00:03:00 Adding more data to the list 00:02:00 Additional Materials 00:00:00 Unit 09: Relational Operators Equality 00:03:00 Greater and Less Than 00:03:00 Compare Vectors 00:03:00 Compare Matrices 00:02:00 Additional Materials 00:00:00 Unit 10: Logical Operators AND, OR, NOT Operators 00:04:00 Logical operators with vectors and matrices 00:04:00 Reverse the result: (!) 00:01:00 Relational and Logical Operators together 00:06:00 Additional Materials 00:00:00 Unit 11: Conditional Statements The IF statement 00:04:00 IFELSE 00:03:00 The ELSEIF statement 00:05:00 Full Exercise 00:03:00 Additional Materials 00:00:00 Unit 12: Loops Write a While loop 00:04:00 Looping with more conditions 00:04:00 Break: stop the While Loop 00:04:00 What's a For loop? 00:02:00 Loop over a vector 00:02:00 Loop over a list 00:03:00 Loop over a matrix 00:04:00 For loop with conditionals 00:01:00 Using Next and Break with For loop 00:03:00 Additional Materials 00:00:00 Unit 13: Functions What is a Function? 00:02:00 Arguments matching 00:03:00 Required and Optional Arguments 00:03:00 Nested functions 00:02:00 Writing own functions 00:03:00 Functions with no arguments 00:02:00 Defining default arguments in functions 00:04:00 Function scoping 00:02:00 Control flow in functions 00:03:00 Additional Materials 00:00:00 Unit 14: R Packages Installing R Packages 00:01:00 Loading R Packages 00:04:00 Different ways to load a package 00:02:00 Additional Materials 00:00:00 Unit 15: The Apply Family - lapply What is lapply and when is used? 00:04:00 Use lapply with user-defined functions 00:03:00 lapply and anonymous functions 00:01:00 Use lapply with additional arguments 00:04:00 Additional Materials 00:00:00 Unit 16: The apply Family - sapply & vapply What is sapply? 00:02:00 How to use sapply 00:02:00 sapply with your own function 00:02:00 sapply with a function returning a vector 00:02:00 When can't sapply simplify? 00:02:00 What is vapply and why is it used? 00:04:00 Additional Materials 00:00:00 Unit 17: Useful Functions Mathematical functions 00:05:00 Data Utilities 00:08:00 Additional Materials 00:00:00 Unit 18: Regular Expressions grepl & grep 00:04:00 Metacharacters 00:05:00 sub & gsub 00:02:00 More metacharacters 00:04:00 Additional Materials 00:00:00 Unit 19: Dates and Times Today and Now 00:02:00 Create and format dates 00:06:00 Create and format times 00:03:00 Calculations with Dates 00:03:00 Calculations with Times 00:07:00 Additional Materials 00:00:00 Unit 20: Getting and Cleaning Data Get and set current directory 00:04:00 Get data from the web 00:04:00 Loading flat files 00:03:00 Loading Excel files 00:05:00 Additional Materials 00:00:00 Unit 21: Plotting Data in R Base plotting system 00:03:00 Base plots: Histograms 00:03:00 Base plots: Scatterplots 00:05:00 Base plots: Regression Line 00:03:00 Base plots: Boxplot 00:03:00 Unit 22: Data Manipulation with dplyr Introduction to dplyr package 00:04:00 Using the pipe operator (%>%) 00:02:00 Columns component: select() 00:05:00 Columns component: rename() and rename_with() 00:02:00 Columns component: mutate() 00:02:00 Columns component: relocate() 00:02:00 Rows component: filter() 00:01:00 Rows component: slice() 00:04:00 Rows component: arrange() 00:01:00 Rows component: rowwise() 00:02:00 Grouping of rows: summarise() 00:03:00 Grouping of rows: across() 00:02:00 COVID-19 Analysis Task 00:08:00 Additional Materials 00:00:00
Overview This comprehensive course on Beauty Therapist Level 3 Training Course will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Beauty Therapist Level 3 Training Course comes with accredited certification, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Beauty Therapist Level 3 Training Course. It is available to all students, of all academic backgrounds. Requirements Our Beauty Therapist Level 3 Training Course is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 1 sections • 28 lectures • 06:42:00 total length •Module 01 : Introduction to Beauty Technician: 00:14:00 •Module 02 : Corrections: 00:11:00 •Module 03 : Tools: 00:12:00 •Module 04 : Foundations and Corrections: 00:11:00 •Module 05 : Colour: 00:12:00 •Module 06 : Eye Make-Up: 00:08:00 •Module 07 : Makeup for Eyebrows: 00:07:00 •Module 08 : Lip Make-Up: 00:07:00 •Module 09 : Types of Makeup: 00:24:00 •Module 10 : False Eyelashes: 00:14:00 •Module 11 : Makeup for Different Ages: 00:13:00 •Module 12 : Health and Safety: 00:14:00 •Module 13 : Creating Your Make-Up Kit: 00:12:00 •Module 14 : General Care of Hands: 00:09:00 •Module 15 : Manicure: 00:08:00 •Module 16 : Pedicure: 00:09:00 •Module 17 : Nail Art: 00:16:00 •Module 18 : Shellac and Gel Nails: 00:13:00 •Module 19 : Hair Types: 00:38:00 •Module 20 : How to Treat Hair: 00:14:00 •Module 21 : Hair Colour and Hair Shape: 00:11:00 •Module 22 : How to Wash Hair Professionally: 00:13:00 •Module 23 : Tool's: 00:09:00 •Module 24 : Styling: 00:15:00 •Module 25 : Men's Hair: 00:10:00 •Module 26 : Up-Styling: 00:16:00 •Module 27 : Hair Extensions: 00:14:00 •Module 28 : Hairstyles: 00:48:00
Learn GitHub Actions in a weekend! This course covers all the important concepts to help you master GitHub Actions and its practical applications. Gain in-demand skills, design a CI/CD pipeline, and deploy infra as code with GitHub Actions. Boost your career with this essential skill for DevOps practices.
Start learning Lean Principles Course that will give you enough knowledge and skills to build your dream career. About this course This Lean Principles Course helps to grow your skills faster through the power of relevant content and world-class tutors. In this industry-leading bite-sized course, you will learn up-to-date knowledge in the relevant field within a few hours and get certified immediately. The modules of this course are very easy to understand and all of the topics are split into different sections. You will easily grasp and use the knowledge gained from this course in your career and go one step ahead of your competitors. The course is designed to improve your employability and provide you with the tools you need to succeed. Enrol today and start learning your essential skills. Why choose this course Earn a digital Certificate upon successful completion. Accessible, informative modules taught by expert instructors Study in your own time, at your own pace, through your computer tablet or mobile device Get 24/7 help or advice from our email and live chat teams Get full tutor support on weekdays (Monday to Friday) Course Design The Lean Principles Course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Who Is This Course For:â This Lean Principles Course is ideal for those who want to be skilled in this field or who wish to learn a new skill to build their dream career. If you want to gain extensive knowledge, potential experience, and be an expert in the related field then this is a great course for you to grow your career. Requirements This course is for anyone who would like to learn Lean Principles Course related skills to aid his/her career path. No formal entry prerequisites are required Certification Upon successful completion of the course, you will be able to obtain your course completion e-certificate. Print copy by post is also available at an additional cost of £9.99 and PDF Certificate at £4.99. Course Content Module 01: Introduction to Lean Module 02: An Overview of Lean Culture Module 03: The Lean Five Principles Course Content Lean: Lean Culture Module 01: Introduction to Lean 00:11:00 Module 02: An Overview of Lean Culture 00:10:00 Module 03: The Lean Five Principles 00:05:00 Order your Certificates & Transcripts Order your Certificates & Transcripts 00:00:00 Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.
Overview The global renewable energy sector is booming and is expected to reach $2.3 trillion by 2027. The Renewable Energy Expert Certification course will give you the knowledge and skills to become a successful renewable energy expert.Starting with 'An Introduction to Sustainable Energy', this course lays a robust foundation, unravelling the nuances of the sector. Following that, detailed modules on 'Solar Energy: Thermal' and 'Solar Energy: Photovoltaics' delve into the world of harnessing the sun's immense power. Modules such as 'Wind Energy', 'Bioenergy', 'Geothermal Energy', and 'Tidal Energy' further illustrate the varied renewable sources that can be tapped. Moreover, the course also addresses the 'Environmental Impacts: A Global and Regional Assessment' to ensure learners understand the holistic picture. Lastly, with sections on 'Renewable Energy and Sustainable Development' and 'The Future of Renewable Energy in the UK into the 2020s and Beyond', this course prepares learners to be at the forefront of the energy revolution.How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is this course for? There is no experience or previous qualifications required for enrolment on this Renewable Energy Expert Certification. It is available to all students, of all academic backgrounds. Requirements Our Renewable Energy Expert Certification is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible on tablets and smartphones so you can access your course on wifi, 3G or 4G.There is no time limit for completing this course, it can be studied in your own time at your own pace. Career path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management , Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 10 sections • 10 lectures • 03:41:00 total length •An Introduction to Sustainable Energy: 00:16:00 •Solar Energy: Thermal: 00:17:00 •Solar Energy: Photovoltaics: 00:22:00 •Wind Energy: 00:26:00 •Bioenergy: 00:27:00 •Geothermal Energy: 00:25:00 •Tidal Energy: 00:22:00 •Environmental Impacts: A Global and Regional Assessment: 00:26:00 •Renewable Energy and Sustainable Development: 00:21:00 •The Future of Renewable Energy in the UK into the 2020s and Beyond: 00:19:00
Overview Learn the basic fundamental concepts of electricity and DC circuit analysis and kickstart your career in the electrical industry by enrolling in our Electricity & Circuit Analysis Level 3 course.This comprehensive course covers all the basics of electricity to give you a deep understanding of capacitors and inductors of DC circuits, and equipping you with the skills needed to efficiently create and solve a system of independent equations following the fundamental laws of electricity.Designed by industry professionals, the course enables you to learn quickly and efficiently. After your successful completion, you will be equipped with strongly developed knowledge and skills to solve a series and parallel circuits using ohm's law. You will learn about electrical properties such as electric and magnetic fields, how capacitors and inductors work, and much more. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is this course for? There is no experience or previous qualifications required for enrolment on this Electricity & Circuit Analysis Level 3. It is available to all students, of all academic backgrounds. Requirements Our Electricity & Circuit Analysis Level 3 is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible on tablets and smartphones so you can access your course on wifi, 3G or 4G.There is no time limit for completing this course, it can be studied in your own time at your own pace. Career path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management , Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 11 sections • 11 lectures • 04:21:00 total length •Intro Basic Electricity: 00:08:00 •The Nature of Electricity: 00:20:00 •Conductors & Insulators: 00:08:00 •Ch - 03 Current and Electric Circuits: 00:13:00 •Ch - 04 Ohm's Law: 00:06:00 •Ch - 05 Electric Power: 00:12:00 •Ch - 06 Series & Parallel Circuits: 00:18:00 •Ch - 07 Circuit Theorems: 01:31:00 •Ch - 08 Electric Fields and Capacitance: 00:26:00 •Ch - 9 Magnetism and Inductance: 00:49:00 •Ch - 10 Transient Response Capacitors & Inductors: 00:10:00
Overview Enrol in our Dog Walking Course Level 3 today and build the necessary skills, knowledge and experience to transform your career. The Dog Walking Course Level 3 could enhance your continuing professional development thus propelling you more towards your dream job. This Dog Walking Course Level 3 could be your key, if you are interested in a long term career in the field of Dog Walking Course Level 3. This Dog Walking Course Level 3 course consists of a number of easy to digest, in-depth modules which are designed to provide you with detailed knowledge on Dog Walking Course Level 3. This Dog Walking Course Level 3 aims to accompany you through your journey to help you become a master of Dog Walking Course Level 3. Learn through a mixture of interactive lessons and online study materials. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is this course for? There is no experience or previous qualifications required for enrolment on this Dog Walking Course Level 3. It is available to all students, of all academic backgrounds. Requirements Our Dog Walking Course Level 3 is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible on tablets and smartphones so you can access your course on wifi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management , Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 12 sections • 12 lectures • 04:08:00 total length •Introduction to Pet Sitting: 00:09:00 •Licences and Legislation: 00:18:00 •Setting up your own Pet Sitting Business: 00:24:00 •Managing your Pet Sitting Business: 00:22:00 •Getting to Know the Dogs & Puppies: 00:21:00 •Dog Walking: 00:19:00 •Getting to Know the Kittens and Cats: 00:28:00 •Learning about Birds: 00:20:00 •Specific Information on Rabbits & Guinea-Pigs: 00:16:00 •Specific Information on Ornamental Fish: 00:26:00 •Specific Information on Reptiles: 00:23:00 •Safety and Emergencies: 00:22:00
Overview Become an expert in canine behaviour and provide a valuable service for grateful dog owners and their faithful companions. This Dog Walking and Training Course Level 3 course provides all the information that you will need to start a professional dog-walking service and guarantee beloved pets' safety. Britain loves their pets, and many dog owners need a little extra help in keeping their four-legged friends healthy and happy. This guide's contents include observations about a dog's behaviour, avoiding fights, using obedience techniques, and First Aid methods in a medical emergency. Alongside this, you will also be given expert advice on starting the business from scratch. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is this course for? There is no experience or previous qualifications required for enrolment on this Dog Walking and Training Course Level 3. It is available to all students, of all academic backgrounds. Requirements Our Dog Walking and Training Course Level 3 is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible on tablets and smartphones so you can access your course on wifi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management , Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 13 sections • 13 lectures • 04:08:00 total length •Introduction to Pet Sitting: 00:09:00 •Licences and Legislation: 00:18:00 •Setting up your own Pet Sitting Business: 00:24:00 •Managing your Pet Sitting Business: 00:22:00 •Getting to Know the Dogs & Puppies: 00:21:00 •Dog Walking: 00:19:00 •Getting to Know the Kittens and Cats: 00:28:00 •Learning about Birds: 00:20:00 •Specific Information on Rabbits & Guinea-Pigs: 00:16:00 •Specific Information on Ornamental Fish: 00:26:00 •Specific Information on Reptiles: 00:23:00 •Safety and Emergencies: 00:22:00 •Assignment - Dog Walking and Training Course Level 3: 00:00:00
Overview Gain the most in-demand skills in the foreign exchange market with our Forex Trading and Anti Money Laundering Complete Diplomacourse.This industry expert-designed Forex Trading and Anti Money Laundering Complete Diploma course will educate you on every basics and help you develop essential skills and much more. Furthermore, it will coach you in all the fundamentals and provide you with a solid foundation to become a qualified professional.So, enrol in the Forex Trading and Anti Money Laundering Complete Diploma course and enjoy immersive, engaging training. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is this course for? There is no experience or previous qualifications required for enrolment on this Forex Trading and Anti Money Laundering Complete Diploma. It is available to all students, of all academic backgrounds. Requirements Our Forex Trading and Anti Money Laundering Complete Diploma is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible on tablets and smartphones so you can access your course on wifi, 3G or 4G.There is no time limit for completing this course, it can be studied in your own time at your own pace. Career path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management , Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 3 sections • 18 lectures • 05:17:00 total length •Introduction to Forex Trading: 00:11:00 •Major Currencies and Market Structure87: 00:10:00 •Kinds of Foreign Exchange Market: 00:14:00 •Money Management: 00:11:00 •Fundamental Analysis: 00:21:00 •Technical Analysis: 00:32:00 •Pitfalls and Risks: 00:11:00 •Managing Risk: 00:16:00 •Trading Psychology: 00:14:00 •Module 01: Introduction to Money Laundering: 00:15:00 •Module 02: Proceeds of Crime Act 2002: 00:18:00 •Module 03: Development of Anti-Money Laundering Regulation: 00:24:00 •Module 04: Responsibility of the Money Laundering Reporting Office: 00:19:00 •Module 05: Risk-based Approach: 00:22:00 •Module 06: Customer Due Diligence: 00:22:00 •Module 07: Record Keeping: 00:19:00 •Module 08: Suspicious Conduct and Transactions: 00:20:00 •Module 09: Awareness and Training: 00:18:00