Must have a Masters degree in Finance, Economics or a related field and 4 years of experience in the job offered or related position. In the alternative, employer will accept a Bachelors degree in the fields noted and 7 years of experience in the job offered or related position. All applicants must have 4 years of experience working in an Investment Bank and 2 years of experience in all of the following 1 working with credit process and associated disseminations of relevant information to downstream stakeholders; 2 experience in at least two different functions such as credit, risk, middle office, or operations in a corporate banking environment; 3 managing competing deliverables within tight deadline; 4 working with Investment Banking documentation contractual and internal, including revolving credit agreements, bilateral agreements, and credit approvals; and 5 working with different lending structures such as term loans, revolvers, or secured transactions.

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