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 8d11ea4 commit 608fbb4Copy full SHA for 608fbb4
FinancialModelingPrepApi/Model/CompanyValuation/BalanceSheetResponse.cs
@@ -133,6 +133,15 @@ public class BalanceSheetResponse
133
[JsonPropertyName("totalLiabilitiesAndStockholdersEquity")]
134
public double TotalLiabilitiesAndStockholdersEquity { get; set; }
135
136
+ [JsonPropertyName("minorityInteret")]
137
+ public double MinorityInterest { get; set; }
138
+
139
+ [JsonPropertyName("totalEquity")]
140
+ public double TotalEquity { get; set; }
141
142
+ [JsonPropertyName("totalLiabilitiesAndTotalEquity")]
143
+ public double TotalLiabilitiesAndTotalEquity { get; set; }
144
145
[JsonPropertyName("totalInvestments")]
146
public double TotalInvestments { get; set; }
147
0 commit comments