Skip to content

Commit

Permalink
chore: use section title from https://www.sec.gov/files/form10-k.pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
INF800 committed Nov 13, 2023
1 parent 5b8a53f commit f60d70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sec_api_io/sec_edgar_enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,6 @@ class InvalidSectionTypeError(ValueError):
SectionType.FORM_10K_12: "Security Ownership of Certain Beneficial Owners and Management and Related Stockholder Matters",
SectionType.FORM_10K_13: "Certain Relationships and Related Transactions, and Director Independence",
SectionType.FORM_10K_14: "Principal Accountant Fees and Services",
SectionType.FORM_10K_15: "Section 15 of a 10-K filing", # Note: No information provided about ID `15` in sec-api.io docs (https://sec-api.io/docs/sec-filings-item-extraction-api).
SectionType.FORM_10K_15: "Exhibit and Financial Statement Schedules", # Note: No information provided about ID `15` in sec-api.io docs (https://sec-api.io/docs/sec-filings-item-extraction-api).
},
)

0 comments on commit f60d70b

Please sign in to comment.