support REIT security type

This commit is contained in:
2026-05-16 10:43:52 +01:00
parent b0d91e7eee
commit 1c29f52cce

View File

@@ -158,7 +158,7 @@ func figiNatureGetter(ctx context.Context, of *internal.OpenFIGI, isin string) f
} }
switch secType { switch secType {
case "Common Stock", "ASD": case "Common Stock", "ASD", "REIT":
return internal.NatureG01 return internal.NatureG01
case "ETP": case "ETP":
return internal.NatureG20 return internal.NatureG20