feat(fundamentals): refactor entities, add Yahoo modules scraper, 52W metrics and migrations

This commit is contained in:
2026-08-14 23:55:15 +02:00
parent 4f733bf8c3
commit 1447f0aa4c
18 changed files with 2565 additions and 1562 deletions
@@ -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;
}