{{ assetProfile?.name ?? data.symbol }}


@if (isEditAssetProfileIdentifierMode) {
Name, symbol or ISIN
} @else {
Symbol
Data Source
}
Currency
First Activity
Activities
Asset Class
Asset Sub Class
@if ( assetProfile?.countries?.length > 0 || assetProfile?.sectors?.length > 0 ) { @if ( assetProfile?.countries?.length === 1 && assetProfile?.sectors?.length === 1 ) { @if (assetProfile?.sectors?.length === 1) {
Sector
} @if (assetProfile?.countries?.length === 1) {
Country
} } @else {
Sectors
Countries
} }
Name
@if (assetProfile?.dataSource === 'MANUAL') {
Currency
}
Asset Class @for (assetClass of assetClasses; track assetClass) { {{ assetClass.label }} }
Asset Sub Class @for (assetSubClass of assetSubClasses; track assetSubClass) { {{ assetSubClass.label }} }
Benchmark
Symbol Mapping
@if (assetProfile?.dataSource === 'MANUAL') {
Scraper Configuration
Default Market Price
HTTP Request Headers
Locale
Mode @for (modeValue of modeValues; track modeValue) { {{ modeValue.viewValue }} }
Selector*
Url*
} @if (assetProfile?.dataSource === 'MANUAL') {
Sectors
Countries
}
Url @if (assetProfileForm.get('url').value) { }
Note