File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
FinancialModelingPrepApi/Model/CompanyValuation Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ public class BalanceSheetResponse
19
19
[ JsonPropertyName ( "acceptedDate" ) ]
20
20
public string AcceptedDate { get ; set ; }
21
21
22
+ [ JsonPropertyName ( "calendarYear" ) ]
23
+ public string CalendarYear { get ; set ; }
24
+
22
25
[ JsonPropertyName ( "period" ) ]
23
26
public string Period { get ; set ; }
24
27
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ public class CashFlowResponse
19
19
[ JsonPropertyName ( "acceptedDate" ) ]
20
20
public string AcceptedDate { get ; set ; }
21
21
22
+ [ JsonPropertyName ( "calendarYear" ) ]
23
+ public string CalendarYear { get ; set ; }
24
+
22
25
[ JsonPropertyName ( "period" ) ]
23
26
public string Period { get ; set ; }
24
27
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ public class IncomeStatementResponse
19
19
[ JsonPropertyName ( "acceptedDate" ) ]
20
20
public string AcceptedDate { get ; set ; }
21
21
22
+ [ JsonPropertyName ( "calendarYear" ) ]
23
+ public string CalendarYear { get ; set ; }
24
+
22
25
[ JsonPropertyName ( "period" ) ]
23
26
public string Period { get ; set ; }
24
27
You can’t perform that action at this time.
0 commit comments