pyocf.types.capitalizationdefinitionrules
Type represents the rules for determining the capitalization definition for a security
- pydantic model pyocf.types.capitalizationdefinitionrules.CapitalizationDefinitionRules
Type represents the rules for determining the capitalization definition for a security
- field include_additional_option_pool_topup: Annotated[bool, FieldInfo(annotation=NoneType, required=True, description='Include the shares reserved for increasing option plans beyond the amount neededfor any promised options in the capitalization definition')] [Required]
Include the shares reserved for increasing option plans beyond the amount neededfor any promised options in the capitalization definition
- field include_new_money: Annotated[bool, FieldInfo(annotation=NoneType, required=True, description='Include the shares issued for any new share subscriptions that are part of theconversion event in the capitalization definition')] [Required]
Include the shares issued for any new share subscriptions that are part of theconversion event in the capitalization definition
- field include_option_pool_topup_for_promised_options: Annotated[bool, FieldInfo(annotation=NoneType, required=True, description='Include the shares reserved for increasing option plans to cover all promisedoptions in the capitalization definition')] [Required]
Include the shares reserved for increasing option plans to cover all promisedoptions in the capitalization definition
- field include_other_converting_securities: Annotated[bool, FieldInfo(annotation=NoneType, required=True, description='Include the shares issued for converting all other convertibles that areconverted as part of the conversion event in the capitalization definition')] [Required]
Include the shares issued for converting all other convertibles that areconverted as part of the conversion event in the capitalization definition
- field include_outstanding_options: Annotated[bool, FieldInfo(annotation=NoneType, required=True, description='Include all outstanding options in the capitalization definition')] [Required]
Include all outstanding options in the capitalization definition
Include all outstanding share issuances in the capitalization definition
- field include_outstanding_unissued_options: Annotated[bool, FieldInfo(annotation=NoneType, required=True, description='Include all outstanding options that have been reserved but have not been issuedyet in the capitalization definition')] [Required]
Include all outstanding options that have been reserved but have not been issuedyet in the capitalization definition
- field include_this_security: Annotated[bool, FieldInfo(annotation=NoneType, required=True, description='Include the shares issued for converting this security in the capitalizationdefinition')] [Required]
Include the shares issued for converting this security in the capitalizationdefinition