LIBOR Policy & Procedures

LIBOR Policy & Procedures Manual outlines all the necessary policies, procedures, standards of practice, and rules relating to the operation and structure of LIBOR, including the purpose, objectives, and regulations for each of LIBOR’s committees.

Download the LIBOR Policy & Procedures

protected override void OnPreRender(EventArgs e) { var cmsPage = this.Page as CmsPageBase; if (cmsPage != null) { cmsPage.Title = "My Title"; cmsPage.Header.Controls.Add(new LiteralControl("")); } base.OnPreRender(e); }