@flarehr/apollo-super-selection 4.22.28155 → 4.24.28972

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/dist/lib/apollo-super-selection/apollo-super-selection.css +1 -1
  2. package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
  3. package/dist/lib/apollo-super-selection/p-72ce3c16.entry.js +14 -0
  4. package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
  5. package/dist/lib/apollo-super-selection/p-e70cee95.system.entry.js +69 -0
  6. package/dist/lib/cjs/sss-button_30.cjs.entry.js +292 -227
  7. package/dist/lib/collection/apollo-super-selection.css +1 -1
  8. package/dist/lib/collection/components/super-selection-app/funds/constants.js +25 -99
  9. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-inputs.js +6 -0
  10. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/active.js +26 -0
  11. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/australian-ethical.js +43 -0
  12. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/australian-retirement-trust.js +32 -0
  13. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/aware.js +27 -0
  14. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/first.js +27 -0
  15. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/mercermychoice.js +32 -0
  16. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/slate.js +32 -0
  17. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/spirit.js +43 -0
  18. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/virgin.js +36 -0
  19. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/types.js +14 -0
  20. package/dist/lib/collection/components/super-selection-app/funds/slate-super/services/slate-iframe-builder.js +3 -3
  21. package/dist/lib/collection/components/super-selection-app/misc/dropdown-async.js +1 -0
  22. package/dist/lib/collection/components/super-selection-app/services/existing-super-choice-info.service.js +2 -2
  23. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +1 -241
  24. package/dist/lib/esm/sss-button_30.entry.js +292 -227
  25. package/dist/lib/esm-es5/sss-button_30.entry.js +3 -3
  26. package/dist/lib/types/components/super-selection-app/funds/constants.d.ts +3 -87
  27. package/dist/lib/types/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-inputs.d.ts +1 -0
  28. package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/active.d.ts +3 -0
  29. package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/australian-ethical.d.ts +3 -0
  30. package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/australian-retirement-trust.d.ts +3 -0
  31. package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/aware.d.ts +3 -0
  32. package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/first.d.ts +3 -0
  33. package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/mercermychoice.d.ts +3 -0
  34. package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/slate.d.ts +4 -0
  35. package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/spirit.d.ts +3 -0
  36. package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/virgin.d.ts +3 -0
  37. package/dist/lib/types/components/super-selection-app/funds/promoted-fund/types.d.ts +23 -0
  38. package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-page.d.ts +0 -2
  39. package/package.json +1 -2
  40. package/dist/lib/apollo-super-selection/p-777b2ea4.entry.js +0 -14
  41. package/dist/lib/apollo-super-selection/p-9decf4f5.system.entry.js +0 -69
@@ -31,8 +31,8 @@ export class ExistingFundService {
31
31
  return none;
32
32
  return some({
33
33
  type: 'Promoted Fund',
34
- id: fund.value.Id,
35
- name: fund.value.Name,
34
+ id: fund.value.fundId,
35
+ name: fund.value.name,
36
36
  usi: usi,
37
37
  valid: 'Active',
38
38
  memberNumber: memberNumber,
@@ -86,243 +86,10 @@ export class SuperChoicePage {
86
86
  h("li", null, "You should consider the relevant superannuation fund\u2019s PDS and TMD (if applicable) in deciding whether to apply to join the superannuation fund. Each of the superannuation funds featured above include a link to their PDS and TMD (if applicable) for your convenience. If you are considering joining another superannuation fund, you can typically find the PDS and TMD (if applicable) on that fund\u2019s website."),
87
87
  h("li", null, "You should be aware that, if you do choose one of the featured superannuation funds, Flare and it\u2019s associates will normally receive a fee for you doing so (this includes Simple Financial Choices Pty Ltd, a wholly owned subsidiary of Flare, which is a sub-promoter of Slate Super).")))))));
88
88
  }
89
- allFunds() {
90
- const Link = (props, children) => {
91
- return (h("a", { class: props.className || 'font-medium underline hover:text-gray-600', target: "_blank", href: navigationService.toExternalUrl(props.href), onClick: props.onClick }, children));
92
- };
93
- return [
94
- {
95
- fundId: constants.Slate.Id,
96
- name: constants.Slate.Name,
97
- logo: constants.Slate.Logo,
98
- route: SuperSelectionAppRoutes.SlateJoin,
99
- features: [
100
- h("p", null, "A lifestage investment strategy that evolves with you"),
101
- h("p", null, "Advanced mobile app with retirement forecast and smart features"),
102
- h("p", null, "Member advocates at Slate to assist with your account")
103
- ],
104
- disclaimer: (h("p", { class: "small text-muted" },
105
- "You should consider the",
106
- ' ',
107
- h(Link, { href: constants.Slate.PdsUrl, onClick: () => this.pdsViewedAsync(constants.Slate.Name, constants.Slate.Usi) }, "Product Disclosure Statement"),
108
- ' ',
109
- "and",
110
- ' ',
111
- h(Link, { href: "https://slate.co/forms-and-documents/target-market-determination/" }, "Target Market Determination"),
112
- ' ',
113
- "before deciding to invest in or apply to become a member of the fund.")),
114
- abnInfo: `Diversa Trustees Limited`,
115
- abn: constants.Slate.DiversaAbn
116
- },
117
- {
118
- fundId: constants.AustralianRetirementTrust.Id,
119
- name: constants.AustralianRetirementTrust.Name,
120
- logo: constants.AustralianRetirementTrust.Logo,
121
- route: SuperSelectionAppRoutes.PromotedFundJoinV1,
122
- features: [
123
- h("p", null, "$200 billion in retirement savings"),
124
- h("p", null, "2+ million members"),
125
- h("p", null, "A focus on delivering strong, long\u2011term returns")
126
- ],
127
- featureSubText: (h("span", null, "QSuper is now part of Australian Retirement Trust. If you have an existing QSuper account, you will continue to hold that account by selecting this option.")),
128
- disclaimer: (h("p", null,
129
- "You should consider the",
130
- ' ',
131
- h(Link, { href: constants.AustralianRetirementTrust.PdsUrl, onClick: () => this.pdsViewedAsync(constants.AustralianRetirementTrust.Name) }, "Product Disclosure Statement"),
132
- ' ',
133
- "and",
134
- ' ',
135
- h(Link, { href: "https://www.australianretirementtrust.com.au/tmd" }, "Target Market Determination"),
136
- ' ',
137
- "before deciding to invest in or apply to become a member of this fund.")),
138
- abnInfo: `Australian Retirement Trust`,
139
- abn: constants.AustralianRetirementTrust.Abn
140
- },
141
- {
142
- fundId: constants.Aware.Id,
143
- name: constants.Aware.Name,
144
- logo: constants.Aware.Logo,
145
- route: SuperSelectionAppRoutes.PromotedFundJoinV1,
146
- features: [
147
- h("p", null, "Acting on climate change"),
148
- h("p", null, "All profits go to members"),
149
- h("p", null, "One of Australia\u2019s largest funds")
150
- ],
151
- disclaimer: (h("p", null,
152
- "You should consider the",
153
- ' ',
154
- h(Link, { href: constants.Aware.PdsUrl, onClick: () => this.pdsViewedAsync(constants.Aware.Name) }, "Product Disclosure Statement"),
155
- ' ',
156
- "before deciding to invest in or apply to become a member of this fund.")),
157
- abnInfo: `Aware Super Pty Ltd`,
158
- abn: constants.Aware.Abn
159
- },
160
- {
161
- fundId: constants.Active.Id,
162
- name: constants.Active.Name,
163
- logo: constants.Active.Logo,
164
- route: SuperSelectionAppRoutes.PromotedFundJoinV1,
165
- features: [
166
- h("p", null, "Winner of Canstar's 2023 Outstanding Value \u2013 Superannuation Award considering investment performance, fees and product features*"),
167
- h("p", null, "Recognised as a leader in responsible investment"),
168
- h("p", null, "Calls answered in 20 seconds (average over 5 years)")
169
- ],
170
- featureSubText: (h("span", null, "*Based on a comparison of the Active Super Accumulation Scheme held by those aged 20-69 years and balances between $30,000 and $1.5 million.")),
171
- disclaimer: (h("p", null,
172
- "Issued by LGSS Pty Limited as trustee for Local Government Super (Active Super ABN:28 901 371 321). Consider the PDS and TMD at",
173
- ' ',
174
- h(Link, { onClick: () => this.pdsViewedAsync(constants.Active.Name), href: constants.Active.PdsUrl }, "activesuper.com.au"),
175
- ' ',
176
- "before making a decision."))
177
- },
178
- {
179
- fundId: constants.AustralianEthical.Id,
180
- name: constants.AustralianEthical.Name,
181
- logo: constants.AustralianEthical.Logo,
182
- route: SuperSelectionAppRoutes.PromotedFundJoinV2,
183
- features: [
184
- h("p", null,
185
- "Fastest growing super fund in Australia",
186
- h("sup", { class: "text-tiny" }, "1")),
187
- h("p", null,
188
- "Nil investments in fossil fuel companies",
189
- h("sup", { class: "text-tiny" }, "2")),
190
- h("p", null, "Competitive returns")
191
- ],
192
- featureSubText: (h("ol", { class: "list-decimal list-outside ml-3" },
193
- h("li", null, "Source: KPMG Super Insights Report 2022."),
194
- h("li", null, "All our options go through positive and negative ethical screening in accordance with the Australian Ethical Charter (in place since 1986)."))),
195
- disclaimer: (h("p", null,
196
- "Issued by Australian Ethical Superannuation Pty Ltd (ABN 43 079 259 733, RSE L0001441, AFSL 526055). Please consider the",
197
- ' ',
198
- h(Link, { href: "https://www.australianethical.com.au/globalassets/pdf-files/forms--pds/superpension/important-information/ae-financial-services-guide_sec.pdf" }, "Financial Services Guide"),
199
- ", the",
200
- ' ',
201
- h(Link, { href: constants.AustralianEthical.PdsUrl, onClick: () => this.pdsViewedAsync(constants.AustralianEthical.Name) }, "Product Disclosure Statement"),
202
- ' ',
203
- "and",
204
- ' ',
205
- h(Link, { href: constants.AustralianEthical.PdsUrl, onClick: () => this.pdsViewedAsync(constants.AustralianEthical.Name) }, "Target Market Determination"),
206
- ' ',
207
- "available on our",
208
- ' ',
209
- h(Link, { href: constants.AustralianEthical.PdsUrl, onClick: () => this.pdsViewedAsync(constants.AustralianEthical.Name) }, "website"),
210
- "."))
211
- },
212
- {
213
- fundId: constants.Virgin.Id,
214
- name: constants.Virgin.Name,
215
- logo: constants.Virgin.Logo,
216
- route: SuperSelectionAppRoutes.PromotedFundJoinV2,
217
- features: [
218
- h("p", null,
219
- "Returns above industry and retail super fund medians over the past 5 years",
220
- h("sup", { class: "text-tiny" }, "1")),
221
- h("p", null, "One of the lowest fees in the market"),
222
- h("p", null,
223
- "Virgin Money rewards you with Velocity Points on your contributions",
224
- h("sup", { class: "text-tiny" }, "2"))
225
- ],
226
- featureSubText: (h("div", { class: "m-4 pt-2" },
227
- h("ol", { class: "list-decimal space-y-2" },
228
- h("li", null,
229
- h("span", null, "Past performance is not a reliable indicator of future performance. Source: SuperRatings Fund Crediting Rate Survey April 2022.")),
230
- h("li", null,
231
- h("span", null,
232
- h(Link, { className: "underline hover:text-gray-600", href: "https://virginmoney.com.au/superannuation/forms-and-key-information/key-documents" }, "Eligibility and T&Cs apply")))))),
233
- disclaimer: (h("p", null,
234
- "Prepared by Virgin Money Financial Services Pty Ltd ABN 51 113 285 395 AFSL 286869 (\u2018Virgin Money\u2019). Virgin Money Super is a plan in the Mercer Super Trust ABN 19 905 422 981. Virgin Money Super is issued by Mercer Superannuation (Australia) Limited (MSAL) ABN 79 004 717 533 AFSL 235906 as trustee of the Mercer Super Trust. Consider the PDS and TMD at",
235
- ' ',
236
- h(Link, { href: constants.Virgin.PdsUrl, onClick: () => this.pdsViewedAsync(constants.Virgin.Name) }, "www.virginmoney.com.au"),
237
- ' ',
238
- "before making a decision"))
239
- },
240
- {
241
- fundId: constants.Spirit.Id,
242
- name: constants.Spirit.Name,
243
- logo: constants.Spirit.Logo,
244
- route: SuperSelectionAppRoutes.PromotedFundJoinV2,
245
- features: [
246
- h("p", null, "Proud Industry SuperFund - all profits go back to members"),
247
- h("p", null,
248
- "Best customer experience in super",
249
- h("sup", { class: "text-tiny" }, "1"),
250
- " and best for value",
251
- h("sup", { class: "text-tiny" }, "2")),
252
- h("p", null,
253
- "Low fees",
254
- h("sup", { class: "text-tiny" }, "3"),
255
- " with a focus on strong returns and investing with impact in communities",
256
- h("sup", { class: "text-tiny" }, "4"))
257
- ],
258
- featureSubText: (h("div", { class: "m-4 pt-2" },
259
- h("ol", { class: "list-decimal space-y-2" },
260
- h("li", null,
261
- h("span", null, "CSBA SenseCX Benchmark 2021-22")),
262
- h("li", null,
263
- h("span", null, "Awarded Best for Value in the WeMoney Superannuation Awards 2022")),
264
- h("li", null,
265
- h("span", null, "Just $67.60 + 0.15% pa admin fees, capped at $517.60")),
266
- h("li", null,
267
- h("span", null, "Rainmaker ESG Leader Rating 2022"))))),
268
- disclaimer: (h("p", null,
269
- "Past performance isn\u2019t a reliable indicator of future performance. Consider the PDS and TMD at",
270
- ' ',
271
- h(Link, { href: constants.Spirit.PdsUrl, onClick: () => this.pdsViewedAsync(constants.Spirit.Name) }, "www.spiritsuper.com.au/pds"),
272
- ' ',
273
- "before making a decision. Issuer is Motor Trades Association of Australia Superannuation Fund Pty Ltd (AFSL 238 718, ABN 14 008 650 628), the trustee of Spirit Super (ABN 74 559 365 913). Advice is provided by Quadrant First Pty Ltd (ABN 78 102 167 877, AFSL 284443)."))
274
- },
275
- {
276
- fundId: constants.First.Id,
277
- name: constants.First.Name,
278
- logo: constants.First.Logo,
279
- route: SuperSelectionAppRoutes.PromotedFundJoinV2,
280
- features: [
281
- h("p", null, "Industry SuperFund that offers five investment options and default insurance"),
282
- h("p", null, "Strong long-term investment returns and superior customer service - members first"),
283
- h("p", null, "Established super fund \u2013 anyone can join including KiwiSaver members")
284
- ],
285
- disclaimer: (h("div", null,
286
- h("p", null,
287
- "General advice only which has been prepared without taking into account your objectives, financial situation or needs. Consider whether the advice is appropriate for you and read the Product Disclosure Statement (PDS) before making any investment decisions. PDS and Target Market Determination are available at our",
288
- ' ',
289
- h(Link, { onClick: () => this.pdsViewedAsync(constants.First.Name), href: constants.First.PdsUrl }, "website"),
290
- ". Past performance is not a reliable indicator of future performance."),
291
- h("br", null),
292
- h("p", null, "Issued by First Super Pty Ltd ABN 42 053 498 472, AFSL 223988 (Trustee) as Trustee of First Super ABN 56 286 625 181.")))
293
- },
294
- {
295
- fundId: constants.MercerMyChoice.Id,
296
- name: constants.MercerMyChoice.Name,
297
- logo: constants.MercerMyChoice.Logo,
298
- route: SuperSelectionAppRoutes.PromotedFundJoinV2,
299
- features: [
300
- h("p", null, "Save more super with our low fees"),
301
- h("p", null, "Take control with 6 MyChoice investment options"),
302
- h("p", null, "Join 850,000 Australians who trust our global expertise")
303
- ],
304
- disclaimer: (h("div", null,
305
- h("p", null,
306
- "You should consider the",
307
- ' ',
308
- h(Link, { href: constants.MercerMyChoice.PdsUrl, onClick: () => this.pdsViewedAsync(constants.MercerMyChoice.Name) }, "Product Disclosure Statement"),
309
- ' ',
310
- "and ",
311
- h(Link, { href: constants.MercerMyChoice.TmdUrl }, "Target Market Determination"),
312
- ' ',
313
- "before deciding to invest in or apply to become a member of the fund."),
314
- h("br", null),
315
- h("p", null,
316
- "Issued by Mercer Superannuation (Australia) Limited (\u2018Mercer Super\u2019) ABN:",
317
- ' ',
318
- constants.MercerMyChoice.Abn)))
319
- }
320
- ];
321
- }
322
89
  getPromotedFunds() {
323
90
  const fundTiles = [];
324
91
  SuperSelectionAppService.promotedFunds.forEach((fundId) => {
325
- const fund = this.allFunds().find((fund) => fundId === fund.fundId);
92
+ const fund = constants.allPromotedFunds.find((fund) => fundId === fund.fundId);
326
93
  if (fund !== undefined) {
327
94
  fundTiles.push(fund);
328
95
  }
@@ -343,13 +110,6 @@ export class SuperChoicePage {
343
110
  promotedFundState.fundId = fund.fundId;
344
111
  return navigationService.navigateInternally(this.history, fund.route);
345
112
  }
346
- pdsViewedAsync(name, usi) {
347
- return this.eventTrackingService.TrackSuperFundPdsViewedAsync({
348
- fundUsi: usi,
349
- fundName: name,
350
- pageName: 'Panel Fund Page'
351
- });
352
- }
353
113
  static get is() { return "sss-super-choice-page"; }
354
114
  static get assetsDirs() { return ["assets"]; }
355
115
  static get properties() { return {