Requires a Bachelors degree in Accounting or related field, plus 5 years of experience in job offered or related role.br br Must have 4 years of experience in each of the following skillsbr Big 4 public accounting experience;br Reviewing SEC filingsreports including Form 10K and 10Q;br Working with Generally Accepted Accounting Principles GAAP;br Revenue Recognition contracts and related Accounting under GAAP;br Experience with Microsoft Excel, PowerPoint and Word;br SEC reporting experience with a large publiclytraded company;br Interacting with client and internal engagement teams;br br Must have 3 years of experience in the following skillbr Applying SEC Regulation SX and SK;br Identification of controls and ensuring SOX compliance for new business areas;br br Must have 1 year of experience in each of the following skillsbr Embedded lease accounting;br Contract review for identification and accounting for complex accounting issues;br br Must be a licensed CPA or foreign equivalent, including Chartered Accountant.

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 } });