Skip to content

Commit 8d11ea4

Browse files
committed
Add CalendarYear property
1 parent 6ed9cbe commit 8d11ea4

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

FinancialModelingPrepApi/Model/CompanyValuation/BalanceSheetResponse.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ public class BalanceSheetResponse
1919
[JsonPropertyName("acceptedDate")]
2020
public string AcceptedDate { get; set; }
2121

22+
[JsonPropertyName("calendarYear")]
23+
public string CalendarYear { get; set; }
24+
2225
[JsonPropertyName("period")]
2326
public string Period { get; set; }
2427

FinancialModelingPrepApi/Model/CompanyValuation/CashFlowResponse.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ public class CashFlowResponse
1919
[JsonPropertyName("acceptedDate")]
2020
public string AcceptedDate { get; set; }
2121

22+
[JsonPropertyName("calendarYear")]
23+
public string CalendarYear { get; set; }
24+
2225
[JsonPropertyName("period")]
2326
public string Period { get; set; }
2427

FinancialModelingPrepApi/Model/CompanyValuation/IncomeStatementResponse.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ public class IncomeStatementResponse
1919
[JsonPropertyName("acceptedDate")]
2020
public string AcceptedDate { get; set; }
2121

22+
[JsonPropertyName("calendarYear")]
23+
public string CalendarYear { get; set; }
24+
2225
[JsonPropertyName("period")]
2326
public string Period { get; set; }
2427

0 commit comments

Comments
 (0)