汇通财经APP讯——周四(11月2日)随着美元走弱,人民币持稳,离岸人民币保持坚挺。
人民币汇率周四保持稳定,而离岸人民币兑美元汇率则走强,因投资者押注中美债券收益率不断扩大的局面可能在美联储(Fed)会议后结束。
隔夜,美联储维持政策利率不变,而市场认为美联储主席并不像他可能表现得那么强硬,这降低了进一步加息的可能性。
element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}

