Skip to content

Commit

Permalink
Add cik / interest income on income statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthiee committed Feb 19, 2022
1 parent 27e7b41 commit 8e5378b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ public class IncomeStatementResponse
[JsonPropertyName("reportedCurrency")]
public string ReportedCurrency { get; set; }

[JsonPropertyName("cik")]
public string Cik { get; set; }

[JsonPropertyName("fillingDate")]
public string FillingDate { get; set; }

Expand Down Expand Up @@ -58,6 +61,9 @@ public class IncomeStatementResponse
[JsonPropertyName("costAndExpenses")]
public double CostAndExpenses { get; set; }

[JsonPropertyName("interestIncome")]
public double InterestIncome { get; set; }

[JsonPropertyName("interestExpense")]
public double InterestExpense { get; set; }

Expand Down

0 comments on commit 8e5378b

Please sign in to comment.