Frame#

class edgar_sec.objects.Frame(taxonomy, tag, ccp, uom, label, description, pts, disclosures)[source]#

Bases: object

A class representing a collection of financial disclosures across multiple companies for a specific concept and time period.

Parameters:

Methods#

Frame.__init__

Frame.to_object

Parses a dictionary and returns a Frame object.

Frame.to_object_async

Asynchronously parses a dictionary and returns a Frame object.

Attributes#