pyocf.objects.issuer

Object describing the issuer of the cap table (the company whose cap table this is)

pydantic model pyocf.objects.issuer.Issuer

Object describing the issuer of the cap table (the company whose cap table this is)

field address: Address | None = None
field comments: list[str] | None = None
field country_of_formation: CountryCode [Required]

The country where the issuer company was legally formed (ISO 3166-1 alpha-2)

field country_subdivision_of_formation: CountrySubdivisionCode | None = None
field dba: str | None = None
field email: Email | None = None
field formation_date: Date [Required]

Date of formation

field id: str [Required]

Identifier for the object

field legal_name: str [Required]

Legal name of the issuer

field object_type: Literal['ISSUER'] = 'ISSUER'
field phone: Phone | None = None
field tax_ids: list[TaxID] | None = None