`assetProfiles.${index}.symbol ("${symbol}") must be a UUID or start with the prefix "${ghostfolioPrefix}_" for the data source ("${DataSource.MANUAL}")`
);
}elseif(
dataSource!==DataSource.MANUAL&&
isValidCustomAssetProfileSymbol(symbol)
){
thrownewError(
`assetProfiles.${index}.symbol ("${assetProfileWithMarketData.symbol}") must be a UUID or start with the prefix "${ghostfolioPrefix}_" for the data source ("${DataSource.MANUAL}")`
`assetProfiles.${index}.symbol ("${symbol}") is not valid for the data source ("${dataSource}")`