pyocf.objects.stakeholder

Object describing a stakeholder

pydantic model pyocf.objects.stakeholder.Stakeholder

Object describing a stakeholder

field addresses: list[Address] | None = None
field comments: list[str] | None = None
field current_relationship: StakeholderRelationshipType | None = None
field id: str [Required]

Identifier for the object

field issuer_assigned_id: str | None = None
field name: Name [Required]

Name for the stakeholder

field object_type: Literal['STAKEHOLDER'] = 'STAKEHOLDER'
field primary_contact: ContactInfo | None = None
field stakeholder_type: StakeholderType [Required]

Distinguish individuals from institutions

field tax_ids: list[TaxID] | None = None