pyocf.files.vestingtermsfile

JSON containing file type identifier and list of vesting terms

pydantic model pyocf.files.vestingtermsfile.VestingTermsFile

JSON containing file type identifier and list of vesting terms

field file_type: Annotated[Literal['OCF_VESTING_TERMS_FILE'], FieldInfo(annotation=NoneType, required=True, description='')] = 'OCF_VESTING_TERMS_FILE'
field items: Annotated[list[VestingTerms], FieldInfo(annotation=NoneType, required=True, description='List of OCF vesting terms objects')] [Required]

List of OCF vesting terms objects