Position Requires a Masters Degree in Finance, Statistics, Economics, Business Administration, or a related field, and 3 years of experience with risk management and risk analysis. Experience must include a minimum of 2 years of experience with statistical and econometric methods, including linear and logistic regression models, panel data, simulation, time series, and variance analysis; 2 years of experience with business cycle analysis, macroeconomic forecasting, model validation, stress testing, and survey research; 2 years of experience with credit risk data analysis from internal credit sources, source systems, and data management processes; 2 years of experience with regulatory audit strategies; 2 years of experience with gap analysis and SWOT studies; and 2 years of experience with data analysis using Base SAS, SAS Enterprise Guide, SPSS, Stata, MATLAB, SQL, and Teradata. Telecommuting is available up to 3 days per week.

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