We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f47fe commit 6be77beCopy full SHA for 6be77be
FinancialModelingPrepApi/Model/Fund/ETFStockExposureResponse.cs
@@ -11,7 +11,7 @@ public class ETFStockExposureResponse
11
public string AssetExposure { get; set; }
12
13
[JsonPropertyName("sharesNumber")]
14
- public int SharesNumber { get; set; }
+ public double SharesNumber { get; set; }
15
16
[JsonPropertyName("weightPercentage")]
17
public double WeightPercentage { get; set; }
0 commit comments