pyocf.files.stockplansfile

JSON containing file type identifier and list of stock plans

pydantic model pyocf.files.stockplansfile.StockPlansFile

JSON containing file type identifier and list of stock plans

field file_type: Annotated[Literal['OCF_STOCK_PLANS_FILE'], FieldInfo(annotation=NoneType, required=True, description='')] = 'OCF_STOCK_PLANS_FILE'
field items: Annotated[list[StockPlan], FieldInfo(annotation=NoneType, required=True, description='List of OCF stock plan objects')] [Required]

List of OCF stock plan objects