feat: add TradeContext, Subcategory and LastAnalyzedAt
This commit is contained in:
@@ -11,6 +11,9 @@ public class TraderCategoryPerformance
|
||||
|
||||
public MarketCategory Category { get; set; }
|
||||
|
||||
/// <summary>Subcategory (e.g. "Basketball", "Elections", "Bitcoin").</summary>
|
||||
public string Subcategory { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>Total volume traded in this category (USD).</summary>
|
||||
public decimal TotalVolume { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user