feat(News): refactor news service and add sentiment tracking
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace FinlyticAssets.Util;
|
||||
|
||||
public class Volumes
|
||||
{
|
||||
/// <summary>
|
||||
/// Der relative Pfad für die schlanke Index-Datei (ISINs + Namen) zur Asset-Erkennung.
|
||||
/// </summary>
|
||||
public const string IndexRelativePath = "assets/index";
|
||||
}
|
||||
Reference in New Issue
Block a user