@flarehr/apollo-super-selection 3.64.64582 → 3.65.64780

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.
@@ -264,7 +264,7 @@ class TapSubscriber extends datoramaAkita.Subscriber {
264
264
  }
265
265
  }
266
266
 
267
- const AppVersion = '3.64.64582';
267
+ const AppVersion = '3.65.64780';
268
268
 
269
269
  // -------------------------------------------------------------------------------------
270
270
  // guards
@@ -4005,7 +4005,7 @@ const AustralianEthical = {
4005
4005
  const Virgin = {
4006
4006
  Id: 'virgin',
4007
4007
  Name: 'Virgin Money Super',
4008
- PdsUrl: 'https://virginmoney.com.au/superannuation/TODO',
4008
+ PdsUrl: 'https://virginmoney.com.au/superannuation/',
4009
4009
  Abn: '19 905 422 981'
4010
4010
  };
4011
4011
  const PromotedFundIdList = [
@@ -4061,7 +4061,7 @@ const getLogoSrc = (id) => {
4061
4061
  logo = 'logo-slate.png';
4062
4062
  break;
4063
4063
  case Virgin.Id:
4064
- logo = 'logo-slate.png';
4064
+ logo = 'logo-virgin.svg';
4065
4065
  break;
4066
4066
  default:
4067
4067
  return;
@@ -5402,14 +5402,21 @@ const SuperChoicePage = class {
5402
5402
  {
5403
5403
  fundId: Virgin.Id,
5404
5404
  name: Virgin.Name,
5405
- logo: 'logo-slate.png',
5405
+ logo: 'logo-virgin.svg',
5406
5406
  route: SuperSelectionAppRoutes.PromotedFundJoinV2,
5407
5407
  features: [
5408
- { order: 1, value: 'TODO #1' },
5409
- { order: 2, value: 'TODO #2' },
5410
- { order: 3, value: 'TODO #3' }
5408
+ {
5409
+ order: 1,
5410
+ value: 'Returns above industry and retail super fund medians over the past 5 years'
5411
+ },
5412
+ { order: 2, value: 'One of the lowest fees in the market' },
5413
+ {
5414
+ order: 3,
5415
+ value: 'Virgin Money rewards you with Velocity Points on your contributions*'
5416
+ }
5411
5417
  ],
5412
- disclaimer: (index.h("p", null, "You should consider the", ' ', index.h(Link, { href: Virgin.PdsUrl, onClick: () => this.pdsViewedAsync(Virgin.Name) }, "Product Disclosure Statement"), ' ', "before deciding to invest in or apply to become a member of this fund."))
5418
+ featureSubText: '* Eligibility and T&Cs apply',
5419
+ disclaimer: (index.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", ' ', index.h(Link, { href: Virgin.PdsUrl, onClick: () => this.pdsViewedAsync(Virgin.Name) }, "www.virginmoney.com.au"), ' ', "before making a decision"))
5413
5420
  }
5414
5421
  ];
5415
5422
  }
@@ -33,7 +33,7 @@ export const AustralianEthical = {
33
33
  export const Virgin = {
34
34
  Id: 'virgin',
35
35
  Name: 'Virgin Money Super',
36
- PdsUrl: 'https://virginmoney.com.au/superannuation/TODO',
36
+ PdsUrl: 'https://virginmoney.com.au/superannuation/',
37
37
  Abn: '19 905 422 981'
38
38
  };
39
39
  export const PromotedFundIdList = [
@@ -89,7 +89,7 @@ export const getLogoSrc = (id) => {
89
89
  logo = 'logo-slate.png';
90
90
  break;
91
91
  case Virgin.Id:
92
- logo = 'logo-slate.png';
92
+ logo = 'logo-virgin.svg';
93
93
  break;
94
94
  default:
95
95
  return;