var VirtualDir=''; var ps_hdr_locationURL = ''; var GMPDMBRAND='BCP'; var CONST_RESOURCES_URL = 'https://www.baml-pp.ml.com'; var CONST_BCP_CONTACTUS = '/public/html/en-us/contactusbcp.htm'; var CONST_RCMPRIME_CONTACTUS = '/public/html/en-us/contactusrcmprime.htm'; var CONST_MMS_CONTACTUS = '/_mem_bin/net/contactus.aspx'; var CONST_MLPRIME_CONTACTUS = '/public/bin/ContactUs_JQPublic.asp?sContactUs=MLPRIME' var CONST_BOFA_PREFERENCES = 'https://bamlservice.bankofamerica.com/myprofile/Main/MyInfo/Display?appName=GMPORTAL'; var CONST_BOFA_CONTACTUS = 'https://bamlservice.bankofamerica.com/auth/contactus?target=https://www.baml.ml.com'; var CONST_BOFA_TERMS = 'https://bamlservice.bankofamerica.com/auth/public/gm/termsandconditions.jsp'; var CONST_BOFA_DISCLOSURE = 'https://bofacapital.bankofamerica.com/message/ClientDisclosureforBusinessContinuity.pdf'; var CONST_BOFA_FI_TRADE = 'https://bofacapital.bankofamerica.com/portal/fixedincome/USTradingDeskInformation.jsp'; var CONST_BOFA_START_PAGE = 'https://bofacapital.bankofamerica.com/Home.jsp'; var CONST_BOFA_LOGOUT_PAGE = 'https://bofacapital.bankofamerica.com/portal/common/Redirect.jsp?moduleName=removerememberme'; var CONST_COPY_RT = '/public/content/en-us/copyright.htm'; var CONST_CONTACT_URL = '/public/bin/contactus.asp'; var CONST_HOURS_URL = 'https://bamlservice.bankofamerica.com/auth/public/hoursOfOperation?appId=AIQ&ERROR_MSG=HOP'; var CONST_MLP_HOURS_URL = '/public/content/gpb/en-us/mlp_hoursofoperation.htm#authpb'; var CONST_DISC_URL = '/public/bin/_include/disclaimer.asp'; var CONST_DISC_URL1 = '/public/content/en-us/disclaimer/legalDisc.htm#t'; var CONST_DISC_BCP_URL = '/public/content/bcp/en-us/disclaimer/legalDisc.htm#b'; var CONST_PRIVACY_URL = 'en-us/disclaimer/legalDisc.htm#s'; var CONST_TERMS_URL = 'en-us/disclaimer/legalDisc.htm'; var CONST_BRAND_TERMS_URL = '/en-us/disclaimer/legalDisc.htm'; var CONST_BRAND_PRIVACY_URL = '/en-us/disclaimer/legalDisc.htm#s'; var CONST_PUBLIC_PATH = '/public/content/'; var CONST_MLX_PR_URL = "http://www.baml-pp.ml.com"; var CONST_BCP_HOMEURL = 'https://bcp.baml-pp.ml.com'; var CONST_RCMPRIME_HOMEURL = 'https://www.rcmprime.ml.com'; var CONST_MLPRIME_HOMEURL = 'https://mlp.baml-pp.ml.com'; var CONST_MMS_HOMEURL = 'https://www.mms.ml.com'; var CONST_MLX_HOMEURL = 'https://bcp.baml-pp.ml.com'; var BRAND_HOST_URL; var CONST_MMS_PRIVACY = "https://bamlservice.bankofamerica.com/auth/public/aiq/termsandconditions.jsp#y"; var CONST_MMS_TERMS = "https://bamlservice.bankofamerica.com/auth/public/aiq/termsandconditions.jsp"; var CONST_MMS_PRODUCT = "https://bamlservice.bankofamerica.com/auth/public/aiq/termsandconditions.jsp#aa"; var CONST_MLPRIME_PRIVACY = "https://bamlservice.bankofamerica.com/auth/public/mlp/termsandconditions.jsp#y"; var CONST_MLPRIME_TERMS = "https://bamlservice.bankofamerica.com/auth/public/mlp/termsandconditions.jsp"; var CONST_MLPRIME_PRODUCT = "https://bamlservice.bankofamerica.com/auth/public/mlp/termsandconditions.jsp#aa"; switch(GMPDMBRAND) { case 'BCP' : BRAND_HOST_URL = CONST_BCP_HOMEURL break; case 'RCMPRIME' : BRAND_HOST_URL = CONST_RCMPRIME_HOMEURL break; case 'MMS' : BRAND_HOST_URL = CONST_MMS_HOMEURL break; case 'MLPRIME' : BRAND_HOST_URL = CONST_MLPRIME_HOMEURL break; case 'MLX' : BRAND_HOST_URL = CONST_MLX_HOMEURL break; } document.write(''); function makePopUp(pUrl,pOpt) { //if ( parent.window.opener.closed ) if (typeof(window.opener)=="undefined") { var BOAwindowsite = 'width=920,height=500,location=0,menubar=1,toolbar=1,status=1,scrollbars=1,resizable=1,screenX=10,screenY=10'; var newBoaWin = window.open(pUrl,'BOA',BOAwindowsite); newBoaWin.focus(); } else { parent.window.opener.location = pUrl; } } function openCustomContactUs(sParam) { var strURL; var windowProp = ""; var strWindowName = "MLX"; if(sParam == "BCP") { strURL = BRAND_HOST_URL + CONST_BCP_CONTACTUS; } else if(sParam == "RCMPRIME") { strURL = BRAND_HOST_URL + CONST_RCMPRIME_CONTACTUS; } else if(sParam == "MMS") { strURL = BRAND_HOST_URL + CONST_MMS_CONTACTUS; } else if(sParam == "MLPRIME") { strURL = BRAND_HOST_URL + CONST_MLPRIME_CONTACTUS; } var curWin = window.open(strURL, strWindowName, windowProp); curWin.focus(); return; } function getFullMLXYear() { var mlx_ftr_date = new Date() return mlx_ftr_date.getFullYear() + ' '; } function getLinks(MsgId) { var arrMsg = new Array(); arrMsg['PREFERENCES'] = CONST_BOFA_PREFERENCES; arrMsg['CONTACT'] = CONST_BOFA_CONTACTUS; arrMsg['CTEX'] = 'Contact Us'; arrMsg['GMPHOMETEX'] = 'Global Markets Portal Home'; arrMsg['PREFTEX'] = 'Preferences'; arrMsg['LOGOUTTEX'] = 'Log Out'; arrMsg['CTEXC'] = 'CONTACT US'; arrMsg['TAC'] = 'Terms and Conditions'; arrMsg['BCC'] = 'Business Continuity Client Disclosure'; arrMsg['FIT'] = 'Fixed Income - Important Information Concerning Trading Strategists and Desk Analysts'; arrMsg['TACL'] = CONST_BOFA_TERMS; arrMsg['BCCL'] = CONST_BOFA_DISCLOSURE; arrMsg['FITL'] = CONST_BOFA_FI_TRADE; return arrMsg[MsgId]; } function BOAStartPage() { var strURL; strURL = CONST_BOFA_START_PAGE; if (typeof(window.opener)!="undefined") { parent.window.opener.location = strURL; } else { var BOAwindowsite = 'width=920,height=500,location=0,menubar=1,toolbar=1,status=1,scrollbars=1,resizable=1,screenX=10,screenY=10'; var newBoaWin = window.open(strURL,'BOA',BOAwindowsite); newBoaWin.focus(); } } function BOALogOut() { var strURL; strURL = CONST_BOFA_LOGOUT_PAGE; if (typeof(window.opener)=="undefined") { window.location.href = strURL; } else { parent.window.opener.location = strURL; window.close(); } } function getHdrMsg(MsgId) { var arrMsg = new Array(); arrMsg['en-us1'] = 'Contact Us'; arrMsg['en-us2'] = 'Terms and Conditions'; arrMsg['en-us3'] = 'Privacy/Security'; arrMsg['en-us4'] = 'Institutions & Corporations'; arrMsg['en-us5'] = 'Terms of Use'; arrMsg['en-us6'] = 'Privacy'; arrMsg['en-us7'] = 'Product Disclaimers'; arrMsg['en-us8'] = 'CONTACT US'; return arrMsg['en-us' + MsgId] } function getFooterMsg(MsgId) { var arrMsg = new Array(); arrMsg['en-us1'] = 'Terms and Conditions'; arrMsg['en-us2'] = 'Privacy/Security'; arrMsg['en-us3'] = 'Presentation of BCP by BofA Securities'; arrMsg['en-us4'] = '© ' + getFullMLXYear() + 'Bank of America Corporation. All rights reserved.'; arrMsg['en-us5'] = 'Terms of Use'; arrMsg['en-us6'] = 'Privacy'; arrMsg['en-us7'] = 'Product Disclaimers'; arrMsg['en-us8'] = 'Hours of Operation'; arrMsg['en-us9'] = '© 1999-2019 Bank of America. All Rights Reserved.'; arrMsg['en-us10'] = 'Terms and Conditions'; arrMsg['en-us11'] = 'Business Continuity Client Disclosure'; arrMsg['en-us12'] = 'Fixed Income - Important Information Concerning Trading Strategists and Desk Analysts'; return arrMsg['en-us' +MsgId] } function openCoreAppWindow(strType, strBrand) { var strURL; var strProdURL = CONST_MLX_PR_URL; var windowProp = ""; var strWindowName = "MLX"; strType = strType.toUpperCase(); switch(strType) { case 'COPYRIGHT' : strURL = BRAND_HOST_URL + CONST_COPY_RT; break; case 'PRIVACY' : if(GMPDMBRAND=="MMS") { strURL = CONST_MMS_PRIVACY; } else if(GMPDMBRAND=="MLPRIME") { strURL = CONST_MLPRIME_PRIVACY; } else { strURL = BRAND_HOST_URL + CONST_PUBLIC_PATH + CONST_PRIVACY_URL; } break; case 'BRANDPRIVACY' : strURL = BRAND_HOST_URL + CONST_PUBLIC_PATH + strBrand + CONST_BRAND_PRIVACY_URL; break; case 'CONTACTUS' : strURL = BRAND_HOST_URL + CONST_CONTACT_URL; break; case 'HOURS' : strURL = CONST_HOURS_URL; break; case 'MLPHOURS' : strURL = BRAND_HOST_URL + CONST_MLP_HOURS_URL; break; case 'APPTERMS' : //strWindowName = 'appterms'; if (sURL != "") { strURL = BRAND_HOST_URL + CONST_DISC_URL + '?app=' + sURL; } else { strURL = BRAND_HOST_URL + CONST_DISC_URL; } break; case 'TERMS': //strWindowName = 'terms'; if(GMPDMBRAND=="MMS") { strURL=CONST_MMS_TERMS; } else if(GMPDMBRAND=="MLPRIME") { strURL=CONST_MLPRIME_TERMS; } else { strURL = BRAND_HOST_URL + CONST_PUBLIC_PATH + CONST_TERMS_URL; } break; case 'BRANDTERMS': //strWindowName = 'terms'; strURL = BRAND_HOST_URL + CONST_PUBLIC_PATH + strBrand + CONST_BRAND_TERMS_URL; break; case 'DISCLAIMER' : if(GMPDMBRAND=="MMS") { strURL=CONST_MMS_PRODUCT; } else if(GMPDMBRAND=="MLPRIME") { strURL=CONST_MLPRIME_PRODUCT; } else { strURL = BRAND_HOST_URL + CONST_DISC_URL1; } break; case 'PRESENTATION' : strURL = BRAND_HOST_URL + CONST_DISC_BCP_URL; break; } var curWin = window.open(strURL, strWindowName, windowProp); curWin.focus(); return; } function openStartPage() { try { if(typeof(window.opener)!="undefined") { var ps_mlx_child_win = window.self; if(typeof(ps_mlx_child_win.opener)!="undefined") { //while((ps_mlx_child_win!="undefined") &&(!ps_mlx_child_win.closed)) while(ps_mlx_child_win!="undefined") { ps_mlx_child_win = ps_mlx_child_win.opener; if((typeof(ps_mlx_child_win.opener)=="undefined")) { if((!ps_mlx_child_win.closed)) { ps_mlx_child_win.location.href="/"; break; } } } } else { ps_mlx_child_win.location.href="/"; } } else { window.location.href="/"; } } catch(e) { window.open("/"); } } document.write('
"Bank of America" and "BofA Securities" are the marketing names used by the Global Banking and Global Markets divisions of Bank of America Corporation. Lending, other commercial banking activities, and trading in certain financial instruments are performed globally by banking affiliates of Bank of America Corporation, including Bank of America, N.A., Member FDIC. Trading in securities and financial instruments, and strategic advisory, and other investment banking activities, are performed globally by investment banking affiliates of Bank of America Corporation ("Investment Banking Affiliates"), including, in the United States, BofA Securities, Inc. and Merrill Lynch Professional Clearing Corp., both of which are registered broker-dealers and Members of SIPC, and, in other jurisdictions, by locally registered entities. BofA Securities, Inc. and Merrill Lynch Professional Clearing Corp. are registered as futures commission merchants with the CFTC and are members of the NFA.


Investment products offered by Investment Banking Affiliates:
Are Not FDIC Insured • May Lose Value • Are Not Bank Guaranteed.
');