Start Learning Today Speak to an Advisor
- .btn-start-your-free-trial { /* …same rules… */ } .btn-start-your-free-trial:hover { … } .btn-start-your-free-trial:active { … } .btn-start-your-free-trial:focus-visible { … } /* COURSE PAYMENT OPTIONS PAGE - > Section 2 - Payment Options */ .lw-cols .col img { margin-bottom: 1rem; max-width: 80%; height: auto; } /* ABOUT US PAGE - > Section 1 - Header */ .hero-section { background-image: url('https://lwfiles.mycourse.app/68135dc9fe1f562a4f64f0a1-public/e23b8f62cc42c835f123ea90990a7287.jpg'); margin-bottom: 30px; } .section-heading { font-size: 2.5rem; /* Adjust size for prominence */ font-weight: bold; line-height: 1.4; /* Better spacing between lines */ } .section-subheading { font-size: 1.8rem; /* Adjust size to complement the main heading */ font-weight: normal; line-height: 1.6; /* Adjust spacing between lines */ } .content-box { padding: 20px; /* Add space inside the content box */ } .image-box { padding: 15px; /* Add space around the image */ } .cta-button { background-color: #ff6f61; /* Bright CTA color */ padding: 15px 30px; color: white; text-decoration: none; border-radius: 5px; font-size: 1.1rem; display: inline-block; text-align: center; } .learnworlds-button-wrapper { margin-top: 20px; margin-bottom: 20px; /* Add space above and below the button */ } .cta-button:hover { background-color: #e15d50; /* Darken color on hover */ } @media (max-width: 768px) { .section-container { display: block; /* Stack the content vertically */ } .content-box, .image-box { width: 100%; /* Ensure full width on small screens */ } } .lw-widget-in.learnworlds-image { max-width: 100%; height: auto; } .learnworlds-heading { color: #333; /* Darker color for better contrast */ } .learnworlds-main-text { color: #444; /* Slightly darker text color */ } .learnworlds-button-solid-accent1:hover { background-color: #FF720C; font-weight: bold; /* Adding bold effect on hover */ } .learnworlds-heading, .learnworlds-heading4, .learnworlds-main-text { margin-bottom: 20px; } @media (max-width: 768px) { .lw-cols { flex-direction: column; /* Stack columns vertically on small screens */ } .learnworlds-button-wrapper { margin-top: 20px; /* Add space above the button */ } .learnworlds-section-content { padding: 20px; /* Add some padding for mobile screens */ } .learnworlds-heading { font-size: 2rem; /* Slightly reduce heading size for mobile */ } .learnworlds-main-text { font-size: 1.1rem; /* Adjust text size for readability */ } .learnworlds-image { max-width: 100%; /* Ensure the image is responsive */ height: auto; } } /* Header Hero Picture */ .hero-img-wrap{ aspect-ratio:3/2; /* 1.5 : 1 */ max-width:460px; /* whatever width suits your layout */ width:100%; overflow:hidden; /* hides the trimmed top/bottom */ } /* ABOUT US PAGE -> Section 2 -> Trusted by Learners and Recruiters Nationwide Section */ .learnworlds-section-overlay { background-color: rgba(0, 0, 0, 0.5); /* Darker overlay for better contrast */ } .progress-container_counter h2 { font-size: 3rem; /* Larger font for better visibility */ color: #FF720C; /* Accent color for the numbers */ font-weight: bold; transition: transform 0.3s ease-in-out; } .progress-container_counter h2:hover { transform: scale(1.05); /* Slight zoom effect on hover */ } .lw-cols .col { margin-bottom: 20px; /* Ensure consistent spacing */ } @media (max-width: 768px) { .lw-cols { display: block; /* Stack columns vertically */ text-align: center; /* Center align text */ } .progress-container_counter h2 { font-size: 2.5rem; /* Adjust number size for mobile */ } .learnworlds-main-text p { font-size: 1.1rem; /* Adjust text size for readability */ } } .learnworlds-image { max-width: 100%; height: auto; } .lw-progress:hover { box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow for interactive feel */ } /* ABOUT US PAGE -> Section 3 -> Flexible, Self-Paced Learning, Expert-Led Training, Student Success is our Priority Block */ .learnworlds-heading4 { font-size: 1.8rem; font-weight: 600; line-height: 1.5; /* Improve line height for better legibility */ text-align: left; /* Ensures the text is aligned uniformly */ } .learnworlds-main-text { font-size: 1.2rem; line-height: 1.6; /* Increase line height for text sections */ margin-top: 10px; } .learnworlds-main-text { color: #333333; /* Darker color for better contrast */ } .learnworlds-heading4 cite { /* Space between the icon and the text */ } .learnworlds-heading4 { margin-right: 10px; display: flex; align-items: center; /* Ensure text and icon are vertically aligned */ } @media (max-width: 768px) { .lw-cols { display: block; /* Stack columns vertically */ } .learnworlds-heading4 { font-size: 1.6rem; /* Adjust the heading size for mobile */ } .learnworlds-main-text { font-size: 1rem; /* Adjust text size for mobile */ } } .wow-cta-button { padding: 16px 30px; /* Increase padding for better button size */ font-weight: 600; font-size: 1.1rem; /* Slightly larger font size */ display: inline-flex; align-items: center; gap: 0.5rem; border-radius: 5px; background-color: #FF720C; /* Make the button match the brand color */ color: white; } .wow-cta-button:hover { background-color: #e15d0c; /* Slightly darker hover color */ transform: translateY(-2px); /* Slight lift on hover */ } .wow-cta-button .fa-long-arrow-alt-right { transition: transform 0.3s ease-in-out; } .wow-cta-button:hover .fa-long-arrow-alt-right { transform: translateX(6px); /* Arrow movement on hover */ } .lw-cols .col { margin-bottom: 30px; /* Consistent spacing between columns */ } .learnworlds-main-text { margin-bottom: 30px; /* Space between text sections */ } .col { margin-bottom: 20px; /* Adds space between columns */ } .learnworlds-heading4 cite { color: #FF720C; /* Make icon color consistent with the brand color */ } .col:hover { box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add subtle shadow on hover */ transition: all 0.3s ease-in-out; } .learnworlds-image { max-width: 100%; height: auto; object-fit: cover; /* Ensure images do not stretch */ } /* Vertical Alignment and Spacing */ .feature-col { display: flex; flex-direction: column; align-items: flex-start; max-width: 260px; /* caps line length on large screens */ margin: 0 1rem; } .feature-col p { margin-top: 0.5rem; margin-bottom: 1.25rem; line-height: 1.6; } /* Responsive Wrapping */ .features-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; } @media (max-width: 768px) { .feature-col { flex: 1 1 100%; text-align: center; max-width: none; } .feature-col i { margin-right: 0; margin-bottom: 0.5rem; } } /* Copy & Link Styling */ .features-footer a { color: #2B3990; text-decoration: none; font-weight: 600; transition: text-decoration .2s ease; } .features-footer a:hover { text-decoration: underline; } /* ABOUT US PAGE -> Section 4 -> Our Company */ .learnworlds-subheading { font-size: 2rem; /* Increase font size for visual hierarchy */ font-weight: 700; color: #2B3990; /* Matching brand color for uniformity */ } .learnworlds-main-text { padding-left: 20px; padding-right: 20px; line-height: 1.7; /* Adds some space between lines for improved readability */ } .learnworlds-align-right { display: flex; align-items: center; justify-content: center; } .learnworlds-image { max-width: 100%; /* Makes sure images scale responsively */ } @media (max-width: 768px) { .lw-cols { display: block; } .col { width: 100%; /* Stacks columns vertically on smaller screens */ margin-bottom: 2rem; } } .learnworlds-main-text { margin-bottom: 20px; } .learnworlds-section-content { padding-top: 40px; padding-bottom: 40px; } /* Apply Flexbox to both the columns containing the icon and text */ .learnworlds-align-right { display: flex; flex-direction: column; align-items: center; /* Horizontally center the icon */ justify-content: center; /* Vertically center the icon */ text-align: center; } /* Add some margin to the icon for spacing */ .learnworlds-image { margin-bottom: 20px; /* Adds spacing between icon and text */ } /* Ensure uniform text alignment */ .learnworlds-main-text { text-align: center; /* Center the description text */ padding-left: 20px; padding-right: 20px; } /* Optional: Add uniform margin to the headings */ .learnworlds-subheading { margin-bottom: 20px; /* Adds spacing between heading and description */ } /* Making sure the columns are flexible and adaptable */ .col { display: flex; flex-direction: column; justify-content: center; /* Vertically center all content in the column */ align-items: center; /* Horizontally center all content */ } /* For small screens (mobile optimization) */ @media (max-width: 768px) { .learnworlds-align-right { text-align: center; /* Ensure text is centered on mobile screens */ } .learnworlds-image { margin-bottom: 15px; /* Reduce spacing between image and text on smaller screens */ } } /* Aligning the columns and content properly */ .learnworlds-align-right { display: flex; flex-direction: column; justify-content: flex-start; /* Align content to the top */ align-items: center; /* Horizontally center the content */ text-align: center; } /* Margin and padding adjustments */ .learnworlds-image { margin-bottom: 20px; /* Adds spacing between icon and text */ } .learnworlds-main-text { text-align: justify; /* Ensure text alignment is justified */ padding-left: 20px; padding-right: 20px; } /* Uniform margin for headings */ .learnworlds-subheading { margin-top: 20px; margin-bottom: 20px; /* Consistent margin for both headings */ } /* Make sure both "Our Vision" and "Our Mission" headings are aligned */ .learnworlds-heading, .learnworlds-subheading { text-align: center; /* Ensure headings are centered */ margin-bottom: 20px; /* Space out from text */ } /* Optional: Ensure responsiveness on smaller screens */ @media (max-width: 768px) { .learnworlds-align-right { text-align: center; } .learnworlds-image { margin-bottom: 15px; /* Reduce spacing between image and text on smaller screens */ } } /* Apply Flexbox to both the columns containing the icon and text */ .learnworlds-align-right { display: flex; flex-direction: column; align-items: center; /* Horizontally center the icon */ justify-content: center; /* Vertically center the icon */ text-align: center; } /* Add some margin to the icon for spacing */ .learnworlds-image { margin-bottom: 20px; /* Adds spacing between icon and text */ } /* Ensure uniform text alignment */ .learnworlds-main-text { text-align: center; /* Center the description text */ padding-left: 20px; padding-right: 20px; } /* Optional: Add uniform margin to the headings */ .learnworlds-subheading { margin-bottom: 20px; /* Adds spacing between heading and description */ } /* Making sure the columns are flexible and adaptable */ .col { display: flex; flex-direction: column; justify-content: center; /* Vertically center all content in the column */ align-items: center; /* Horizontally center all content */ } /* For small screens (mobile optimization) */ @media (max-width: 768px) { .learnworlds-align-right { text-align: center; /* Ensure text is centered on mobile screens */ } .learnworlds-image { margin-bottom: 15px; /* Reduce spacing between image and text on smaller screens */ } } max-width:800px; margin:0 auto; text-align:center; /* Remove White Boxes Around Icons */ .vision-icon, .mission-icon { background: transparent !important; display: block; } /* Fine-Tune Icon ↔ Heading Spacing */ .vision-icon, .mission-icon { margin-bottom: 0.75rem; } /* Cap Copy Width and Justify */ .vision-col p, .mission-col p { max-width: 280px; /* keeps each block neatly under ~40–45 characters */ margin: 0; /* remove stray top/bottom margins */ text-align: justify; text-justify: inter-word; } /* Cap Copy Width and Justify */ @media (max-width: 768px) { .vision-col, .mission-col { flex: 1 1 100%; align-items: center; /* center icon + heading */ text-align: center; /* center the paragraph */ max-width: none; margin-bottom: 1.5rem; /* breathing room before next block */ } } /* ABOUT US PAGE -> Section 5 - > Meet our Tutors */ body { font-family: Arial, sans-serif; background-color: #f4f4f4; margin: 0; padding: 0; color: #333; } .container { padding: 30px; } .learnworlds-overline-text { font-size: 1.2rem; font-weight: bold; color: #FF720C; } .learnworlds-subheading { font-size: 2rem; margin-top: 10px; color: #181818; text-align: center; font-weight: 600; } .lw-cols { display: flex; flex-wrap: wrap; justify-content: space-around; margin-top: 30px; } .col { flex: 1; margin: 10px; max-width: 300px; } .tutor-card { background: #fff; border-radius: 15px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; overflow: hidden; text-align: center; } .tutor-card:hover { transform: translateY(-10px); } .tutor-image { width: 100%; height: 250px; background-size: cover; background-position: center; transition: transform 0.3s ease; } .tutor-card:hover .tutor-image { transform: scale(1.05); } .tutor-info { padding: 20px; background: #f8f8f8; border-top: 1px solid #e0e0e0; } .tutor-name { font-size: 1.2rem; color: #FF720C; font-weight: bold; } .role-title { font-size: 0.9rem; color: #666; margin: 10px 0; } .tutor-bio { font-size: 1rem; color: #444; margin-bottom: 15px; } .tutor-btn { background-color: #FF720C; color: white; padding: 10px 20px; border: none; border-radius: 25px; cursor: pointer; transition: background-color 0.3s ease; } .tutor-btn:hover { background-color: #E66000; } .role-title-animated { font-size: 0.85rem; font-weight: 600; color: #FF720C; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); opacity: 0; transform: translateY(5px); animation: fadeUpRoleTitle 0.6s ease-in-out forwards; animation-delay: 0.3s; } @keyframes fadeUpRoleTitle { to { opacity: 1; transform: translateY(0); } } /* ABOUT US PAGE -> Section 6 -> Who Our CeMAP Courses Are Designed For */ .course-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 320px; /* adjust until all cards match height */ background: #f9f7f0; border-radius: 8px; padding: 1rem; } .course-card h4 { margin: 0.5rem 0 0.5rem; font-size: 1.125rem; font-weight: 700; } .course-card p { margin: 0 0 1rem; line-height: 1.6; } /* ABOUT US PAGE -> Section 6 -> Who Our CeMAP Courses Are Designed For */ @media (max-width: 768px) { .logo-row { flex-wrap: wrap; gap: 1.5rem; } .logo-row img { max-height: 40px; } } @media (max-width: 480px) { .logo-row { flex-direction: column; gap: 1rem; } .logo-section .overline { font-size: 0.875rem; } .logo-section .subtext { font-size: 0.875rem; line-height: 1.4; } } /* ABOUT US PAGE -> Responsive Column Stack */ @media (max-width: 768px) { .col { width: 100% !important; margin-bottom: 2rem; } } .card-icon-container i { font-size: 3rem; /* Ensures all icons are the same size */ } .card-heading { text-align: center; font-size: 2.3rem; /* Ensure the font size is consistent */ margin-top: 10px; } .flex-item { margin-bottom: 2rem; /* This can help ensure consistency between all cards */ } .card-text p { text-align: center; /* Adjust as necessary to maintain consistent alignment */ } @media (max-width: 768px) { .col { width: 100%; /* Stack the columns vertically on smaller screens */ margin-bottom: 1rem; /* Space between stacked cards */ } } /* FREE TRIAL PAGE -> Section - What you get in your 48 Hour Free Trial */ .trial-features li { margin-bottom: 1.5rem; line-height: 1.6; } .trial-features strong { display: block; margin-bottom: 0.25rem; }

From CeMAP® Pass
to Prosperous Career

Land your first job or launch your own FCA-authorised mortgage firm—with coaching and CV support to guide you.
Mortgage advisor viewing a Mortgage applicants application

Our CeMAP Graduates Go on to Work With Top UK Mortgage Firms

Backed by real results and trusted by the industry’s most respected names.

97%

of students pass CeMAP within 3 months

Source: Internal student data, 2023–2024

85%

of graduates secure employment within 6 months

Source: Internal student data, 2023–2024

23%

of graduates go on to launch their own mortgage advisory firm

Source: Internal student data, 2023–2024

Ready to begin your career in mortgage advice?

CHOOSE YOUR MORTGAGE CAREER PATH

Career Pathways at a Glance

Mortgage Adviser icon

Employed Mortgage Adviser

Self-Employed Adviser icon

Self‑Employed Mortgage Adviser

Independent Brokerage Owner icon

Independent Brokerage Owner

First Role
Trainee/Junior Adviser
Appointed Representative (network)
FCA‑authorised Principal
Year‑1 Income *
£25k–£35k salary + commission
£0–£70k (commission-only, uncapped)
£60k+ (after Year 2, variable)
Ideal For
 Structured training & team support
Building a client book on your terms
Entrepreneurs ready to scale
Key Perks
 Pension, leads provided
 Uncapped earnings, flexible hours
Full brand control, equity growth

* Estimated based on market data and adviser feedback.

JOB SEARCH TOOLKIT

How We Help You Launch Your Career

At CeMAP Training, support doesn’t end at graduation. We guide you into employment step-by-step, providing tools, coaching, and direct recruiter access.
Careers consultation with a CeMAP Student
Get personalised guidance — ask anything from salary benchmarks to launching your own FCA‑authorised firm.

Land Interviews with the Right Impression

  • Download a professionally designed CeMAP CV template to make your application stand out
  • Get expert advice to impress top mortgage recruiters
  • Prepare confidently with real-world interview questions and answers

Employer & Recruiter Connections

  • Partnered with leading financial recruiters and broker networks across the UK
  • Standout graduates are often personally recommended to top hiring firms
  • Access exclusive job listings and priority career opportunities before they go public

 Career Success Webinars

  • Join our expert-led “Life After CeMAP” webinar and learn from real industry success stories
  • Gain clarity on earnings potential, employment types, and FCA registration requirements

Ongoing Skills Development

  • Advance your expertise through optional workshops in compliance, protection, and sales strategies
  • Stay sharp with ongoing industry insights, practical tools, and learning resources
Business‑Launch Support

Dream of running your own FCA-authorised mortgage firm?

Many of our graduates don’t just want a job—they want to build something of their own. With our expert guidance, templates, branding kits, and dedicated mentorship, you can launch an FCA-authorised mortgage firm from scratch.

What you'll learn

  • How to register as an Appointed Representative or apply directly to the FCA.
  • Pros & cons of direct-authorisation vs. joining a network
  • Which insurance, software & compliance records you’ll need.
  • How to build your first client pipeline from scratch.
  • The costs, timelines & practical do’s & don’ts of launching.

Business Launch Plan & Support

  • FCA Authorisation Roadmap – Download our step-by-step guide with templates and expert tips to streamline your FCA application.
  • Network vs. Direct Authorisation Clinic – Join live Q&A sessions with compliance experts to determine the best path for your business model.
  • Funding & Cash‑Flow Workshop – Learn pricing models, PI insurance, sourcing software, budgeting strategies
  • Brand & Lead‑Gen Starter Kit – Access customizable website templates, logo designs, and a 30-day content calendar to kickstart your marketing efforts.
  • Mentor Match – Get paired with an experienced broker who will provide you with one-on-one guidance and support during your first year.

“I had no clue where to begin—until CeMAP’s launch kit. I applied to the FCA in just three weeks and was trading within 90 days.”

Jason King,
Founder, KeyStone Mortgages


Thinking of Going Solo?

If you're serious about launching your own mortgage business, get in touch with us. We’ll help you explore the right route and connect you with the right people.
Stay compliant, CERTIFIED aND connected beyond exam day.

CPD & Ongoing Professional Development

 Monthly CPD Webinars

Live expert-led training to keep your skills sharp
  • Join live, expert-led sessions—60 minutes each, hosted by former underwriters
  • Explore specialist topics (protection, equity release, BTL) in 45 minutes + 15 minutes Q&A.
  • Track your auto-logged CPD certificates  in your online dashboard

Regulation Alerts

FCA updates decoded into plain-English summaries
  • Receive clear FCA summaries within 48 hours of any release
  • Understand broker impact through concise bullet points.
  • Copy-and-paste client templates ready to deploy in minutes. 3) Private Peer Community

Private Peer  Community

Collaborate, solve cases & grow with fellow advisers
  • Join our dedicated Slack workspace (#case‑clinic, #product‑watch, #marketing‑lab).
  • Participate in our weekly “Deal Doctor” live thread for tricky cases.
  • Engage in quarterly mastermind round‑tables. with experienced advisors
Success Stories

What Our Graduates Say

CeMAP graduate testimonial – Edward Blake

“Changing careers in my 40s felt daunting, but the course gave me the knowledge and confidence I needed. Within a month of passing, the team’s contacts helped me land two interviews.”

Edward Blake

CeMAP Graduate 2025
CeMAP graduate testimonial – Sofia Green

“I wrapped up my CeMAP training and just six weeks later secured a trainee adviser role at a Manchester brokerage. The CV guidance and recruiter support from your team made all the difference.”

SOFIA GREEN

CeMAP Graduate 2025
CeMAP graduate testimonial – Marcus Ellis

“The lessons were clear and easy to follow—even around my full-time job—the real standout was the post-course support. They refined my CV, linked me with a recruiter, and I’m now advising clients every day.”

Marcus Ellis

CeMAP Graduate 2025

Explore Mortgage Job Openings

Start your career with confidence. Browse exclusive listings from trusted recruiters and apply for live CeMAP‑qualified roles today. We partner with top mortgage firms to post real, up‑to‑date openings—giving you a head start on your next role.
Our network of recruitment partners often posts exclusive job openings, providing you with access to exciting career opportunities.

Employers actively hiring newly CeMAP qualified professionals:

Empty space, drag to resize
CeMAP recruiter reviewing CV
With CeMAP qualification, you can confidently apply for roles as:
  • ✔ Mortgage Adviser
  • ✔ Independent Mortgage Broker
  • ✔ Mortgage Consultant
  • ✔ Mortgage Underwriter
  • ✔ Sales Adviser (Financial Services)
  • ✔ Customer Service Adviser (Mortgage Sector)
Thank you!
No spam — unsubscribe anytime.

Frequently Asked Questions

CeMAP Training & Preparation

Everything you need to know about qualifying, studying, and getting support through CeMAP.

How long does it take to complete the CeMAP qualification?

Most learners complete all 3 modules in 3–6 months with part-time study; our structured resources help you stay on track.

What support do I get during CeMAP training?

You'll have access to tutor Q&A, exam prep webinars, mock exams, and peer discussion groups.

Getting Hired as an Employed Mortgage Adviser

Insights into landing your first role, entry salaries, and how to stand out.

Do I need prior finance experience?

No. Many brokerages value newly CeMAP‑qualified advisers they can train to their systems

How soon can I expect to land a role after passing?

 With an updated CV, most graduates secure interviews within 2–6 weeks; our Job Board accelerates this.

What salary and commission package is typical?

Entry salaries range £25–35k with 10–30 % commission overrides once you’re advising independently.

How can I stand out in interviews?

Demonstrate product knowledge, regulatory awareness (KYC/AML), and strong client‑service examples.

Job Search & Progression

Understand what day-to-day work looks like and how your career can grow.

Will I need to cold-call or sell aggressively?

Most roles focus on warm leads or repeat clients; our training helps you build confidence with ethical, consultative selling.

What’s the career progression like after becoming an adviser?

Many advisers progress to team leader, compliance manager, or even set up their own brokerage within 3–5 years.

Can I work part-time as a mortgage adviser?

Yes, many brokerages offer part-time or flexible roles, especially for self-employed advisers. While employed roles are typically full-time, part-time options may be available depending on your experience and the firm’s structure.

Is remote advising possible in this role?

Absolutely. Many mortgage firms now support hybrid or fully remote models, using secure digital platforms for meetings, ID checks, and documentation. This is especially common for advisers working independently or within modern broker networks.

Starting Your Own Mortgage Business

Key steps, costs, and options for launching your self-employed advising career.

Should I join a network or apply for direct FCA authorisation?

Networks offer faster market access and compliance support; direct authorisation gives full independence but costs more and takes longer.

How long does FCA approval take?

8–12 weeks if your application pack is complete—our Authorisation Roadmap reduces common delays.

What start-up costs should I budget?

Expect £3–5k for FCA fees, PI insurance, sourcing software, and basic marketing in year 1.

Do I need additional qualifications beyond CeMAP?

CeMAP meets the minimum requirement; add CeRER or protection modules to expand your service range.

How do I generate my first leads?

Use our Brand & Lead‑Gen Kit: local‑SEO website template, social content calendar, and referral scripts proven to convert.

Qualification Validity & Ongoing Requirements

Stay compliant and informed on CPD and maintaining your CeMAP credentials.

Will my CeMAP units expire if I don’t get a job quickly?

Your qualification doesn’t lapse, but CPD is required annually once you begin advising.

READY TO GO FROM QUALIFIED TO EMPLOYED—OR LAUNCH YOUR OWN FIRM?”

Book your free 30‑minute call or browse live job listings now.
Created with