Thanks for your reply, I currently working on a MiFID II/MIFIR Database, scope is to use the solution to analyze the initial GAP or impact on different client types (Banks, asset managers etc).
What I need is around 200 question incl a short definition to load into the data set.
How much would it be?
The questions need to set off on the client type and then drill down on:
Market transparency
• Meldung von Geschäften
• Portfolio Compression
• Systemis Internalisier
• Pre- and post-trade transparency
Marktinfrastructur
• Positionlimits
• Exchanges & Trading Course requirement ( incl. Central clearing )
• Algorithmic trading / HFT
• Market Maker
Investor Protection
• Best Execution
• Execution-Only
• Independent advice
• Product Governance
• Payments or Provision fees
Governance & Financial supervisors & authorities
• recording and retention obligations
• Corporate Governance
• Conflicts of interest
• Legal authorities (FSA/BaFIN)
Regulatory base is:
MiFID II RL/2014/65/EU:
http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32014L0065
MIFIR RL 2014/600/EU
http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32014R0600
Comments from Support Team: Sorry I using a german version of 365 here is the text again: Market transparency • transaction reporting • Portfolio Compression • Systemis Internalisier • Pre- and post-trade transparency Market infrastructur • Positionlimits • Exchanges & Trading Course requirement ( incl. Central clearing ) • Algorithmic trading / HFT • Market Maker Investor Protection • Best Execution • Execution-Only • Independent advice • Product Governance • Payments or Provision fees Governance & Financial supervisors & authorities • recording and retention obligations • Corporate Governance • Conflicts of interest • Legal authorities (FSA/BaFIN) Regulatory base is: MiFID II RL/2014/65/EU: http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32014L0065 MIFIR RL 2014/600/EU http://eur-lex.europa.eu/legal-content/EN/TXT
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

