pyocf.objects.valuation

Object describing a valuation used in the cap table

pydantic model pyocf.objects.valuation.Valuation

Object describing a valuation used in the cap table

field board_approval_date: Date | None = None
field comments: list[str] | None = None
field effective_date: Date [Required]

Date on which this valuation is first valid

field id: str [Required]

Identifier for the object

field object_type: Literal['VALUATION'] = 'VALUATION'
field price_per_share: Monetary [Required]

Valued price per share

field provider: str | None = None
field stock_class_id: str [Required]

Identifier of the stock class for this valuation

field valuation_type: ValuationType [Required]

Seam for supporting different types of valuations in future versions