The following has evaluated to null or missing: ==> FactSheetEng [in template "20101#20128#3671917" at line 30, column 34] ---- 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 FactSheetEng.getData()?? && FactS... [in template "20101#20128#3671917" at line 30, column 29] ----
1<#--
2Web content templates are used to lay out the fields defined in a web
3content structure.
4
5Please use the left panel to quickly add commonly used variables.
6Autocomplete is also available and can be invoked by typing "${".
7-->
8<div class="d-flex justify-content-center align-items-stretch" id="portada-fondo">
9 <div class="col">
10 <div class="row justify-content-between align-items-stretch align-items-lg-center">
11 <div class="col-12 col-md order-2 order-md-1">
12 <div class="row">
13 <div id="box-title-text-button-portada">
14 <h2>¿Por qué invertir en este fondo?</h2>
15 ${Descripcion.getData()}
16 <#assign fondo = themeDisplay.getLayout().getFriendlyURL()?remove_beginning("/")>
17 <#assign fondoM = fondo?upper_case>
18 <div class="row">
19 <#if FactSheet.getData()?? && FactSheet.getData() != "">
20 <#assign lastslash = FactSheet.getData()?last_index_of("/")>
21 <#assign urlclean = FactSheet.getData()?substring(0, lastslash)>
22 <div class="col-auto">
23 <a class="btn d-flex align-items-center justify-content-center" href="${urlclean}" target="_blank">Perfil de fondo <img src="/documents/74160/3648204/download.svg/dad52939-8171-50e8-f897-65329a881806?t=1671831133461"></a>
24 </div>
25 <#else>
26 <div class="col-auto">
27 <a class="btn d-flex align-items-center justify-content-center" href="/documents/74160/2958222/${fondoM}_Factsheet.pdf"target="_blank">Perfil de fondo <img src="/documents/74160/3648204/download.svg/dad52939-8171-50e8-f897-65329a881806?t=1671831133461"></a>
28 </div>
29 </#if>
30 <#if FactSheetEng.getData()?? && FactSheetEng.getData() != "">
31 <#assign lastslasheng = FactSheetEng.getData()?last_index_of("/")>
32 <#assign urlcleaneng = FactSheetEng.getData()?substring(0, lastslasheng)>
33 <div class="ds-none">${FactSheetEng.getData()}--- ${urlcleaneng}</div>
34 <div class="col-auto">
35 <a class="btn d-flex align-items-center justify-content-center" href="${urlcleaneng}" target="_blank">Factsheet ENG <img src="/documents/74160/3648204/download.svg/dad52939-8171-50e8-f897-65329a881806?t=1671831133461"></a>
36 </div>
37 <#else>
38 <div class="col-auto">
39 <a class="btn d-flex align-items-center justify-content-center" href="/documents/74160/4056613/${fondoM}_Factsheet_ENG.pdf"target="_blank">Factsheet ENG <img src="/documents/74160/3648204/download.svg/dad52939-8171-50e8-f897-65329a881806?t=1671831133461"></a>
40 </div>
41 </#if>
42 </div>
43 </div>
44 </div>
45 </div>
46 <div class="col-12 col-md-auto order-1 order-md-2">
47 <div class="row h-100">
48 <#if ImagenFondo.getData()?? && ImagenFondo.getData() != "">
49 <img id="portada-fondo-img" alt="${ImagenFondo.getAttribute("alt")}" data-fileentryid="${ImagenFondo.getAttribute("fileEntryId")}" src="${ImagenFondo.getData()}" />
50 </#if>
51 </div>
52 <div id="rectangle-gold-portada"></div>
53 </div>
54 </div>
55 </div>
56</div>
57<style>
58#box-title-text-button-portada h2 {
59 font-family: 'Noto-Sans Light' !important;
60 font-style: normal;
61 font-weight: 100;
62 font-size: 48px;
63 line-height: 65px;
64 color: #FFFFFF;
65 margin-bottom: 0px;
66}
67#portada-fondo {
68 background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #041E42;
69}
70#box-title-text-button-portada {
71 padding-left:calc((100vw - 1110px) / 2);
72}
73#box-title-text-button-portada h3 {
74 font-family: 'Noto-Sans Light' !important;
75 font-style: normal;
76 font-weight: 100;
77 font-size: 48px;
78 line-height: 65px;
79 color: #FFFFFF;
80 margin-bottom:0px;
81}
82#box-title-text-button-portada p {
83 font-family: 'Noto-Sans' !important;
84 font-style: normal;
85 font-weight: 400;
86 font-size: 16px;
87 line-height: 156%;
88 color: #FFFFFF;
89 margin-bottom:30px;
90}
91#box-title-text-button-portada a.btn {
92 background: #0F6FF5;
93 border-radius: 4px;
94 width:251px;
95 height: 40px;
96 font-family: 'Noto-Sans' !important;
97 font-style: normal;
98 font-weight: 400;
99 font-size: 16px;
100 line-height: 156%;
101 color: #FFFFFF;
102 margin-top:20px;
103}
104#rectangle-gold-portada {
105 position: absolute;
106 width: 24px;
107 height: 85px;
108 left:-12px;
109 bottom:0px;
110 background: #B3A369;
111}
112@media (max-width:1199px) and (min-width:992px) {
113 #box-title-text-button-portada {
114 padding-left:calc((100vw - 930px) / 2);
115 }
116
117}
118@media (max-width:991px) and (min-width:768px) {
119 #box-title-text-button-portada {
120 padding-left:calc((100vw - 690px) / 2);
121 padding-bottom:24px;
122 }
123 #portada-fondo-img{
124 height: 100%;
125 object-fit: cover;
126 max-width:226px;
127 }
128 #rectangle-gold-portada {
129 width: 14px;
130 left:-7px;
131 }
132}
133@media (max-width:767px) and (min-width:576px) {
134 #box-title-text-button-portada {
135 padding-left:calc((100vw - 510px) / 2);
136 padding-bottom:24px;
137 padding-right:calc((100vw - 510px) / 2);
138 }
139 #portada-fondo picture {
140 max-width:100%;
141 width:100%;
142 }
143 #portada-fondo-img {
144 width: 100%;
145 object-fit: cover;
146 max-width: 100%;
147 max-height: 160px;
148 object-position: 50% 15%;
149 }
150 #rectangle-gold-portada {
151 width: 56.67px;
152 height:16px;
153 left:0px;
154 bottom:-8px
155 }
156}
157@media (max-width:575px) {
158 #box-title-text-button-portada {
159 padding-left:20px;
160 padding-bottom:24px;
161 padding-right:20px;
162 }
163 #portada-fondo picture {
164 max-width:100%;
165 width:100%;
166 }
167 #portada-fondo-img {
168 width: 100%;
169 object-fit: cover;
170 max-width: 100%;
171 max-height: 80px;
172 object-position: 50% 23%;
173 }
174 #rectangle-gold-portada {
175 width: 56.67px;
176 height:16px;
177 left:0px;
178 bottom:-8px
179 }
180}
181</style>
Descripción
Fondo discrecional que invierte en diferentes mercados dado su régimen de inversión flexible.
Información clave
ID Vector de precios (Serie B)
52_ACTIOP1_B
ISIN (Serie B)
MX52AC280012
Horizonte
Largo plazo
Calificación
N/A
Inversionista
Física, Moral, Exenta
Compras
Todos los días hábiles
Ventas
Mensual
Liquidación
48 horas
Activo Neto (m.d.p.)
2,371.43 (activo al 30 de diciembre de 2022)
Horario de operación del fondo
08:00 am - 01:45 pm, hora del Centro de México
Fuente: Bursanet
Rendimientos pasados no garantizan rendimientos futuros.
Identificador | Emisora | Sector | Peso (%) |
---|---|---|---|
1B_NAFTRAC_ISHRS | Fomento Económico Mexicano SAB | Comunicaciones | 13.94% |
1B_NAFTRAC_ISHRS | Fomento Económico Mexicano SAB | Comunicaciones | 13.94% |
1B_NAFTRAC_ISHRS | Fomento Económico Mexicano SAB | Comunicaciones | 13.94% |
1B_NAFTRAC_ISHRS | Fomento Económico Mexicano SAB | Comunicaciones | 13.94% |
1B_NAFTRAC_ISHRS | Fomento Económico Mexicano SAB | Comunicaciones | 13.94% |
1B_NAFTRAC_ISHRS | Fomento Económico Mexicano SAB | Comunicaciones | 13.94% |
1B_NAFTRAC_ISHRS | Fomento Económico Mexicano SAB | Comunicaciones | 13.94% |
1B_NAFTRAC_ISHRS | Fomento Económico Mexicano SAB | Comunicaciones | 13.94% |
1B_NAFTRAC_ISHRS | Fomento Económico Mexicano SAB | Comunicaciones | 13.94% |
Sector | Peso | |
---|---|---|
Bienes Raíces | 1.0% | |
Comunicaciones | 8.51% | |
Liquidez | 6.04% | |
Cons. Básico | 7.07% | |
Cons. Discrecional | 9.01% | |
Energía | 5.07% | |
Financiero | 8.96% | |
Fondos Indizados | 16.06% | |
Industrial | 4.04% | |
Materiales | 3.07% | |
Salud | 12.06% | |
Tecnología | 19.02% |
- Liquidez incluye reporto gubernamental a un día, chequera en MXN, chequera en USD y/o chequera en EUR.
El contenido es únicamente informativo, no constituye recomendación, consejo o sugerencia personalizada de algún producto y/o servicio que le sugieran la toma de decisiones de inversión, para lo que se necesita previamente verificar la congruencia entre el perfil del cliente y el perfil del producto financiero. Rendimientos pasados no garantizan rendimientos futuros. Todos los fondos de Actinver cuentan con un prospecto de información, léalo antes de Invertir. Todos los derechos reservados, marcas y patentes. Para mayor información, sobre los fondos de inversión que administra Operadora Actinver, visite www.actinver.com/fondos
Atento usuario,
Estás saliendo del sitio seguro www.actinver.com para entrar a un sitio web ajeno a Actinver, el cual es responsable de sus propios contenidos, políticas de privacidad y seguridad.
Continuar