feat(fundamentals): refactor entities, add Yahoo modules scraper, 52W metrics and migrations
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
namespace FinlyticFundamentals.Entities;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace FinlyticFundamentals.Entities;
|
||||
|
||||
[Owned]
|
||||
public class TickerEntity
|
||||
{
|
||||
|
||||
public string Ticker { get; set; } = string.Empty;
|
||||
public string Exchange { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user