pyocf.types.capitalizationdefinition

Type represents a group of securities that constitutes some formally defined part of the company (e.g. post-money capitalization vs pre-money for a security)

pydantic model pyocf.types.capitalizationdefinition.CapitalizationDefinition

Type represents a group of securities that constitutes some formally defined part of the company (e.g. post-money capitalization vs pre-money for a security)

field exclude_security_ids: Annotated[list[str], FieldInfo(annotation=NoneType, required=True, description='Securities (whether Stock, Plan Securities, Convertibles or Warrants) with thesesecurity ids should be excluded from this definition of capitalization(overrides plan or class-level rules)')] [Required]

Securities (whether Stock, Plan Securities, Convertibles or Warrants) with thesesecurity ids should be excluded from this definition of capitalization(overrides plan or class-level rules)

field include_security_ids: Annotated[list[str], FieldInfo(annotation=NoneType, required=True, description='Securities (whether Stock, Plan Securities, Convertibles or Warrants) with thesesecurity ids should be included from this definition of capitalization(overrides plan or class-level rules)')] [Required]

Securities (whether Stock, Plan Securities, Convertibles or Warrants) with thesesecurity ids should be included from this definition of capitalization(overrides plan or class-level rules)

field include_stock_class_ids: Annotated[list[str], FieldInfo(annotation=NoneType, required=True, description='All issuances of stock classes with these ids should be included (unless such anissuance is specifically included in `exclude_security_ids`')] [Required]

All issuances of stock classes with these ids should be included (unless such anissuance is specifically included in exclude_security_ids

field include_stock_plans_ids: Annotated[list[str], FieldInfo(annotation=NoneType, required=True, description='All issuances of plan securities from stock plans with these ids should beincluded (unless such an issuance is specifically excluded in`exclude_security_ids`')] [Required]

All issuances of plan securities from stock plans with these ids should beincluded (unless such an issuance is specifically excluded in`exclude_security_ids`