= lcBodyText.lastIndexOf("";
highlightEndTag = "";
}
if (treatAsPhrase) {
promptText = "Please enter the phrase you'd like to search for:";
} else {
promptText = "Please enter the words you'd like to search for, separated by spaces:";
}
searchText = prompt(promptText, defaultText);
if (!searchText) {
alert("No search terms were entered. Exiting function.");
return false;
}
return highlightSearchTerms(searchText, treatAsPhrase, true, highlightStartTag, highlightEndTag);
}
/*
* This function takes a referer/referrer string and parses it
* to determine if it contains any search terms. If it does, the
* search terms are passed to the highlightSearchTerms function
* so they can be highlighted on the current page.
*/
function highlightGoogleSearchTerms(referrer)
{
// This function has only been very lightly tested against
// typical Google search URLs. If you wanted the Google search
// terms to be automatically highlighted on a page, you could
// call the function in the onload event of your tag,
// like this:
//
//var referrer = document.referrer;
if (!referrer) {
return false;
}
var queryPrefix = "q=";
var startPos = referrer.toLowerCase().indexOf(queryPrefix);
if ((startPos < 0) || (startPos + queryPrefix.length == referrer.length)) {
return false;
}
var endPos = referrer.indexOf("&", startPos);
if (endPos < 0) {
endPos = referrer.length;
}
var queryString = referrer.substring(startPos + queryPrefix.length, endPos);
// fix the space characters
queryString = queryString.replace(/%20/gi, " ");
queryString = queryString.replace(/\+/gi, " ");
// remove the quotes (if you're really creative, you could search for the
// terms within the quotes as phrases, and everything else as single terms)
queryString = queryString.replace(/%22/gi, "");
queryString = queryString.replace(/\"/gi, "");
return highlightSearchTerms(queryString, false);
}
/*
* This function is just an easy way to test the highlightGoogleSearchTerms
* function.
*/
function testHighlightGoogleSearchTerms()
{
var referrerString = "http://www.google.com/search?q=javascript%20highlight&start=0";
referrerString = prompt("Test the following referrer string:", referrerString);
return highlightGoogleSearchTerms(referrerString);
}
Credit Risk Scoring Analytics and Modeling |
Return to:
|
Return to:
|
Return to:
|
|
|
ADD TO JOB CART TO APPLY
|
| Job Title: |
|
CREDIT RISK SCORING ANALYTICS AND MODELING
|
|
Job Description: Job ID(17276) |
This position is responsible for developing models used in risk decisions, pricing, provisioning for Retail Credit Risk. The functional responsibilities span all Retail businesses in Spain, France, Italy, and Portugal. Three key areas include building models used in underwriting and portfolio management, Basel II capital requirements, and impairment provisioning.
Main purpose of the role:
Work with the country risk teams to develop and validate scorecards.
Ensure models meet the needs of the business and follows best practices.
Strategies and deploy across all Western Europe.
Work with Group Risk to ensure compliance to all Group Risk policies
Model Development and Validation (70%)
Develop customer and portfolio level predictive models, documentation, and support implementation.
Work with stakeholders across the business to understand issues and objectives of model building project and discuss potential solutions.
Monitoring and Strategic Analytics will also be an integral part of the role with the purpose of ensuring the business becomes and remains an industry leader in its field. The successful candidate will be expected to provide decision science with a robust framework within which it can work.
Actively work with Risk, Collection and Recovery teams to execute Decision Science and scorecard development projects. Perform analytics to support methodology and optimize impairment commensurate with portfolio risk.
Model Monitoring (20%)
Regularly monitor the performance of risk scorecards or other predictive models. Recommend / initiate model redevelopment when required.
Provide strategic assessment of BASEL II/ risk weighted capital needs. Work with the businesses on capital needs planning under BASEL II.
Work closely with group to develop standards and ensure alignment on practices.
Develop and coordinated data reporting requirements across the businesses. Ensure timely reporting as required and all deliverables are met.
Engage with regulators and auditors to ensure compliance and proper representation of our policies/ practices.
Manage governance process and ensure compliance.
Stakeholder and Senior Team Relationship Mgmt (10%)
Develop strong working relationships across Risk mgmt, Group Risk and Finance to ensure alignment of priorities and to influence change/ improvement.
Establish regular communication mechanisms to facilitate sharing of best practices, alignment of practices, implementation at pace, and allocation of tactical support as needed.
Knowledge and Expertise
Essential
You will be responsible for maintaining the robustness and value of new and existing models.
Strong knowledge and experience in multiple areas of the credit cycle relative to the function of Risk Management
Solid understanding of all aspects of consumer credit, loss drivers and profit and loss dynamics
Strong skills in analysis, data gathering and interpretation
Budgetary management
Requirements specific to the role
Strong SAS sills.
Excellent proven modelling background.
Degree in a quantitative discipline.
Knowledge of predictive modelling and score implementation and use.
Experience in financial services or retail banking.
Recruiter: Orly Miller
|
| Salary: |
Commensurate with experience |
Location: |
New York |
|
|
| Job Categories: |
Consumer Credit/Credit Cards, Statistics/Econometrics |
***