Latin America (LATAM) Network

Latin America

Located in: Argentina - Bolivia - Chile - Colombia - Dominican Republic - Guatemala - Panama - Trinidad & Tobago - Uruguay

Welcome to the IWIRC Latin America Network

¡BIENVENIDOS AL NETWORK DE AMÉRICA LATINA!

IWIRC es “International Women in Insolvency and Reestructuration Conferederation”, “Confederación Internacional de Mujeres en Insolvencia y Reestructuración”.

Nuestro nombre es largo, pero nuestra misión es sucinta. Somos IWIRC y estamos comprometidos a ser la principal organización dedicada a mejorar el estatus profesional de las mujeres involucradas en temas relacionados a insolvencia y reestructuración.

IWIRC fue fundada en diciembre de 1993 por Selinda Melnik, Laureen Ryan y Martha Fetner, abogada, banquera de inversión y banquera comercial, respectivamente. Es una asociación profesional sin fines de lucro, constituida en mayo de 1994 bajo las leyes del estado de Nueva York, EE.UU. IWIRC celebró su primera reunión en Londres, Inglaterra, en junio de 1994. Su primera red, Central Ohio, fue constituida en junio de 1995.

Ahora en nuestro 26º año, IWIRC ha estado conectando a mujeres en todo el mundo. A través de una membresía global de más de 2,400 abogadas, banqueras, profesionales dedicadas a la transformación empresarial, asesoras financieros y otras profesionales de la reestructuración, los miembros desarrollan una poderosa red de contactos, recursos, mentores y amigos. Ya sea mediante un café o encuentros en los cinco continentes, nuestras diversas relaciones hacen de IWIRC la principal organización para mujeres que se desarrollan en la reestructuración e insolvencia.

Esta sólida organización internacional apoya la construcción de relaciones y proporciona recursos a nivel de red global y local. Los profesionales nuevos en el negocio, o en una región, pueden conectarse rápidamente con otras comunidades profesionales a través de IWIRC. Mediante eventos y herramientas interactivas, también ofrecemos seminarios, capital intelectual, recursos profesionales, oportunidades de liderazgo y orientación para el desarrollo personal y profesional.

IWIRC fomenta el crecimiento y celebra el éxito. Promovemos de manera proactiva la experiencia y los logros de los miembros a través de la Oficina de Oradores de IWIRC, nuestra base de datos de medios en línea, el programa Soy IWIRC, los programas de reconocimiento de la Mujer del Año y los Premios de los Fundadores, y un perfil público profesional en nuestro directorio en línea de IWIRC, así como nuestras relaciones con otras organizaciones en todo el mundo.

BENEFICIOS DE LA MEMBRESÍA

UNA ORGANIZACIÓN GLOBAL, UNA RED LOCAL

Algunos de los beneficios de IWIRC son:

  • Más de 1500 miembros en todo el mundo, incluyendo practicantes de insolvencia con amplia experiencia y cualificación, lo que garantiza una sólida red de contactos, como una excelente fuente de referencias, tutorías, experiencias profesionales y amistades.
  • Los miembros tienen acceso a programas y herramientas que aportan al desarrollo de sus actividades profesionales.
  • El directorio público de miembros destaca cada una de las áreas de especialización, experiencias y formación de casa miembros.
  • Garantiza amplias oportunidades de liderazgo para los miembros afiliados a nivel internacional.
  • Los miembros tienen la oportunidad de publicar y presentar sus conocimientos en reuniones, correos electrónicos, boletines informativos, entre otros canales de comunicación para destacar el perfil profesional de cada miembro.
  • En el sitio web se encuentra disponible un calendario con eventos internacionales para mantener informados a los miembros de los más de 100 eventos sobre reestructuración e insolvencia que tienen lugar anualmente en las regiones.
  • Se ofrecen inscripciones con descuento a los miembros para que asistan a las conferencias de primavera y otoño, así como a muchos eventos regionales.
  • Los miembros ahorran tiempo y gastos de viaje con las reuniones más grandes de IWIRC, ya que se llevan a cabo junto con otros eventos profesionales como National Conference of Bankruptcy Judges (“NCBJ”), Turnaround Managment Association (“TMA”) e INSOL International (“INSOL”).

Latinoamérica es una región que está en constante crecimiento en el área de insolvencia. Varios países latinoamericanos han modernizado su sistema de insolvencia en los últimos años y por ello cada vez han surgió más profesionales especializados en insolvencia y cada vez existen más casos de insolvencia transfronteriza en la región. Por ello, en el año 2020 decidimos lanzar el capítulo de Latin America y así poder conectar a las mujeres en los distintos países de la región que están desarrollando su profesión en el área de insolvencia y reestructuración para que puedan trabajar en conjunto y aprender unas de otras. Algunos de los países representados en este network son: Argentina, Chile, Perú, Uruguay, Argentina, Colombia, México, Guatemala, Panamá y República Dominicana.

¡Te invitamos a formar parte de la nueva red que se forma en Latin America!  Puedes inscribirte en www.iwirc.com

Upcoming Events

There are currently no upcoming network events to display.

Network News

Announcements

América Latina

September 10, 2010

Become a member to view these resources

This is a repository for member-only network resources. Register to become a member and login to view this content.

Network Photos

There is currently no network photo albums to display.

Platinum Sponsors

Gold Sponsors

There are currently no gold network sponsors to display.

Silver Sponsors

Small Firm Sponsors

There are currently no small firm network sponsors to display.

Join the IWIRC Community

A world of benefits is just a click away.

/*umx-dollar-fix*/window.$ = window.$ || window.jQuery; // REVEAL SPONSOR BIO // Open $(document).on('click', '.sponsor .sponsor-card .sponsor-title .sponsor-open', function (e) { e.preventDefault(); var $sponsor = $(this).closest('.sponsor'); $sponsor.find('.sponsor-card').addClass('hide'); $sponsor.find('.sponsor-info').removeClass('hide'); }); // Close: return to initial state $(document).on('click', '.sponsor .sponsor-info .sponsor-close', function (e) { e.preventDefault(); var $sponsor = $(this).closest('.sponsor'); $sponsor.find('.sponsor-info').addClass('hide'); $sponsor.find('.sponsor-card').removeClass('hide'); }); // REMOVE PROFILE PHOTO LINK $(document).ready(function() { $(".um .um-profile-photo a.um-profile-photo-img").removeAttr("href"); }); /*umx-dollar-fix*/window.$ = window.$ || window.jQuery; (function () { // ----------------------- // SCOPE / GUARDS // ----------------------- var body = document.body; if (!body) return; var okPage = body.classList.contains("single-networks") || body.classList.contains("post-type-archive-networks"); if (!okPage) return; var WIDGET_ROOT_SELECTOR = "#network-tabs"; // keep this if you want maximum safety // ----------------------- // CONFIG // ----------------------- var TAB_PARAM = "tab"; // change to "ntab" if you ever want var USE_HASH = false; // you chose querystring mode // Query params that should NOT "carry across" when switching tabs. // Add anything else that is tab-specific here. var TAB_SCOPED_PARAMS = ["nm_page"]; // Optional: if true, when URL has no tab param, we clear stored tab so root URL always defaults. var CLEAR_STORED_WHEN_NO_TAB = true; // Retry timing var OPEN_TRIES = 60; // increased from 40 — more headroom for slow first loads var OPEN_TRY_DELAY = 250; // slightly longer between attempts // ----------------------- // HELPERS // ----------------------- function slugify(str) { return (str || "") .toString() .trim() .toLowerCase() .replace(/&/g, "and") .replace(/[^a-z0-9]+/g, "-") .replace(/(^-|-$)/g, ""); } function getRequestedSlug() { if (USE_HASH) { var h = (window.location.hash || "").replace("#", "").trim(); return h ? decodeURIComponent(h) : ""; } var p = new URLSearchParams(window.location.search); return (p.get(TAB_PARAM) || "").trim(); } function urlHasExplicitTab() { if (USE_HASH) return !!(window.location.hash || "").replace("#", "").trim(); var p = new URLSearchParams(window.location.search); return p.has(TAB_PARAM); } function setUrlForTab(slug, opts) { opts = opts || {}; var preserveParams = opts.preserveParams || []; var stripParams = opts.stripParams || []; if (USE_HASH) { history.replaceState( null, "", window.location.pathname + window.location.search + "#" + encodeURIComponent(slug) ); return; } var url = new URL(window.location.href); stripParams.forEach(function (k) { if (preserveParams.indexOf(k) === -1) { url.searchParams.delete(k); } }); url.searchParams.set(TAB_PARAM, slug); history.replaceState(null, "", url.toString()); } function storageKeyForWidget(widgetId) { return "elNestedTabsActive:" + window.location.pathname + ":" + (widgetId || "unknown"); } function getTabTitleSlug(btn) { var txtEl = btn.querySelector(".e-n-tab-title-text"); var label = txtEl ? (txtEl.textContent || "") : (btn.textContent || ""); return slugify(label); } /** * Check whether a given tab button is truly the active/visible one. * We check both the aria attribute AND whether the associated panel is active, * because Elementor can update one without the other during initialization. */ function isTabActuallyActive(scopeEl, btn) { if (btn.getAttribute("aria-selected") !== "true") return false; var panelId = btn.getAttribute("aria-controls"); if (!panelId) return false; var panel = scopeEl.querySelector("#" + CSS.escape(panelId)); if (!panel) return false; return panel.classList.contains("e-active"); } function forceActivateTab(scopeEl, btn) { if (!scopeEl || !btn) return false; var titles = scopeEl.querySelectorAll("button.e-n-tab-title"); if (!titles || !titles.length) return false; var panelId = btn.getAttribute("aria-controls"); if (!panelId) return false; var panelsWrap = scopeEl.querySelector(".e-n-tabs-content"); if (!panelsWrap) return false; var targetPanel = scopeEl.querySelector("#" + CSS.escape(panelId)); if (!targetPanel) return false; // Reset all titles for (var i = 0; i < titles.length; i++) { titles[i].setAttribute("aria-selected", "false"); titles[i].setAttribute("tabindex", "-1"); } // Reset all panels var panels = panelsWrap.querySelectorAll('[role="tabpanel"]'); for (var j = 0; j < panels.length; j++) { panels[j].classList.remove("e-active"); } // Activate chosen btn.setAttribute("aria-selected", "true"); btn.setAttribute("tabindex", "0"); targetPanel.classList.add("e-active"); return true; } function openTabBySlug(scopeEl, slug) { if (!slug) return false; var titles = scopeEl.querySelectorAll("button.e-n-tab-title"); if (!titles || !titles.length) return false; for (var i = 0; i < titles.length; i++) { var btn = titles[i]; if (getTabTitleSlug(btn) === slug) { btn.click(); // If Elementor doesn't reflect selection, force it if (!isTabActuallyActive(scopeEl, btn)) { forceActivateTab(scopeEl, btn); } return true; } } return false; } function initNestedTabs(scopeEl) { if (!scopeEl || scopeEl.__tabsDeepLinkInit) return; scopeEl.__tabsDeepLinkInit = true; var widgetEl = scopeEl.closest(".elementor-widget") || scopeEl; var widgetId = widgetEl.getAttribute("data-id") || widgetEl.id || ""; var key = storageKeyForWidget(widgetId); var titles = scopeEl.querySelectorAll("button.e-n-tab-title"); if (!titles || !titles.length) return; var explicitTab = urlHasExplicitTab(); var requested = getRequestedSlug(); if (!explicitTab) { if (CLEAR_STORED_WHEN_NO_TAB) { try { sessionStorage.removeItem(key); } catch (e) {} } // Don't force any open; let Elementor's default (first tab) remain. } else { // ---- FIX: robust retry that keeps re-asserting until stable ---- // On cold / incognito loads Elementor may: // a) not have rendered the buttons yet, // b) re-initialise its widget AFTER we successfully opened the tab, // snapping it back to the default. // We handle both by: // 1. Continuing retries even after a "successful" open — we verify // the tab is *still* active on subsequent ticks. // 2. Only stopping once the correct tab has been stable for several // consecutive checks (meaning Elementor is done re-initialising). var tries = 0; var consecutiveStableChecks = 0; var STABLE_THRESHOLD = 4; // need this many consecutive "already correct" checks function tryOpenLater() { tries++; var nowRequested = getRequestedSlug(); if (!nowRequested) return; // tab param removed mid-load — stop // Find the target button var targetBtn = null; var allTitles = scopeEl.querySelectorAll("button.e-n-tab-title"); for (var i = 0; i < allTitles.length; i++) { if (getTabTitleSlug(allTitles[i]) === nowRequested) { targetBtn = allTitles[i]; break; } } if (!targetBtn) { // Buttons not rendered yet — keep waiting consecutiveStableChecks = 0; if (tries = STABLE_THRESHOLD) { // It's been stable for long enough — Elementor is done, we can stop. try { sessionStorage.setItem(key, nowRequested); } catch (e) {} return; } } else { // Wrong tab is active — Elementor likely re-asserted the default. // Force-open the correct one and reset stability counter. consecutiveStableChecks = 0; openTabBySlug(scopeEl, nowRequested); try { sessionStorage.setItem(key, nowRequested); } catch (e) {} } if (tries < OPEN_TRIES) setTimeout(tryOpenLater, OPEN_TRY_DELAY); } // Start immediately rather than waiting 50ms — we want to beat // Elementor's first paint when possible, and the retry loop handles // cases where we're too early. tryOpenLater(); } // ---- Click behavior ---- for (var i = 0; i < titles.length; i++) { (function (btn) { btn.addEventListener("click", function () { var slug = getTabTitleSlug(btn); if (!slug) return; var preserve = []; if (slug === "members") preserve.push("nm_page"); setUrlForTab(slug, { preserveParams: preserve, stripParams: TAB_SCOPED_PARAMS }); try { sessionStorage.setItem(key, slug); } catch (e) {} }); })(titles[i]); } } function findAndInit() { var roots; if (WIDGET_ROOT_SELECTOR) { roots = document.querySelectorAll(WIDGET_ROOT_SELECTOR + " .e-n-tabs"); } else { roots = document.querySelectorAll(".elementor-widget-n-tabs .e-n-tabs"); } if (roots && roots.length) { for (var i = 0; i < roots.length; i++) initNestedTabs(roots[i]); return true; } return false; } function boot() { findAndInit(); var obs = new MutationObserver(function () { findAndInit(); }); obs.observe(document.documentElement, { childList: true, subtree: true }); // Also listen for Elementor's own "init" event — on cold loads this fires // once the frontend JS has finished bootstrapping all widgets. // This gives us one more reliable trigger point beyond the MutationObserver. window.addEventListener("elementor/frontend/init", function () { // Short delay to let Elementor finish activating its default tabs setTimeout(findAndInit, 100); }); setTimeout(function () { try { obs.disconnect(); } catch (e) {} }, 25000); // extended from 20s to 25s for slow connections } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", boot); } else { boot(); } })();