pyocf.objects.transactions.change_event.stakeholderrelationshipchangeevent

Object describing a change event for the relationship(s) between the stakeholder and the issuer

pydantic model pyocf.objects.transactions.change_event.stakeholderrelationshipchangeevent.StakeholderRelationshipChangeEvent

Object describing a change event for the relationship(s) between the stakeholder and the issuer

field comments: Annotated[list[str], FieldInfo(annotation=NoneType, required=True, description='Unstructured text comments related to and stored for the object')] | None = None
field date: Annotated[Date, FieldInfo(annotation=NoneType, required=True, description='Date on which the transaction occurred')] [Required]

Date on which the transaction occurred

field id: Annotated[str, FieldInfo(annotation=NoneType, required=True, description='Identifier for the object')] [Required]

Identifier for the object

field object_type: Annotated[Literal['CE_STAKEHOLDER_RELATIONSHIP'], FieldInfo(annotation=NoneType, required=True, description='')] = 'CE_STAKEHOLDER_RELATIONSHIP'
field relationship_ended: Annotated[StakeholderRelationshipType, FieldInfo(annotation=NoneType, required=True, description='Denoting the ending of this relationship on the change date')] | None = None
field relationship_started: Annotated[StakeholderRelationshipType, FieldInfo(annotation=NoneType, required=True, description='Denoting the beginning of this relationship on the change date')] | None = None
field stakeholder_id: Annotated[str, FieldInfo(annotation=NoneType, required=True, description='Identifier of the Stakeholder object, a subject of this change event"transaction"')] [Required]

Identifier of the Stakeholder object, a subject of this change event”transaction”