feat(core): add internal crypto isin resolution and subtitle mapping

This commit is contained in:
2026-08-15 19:29:32 +02:00
parent 5a6a50a609
commit 067f1bfdd5
9 changed files with 258 additions and 11 deletions
@@ -1,4 +1,4 @@
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
namespace FinlyticCore.Dtos.Fundamentals;
@@ -19,4 +19,7 @@ public record KeyExecutiveDto
[JsonPropertyName("payment")]
public string Payment { get; init; } = string.Empty;
[JsonPropertyName("sortOrder")]
public int SortOrder { get; init; } = 0;
}