Skip to content

Commit

Permalink
add BUSINESS_SEGMENTS_AND_KPIS to FilingTable
Browse files Browse the repository at this point in the history
  • Loading branch information
jojortz committed Jun 11, 2024
1 parent 66a5a7f commit 29f90cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sec_agent_sdk/models/filing_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ 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 29f90cd

Please sign in to comment.