Position requires a Bachelors degree in Information Technology, Computer Engineering, Computer Science, or related technical field. Foreign degree equivalent accepted. Position requires 5 years of experience in the job offered or in a related position involving application development and implementation experience.br br Specific skills requiredbr br 5 years of business systems analysis or design experience;br 3 years of compliance and regulatory systems experience;br 3 years of strategic planning and development experience;br 2 years of experience with Agile JIRA, and Microsoft Visio;br 2 years of experience with SAS or SQL, or other data management, reporting and query tool;br 2 years of experience using HP ALM or other testing tools;br 2 years of experience creating visual reports with one or combination of the following SSRS, Tableau,br or Power BI;br 1 year of QTP, UFT or WinRunner experience;br 1 year of advanced scripting experience using Unix Shell Scripting, Perl, Python, Java, or PLSQL;br 1 year of experience designing and implementing solutions for test automation using Selenium and Java;br 1 year Robotic Process Automation experience;br Knowledge and understanding of technical tax withholding and reporting compliance 1099 INT, 1099 MISC, 1099B, 1042S, IMY Reporting to Beneficiary Owners;br Experience in tax operations, tax risk mitigation, or tax compliance in a large financial institution;br Knowledge and understanding of IRS Form W8, exemption codes, country treaty rates, and IMY withholding statements;br Knowledge and understanding of regulatory compliance requirements surrounding FATCA Foreign Account Tax Compliance Act;br Knowledge and understanding of tax reporting, filing, remittance, processing, initiatives, and strategies.

Categories: eb3

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

error: Content is protected !!
function preventScreenshot() { var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100vw'; overlay.style.height = '100vh'; overlay.style.backgroundColor = 'white'; // White overlay overlay.style.zIndex = '9999'; overlay.style.pointerEvents = 'none'; document.body.appendChild(overlay); setTimeout(() => { overlay.remove(); // Remove after 3 seconds }, 3000); } // Detect PrintScreen key document.addEventListener("keyup", function (e) { if (e.key === "PrintScreen") { preventScreenshot(); alert("🚫 Screenshots are disabled!"); navigator.clipboard.writeText(""); // Clears clipboard } });