@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
@@ -260,7 +260,7 @@ class TapSubscriber extends Subscriber {
260
260
  }
261
261
  }
262
262
 
263
- const AppVersion = '4.22.28155';
263
+ const AppVersion = '4.24.28972';
264
264
 
265
265
  // -------------------------------------------------------------------------------------
266
266
  // guards
@@ -3958,6 +3958,7 @@ const SelectInputAsync = class {
3958
3958
  this.searchResultsSubscription = fromEvent(this.inputElement, 'keyup')
3959
3959
  .pipe(debounceTime(500), map((_) => this.inputElement.value), distinctUntilChanged(), filter(this.shouldExecuteSearch), tap(this.onBeginSearch), mergeMap(this._searchFunction), tap(this.onCompleteSearch))
3960
3960
  .subscribe();
3961
+ this.resetInput();
3961
3962
  }
3962
3963
  disconnectedCallback() {
3963
3964
  this.searchResultsSubscription.unsubscribe();
@@ -4000,109 +4001,300 @@ const SelectInputAsync = class {
4000
4001
  };
4001
4002
  SelectInputAsync.style = dropdownAsyncCss;
4002
4003
 
4004
+ const Link = (props, children) => {
4005
+ return (h("a", { class: props.className || 'font-medium underline hover:text-gray-600', target: "_blank", href: navigationService.toExternalUrl(props.href), onClick: props.onClick }, children));
4006
+ };
4003
4007
  const PoweredByFlareFS = 'Powered by Flare FS';
4004
- const Slate = {
4005
- Id: 'slate',
4006
- Name: 'Slate Super',
4007
- Logo: 'logo-slate.png',
4008
- PdsUrl: 'https://slate.co/pds/?utm_source=flare&utm_medium=superselection',
4009
- Usi: '32367272075001',
4010
- DiversaAbn: '49 006 421 638',
4011
- FooterTextOverride: none,
4012
- DtoPropName: 'slate'
4008
+ function pdsViewedAsync(name, usi) {
4009
+ return EventTrackingService.Instance.TrackSuperFundPdsViewedAsync({
4010
+ fundUsi: usi,
4011
+ fundName: name,
4012
+ pageName: 'Panel Fund Page'
4013
+ });
4014
+ }
4015
+
4016
+ const name = 'Active Super';
4017
+ const fund = {
4018
+ fundId: 'active',
4019
+ name,
4020
+ logo: 'logo-active.svg',
4021
+ route: SuperSelectionAppRoutes.PromotedFundJoinV1,
4022
+ features: [
4023
+ h("p", null, "Winner of Canstar's 2023 Outstanding Value \u2013 Superannuation Award considering investment performance, fees and product features*"),
4024
+ h("p", null, "Recognised as a leader in responsible investment"),
4025
+ h("p", null, "Calls answered in 20 seconds (average over 5 years)")
4026
+ ],
4027
+ 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.")),
4028
+ disclaimer: (h("p", null,
4029
+ "Issued by LGSS Pty Limited as trustee for Local Government Super (Active Super ABN:28 901 371 321). Consider the PDS and TMD at",
4030
+ ' ',
4031
+ h(Link, { onClick: () => pdsViewedAsync(name), href: "https://www.activesuper.com.au/pds" }, "activesuper.com.au"),
4032
+ ' ',
4033
+ "before making a decision.")),
4034
+ footnoteTextOverride: Option.some(PoweredByFlareFS),
4035
+ dtoPropName: 'active'
4013
4036
  };
4014
- const AustralianRetirementTrust = {
4015
- Id: 'australian-retirement-trust',
4016
- Name: 'Australian Retirement Trust',
4017
- Logo: 'logo-art.svg',
4018
- PdsUrl: 'https://www.australianretirementtrust.com.au/library/media/pdfs/pds/super-savings-product-disclosure-statement-and-membership-form.pdf',
4019
- Abn: '60 905 115 063',
4020
- FooterTextOverride: none,
4021
- DtoPropName: 'australianRetirementTrust'
4037
+
4038
+ const name$1 = 'Australian Ethical';
4039
+ const pdsUrl = 'https://www.australianethical.com.au/super/pds-forms/';
4040
+ const fund$1 = {
4041
+ fundId: 'australian-ethical',
4042
+ name: name$1,
4043
+ logo: 'logo-aus-eth.svg',
4044
+ route: SuperSelectionAppRoutes.PromotedFundJoinV2,
4045
+ features: [
4046
+ h("p", null,
4047
+ "Fastest growing super fund in Australia",
4048
+ h("sup", { class: "text-tiny" }, "1")),
4049
+ h("p", null,
4050
+ "Nil investments in fossil fuel companies",
4051
+ h("sup", { class: "text-tiny" }, "2")),
4052
+ h("p", null, "Competitive returns")
4053
+ ],
4054
+ featureSubText: (h("ol", { class: "list-decimal list-outside ml-3" },
4055
+ h("li", null, "Source: KPMG Super Insights Report 2022."),
4056
+ h("li", null, "All our options go through positive and negative ethical screening in accordance with the Australian Ethical Charter (in place since 1986)."))),
4057
+ disclaimer: (h("p", null,
4058
+ "Issued by Australian Ethical Superannuation Pty Ltd (ABN 43 079 259 733, RSE L0001441, AFSL 526055). Please consider the",
4059
+ ' ',
4060
+ 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"),
4061
+ ", the",
4062
+ ' ',
4063
+ h(Link, { href: pdsUrl, onClick: () => pdsViewedAsync(name$1) }, "Product Disclosure Statement"),
4064
+ ' ',
4065
+ "and",
4066
+ ' ',
4067
+ h(Link, { href: pdsUrl, onClick: () => pdsViewedAsync(name$1) }, "Target Market Determination"),
4068
+ ' ',
4069
+ "available on our",
4070
+ ' ',
4071
+ h(Link, { href: pdsUrl, onClick: () => pdsViewedAsync(name$1) }, "website"),
4072
+ ".")),
4073
+ footnoteTextOverride: Option.none,
4074
+ dtoPropName: 'australianEthical'
4022
4075
  };
4023
- const Aware = {
4024
- Id: 'aware',
4025
- Name: 'Aware Super',
4026
- Logo: 'logo-aware.svg',
4027
- PdsUrl: 'https://aware.com.au/member/forms-and-resources/pds/FSS',
4028
- Abn: '53 226 460 365',
4029
- FooterTextOverride: none,
4030
- DtoPropName: 'aware'
4076
+
4077
+ const name$2 = 'Australian Retirement Trust';
4078
+ const fund$2 = {
4079
+ fundId: 'australian-retirement-trust',
4080
+ name: name$2,
4081
+ logo: 'logo-art.svg',
4082
+ route: SuperSelectionAppRoutes.PromotedFundJoinV1,
4083
+ features: [
4084
+ h("p", null, "$200 billion in retirement savings"),
4085
+ h("p", null, "2+ million members"),
4086
+ h("p", null, "A focus on delivering strong, long\u2011term returns")
4087
+ ],
4088
+ 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.")),
4089
+ disclaimer: (h("p", null,
4090
+ "You should consider the",
4091
+ ' ',
4092
+ h(Link, { href: "https://www.australianretirementtrust.com.au/library/media/pdfs/pds/super-savings-product-disclosure-statement-and-membership-form.pdf", onClick: () => pdsViewedAsync(name$2) }, "Product Disclosure Statement"),
4093
+ ' ',
4094
+ "and",
4095
+ ' ',
4096
+ h(Link, { href: "https://www.australianretirementtrust.com.au/tmd" }, "Target Market Determination"),
4097
+ ' ',
4098
+ "before deciding to invest in or apply to become a member of this fund.")),
4099
+ abnInfo: name$2,
4100
+ abn: '60 905 115 063',
4101
+ footnoteTextOverride: Option.none,
4102
+ dtoPropName: 'australianRetirementTrust'
4031
4103
  };
4032
- const Active = {
4033
- Id: 'active',
4034
- Name: 'Active Super',
4035
- Logo: 'logo-active.svg',
4036
- PdsUrl: 'https://www.activesuper.com.au/pds',
4037
- Abn: '28 901 371 321',
4038
- FooterTextOverride: some(PoweredByFlareFS),
4039
- DtoPropName: 'active'
4104
+
4105
+ const name$3 = 'Aware Super';
4106
+ const fund$3 = {
4107
+ fundId: 'aware',
4108
+ name: name$3,
4109
+ logo: 'logo-aware.svg',
4110
+ route: SuperSelectionAppRoutes.PromotedFundJoinV1,
4111
+ features: [
4112
+ h("p", null, "Acting on climate change"),
4113
+ h("p", null, "All profits go to members"),
4114
+ h("p", null, "One of Australia\u2019s largest funds")
4115
+ ],
4116
+ disclaimer: (h("p", null,
4117
+ "You should consider the",
4118
+ ' ',
4119
+ h(Link, { href: "https://aware.com.au/member/forms-and-resources/pds/FSS", onClick: () => pdsViewedAsync(name$3) }, "Product Disclosure Statement"),
4120
+ ' ',
4121
+ "before deciding to invest in or apply to become a member of this fund.")),
4122
+ abnInfo: `Aware Super Pty Ltd`,
4123
+ abn: '53 226 460 365',
4124
+ footnoteTextOverride: Option.none,
4125
+ dtoPropName: 'aware'
4040
4126
  };
4041
- const AustralianEthical = {
4042
- Id: 'australian-ethical',
4043
- Name: 'Australian Ethical',
4044
- Logo: 'logo-aus-eth.svg',
4045
- PdsUrl: 'https://www.australianethical.com.au/super/pds-forms/',
4046
- Abn: '43 079 259 733',
4047
- FooterTextOverride: none,
4048
- DtoPropName: 'australianEthical'
4127
+
4128
+ const name$4 = 'First Super';
4129
+ const fund$4 = {
4130
+ fundId: 'first-super',
4131
+ name: name$4,
4132
+ logo: 'logo-first.svg',
4133
+ route: SuperSelectionAppRoutes.PromotedFundJoinV2,
4134
+ features: [
4135
+ h("p", null, "Industry SuperFund that offers five investment options and default insurance"),
4136
+ h("p", null, "Strong long-term investment returns and superior customer service - members first"),
4137
+ h("p", null, "Established super fund \u2013 anyone can join including KiwiSaver members")
4138
+ ],
4139
+ disclaimer: (h("div", null,
4140
+ h("p", null,
4141
+ "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",
4142
+ ' ',
4143
+ h(Link, { onClick: () => pdsViewedAsync(name$4), href: "https://www.firstsuper.com.au/forms-tools/product-disclosure-statements/" }, "website"),
4144
+ ". Past performance is not a reliable indicator of future performance."),
4145
+ h("br", null),
4146
+ 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."))),
4147
+ footnoteTextOverride: Option.none,
4148
+ dtoPropName: 'firstSuper'
4049
4149
  };
4050
- const Virgin = {
4051
- Id: 'virgin',
4052
- Name: 'Virgin Money Super',
4053
- Logo: 'logo-virgin.svg',
4054
- PdsUrl: 'https://virginmoney.com.au/superannuation/',
4055
- Abn: '19 905 422 981',
4056
- FooterTextOverride: some(PoweredByFlareFS),
4057
- DtoPropName: 'virgin'
4150
+
4151
+ const name$5 = 'First Super';
4152
+ const fund$5 = {
4153
+ fundId: 'mercermychoice',
4154
+ name: name$5,
4155
+ logo: 'logo-mercer-mychoice.svg',
4156
+ route: SuperSelectionAppRoutes.PromotedFundJoinV2,
4157
+ features: [
4158
+ h("p", null, "Save more super with our low fees"),
4159
+ h("p", null, "Take control with 6 MyChoice investment options"),
4160
+ h("p", null, "Join 850,000 Australians who trust our global expertise")
4161
+ ],
4162
+ disclaimer: (h("div", null,
4163
+ h("p", null,
4164
+ "You should consider the",
4165
+ ' ',
4166
+ h(Link, { href: "https://www.mercersuper.com.au/campaign-page/mercer-mychoice", onClick: () => pdsViewedAsync(name$5) }, "Product Disclosure Statement"),
4167
+ ' ',
4168
+ "and",
4169
+ ' ',
4170
+ h(Link, { href: "https://www.mercersuper.com.au/documents/target-market-determinations" }, "Target Market Determination"),
4171
+ ' ',
4172
+ "before deciding to invest in or apply to become a member of the fund."),
4173
+ h("br", null),
4174
+ h("p", null, "Issued by Mercer Superannuation (Australia) Limited (\u2018Mercer Super\u2019) ABN: 79 004 717 533"))),
4175
+ footnoteTextOverride: Option.some(PoweredByFlareFS),
4176
+ dtoPropName: 'mercerMyChoice'
4058
4177
  };
4059
- const Spirit = {
4060
- Id: 'spirit',
4061
- Name: 'Spirit Super',
4062
- Logo: 'logo-spirit.svg',
4063
- PdsUrl: 'https://www.spiritsuper.com.au/pds',
4064
- Abn: '74 559 365 913',
4065
- FooterTextOverride: none,
4066
- DtoPropName: 'spirit'
4178
+
4179
+ const name$6 = 'Slate Super';
4180
+ const slateUsi = '32367272075001';
4181
+ const fund$6 = {
4182
+ fundId: 'slate',
4183
+ name: name$6,
4184
+ logo: 'logo-slate.png',
4185
+ route: SuperSelectionAppRoutes.SlateJoin,
4186
+ features: [
4187
+ h("p", null, "A lifestage investment strategy that evolves with you"),
4188
+ h("p", null, "Advanced mobile app with retirement forecast and smart features"),
4189
+ h("p", null, "Member advocates at Slate to assist with your account")
4190
+ ],
4191
+ disclaimer: (h("p", { class: "small text-muted" },
4192
+ "You should consider the",
4193
+ ' ',
4194
+ h(Link, { href: "https://slate.co/pds/?utm_source=flare&utm_medium=superselection", onClick: () => pdsViewedAsync(name$6, slateUsi) }, "Product Disclosure Statement"),
4195
+ ' ',
4196
+ "and",
4197
+ ' ',
4198
+ h(Link, { href: "https://slate.co/forms-and-documents/target-market-determination/" }, "Target Market Determination"),
4199
+ ' ',
4200
+ "before deciding to invest in or apply to become a member of the fund.")),
4201
+ abnInfo: `Diversa Trustees Limited`,
4202
+ abn: '49 006 421 638',
4203
+ footnoteTextOverride: Option.none,
4204
+ dtoPropName: 'slate'
4067
4205
  };
4068
- const First = {
4069
- Id: 'first-super',
4070
- Name: 'First Super',
4071
- Logo: 'logo-first.svg',
4072
- PdsUrl: 'https://www.firstsuper.com.au/forms-tools/product-disclosure-statements/',
4073
- Abn: '56 286 625 181',
4074
- FooterTextOverride: none,
4075
- DtoPropName: 'firstSuper'
4206
+
4207
+ const name$7 = 'Spirit Super';
4208
+ const fund$7 = {
4209
+ fundId: 'spirit',
4210
+ name: name$7,
4211
+ logo: 'logo-spirit.svg',
4212
+ route: SuperSelectionAppRoutes.PromotedFundJoinV2,
4213
+ features: [
4214
+ h("p", null, "Proud Industry SuperFund - all profits go back to members"),
4215
+ h("p", null,
4216
+ "Best customer experience in super",
4217
+ h("sup", { class: "text-tiny" }, "1"),
4218
+ " and best for value",
4219
+ h("sup", { class: "text-tiny" }, "2")),
4220
+ h("p", null,
4221
+ "Low fees",
4222
+ h("sup", { class: "text-tiny" }, "3"),
4223
+ " with a focus on strong returns and investing with impact in communities",
4224
+ h("sup", { class: "text-tiny" }, "4"))
4225
+ ],
4226
+ featureSubText: (h("div", { class: "m-4 pt-2" },
4227
+ h("ol", { class: "list-decimal space-y-2" },
4228
+ h("li", null,
4229
+ h("span", null, "CSBA SenseCX Benchmark 2021-22")),
4230
+ h("li", null,
4231
+ h("span", null, "Awarded Best for Value in the WeMoney Superannuation Awards 2022")),
4232
+ h("li", null,
4233
+ h("span", null, "Just $67.60 + 0.15% pa admin fees, capped at $517.60")),
4234
+ h("li", null,
4235
+ h("span", null, "Rainmaker ESG Leader Rating 2022"))))),
4236
+ disclaimer: (h("p", null,
4237
+ "Past performance isn\u2019t a reliable indicator of future performance. Consider the PDS and TMD at",
4238
+ ' ',
4239
+ h(Link, { href: "https://www.spiritsuper.com.au/pds", onClick: () => pdsViewedAsync(name$7) }, "www.spiritsuper.com.au/pds"),
4240
+ ' ',
4241
+ "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).")),
4242
+ footnoteTextOverride: Option.none,
4243
+ dtoPropName: 'spirit'
4076
4244
  };
4077
- const MercerMyChoice = {
4078
- Id: 'mercermychoice',
4079
- Name: 'Mercer MyChoice',
4080
- Logo: 'logo-mercer-mychoice.svg',
4081
- PdsUrl: 'https://www.mercersuper.com.au/campaign-page/mercer-mychoice',
4082
- TmdUrl: 'https://www.mercersuper.com.au/documents/target-market-determinations',
4083
- Abn: '79 004 717 533',
4084
- FooterTextOverride: some(PoweredByFlareFS),
4085
- DtoPropName: 'mercerMyChoice'
4245
+
4246
+ const name$8 = 'Virgin Money Super';
4247
+ const fund$8 = {
4248
+ fundId: 'virgin',
4249
+ name: name$8,
4250
+ logo: 'logo-virgin.svg',
4251
+ route: SuperSelectionAppRoutes.PromotedFundJoinV2,
4252
+ features: [
4253
+ h("p", null,
4254
+ "Returns above industry and retail super fund medians over the past 5 years",
4255
+ h("sup", { class: "text-tiny" }, "1")),
4256
+ h("p", null, "One of the lowest fees in the market"),
4257
+ h("p", null,
4258
+ "Virgin Money rewards you with Velocity Points on your contributions",
4259
+ h("sup", { class: "text-tiny" }, "2"))
4260
+ ],
4261
+ featureSubText: (h("div", { class: "m-4 pt-2" },
4262
+ h("ol", { class: "list-decimal space-y-2" },
4263
+ h("li", null,
4264
+ h("span", null, "Past performance is not a reliable indicator of future performance. Source: SuperRatings Fund Crediting Rate Survey April 2022.")),
4265
+ h("li", null,
4266
+ h("span", null,
4267
+ 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")))))),
4268
+ disclaimer: (h("p", null,
4269
+ "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",
4270
+ ' ',
4271
+ h(Link, { href: "https://virginmoney.com.au/superannuation/", onClick: () => pdsViewedAsync(name$8) }, "www.virginmoney.com.au"),
4272
+ ' ',
4273
+ "before making a decision")),
4274
+ footnoteTextOverride: Option.some(PoweredByFlareFS),
4275
+ dtoPropName: 'virgin'
4086
4276
  };
4277
+
4087
4278
  const fundsById = {
4088
- [Slate.Id]: Slate,
4089
- [AustralianRetirementTrust.Id]: AustralianRetirementTrust,
4090
- [Aware.Id]: Aware,
4091
- [Active.Id]: Active,
4092
- [AustralianEthical.Id]: AustralianEthical,
4093
- [Virgin.Id]: Virgin,
4094
- [Spirit.Id]: Spirit,
4095
- [First.Id]: First,
4096
- [MercerMyChoice.Id]: MercerMyChoice
4279
+ [fund$6.fundId]: fund$6,
4280
+ [fund$2.fundId]: fund$2,
4281
+ [fund$3.fundId]: fund$3,
4282
+ [fund.fundId]: fund,
4283
+ [fund$1.fundId]: fund$1,
4284
+ [fund$8.fundId]: fund$8,
4285
+ [fund$7.fundId]: fund$7,
4286
+ [fund$4.fundId]: fund$4,
4287
+ [fund$5.fundId]: fund$5
4097
4288
  };
4289
+ const allPromotedFunds = Object.values(fundsById);
4098
4290
  const getFundByDtoPropName = (dtoPropName) => {
4099
- const fund = Object.values(fundsById).find((f) => f.DtoPropName == dtoPropName);
4291
+ const fund = allPromotedFunds.find((f) => f.dtoPropName == dtoPropName);
4100
4292
  return fund ? some(fund) : none;
4101
4293
  };
4102
- const getFundNameByFundId = (fundId) => fundsById[fundId] ? some(fundsById[fundId].Name) : none;
4103
- const getFooterTextOverrideByFundId = (fundId) => { var _a, _b; return (_b = (_a = fundsById[fundId]) === null || _a === void 0 ? void 0 : _a.FooterTextOverride) !== null && _b !== void 0 ? _b : none; };
4104
- const getFundUsiByFundId = (fundId) => fundId == Slate.Id ? some(Slate.Usi) : none;
4105
- const getLogoSrcByFundId = (fundId) => fundsById[fundId] ? some(getAssetPath(`assets/${fundsById[fundId].Logo}`)) : none;
4294
+ const getFundNameByFundId = (fundId) => fundsById[fundId] != undefined ? some(fundsById[fundId].name) : none;
4295
+ const getFooterTextOverrideByFundId = (fundId) => { var _a, _b; return (_b = (_a = fundsById[fundId]) === null || _a === void 0 ? void 0 : _a.footnoteTextOverride) !== null && _b !== void 0 ? _b : none; };
4296
+ const getFundUsiByFundId = (fundId) => fundId == fund$6.fundId ? some(slateUsi) : none;
4297
+ const getLogoSrcByFundId = (fundId) => fundsById[fundId] != undefined ? some(getAssetPath(`assets/${fundsById[fundId].logo}`)) : none;
4106
4298
 
4107
4299
  function getPromotedFundUsi(dto) {
4108
4300
  if ('slate' in dto) {
@@ -4222,8 +4414,8 @@ class ExistingFundService {
4222
4414
  return none;
4223
4415
  return some({
4224
4416
  type: 'Promoted Fund',
4225
- id: fund.value.Id,
4226
- name: fund.value.Name,
4417
+ id: fund.value.fundId,
4418
+ name: fund.value.name,
4227
4419
  usi: usi,
4228
4420
  valid: 'Active',
4229
4421
  memberNumber: memberNumber,
@@ -4518,6 +4710,12 @@ const MyOwnFundInputs = class {
4518
4710
  }
4519
4711
  }
4520
4712
  };
4713
+ if (isSome(this.myOwnFundForm.fundUsi) && isSome(this.myOwnFundForm.fundName)) {
4714
+ this.selectedOption = {
4715
+ label: this.myOwnFundForm.fundName.value,
4716
+ value: this.myOwnFundForm.fundUsi.value
4717
+ };
4718
+ }
4521
4719
  }
4522
4720
  render() {
4523
4721
  return (h("div", null, h("div", null, h("label", { class: "text-sm font-medium text-gray-700" }, "Fund name"), h("div", { class: "mt-1" }, h("sss-dropdown-async", { searchFunction: this.searchFundsAsync, minSearchStringLength: this.MIN_SEARCH_STRING_LENGTH, required: true, requiredValidationMessage: "Select a fund", placeholder: `Type to search by name or USI...`, value: this.selectedOption, onValueChanged: (ev) => {
@@ -5281,7 +5479,7 @@ class SlateIFrameBuilder {
5281
5479
  if (data.memberNumber) {
5282
5480
  navigationService.navigateInternallyToStandardChoice({
5283
5481
  history,
5284
- fundName: Slate.Name,
5482
+ fundName: fund$6.name,
5285
5483
  handleSubmitFn: (standardChoiceFormSignature) => slateChoiceApi.submitSlateChoiceAsync({
5286
5484
  memberNumber: data.memberNumber,
5287
5485
  memberFirstName: data.memberFirstName,
@@ -5290,7 +5488,7 @@ class SlateIFrameBuilder {
5290
5488
  shownFunds: superSelectionAppService.promotedFunds,
5291
5489
  defaultFundUsiSet: Option.toUndefined(superSelectionAppService.defaultFundUsi)
5292
5490
  }),
5293
- promotedFundId: Slate.Id
5491
+ promotedFundId: fund$6.fundId
5294
5492
  });
5295
5493
  break;
5296
5494
  }
@@ -5484,136 +5682,10 @@ const SuperChoicePage = class {
5484
5682
  'rounded-br-lg': index === this.promotedFunds.length - 1
5485
5683
  } }, h("sss-super-choice-item-bottom", { disclaimer: fund.disclaimer, abnInfo: fund.abnInfo, abn: fund.abn, onJoinFundClicked: async () => this.handleJoinSuperClickAsync(fund) })))))), h("div", { class: "flex justify-center mt-8 sm:mt-12" }, h("div", { class: "pb-8 sm:pb-12 max-w-720 border-b" }, h("h5", { class: "font-bold sm:text-lg" }, "Or, choose another super fund:"), h("ul", { class: "list-disc list-outside ml-6 mt-3 mb-6 space-y-2 leading-6 text-sm sm:text-base" }, h("li", null, "Select this option if you'd like to use your current account with another super fund, your self-managed super fund, or your employer's default fund."), h("li", null, "If you are unsure of your current super fund details, you can find out at", ' ', h("a", { class: "text-primary-base font-medium hover:text-primary-hover", target: "_blank", href: navigationService.toExternalUrl(mygovLink) }, mygovLinkDisplay)), h("li", null, "A full list of super funds can be viewed at", ' ', h("a", { class: "text-primary-base font-medium hover:text-primary-hover", target: "_blank", href: navigationService.toExternalUrl(superfundsLink) }, superfundsLinkDisplay))), h("stencil-route-link", { url: SuperSelectionAppRoutes.MyOwnFund }, h("sss-button", { fillWidthOnMobile: true }, "Choose another super fund")))), h("div", { class: "flex justify-center" }, h("div", { class: "pt-8 sm:pt-12 max-w-720" }, h("h5", { class: "font-semibold" }, "IMPORTANT INFORMATION:"), h("ul", { class: "list-disc list-outside ml-6 mt-3 space-y-2 text-sm leading-6" }, h("li", null, "The superannuation funds featured above are for your information only. The order, position and placement of content should not be interpreted as an opinion or recommendation (actual or implied) by Flare as to the suitability or appropriateness of any superannuation fund for you. In featuring these superannuation funds, Flare has not taken into account your objectives, financial situation or needs."), h("li", null, "This is not a comparison service. This page contains factual information only and does not constitute either general or personal advice about any financial products. We do not take into account your objectives, financial situation or needs. If you have questions or need help making a decision about your superannuation fund, you should speak to a licensed financial product advice provider."), h("li", null, "Flare, the technology partner you are accessing Flare via and your employer do not endorse or accept responsibility for any financial product advice or services provided by the promoters or trustees of the featured superannuation funds. Flare does not endorse or accept responsibility for any of the content shown about any of the featured superannuation funds."), 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."), 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).")))))));
5486
5684
  }
5487
- allFunds() {
5488
- const Link = (props, children) => {
5489
- return (h("a", { class: props.className || 'font-medium underline hover:text-gray-600', target: "_blank", href: navigationService.toExternalUrl(props.href), onClick: props.onClick }, children));
5490
- };
5491
- return [
5492
- {
5493
- fundId: Slate.Id,
5494
- name: Slate.Name,
5495
- logo: Slate.Logo,
5496
- route: SuperSelectionAppRoutes.SlateJoin,
5497
- features: [
5498
- h("p", null, "A lifestage investment strategy that evolves with you"),
5499
- h("p", null, "Advanced mobile app with retirement forecast and smart features"),
5500
- h("p", null, "Member advocates at Slate to assist with your account")
5501
- ],
5502
- disclaimer: (h("p", { class: "small text-muted" }, "You should consider the", ' ', h(Link, { href: Slate.PdsUrl, onClick: () => this.pdsViewedAsync(Slate.Name, Slate.Usi) }, "Product Disclosure Statement"), ' ', "and", ' ', h(Link, { href: "https://slate.co/forms-and-documents/target-market-determination/" }, "Target Market Determination"), ' ', "before deciding to invest in or apply to become a member of the fund.")),
5503
- abnInfo: `Diversa Trustees Limited`,
5504
- abn: Slate.DiversaAbn
5505
- },
5506
- {
5507
- fundId: AustralianRetirementTrust.Id,
5508
- name: AustralianRetirementTrust.Name,
5509
- logo: AustralianRetirementTrust.Logo,
5510
- route: SuperSelectionAppRoutes.PromotedFundJoinV1,
5511
- features: [
5512
- h("p", null, "$200 billion in retirement savings"),
5513
- h("p", null, "2+ million members"),
5514
- h("p", null, "A focus on delivering strong, long\u2011term returns")
5515
- ],
5516
- 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.")),
5517
- disclaimer: (h("p", null, "You should consider the", ' ', h(Link, { href: AustralianRetirementTrust.PdsUrl, onClick: () => this.pdsViewedAsync(AustralianRetirementTrust.Name) }, "Product Disclosure Statement"), ' ', "and", ' ', h(Link, { href: "https://www.australianretirementtrust.com.au/tmd" }, "Target Market Determination"), ' ', "before deciding to invest in or apply to become a member of this fund.")),
5518
- abnInfo: `Australian Retirement Trust`,
5519
- abn: AustralianRetirementTrust.Abn
5520
- },
5521
- {
5522
- fundId: Aware.Id,
5523
- name: Aware.Name,
5524
- logo: Aware.Logo,
5525
- route: SuperSelectionAppRoutes.PromotedFundJoinV1,
5526
- features: [
5527
- h("p", null, "Acting on climate change"),
5528
- h("p", null, "All profits go to members"),
5529
- h("p", null, "One of Australia\u2019s largest funds")
5530
- ],
5531
- disclaimer: (h("p", null, "You should consider the", ' ', h(Link, { href: Aware.PdsUrl, onClick: () => this.pdsViewedAsync(Aware.Name) }, "Product Disclosure Statement"), ' ', "before deciding to invest in or apply to become a member of this fund.")),
5532
- abnInfo: `Aware Super Pty Ltd`,
5533
- abn: Aware.Abn
5534
- },
5535
- {
5536
- fundId: Active.Id,
5537
- name: Active.Name,
5538
- logo: Active.Logo,
5539
- route: SuperSelectionAppRoutes.PromotedFundJoinV1,
5540
- features: [
5541
- h("p", null, "Winner of Canstar's 2023 Outstanding Value \u2013 Superannuation Award considering investment performance, fees and product features*"),
5542
- h("p", null, "Recognised as a leader in responsible investment"),
5543
- h("p", null, "Calls answered in 20 seconds (average over 5 years)")
5544
- ],
5545
- 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.")),
5546
- disclaimer: (h("p", null, "Issued by LGSS Pty Limited as trustee for Local Government Super (Active Super ABN:28 901 371 321). Consider the PDS and TMD at", ' ', h(Link, { onClick: () => this.pdsViewedAsync(Active.Name), href: Active.PdsUrl }, "activesuper.com.au"), ' ', "before making a decision."))
5547
- },
5548
- {
5549
- fundId: AustralianEthical.Id,
5550
- name: AustralianEthical.Name,
5551
- logo: AustralianEthical.Logo,
5552
- route: SuperSelectionAppRoutes.PromotedFundJoinV2,
5553
- features: [
5554
- h("p", null, "Fastest growing super fund in Australia", h("sup", { class: "text-tiny" }, "1")),
5555
- h("p", null, "Nil investments in fossil fuel companies", h("sup", { class: "text-tiny" }, "2")),
5556
- h("p", null, "Competitive returns")
5557
- ],
5558
- featureSubText: (h("ol", { class: "list-decimal list-outside ml-3" }, h("li", null, "Source: KPMG Super Insights Report 2022."), h("li", null, "All our options go through positive and negative ethical screening in accordance with the Australian Ethical Charter (in place since 1986)."))),
5559
- disclaimer: (h("p", null, "Issued by Australian Ethical Superannuation Pty Ltd (ABN 43 079 259 733, RSE L0001441, AFSL 526055). Please consider the", ' ', 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"), ", the", ' ', h(Link, { href: AustralianEthical.PdsUrl, onClick: () => this.pdsViewedAsync(AustralianEthical.Name) }, "Product Disclosure Statement"), ' ', "and", ' ', h(Link, { href: AustralianEthical.PdsUrl, onClick: () => this.pdsViewedAsync(AustralianEthical.Name) }, "Target Market Determination"), ' ', "available on our", ' ', h(Link, { href: AustralianEthical.PdsUrl, onClick: () => this.pdsViewedAsync(AustralianEthical.Name) }, "website"), "."))
5560
- },
5561
- {
5562
- fundId: Virgin.Id,
5563
- name: Virgin.Name,
5564
- logo: Virgin.Logo,
5565
- route: SuperSelectionAppRoutes.PromotedFundJoinV2,
5566
- features: [
5567
- h("p", null, "Returns above industry and retail super fund medians over the past 5 years", h("sup", { class: "text-tiny" }, "1")),
5568
- h("p", null, "One of the lowest fees in the market"),
5569
- h("p", null, "Virgin Money rewards you with Velocity Points on your contributions", h("sup", { class: "text-tiny" }, "2"))
5570
- ],
5571
- featureSubText: (h("div", { class: "m-4 pt-2" }, h("ol", { class: "list-decimal space-y-2" }, h("li", null, h("span", null, "Past performance is not a reliable indicator of future performance. Source: SuperRatings Fund Crediting Rate Survey April 2022.")), h("li", null, h("span", null, 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")))))),
5572
- disclaimer: (h("p", null, "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", ' ', h(Link, { href: Virgin.PdsUrl, onClick: () => this.pdsViewedAsync(Virgin.Name) }, "www.virginmoney.com.au"), ' ', "before making a decision"))
5573
- },
5574
- {
5575
- fundId: Spirit.Id,
5576
- name: Spirit.Name,
5577
- logo: Spirit.Logo,
5578
- route: SuperSelectionAppRoutes.PromotedFundJoinV2,
5579
- features: [
5580
- h("p", null, "Proud Industry SuperFund - all profits go back to members"),
5581
- h("p", null, "Best customer experience in super", h("sup", { class: "text-tiny" }, "1"), " and best for value", h("sup", { class: "text-tiny" }, "2")),
5582
- h("p", null, "Low fees", h("sup", { class: "text-tiny" }, "3"), " with a focus on strong returns and investing with impact in communities", h("sup", { class: "text-tiny" }, "4"))
5583
- ],
5584
- featureSubText: (h("div", { class: "m-4 pt-2" }, h("ol", { class: "list-decimal space-y-2" }, h("li", null, h("span", null, "CSBA SenseCX Benchmark 2021-22")), h("li", null, h("span", null, "Awarded Best for Value in the WeMoney Superannuation Awards 2022")), h("li", null, h("span", null, "Just $67.60 + 0.15% pa admin fees, capped at $517.60")), h("li", null, h("span", null, "Rainmaker ESG Leader Rating 2022"))))),
5585
- disclaimer: (h("p", null, "Past performance isn\u2019t a reliable indicator of future performance. Consider the PDS and TMD at", ' ', h(Link, { href: Spirit.PdsUrl, onClick: () => this.pdsViewedAsync(Spirit.Name) }, "www.spiritsuper.com.au/pds"), ' ', "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)."))
5586
- },
5587
- {
5588
- fundId: First.Id,
5589
- name: First.Name,
5590
- logo: First.Logo,
5591
- route: SuperSelectionAppRoutes.PromotedFundJoinV2,
5592
- features: [
5593
- h("p", null, "Industry SuperFund that offers five investment options and default insurance"),
5594
- h("p", null, "Strong long-term investment returns and superior customer service - members first"),
5595
- h("p", null, "Established super fund \u2013 anyone can join including KiwiSaver members")
5596
- ],
5597
- disclaimer: (h("div", null, h("p", null, "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", ' ', h(Link, { onClick: () => this.pdsViewedAsync(First.Name), href: First.PdsUrl }, "website"), ". Past performance is not a reliable indicator of future performance."), h("br", null), 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.")))
5598
- },
5599
- {
5600
- fundId: MercerMyChoice.Id,
5601
- name: MercerMyChoice.Name,
5602
- logo: MercerMyChoice.Logo,
5603
- route: SuperSelectionAppRoutes.PromotedFundJoinV2,
5604
- features: [
5605
- h("p", null, "Save more super with our low fees"),
5606
- h("p", null, "Take control with 6 MyChoice investment options"),
5607
- h("p", null, "Join 850,000 Australians who trust our global expertise")
5608
- ],
5609
- disclaimer: (h("div", null, h("p", null, "You should consider the", ' ', h(Link, { href: MercerMyChoice.PdsUrl, onClick: () => this.pdsViewedAsync(MercerMyChoice.Name) }, "Product Disclosure Statement"), ' ', "and ", h(Link, { href: MercerMyChoice.TmdUrl }, "Target Market Determination"), ' ', "before deciding to invest in or apply to become a member of the fund."), h("br", null), h("p", null, "Issued by Mercer Superannuation (Australia) Limited (\u2018Mercer Super\u2019) ABN:", ' ', MercerMyChoice.Abn)))
5610
- }
5611
- ];
5612
- }
5613
5685
  getPromotedFunds() {
5614
5686
  const fundTiles = [];
5615
5687
  superSelectionAppService.promotedFunds.forEach((fundId) => {
5616
- const fund = this.allFunds().find((fund) => fundId === fund.fundId);
5688
+ const fund = allPromotedFunds.find((fund) => fundId === fund.fundId);
5617
5689
  if (fund !== undefined) {
5618
5690
  fundTiles.push(fund);
5619
5691
  }
@@ -5634,13 +5706,6 @@ const SuperChoicePage = class {
5634
5706
  state$2.fundId = fund.fundId;
5635
5707
  return navigationService.navigateInternally(this.history, fund.route);
5636
5708
  }
5637
- pdsViewedAsync(name, usi) {
5638
- return this.eventTrackingService.TrackSuperFundPdsViewedAsync({
5639
- fundUsi: usi,
5640
- fundName: name,
5641
- pageName: 'Panel Fund Page'
5642
- });
5643
- }
5644
5709
  static get assetsDirs() { return ["assets"]; }
5645
5710
  };
5646
5711