diff --git a/apps/api/src/models/rules/regional-market-cluster-risk/asia-pacific.ts b/apps/api/src/models/rules/regional-market-cluster-risk/asia-pacific.ts index c72a3b807..5d6cc999a 100644 --- a/apps/api/src/models/rules/regional-market-cluster-risk/asia-pacific.ts +++ b/apps/api/src/models/rules/regional-market-cluster-risk/asia-pacific.ts @@ -37,8 +37,8 @@ export class RegionalMarketClusterRiskAsiaPacific extends Rule { languageCode: this.getLanguageCode(), placeholders: { thresholdMax: (ruleSettings.thresholdMax * 100).toPrecision(3), - valueRatio: (asiaPacificMarketValueRatio * 100).toPrecision(3), - }, + valueRatio: (asiaPacificMarketValueRatio * 100).toPrecision(3) + } }), value: false }; @@ -49,7 +49,7 @@ export class RegionalMarketClusterRiskAsiaPacific extends Rule { languageCode: this.getLanguageCode(), placeholders: { thresholdMin: (ruleSettings.thresholdMin * 100).toPrecision(3), - valueRatio: (asiaPacificMarketValueRatio * 100).toPrecision(3), + valueRatio: (asiaPacificMarketValueRatio * 100).toPrecision(3) } }), value: false @@ -63,7 +63,7 @@ export class RegionalMarketClusterRiskAsiaPacific extends Rule { placeholders: { thresholdMax: (ruleSettings.thresholdMax * 100).toPrecision(3), thresholdMin: (ruleSettings.thresholdMin * 100).toPrecision(3), - valueRatio: (asiaPacificMarketValueRatio * 100).toPrecision(3), + valueRatio: (asiaPacificMarketValueRatio * 100).toPrecision(3) } }), value: true @@ -90,7 +90,7 @@ export class RegionalMarketClusterRiskAsiaPacific extends Rule { public getName() { return this.i18nService.getTranslation({ id: 'rule.regionalMarketClusterRiskAsiaPacific', - languageCode: this.getLanguageCode(), + languageCode: this.getLanguageCode() }); } diff --git a/apps/api/src/models/rules/regional-market-cluster-risk/emerging-markets.ts b/apps/api/src/models/rules/regional-market-cluster-risk/emerging-markets.ts index 8469d7f61..fa13a9e57 100644 --- a/apps/api/src/models/rules/regional-market-cluster-risk/emerging-markets.ts +++ b/apps/api/src/models/rules/regional-market-cluster-risk/emerging-markets.ts @@ -39,7 +39,7 @@ export class RegionalMarketClusterRiskEmergingMarkets extends Rule { languageCode: this.getLanguageCode(), placeholders: { thresholdMax: (ruleSettings.thresholdMax * 100).toPrecision(3), - valueRatio: (emergingMarketsValueRatio * 100).toPrecision(3), + valueRatio: (emergingMarketsValueRatio * 100).toPrecision(3) } }), value: false @@ -51,7 +51,7 @@ export class RegionalMarketClusterRiskEmergingMarkets extends Rule { languageCode: this.getLanguageCode(), placeholders: { thresholdMin: (ruleSettings.thresholdMin * 100).toPrecision(3), - valueRatio: (emergingMarketsValueRatio * 100).toPrecision(3), + valueRatio: (emergingMarketsValueRatio * 100).toPrecision(3) } }), value: false @@ -65,7 +65,7 @@ export class RegionalMarketClusterRiskEmergingMarkets extends Rule { placeholders: { thresholdMax: (ruleSettings.thresholdMax * 100).toPrecision(3), thresholdMin: (ruleSettings.thresholdMin * 100).toPrecision(3), - valueRatio: (emergingMarketsValueRatio * 100).toPrecision(3), + valueRatio: (emergingMarketsValueRatio * 100).toPrecision(3) } }), value: true @@ -92,7 +92,7 @@ export class RegionalMarketClusterRiskEmergingMarkets extends Rule { public getName() { return this.i18nService.getTranslation({ id: 'rule.regionalMarketClusterRiskEmergingMarkets', - languageCode: this.getLanguageCode(), + languageCode: this.getLanguageCode() }); } diff --git a/apps/api/src/models/rules/regional-market-cluster-risk/europe.ts b/apps/api/src/models/rules/regional-market-cluster-risk/europe.ts index a910c441b..3bbe7af84 100644 --- a/apps/api/src/models/rules/regional-market-cluster-risk/europe.ts +++ b/apps/api/src/models/rules/regional-market-cluster-risk/europe.ts @@ -37,7 +37,7 @@ export class RegionalMarketClusterRiskEurope extends Rule { languageCode: this.getLanguageCode(), placeholders: { thresholdMax: (ruleSettings.thresholdMax * 100).toPrecision(3), - valueRatio: (europeMarketValueRatio * 100).toPrecision(3), + valueRatio: (europeMarketValueRatio * 100).toPrecision(3) } }), value: false @@ -49,7 +49,7 @@ export class RegionalMarketClusterRiskEurope extends Rule { languageCode: this.getLanguageCode(), placeholders: { thresholdMin: (ruleSettings.thresholdMin * 100).toPrecision(3), - valueRatio: (europeMarketValueRatio * 100).toPrecision(3), + valueRatio: (europeMarketValueRatio * 100).toPrecision(3) } }), value: false @@ -63,7 +63,7 @@ export class RegionalMarketClusterRiskEurope extends Rule { placeholders: { thresholdMax: (ruleSettings.thresholdMax * 100).toPrecision(3), thresholdMin: (ruleSettings.thresholdMin * 100).toPrecision(3), - valueRatio: (europeMarketValueRatio * 100).toPrecision(3), + valueRatio: (europeMarketValueRatio * 100).toPrecision(3) } }), value: true @@ -90,7 +90,7 @@ export class RegionalMarketClusterRiskEurope extends Rule { public getName() { return this.i18nService.getTranslation({ id: 'rule.regionalMarketClusterRiskEurope', - languageCode: this.getLanguageCode(), + languageCode: this.getLanguageCode() }); } diff --git a/apps/api/src/models/rules/regional-market-cluster-risk/japan.ts b/apps/api/src/models/rules/regional-market-cluster-risk/japan.ts index 38be7b5fc..952e14795 100644 --- a/apps/api/src/models/rules/regional-market-cluster-risk/japan.ts +++ b/apps/api/src/models/rules/regional-market-cluster-risk/japan.ts @@ -37,7 +37,7 @@ export class RegionalMarketClusterRiskJapan extends Rule { languageCode: this.getLanguageCode(), placeholders: { thresholdMax: (ruleSettings.thresholdMax * 100).toPrecision(3), - valueRatio: (japanMarketValueRatio * 100).toPrecision(3), + valueRatio: (japanMarketValueRatio * 100).toPrecision(3) } }), value: false @@ -49,7 +49,7 @@ export class RegionalMarketClusterRiskJapan extends Rule { languageCode: this.getLanguageCode(), placeholders: { thresholdMin: (ruleSettings.thresholdMin * 100).toPrecision(3), - valueRatio: (japanMarketValueRatio * 100).toPrecision(3), + valueRatio: (japanMarketValueRatio * 100).toPrecision(3) } }), value: false @@ -63,7 +63,7 @@ export class RegionalMarketClusterRiskJapan extends Rule { placeholders: { thresholdMax: (ruleSettings.thresholdMax * 100).toPrecision(3), thresholdMin: (ruleSettings.thresholdMin * 100).toPrecision(3), - valueRatio: (japanMarketValueRatio * 100).toPrecision(3), + valueRatio: (japanMarketValueRatio * 100).toPrecision(3) } }), value: true @@ -90,7 +90,7 @@ export class RegionalMarketClusterRiskJapan extends Rule { public getName() { return this.i18nService.getTranslation({ id: 'rule.regionalMarketClusterRiskJapan', - languageCode: this.getLanguageCode(), + languageCode: this.getLanguageCode() }); } diff --git a/apps/api/src/models/rules/regional-market-cluster-risk/north-america.ts b/apps/api/src/models/rules/regional-market-cluster-risk/north-america.ts index 69e56bb15..f022ecff9 100644 --- a/apps/api/src/models/rules/regional-market-cluster-risk/north-america.ts +++ b/apps/api/src/models/rules/regional-market-cluster-risk/north-america.ts @@ -37,7 +37,7 @@ export class RegionalMarketClusterRiskNorthAmerica extends Rule { languageCode: this.getLanguageCode(), placeholders: { thresholdMax: (ruleSettings.thresholdMax * 100).toPrecision(3), - valueRatio: (northAmericaMarketValueRatio * 100).toPrecision(3), + valueRatio: (northAmericaMarketValueRatio * 100).toPrecision(3) } }), value: false @@ -49,7 +49,7 @@ export class RegionalMarketClusterRiskNorthAmerica extends Rule { languageCode: this.getLanguageCode(), placeholders: { thresholdMin: (ruleSettings.thresholdMin * 100).toPrecision(3), - valueRatio: (northAmericaMarketValueRatio * 100).toPrecision(3), + valueRatio: (northAmericaMarketValueRatio * 100).toPrecision(3) } }), value: false @@ -63,7 +63,7 @@ export class RegionalMarketClusterRiskNorthAmerica extends Rule { placeholders: { thresholdMax: (ruleSettings.thresholdMax * 100).toPrecision(3), thresholdMin: (ruleSettings.thresholdMin * 100).toPrecision(3), - valueRatio: (northAmericaMarketValueRatio * 100).toPrecision(3), + valueRatio: (northAmericaMarketValueRatio * 100).toPrecision(3) } }), value: true @@ -90,7 +90,7 @@ export class RegionalMarketClusterRiskNorthAmerica extends Rule { public getName() { return this.i18nService.getTranslation({ id: 'rule.regionalMarketClusterRiskNorthAmerica', - languageCode: this.getLanguageCode(), + languageCode: this.getLanguageCode() }); } diff --git a/apps/client/src/app/pages/i18n/i18n-page.html b/apps/client/src/app/pages/i18n/i18n-page.html index e848ce4e4..5db40a5b0 100644 --- a/apps/client/src/app/pages/i18n/i18n-page.html +++ b/apps/client/src/app/pages/i18n/i18n-page.html @@ -12,79 +12,6 @@
  • My Account
  • Account Cluster Risks
  • -
  • Asia-Pacific
  • -
  • - The Asia-Pacific market contribution of your current investment - (${valueRatio}%) exceeds ${thresholdMax}% -
  • -
  • - The Asia-Pacific market contribution of your current investment - (${valueRatio}%) is below ${thresholdMin}% -
  • -
  • - The Asia-Pacific market contribution of your current investment - (${valueRatio}%) is within the range of - ${thresholdMin}% and ${thresholdMax}% -
  • -
  • - Emerging Markets -
  • -
  • - The Emerging Markets contribution of your current investment - (${valueRatio}%) exceeds ${thresholdMax}% -
  • -
  • - The Emerging Markets contribution of your current investment - (${valueRatio}%) is below ${thresholdMin}% -
  • -
  • - The Emerging Markets contribution of your current investment - (${valueRatio}%) is within the range of - ${thresholdMin}% and ${thresholdMax}% -
  • -
  • Europe
  • -
  • - The Europe market contribution of your current investment - (${valueRatio}%) exceeds ${thresholdMax}% -
  • -
  • - The Europe market contribution of your current investment - (${valueRatio}%) is below ${thresholdMin}% -
  • -
  • - The Europe market contribution of your current investment - (${valueRatio}%) is within the range of - ${thresholdMin}% and ${thresholdMax}% -
  • -
  • Japan
  • -
  • - The Japan market contribution of your current investment - (${valueRatio}%) exceeds ${thresholdMax}% -
  • -
  • - The Japan market contribution of your current investment - (${valueRatio}%) is below ${thresholdMin}% -
  • -
  • - The Japan market contribution of your current investment - (${valueRatio}%) is within the range of - ${thresholdMin}% and ${thresholdMax}% -
  • - -
  • North America
  • -
  • - The North America market contribution of your current investment - (${valueRatio}%) exceeds ${thresholdMax}% -
  • -
  • - The North America market contribution of your current investment - (${valueRatio}%) is below ${thresholdMin}% -
  • -
  • - The North America market contribution of your current investment - (${valueRatio}%) is within the range of - ${thresholdMin}% and ${thresholdMax}% -
  • Investment
  • Over ${thresholdMax}% of your current investment is at @@ -222,6 +149,78 @@
  • Regional Market Cluster Risks
  • +
  • Asia-Pacific
  • +
  • + The Asia-Pacific market contribution of your current investment + (${valueRatio}%) exceeds ${thresholdMax}% +
  • +
  • + The Asia-Pacific market contribution of your current investment + (${valueRatio}%) is below ${thresholdMin}% +
  • +
  • + The Asia-Pacific market contribution of your current investment + (${valueRatio}%) is within the range of + ${thresholdMin}% and ${thresholdMax}% +
  • +
  • + Emerging Markets +
  • +
  • + The Emerging Markets contribution of your current investment + (${valueRatio}%) exceeds ${thresholdMax}% +
  • +
  • + The Emerging Markets contribution of your current investment + (${valueRatio}%) is below ${thresholdMin}% +
  • +
  • + The Emerging Markets contribution of your current investment + (${valueRatio}%) is within the range of + ${thresholdMin}% and ${thresholdMax}% +
  • +
  • Europe
  • +
  • + The Europe market contribution of your current investment + (${valueRatio}%) exceeds ${thresholdMax}% +
  • +
  • + The Europe market contribution of your current investment + (${valueRatio}%) is below ${thresholdMin}% +
  • +
  • + The Europe market contribution of your current investment + (${valueRatio}%) is within the range of + ${thresholdMin}% and ${thresholdMax}% +
  • +
  • Japan
  • +
  • + The Japan market contribution of your current investment + (${valueRatio}%) exceeds ${thresholdMax}% +
  • +
  • + The Japan market contribution of your current investment + (${valueRatio}%) is below ${thresholdMin}% +
  • +
  • + The Japan market contribution of your current investment + (${valueRatio}%) is within the range of + ${thresholdMin}% and ${thresholdMax}% +
  • +
  • North America
  • +
  • + The North America market contribution of your current investment + (${valueRatio}%) exceeds ${thresholdMax}% +
  • +
  • + The North America market contribution of your current investment + (${valueRatio}%) is below ${thresholdMin}% +
  • +
  • + The North America market contribution of your current investment + (${valueRatio}%) is within the range of + ${thresholdMin}% and ${thresholdMax}% +
  • Open Source Wealth Management Software