Corporate Governance Thought Leadership Group
Immediate Past Chair: Zach Oleksiuk
Chair Pro-Tempore: Steve Loren, CFA, FRM
The Corporate Governance Thought Leadership Group addresses issues related to shareholder rights and corporate governance. It hosts programs assessing the impact of corporate governance on investors, including topics such as executive compensation, proxy access, and shareholder activism.
Join this group
CFANY Thought Leadership Group Networking
Join the CFANY Corporate Governance Group on LinkedIn.
NOTE: Group discussion forums are for the sole purpose of facilitating communication among members. Please do not use them to promote your own products, services, or business including publications, websites, and blogs.
The views expressed by the members of the LinkedIn Groups do not necessarily represent or reflect the views of CFANY.
Upcoming Meetings and Events
function pageLoad() { InitJQuery(); }
function AddToPersonal(a) { // code: #1-Confirm var code = a.href; var re = new RegExp("#(\d+)-(\d+)$");
var m = re.exec (code); if (m == null) { alert("Invalid Command:" + code); } else { var eventdate = m[1]; var eventid = m[2]; var portalid = "0";
// add personal event $.ajax({ url: "/DesktopModules/EventsCalendar/webservice/wscall.asmx/AddPersonalEvent", type: "POST", data: "{PortalId:"" + portalid + "",EventId:"" + eventid + "",strEventDate:"" + eventdate + ""}", contentType: "application/json; charset=utf-8", dataType: "json", cache: false, beforeSend: function (n) { showLoading(a); }, complete: function (n) { hideLoading(a); }, success: function (r) { $(a).hide("slow"); }, error: function (XMLHttpRequest, textStatus, errorThrown) { alert(textStatus); } }); } return false; }
function showLoading(commandCell) { $(commandCell).html("working..."); } function hideLoading(commandCell) { }
function RemovePersonal(a) { // code: #1-Confirm var code = a.href; var re = new RegExp("#(\d+)-(\d+)$");
var m = re.exec (code); if (m == null) { alert("Invalid Command:" + code); } else { var eventdate = m[1]; var eventid = m[2]; var portalid = "0";
// add personal event $.ajax({ url: "/DesktopModules/EventsCalendar/webservice/wscall.asmx/DeletePersonalEvent", type: "POST", data: "{PortalId:"" + portalid + "",EventId:"" + eventid + "",strEventDate:"" + eventdate + ""}", contentType: "application/json; charset=utf-8", dataType: "json", cache: false, beforeSend: function (n) { showLoading(a); }, complete: function (n) { hideLoading(a); }, success: function (r) { $(a).hide("slow"); }, error: function (XMLHttpRequest, textStatus, errorThrown) { alert(textStatus); } }); } return false; }