Skip to content

Commit

Permalink
Merge pull request #1 from CambioML/jojo-dev
Browse files Browse the repository at this point in the history
add BUSINESS_SEGMENTS_AND_KPIS to FilingTable
#1
  • Loading branch information
jojortz authored Jun 11, 2024
2 parents 66a5a7f + ae9b56c commit 0541001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sec_agent_sdk/models/filing_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class FilingTable(str, Enum):
BALANCE_SHEET = 'balance-sheet'
CASH_FLOW_STATEMENT = 'cash-flow-statement'
INCOME_STATEMENT = 'income-statement'
BUSINESS_SEGMENTS_AND_KPIS = "business-segments-and-kpis"

@classmethod
def from_json(cls, json_str: str) -> Self:
Expand Down

0 comments on commit 0541001

Please sign in to comment.