Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing:
==> cur_imagenFondo.coletillaTop  [in template "137368#137407#PLBANNERSLIDER" at line 72, column 83]

----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${cur_imagenFondo.coletillaTop.getDat...  [in template "137368#137407#PLBANNERSLIDER" at line 72, column 81]
----
1<div class="banner   "> 
2<div id="slider_banner" class="owl-carousel"> 
3<#if imagenFondo.getSiblings()?has_content> 
4	<#list imagenFondo.getSiblings() as cur_imagenFondo> 
5		<#if cur_imagenFondo?? && cur_imagenFondo.getData() != ""> 
6		<#if cur_imagenFondo.imagenUrl?? && cur_imagenFondo.imagenUrl.getData() != ""> 
7 
8	 
9	 <div class="item"> 
10                    <#if cur_imagenFondo.enlace?? && cur_imagenFondo.enlace.getData()?? && cur_imagenFondo.enlace.getData() != ""> 
11                    <a href="${cur_imagenFondo.enlace.getData()}"> 
12                    </#if> 
13                      <div class="parallax" data-speed="40" style="background-image: url(${cur_imagenFondo.getData()});" alt="${cur_imagenFondo.getAttribute("alt")}" title="${cur_imagenFondo.getAttribute("alt")}"></div>               
14                      <span class="negro"></span> 
15                      <div class="row"> 
16 
17                         
18                        <div class="bl imagen"> 
19                        <#if cur_imagenFondo.imagenUrl?? && cur_imagenFondo.imagenUrl.getData() != ""> 
20                          <div class="img"> 
21                                                                                                 
22                              <img class="" src="${cur_imagenFondo.imagenUrl.getData()}" border="0" alt="${cur_imagenFondo.imagenUrl.getAttribute("alt")}" title="${cur_imagenFondo.imagenUrl.getAttribute("alt")}"> 
23                            </div> 
24                        </#if> 
25                            <div class="txt"> 
26                          
27                          <#if cur_imagenFondo.titulo?? && cur_imagenFondo.titulo.getData() != ""> 
28						    <#if cur_imagenFondo.titulo.colorTitulo?? && cur_imagenFondo.titulo.colorTitulo.getData() != ""> 
29						    <span style="color:${cur_imagenFondo.titulo.colorTitulo.getData()};" class="coletilla_top">${cur_imagenFondo.coletillaTop.getData()}</span> 
30							    <h2 style="color:${cur_imagenFondo.titulo.colorTitulo.getData()};">${cur_imagenFondo.titulo.getData()}</h2> 
31						    <#else> 
32						    <span class="coletilla_top">${cur_imagenFondo.coletillaTop.getData()}</span> 
33							    <h2>${cur_imagenFondo.titulo.getData()}</h2> 
34						    </#if> 
35						<#else> 
36						 <#if cur_imagenFondo.coletillaTop?? && cur_imagenFondo.coletillaTop.getData() != ""> 
37                          <span class="coletilla_top">${cur_imagenFondo.coletillaTop.getData()}</span>         
38                          </#if> 
39                        </#if> 
40                          <#if cur_imagenFondo.descripcion?? && cur_imagenFondo.descripcion.getData() != ""> 
41                          <div class="descripcion">${cur_imagenFondo.descripcion.getData()}</div>    
42                          </#if> 
43                          <#if cur_imagenFondo.coletilla?? && cur_imagenFondo.coletilla.getData() != ""> 
44                          <span class="coletilla">${cur_imagenFondo.coletilla.getData()}</span>   
45                          </#if> 
46                          </div> 
47                        </div> 
48 
49                         
50                      </div> 
51                    <#if cur_imagenFondo.enlace?? && cur_imagenFondo.enlace.getData()?? && cur_imagenFondo.enlace.getData() != ""> 
52                    </a> 
53                    </#if> 
54 
55                </div> 
56	 
57	 
58	    <#else> 
59		<div class="item"> 
60                <#if cur_imagenFondo.enlace?? && cur_imagenFondo.enlace.getData()?? && cur_imagenFondo.enlace.getData() != ""> 
61                    <a href="${cur_imagenFondo.enlace.getData()}"> 
62                </#if> 
63                      <div class="parallax" data-speed="40" style="background-image: url(${cur_imagenFondo.getData()});" alt="${cur_imagenFondo.getAttribute("alt")}" title="${cur_imagenFondo.getAttribute("alt")}"></div>               
64                      <span class="negro"></span> 
65                      <div class="row"> 
66                        <div class="bl"> 
67                          <#if cur_imagenFondo.titulo?? && cur_imagenFondo.titulo.getData() != ""> 
68						    <#if cur_imagenFondo.titulo.colorTitulo?? && cur_imagenFondo.titulo.colorTitulo.getData() != ""> 
69						    <span style="color:${cur_imagenFondo.titulo.colorTitulo.getData()};" class="coletilla_top">${cur_imagenFondo.coletillaTop.getData()}</span> 
70							    <h2 style="color:${cur_imagenFondo.titulo.colorTitulo.getData()};">${cur_imagenFondo.titulo.getData()}</h2> 
71						    <#else> 
72						    <span class="coletilla_top">${cur_imagenFondo.coletillaTop.getData()}</span> 
73							    <h2>${cur_imagenFondo.titulo.getData()}</h2> 
74						    </#if> 
75						<#else> 
76						 <#if cur_imagenFondo.coletillaTop?? && cur_imagenFondo.coletillaTop.getData() != ""> 
77                          <span class="coletilla_top">${cur_imagenFondo.coletillaTop.getData()}</span>         
78                          </#if> 
79                        </#if> 
80                          <#if cur_imagenFondo.descripcion?? && cur_imagenFondo.descripcion.getData() != ""> 
81                          <div class="descripcion">${cur_imagenFondo.descripcion.getData()}</div>    
82                          </#if> 
83                          <#if cur_imagenFondo.coletilla?? && cur_imagenFondo.coletilla.getData() != ""> 
84                            <span class="coletilla">${cur_imagenFondo.coletilla.getData()}</span>      
85                          </#if> 
86                        </div> 
87                         
88                      </div> 
89                <#if cur_imagenFondo.enlace?? && cur_imagenFondo.enlace.getData()?? && cur_imagenFondo.enlace.getData() != ""> 
90                    </a> 
91                </#if> 
92 
93                </div> 
94        </#if> 
95		</#if> 
96	</#list> 
97</#if> 
98</div> 
99</div> 
ICO_International-Program-for-Financial-Institutions-Executives-3948.jpg
El VI International Program for Financial Institutions' Executives analizó los retos de las instituciones de desarrollo en el nuevo entorno geopolítico

Durante tres días, 20 directivos de 15 bancos de promoción, nacionales y multilaterales, analizaron la actual situación de la banca de desarrollo, sus retos y su aportación a la economía global.

Bajo el título “Development Banks and Digital Finance”, los participantes debatieron sobre los efectos en la economía del nuevo entorno geopolítico, con una sesión específicamente centrada en China; trataron sobre “el futuro del dinero” en el contexto actual y sobre las nuevas formas de inversión, y reflexionaron sobre la regulación y los productos propios del ámbito de la banca de desarrollo.

Los nuevos retos, fórmulas y contexto fueron abordados por el claustro de profesores del IE Business School y por los ponentes externos de instituciones del sector que colaboraron en las diferentes sesiones.

VI International Program for Financial Institutions Executives – brochure

VI International Program for Financial Institutions Executives – Agenda