|
|
|
@ -12,16 +12,21 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row px-3 py-1">
|
|
|
|
|
<div class="d-flex flex-grow-1" i18n>Gross performance</div>
|
|
|
|
|
<div class="d-flex flex-grow-1" i18n>Absolute Performance</div>
|
|
|
|
|
<div class="d-flex flex-column flex-wrap justify-content-end">
|
|
|
|
|
<gf-value
|
|
|
|
|
class="justify-content-end mb-2"
|
|
|
|
|
class="justify-content-end"
|
|
|
|
|
position="end"
|
|
|
|
|
[colorizeSign]="true"
|
|
|
|
|
[currency]="baseCurrency"
|
|
|
|
|
[locale]="locale"
|
|
|
|
|
[value]="isLoading ? undefined : performance?.currentGrossPerformance"
|
|
|
|
|
></gf-value>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row px-3 py-1">
|
|
|
|
|
<div class="d-flex flex-grow-1" i18n>Performance (TWR)</div>
|
|
|
|
|
<div class="d-flex flex-column flex-wrap justify-content-end">
|
|
|
|
|
<gf-value
|
|
|
|
|
class="justify-content-end"
|
|
|
|
|
position="end"
|
|
|
|
|