Bachelors degree in Accounting, Finance, Economics, Tax, Law or a related field and 2 years of work experience in Tax andor Financial Planning. Alternatively, will accept a Masters degree in Accounting, Finance, Economics, Tax, Law or related field and 1 year of work experience in Tax andor Financial Planning.br br Must have 1 year of experience in a professional services firm, or midsizedregional to large sizednational public accounting firmbr br Must have 1 year of experience in 3 or more of the following federal and state personal and trust taxation; flow through entities SCorps, Partnerships and LLCs; CCorps including income tax provisions and consolidated federal and state tax returns; andor high networth tax planning.br br Must have 1 year of experience in conducting tax law research.br br Must have 1 year of experience in automated tax processing systems, including GoSystems or CCH, Excel, and Checkpoint SurePrep.br br Must have 1 year of experience delegating work to junior tax professionals and reviewing their drafts.br br Employer will accept any suitable combination of education, training or experience.

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