xbrl.EntityIdentifierAspectValue

The EntityIdentifierAspectValue class represents a value for the entity identifier aspect. The constructor takes the following arguments: EntityIdentifierAspectValue( DTS dts, identifier = None, scheme = None)

class xbrl.EntityIdentifierAspectValue(DTS dts=None, identifier=None, scheme=None)

Attributes

xbrl.EntityIdentifierAspectValue.identifier

Returns the identifier as a string.

xbrl.EntityIdentifierAspectValue.scheme

Returns the identifier scheme as a string.

Special methods

__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__