pyocf.types.stockparent
Type representation of the parent security of a given stock issuance (e.g. if a stock issuance came from a plan, such as an RSA, or if a stock came from a previous stock entry)
- pydantic model pyocf.types.stockparent.StockParent
Type representation of the parent security of a given stock issuance (e.g. if a stock issuance came from a plan, such as an RSA, or if a stock came from a previous stock entry)
- field parent_object_id: Annotated[str, FieldInfo(annotation=NoneType, required=True, description="Parent object's ID must be a valid ID pointing to an object of the typespecified in parent_object_type")] [Required]
Parent object’s ID must be a valid ID pointing to an object of the typespecified in parent_object_type
- field parent_object_type: Annotated[ParentSecurityType, FieldInfo(annotation=NoneType, required=True, description='Parent object type for this stock issuance (e.g. a stock plan or warrant)')] [Required]
Parent object type for this stock issuance (e.g. a stock plan or warrant)