= 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);
}
Senior Risk Manager - Top Multi-Strat Fund |
Return to:
|
Return to:
|
Return to:
|
|
|
ADD TO JOB CART TO APPLY
|
| Job Title: |
|
SENIOR RISK MANAGER - TOP MULTI-STRAT FUND
|
|
Job Description: Job ID(16869) |
Prestigious $15+ billion hedge fund is seeking a strategic thinker to improve risk management of exposures to equity, credit and derivatives positions and enhace the investment team':s ability to make decisions. The Senior Risk Manger will report directly to the CRO and will have high visibility in helping the firm make investment decisions and presenting ideas to the Principals Requires significant risk management experience with a major hedge fund or Wall Street firm, with strong knowledge of the following asset classes: high yield, leveraged loans, CDS, CDO':s and distressed structured products. Must be able to think strategically, solve problems and work in a fast-paced team environment. The successful candidate must hold an advanced degree in a related discipline from a top tier school, have 7+ years of experience in Market Risk management with an top tier investment bank or hedge fund, and possess excellent analytical abilities and communications skills. Technical skills with Excel, VBA, SQL, Matlab, SAS, and R a plus. This position offers a highly competitive compensation package with long term career opportunities.
Recruiter: Peter Arian
|
| Salary: |
Competitive Compensation |
Location: |
New York |
|
|
| Job Categories: |
Risk Management |
***