|
@ -12,16 +12,21 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="row px-3 py-1"> |
|
|
<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"> |
|
|
<div class="d-flex flex-column flex-wrap justify-content-end"> |
|
|
<gf-value |
|
|
<gf-value |
|
|
class="justify-content-end mb-2" |
|
|
class="justify-content-end" |
|
|
position="end" |
|
|
position="end" |
|
|
[colorizeSign]="true" |
|
|
[colorizeSign]="true" |
|
|
[currency]="baseCurrency" |
|
|
[currency]="baseCurrency" |
|
|
[locale]="locale" |
|
|
[locale]="locale" |
|
|
[value]="isLoading ? undefined : performance?.currentGrossPerformance" |
|
|
[value]="isLoading ? undefined : performance?.currentGrossPerformance" |
|
|
></gf-value> |
|
|
></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 |
|
|
<gf-value |
|
|
class="justify-content-end" |
|
|
class="justify-content-end" |
|
|
position="end" |
|
|
position="end" |
|
|