feat(assets): update scanner background service, derivative entities, and dynamic settings
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace FinlyticAssets.Entities;
|
||||
|
||||
public class EtfEntity : AssetEntity
|
||||
{
|
||||
public List<string> DerivativeProductCategories { get; set; } = new();
|
||||
public string EtfDescription { get; set; } = string.Empty;
|
||||
public string MappedEtfIndexName { get; set; } = string.Empty;
|
||||
public string Subtitle { get; set; } = string.Empty;
|
||||
public string SearchSubtitle { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user