File tree Expand file tree Collapse file tree
FinancialModelingPrepApi/Model/CompanyValuation Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments