feat(fundamentals): multi-ticker DB caching, parallel html scraper, and frontend mappings
This commit is contained in:
@@ -16,7 +16,7 @@ public record CorporateEventDto
|
||||
public string? Isin { get; init; }
|
||||
|
||||
[JsonPropertyName("ticker")]
|
||||
public TickerInfoDto Ticker { get; init; }
|
||||
public TickerInfoDto Ticker { get; init; } = new();
|
||||
|
||||
[JsonPropertyName("companyName")]
|
||||
public string? CompanyName { get; init; }
|
||||
|
||||
Reference in New Issue
Block a user