<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% ' *** Logout the current user. MM_Logout = CStr(Request.ServerVariables("URL")) & "?MM_Logoutnow=1" If (CStr(Request("MM_Logoutnow")) = "1") Then Session.Contents.Remove("MM_Username") Session.Contents.Remove("MM_UserAuthorization") MM_logoutRedirectPage = "/index.htm" ' redirect with URL parameters (remove the "MM_Logoutnow" query param). if (MM_logoutRedirectPage = "") Then MM_logoutRedirectPage = CStr(Request.ServerVariables("URL")) If (InStr(1, UC_redirectPage, "?", vbTextCompare) = 0 And Request.QueryString <> "") Then MM_newQS = "?" For Each Item In Request.QueryString If (Item <> "MM_Logoutnow") Then If (Len(MM_newQS) > 1) Then MM_newQS = MM_newQS & "&" MM_newQS = MM_newQS & Item & "=" & Server.URLencode(Request.QueryString(Item)) End If Next if (Len(MM_newQS) > 1) Then MM_logoutRedirectPage = MM_logoutRedirectPage & MM_newQS End If Response.Redirect(MM_logoutRedirectPage) End If %> <% ' *** Restrict Access To Page: Grant or deny access to this page MM_authorizedUsers="" MM_authFailedURL="/ethics_officer/login.asp" MM_grantAccess=false If Session("MM_Username") <> "" Then If (true Or CStr(Session("MM_UserAuthorization"))="") Or _ (InStr(1,MM_authorizedUsers,Session("MM_UserAuthorization"))>=1) Then MM_grantAccess = true End If End If If Not MM_grantAccess Then MM_qsChar = "?" If (InStr(1,MM_authFailedURL,"?") >= 1) Then MM_qsChar = "&" MM_referrer = Request.ServerVariables("URL") if (Len(Request.QueryString()) > 0) Then MM_referrer = MM_referrer & "?" & Request.QueryString() MM_authFailedURL = MM_authFailedURL & MM_qsChar & "accessdenied=" & Server.URLEncode(MM_referrer) Response.Redirect(MM_authFailedURL) End If %> L'Ethics Officer creatore di valori

Nathif Jama Adam torna anonimo   

Biografia

Nathif Jama  Adam Nathif has more than 20 years of diversified retail, wholesale, investment and Islamic Banking experience. After starting his banking career with Kenya Commercial Bank in Nairobi, Kenya, he moved to Al Rajhi Banking & Investment Corporation in Saudi Arabia in 1985 and thereafter to Qatar Islamic Bank (QIB). Prior to joining National bank of Sharjah (now Sharjah Islamic Bank), Nathif was an Executive Manager in QIB and had responsibility for the bank’s large foreign investment portfolios of real estate, leasing, securities and trade. He joined National Bank of Sharjah in the UAE in 2002 during its conversion process to Islamic banking and currently heads the bank’s investments and International Banking division.

Nathif is a regular writer on Islamic banking & finance issues. He also undertakes training courses on different topics of Islamic banking and finance. In addition, he is a noted speaker at Islamic banking & finance conferences and seminars globally.

Nathif is also the co-author of the first book to be written on the subject of SUKUK. The book titiled “ISLAMIC BONDS : YOUR GUIDE TO ISSUING, STRUCTURING AND INVESTING IN SUKUK” was published by Euromoney books, London in 2004.

His educational background includes the UK Chartered Institute of Bankers’ Associateship and MBA Studies with Heriot-Watt University, Scotland.