G3 & G4: Map UsdcSize, OutcomeIndex, compute Category ROI and add migration

This commit is contained in:
Richard
2026-07-19 12:35:03 +02:00
parent 8a39b912a6
commit 6fd7e563f4
14 changed files with 1484 additions and 10 deletions
@@ -66,6 +66,13 @@ public class Trade
/// <summary>Transaction hash (for blockchain-based platforms).</summary>
public string? TransactionHash { get; set; }
/// <summary>USDC size of the trade (raw currency size traded).</summary>
[Column(TypeName = "decimal(18,6)")]
public decimal? UsdcSize { get; set; }
/// <summary>Outcome index traded.</summary>
public int? OutcomeIndex { get; set; }
// ── Context Enrichment (AI Strategy Detection) ───────────
/// <summary>Market price 1 minute before trade execution.</summary>