TaxonomyDisclosures#
- class edgar_sec.objects.TaxonomyDisclosures(name, label, description, units)[source]#
Bases:
object
A class representing a specific financial concept disclosure for an entity.
- Parameters:
name (str)
label (str)
description (str)
units (List[UnitDisclosure])
Methods#
Parses an entity disclosure from the API response. |
|
Asynchronously parses an entity disclosure from the API response. |