pyocf.types.sharenumberrange
Type representation of a range of share numbers associated with an event (such as the share numbers associated with an issuance) - for use where shares are not fungible and need unique identifiers per share
- pydantic model pyocf.types.sharenumberrange.ShareNumberRange
Type representation of a range of share numbers associated with an event (such as the share numbers associated with an issuance) - for use where shares are not fungible and need unique identifiers per share
- field ending_share_number: Annotated[Numeric, FieldInfo(annotation=NoneType, required=True, description='The ending share number of a range of shares impacted by a particular event(**INCLUSIVE**)')] [Required]
The ending share number of a range of shares impacted by a particular event(INCLUSIVE)
- field starting_share_number: Annotated[Numeric, FieldInfo(annotation=NoneType, required=True, description='The starting share number of a range of shares impacted by a particular event(**INCLUSIVE** and assuming **share counts start at 1**)')] [Required]
The starting share number of a range of shares impacted by a particular event(INCLUSIVE and assuming share counts start at 1)