pyocf.objects.financing

Object describing a financing

pydantic model pyocf.objects.financing.Financing

Object describing a financing

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 financing event occurred')] [Required]

Date on which the financing event occurred

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

Identifier for the object

field issuance_ids: Annotated[list[str], FieldInfo(annotation=NoneType, required=True, description='Array of issuance IDs associated with the financing')] [Required]

Array of issuance IDs associated with the financing

field name: Annotated[str, FieldInfo(annotation=NoneType, required=True, description='Name for the financing')] [Required]

Name for the financing

field object_type: Annotated[Literal['FINANCING'], FieldInfo(annotation=NoneType, required=True, description='')] = 'FINANCING'