Latest vacancies

If you think you have what it takes to join the best, then check out our latest vacancies below to see if we have a role suitable for you.

Probate Accounts Assistant
Updated 25/10/16 Download
Executive Assistant (Office Based)
Updated 25/10/16 Download
Receptionist (Office Based)
Updated 25/10/16 Download

Latest News

SimplyBiz Group launches digital solution for advisers

  October 26, 2016

Read more >

Ken Davy's submission to the FCA

  October 26, 2016

Read more >

Ken Davy: Are you in for a penny, in for £500?

  September 14, 2016

Read more >

NMBA: Set your watch: Three key time management tips for advisers

  September 09, 2016

Read more >

Web discoveries

'); } else { //alert('here'); //alert('this record already exists'); } }); $('a.watchVideo').on('click', function(e){ //checkforMedia(); e.preventDefault(); //alert('hello there'); //var url = $(this).attr('href'); var url = $(this).attr('data-remote'); var txtSummary = $(this).attr('data-summary'); // Variables for iFrame code. Width and height from data attributes, else use default. var vidWidth = 512; // default var vidHeight = 295; // default if ( $(this).attr('data-width') ) { vidWidth = parseInt($(this).attr('data-width')); } if ( $(this).attr('data-height') ) { vidHeight = parseInt($(this).attr('data-height')); } var iFrameCode = ''; $(".modal-body").html(iFrameCode); //$(".modal-body").html(''); $(".modal-header").html(" 

"+$(this).attr('data-title')+"

"); $(".modal-footer").html(txtSummary); $('#mediaModal').modal('toggle').on('hidden.bs.modal', function () { //$(this).removeData('modal'); //alert("tester"); $(this).remove(); // $(this).dialog('destroy').remove() //parent.frames['frameName']. }); //data-dismiss='modal' }); $('#mediaModal').on('hidden.bs.modal', function () { $('#mediaModal .modal-body').html(''); });