| Asset type |
{{each summaryTable.titles}}
{{if $value == 'OTHER'}}Others{{else}}${$value}{{/if}} Ref Value % Asset Type |
{{/each}}
{{if summaryTable.tableType != 'OtherCurrency'}}
Total% Portfolio | {{/if}}
|---|---|---|
| ${$value[0].assetClassType} | {{each(i) portfolioSummary.change($value, summaryTable.tableType)}}${value} ${refValue} ${percentage} |
{{/each}}
{{if summaryTable.tableType != 'OtherCurrency'}}
${$value[$value.length-1].refValue} ${portfolioSummary.changeToPercent($value[$value.length-1].percentage)} |
{{/if}}
| ${$value[0].assetClassType} | {{each portfolioSummary.change($value, summaryTable.tableType)}}${value} ${refValue} |
{{/each}}
{{if summaryTable.tableType != 'OtherCurrency'}}
{{if $value[$value.length-1].refValue != null}} ${$value[$value.length-1].refValue} {{else}} - {{/if}} |
{{/if}}