charteredcertifications.com Open in urlscan Pro
2606:4700:20::681a:330  Public Scan

Submitted URL: https://video.globalcharterlearning.co/
Effective URL: https://charteredcertifications.com/learning/courses/chartered-financial-modeling-professional-cfmp-1
Submission: On November 15 via api from US — Scanned from CA

Form analysis 6 forms found in the DOM

GET https://charteredcertifications.com/learning/courses

<form action="https://charteredcertifications.com/learning/courses" class="form-inline " method="get">
  <input class="form-control" type="search" name="q" value="" placeholder="Search for courses">
  <button class="btn my-2 my-sm-0 header-search-btn" type="submit"><i class="la la-search"></i></button>
</form>

<form action="">
  <div class="form-group">
    <label style="display: none;" for="name"></label>
    <input class="form-control" type="text" name="name" id="name" placeholder="Name *">
  </div>
  <div class="form-group">
    <label style="display: none;" for="email"></label>
    <input class="form-control" type="text" name="email" id="email" placeholder="Email *">
  </div>
  <div class="form-group">
    <label style="display: none;" for="phone_number"></label>
    <input class="form-control" type="text" name="phone_number" id="phone_number" placeholder="Phone Number *">
  </div>
  <div class="form-group">
    <label style="display: none;" for="company"></label>
    <input class="form-control" type="text" name="company" id="company" placeholder="Company *">
  </div>
  <div class="form-group">
    <label style="display: none;" for="job_title"></label>
    <input class="form-control" type="text" name="job_title" id="job_title" placeholder="Job Title *">
  </div>
  <div class="form-group">
    <label for="accept">
      <input type="checkbox" name="accept" id="accept" value="1"> By providing your contact details, you agree to our <a href="https://charteredcertifications.com/privacy/" target="_blank">Privacy Policy</a>. </label>
  </div>
  <input type="hidden" name="course_id" value="49">
  <p class="msgBlock text-center font-weight-bold" style="display: none;"></p>
</form>

GET https://charteredcertifications.com/learning/subscribe

<form method="get" action="https://charteredcertifications.com/learning/subscribe" class="subscribe-form">
  <input type="email" name="subscribe_email" value="" placeholder="Enter your email here" required="" title="Please enter a valid email address.">
  <button type="submit">Subscribe Now</button>
</form>

POST https://charteredcertifications.com/learning/logout

<form id="logout-form" action="https://charteredcertifications.com/learning/logout" method="POST" class="d-none">
  <input type="hidden" name="_token" value="2R1pm6pHka4VhpjFkgNZTDlR1ABCG5SfleLNPotA">
</form>

POST

<form method="POST" autocomplete="off">
  <input type="hidden" name="_token" value="2R1pm6pHka4VhpjFkgNZTDlR1ABCG5SfleLNPotA"> <input type="hidden" name="_request_from" value="signup_modal">
  <div class="row">
    <div class="form-group col-md-6 col-sm-12">
      <input type="text" class="form-control" name="first_name" value="" required="" autofocus="" placeholder="First name" aria-label="">
    </div>
    <div class="form-group col-md-6 col-sm-12">
      <input type="text" class="form-control" name="last_name" value="" required="" autofocus="" placeholder="Last name" aria-label="">
    </div>
  </div>
  <div class="form-group row">
    <div class="col-md-12">
      <input type="text" class="form-control" name="company" value="" required="" placeholder="Company" aria-label="">
    </div>
  </div>
  <div class="form-group row">
    <div class="col-md-12">
      <input type="text" class="form-control" name="job_title" value="" required="" placeholder="Job title" aria-label="">
    </div>
  </div>
  <div class="form-group row">
    <div class="col-md-12">
      <input type="email" class="form-control" name="email" value="" required="" placeholder="Email (Personal Email is Recommended)" title="Personal Email is Recommended To Give You Access Even When You Change Job"
        oninvalid="setCustomValidity('Please enter a valid email address.')" onchange="try{setCustomValidity('')}catch(e){}">
      <span style="position: absolute; right: 25px; top: 10px; font-size: 22px;cursor: pointer;" data-toggle="tooltip" data-placement="left" title="" data-original-title="Personal Email is Recommended To Give You Access Even When You Change Job">
        <i class="la la-question-circle"></i>
      </span>
    </div>
  </div>
  <div class="form-group row">
    <div class="col-md-12">
      <input id="password" type="password" class="form-control" name="password" required="" placeholder="Password" aria-label="">
    </div>
  </div>
  <div class="form-group row">
    <div class="col-md-12">
      <button type="submit" class="btn btn-primary"> Sign Up</button>
    </div>
  </div>
  <h2 class="mb-4 text-center login-suggest"> Already have an account? Login <a class="popup--login" data-toggle="modal" data-target="#loginFormModal" style="cursor:pointer;">here</a>
  </h2>
  <p class="text-center text-white" style="font-size: 13px;"> By signing up, you agree to our <a href="#">Terms of Service</a> and <a href="#">Privacy Policy</a>
  </p>
</form>

POST

<form method="POST" action="" autocomplete="off">
  <input type="hidden" name="_token" value="2R1pm6pHka4VhpjFkgNZTDlR1ABCG5SfleLNPotA"> <input type="hidden" name="_request_from" value="login_modal">
  <div class="form-group">
    <input type="email" class="form-control" name="email" value="" required="" autofocus="" placeholder="Email" title="Please enter a valid email address." oninvalid="setCustomValidity('Please enter a valid email address.')"
      onchange="try{setCustomValidity('')}catch(e){}">
  </div>
  <div class="form-group">
    <input type="password" class="form-control" name="password" required="" placeholder="Password">
  </div>
  <div class="form-group">
    <div class="checkbox">
      <label>
        <input type="checkbox" name="remember"> Remember Me </label>
    </div>
  </div>
  <div class="form-group mb-2">
    <button type="submit" class="btn btn-primary"> Login </button>
    <a class="btn btn-link forgot-link" href="https://charteredcertifications.com/learning/forgot-password">
                            Forgot <u>Password</u>?
                        </a>
  </div>
  <p class="text-white text-center register-suggest" style="font-size: 13px"> Do not have an account? Sign up <a class="popup--register" data-toggle="modal" data-target="#signUpFormModal" style="cursor:pointer;">here</a>
  </p>
</form>

Text Content

advisor@charteredcertifications.com
Singapore & APAC: +65 6716 9980
Australia & New Zealand: +61 3 9909 7310
UK & Europe: +44 (020) 335 57898
USA: +1 888 745 8875
Chartered Institute of Professional Certifications World's Largest Professional
Skills Certification Body
 * Chartered
   Programs
    * Accredited Programs
    * Live Executive Programs
      * Accredited Subjects
      * Live Training U.S. Clinical Trial Management and Regulatory Compliance
      * Live Training Ireland HR Employment Law
      * Live Training Switzerland HR Employment and Labour Law
      * Live Training Australia Property Development Laws, Building Regulations
        and Planning
      * Browse All Subjects
    * Global Finance & Accounting
      * Accredited Subjects
      * On Demand Chartered Financial Controller (CFC™)
      * On Demand Chartered Sustainable Finance Manager (CSFM™)
      * On Demand Certified Compliance Risk and Internal Control Manager (CCR™)
      * On Demand Chartered Interest Rate Derivatives, Swaps and Risk Management
        Professional (CIRS™)
      * Browse All Subjects
    * Global Operations, Supply Chain & Procurement
      * Accredited Subjects
      * On Demand Certified EPC Project Manager (CEPC™)
      * On Demand Certified Predictive Analytics and AI in Inventory
        Optimization, Demand Planning and Forecasting
      * On Demand Certified Sustainable Procurement Manager (CSP™)
      * On Demand Certified Supply Chain Demand Planning & Forecasting
        Professional (CSCD™)
      * Browse All Subjects
    * Technology Development
      * Accredited Subjects
      * On Demand Certified Cloud Architect (CCA™)
      * On Demand Certified Agile Business Analyst (CABA™)
      * On Demand Certified Lean Six Sigma Black Belt
      * On Demand Certified Business Intelligence Leader (CBIL™)
      * Browse All Subjects
    * Global Sustainability & Environment
      * Accredited Subjects
      * On Demand Certified Sustainable Procurement Manager (CSP™)
      * On Demand Certified Net Zero Carbon Emissions Leader (CNZ™)
      * On Demand Certified Environmental Risk Assessment Manager (CERA™)
      * On Demand Certified Environmental Management System Manager (CEMS™) &
        ISO 14001:2015 Certification Path
      * Browse All Subjects
    * Global Investment Strategy
      * Accredited Subjects
      * On Demand Chartered AI Investment Analyst (CAI™)
      * On Demand Chartered Interest Rate Derivatives, Swaps and Risk Management
        Professional (CIRS™)
      * On Demand Chartered ESG Investment Manager (CEIM™)
      * On Demand Certified Data Analytics Manager Using Excel (CDAME™)
      * Browse All Subjects
    * Digital Marketing & Analytics
      * Accredited Subjects
      * On Demand Certified Viral Instagram Marketing Manager (CVIM™)
      * On Demand Certified Viral TikTok Marketing Manager (CVTM™)
      * On Demand Certified Data Analytics Manager Using Excel (CDAME™)
      * On Demand Certified SEO & SEM Marketing Manager (CSEO™)
      * Browse All Subjects
    * Global Legal & Compliance
      * Accredited Subjects
      * On Demand Certified Compliance Risk and Internal Control Manager (CCR™)
      * On Demand Certified Sarbanes-Oxley Professional (CSOP™)
      * On Demand Chartered Global Sanctions Compliance Leader (CGSCL™)
      * On Demand Certified International Negotiator (CIN™)
      * Browse All Subjects
    * Global Human Resources & Analytics
      * Accredited Subjects
      * On Demand Certified Global Diversity, Equity and Inclusion HR Manager
        (CDEI™)
      * On Demand Certified HR and Talent Analytics Manager (CHRA™)
      * On Demand Certified International Negotiator (CIN™)
      * Browse All Subjects
    * Data Modeling & Analytics
      * Accredited Subjects
      * On Demand Chartered AI Investment Analyst (CAI™)
      * On Demand Certified Text Mining and Natural Language Processing (NLP)
      * On Demand Certified Generative AI Specialist (CGAI™)
      * On Demand Advanced Statistical Techniques, Data Analysis and
        Visualization for Research Analysis
      * Browse All Subjects
    * Global Conferences
      * Accredited Subjects
      * AI in Education Forum (Canada)
      * Browse All Subjects
    * Browse All Programs
   
    * Accredited Programs
    * Live Training U.S. Clinical Trial Management and Regulatory Compliance
    * Live Training Ireland HR Employment Law
    * Live Training Switzerland HR Employment and Labour Law
    * Live Training Australia Property Development Laws, Building Regulations
      and Planning
    * Live Training Deutsches Arbeitsrecht und Compliance im Personalwesen
    * Live Training Canada Mining Environmental Regulations and Compliance
    * Live Training Canada Planning and Development Laws: Navigating The
      Interface Between Federal, Provincial, And Municipal Planning Laws
    * Live Training EU REACH Regulations and Compliance
    * Live Training Certified Green Shipping Management: Advanced Emission
      Control, Sustainable Fuels, and Energy-Efficient Ship Design
    * Live Training EU Pharmacovigilance and Drug Safety Regulations and
      Compliance
    * Live Training South Africa HR Employment Laws and Labour Relations Act
    * Live Training EU International Tax Planning and Structuring
    * Live Training Managing Construction Delay, Impact Claims and Dispute
      Management
    * Live Training Certified Allergen Management and Control in Food Production
    * Live Training Canada Oil and Gas Environmental Regulations and Compliance
    * Live Training Canada Property Development Laws, Building Regulations and
      Planning Requirements
    * Live Training UK Laws on Employment Dismissals, Collective Redundancies
      and Restructurings
    * Live Training Canada Transportation of Dangerous Goods Regulations and
      Compliance
    * Live Training Affordable Housing Strategies and Implementation
    * Live Training Canada Occupational Health and Safety (OHS) Regulations and
      Compliance
    * Live Training EU Medical Device Regulations and Compliance
    * Live Training Canada Clinical Trial Regulations and Compliance
    * Live Training Canada Food Law and Regulations on Food Safety, Composition
      and Health Claims
    * Live Training EU Construction Contract Law and Dispute Management
    * Live Training Canada Shipping Laws, International Maritime Regulations and
      Conventions
    * Live Training ANZ Food Safety Compliance: Microbiology Control,
      Contamination Management and Safety Standards
    * Live Training Advanced Trial Techniques, Evidence Presentation and Witness
      Cross Examination Strategies
    * Live Training UK Property Development Laws, Building Regulations and
      Planning Requirements
    * Live Training UK Clinical Negligence, Medical Malpractice Laws, Liability
      and Risk Management
    * Live Training EU Aviation Safety Regulations and Compliance
    * Live Training Canada Law on Employment Termination, Dismissal and Layoff
    * Live Training Canada Clinical Negligence, Medical Malpractice, Liability
      and Risk Management
    * Live Training EU Pharmaceutical Regulations and Compliance
    * Live Training Australia Mining Laws and Regulations
    * Live Training Canada Construction Law and Building Code Compliance
    * Live Training Quantification of Delays and Disruptions in Construction and
      Engineering Projects
    * Live Training Australia Healthcare Laws, Medical Negligence and Liability
      Management
    * Live Training EU Food Law and Regulations on Food Safety, Composition,
      Labelling and Health Claims
    * Live Training Certified EPC Project Manager (CEPC™)
    * Live Training Australia Land And Property Contract Laws
    * Live Training EU Labour Laws, Employment Legislations and Directives
    * Live Training Chartered AI Investment Analyst (CAI™)
    * Live Training Certified Environmental Risk Assessment Manager (CERA™)
    * Live Training EU Intellectual Property Laws
    * Live Training Port State Control (PSC) Inspections: Compliance with
      International Maritime Port Regulations and Safety Standards
    * Live Training International Shipping Contracts and Maritime Law
    * Live Training Chartered Sustainable Supply Chain and Logistics
      Professional (CSSCLP™)
    * Live Training EU Environmental Law and Compliance
    * Live Training Chartered M&A Financial Modeling Analyst (CMAA™)
    * Live Training Certified Sustainability Reporting Manager (CSRM™)
    * Live Training Australia Laws of Construction Delay and Disruption
    * Live Training New Zealand Laws of Construction Delay and Disruption
    * Live Training Certified Supply Chain Demand Planning & Forecasting
      Professional (CSCD™)
    * Live Training Certified Procurement Contracts Manager (CPCM™)
    * Live Training Australia Environmental Law and Compliance
    * Live Training Certified Environmental Impact Assessment Manager (CEIA™)
    * Live Training Australia National Construction Codes, Regulations and
      Compliance
    * Live Training Chartered Financial Modeling Professional (CFMP™)
    * Browse All Subjects
   
    * Accredited Programs
    * On Demand Chartered Financial Controller (CFC™)
    * On Demand Chartered Sustainable Finance Manager (CSFM™)
    * On Demand Certified Compliance Risk and Internal Control Manager (CCR™)
    * On Demand Chartered Interest Rate Derivatives, Swaps and Risk Management
      Professional (CIRS™)
    * On Demand Certified Sarbanes-Oxley Professional (CSOP™)
    * On Demand Chartered ESG Investment Manager (CEIM™)
    * On Demand Certified Data Analytics Manager Using Excel (CDAME™)
    * On Demand Certified International Negotiator (CIN™)
    * On Demand Certified Compliance Professional in Cryptocurrency Financial
      Crimes (CCPC™)
    * On Demand Chartered Financial Forecasting, Budgeting and Modeling
      Professional (CFBM™)
    * On Demand Chartered Financial Modeling Professional (CFMP™)
    * Browse All Subjects
   
    * Accredited Programs
    * On Demand Certified EPC Project Manager (CEPC™)
    * On Demand Certified Predictive Analytics and AI in Inventory Optimization,
      Demand Planning and Forecasting
    * On Demand Certified Sustainable Procurement Manager (CSP™)
    * On Demand Certified Supply Chain Demand Planning & Forecasting
      Professional (CSCD™)
    * On Demand Certified Lean Six Sigma Black Belt
    * On Demand Certified Procurement Contracts Manager (CPCM™)
    * On Demand Chartered Sustainable Supply Chain and Logistics Professional
      (CSSCLP™)
    * On Demand Certified Data Analytics Manager Using Excel (CDAME™)
    * On Demand Certified Supply Chain Analytics Professional (CSCA™)
    * On Demand Certified International Negotiator (CIN™)
    * Browse All Subjects
   
    * Accredited Programs
    * On Demand Certified Cloud Architect (CCA™)
    * On Demand Certified Agile Business Analyst (CABA™)
    * On Demand Certified Lean Six Sigma Black Belt
    * On Demand Certified Business Intelligence Leader (CBIL™)
    * On Demand Certified Agile Project Leader (CAPL™)
    * On Demand Certified Data Analytics Manager Using Excel (CDAME™)
    * On Demand Certified Kubernetes Leader (CKL™)
    * On Demand Certified DevOps Professional (CDevOps™)
    * Browse All Subjects
   
    * Accredited Programs
    * On Demand Certified Sustainable Procurement Manager (CSP™)
    * On Demand Certified Net Zero Carbon Emissions Leader (CNZ™)
    * On Demand Certified Environmental Risk Assessment Manager (CERA™)
    * On Demand Certified Environmental Management System Manager (CEMS™) & ISO
      14001:2015 Certification Path
    * On Demand Chartered Sustainable Finance Manager (CSFM™)
    * On Demand Certified Carbon Management Leader (CCML™)
    * On Demand Certified Sustainability Reporting Manager (CSRM™)
    * On Demand Certified Sustainable Development Manager (CSDM™)
    * On Demand Chartered ESG Investment Manager (CEIM™)
    * On Demand Certified Environmental Impact Assessment Manager (CEIA™)
    * On Demand Chartered Sustainable Supply Chain and Logistics Professional
      (CSSCLP™)
    * On Demand Certified Lean Six Sigma - Green Belt Certification Program
    * Browse All Subjects
   
    * Accredited Programs
    * On Demand Chartered AI Investment Analyst (CAI™)
    * On Demand Chartered Interest Rate Derivatives, Swaps and Risk Management
      Professional (CIRS™)
    * On Demand Chartered ESG Investment Manager (CEIM™)
    * On Demand Certified Data Analytics Manager Using Excel (CDAME™)
    * On Demand Certified International Negotiator (CIN™)
    * Browse All Subjects
   
    * Accredited Programs
    * On Demand Certified Viral Instagram Marketing Manager (CVIM™)
    * On Demand Certified Viral TikTok Marketing Manager (CVTM™)
    * On Demand Certified Data Analytics Manager Using Excel (CDAME™)
    * On Demand Certified SEO & SEM Marketing Manager (CSEO™)
    * On Demand Certified International Negotiator (CIN™)
    * Browse All Subjects
   
    * Accredited Programs
    * On Demand Certified Compliance Risk and Internal Control Manager (CCR™)
    * On Demand Certified Sarbanes-Oxley Professional (CSOP™)
    * On Demand Chartered Global Sanctions Compliance Leader (CGSCL™)
    * On Demand Certified International Negotiator (CIN™)
    * On Demand Certified Compliance Professional in Cryptocurrency Financial
      Crimes (CCPC™)
    * Browse All Subjects
   
    * Accredited Programs
    * On Demand Certified Global Diversity, Equity and Inclusion HR Manager
      (CDEI™)
    * On Demand Certified HR and Talent Analytics Manager (CHRA™)
    * On Demand Certified International Negotiator (CIN™)
    * Browse All Subjects
   
    * Accredited Programs
    * On Demand Chartered AI Investment Analyst (CAI™)
    * On Demand Certified Text Mining and Natural Language Processing (NLP)
    * On Demand Certified Generative AI Specialist (CGAI™)
    * On Demand Advanced Statistical Techniques, Data Analysis and Visualization
      for Research Analysis
    * On Demand Certified Predictive Modeling Specialist (CPMS™)
    * On Demand Certified Supply Chain Demand Planning & Forecasting
      Professional (CSCD™)
    * On Demand Certified Business Intelligence Leader (CBIL™)
    * On Demand Certified Data Analytics Manager Using Excel (CDAME™)
    * Browse All Subjects
   
    * Accredited Programs
    * AI in Education Forum (Canada)
    * Browse All Subjects

Earn Your Chartered Designation

 * Log In
 * Sign Up

 1. Home
 2. Live Executive Programs
 3. Chartered Financial Modeling Professional (CFMP™)

Fully Accredited Program Chartered Financial Modeling Professional (CFMP™)

This comprehensive and highly interactive executive program Chartered Financial
Modeling Professional (CFMP™) is designed to equip participants with a strong
understanding of constructing effective financial models. You will gain an
in-depth knowledge on how to build, design and develop sophisticated financial
models, produce highly accurate financial forecasts and construct rigorous
models that help to evaluate every major financial decisions for your
organization.

By the end of the program and after passing the Chartered exam, you will have
earned the Chartered Financial Modeling Professional (CFMP™) charter mark and
designation which you can use to demonstrate your professional credentials and
track record in the field of financial modeling.

 



 


4.6 (936 Professional Learners) 1
Download Brochure Pricing & Registration

1 Chartered Institute of Professional Certifications' reviews and ratings are a
comprehensive collection of participants feedback we have gathered over the last
decade. To view authentic and personal testimonials that are handwritten by our
participants, please download our participants' written reviews here.

This program will entitle you:

Download Brochure Pricing & Registration
 * Attain your CFMPTM designation that you can use across your professional
   credentials (including LinkedIn and CV)
 * Experience 3 days of instructor-led live program and in-depth learning
   on intensive financial modeling and professional learning
 * 4 industry case studies including Harvard Business School case studies
 * For enquiries, chat with our Program Advisors at
   advisor@charteredcertifications.com or call us at
   * Singapore and Asia Pacific: +65 6716 9980
   * Australia and New Zealand: +61 3 9909 7310
   * UK, Europe and Middle East: +44 (020) 335 57898
   * USA: +1 888 745 8875




ACCREDITATIONS

4.8 
 


 

The Chartered Financial Modeling Professional (CFMP™) is a mark of excellence
and distinction that signifies a fully qualified finance professional with
financial modeling expertise and skill sets. It is accredited by the Chartered
Institute of Professional Certifications, which maintains the governing
standards for all members. The CFMP™ charter is a trademarked charter available
only professionals who have completed and passed this program. The certification
is governed and maintained by Chartered Institute of Professional Certifications
with over 90,000 members around the world. It is also endorsed by prominent
associations and organizations worldwide.

The content of this program has also been fully certified and independently
accredited by CPD as conforming to Continuing Professional Principles.


WHAT CAN YOU EXPECT FROM THIS CERTIFIED PROGRAM

Financial modeling is one of the most desired skills in today’s corporate world.
This Chartered Financial Modeling Professional (CFMP™) program is designed to
provide you with the skills to construct sophisticated financial models from
scratch which can help you to improve financial forecasting, budgeting, business
analysis and capital budgeting decisions. You will discover the most useful
Excel features and techniques to build a robust financial model today.

With this accredited program, you will also improve your skills in financial
analysis techniques and understand how to analyze financial statements from the
models you have built. You will discover the complete range of techniques used
in financial forecasting, project financial returns and implement strategic
financial reporting for your organization. Beyond this, you will also learn how
to improve your financial risk management through risk modeling, Monte Carlo
simulations and conduct risk sensitivity analysis. Finally, you will learn to
streamline the process of financial data analysis by learning Excel Macros and
VBA in the last two modules of the program.

By the end of this program, you will receive the designation of Chartered
Financial Modeling Professional (CFMPTM) that can be used across your
professional credentials, CV and Linkedin profile.



Globally demanded and recognized, this trademarked credentials that can only be
used by professionals who have completed and passed our accredited Chartered
Financial Modeling Professional program. We look forward to welcoming you to
this program.

 


KEY SKILLS YOU WILL GAIN

 * Advanced Financial Modeling
 * Financial Forecasting
 * Financial Budgeting
 * Financial Analysis
 * Investment Appraisal
 * Costs of Capital
 * Financial Risk Sensitivity Analysis
 * Advance Excel Functions
 * Capital Budgeting
 * Business Analysis
 * Risk Management
 * Risk Modeling
 * Risk Analysis
 * Monte Carlo Simulations
 * Excel VBA
 * Excel Macros
 * Financial Data Analysis
 * Strategic Financing Planning
 * Financial Management


YOUR FACULTY DIRECTOR

Duncan Williamson
Award Winning Author, Faculty Leader and Contributor

Duncan Williamson is an author, trainer and business consultant specializing in
Financial, Management Accounting and Spreadsheet Modelling with a sustained
record of success established in the Financial and Commercial marketplaces. He
is an inspirational presenter whose excellent communication skills have been
demonstrated across countries and cultures assisting executive professionals to
achieve their full potential. 



Duncan’s international experience includes multimillion dollars projects and
consultancies carried out in the Middle East, Africa, Central Asia, South Asia,
the Caucasus, the Balkans, Central Europe and Denmark. In addition to working as
a consultant and trainer, Duncan worked in a wide variety of settings, ranging
from working as a management accountant in process industries in the UK to
product cost consulting in several industries in Eastern Europe and the Oil and
Gas industry in the Middle East. 

Duncan has published widely over the years on cost and management accounting,
and is a major contributor to various magazines, journals and websites. Duncan
is a best-selling author across many financial books including "Excel Power
Query". Prior to that, he has written “Excel Solutions for Accountants” in three
volumes in June 2015, and “The Accounting and Bookkeeping Coach”, published in
April 2014.


CHARTERED FINANCIAL MODELING PROFESSIONAL (CFMP™) PROGRAM AGENDA

Expand all Collapse all

Module 1: Functions By Category
Overview: Functions by Category
 * Lesson 1: Introduction to Excel’s Built in Functions
 * Lesson 2: Mathematical Functions
 * Lesson 3: Statistical and Financial Functions
 * Lesson 4: Logical and Text
 * Lesson 5: Database Functions
 * Lesson 6: Lookup and References Part 1
 * Lesson 7: Lookup and References Part 2
 * Lesson 8: Lookup and References Part 3
 * Lesson 9: The Aggregate Function
 * Lesson 10: The Aggregate Function (Excel File)
 * Lesson 11: Excel Tables Part 1
 * Lesson 12: Excel Tables Part 2
 * Lesson 13: Excel Tables Part 3
 * Lesson 14: Pivot Tables Part 1
 * Lesson 15: Pivot Tables Part 2
 * Lesson 16: Pivot Tables Part 3
 * Lesson 17: Pivot Tables Part 4
 * Lesson 18: Pivot Tables Part 5
 * Lesson 19: Financial Model Auditing

Module 2: Array Functions, Goal Seek, Matrix Calculations And Introduction To
Power Query And Power Pivot
Overview: Array Functions, Goal Seek, Matrix Calculations And Introduction To
Power Query And Power Pivot
 * Lesson 1: Array Functions Part 1
 * Lesson 2: Array Functions Part 2
 * Lesson 3: Array Functions Part 3
 * Lesson 4: Goal Seek
 * Lesson 5: Power Query - Get & Transform
 * Lesson 6: Dynamic Array Functions Part 1
 * Lesson 7: Dynamic Array Functions Part 2
 * Lesson 8: Dynamic Array Functions Part 3
 * Lesson 9: SOLVER and MATRIX Algebra Part 1
 * Lesson 10: SOLVER and MATRIX Algebra Part 2

Module 3: Introducing The Financial Statements: Terminology And Layout, Reading
A Financial Report
Overview: Introducing The Financial Statements: Terminology And Layout, Reading
A Financial Report
 * Lesson 1: The Five Types of Financial Statements
 * Lesson 2: Introduction To Financial Statements

Module 4: Analyzing Financial Statements: Common Size Statements, Growth Ratios
Overview: Analyzing Financial Statements: Common Size Statements, Growth Ratios
 * Lesson 1: Functional Structure of Ratio Analysis
 * Lesson 2: Analyzing Financial Statements Part 1
 * Lesson 3: Analyzing Financial Statements Part 2
 * Lesson 4: Analyzing Financial Statements Part 3

Module 5: Forecasting, Forecasting Financial Statements
Overview: Forecasting, Forecasting Financial Statements
 * Lesson 1: Introduction to Forecasting in Excel
 * Lesson 2: The Forecast Sheet In Excel: Treble Exponential Smoothing

Module 6: Computing The WACC, Capital Investment Appraisal Techniques,
Sensitivity Analysis, Developing Scenarios
Overview: Computing The WACC, Capital Investment Appraisal Techniques,
Sensitivity Analysis, Developing Scenarios
 * Lesson 1: Introduction To The WACC And Capital Investment Appraisal
 * Lesson 2: Computing The WACC And Capital Investment Appraisal

Module 7: Preparing Functional Budgets, Preparing A Capital Budget
Overview: Preparing Functional Budgets, Preparing A Capital Budget
 * Lesson 1: Introduction to Preparing Functional and Capital Budgets
 * Lesson 2: Functional Budgets: Engineering Method, Sensitivity Analysis,
   Capital Investment Appraisal
 * Lesson 3: Time Schedule: Handy Hints, Initial Analysis Of Sales Data
 * Lesson 4: Introduction To Regression Analysis For Budgeting
 * Lesson 5: Regression Analysis For Budgeting

Module 8: The Risk Modelling Process, Risk And Risk Analysis, Building A Risk
Model
Overview: The Risk Modelling Process, Risk And Risk Analysis, Building A Risk
Model
 * Lesson 1: Introduction To Risk Modelling, Risk Analysis And Risk Models
 * Lesson 2: Application Of RADR, Certainty Equivalents And Expected NPV And
   Risk
 * Lesson 3: Risk Matrix, Risk Chart, Risk Step Chart, Country And Equity Risk
   Premium

Module 9: Monte Carlo Simulations: Nature And Examples, Interpreting Monte Carlo
Simulations
Overview: Monte Carlo Simulations: Nature And Examples, Interpreting Monte Carlo
Simulations
 * Lesson 1: Introduction to Monte Carlo Simulation Examples, CVP Simulation,
   NORM.INV() Function
 * Lesson 2: Monte Carlo Simulation Examples: Coins, Disc, Cards, Roulette, CVP
   Simulation, NORM.INV() Function

Module 10: Introduction To Excel VBA And Macros
Overview: Introduction To Excel VBA And Macros
 * Lesson 1: Introduction Of Excel VBA And Macros
 * Lesson 2: Introduction To Recording A Macro, The VBE, Generate Data And
   Create And Chart, Run Macro From A Button
 * Lesson 3: Record And Run A Macro, Keyboard Shortcuts, Assign A Button
 * Lesson 4: Create A Pivot Table From A Button, Create A Chart From A Button,
   Highlight Values Only, Change Values To Millions, Reformat Values And Change
   To Text

Examination
Examination



CHARTERED EXAM

At the end of the program, there will be a Chartered exam comprised of 50
multiple choice questions. Upon passing the exam, you will be accredited with
your Chartered Financial Modeling Professional (CFMPTM) designation

 * 98% of students who have taken this exam have passed the exam successfully.
   Almost all professionals who have taken our courses have passed this exam and
   attain their Chartered Financial Modeling Professional (CFMPTM) designation
 * The exam has 50 multiple choice questions and you need to answer 25 out of 50
   questions correctly to pass the exam
 * You can re-take the exam online as many times as you want, no additional
   charges for retaking of exams
 * The program cost already includes the exam fees, so there are no additional
   charges for taking the exam

If you have challenges passing the exam, you can secure assistance from our team
and faculty leader to help you pass the exam.

 


CHARTERED FINANCIAL MODELING PROFESSIONAL (CFMP™) DESIGNATION

After completing the program and passing the exam, you will be awarded the
Chartered Financial Modeling Professional (CFMP™) designation charter that can
be used in your resume, CV and other professional credentials. This designation
is a global trademark and industry-recognized with lifelong validity. Globally
demanded and recognized, this designation will help you distinguish your
skillsets and you have attained expertise in undertaking the full spectrum of
mergers and acquisitions.




PRICING & REGISTRATION

Please select one of the locations:
Canada (5 - 7 Feb 2025) Canada (5 - 7 Feb 2025)


CANADA

Dates: 5 - 7 Feb 2025

Venue: Online Executive Program (via Zoom)

Time: 8:00am - 3:30pm Pacific Standard Time (PST)
10:00am - 5:30pm Central Standard Time (CST)
11:00am - 6:30pm Eastern Standard Time (EST)

--------------------------------------------------------------------------------

Early Bird Packages Regular Pricing By 03 Dec 2024 By 24 Jan 2025 After 24 Jan
2025 Canada Delegates CAD 2,395 CAD 2,595 CAD 2,695

Group Discount: 2nd participant get 10%, or register 3 participants and 4th
participant get a complimentary seat (1 discount scheme applies).

Register Now


DOWNLOAD BROCHURE

You can download our program brochure below. If you have any inquiries on this
program, please contact our Program Advisor at
advisor@charteredcertifications.com or call us at:

 * Singapore and Asia Pacific: +65 6716 9980
 * Australia and New Zealand: +61 3 9909 7310
 * UK, Europe and Middle East: +44 (020) 335 57898
 * USA: +1 888 745 8875

Download Brochure


ON DEMAND LEARNING

If you are unable to make it to this program due to the dates, you can also
enroll into our program through our on-demand learning. Click on the link below
to go to our on demand learning to discover how you can enroll into the program
and earn your Charter or certificate through our on demand learning platform

Go to Our On Demand Learning Here


CHARTERED FINANCIAL MODELING PROFESSIONAL (CFMP™) REVIEWS AND TESTIMONIALS

Marinda Gunawan - Financial Analyst at PT Jawa Power







This course is one of the best courses I have ever taken. I enjoyed the clear
and concise approach, which covered everything thoroughly and efficiently.

Nikita Tailor - Finance Controller at Ottobock Healthcare PLC







I recently completed the Chartered Financial Modeling Professional (CFMP)
course, and I'm thrilled with the knowledge and skills it provided. I was amazed
by the diverse applications of Excel within financial modeling. The modules on
dynamic array functions, forecasting, and scenario analysis were particularly
insightful, allowing me to approach complex financial problems with confidence.
Thanks to CFMP, I now feel equipped to tackle real-world financial modeling
tasks effectively.

Ruth Guinane - FP&A Analyst at IPL







The course had a very knowledgeable and approachable presenter and was
well-organized, with a lot of supporting material.

Paula Lopez - Finance and Operations Business Analyst at Kinetic Consulting Ltd







Perfect level of complexity and balance between exercises and theoretical
elements.

Bilikisu Yusuf - Healthcare Worker at Bilikisu Oluwatoyin Yusuf







The quality of the training, including both the instructor and the material.

Joel Taylor-Spencer - Group Financial Controller at Landmark Investments ACA







The training was transformative! I gained invaluable insights into advanced
financial modeling techniques that I can immediately apply in my role. The
expert guidance enhanced my skills significantly. I feel more confident in my
ability to drive financial strategy and support decision-making.

Chartered Institute of Professional Certifications' reviews and ratings are a
comprehensive collection of participants feedback we have gathered over the last
decade. To view authentic and personal testimonials that are handwritten by our
participants, please download our participants' written reviews here.


CONVINCING YOUR BOSS TO ATTEND THIS PROGRAM

Securing approval from your boss to attend this program can be difficult if you
don’t know what to say. So we’ve prepared a template for you to attend this
program! All you need to do is to download this template, copy and paste in
email and send it to your boss!

Download the Template Here

×


CONTACT US

By providing your contact details, you agree to our Privacy Policy.



Submit

Chartered Financial Modeling Professional (CFMP™)


4.6 (936 ratings)
Pricing & Registration

Course Preview

Chartered Financial Modeling Professional (CFMP™)

×
Video Player is loading.
Play Video
PlaySeek back 10 secondsSeek forward 10 seconds
Mute

Current Time 0:00
/
Duration 1:40
Loaded: 26.01%


0:00
Stream Type LIVE
Seek to live, currently behind liveLIVE
Remaining Time -1:40
 
1x
Playback Rate

Chapters
 * Chapters

Descriptions
 * descriptions off, selected

Captions
 * captions settings, opens captions settings dialog
 * captions off, selected

Audio Track

Picture-in-PictureFullscreen
Open quality selector menu
 * 1080, selected
 * 720
 * 480
 * Original

This is a modal window.



Beginning of dialog window. Escape will cancel and close the window.

TextColorWhiteBlackRedGreenBlueYellowMagentaCyanTransparencyOpaqueSemi-TransparentBackgroundColorBlackWhiteRedGreenBlueYellowMagentaCyanTransparencyOpaqueSemi-TransparentTransparentWindowColorBlackWhiteRedGreenBlueYellowMagentaCyanTransparencyTransparentSemi-TransparentOpaque
Font Size50%75%100%125%150%175%200%300%400%Text Edge
StyleNoneRaisedDepressedUniformDropshadowFont FamilyProportional
Sans-SerifMonospace Sans-SerifProportional SerifMonospace SerifCasualScriptSmall
Caps
Reset restore all settings to the default valuesDone
Close Modal Dialog

End of dialog window.

Chartered Financial Modeling Professional (CFMP™)
01:40

CHARTERED INSTITUTE OF PROFESSIONAL CERTIFICATIONS

About Us What We Offer Professional Associations Careers Professional Charter
Press & Media Client Companies Terms of Service Privacy Policy

COMMUNITY

Becoming our Faculty Instructor Our Faculty Directors Charter Terms of Use View
all Chartered Programs Professional Development

TRENDING TOPICS

Certified Environmental Impact Assessment Manager (CEIA™) Certified Compliance
Professional in Cryptocurrency Financial Crimes (CCPC™) Certified Supply Chain
Analytics Professional (CSCA™) Chartered Sustainable Supply Chain and Logistics
Professional (CSSCLP™) Certified Sustainable Development Manager (CSDM™)
Certified Carbon Management Leader (CCML™)

Join our mailing list and never miss an update

Subscribe Now





© 2021 - 2022 Chartered Institute.
All Rights Reserved.



Added to cart

×

Chat with us, powered by LiveChat


×


LET'S START A NEW JOURNEY TODAY

Accelerate Your Career


SIGN UP TO REGISTER


Sign Up


ALREADY HAVE AN ACCOUNT? LOGIN HERE

By signing up, you agree to our Terms of Service and Privacy Policy


×


THE BEST WAY TO PREDICT YOUR FUTURE IS TO CREATE IT

Abraham Lincoln


LOGIN TO YOUR CHARTERED ACCOUNT


Remember Me
Login Forgot Password?

Do not have an account? Sign up here