+
+
+ @if (
+ SymbolProfile?.currency &&
+ data.baseCurrency !== SymbolProfile?.currency
+ ) {
+ Change with currency effect
+ } @else {
+ Change
+ }
+
+
+
+
+ @if (
+ SymbolProfile?.currency &&
+ data.baseCurrency !== SymbolProfile?.currency
+ ) {
+ Performance with currency effect
+ } @else {
+ Performance
+ }
+
+
+
+ Average Unit Price
+
+
+ Market Price
+
+
+ Minimum Price
+
+
+ Maximum Price
+
+
+ Quantity
+
+
+ Investment
+
+ @if (
+ dividendInBaseCurrency && user?.settings?.isExperimentalFeatures
+ ) {
+
+ Dividend
+
+
+ Dividend Yield
+
+ }
+
+ Fees
+
+
+ First Activity
+
+
+
+ @if (transactionCount === 1) {
+ Activity
+ } @else {
+ Activities
+ }
+
+
+
+
+ Asset Class
+
+
+ Asset Sub Class
+
+ @if (
+ SymbolProfile?.countries?.length > 0 ||
+ SymbolProfile?.sectors?.length > 0
+ ) {
+ @if (
+ SymbolProfile?.countries?.length === 1 &&
+ SymbolProfile?.sectors?.length === 1
+ ) {
+
+ Sector
+
+ @if (SymbolProfile?.countries?.length === 1) {
+
+ Country
+
+ }
+ } @else {
+
+
+ }
+ }
+
+ Symbol
+
+
+ ISIN
+
+
+ @if (dataProviderInfo) {
+
+
+
+
+
+ }
+