Misión
“Preservar y velar por la estabilidad del valor de la moneda y promover la eficacia, integridad y estabilidad del sistema financiero, para colaborar con el bienestar del país”.
Visión
"Ser una institución técnica e independiente que desarrolle una gestión eficiente y creíble, basada en la excelencia de sus talentos y reconocida en el ámbito nacional e internacional, orientada a preservar el valor de la moneda y la eficacia, integridad y estabilidad del sistema financiero".
Cuentas Regionales Anuales CRA
Cuentas Regionales Anuales (CRA) 2024
Todos los resultados
Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing:
==> documento [in template "48053717827832#20120#TPL--LISTADOS-ESTADISTICAS" at line 36, column 46]
----
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: #if documento.getData()?contains(".pdf") [in template "48053717827832#20120#TPL--LISTADOS-ESTADISTICAS" at line 36, column 41]
----
1<#if (anio.getData())?? && (anio.getData()) != "">
2 <#assign anho = anio.getData() />
3<#else>
4 <#assign anho = ""/>
5</#if>
6
7<#if (mes.getData())?? && (mes.getData()) != "">
8 <#assign categoriaSelected = mes.getData() />
9<#elseif (filtroComex.getData())?? && (filtroComex.getData()) != "">
10 <#assign categoriaSelected = filtroComex.getData()/>
11<#else>
12 <#assign categoriaSelected = ""/>
13</#if>
14
15
16<#if (trimestre.getData())?? && (trimestre.getData()) != "">
17 <#assign trimestre = trimestre.getData() />
18<#else>
19 <#assign trimestre = ""/>
20</#if>
21
22
23
24
25<div class="list__item search-item" data-value="${anho}" data-categoria="${categoriaSelected}" data-subcategoria="${trimestre}">
26 <h3 class="item__title">
27 <#if (nombreDocumento.getData())??>
28 ${nombreDocumento.getData()}
29</#if> </h3>
30 <#if (descripion.getData())??>
31 <p class="item__description">${descripion.getData()}</p>
32 </#if>
33
34 <div class="item__links">
35
36 <#if documento.getData()?contains(".pdf")>
37 <a href="${documento.getData()}.pdf" class="link btn-gray btn-small" download>
38 <span class="material-icons-outlined"> download </span>
39 Descargar
40 </a>
41 <a href="${documento.getData()}.pdf" data-senna-off="true" class="link btn-gray btn-small" data-fancybox>
42 <span class="material-icons-outlined"> visibility </span>Vista Previa
43 </a>
44 <#else>
45 <a href="${documento.getData()}" class="link btn-gray btn-small" download>
46
47 <span class="material-icons-outlined"> download </span>
48 Descargar
49 </a>
50 </#if>
51
52 <#-- Si el archivo es un pdf, le agrega al final del archivo .pdf para que lo pueda ver -->
53
54
55 <#if (documentoIngles.getData())?? && (documentoIngles.getData()) != "">
56 <a href="${documentoIngles.getData()}" class="link btn-gray btn-small" download>
57 <span class="material-icons-outlined"> download </span>
58 Versión Inglés
59 </a>
60 </#if>
61
62
63 </div>
64</div>
Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing:
==> documento [in template "48053717827832#20120#TPL--LISTADOS-ESTADISTICAS" at line 36, column 46]
----
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: #if documento.getData()?contains(".pdf") [in template "48053717827832#20120#TPL--LISTADOS-ESTADISTICAS" at line 36, column 41]
----
1<#if (anio.getData())?? && (anio.getData()) != "">
2 <#assign anho = anio.getData() />
3<#else>
4 <#assign anho = ""/>
5</#if>
6
7<#if (mes.getData())?? && (mes.getData()) != "">
8 <#assign categoriaSelected = mes.getData() />
9<#elseif (filtroComex.getData())?? && (filtroComex.getData()) != "">
10 <#assign categoriaSelected = filtroComex.getData()/>
11<#else>
12 <#assign categoriaSelected = ""/>
13</#if>
14
15
16<#if (trimestre.getData())?? && (trimestre.getData()) != "">
17 <#assign trimestre = trimestre.getData() />
18<#else>
19 <#assign trimestre = ""/>
20</#if>
21
22
23
24
25<div class="list__item search-item" data-value="${anho}" data-categoria="${categoriaSelected}" data-subcategoria="${trimestre}">
26 <h3 class="item__title">
27 <#if (nombreDocumento.getData())??>
28 ${nombreDocumento.getData()}
29</#if> </h3>
30 <#if (descripion.getData())??>
31 <p class="item__description">${descripion.getData()}</p>
32 </#if>
33
34 <div class="item__links">
35
36 <#if documento.getData()?contains(".pdf")>
37 <a href="${documento.getData()}.pdf" class="link btn-gray btn-small" download>
38 <span class="material-icons-outlined"> download </span>
39 Descargar
40 </a>
41 <a href="${documento.getData()}.pdf" data-senna-off="true" class="link btn-gray btn-small" data-fancybox>
42 <span class="material-icons-outlined"> visibility </span>Vista Previa
43 </a>
44 <#else>
45 <a href="${documento.getData()}" class="link btn-gray btn-small" download>
46
47 <span class="material-icons-outlined"> download </span>
48 Descargar
49 </a>
50 </#if>
51
52 <#-- Si el archivo es un pdf, le agrega al final del archivo .pdf para que lo pueda ver -->
53
54
55 <#if (documentoIngles.getData())?? && (documentoIngles.getData()) != "">
56 <a href="${documentoIngles.getData()}" class="link btn-gray btn-small" download>
57 <span class="material-icons-outlined"> download </span>
58 Versión Inglés
59 </a>
60 </#if>
61
62
63 </div>
64</div>