MiFID II Guide (2024)

  • Customer
  • Adviser
  • Help
  • About
  • Contact
  •  Register
  • Log in

* Required

Error loading MacroEngine script (file: MvcRenderContourForm.cshtml)

Site Unavailable

We are sorry but the secure site is currently unavailable.

Please try again later.

Register for online access

Register

').appendTo($(document.createElement("div"))).html(data).dialog({ modal: true, closeOnEscape: false, width: 610, title: m_title, autoOpen: true, resizable: false, buttons: buttons, close: function (event, ui) { $(this).dialog("destroy"); }, open: function () { $("button:contains('Update')").attr('title', 'Submit the changes'); $("button:contains('Cancel')").attr('title', 'Close the window'); $(".jh-modal-dialog").find("input[type=password]").each(function () { $(this).bind(m_keypressEvent, function (event) { if (event.keyCode == $.ui.keyCode.ENTER) { $("button:contains('Update')").click(); return false; } }); }); } }); ToggleModalSpinner('#divChangeLoginDetails #divModalSpinner', false); }); } function Login() { var message = 'An error has occurred while processing your request. Please try again.'; $('#expandLogin #divSSLogin :input,a').prop('disabled', true); $('#divSSLogin #loginSpinner').show(); var _user = {}; _user.UserID = $.trim($("#divSSLogin #Username").val()); _user.Password1 = $.trim($("#divSSLogin #Password").val()); _user.Passcode1 = $.trim($("#divSSLogin #Passcode").val()); $.ajax({ cache: false, async: true, dataType: "json", type: "POST", url: "https://www.jameshay.co.uk/Portal/OnlineRegistration.aspx/ValidateLoginInputs", headers: {}, data: "{ user: " + JSON.stringify(_user) + ", client: 2}", contentType: "application/json; charset=utf-8", error: function (jqXHR, textStatus, errorThrown) { if (jqXHR !== null && jqXHR !== undefined) { if (jqXHR.statusText !== null && jqXHR.statusText !== undefined) { message = jqXHR.statusText; } var err = eval("(" + jqXHR.responseText + ")"); if (err !== null && err !== undefined) { message = err.Message; } } $('#divSSLogin #loginSpinner').hide(); $('#expandLogin #divSSLogin :input,a').prop('disabled', false); if (message.toLowerCase().indexOf('temporarily frozen')>=0) { LoadMemorableDetailsChangePopUp(true, "Your account has been temporarily frozen for security reasons. Please reset your password/passcode using below options.

"); } else { DisplayAttentionPopUp(message); } }, success: function (data, textStatus, jqXHR) { $('#divSSLogin #loginSpinner').hide(); $('#expandLogin #divSSLogin :input,a').prop('disabled', false); if (data.d !== null && data.d !== undefined && data.d == true) { var callBack = function () { $('#expandLogin #divSSLogin :input.text').val(''); window.open('https://www.jameshay.co.uk/Portal/Welcome.aspx', '_blank'); }; DisplayAttentionPopUpEx('Warning', "Please note that if you have any existing sessions in the Secure Portal they'll be closed.

Do you want to proceed?", 600, true, 'ui-orange', 'ui-orange', '', null, false, callBack, true); } else { DisplayAttentionPopUpEx('Exception', 'An error has occurred while processing your request. Please try again.', 600, true, 'ui-red', 'ui-red', '', null, false, null, false); } } }); } function LoadMemorableDetailsChangePopUp(forPasswordReset, passwordResetWording) { var message = ''; regDataBO = null; m_title = 'Password Reset - Registration Verification'; rndnumbers = ''; bValid = false; forPasswordReset = true; $.get("/shared/change_memorable_details.htm", { "_": $.now() }, function (data) { message = data; $.ajax({ cache: false, async: false, dataType: "json", type: "POST", url: "https://www.jameshay.co.uk/Portal/OnlineRegistration.aspx/GenerateRandomNumbers", headers: {}, data: "{ }", contentType: "application/json; charset=utf-8", error: function (jqXHR, textStatus, errorThrown) { console.log(jqXHR.responseText); message = "

An error occurred while retrieving random numbers to challenge user. Please try again later.

"; }, success: function (data, textStatus, jqXHR) { rndnumbers = data.d; } }); var buttons = { "Submit": function () { var parentPopUp = $(this); bValid = false; message = ""; regDataBO = null; ToggleModalSpinner('#divChangeMemorableDetails #divModalSpinner', true); message = 'An error has occurred while processing your request. Please try again.'; _user = {}; _user.Rnd = rndnumbers; _user.UserID = $.trim(($("#divChangeMemorableDetails #mm_username") != undefined && $("#divChangeMemorableDetails #mm_username") != null) ? $("#divChangeMemorableDetails #mm_username").val() : ""); _user.MothersMaidenName = $.trim(($("#divChangeMemorableDetails #mm_mothersmaidenname") != undefined && $("#divChangeMemorableDetails #mm_mothersmaidenname") != null) ? $("#divChangeMemorableDetails #mm_mothersmaidenname").val() : ""); _user.MemorableSchool = $.trim(($("#divChangeMemorableDetails #mm_memorableschool") != undefined && $("#divChangeMemorableDetails #mm_memorableschool") != null) ? $("#divChangeMemorableDetails #mm_memorableschool").val() : ""); _user.MemorableDate = $.trim(($("#divChangeMemorableDetails #mm_memorabledate") != undefined && $("#divChangeMemorableDetails #mm_memorabledate") != null) ? $("#divChangeMemorableDetails #mm_memorabledate").val() : ""); _user.BirthPlace = $.trim(($("#divChangeMemorableDetails #mm_placeofbirth") != undefined && $("#divChangeMemorableDetails #mm_placeofbirth") != null) ? $("#divChangeMemorableDetails #mm_placeofbirth").val() : ""); _user.MemorablePlace = $.trim(($("#divChangeMemorableDetails #mm_memorableplace") != undefined && $("#divChangeMemorableDetails #mm_memorableplace") != null) ? $("#divChangeMemorableDetails #mm_memorableplace").val() : ""); $.ajax({ cache: false , async: true , dataType: "json" , type: "POST" , url: "https://www.jameshay.co.uk/Portal/OnlineRegistration.aspx/ValidateMemorableData" , headers: { __RequestVerificationToken: $("#__RequestVerificationToken").val() } , data: "{ user: " + JSON.stringify(_user) + "}" , contentType: "application/json; charset=utf-8", error: function (jqXHR, textStatus, errorThrown) { ToggleModalSpinner('#divChangeMemorableDetails #divModalSpinner', false); if (jqXHR !== null && jqXHR !== undefined) { if (jqXHR.statusText !== null && jqXHR.statusText !== undefined) { message = jqXHR.statusText; } var err = eval("(" + jqXHR.responseText + ")"); if (err !== null && err !== undefined) { message = err.Message; } } DisplayAttentionPopUp(message); }, success: function (data, textStatus, jqXHR) { regDataBO = eval(data.d); ToggleModalSpinner('#divChangeMemorableDetails #divModalSpinner', false); if (regDataBO !== null && regDataBO !== undefined) { if (regDataBO.UWUIReference !== null && regDataBO.UWUIReference !== undefined) { bValid = true, message = ''; } } if (message.length > 0) { DisplayAttentionPopUpEx('Exception', message, 600, true, 'ui-red', 'ui-red', '', parentPopUp, false, null, false); } else { if (parentPopUp != undefined && parentPopUp != null) { parentPopUp.dialog("destroy"); parentPopUp = null; } try { LoadPasswordResetPopUp(regDataBO.UWUIReference); } catch (e) { } } } }); }, Cancel: function () { $(this).dialog("destroy"); } }; $('

').appendTo($(document.createElement("div"))).html(message).dialog({ modal: true, width: 710, title: m_title, autoOpen: true, resizable: false, buttons: buttons, closeOnEscape: ((passwordResetWording != undefined && passwordResetWording != null) ? false : true), close: function (event, ui) { $(this).dialog("destroy"); }, open: function () { $("button:contains('Submit')").attr('title', 'Submit the changes'); $("button:contains('Cancel')").attr('title', 'Close the window'); $(".ui-dialog-titlebar-close").attr('title', 'Close the window'); $(".jh-modal-dialog").find("input[type=text]").each(function () { $(this).bind(m_keypressEvent, function (event) { if (event.keyCode == $.ui.keyCode.ENTER) { $("button:contains('Submit')").click(); return false; } }); }); } }); $("#divChangeMemorableDetails #mm_memorabledate").mask("99/99/9999"); var mmDate1 = $("#divChangeMemorableDetails #mm_memorabledate").datepicker({ dateFormat: 'dd/mm/yy', changeMonth: true, changeYear: true, showOtherMonths: true, selectOtherMonths: true, yearRange: '-100:+2', onSelect: function (selectedDate) { var option = "minDate", instance = $(this).data("datepicker"), date = $.datepicker.parseDate(instance.settings.dateFormat || $.datepicker._defaults.dateFormat, selectedDate, instance.settings); mmDate1.not(this).datepicker("option", option, date); } }); ToggleModalSpinner('#divChangeMemorableDetails #divModalSpinner', false); $("#divChangeMemorableDetails #spanInfo").html("By selecting Submit, you are confirming you have read and agree to our Important Information.

"); if (passwordResetWording != undefined && passwordResetWording != null) { $("#divChangeMemorableDetails #spanInfo").html(passwordResetWording + "By selecting Submit, you are confirming you have read and agree to our Important Information.

"); if ($("#divSSLogin #Username") != undefined && $("#divSSLogin #Username") != null) { $("#divChangeMemorableDetails #mm_username").val($.trim($("#divSSLogin #Username").val())).attr('disabled', 'disabled').addClass("ui-state-disabled"); } } $('#divChangeMemorableDetails div[persist="0"]').each(function () { $(this).hide(); }); if (rndnumbers.length > 0) { for (y = 0; y <= 2; y++) { switch (rndnumbers[y]) { case '1': $("#divChangeMemorableDetails #divMothersMaidenName").attr('persist', '1'); break; case '2': $("#divChangeMemorableDetails #divPlaceOfBirth").attr('persist', '1'); break; case '3': $("#divChangeMemorableDetails #divMemorableSchool").attr('persist', '1'); break; case '4': $("#divChangeMemorableDetails #divMemorablePlace").attr('persist', '1'); break; case '5': $("#divChangeMemorableDetails #divMemorableDate").attr('persist', '1'); break; } } $('#divChangeMemorableDetails div[persist="1"]').each(function () { $(this).show(); }); } else { $("button:contains('Submit')").hide(); } }); } function VerifyStrength(label, value, eDescription, eStrength) { var desc = []; desc[0] = "Very Weak"; desc[1] = "Weak"; desc[2] = "Better"; desc[3] = "Medium"; desc[4] = "Strong"; desc[5] = "Strongest"; $.ajax({ cache: false, async: false, dataType: "json", type: "POST", headers: null, data: "{ dataLabel:'" + label + "', dataValue:'" + EncryptJQueryStringEx(value) + "', client: 2}", contentType: "application/json; charset=utf-8", url: "https://www.jameshay.co.uk/Portal/OnlineRegistration.aspx/VerifyStrength", error: function (jqXHR, textStatus, errorThrown) { DisplayAttentionPopUpEx('Exception', 'An error has occurred while processing your request. Please try again.', 600, true, 'ui-red', 'ui-red', '', null, false, null, false); }, success: function (data, textStatus, jqXHR) { var result = data.d; if (result.SuccessMessage != undefined && result.SuccessMessage != null) { if (eDescription != undefined && eDescription != null && eDescription.length == 1) { eDescription.html(desc[result.SuccessMessage]); } if (eStrength != undefined && eStrength != null && eStrength.length == 1) { eStrength.html(((result.SuccessMessage == "0") ? 0 : (result.SuccessMessage * 20)) + " %"); eStrength.attr("class", "strength" + result.SuccessMessage + " passwordStrength"); } } } }); } $(document).ready(function () { try { if ('0' == '1' && '1' == '0') { $('#expandLogin #divSSMaintenance').html('' + "05/06 October 2019" + '' + '

' + "James Hay Online is currently undergoing essential maintenance and will be unavailable until 5pm - 06 October 2019. We are sorry for any inconvenience." + '

'); $('#expandLogin #divSSMaintenance').show(); $('#expandLogin #divSSRegister').hide(); $('#expandLogin #divSSLogin').hide(); $('#expandRegister #divSSMaintenance').html('' + "05/06 October 2019" + '' + '

' + "James Hay Online is currently undergoing essential maintenance and will be unavailable until 5pm - 06 October 2019. We are sorry for any inconvenience." + '

'); $('#expandRegister #divSSMaintenance').show(); $('#expandRegister #divSSRegister').hide(); } else { if ('1'=='1') { ValidateSiteMaintenance(); } else { $('#expandLogin #divSSRegister').hide(); $('#expandLogin #divSSLogin').hide(); $('#expandRegister #divSSRegister').hide(); } } } catch (e) { } $(document).on(m_clickEvent, '#request_validation_email', function () { var d1 = $(this).attr("d1"), d2 = $(this).attr("d2"), d3 = $(this).attr("d3"), d4 = $(this).attr("d4"), d5 = $(this).attr("d5"), d6 = $(this).attr("d6"), message = "", title = ""; wHandle = null; $.get('/shared/change_account_details.htm', { "_": $.now() }, function (data) { var buttons = { "Send Email": function () { var bValid = false; email = $("#divChangeAccountDetails #txtEmailCurrent"); displayControl = $("#divChangeAccountDetails .validateTips"); allFields = $([]).add(email); message = ""; $.ajax({ cache: false, async: false, dataType: "json", type: "POST", url: "https://www.jameshay.co.uk/Portal/OnlineRegistration.aspx/ReSendEmailValidation", headers: { __RequestVerificationToken: $("#__RequestVerificationToken").val() }, data: "{ user: '" + d6 + "', email:'" + EncryptJQueryStringEx(email.val(), "https://www.jameshay.co.uk/Portal/OnlineRegistration.aspx/EncryptJQueryString") + "', uwui:'" + d2 + "', name:'" + d3 + "', type:'" + d4 + "'}", contentType: "application/json; charset=utf-8", error: function (jqXHR, textStatus, errorThrown) { message = 'An error has occurred while processing your request. Do you want to try again?'; if (jqXHR !== null && jqXHR !== undefined) { if (jqXHR.statusText !== null && jqXHR.statusText !== undefined) { message = jqXHR.statusText; } var err = eval("(" + jqXHR.responseText + ")"); if (err !== null && err !== undefined) { message = err.Message; } } }, success: function (data, textStatus, jqXHR) { message = 'An error has occurred while processing your request. Do you want to try again?'; bValid = data.d; if (bValid) { message = "Thank you, your details have been successfully updated and an email sent containing your validation link to " + email.val() + ".

Please check your email and complete your validation process before you log into James Hay Online."; } } }); if (bValid) { DisplayAttentionPopUpEx('Confirmation', message, 600, true, 'ui-green', 'ui-green', '', wHandle, true, null, false); } else { DisplayAttentionPopUp(message); } }, Cancel: function () { $(this).dialog("destroy"); } }; wHandle = $('

').appendTo($(document.createElement("div"))).html(data).dialog({ modal: true, width: 700, title: 'Request Validation Email', autoOpen: true, resizable: false, buttons: buttons, close: function (event, ui) { $(this).dialog("destroy"); }, open: function () { $(".ui-dialog-titlebar-close").hide(); $("button:contains('Send Email')").attr('title', 'Send email'); $("button:contains('Cancel')").attr('title', 'Close the window'); } }); $("#divChangeAccountDetails .validateTips").html("Please confirm your email address. The validation link will be sent to the email address below."); $("#divChangeAccountDetails #txtEmailCurrent").val(DecryptJQueryString(d1)); $("#divChangeAccountDetails #divEmailNew").hide(); $("#divChangeAccountDetails #divEmailConfirm").hide(); $("#divChangeAccountDetails #offer_info").hide(); if (d5 == "1") { $("#divChangeAccountDetails #txtEmailCurrent").attr('disabled', 'disabled').addClass("ui-state-disabled"); } }); return false; }); $(document).on(m_keyupEvent, '#expandLogin #divSSLogin :input.text', function (event) { if (event.keyCode == 13 || event.keyCode == $.ui.keyCode.ENTER) { try { if ('1' == '1') { Login(); } else { DisplayAttentionPopUp("This service is not allowed from the intranet version of brochure website."); } } catch (e) { } } }); $(document).on(m_clickEvent, '#expandLogin #loginSubmit, #expandLogin #linkPasswordReset', function (event) { switch ($(this).attr("id")) { case "loginSubmit": try { if ('1' == '1') { Login(); } else { DisplayAttentionPopUp("This service is not allowed from the intranet version of brochure website."); } } catch (e) { } break; case "linkPasswordReset": try { if ('1' == '1') { LoadMemorableDetailsChangePopUp(true); } else { DisplayAttentionPopUp("This service is not allowed from the intranet version of brochure website."); } } catch (e) { } break; } return false; }); });

Site Unavailable

We are sorry but the secure site is currently unavailable.

Please try again later.

Register for online access

Register

Log in to your account

Forgot password/passcode?

  • Dropdown
    • I am a financial adviser
    • I am a customer

What is MiFID II?

Markets in Financial Instruments Directive (MiFID) is a European Directive. MiFID I was implemented in the UK in 2007 and following the financial crisis in 2008, the European Union sought to further enhance investor and market protections.

MiFIR is the new Markets in Financial Instruments Regulation. MiFIR, along with the update to MiFID (now known as MiFID I) was implemented on the 3rd January 2018 and is collectively referred to as MiFID II.

The new regulations will:

  • Strengthen investor protection.
  • Increase the disclosure and transparency of trades in financial instruments A financial instrument includes shares, bonds, units in collective investment schemes, derivatives and money market instruments..
  • Enhance organisational conduct of business requirements for investment firms and trading venues A trading venue includes all regulated markets, such as the London Stock Exchange in the UK, where shares and other securities are traded..
  • Reduce systemic risk and the risk of market abuse.
  • Increase the efficiency of financial markets.

What is covered by MiFID II?

The MiFID II regulations cover financial instruments A financial instrument includes shares, bonds, units in collective investment schemes, derivatives and money market instruments.. This includes the following types of investment:

  • Shares, bonds and other forms of securities which are traded through a trading venue (trading venue includes all regulated markets, such as the London Stock Exchange in the UK).
  • Units in collective investment schemes.
  • Money market instruments.
  • Options, futures, swaps and other forms of derivative.

None of the products you have with James Hay such as the SIPP, ISA or GIA are financial instruments, under the definition in MiFID II, but you may choose to invest in financial instruments through these products.

For the SIPP, because you do not directly own the financial instrument as they are held by the SIPP trustee, most of the MiFID II regulations do not apply.

If you buy a financial instrument through the ISA or GIA, then the MiFID II regulations will apply.

What you need to know

MiFID II is an update across the investment market and therefore advisers, investment managers and fund managers are all working to implement the changes.

How does this impact me as an investor?

As an investor the main thing you will notice is that you will receive additional information as follows:

  • You will be provided with the full costs of your investment, if applicable, before it is placed so that you can assess the impact of the costs on the amount invested. You will also receive a report after the investment is placed to review the performance.
  • You will receive an annual summary of charges you have incurred on your holding in the financial instrument, if applicable, confirming the total costs and charges. The first report is due in 2019.
  • If you hold a discretionary model portfolio through our Managed Portfolio Panel (MPP), we will notify you by post and, if applicable, your adviser by secure message if there is a drop in value of 10% or more since your last statement.

MiFID II has introduced a new requirement that all investment product providers must provide investors with a quarterly valuation of their investment products. Pensions (including SIPPs) are excluded from this requirement.

Aims of MiFID II

MiFID II Guide (1)To provide more security and transparency for investors

MiFID II Guide (2)Increase the disclosure of trades

MiFID II Guide (3)Reduce risk

How does it impact me? Increased reporting including:

MiFID II Guide (4)The impact of any costs and charges before an investment is placed

MiFID II Guide (5)Performance of an investment

MiFID II Guide (6)An annual summary of charges

What products are impacted?

MiFID II Guide (7)ISA

MiFID II Guide (8)GIA

MiFID II Guide (9)Offshore bonds

Next steps

MiFID II Guide (10)View our user guide on creating a pre-sale disclosure

MiFID II Guide (11)Keep checking back to this webpage for more information

MiFID II Guide (12)Read our short guide on the rules on disclosing costs and charges on your products and investments

What is changing?

The main impact of MiFID II is that there will be an increase in additional reporting and the communications you will receive.

New disclosure requirements have been introduced to provide you with the full cost of a particular investment. This will cover the costs of the investment itself (e.g. the financial instrument such as a fund), product costs directly related to that investment (such as your James Hay SIPP, ISA or GIA) and the cost of financial advice (if applicable).

One of the main reasons for this requirement is to provide you with this detail in good time before you invest; this is referred to as a ‘pre-sale disclosure’. This will help you assess the impact of the costs on the performance of your investments.

Quarterly Valuations

MiFID II has introduced a new requirement for you to be provided with a quarterly valuation of your investment product.

Pensions (including SIPPs) are excluded from this requirement and we will continue to issue you with an annual pension valuation on the anniversary of the start of your plan. Where you hold a non-pension investment product (i.e. ISA, Investment Portfolio, General Investment Account, Offshore Bond) we will now issue you with a valuation of this product on a quarterly basis, with the individual investment product anniversary date being used as the initial start date for this change.

You will receive an individual valuation pack for each non-pension investment product you hold.

The covering letter issued will clearly reference the product that the valuation relates to as indicated in the example letter below.

MiFID II Guide (13)Example valuation letter

Where you hold more than one non-pension investment product, separate valuation packs will be issued on a quarterly basis.

If you have a pension product with us, in addition to a non-pension investment product, the value of this will not be reflected in the quarterly valuations you receive. You will however continue to receive an annual valuation on the anniversary of the start of your plan.

To summarise, investment products that have moved to quarterly valuations are:

  • Modular GIA
  • Modular ISA
  • Wrap Investment Portfolio
  • Wrap ISA
  • Wrap Offshore Bond

Please note If you hold a pension product with James Hay in addition to the above products, where this is a SIPP, the valuation can be securely obtained via James Hay Online.

Which products require a pre-sale disclosure?

If you do not have a financial adviser, you will only receive a pre-sale disclosure for an ISA or GIA.

If you are receiving ongoing advice, your financial adviser will provide you with the pre-sale disclosure and may choose to do so for investments within the SIPP as well as ISA and GIA as required by the regulation.

In addition, there is also a new requirement to confirm the total costs and charges that you have paid each year on each financial instrument where MiFID II applies, in the form of an annual summary of charges. The first report will be due in 2019 for charges incurred in 2018.

For more information about creating a pre-sale disclosure, you can view our user guide.

Target markets

If you are making ad hoc or regular Investment Centre fund purchases through your James Hay Online account, we will provide details of the target market for each fund for you to review before placing the trades. This will help you decide whether the fund(s) are designed to meet your investment needs. It is worth noting that we won’t assess whether the fund’s target market is appropriate to your needs – if you have any doubt please seek financial advice.

You can view the target market information for funds available through our Investment Centre on our website

Valuations

If you have a Modular ISA, GIA or a Wrap, you will start to receive quarterly valuations of your product, instead of the current half-yearly valuations. The reporting frequency for SIPP is remaining at the current annual frequency.

Managed Portfolio Panel

If you hold a discretionary model portfolio through our Managed Portfolio Panel (MPP), we will review your model portfolio value on a daily basis. If there is a drop in value of 10% or more since your last valuation statement, we will send you a notification by post and in addition will send a secure message to your financial adviser via their James Hay Online account. We will also let you and your financial adviser know if there are any further drops of 10% or more.

MiFID II Guide (14)Transparency

Know the performance of your investment and the impact of any costs with multiple reports.

MiFID II Guide (15)Disclosure

Reporting the full costs and charges pre and post investment.

MiFID II Guide (16)Security

Stronger protection of your assets.

MiFID II Guide (17)Regulation

MiFID II is an update across the investment market, impacting advisers, investment managers and fund managers.

Frequently asked questions

Why do we need to make changes to our services?

We are regulated by the Financial Conduct Authority (FCA) and comply with the regulations set out in the FCA Handbook. This includes the MiFID directive and the accompanying MiFIR (Markets in Financial Instruments Regulation) which form MiFID II. You can read the full guidelines set out by the FCA for MiFID II.

What impact will Brexit have on MiFID II?

Following the EU referendum vote, the FCA highlighted that all firms must continue to abide by their obligations under UK law, including those derived from EU law. Therefore we must be compliant with MiFID II and we will continue to review any updates to the legislation as they occur.

How will I know about the changes to my service?

We will provide any updates on this web page. We recommend you bookmark this page and check back for further updates.

Have you communicated these changes with my financial adviser?

Yes, we have provided investment professionals with a separate communication in relation to MiFID II and are working closely to keep them informed of our implementation plans.

MiFID II Guide (2024)
Top Articles
Latest Posts
Article information

Author: Foster Heidenreich CPA

Last Updated:

Views: 5812

Rating: 4.6 / 5 (76 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Foster Heidenreich CPA

Birthday: 1995-01-14

Address: 55021 Usha Garden, North Larisa, DE 19209

Phone: +6812240846623

Job: Corporate Healthcare Strategist

Hobby: Singing, Listening to music, Rafting, LARPing, Gardening, Quilting, Rappelling

Introduction: My name is Foster Heidenreich CPA, I am a delightful, quaint, glorious, quaint, faithful, enchanting, fine person who loves writing and wants to share my knowledge and understanding with you.