From a5933a2813da0b4424968954011d0cc759a649be Mon Sep 17 00:00:00 2001 From: Matthias Beerens <3512339+Matthiee@users.noreply.github.com> Date: Sat, 8 Jun 2024 06:38:41 +0200 Subject: [PATCH] update sharesnumber to double --- FinancialModelingPrepApi/Model/Fund/ETFStockExposureResponse.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FinancialModelingPrepApi/Model/Fund/ETFStockExposureResponse.cs b/FinancialModelingPrepApi/Model/Fund/ETFStockExposureResponse.cs index 2bb656e..29c6dd9 100644 --- a/FinancialModelingPrepApi/Model/Fund/ETFStockExposureResponse.cs +++ b/FinancialModelingPrepApi/Model/Fund/ETFStockExposureResponse.cs @@ -11,7 +11,7 @@ public class ETFStockExposureResponse public string AssetExposure { get; set; } [JsonPropertyName("sharesNumber")] - public int SharesNumber { get; set; } + public double SharesNumber { get; set; } [JsonPropertyName("weightPercentage")] public double WeightPercentage { get; set; }